/*
	Theme Name: Schaper & Campe 2025
	Theme URI: https://www.schaper-campe-regioenergie.de/
	Description: Schaper & Campe 2025 Theme
	Version: 1.0
	Author: Christoph Karnebogen, Mirco Hueneke
	Author URI: http://www.diewildengestalten.de
*/

/* ------------------- WEBFONT IMPORT (Google Fonts) ------------------- */

/* albert-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/albert-sans-v3-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* albert-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/albert-sans-v3-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* albert-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/albert-sans-v3-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* albert-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/albert-sans-v3-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* averia-sans-libre-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Averia Sans Libre';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/averia-sans-libre-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* averia-sans-libre-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Averia Sans Libre';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/averia-sans-libre-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}





/* ------------------- VARIABLES ------------------- */
/* fuer IE extra script css-vars.js laden */
:root {
	--sc-blue: #0078bf;
	--sc-lightblue: #b3c4e5;
	--sc-lighterblue: #0078bf14;
	
	--sc-green: #a7bc25 ; /* Originalfarbe: #80ba27 */
	--sc-lightgreen: #a7bc2566;
	
	--container-size: 1140px;
}



/* ------------------- BASIC ------------------- */

body{
	font-family: 'Albert Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
}

header{
	position: relative;
	z-index: 50;
}

.body-wrap{
	overflow-x: hidden;
	position: relative;
}

::focus {
    outline: 0 !important;
}

.effect, a{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

p:last-child{
	margin-bottom: 0;
}

a {
	color: inherit;
}

a:hover {
	color: inherit;
}




/* --------------- HEADINGS AND TXT --------------- */

h1, h2{
	text-transform: uppercase;
	font-family: 'Averia Sans Libre';
	font-style: normal;
	font-weight: 700;
	font-size: 43px;
	line-height: 1;
	margin-bottom: 80px;
}

h1 span, h2 span{
	display: block;
	text-indent: 25px;
}

h3{
	text-transform: uppercase;
	font-family: 'Averia Sans Libre';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 30px;
	color: var(--sc-lightblue);
}





/* -------------------- COLORS -------------------- */

.blue{ color: var(--sc-blue); }
.lightblue{ color: var(--sc-lightblue); }
.green{ color: var(--sc-green); }
.lightgreen{ color: var(--sc-lightgreen); }
.white{ color: white; }




/* ------------------- NAVIGATION ------------------- */

.navbar {
    position: absolute;
	width: calc(100% - 35px);
    z-index: 1;
    margin-left: 35px;
    margin-top: 35px;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	padding: 20px 50px 30px 30px;
  	font-family: 'Averia Sans Libre';
  	font-style: normal;
  	font-weight: 700;
	color: var(--sc-blue);
	
	background: #ffffff;
	background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=1);
}

.navbar-brand img{
	width: 270px;
}

.bun, .patty{
	background-color: var(--sc-blue);
	height: 3px;
	width: 30px;
	display: block;
	margin-bottom: 6px;
	transform: rotate(0deg);
	border-radius: 100px;
	
	-webkit-transition: all 0.3s ease-in-out !important;
	-moz-transition: all 0.3s ease-in-out !important;
	-ms-transition: all 0.3s ease-in-out !important;
	-o-transition: all 0.3s ease-in-out !important;
	transition: all 0.3s ease-in-out !important;
}

.bun-bottom{
	margin-bottom: 0;
	width: 17px;
}

