/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
	font-family: "acumin-pro", sans-serif;
font-weight: 300;
font-style: normal;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#238BC7;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

strong {
	font-weight: 600;
}

:where(.wp-block-columns) {
	margin-bottom: 0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	font-size: 18px;
}

article, .header_content {
	max-width:1200px;
	width:95%;
	margin:0 auto;
	position:relative;
}

article {
	padding-top: 3em;
}

main {
	padding-top: 75px;
	overflow: hidden;
	min-height: calc(100vh - 3.6em);
}

/* header */
.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	border-bottom: 5px solid #FBBA00;
	background-color: #fff;
	z-index: 10;
}

.header_inner {
	border-bottom: 3px solid #FBBA00;
}

.header_content {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

/* logo */
.logo {
	height: 175px;
	padding: 25px 0 50px;
	transition: all 0.5s;
}

.scrld .logo {
	height: 100px;
	padding: 15px 0 20px;
}

.logo-img {
	height: 100%;
	width: auto;
}
/* nav */
.nav {

}

.nav ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	align-items: flex-end;
}

.nav li {
	margin-left: 2em;
}

.nav a {
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.86em;
	color: #666;
	padding: 0em 0 0 0.5em;
	height: 3em;
	border-left: 1px solid #666;
	display: inline-block;
	transition: all 0.5s;
	font-weight: 400;
}

.nav a:hover, .nav .current_page_item a {
	color: #238BC7;
	height: 4em;
	border-left: 1px solid #238BC7;
}

.nav .current_page_item a {
	font-weight: 600;
}



 .menu_icon_ct {
	position: relative;
	padding: 0;
	z-index: 20;
	 display: none;
}

 .menu_icon {
	width: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 32px;
	cursor: pointer;
	position: relative;
}

 .menu_icon_line {
	width: 100%;
	height: 4px;
	background-color: #FBBA00;
	opacity: 1;
	margin-top: 0;
	transform-origin: center center;
	position: absolute;
	display: inline-block;
	transition: all 0.5s;
}

 .menu_icon .line1 {
	top: auto;
	transform: translateY(10px);
}
 .menu_icon .line2 {
	top: auto;
}
 .menu_icon .line3 {
	top: auto;
	transform: translateY(-10px);
}


.menuopen .menu_icon .line1 {
	-moz-transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);
	-o-transform: rotate(45deg) translateY(0px);
	-ms-transform: rotate(45deg) translateY(0px);
	transform: rotate(45deg) translateY(0px);
	top: auto;
	margin-top: 0;
	background-color: #238BC7;
}

.menuopen .menu_icon .line2 {
	opacity: 0;
	background-color: #238BC7;
}

.menuopen .menu_icon .line3 {
	-moz-transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);
	-o-transform: rotate(-45deg) translateY(0px);
	-ms-transform: rotate(-45deg) translateY(0px);
	transform: rotate(-45deg) translateY(0px);
	top: auto;
	margin-top: 0;
	background-color: #238BC7;
}



/* sidebar */
.sidebar {

}
/* footer */
.footer {
	border-top: 1px solid #ccc; 
}

.footer_inner {
	padding-top: 1em;
	padding-bottom: 1em;
	display: flex;
	justify-content: space-between;	
	font-size: 0.9em;
	letter-spacing: 0.04em;
}

/*------------------------------------*\
    PAGES / CONTENT
\*------------------------------------*/



/* Team */

.team_inner {
	display: grid;
	grid-template-columns: 2fr 3fr;
	gap: 2em;
}

.team_item .wp-block-table tr > td:nth-of-type(1) {
	width: 30%;
	vertical-align: top;
}

.team_item .wp-block-table tr > td:nth-of-type(2) {
	width: 70%;
}

.team_item .wp-block-table td {
	padding: 0.25em 0;
	border: none;
}

.team_item .wp-block-table {
	margin-bottom: 1.5em;
}

.team_img_inner {
	position: relative;
	width: 100%;
	padding-top: 100%;
}

.team_img_inner img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center top;
}

.team_item {
	padding-bottom: 3em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3em;
}

.team_wrapper > div:last-of-type {
	border-bottom: none;
}





/*------------------------------------*\
    BLOCKS
\*------------------------------------*/

.foldbox_item {
	margin: 1em 0;
}

.foldbox_titel {
	display: inline-block;
	padding: 0.4em 1.5em;
	font-weight: 500;
	background-color: #fff;
	transition: all 0.3s;
}

.fb_open .foldbox_titel {
	color: #fff;
	background-color: #238BC7;
}

