html,
body {
	font-family: 'Roboto';	
	font-weight:400;
	font-size: 17px;
	line-height: 18px;
	height:100vh;
	height: calc(var(--vh, 1vh) * 100);
	position:relative;
	color: #000000;
}

a{
	color: #AC9976;
}

a:hover{
	color: #AC9976;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto';
 	font-weight: 500;
 	color: #000000;
}

.bg1 h1, .bg1 h2, .bg1 h3, .bg1 h4, .bg1 h5{
	color: #ffffff;
}

h2.subtitle-line{
	font-size: 25px;
	line-height: 30px;
	font-weight: 900;
	letter-spacing: 20px;
	color: #000000;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 30px;
	padding-left: 15px;
}

h2.subtitle{
	font-size: 22px;
	line-height: 28px;
	font-weight: 900;
	letter-spacing: 15px;
	color: #000000;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 30px;
	padding-left: 15px;
}

h2.subtitle-line::after {
    display: block;
    position: absolute;
    content: "";
    width: 35px;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}

h2.subtitle-line.text-center::after{
	left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 576px){
	h2.subtitle-line{
		font-size: 25px;
		letter-spacing: 12px;
	}
	h2.subtitle{
		font-size: 22px;
		letter-spacing: 12px;
	}
}

h1{
	font-size: 40px;
	line-height: 55px;
	font-weight: 900;
}

h2{
	font-size: 35px;
	line-height: 40px;
	font-weight: 700;
}

h3{
	font-size: 30px;
	line-height: 35px;
	font-weight: 400;
}

h4{
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
}

h5{
	font-size: 20px;
	line-height: 25px;
	font-weight: 400;
}

span.text-xl{
	font-size: 45px;
	font-weight: 100;
	line-height: 55px;
	text-transform: uppercase;
	color: #305465;
}

span.text-xxl{
	font-size: 85px;
	font-weight: 400;
	line-height: 95px;
	text-transform: uppercase;
	color: #305465;
}

a.link-kontakt{
	font-size: 32px;
	font-weight: 400;
	color: #707070;
	text-transform: uppercase;
}

@media (max-width: 576px){
	a.link-kontakt{
		font-size: 22px;
	}
}

.text-team{
	font-size: 28px;
	line-height: 30px;
	font-weight: 100;
	text-transform: uppercase;
}


@media (max-width: 1250px){
	span.text-xl{
		font-size: 40px;
		line-height: 50px;
	}
	
	span.text-xxl{
		font-size: 80px;
		line-height: 90px;
	}
}


@media (max-width: 767px){
	span.text-xl{
		font-size: 30px;
		line-height: 40px;
	}
	
	span.text-xxl{
		font-size: 50px;
		line-height: 60px;
	}
}

p {
	font-family: 'Roboto';	
	font-weight: 400;	
	font-size: 18px;
	line-height: 30px;
}

p strong{
	font-weight: 900;
}

ul {
    padding-left: 18px;
}

li {
	font-family: 'Roboto';	
	font-weight:400;	
	font-size: 18px;
	line-height: 30px;
}

li::marker{
	color: #A7D5C2;
}

.prm-5{
	padding-right: 3rem;
}

.plm-5{
	padding-left: 3rem;
}

@media (max-width: 991px){
	.prm-5{
		padding-right: 15px;
	}
	
	.plm-5{
		padding-left: 15px;
	}
}

.main-container::before, .main-container::after{
    content: ' ';
    display: table;
}

.main-content {
    overflow: hidden;
}

/*Bilder*/

img.image-embed-item {
    width: 100%;
    height: auto;
}

/*Texts*/


/**Button e934**/

.powermail_fieldwrap_type_submit .btn{
		position: relative;
		font-family: 'Roboto';
	  font-weight: 400;
	  font-size: 19px;
	  line-height: 20px;
	  padding: 14px 60px 14px 20px;
	  background-color: #ffffff;
		min-width: 230px;
		color: #305465 !important;
		border-radius: 0;
		text-transform: uppercase;
		border: 0;
}

.powermail_fieldwrap_type_submit .btn:hover{
		color: #ffffff !important;
	background-color: #305465;
}

.bg1 .btn, .bg3 .btn{
	background-color: #28456A;
}

.bg1 .btn:hover, .bg3 .btn:hover{
	color: #28456A;
	background-color: #ffffff;
}

.btn-arrow-right::before{
	font-family: 'icomoon';
	content: "\e941";
	position: absolute;
	right: 35px;
	width: 30px;
	height: 30px;
	display: block;
	font-size: 13px;
}

.btn-arrow-right:hover::before{
	right: 30px;
}

.btn.btn-default{
	background: url("../img/button.png");
	background-position: center center;
	background-size: cover;
	font-size: 25px;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 0;
	padding: 15px 30px;
}

/*General Layout*/

clearfix::after {
    display: block;
    content: "";
    clear: both;
}

section.colorFade { 
	min-height: 140vh;
	display: flex;
	align-items: center;
	flex-direction: row;
}
section.heroheader {
	min-height: 100vh;
}

section.min120vh {
	min-height: 120vh;
}
section.min100vh {
	min-height: 100vh;
}

.frame-grid-container.imguse { position: relative; }
.frame-grid-container.imguse > .container,
.frame-grid-container.imguse > .container-fluid { position: relative; z-index: 1; }

.frame-grid-container.imguse > .bgimage { 
	position: absolute;
	top:0;
	left:0; 
	width:100%;
	height:100%;
	z-index: 0;
}

.frame-grid-container.imguse.imguse-0 > .bgimage * {
	width:100%;
	height:100%;
	object-fit: contain;
	object-position: 50% 50%;
}