.fake-patty{
	position: absolute;
	margin-top: -9px;
	transform: rotate(0deg);
	
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.navbar.active .patty{
	transform: rotate(-45deg);
}

.navbar.active .fake-patty{
	transform: rotate(45deg) !important;

	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.navbar.active .bun{
	opacity: 0;
}

.navbar-collapse {
    position: absolute;
    width: 100%;
    top: 0;
    left: 100%;
    border-top-left-radius: 60px;
	display: block !important;
	height: auto;
	padding: 70px 0 70px 70px;
	
	background: #E3E9F6;
	background: -webkit-linear-gradient(110deg, rgba(227, 233, 246, 1) 60%, rgba(255, 255, 255, 1) 60%);
	background: -moz-linear-gradient(110deg, rgba(227, 233, 246, 1) 60%, rgba(255, 255, 255, 1) 60%);
	background: linear-gradient(110deg, rgba(227, 233, 246, 1) 60%, rgba(255, 255, 255, 1) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E3E9F6", endColorstr="#FFFFFF", GradientType=0);
	
}

.navbar-toggler {
	position: relative;
    z-index: 5;
	padding: 0;
    border: 0;
	margin-left: 30px;
}

.navbar-toggler:hover .bun-bottom{
	width: 30px;
}

.navbar-toggler:focus {
	outline: none;
}

.navbar-collapse.show{
	left: 0;
	filter: drop-shadow(0 0 60px rgba(0,0,0,0.33));
	
  -webkit-transform: translateZ(0); /* dauerhaft, nicht nur während der Transition */
  will-change: transform, filter;
  backface-visibility: hidden;
}

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}

.dropdown-menu {
    display: block !important;
}

.dropdown-item {
    display: inline-block;
	width: unset;
	background-color: white;
	border-radius: 100px;
	color: var(--sc-blue);
	text-transform: uppercase;
	font-size: 20px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.dropdown-menu {
	background-color: transparent;
	border: 0;
}

.nav-icon{
	width: 23px;
}

.icon-wrapper{
	display: flex;	
}

.icon-wrapper a{
	display: flex;
	margin: 0 10px;
}

.dropdown-menu li{
	display: inline-block;
}

.dropdown-menu li a{
	font-weight: 700;
}

.menu-adress {
    position: absolute;
    right: 70px;
    bottom: 70px;
	font-family: 'Albert Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
	font-size: 43px;
	text-transform: uppercase;
	display: inline-block;
}

#menu-item-163 { /* das dropdown Projekte-Menue */
    width: 60%;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-item:hover {
	color: white;
	background-color: var(--sc-blue);
}




/* ----------------- FORMULAR ----------------- */

label, input, textarea{
	width: 100%;
}

.wpcf7 label{
	text-transform: uppercase;
    font-family: 'Averia Sans Libre';
    font-style: normal;
	font-weight: 700;
	color: var(--sc-blue);
}

.wpcf7 input {
    border: 2px solid var(--sc-green);
    border-radius: 100px;
    min-height: 50px;
    margin-top: 10px;
	background-color: var(--sc-lighterblue);
	padding: 5px 20px;
}

.wpcf7 textarea {
    border: 2px solid var(--sc-green);
    border-radius: 30px;
    min-height: 50px;
    margin-top: 10px;
	background-color: var(--sc-lighterblue);
	padding: 5px 20px;
}

.wpcf7 label:before{
	content: '';
	display: inline-block;
	width: 15px;
}

.wpcf7 input[type=submit]{
	background-color: var(--sc-green);
	color: white;
	text-transform: uppercase;
    font-family: 'Averia Sans Libre';
    font-style: normal;
    font-weight: 700;
}

.wpcf7-not-valid-tip {
    padding-left: 15px;
    padding-top: 10px;
	font-family: 'Albert Sans';
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	font-size: 16px !important;
}









/* ----------------- FOOTER ----------------- */

footer{
	background-color: var(--sc-blue);
	color: white;
	margin-left: 40px;
	margin-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 15px;
	margin-top: 100px;
}

.dwg{
    text-align: right;
    color: var(--sc-lightblue);
    font-size: 11px;
    font-weight: 500;
    margin: 12px 0;
}

.adress{
	margin-top: 40px;
	padding-left: 25px;
}

.law-links{
    margin-top: 40px;
    display: flex;
    justify-content: end;
}

.law-links a{
	text-decoration: underline;
}

.law-links a:hover{
	text-decoration: none;
}






/* ----------------- ELEMENTS ----------------- */

#lay-home-teaser{
	margin-bottom: 100px;
}

#lay-home-intro{
	margin-top: 100px;
	margin-bottom: 100px;
}

#lay-instagram{
	margin-top: 100px;
	margin-bottom: 100px;
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 120px;
	padding-bottom: 60px;
	position: relative;
	text-align: center;
	
	background: #80BA27;
	background: -webkit-linear-gradient(315deg, var(--sc-green) 0%, rgba(0, 120, 191, 1) 90%);
	background: -moz-linear-gradient(315deg, var(--sc-green) 0%, rgba(0, 120, 191, 1) 90%);
	background: linear-gradient(315deg, var(--sc-green) 0%, rgba(0, 120, 191, 1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80BA27", endColorstr="#0078BF", GradientType=0);
}

#lay-contactblog{
	margin-top: 100px;
	margin-bottom: 100px;
}

#lay-intro{
	margin-bottom: 100px;
	position:relative;
	padding-top: 250px;
}