.foldbox_head {
	position: relative;
	cursor: pointer;
}

.foldbox_item .oc_ico {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0.3em;
	width: 0.8em;
	height: 0.8em;
	top: 0.75em;
}

.foldbox_item .oc_ico::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #FBBA00;
	transition: all 0.3s;
}

.fb_open.foldbox_item .oc_ico::before {
	background-color: #fff;
}

.foldbox_item .oc_ico::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #FBBA00;
	transform: rotate(90deg);
	transition: all 0.3s;
}

.fb_open.foldbox_item .oc_ico::after {
	background-color: #fff;
	transform: rotate(0deg);
}

.foldbox_content {
	padding: 0 1.5em;
	border: 2px solid #238BC7;
	display: none;
	opacity: 0;
	transition: opacity 0.3s;
}

.fb_open .foldbox_content {
	opacity: 1;
}


.wp-block-file:not(.wp-element-button) {
	font-size: 1em;
	font-weight: 500;
}

.wp-block-file:not(.wp-element-button) a::before {
	content: '\f56d';
	font-family: "Font Awesome 6 Pro";
    font-weight: 900;
	margin-right: 0.3em;
}

.wp-block-file:not(.wp-element-button) a[href$=".pdf"]::before {
	content: '\f1c1';
	font-family: "Font Awesome 6 Pro";
    font-weight: 900;
	margin-right: 0.3em;
}







/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.page_banner_wrapper {
	position: relative;
}

.page_banner_wrapper img {
	width: 100%;
	height: 22vw;
	object-fit: cover;
	object-position: center center;
}

.page_banner_wrapper .main_sym {
	position: absolute;
	z-index: 2;
	width: 1400px;
	height: auto;
	left: calc(50% - 400px);
	top: 0px;
	opacity: 0.5;
	pointer-events: none;
}

.home .page_banner_wrapper img {
	object-position: center 32%;
}



.angebot .page_banner_wrapper img {
	object-position: center 83%;
}



.kontakt .page_banner_wrapper img {
	object-position: center 30%;
}




/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h2 {
	font-size: 1.8em;
	font-weight: 600;
	letter-spacing: 0.03em;
}

h3 {
	color: #639fd1;
	font-size: 1.3em;
	font-weight: 600;
}

article p a {
	border-bottom: 2px dotted #FBBA00;
}

article p a:hover {
	border-bottom: 2px solid #FBBA00;
}

article ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 2em;
}

article ul li {
	display: block;
	position: relative;
	padding: 0.2em 0 0.2em 1.1em;
}

article ul li::before {
	content: '';
	position: absolute;
	left: 0.1em;
	width: 0.6em;
	height: 0.6em;
	border-radius: 100%;
	background-color: #FBBA00;
	top: 0.7em;
}



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/



@media only screen and (max-width: 1200px) {
	
	
	.menu_icon_ct {
		display: inline-block;
	}
	
	.logo {
		height: 100px;
		padding: 15px 0 20px;
	}
	
	.header_content {
		align-items: center;
	}
	
	.header_content {
		position: static;
	}
	
	header .nav {
		position: absolute;
		right: 0;
		top: 100%;
		background-color: #fff;
		width: 0%;
		opacity: 0;
		pointer-events: none;
		padding: 1.5em 0;
		border-bottom: 5px solid #FBBA00;
		transition: all 0.5s;
		overflow: hidden;
	}
	
	.menuopen header .nav {
		width: 100%;
		opacity: 1;
		pointer-events: auto;
	}
	
	.nav ul {
		flex-direction: column;
		align-items: center;		
	}
	
	.nav li {
		margin: 0;
	}
	
	.nav a {
		border: none;
		height: auto;
		font-size: 1em;
		padding: 0.5em;
	}
	
	.nav a:hover, .nav .current_page_item a {
		height: auto;
		border: none;
	}
	
	.page_banner_wrapper img {
		height: 40vw;
	}
	
	.page_banner_wrapper .main_sym {
		width: 100vw;
		left: 15vw;
		opacity: 0.3;
	}
	
	
}


@media only screen and (max-width: 781px) {
	
	section > article > .wp-block-columns:not(.is-not-stacked-on-mobile) {
		flex-direction: column-reverse;
	}
	
	.logo, .scrld .logo {
		height: 70px;
		padding: 5px 0 10px;
	}
	
	.team_inner {
		display: grid;
		grid-template-columns: 1fr;
		gap: 2em;
	}
	
	.team_img {
		width: 100%;
		max-width: 360px;
	}
	
	
}






/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