.frame-grid-container.imguse.imguse-1 > .bgimage * {
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.frame-grid-container.imguse.imguse-2 > .bgimage * {
	width:100%;
	height:100%;
	object-fit: scale-down;
	object-position: 100% 0;
}
.frame-grid-container.imguse.imguse-3 > .bgimage * {
	width:100%;
	height:100%;
	object-fit: scale-down;
	object-position: 100% 50%;
}
.frame-grid-container.imguse.imguse-4> .bgimage * {
	width:100%;
	height:100%;
	object-fit: scale-down;
	object-position: 100% 100%;
}

.frame-grid-container.imguse.imguse-5 > .bgimage * {
	width:100%;
	height:100%;
	object-fit: scale-down;
	object-position: 0 0;
}
.frame-grid-container.imguse.imguse-6 > .bgimage * {
	width:100%;
	height:100%;
	object-fit: scale-down;
	object-position: 0 50%;
}
.frame-grid-container.imguse.imguse-7> .bgimage * {
	width:100%;
	height:100%;
	object-fit: scale-down;
	object-position: 0 100%;
}


#main {
	width: 100%;
	overflow-x: hidden;
}

.hide { display: none; opacity:0; }
section > .frame { display: block; width: 100%; }

.fullwidth-video { 
	margin: 0 -15px !important; 
	padding-bottom: 1vh;
	padding-bottom: calc(var(--vh, 1vh) * 1);;
}

.responsiveVideo {
		  display: block;
		  width: 100%;
		  height: auto;
		  position: relative;
	}
		.responsiveVideo > * {
		  width: 100%;
		  height: auto;
		}
		
		
	.vimeoVideo  {
	 position:reponsive;	
	}

	.vimeoVideo .vimeoCanvas {
			  display: block;
			  position:relative;
			  width: 100%;
			  height: 0.001px;
			  padding-bottom:120%;
		}
		.vimeoVideo .vimeoCanvas iframe {
			  width: 100%;
			  position:absolute;
			  top:0;
			  left:0;
			  height:100%;
			  
		}


@media (min-width: 992px){

	
	.fullwidth-margin-left {
		width:auto;
		margin-left: calc(5vw + 180 * ((100vw - 1200px) / 720));
	}
	.fullwidth-margin-right {
		margin-right: calc(5vw + 180 * ((100vw - 1200px) / 720));
		width:auto;
	}
	
	.fullwidth-margin-left:not(.fullwidth-margin-right ){
		margin-right: -15px;
	}
	.fullwidth-margin-right:not(.fullwidth-margin-left){
		margin-left: -15px;
	}
	
	.fullwidth-halfmargin-left {
		width:auto;
		margin-left: calc(2.5vw + 90 * ((100vw - 1200px) / 720));
	}
	.fullwidth-halfmargin-right {
		margin-right: calc(2.5vw + 90 * ((100vw - 1200px) / 720));
		width:auto;
		
	}
	
	.fullwidth-halfmargin-left:not(.fullwidth-halfmargin-right){
		margin-right: -15px;
	}
	.fullwidth-halfmargin-right:not(.fullwidth-halfmargin-left){
		margin-left: -15px;
	}
	
	.fullwidth-nomargins {
		margin-right:-15px;
		margin-left: -15px;
	}
	
	.fullwidth-nomargins-left {
		margin-left: -15px;
	}
	.fullwidth-nomargins-right {
		margin-right:-15px;
	}
	
}

.container::before, .container::after, .container-fluid::before, .container-fluid::after {

    content: ' ';
    display: table;

}


.frame-space-before-extra-small { margin-top: 20px; }
.frame-space-before-small { margin-top: 30px; }
.frame-space-before-medium { margin-top: 50px; }
.frame-space-before-large { margin-top: 75px; }
.frame-space-before-extra-large { margin-top: 100px; }


.frame-space-after-extra-small { margin-bottom: 20px; }
.frame-space-after-small { margin-bottom: 30px; }
.frame-space-after-medium { margin-bottom: 50px; }
.frame-space-after-large { margin-bottom: 75px; }
.frame-space-after-extra-large { margin-bottom: 100px; }


.frame-space-before--10vw {margin-top: -10vw;}
.frame-space-before--7_5vw {margin-top: -7.5vw;}
.frame-space-before--5vw {margin-top: -5vw;}
.frame-space-before--3vw {margin-top: -3vw;}
.frame-space-before--2vw {margin-top: -2vw;}
.frame-space-before--1vw {margin-top: -1vw;}

.frame-space-before-1vw {margin-top: 1vw;}
.frame-space-before-2vw {margin-top: 2vw;}
.frame-space-before-3vw {margin-top: 3vw;}
.frame-space-before-5vw {margin-top: 5vw;}
.frame-space-before-7_5vw {margin-top: 7.5vw;}
.frame-space-before-10vw {margin-top: 10vw;}
.frame-space-before-15vw {margin-top: 15vw;}
.frame-space-before-20vw {margin-top: 20vw;}
.frame-space-before-25vw {margin-top: 25vw;}
.frame-space-before-30vw {margin-top: 30vw;}
.frame-space-before-40vw {margin-top: 40vw;}
.frame-space-before-50vw {margin-top: 50vw;}
.frame-space-before-60vw {margin-top: 60vw;}
.frame-space-before-75vw {margin-top: 75vw;}

.frame-space-before--15vh {margin-top: -15vh;}
.frame-space-before--10vh {margin-top: -10vh;}
.frame-space-before--7_5vh {margin-top: -7.5vh;}
.frame-space-before--5vh {margin-top: -5vh;}
.frame-space-before--3vh {margin-top: -3vh;}
.frame-space-before--2vh {margin-top: -2vh;}
.frame-space-before--1vh {margin-top: -1vh;}