#lay-data{
	margin-top: 100px;
	margin-bottom: 100px;
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;
	
	font-family: 'Averia Sans Libre';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	
	background: #80BA27;
	background: -webkit-linear-gradient(315deg, var(--sc-green) 0%, rgba(0, 120, 191, 1) 90%);
	background: -moz-linear-gradient(315deg, var(--sc-green) 0%, rgba(0, 120, 191, 1) 90%);
	background: linear-gradient(315deg, var(--sc-green) 0%, rgba(0, 120, 191, 1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80BA27", endColorstr="#0078BF", GradientType=0);	
}

#lay-text-img{
	margin-top: 100px;
	margin-bottom: 100px;	
}

#lay-text-list{
	margin-top: 100px;
	margin-bottom: 100px;	
}

#lay-text-images{
	margin-top: 100px;
	margin-bottom: 100px;	
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 150px;
	padding-bottom: 150px;
	background-color: var(--sc-lighterblue);
	position: relative;
}

#lay-cta{
	margin-top: 100px;
	margin-bottom: 100px;	
}

#lay-dsim{
	margin-bottom: 100px;
	position:relative;
	padding-top: 300px;
}

#lay-timeline{
	margin-top: 100px;
	margin-bottom: 100px;	
}

#lay-faqs{
	margin-top: 100px;
	margin-bottom: 100px;	
}

.ds-im h1 {
    color: var(--sc-blue);
}

.ds-im h2 {
    margin-top: 50px;
    text-align: left;
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--sc-blue);
}

.ds-im h3 {
    margin-bottom: 10px;
    margin-top: 40px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: black !important;
}

.ds-im h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
}

.ds-im ul {
    padding-left: 15px;
}

.ds-im a {
    color: var(--sc-lightblue);
	word-break: break-all;
}

.fact-icon{
	height: 95px;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}

.fact-number{
	font-size: 70px;
	display: block;
	text-align: center;
	font-family: 'Averia Sans Libre';
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 5px;
}

.fact-info{
	font-size: 20px;
	text-align: center;
	display: block;
	font-family: 'Averia Sans Libre';
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--sc-lightblue);
}

.home-intro-spacer{
	height: 150px;
}

