/*
	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%;
}

main{
	z-index: 1;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#333;
	font-family: 'Roboto', sans-serif;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

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

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

/* wrapper */
.wrapper {
	max-width:100%;
	width:100%;
	margin:0 auto;
	position:relative;
	display: flex;
	min-height: 100vh;
}

.main_right {
	background-color: #f00;
	flex-grow: 1;
	width: 100%;
	height: 100vh;
	position: sticky;
	top: 0;
 background: rgb(106,106,106);
background: -moz-linear-gradient(0deg, rgba(106,106,106,1) 0%, rgba(242,242,242,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(106,106,106,1) 0%, rgba(242,242,242,1) 100%);
background: linear-gradient(0deg, rgba(106,106,106,1) 0%, rgba(242,242,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6a6a6a",endColorstr="#f2f2f2",GradientType=1);  
}

/* header */

.header_wrapper {
	position: relative;
	flex-grow: 1;
	width: 100%;
	z-index: 2;
}

.header {
	position: sticky;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

.header_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	/*background-image: url(/wp-content/uploads/2021/02/bg_vona1.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;*/
 
	z-index: 0;
	top: 0;
	left: 0;
}

.header_inner {
	position: relative;
	z-index: 5;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	align-items: flex-end;
	/* background: rgb(0,61,112);*/

}

.header_kontakt {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #fff;
	padding-bottom: 1.2em;
	text-align: right;
	padding-right: 2em;
}

.header_kontakt a {
	color: #fff;
}


/* logo */
.logo {
	 position: absolute;
   /* left: 0;*/
    display: inline-block;
    top: 10px;
}
.logo-img {
	height: 110px;
	padding: 20px;
	width: auto;
}
/* nav */
.nav {
	padding: 0;
	margin: 0;
	font-size: 21px;
	letter-spacing: 0.05em;
}

.nav ul li ul {
	padding-left: 0;
	padding-bottom: 0.6em;
	padding-top: 0.2em;
}

.nav a {
		color: #fff;
	background-color: rgba(255,255,255,0);
	font-weight: 400;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding: 0.25em 1em 0.25em 0.3em;
	display: inline-block;
	width: 100%;
	transition: all 0.5s;
}

.nav a:hover {
	background-color: rgba(0,0,0,0.15);
}

.nav .current_page_item a {
	/*background-color: rgba(255,255,255,1);
	color: #1993BC;*/
	background-color: #E10F20;
	color: #fff;
}


.nav li {
	list-style: none;
	
}

.nav li ul li {
	padding-left: 1em;
	font-size: 16px;
}

.navigation_wrapper{
	height: 100%;
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	opacity: 100%;
/* background: rgb(0,61,112);
background: -moz-linear-gradient(0deg, rgba(0,61,112,1) 0%, rgba(120,224,238,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,61,112,1) 0%, rgba(120,224,238,1) 100%);
background: linear-gradient(0deg, rgba(0,61,112,1) 0%, rgba(120,224,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003d70",endColorstr="#78e0ee",GradientType=1); */
	 background: rgb(106,106,106);
background: -moz-linear-gradient(0deg, rgba(106,106,106,1) 0%, rgba(242,242,242,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(106,106,106,1) 0%, rgba(242,242,242,1) 100%);
background: linear-gradient(0deg, rgba(106,106,106,1) 0%, rgba(242,242,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6a6a6a",endColorstr="#f2f2f2",GradientType=1);  
	}



#menu-item-104 a{
	pointer-events: all;
	cursor: pointer;
}

.sub-menu{
	/*display: none;*/
}

.nav.active .sub-menu{
	display: unset;
}



.mobmenu_line {
    display: inline-block;
    background-color: #ffffff;
    width: 35px;
    height: 4px;
    margin-bottom: 4px;
    float: left;
    transition: all 0.5s;

}
.mobmenu_line:nth-child(1) { top:0px; }
.mobmenu_line:nth-child(2) { top: 20px; }
.mobmenu_line:nth-child(3) { top: 40px; }

.mobmenu_ct_inner {
  
position: absolute;
top: 41px;
right: 41px;
width: 34px;
height: 35px;
z-index: 30;
cursor: pointer;

}
.mobmenu_line{

}
.menuon .mobmenu_line1 {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 8px;
	
	
}


.menuon .mobmenu_line2 {
    opacity: 0;
}


.menuon .mobmenu_line3 {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -16px;
}


.mobmenu_ct_inner {
	display: none;
}

.lph {
	height: 100px;
}


/* main */
main {
	max-width: 100%;
	width: 1100px;
	flex-shrink: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
	z-index: 1;
}

main section {
	
}

main article {
	padding: 1em 6em;
	max-width: 1200px;
	margin: 0 auto;
}

/* footer */
.footer {

}

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

.kontakt_button {
	background-color: #E10F20;
	-webkit-border-radius: 200px;
border-radius: 200px;
	color: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
	position: fixed;
transform: rotate(10deg);
	cursor: pointer;
	display: flex;
	width: 140px;
	height: 140px;
	line-height: normal;
	font-size: 18px;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0.05em;
	align-items: center;
	text-align: center;
	top: 40px;
	right: calc(50vw - 700px);
	transition: all 0.5s;
}

.kontakt_button:hover {
	background-color: #fff;
	color: #E10F20;
	transform: rotate(-10deg);
}


input, textarea{
	    line-height: normal;
    margin-right: 16px;
    margin-left: 0;
    padding: 5px 3px;
	width: 100%;
    max-width: 514px;
	    border: none;
	border-bottom: 1px solid #ccc;
	outline: none !important;
}

input[type="checkbox"], input[type="radio"] {
		width: unset;
    max-width: 514px;
	margin: 0 5px 0 0;
}

input[type="submit"] {
	width: 120px;
	
}

iframe{
	height: 340px;
}

.aktu_pro{
	padding: 22px;
    /*border: 2px solid rgba(236,236,236,1);*/
	max-width: 100%;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.aktu_pro_wrapper, .abge_pro_wrapper{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin: 5rem 0;
	max-width: 1200px;
	grid-gap: 2em;
	font-size: 0.8em;
}

.aktu_pro_wrapper .aktu_pro, .abge_pro_wrapper .aktu_pro {
	display: none;
}

.aktu_pro_wrapper .cat_aktuell, .abge_pro_wrapper .cat_abgeschlossen{
	display: unset;
}

.aktu_pro_img_wrapper{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}


.aktu_pro img {
	height: 50px;
}


.referenz h2{
	margin: 0rem;
	padding: 0 0 0 3rem;
}

.referenz p{
	margin: 0rem;
}

.margintop5px{
	margin-top: 5px !important;
}



.aktu_wrapper, .abge_wrapper{
	margin: 5rem;
	display: none;
}
.active .aktu_wrapper, .active .abge_wrapper{
	display: unset;
}

.more_top{
	height: 2.5px;
    width: 17px;
	background-color: #1993BC;
	position: absolute;
	left: 8px;
    top: 24px;
    transform: rotate(45deg);
	border-radius: 19%;
}

.more_bottom{
	height: 2.5px;
    width: 17px;
	background-color: #1993BC;
	position: absolute;
	top: 35px;
    left: 8px;
    transform: rotate(135deg);
    border-radius: 19%;
}

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

.active .aktu_wrapper{
	display: unset;
}

.wrapper_referenz {
	margin: 5rem;
}

.more_aktu_block{
	padding: 0 0 2rem;
}

.more_abge_block{
	padding: 0 0 6rem;
}

.active .more_arrow {
	position: absolute;
	transform: rotate(90deg);
    left: 44px;
    top: 14px;
}


.vft_fancylist {
	list-style: none;
	padding: 0;	
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 700px;
}

.vft_fancylist li {
	margin-bottom: 10px;
	padding: 0.5em 0.75em;
	color: #fff;
	font-size: 1em;
	letter-spacing: 0.03em;
	font-weight: 400;
	 background: #1993BC; 
}





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


.owl-carousel .owl-item {
    height: 555px;
}


.page_banner {
	height: 32vh;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.row5 {
	width: 100%;
	height: 46vw;
	position: relative;
}

.crow {
	display: flex;
	justify-content: center;
}


.slick_next .slick_nal {
		-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
	margin-right: 6px;
}

.slick_prev .slick_nal {	
	-moz-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-o-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
	margin-left: 6px;
}

.slick_nav {
	width: 60px;
	height: 60px;
	border: 1px solid rgba(0,0,0,0);
	/*-webkit-border-radius: 100px;
	border-radius: 100px;*/
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50%;
	background-color: #EBEBEC;
	opacity: 50%;
	margin-top: -30px;
	position: absolute;
	cursor: pointer;
	z-index: 1;
	transition: all 0.5s;
}

.slick_nal {
	width: 27px;
	height: 27px;
	display: inline-block;
	border-right: 3px solid rgba(0,0,0,0.8);
	border-bottom: 3px solid rgba(0,0,0,0.8);
	transition: all 0.5s;
}

.slick_nav:hover .slick_nal {
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

.slick_nav:hover {
	/*border: 1px solid rgb(50,134,160);*/
	background-color: rgba(53,57,59,1);
}




.slick_prev {
	left: 0px;
}

.slick_next {
	right: 0px;
}

.slick_ct {
	position: relative;
	z-index: 6;

}

.menuon .wrapper_referenz {
	z-index: 0;
}

.wrapper_referenz {
	position: relative;
	z-index: 6;

}

.menuon .kontakt_button{
	z-index: 0;
}

.kontakt_button{
	z-index: 6;
}

.menuon .slick_ct {
	z-index: 0;
}

#slick_slider1 {
	width: 100%;
	max-width: 1000px;
}


.slick_item {
	height: auto;
	    /* height: 100%; */
    background-image: url(/wp-content/uploads/2022/02/0002.jpeg);
    /* width: 100%; */
    padding-top: 59%;
    object-fit: cover;
    background-size: cover;
}

.slick_ct{
	    margin: 30px 0;
}

.spa1 img, .spa2 img, .spa3 img, .spa4 img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

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

h2 {
	font-size: 42px;
	color: #1993BC;
	font-weight: 300;
	
}


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

@media only screen and (max-width:1100px) {

	.mobmenu_ct_inner{
		display: unset;
	}
	
	.nav ul{
		padding: 0;
	}
	
	.header {
		width: 100vw;
	}
	
	.header_inner {
    align-items: unset;
	}
	
	.header_kontakt {
    position: absolute;
    bottom: 20px;
    right: 20px;
	}
	
	.nav {
    margin: 50px;
	}
	
	main {
     padding-left: 0;
	}
	
	
	.navigation_wrapper{
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	}

	.menuon .navigation_wrapper{
	opacity: 100%;
	pointer-events: all;
		visibility: unset;
	}
	.header {
    position: absolute;
		box-shadow: none;
	}
	
		
}


@media only screen and (max-width:950px) {
.aktu_pro_wrapper, .abge_pro_wrapper {
    grid-template-columns: 1fr 1fr 1fr;
}

}
@media only screen and (max-width:700px) {
	
	.spa1, .spa3{
		flex-direction: column;
		
	}
	.spa2, .spa4{
		flex-direction: column-reverse;
	}
	
	.wp-block-column {
    margin: 0 !important;
    padding: 0;
	}
	
	.spa1 img, .spa2 img, .spa3 img, .spa4 img{
		    width: 100%;
    max-height: 300px;
    object-fit: cover;
		
	}
	main article {
    padding: 1em 1em;
	}
	.logo-img {
    height: 89px;
	}
	
	.kontakt_button {
		right: 19px;
	}
		
		h2 {
    font-size: 29px;
		}
	
	.slick_nal {
    width: 19px;
    height: 19px;
	}
	
	.slick_nav {
    width: 42px;
    height: 42px;
	margin-top: -16px;
	}
	
	.more_top {
    top: 15px;
	}
	.more_bottom{
		top: 26px;
	}
	
	.active .more_arrow {
    left: 34px;
    top: 7px;
	}
	.wrapper_referenz {
    margin: 3rem 3rem;
	}
	
	.aktu_pro_wrapper, .abge_pro_wrapper {
    grid-template-columns: 1fr 1fr;
	}
}


@media only screen and (max-width: 480px) {
	.wrapper_referenz {
    margin: 3rem 1rem;
	}
	
	.aktu_pro {
    max-width: unset;
	}
	
	.aktu_pro_wrapper, .abge_pro_wrapper {
    grid-template-columns: 1fr;
	}

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    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;
	}
}