.frame-space-before-1vh {margin-top: 1vh;}
.frame-space-before-2vh {margin-top: 2vh;}
.frame-space-before-3vh {margin-top: 3vh;}
.frame-space-before-5vh {margin-top: 5vh;}
.frame-space-before-7_5vh {margin-top: 7.5vh;}
.frame-space-before-10vh {margin-top: 10vh;}
.frame-space-before-15vh {margin-top: 15vh;}
.frame-space-before-20vh {margin-top: 20vh;}
.frame-space-before-25vh {margin-top: 25vh;}
.frame-space-before-30vh {margin-top: 30vh;}
.frame-space-before-40vh {margin-top: 40vh;}
.frame-space-before-50vh {margin-top: 50vh;}
.frame-space-before-60vh {margin-top: 60vh;}
.frame-space-before-75vh {margin-top: 75vh;}

.frame-space-before-extra-small { margin-top: 20px; }
.frame-space-before-small { margin-top: 30px; }
.frame-space-before-medium { margin-top: 50px; }
.frame-space-before-large { margin-top: 75px; }
.frame-space-before-extra-large { margin-top: 100px; }



.frame-space-after--10vw {margin-bottom: -10vw;}
.frame-space-after--7_5vw {margin-bottom: -5vw;}
.frame-space-after--3vw {margin-bottom: -3vw;}
.frame-space-after--2vw {margin-bottom: -2vw;}
.frame-space-after--1vw {margin-bottom: -1vw;}

.frame-space-after-1vw {margin-bottom: 1vw;}
.frame-space-after-2vw {margin-bottom: 2vw;}
.frame-space-after-3vw {margin-bottom: 3vw;}
.frame-space-after-5vw {margin-bottom: 5vw;}
.frame-space-after-7_5vw {margin-bottom: 7.5vw;}
.frame-space-after-10vw {margin-bottom: 10vw;}
.frame-space-after-15vw {margin-bottom: 15vw;}
.frame-space-after-20vw {margin-bottom: 20vw;}
.frame-space-after-25vw {margin-bottom: 25vw;}
.frame-space-after-30vw {margin-bottom: 30vw;}
.frame-space-after-40vw {margin-bottom: 40vw;}
.frame-space-after-50vw {margin-bottom: 50vw;}
.frame-space-after-60vw {margin-bottom: 60vw;}
.frame-space-after-75vw {margin-bottom: 75vw;}

.frame-space-after--15vh {margin-bottom: -15vh;}
.frame-space-after--10vh {margin-bottom: -10vh;}
.frame-space-after--7_5vh {margin-bottom: -5vh;}
.frame-space-after--3vh {margin-bottom: -3vh;}
.frame-space-after--2vh {margin-bottom: -2vh;}
.frame-space-after--1vh {margin-bottom: -1vh;}

.frame-space-after-1vh {margin-bottom: 1vh;}
.frame-space-after-2vh {margin-bottom: 2vh;}
.frame-space-after-3vh {margin-bottom: 3vh;}
.frame-space-after-5vh {margin-bottom: 5vh;}
.frame-space-after-7_5vh {margin-bottom: 7.5vh;}
.frame-space-after-10vh {margin-bottom: 10vh;}
.frame-space-after-15vh {margin-bottom: 15vh;}
.frame-space-after-20vh {margin-bottom: 20vh;}
.frame-space-after-25vh {margin-bottom: 25vh;}
.frame-space-after-30vh {margin-bottom: 30vh;}
.frame-space-after-40vh {margin-bottom: 40vh;}
.frame-space-after-50vh {margin-bottom: 50vh;}
.frame-space-after-60vh {margin-bottom: 60vh;}
.frame-space-after-75vh {margin-bottom: 75vh;}

.frame-space-after-extra-small { margin-bottom: 20px; }
.frame-space-after-small { margin-bottom: 30px; }
.frame-space-after-medium { margin-bottom: 50px; }
.frame-space-after-large { margin-bottom: 75px; }
.frame-space-after-extra-large { margin-bottom: 100px; }