.sc-rounded{
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.logo-container{
	background-color: white;
	display: block;
	padding: 20px;
}

.bu{
	font-size: 13px;
	font-style: italic;
	margin-top: 10px;
}

.rotor-wrap {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rotor-wrap img{
	width: 80px;
	transform: translatey(-7px);
}

.insta-name{
	font-family: 'Averia Sans Libre';
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	text-transform: uppercase;
	color: white;
	margin-bottom: 50px;
	display: inline-block;
}

.insta-name:hover{
	color: white;
	text-decoration: none;
}

.insta-btn {
    font-family: 'Averia Sans Libre';
    font-style: normal;
    font-weight: 700;
    display: inline-flex;
    margin-top: 60px;
	position: relative;
    color: white;
    border-radius: 100px;
    border: 2px solid var(--sc-green);	
    padding: 10px 20px;
	padding-right: 71px;
	z-index: 0;
}

.insta-btn-icon {
    aspect-ratio: 1 / 1;
	height: calc(100% + 4px);
	position: absolute;
	top: -2px;
	right: -2px;
	border-radius: 100px;
	background: url('img/wind-icon.svg') var(--sc-green);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
}

.insta-btn:hover {
	color: white;
	text-decoration: none;
}

.insta-btn:after{
	content: ' ';
	height: 100%;
	width: 0%;
	top: 0;
	right: 15px;
	background-color: var(--sc-green);
	position: absolute;
	z-index: -1;
	border-radius: 100px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.insta-btn:hover:after{
	width: calc(100% - 15px);
}


.pill-btn {
    font-family: 'Averia Sans Libre';
    font-style: normal;
    font-weight: 700;
    display: inline-flex;
	position: relative;
    color: var(--sc-blue);	
    border-radius: 100px;
    border: 2px solid var(--sc-green);	
    padding: 10px 20px;
	padding-left: 71px;
	z-index: 0;
	font-size: 20px;
	overflow: hidden;
}

.pill-btn:hover {
	color: white;
	text-decoration: none;
}

.pill-btn-icon {
    aspect-ratio: 1 / 1;
	height: calc(100% + 4px);
	max-width: 54px;
	position: absolute;
	top: -2px;
	left: -2px;
	border-radius: 100px;
	background-size: 24px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.pill-btn:after{
	content: ' ';
	height: 100%;
	width: 0%;
	top: 0;
	left: 0;
	background-color: var(--sc-green);
	position: absolute;
	z-index: -1;
	border-radius: 100px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pill-btn:hover:after{
	width: 100%;
}

#lay-contactblog .pill-btn {
	margin-left: -60px;
	margin-bottom: 10px;
}

.contact-middler{
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.pill-btn span{
	font-size: 13px;
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 500;
    margin-left: 10px;
    align-items: end;
    display: flex;
}

.pill-phone{
	background: url('img/phone-white.svg') var(--sc-green);	
}

.pill-mail{
	background: url('img/envelope-white.svg') var(--sc-green);	
}

.pill-wind{
	background: url('img/wind-icon.svg') var(--sc-green);	
}

#lay-home-teaser h2{
	margin-top: 400px; /* 330px */
}

.bottons-bar{
	margin-top: -150px;
}

.video-wrap{
	height: 750px;	
	position: relative;
	overflow: hidden;
}

.fake-gradient{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 300px;

	background: #ffffff;
	background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
}

.video-wrap h2{
	color: white;
	font-size: 60px;
	text-shadow: 4px 4px var(--sc-blue);
}

video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.link-box{
	background-color: var(--sc-green);
	height: 250px;
    display: flex;
    align-items: end;
	
    background-size: auto calc(100% - 70px);
    background-position: top center;
    background-repeat: no-repeat;
}

.link-box-text{
    width: 100%;
    height: 70px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
	color: white;
    font-family: 'Averia Sans Libre';
    font-style: normal;
    font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	border-bottom-right-radius: 30px;
}

.link-box:hover{
	text-decoration: none !important;
	color: white;
}

.link-box:hover .link-box-text img{
	margin-left: 15px;
}

.link-box-text img{
	width: 30px;
	margin-left: 10px;
}

.link-box-fade{
	position: absolute;
	bottom: 70px;
	left: 0;
	width: calc(100% - 30px);
	margin-left: 15px;
	height: 30px; 
	
	background: #ffffff;
	background: -webkit-linear-gradient(0deg, var(--sc-green) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(0deg, var(--sc-green) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, var(--sc-green) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
}

.fake-intro-gradient{
	position: absolute;
	width: 100%;
	height: 750px;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.13;
	
	background: #ffffff;
	background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, var(--sc-blue) 100%);
	background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, var(--sc-blue) 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, var(--sc-blue) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
}

.intro-img{
	width: 100%;
	/* width: calc( 100% + ( 100vw - var(--container-size) ) / 2 + 15px ); */
}

.headline-line {
	display: flex;
    align-items: baseline;
    width: 100%;
}

.headline-line h2 {
  margin: 0;
  padding-right: 1rem; /* Abstand zur Linie */
  white-space: nowrap;  /* verhindert Zeilenumbruch */
}

.headline-line .line {
	flex-grow: 1;
	border-bottom: 2px solid white;
	height: 0;
}

.fact-wrap{
	margin-bottom: 70px;
	text-transform: uppercase;
}

.headline-line-wrap{
	margin-bottom: 150px;
}

.fact-wrap img{
	width: 110px;
	margin: 0 auto;
	margin-bottom: 25px;
	display: block;
}

#lay-data .rotor-wrap {
	bottom: 0;
    top: unset;
    transform: translate(-50%, 50%);
}

.page-child #lay-data{
	margin-top: 0;
}

.page-child #lay-intro{
	margin-bottom: 100px;
	z-index: 1;
}

.page-child .intro-img{
	margin-bottom: -60px;
	z-index: 1;
	position: relative;
}

.intro-text{
	margin-bottom: 100px;
}

#lay-text-img .pill-btn{
	margin-top: 40px;
}

#lay-text-img h2{
	margin-bottom: 40px;
}