@media (max-width: 991px){
	
.frame-space-before--10vw {margin-top: 0vw;}
.frame-space-before--7_5vw {margin-top: 0vw;}
.frame-space-before--5vw {margin-top: 0vw;}
.frame-space-before--3vw {margin-top: 0vw;}
.frame-space-before--2vw {margin-top: 0vw;}
.frame-space-before--1vw {margin-top: 0vw;}

.frame-space-before-1vw {margin-top: 0.5vw;}
.frame-space-before-2vw {margin-top: 1vw;}
.frame-space-before-3vw {margin-top: 1.5vw;}
.frame-space-before-5vw {margin-top: 2.5vw;}
.frame-space-before-7_5vw {margin-top: 3.75vw;}
.frame-space-before-10vw {margin-top: 5vw;}
.frame-space-before-15vw {margin-top: 7.5vw;}
.frame-space-before-20vw {margin-top: 10vw;}
.frame-space-before-25vw {margin-top: 12.5vw;}
.frame-space-before-30vw {margin-top: 15vw;}
.frame-space-before-40vw {margin-top: 20vw;}
.frame-space-before-50vw {margin-top: 25vw;}
.frame-space-before-60vw {margin-top: 30vw;}
.frame-space-before-75vw {margin-top: 37vw;}

.frame-space-before--15vh {margin-top: 0vh;}
.frame-space-before--10vh {margin-top: 0vh;}
.frame-space-before--7_5vh {margin-top: 0vh;}
.frame-space-before--5vh {margin-top: 0vh;}
.frame-space-before--3vh {margin-top: 0vh;}
.frame-space-before--2vh {margin-top: 0vh;}
.frame-space-before--1vh {margin-top: 0vh;}

.frame-space-before-1vh {margin-top: 0.5vh;}
.frame-space-before-2vh {margin-top: 1vh;}
.frame-space-before-3vh {margin-top: 1.5vh;}
.frame-space-before-5vh {margin-top: 2.5vh;}
.frame-space-before-7_5vh {margin-top: 3.75vh;}
.frame-space-before-10vh {margin-top: 5vh;}
.frame-space-before-15vh {margin-top: 7.5vh;}
.frame-space-before-20vh {margin-top: 10vh;}
.frame-space-before-25vh {margin-top: 12.5vh;}
.frame-space-before-30vh {margin-top: 15vh;}
.frame-space-before-40vh {margin-top: 20vh;}
.frame-space-before-50vh {margin-top: 25vh;}
.frame-space-before-60vh {margin-top: 30vh;}
.frame-space-before-75vh {margin-top: 37vh;}

.frame-space-before-extra-small { margin-top: 20px; }
.frame-space-before-small { margin-top: 30px; }
.frame-space-before-medium { margin-top: 50px; }
.frame-space-before-large { margin-top: 75px; }
.frame-space-before-extra-large { margin-top: 100px; }

.frame-space-after--10vw {margin-bottom: -5vw;}
.frame-space-after--7_5vw {margin-bottom: -2.5vw;}
.frame-space-after--3vw {margin-bottom: -1.5vw;}
.frame-space-after--2vw {margin-bottom: -1vw;}
.frame-space-after--1vw {margin-bottom: -0.5vw;}

.frame-space-after-1vw {margin-bottom: 0.5vw;}
.frame-space-after-2vw {margin-bottom: 1vw;}
.frame-space-after-3vw {margin-bottom: 1.5vw;}
.frame-space-after-5vw {margin-bottom: 2.5vw;}
.frame-space-after-7_5vw {margin-bottom: 3.75vw;}
.frame-space-after-10vw {margin-bottom: 5vw;}
.frame-space-after-15vw {margin-bottom: 7.5vw;}
.frame-space-after-20vw {margin-bottom: 10vw;}
.frame-space-after-25vw {margin-bottom: 12.5vw;}
.frame-space-after-30vw {margin-bottom: 15vw;}
.frame-space-after-40vw {margin-bottom: 20vw;}
.frame-space-after-50vw {margin-bottom: 25vw;}
.frame-space-after-60vw {margin-bottom: 30vw;}
.frame-space-after-75vw {margin-bottom: 37vw;}

.frame-space-after--15vh {margin-bottom: 0vh;}
.frame-space-after--10vh {margin-bottom: 0vh;}
.frame-space-after--7_5vh {margin-bottom: 0vh;}
.frame-space-after--3vh {margin-bottom: 0vh;}
.frame-space-after--2vh {margin-bottom: 0vh;}
.frame-space-after--1vh {margin-bottom: 0vh;}

.frame-space-after-1vh {margin-bottom: 0.5vh;}
.frame-space-after-2vh {margin-bottom: 1vh;}
.frame-space-after-3vh {margin-bottom: 1.5vh;}
.frame-space-after-5vh {margin-bottom: 2.5vh;}
.frame-space-after-7_5vh {margin-bottom: 3.75vh;}
.frame-space-after-10vh {margin-bottom: 5vh;}
.frame-space-after-15vh {margin-bottom: 7.5vh;}
.frame-space-after-20vh {margin-bottom: 10vh;}
.frame-space-after-25vh {margin-bottom: 12.5vh;}
.frame-space-after-30vh {margin-bottom: 15vh;}
.frame-space-after-40vh {margin-bottom: 20vh;}
.frame-space-after-50vh {margin-bottom: 25vh;}
.frame-space-after-60vh {margin-bottom: 30vh;}
.frame-space-after-75vh {margin-bottom: 37vh;}

.frame-space-after-extra-small { margin-bottom: 20px; }
.frame-space-after-small { margin-bottom: 30px; }
.frame-space-after-medium { margin-bottom: 50px; }
.frame-space-after-large { margin-bottom: 75px; }
.frame-space-after-extra-large { margin-bottom: 100px; }

}


@media (max-width: 767px){
	

.frame-space-before--10vw {margin-top: 0vw;}
.frame-space-before--7_5vw {margin-top: 0vw;}
.frame-space-before--5vw {margin-top: 0vw;}
.frame-space-before--3vw {margin-top: 0vw;}
.frame-space-before--2vw {margin-top: 0vw;}
.frame-space-before--1vw {margin-top: 0vw;}

.frame-space-before-1vw {margin-top: 10px;}
.frame-space-before-2vw {margin-top: 15px;}
.frame-space-before-3vw {margin-top: 30px;}
.frame-space-before-5vw {margin-top: 60px;}
.frame-space-before-7_5vw {margin-top: 80px;}
.frame-space-before-10vw {margin-top: 2.5vw;}
.frame-space-before-15vw {margin-top: 3.75vw;}
.frame-space-before-20vw {margin-top: 5vw;}
.frame-space-before-25vw {margin-top: 6.25vw;}
.frame-space-before-30vw {margin-top: 7.5vw;}
.frame-space-before-40vw {margin-top: 10vw;}
.frame-space-before-50vw {margin-top: 12.5vw;}
.frame-space-before-60vw {margin-top: 15vw;}
.frame-space-before-75vw {margin-top: 18.5vw;}

.frame-space-before--15vh {margin-top: 0vh;}
.frame-space-before--10vh {margin-top: 0vh;}
.frame-space-before--7_5vh {margin-top: 0vh;}
.frame-space-before--5vh {margin-top: 0vh;}
.frame-space-before--3vh {margin-top: 0vh;}
.frame-space-before--2vh {margin-top: 0vh;}
.frame-space-before--1vh {margin-top: 0vh;}

.frame-space-before-1vh {margin-top: 0.25vh;}
.frame-space-before-2vh {margin-top: 0.5vh;}
.frame-space-before-3vh {margin-top: 0.75vh;}
.frame-space-before-5vh {margin-top: 1.25vh;}
.frame-space-before-7_5vh {margin-top: 1.875vh;}
.frame-space-before-10vh {margin-top: 2.5vh;}
.frame-space-before-15vh {margin-top: 3.75vh;}
.frame-space-before-20vh {margin-top: 5vh;}
.frame-space-before-25vh {margin-top: 6.25vh;}
.frame-space-before-30vh {margin-top: 7.5vh;}
.frame-space-before-40vh {margin-top: 10vh;}
.frame-space-before-50vh {margin-top: 12.5vh;}
.frame-space-before-60vh {margin-top: 15vh;}
.frame-space-before-75vh {margin-top: 18.5vh;}

.frame-space-before-extra-small { margin-top: 20px; }
.frame-space-before-small { margin-top: 30px; }
.frame-space-before-medium { margin-top: 50px; }
.frame-space-before-large { margin-top: 75px; }
.frame-space-before-extra-large { margin-top: 100px; }

.frame-space-after--10vw {margin-bottom: 0vw;}
.frame-space-after--7_5vw {margin-bottom: 0vw;}
.frame-space-after--3vw {margin-bottom: 0vw;}
.frame-space-after--2vw {margin-bottom: 0vw;}
.frame-space-after--1vw {margin-bottom: 0vw;}

.frame-space-after-1vw {margin-bottom: 10px;}
.frame-space-after-2vw {margin-bottom: 15px;}
.frame-space-after-3vw {margin-bottom: 30px;}
.frame-space-after-5vw {margin-bottom: 60px;}
.frame-space-after-7_5vw {margin-bottom: 80px;}
.frame-space-after-10vw {margin-bottom: 2.5vw;}
.frame-space-after-15vw {margin-bottom: 3.75vw;}
.frame-space-after-20vw {margin-bottom: 5vw;}
.frame-space-after-25vw {margin-bottom: 6.25vw;}
.frame-space-after-30vw {margin-bottom: 7.5vw;}
.frame-space-after-40vw {margin-bottom: 10vw;}
.frame-space-after-50vw {margin-bottom: 12.5vw;}
.frame-space-after-60vw {margin-bottom: 15vw;}
.frame-space-after-75vw {margin-bottom: 18.5vw;}

.frame-space-after--15vh {margin-bottom: 0vh;}
.frame-space-after--10vh {margin-bottom: 0vh;}
.frame-space-after--7_5vh {margin-bottom: 0vh;}
.frame-space-after--3vh {margin-bottom: 0vh;}
.frame-space-after--2vh {margin-bottom: 0vh;}
.frame-space-after--1vh {margin-bottom: 0vh;}

.frame-space-after-1vh {margin-bottom: 0.25vh;}
.frame-space-after-2vh {margin-bottom: 0.5vh;}
.frame-space-after-3vh {margin-bottom: 0.75vh;}
.frame-space-after-5vh {margin-bottom: 1.25vh;}
.frame-space-after-7_5vh {margin-bottom: 1.875vh;}
.frame-space-after-10vh {margin-bottom: 2.5vh;}
.frame-space-after-15vh {margin-bottom: 3.75vh;}
.frame-space-after-20vh {margin-bottom: 5vh;}
.frame-space-after-25vh {margin-bottom: 6.25vh;}
.frame-space-after-30vh {margin-bottom: 7.5vh;}
.frame-space-after-40vh {margin-bottom: 10vh;}
.frame-space-after-50vh {margin-bottom: 12.5vh;}
.frame-space-after-60vh {margin-bottom: 15vh;}
.frame-space-after-75vh {margin-bottom: 18.5vh;}	

.frame-space-after-extra-small { margin-bottom: 20px; }
.frame-space-after-small { margin-bottom: 30px; }
.frame-space-after-medium { margin-bottom: 50px; }
.frame-space-after-large { margin-bottom: 75px; }
.frame-space-after-extra-large { margin-bottom: 100px; }
	
}


/*header*/

header.page-header {
    position: relative;
    width: 100%;
    z-index: 2;
    margin-bottom: 100px;
}

header.page-header.sticky {
	background-color: #ffffff;
	z-index: 100;
	position: fixed;
}

#mainNav{
	position: relative;
	height: 100px;
	
}

#mainNav .logo-block img{
	height: 60px;
	margin-top: 15px;
	width: auto;
	transition: 0.5s all ease-in-out;
}

header.page-header.sticky #mainNav .logo-block img {
    height: 50px;
    transition: 0.5s all ease-in-out;
}

header.page-header.sticky #mainNav{
	height: 80px;
}

.navbar-header .wrapper {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-header {
  position: relative;
  width: 100%;
  padding: 0 15px;
}

ul.nav{
	align-items: center;
}

ul.nav li.item a {
  padding: 10px 20px;
  font-size: 16px;
}

ul.nav li.item a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom: 2px solid #000000;
}

ul.nav li.item span{
	color: #181716;
	text-decoration: none;
}

ul.nav li.item span:hover{
	color: #28456A;
	text-decoration: none;
}

@media (max-width: 991px){
	/*#mainNav .logo-block img{*/
	/*	padding-left: 15px;	*/
	/*}*/
	.nav-block{
		display: none;
	}
}

/* MMenu */

.burgericon{
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 18px 11px 4px;
}

@media (max-width: 991px){
    .burgericon {
        padding: 17px 8px 5px;
        top: 10px;
        right: 10px;
        display: block;
    }
}


.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
	background-color: #000000;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 3px;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}


.mm-listitem:hover{
    background-color: #2B3C4D;
}

.mm-listitem_selected{
    background-color: #2B3C4D;
}


/*@media (min-width: 1200px){*/
/*    .burgericon{*/
/*        display: none;*/
/*    }*/
/*}*/

/* ENDE > MMenu */


/*Heroimage*/