.list-wrap {
    display: block;
    width: 100vw;
    padding-left: 40px;
    padding-right: 40px;
}

.list-wrap .row{
    width: calc( 100% - 15vw + 30px);
	margin: 0 auto;
}

/*
.list-entry:nth-child(12n+1),
.list-entry:nth-child(12n+2),
.list-entry:nth-child(12n+3),
.list-entry:nth-child(12n+7),
.list-entry:nth-child(12n+8),
.list-entry:nth-child(12n+9) { 
	transform: translatex(7.5vw);
}

.list-entry:nth-child(12n+4),
.list-entry:nth-child(12n+5),
.list-entry:nth-child(12n+6),
.list-entry:nth-child(12n+10),
.list-entry:nth-child(12n+11),
.list-entry:nth-child(12n+12) {
	transform: translatex(-7.5vw);
}
*/

.list-entry{
	margin-bottom: 30px;
	padding-left: 20px;
}

.list-entry-box{
	background-color: var(--sc-lighterblue); 
	height: 100%;
    padding: 30px 30px 30px 50px;
    display: flex;
    align-items: center;
	
	text-transform: uppercase;
    font-family: 'Averia Sans Libre';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
	color: var(--sc-green);
	position: relative;
}

.list-entry-box span{
	display: block;
	font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
	text-transform: none;
	color: black;
}

.list-entry-style{
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
	
#lay-text-list .text-content{
	margin-bottom: 100px;
}

.list-entry-box:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 40px;
	background-color: var(--sc-green);
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-image: url(img/icon-check.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    transform: translate(-50%, -50%);
}

.cta-spacing{
	margin-bottom: 100px;
	margin-top: 100px;
}

#lay-cta h2{
	margin-bottom: 0px;
}

.images-spacer{
	height: 150px;
}

.fake-images-background{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background-color: white;
	z-index: 0;
}

.two-images-left {
    z-index: 1;
    position: relative;
    width: calc(100% + (100vw - var(--container-size)) / 2 + 15px);
	margin-left: calc( (100vw - var(--container-size)) / 2 * -1 - 15px);
}

.two-images-right {
    z-index: 1;
    position: relative;
    width: calc(100% + (100vw - var(--container-size)) / 2 + 15px);
}
	
#lay-text-images .bu{
	position: relative;
	z-index: 1;
	padding: 0 40px;
}

.accordion button {
	text-align: left;
	position: relative;
    padding: 20px 25px;
	padding-left: 60px;
	margin-bottom: 20px;
	background-color: transparent;
	border: 0;
	width: 100%;
    text-transform: uppercase;
    font-family: 'Averia Sans Libre';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
	color: var(--sc-green);
	
    border-top: 1px solid;
    padding-top: 40px;
}

.accordion button:focus {
	outline: none;
}