.heroimage {
  height: 100vh;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.heroimage .content {
  margin-left: calc(2.5vw + 90 * ((100vw - 1200px) / 720));
  margin-bottom: 20vh;
}

.heroimage .ImageBackground_holder {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-position: center center;
    background-size: cover;
}

.heroimage h1{
	font-size: 90px;
	line-height: 100px;
	font-weight: 100;
	color: #ffffff;
	text-transform: uppercase;
}

.heroimage h1 strong{
	font-weight: 400;
}

@media (max-width: 1199px){
	.heroimage h1{
		font-size: 80px;
		line-height: 90px;
	}
	
	.heroimage .content {
  	margin-left: 0;
	}
}

@media (max-width: 991px){
	.heroimage h1{
		font-size: 60px;
		line-height: 70px;
	}
	
	.heroimage .content {
  	padding-left: 15px;
	}
	
}

@media (max-width: 768px){
	.heroimage h1{
		font-size: 40px;
		line-height: 50px;
	}
	
}

@media (max-width: 576px){
	.heroimage h1{
		font-size: 22px;
		line-height: 36px;
	}
	
}


/*Accordion*/

/*Accordion*/
.accordion .card{
	border: none;
	background-color: #EFEFEF;
	margin-bottom: 5px;
	border-radius: 0;
}

.accordion .card:last-child{
	border: none;
}

.accordion .card-header h4 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: #305465;
    font-style: normal;
    padding: 0 50px 0 15px;
}

.accordion .card .card-header{
	padding: 10px 0 0 0;
	border-radius: 0;
	border: none;
}

.accordion .card-header a::before{
  transform: rotate(270deg);
  position: absolute;
  width: 20px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
  right: 30px;
  background: url("../img/arrow.png") center center no-repeat;
  background-size: contain;
  content: "";
}

.accordion .card-header a.collapsed::before {
	transform: rotate(180deg);
}

.accordion .card-header a{
	text-decoration: none;
	cursor: pointer;
}

.accordion .card-body {
	padding: 30px 15px 15px;
	background-color: #ffffff;
}

/* Quote */

.quote{
	position: relative;
}

.quote img{
	width: 100%;
	height: auto;
}

.quote .content{
	position: absolute;
	top: 50%;
	left: 60px;
	transform: translateY(-50%);
	color: #ffffff;
}

.quote .content p{
		font-size: calc(22px + 8 * ((100vw - 375px) / 616));
		line-height: calc(32px + 8 * ((100vw - 375px) / 616));
}

/*Doppel Headline*/

.doubleheadline{
	position: relative;
}

.doubleheadline h2{
	font-size: 80px;
	line-height: 90px;
	position: relative;
	color: #A7D5C2;
	opacity: 0.3;
}

.doubleheadline span {
    position: absolute;
    top: 40%;
    left: 50px;
    color: #28456A;
}

.doubleheadline span::before {
    position: relative;
    content: "";
    width: 40px;
    height: 2px;
    background-color: #28456A;
    display: block;
    left: -50px;
    top: 8px;
}

.bg1 .doubleheadline h2{
		color: #ffffff;
		margin: 0;
}

@media (max-width: 767px){
	.doubleheadline h2{
		font-size: 40px;
	}
}

/* Headerslider */

.headerslider .wrap{
	position: relative;
	display: flex;
	flex-direction: row;
	margin-top: 50px;
	justify-content: space-between;
	align-items: flex-end;
}

.headerslider .wrap .left, .headerslider .wrap .right{
	position: relative;
	width: 50%;
}

.headerslider img{
	width: 100%;
	height: auto;
}

.bg1 .headerslider h1, .bg1 .headerslider h2, .bg1 .headerslider h3, .bg1 .headerslider h4{
	color: #ffffff;
	margin-bottom: 15px;
}

.bg3 .headerslider h1, .bg3 .headerslider h2, .bg3 .headerslider h3, .bg3 .headerslider h4{
	color: #ffffff;
	margin-bottom: 25px;
}

.bg3 .headerslider h2, .bg3 .headerslider h3, .bg3 .headerslider h4{
	margin-bottom: 15px;
}

.bg4 {
	background-color: #001727;
}
.bg4 h1, .bg4 h2, .bg4 h3, .bg4 h4, .bg4 *, .bg4 span.text-xl, .bg4 span.text-xxl, .bg4 a.link-kontakt {
	color: #ffffff;
}

.plax, .plax span.text-xl, .plax span.text-xxl{
	color: #ffffff;
}




.headerslider h1{
	font-weight: 100;
}

.headerslider .left > div{
	position: relative;
	margin-left: 10%;
	margin-bottom: 80px;
}

.headerslider .swiper-pagination-bullet{
	background-color: #A7D5C2;
	border: 2px solid #ffffff;
	opacity: .8;
	width: 12px;
	height: 12px;
}

.headerslider .swiper-pagination-bullet-active{
	background-color: #28456A;
}

@media (max-width: 767px){
	.headerslider .wrap .left, .headerslider .wrap .right{
		width: 100%;
	}
	
	.headerslider .wrap{
		flex-direction: column;
	}
	
	.headerslider h1{
		font-size: 28px;
		line-height: 35px;
	}
	
	.headerslider h3{
		font-size: 20px;
		line-height: 25px;
	}
}

/* Testimonialslider */

.testimonialslider{
	padding: 30px 0;
}

.testimonial-slider{
		position: relative;
}

.testimonial-slider::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 10%;
    height: 100%;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(0,0,0,0) 100%);
    z-index: 2;
}

.testimonial-slider::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    width: 10%;
    height: 100%;
    background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(0,0,0,0) 100%);
    z-index: 2;
}

@media (max-width: 768px){
	.testimonial-slider::before, .testimonial-slider::after{
		display: none;
	}
}

.testimonialslider .wrap{
	position: relative;
	display: flex;
	margin-top: 50px;
	height: 100%;
	flex-direction: column;
	margin: 0;
	justify-content: center;
	align-items: center;
}

.testimonialslider .left, .testimonialslider .right{
	width: 50%;
}

.testimonialslider .left{
	padding: 0px 100px;
	background: url("../img/testimonialbackground.jpg") center center no-repeat;
	background-size: cover;
	color: #ffffff;
}

.testimonialslider .content {
		position: relative;
    background-color: #FCFCFC;
    box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.16);
		-webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.16);
		-moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.16);
		padding: 80px 15px 15px;
		color: #2B3C4D;
}

.testimonialslider .content::before {
	background: url("../img/quote.png") center center no-repeat;
	position: absolute;
	display: block;
	content: "";
	left: 15px;
	top: 0;
	width: 72px;
	height: 58px;
}

.testimonialslider .content h1, .testimonialslider .content h2, .testimonialslider .content h3, .testimonialslider .content h4, .testimonialslider .content h5, .testimonialslider .content h6  {
		color: #2B3C4D;
}

.testimonialslider .content h4{
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
}

.testimonialslider .content h5{
	font-size: 20px;
	line-height: 35px;
	font-weight: 500;
}

.testimonialslider .content > *{
	vertical-align: middle;
}

.testimonialslider img{
	width: 100%;
	height: auto;
}

.testimonialslider .swiper-pagination-bullet{
	background-color: #A7D5C2;
	border: 2px solid #ffffff;
	opacity: .8;
	width: 12px;
	height: 12px;
}

.testimonialslider .swiper-pagination-bullet-active{
	background-color: #28456A;
}

.testimonialslider h4{
	font-size: 16px;
  line-height: 30px;
  margin-top: 50px;
}

	.testimonialslider .swiper-slide{
		height: auto;
		transform: scale(0.8);
		transition: scale 1s;
	}
	
	.testimonialslider .swiper-slide-active{
		transform: scale(1);
		transition: transform 1s;
	}
	
	.testimonialslider img {
    width: 150px;
    height: 150px;
    margin-bottom: -60px;
		z-index: 2;
	}
	
	.testimonialslider .swiper-button-prev::after{
		content: "";
		background: url("../img/arrow.png") center center no-repeat;
		position: absolute;
		display: block;
		width: 38px;
		height: 68px;
	}
	
	.testimonialslider .swiper-button-next::after{
		content: "";
		background: url("../img/arrow.png") center center no-repeat;
		position: absolute;
		display: block;
		width: 38px;
		height: 68px;
		transform: rotate(180deg);
	}
	
	.testimonialslider .swiper-button-prev{
		left: 20%;
	}
	
	.testimonialslider .swiper-button-next{
		right: 20%;
	}

@media (max-width: 1199px){
	
	.testimonialslider .content h4{
		font-size: 20px;
		line-height: 25px;
	}
	
	.testimonialslider .content p{
		font-size: 16px;
		line-height: 25px;
	}
	.testimonialslider .swiper-slide{
		height: auto;
	}
	
	.testimonialslider img {
    width: 120px;
    height: 120px;
	}
}

@media (max-width: 767px){
	.testimonialslider .swiper-button-prev{
		left: 15px;
		top: 75%;
	}
	
	.testimonialslider .swiper-button-next{
		right: 15px;
		top: 75%;
	}
}

/*  Footer */

footer{
	position: relative;
	background-color: #F8F8F8;	
}

footer::after{
	position: absolute;
	display: block;
	content: "";
	width: 348px;
	height: 100%;
	background: url('../img/S_logo.png') center center;
	background-size: cover;
	right: 0px;
	top: 0;
	z-index: 1;
}

@media(max-width: 1199px){
	footer::after{
		display: none;	
	}
}

.footer-body{
	padding: 30px 0px;
	position: relative;
	z-index: 10;
}

.footer-body a{
	color: #000000;
}

.footer-body .metanav .item:last-child{
	padding-right: 0;
}

.footer-body .logo-standard img{
	width: 212px;
}

.footer-bottom{
	position: relative;
	z-index: 10;
	padding: 15px 0;
	font-size: 14px;
}

.footer-bottom a{
	color: #181716;
}

.footer-bottom h4{
	margin: 0;
}

footer span.ort,
footer span.tel,
footer span.mail{
	display: block;
	line-height: 30px;
}

footer .social-wrapper img{
	width: auto;	
}

footer .social-wrapper figure, footer .social-wrapper .ce-column, footer .social-wrapper .ce-row,
footer .social-wrapper .ce-inner, footer .social-wrapper .ce-outer, footer .social-wrapper .ce-gallery,
footer .social-wrapper .ce-image{
	margin: 0;
	display: inline-block;
}

footer .social-wrapper > div{
	width: auto;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-top: 15px;
}

@media (max-width: 991px){
	.footer-body .row > div{
		text-align: right !important;
	}
	
	footer::after{
		display: none;
	}
	
	.footer-body .metanav li {
		display: block;
		border: none;
		padding-right: 0;
		margin-bottom: 5px;
	}
	
	/*.footer-body .metanav .item:last-child{*/
	/*	padding-right: 15px;*/
	/*}*/
	
	footer .social-wrapper > div{
		margin-left: 15px;
		margin-right: 0px;
		margin-bottom: 30px;
		margin-top: 15px;
	}
}


/* Meta Nav */

.metanav{
	margin: 0;
	padding-left: 0;
}

.metanav li{
	list-style: none;
	display: inline-block;
	padding: 0 15px;
	border-right: 1px solid #181716;
	line-height: 20px;
}

.metanav li:first-child{
	padding-left: 0;	
}

@media (max-width: 991px){
	.metanav li:first-child{
		padding-left: 15px;	
	}
}

.metanav li:last-child{
	border: none;
}

.metanav a{
	font-size: 16px;
	
}

/* Counter */
.counter{
	font-size: 75px;
	line-height: 120px;
}

/* Formular */