.accordion button:before {
	content: '';
	display: inline-block;
	width: 35px;
	height: 30px;
	background-image: url('img/icon-rotor.svg');
	background-repeat: no-repeat;
	background-size: cover;
    transform: rotate(60deg);
    left: 0;
    top: 40px;
    line-height: 0;
	position: absolute;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.accordion button.collapsed:before {
    transform: rotate(0deg);
}

.accordion .card-body {
    padding: 30px 0 50px 60px;
}

.accordion .card-body p:last-child{
	margin-bottom: 0;
}

.modal .intro-img {
	margin-bottom: 0;
}

.modal-dialog {
	max-width: calc(100vw - 80px) !important;
    width: calc(100vw - 80px) !important;
    height: 100%;
	min-height: 1px !important;
	max-height: 100%;
    margin: auto !important;
}

.modal-content {
	border-radius: 0;
    margin-top: -3%;
}

.modal-body {
    padding: 0;
}

.modal-header {
    padding: 10px 15px;
	border: 0;
}

/* Modal soll maximal so groß wie der Browser sein */
.modal-dialog {
  max-width: 100vw; /* volle Breite */
  margin: 0; /* keine Ränder */
}

.modal-content {
  max-height: 100vh; /* maximale Höhe ist die Viewport-Höhe */
  overflow: auto; /* Inhalt scrollbar, wenn zu groß */
}

/* Bild automatisch anpassen */
.modal-body img {
  max-width: 100%;
  max-height: 90vh; /* Platz für Header/Footer lassen */
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto;
}

.modal-content {
	background-color: transparent;
	color: white;
}

.close {
    color: white;
    opacity: 1 !important;
    display: block;
}

.close:hover {
    color: white;
}

.modal-backdrop.show {
    opacity: .8;
}

.cta-nospacing{
	margin-bottom: 0 !important;
}

.text-center h1 span{
	text-indent: 0px;
}


















/* ------------------------------------------------ MOBILE ------------------------------------------------ */

@media screen and (max-width: 767.98px) { 
	
	:root {
		--container-size: 100%;
	}
	
	.container{
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.icon-wrapper a{
		display: none;
	}
	
	.menu-adress {
		position: relative;
		right: 0;
		bottom: 0;
		margin-top: 50px;
	}

	.link-box-wrap{
		margin-bottom: 30px;
	}
	
	#lay-home-teaser h2 {
		margin-top: 280px;
		font-size: 50px;
	}
	
	#lay-home-teaser {
		margin-bottom: 50px;
	}
	
	#lay-home-intro {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	h1, h2 {
		font-size: 36px;
		margin-bottom: 50px;
	}
	
	.home-intro-spacer {
		height: 50px;
	}
	
	.lay-home-intro-img, .lay-contactblog-img{
		margin-top: 40px;
	}
	
	#lay-home-intro .row{
		justify-content: center;
	}
	
	.intro-facts{
		margin-top: 40px;
	}
	
	.insta-name {
		font-size: 100%;
	}
	
	#lay-contactblog {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	#lay-contactblog .pill-btn {
		margin-left: 0;
	}
	
	footer {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		margin-top: 50px;
	}
	
	.law-links {
		justify-content: center;
	}
	
	.adress {
		padding-left: 15px;
	}
	
	.dwg {
		text-align: center;
	}
	
	.bu {
		margin-bottom: 40px;
		text-align: center;
	}
	
	.intro-text {
		margin-bottom: 40px;
	}

	.intro-img {
		width: 100%;
		margin-bottom: 40px !important;
	}
	
	#lay-text-img {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	#lay-cta {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	.list-entry:nth-child(12n+1),
	.list-entry:nth-child(12n+2),
	.list-entry:nth-child(12n+3),
	.list-entry:nth-child(12n+7),
	.list-entry:nth-child(12n+8),
	.list-entry:nth-child(12n+9) { 
		transform: translatex(0);
	}

	.list-entry:nth-child(12n+4),
	.list-entry:nth-child(12n+5),
	.list-entry:nth-child(12n+6),
	.list-entry:nth-child(12n+10),
	.list-entry:nth-child(12n+11),
	.list-entry:nth-child(12n+12) {
		transform: translatex(0);
	}
	
	.list-wrap .row {
		width: 100%;
	}
	
	#lay-text-list {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	.two-images-left {
		width: calc(100% + (100vw - var(--container-size)) / 2 + 40px);
		margin-left: calc((100vw - var(--container-size)) / 2 * -1 - 0px);
	}
	
	.two-images-right {
		width: calc(100% + (100vw - var(--container-size)) / 2 + 40px);
		margin-left: -40px;
	}	
	
	#lay-text-images {
		margin-top: 50px;
		margin-bottom: 50px;
        padding-top: 100px;
        padding-bottom: 100px;
	}
	
	#lay-cta h2 {
		margin-bottom: 40px;
	}
	
	.cta-spacing {
		margin-bottom: 50px;
		margin-top: 50px;
	}
	
	.images-spacer {
		height: 100px;
	}
	
	.lay-text-images-icon{
        width: 75%;
        margin: 0 auto;
        display: block;
        margin-top: 80px;
	}
	
	.list-entry{
		padding-left: 20px;
		padding-right: 0;
	}
	
	.bu.text-right{
		text-align: center !important;
	}
	
	.lay-text-img-img{
		margin-top: 40px;
	}
	
	#lay-dsim {
		margin-bottom: 50px;
		padding-top: 250px;
	}
	
	.fact-wrap{
		hyphens
	}
	
	.navbar-brand img {
		width: 170px;
	}
	
	.navbar{
	    padding-bottom: 25px;
	}
	
	.navbar-collapse {
		padding-right: 40px;
		padding-left: 40px;
		border-top-left-radius: 45px;
		
		background: -webkit-linear-gradient(110deg, rgba(227, 233, 246, 1) 75%, rgba(255, 255, 255, 1) 75%);
		background: -moz-linear-gradient(110deg, rgba(227, 233, 246, 1) 75%, rgba(255, 255, 255, 1) 75%);
		background: linear-gradient(110deg, rgba(227, 233, 246, 1) 75%, rgba(255, 255, 255, 1) 75%);
	}
	
	#menu-item-163 {
		width: 100%;
	}
	
	.navbar-nav .nav-link {
		width: 100%; 
		font-size: 25px;
	}
	
	.dropdown-menu li a {
		white-space: normal;
		text-align: center;
	}
	
	.modal .intro-img {
		margin-bottom: 0 !important;
	}
	
}
/* ------------------------------------------------ Extra small devices ------------------------------------------------ */