.powermail_fieldwrap{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.tx-powermail input[type="text"], .tx-powermail input[type="email"], .tx-powermail textarea{
	background-color: transparent;
	color: #ffffff;
	padding: 30px;
	border-color: #ffffff;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-radius: 0;
}

.tx-powermail textarea{
	height: 150px;
}

.form-control:focus{
	background-color: transparent;
}

.form-control::placeholder {
    color: #ffffff;
}

.powermail_fieldwrap > div{
	width: 100%;
	max-width: 100%;
}

.powermail_fieldwrap .btn{
	padding: 15px 20px 15px 20px;
}

.tx-powermail .powermail_fieldset .powermail_field_error, .tx-powermail .powermail_fieldset .parsley-error, .tx-powermail .powermail_fieldset .powermail_form .parsley-error:focus, .tx-powermail .powermail_fieldset div.error {
    background-color: transparent;
    color: #A94442;
    border-color: #A94442;
}

.tx-powermail .powermail_fieldset .parsley-errors-list{
	background-color: transparent;
	border: 0px;
}

.powermail_fieldwrap_type_submit{
	margin-top: 50px;
}

.powermail_fieldwrap.col-md-6, .powermail_fieldwrap .col-sm-10{
	padding: 0;
}

.form-control:focus{
	color: #ffffff;
}


/*Teaserimage*/

.teaserimage-wrapper{
	display: flex;
	margin-bottom: 30px;
}

.teaserimage{
	position: relative;
	overflow: hidden;
}

.teaserimage-wrapper.align-1{
	justify-content: flex-end;
}

.teaserimage.width-10{
	width: 10%;
}
.teaserimage.width-20{
	width: 20%;
}
.teaserimage.width-30{
	width: 30%;
}
.teaserimage.width-40{
	width: 40%;
}
.teaserimage.width-50{
	width: 50%;
}
.teaserimage.width-60{
	width: 60%;
}
.teaserimage.width-70{
	width: 70%;
}
.teaserimage.width-80{
	width: 80%;
}
.teaserimage.width-90{
	width: 90%;
}
.teaserimage.width-100{
	width: 100%;
}

.teaserimage img{
	width: 100%;
	height: auto;
}

.teaserimage .title {
	position: absolute;
	display: block;
	font-size: 35px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .5s, letter-spacing .5s;
	text-transform: uppercase;
	letter-spacing: 40px;
	z-index: 10;
	height: 100%;
}

.teaserimage:hover .title{
	opacity: 1;
	letter-spacing: 10px;
}

.teaserimage .title span{
	position: relative;
	top: 50%;
}

.teaserimage:hover::after{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.5);
	top: 0;
	left: 0;
}

.teaserimage-wrapper.overlay-1 .teaserimage:hover::after{
	display: none;
}

@media (max-width: 991px){
	.teaserimage.width-10, .teaserimage.width-20, .teaserimage.width-30, .teaserimage.width-40,
	.teaserimage.width-50, .teaserimage.width-60, .teaserimage.width-70, .teaserimage.width-80,
	.teaserimage.width-90, .teaserimage.width-100{
		width: 100%;
	}
}

/* Header Vertikal */
.headlinevertical {
	display: flex;
}
.headlinevertical .headline h2 {
	writing-mode: vertical-lr;
	/*margin: 10px 30px 0px 0px;*/
	margin: 0;
	position: relative;
  display: block;
  transform: rotate(180deg);
}

.headlinevertical.width-10{
	width: 10%;
}
.headlinevertical.width-20{
	width: 20%;
}
.headlinevertical.width-30{
	width: 30%;
}
.headlinevertical.width-40{
	width: 40%;
}
.headlinevertical.width-50{
	width: 50%;
}
.headlinevertical.width-60{
	width: 60%;
}
.headlinevertical.width-70{
	width: 70%;
}
.headlinevertical.width-80{
	width: 80%;
}
.headlinevertical.width-90{
	width: 90%;
}
.headlinevertical.width-100{
	width: 100%;
}

.headlinevertical .headline {
  display: block;
  width: 45px;
  position: absolute;
}

.headlinevertical .content{
	padding-left: 70px;
}

@media (max-width: 991px){
	.headlinevertical.width-10, .headlinevertical.width-20, .headlinevertical.width-30, .headlinevertical.width-40,
	.headlinevertical.width-50, .headlinevertical.width-60, .headlinevertical.width-70, .headlinevertical.width-80,
	.headlinevertical.width-90, .headlinevertical.width-100{
		width: 100%;
	}
}

/*Team*/

.teamwrapper{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
}

.slide1, .slide2, .slide3{
	transform: translateX(10%);
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes animate-positive{
    0% { transform: translateX(10%); }
    100% { transform: translateX(0%); }
}

@keyframes animate-positive{
    0% { transform: translateX(10%); }
    100% { transform: translateX(0%); }
}

.teamwrapper .col3, .teamwrapper .col2 {
	width: 30%;
}

.teamwrapper .col1{
	width: 40%;
	margin-left: 60px;
}

@media (max-width: 1250px){
	.teamwrapper .text-team{
		font-size: 20px;
	}
}

.teamwrapper .col2 img{
	width: 100%;
	height: auto;
	transform: scale(1.1);
}

@media (max-width: 991px){
	.teamwrapper .col1, .teamwrapper .col2, .teamwrapper .col3{
		width: 100%;
		margin: 0;
		padding: 0 15px;
	}
	
	.teamwrapper .col2{
		margin-bottom: 30px;
	}
	
	.teamwrapper{
		flex-direction: column;	
	}
	
	.teamwrapper .col2 img{
		transform: scale(1);
	}
}

@media (max-width: 767px){
	.teamwrapper .text-team{
		font-size: 18px;
	}
}


.breadcrumb{
	position: relative;
	background-color: transparent;
	padding: 0;
}


.breadcrumb li span{
	padding: 0 15px;
}

.breadcrumb::before{
	position: absolute;
	display: block;
	content: "";
	width: 30px;
	border-bottom: 2px solid #AC9976;
	top: 50%;
	left: -45px;
}

#p1 .breadcrumb{
	display: none;
}