@media screen and (max-width: 575.98px) { 
	
	.container{
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.link-box-text {
		font-size: 15px;
	}
	
	.link-box {
		height: 230px;
	}
	
	#lay-data {
		padding-top: 100px;
	}
	
	.headline-line-wrap {
		margin-bottom: 80px;
	}
	
	/* Ausnahme für Handy, damit beide zu sehen sind*/
	.link-box-contact{
		background-position: calc(50% - 14px) top;
	}
	
	.insta-name {
        font-size: 14px;
    }
	
	.headline-line {
		justify-content: center;
	}
	
	.headline-line .line {
		display: none;
	}
	
	.headline-line h2 {
		padding-right: 0;
	}
	
}





/* ------------------------------------------------ TABLET ------------------------------------------------ */

@media (min-width: 768px) and (max-width: 991.98px) { 
	
	:root {
		--container-size: 720px;
	}
	
/*
	.list-entry:nth-child(12n+1),
	.list-entry:nth-child(12n+2),
	.list-entry:nth-child(12n+5),
	.list-entry:nth-child(12n+6),
	.list-entry:nth-child(12n+9),
	.list-entry:nth-child(12n+10){
		transform: translatex(7.5vw);
	}
	
	.list-entry:nth-child(12n+3),
	.list-entry:nth-child(12n+4),
	.list-entry:nth-child(12n+7),
	.list-entry:nth-child(12n+8),
	.list-entry:nth-child(12n+11),
	.list-entry:nth-child(12n+12){
		transform: translatex(-7.5vw);
	}
*/	

	.list-entry-style {
		hyphens: auto;
	}
	
	.intro-text {
		margin-bottom: 100px;
	}
	
	#lay-data{
    	padding: 80px 50px;		
	}

	.law-links {
		justify-content: center;
	}
	
	.law-links a {
		text-decoration: underline;
		margin: 0 10px;
	}
	
	.navbar-nav .nav-link {
		font-size: 30px;
	}

	.link-box {
		height: 200px;
	}
	
	.link-box-text {
		font-size: 16px;
	}
	
}






/* ------------------------------------------------ Small Computers ------------------------------------------------ */

@media (min-width: 992px) and (max-width: 1199.98px) { 
	
	
	
}