/* hind-300 - latin */
@font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/hind-v11-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/hind-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/hind-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/hind-v11-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/hind-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/hind-v11-latin-300.svg#Hind') format('svg'); /* Legacy iOS */
}

/* hind-regular - latin */
@font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/hind-v11-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/hind-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/hind-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/hind-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/hind-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/hind-v11-latin-regular.svg#Hind') format('svg'); /* Legacy iOS */
}

/* hind-500 - latin */
@font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/hind-v11-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/hind-v11-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/hind-v11-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/hind-v11-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../fonts/hind-v11-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/hind-v11-latin-500.svg#Hind') format('svg'); /* Legacy iOS */
}

/* hind-600 - 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: 'Hind';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/hind-v16-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/hind-v16-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* hind-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: 'Hind';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/hind-v16-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/hind-v16-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

body {

}

body main, body header, body footer {
    font-family: 'Hind', sans-serif;
    font-size: 19px;
    color: #3a3b3a;
}

body main .pt-5 {
    padding-top: 3.5rem !important;
}

body main .pb-5 {
    padding-bottom: 4rem !important;
}

main b, main strong {
	font-weight: 600;
}

header {
    overflow: hidden;
}

#head {
    background-color: #ffffff;
}

#head .logo {
    position: relative;
    z-index: 9999999;
    top: -26px;
}

#head .navbar-dark {
    height: 70px;
}

#head .navbar-dark .navbar-nav .nav-link {
    color: #143150;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: .5px;
    padding-left: 0;
    padding-right: 0;
    float: left;
}

#head #navbarCollapse {
    position: fixed;
    background: #fff;
    top: 44px;
    z-index: 9999;
    padding: 0 16px 8px;
    border-radius: 0 0 9px 9px;
}

#head .navbar-dark .navbar-nav {
    justify-content: space-around;
    width: 100%;
    margin-top: 1rem;
}

@media (min-width: 992px) {

    #head #navbarCollapse {
        position: relative;
        background: transparent;
        top: unset;
        z-index: 9999;
        padding: 0;
    }

    #head .navbar-dark .navbar-nav .nav-link {
        float: none;
        padding-right: 1.25rem;
    }

    #head .navbar-dark .navbar-nav {
        margin-top: 0;
    }

}

#head .navbar-dark .navbar-nav .nav-link:hover {
    color: #90B630;
}

#head .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2820, 49, 80, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 20px;
}

#head .navbar-dark .navbar-toggler {
    color: rgba(20,49,80,1);
    border-color: rgba(20,49,80,.5);
    padding: 0 10px;
    position: absolute;
    top: 12px;
}

#head .logo img {
    width: 120px;
    height: auto;
    float: right;
}

@media (min-width: 768px) {

    #head .logo img {
        width: 170px;
    }

}

@media (min-width: 992px) {

    #head .logo img {
        width: 210px;
    }

}


main {
    overflow-x: hidden;
    margin-top: -80px;
}

@media (min-width: 768px) {

    main {
        margin-top: -138px;
    }

}

@media (min-width: 992px) {

    main {
        margin-top: -174px;
    }

}

main a {
    text-decoration: none !important;
}

main .container, main .container-lg, main .container-md, main .container-sm, footer .container, header .container {
    max-width: 960px;
}

main h1, main h2, main h3 {
    margin-bottom: 1rem;
    letter-spacing: .75px;
}

main h1, main h2 {
    font-size: 32px;
    font-weight: 700;
}

main h3 {
    font-size: 19px;
    font-weight: 500;
}

main p {
    letter-spacing: 0.1px;
}

.stage > .container {
    height: inherit;
}

.stage > .container > .row {
    height: inherit;
}

.stage_container {
    height: 45vh;
    min-height: 580px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: -50px;
}

@media (min-width: 768px) {

    .stage_container {
        height: 45vh;
        min-height: 580px;
        margin-bottom: -100px;
    }

}

@media (min-width: 1200px) {

    .stage_container {
        margin-bottom: -196px;

    }

}

.stage {
    height: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.stage_wave {
    position: absolute;
    height: 50%;
    bottom: 0;
    width: 100vw;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.stage_block {
    position: relative;
    top: 86px;
}

.stage_block h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.125em;
    margin-bottom: 3px;
	color: #ffffff;
}

.stage_block div {
    font-size: 22px;
    font-weight: 500;
	color: #ffffff;
}

@media (min-width: 768px) {

    .stage_block h1 {
        font-size: 42px;
    }

}

.stage_claim {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 99999;
    height: 200px;
}

@media (min-width: 768px) {

    .stage_claim {
        top: 32%;
        right: 40px;
        height: 200px;
    }

}


@media (min-height: 768px) and (min-width: 600px) {

    .stage_claim {
        top: 34%;
        height: 260px;
    }

}
@media (min-height: 1200px) {

    .stage_claim {
        top: 38%;
        height: 300px;
    }

}
@media (min-height: 1024px) {

    .stage_claim {
        top: 38%;
        right: 0;
        height: 260px;
    }

}

.bg_green {
    background-color: #EBF8C9;
	background-color: #F5FDE0;
}

.bg_white {
    background-color: #ffffff;
}

.bg_blue {
    background-color: #CFE4F5;
}

.inhaltsreihe {
    padding: 1.75rem 0;
    overflow: hidden;
}

.inhaltsreihe ul li {
    text-align: center;
}

.inhaltsreihe .bilder .bild {
    max-width: 100%;
    height: auto;
}

@media (min-width: 1024px) {

    .inhaltsreihe .bilder .bild {
    }

}

.inhaltsreihe p, .inhaltsreihe ul {
    text-align: center;
    list-style-position: inside;
}

.spaltenabschluss {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}


.pdflink {
    text-align: center;
    display: block;
}

@media (max-width: 767px) {

    .bilder {
        margin-top: 0 !important;
    }
}

.sliderstreifen {
    height: 190px !important;
    overflow-x: scroll;
    overflow-y: hidden;
}

.sliderstreifen img {
    height: inherit;
    width: auto;

}

@media (max-width: 574px) {

    .sliderstreifen {
        height: 180px !important;
    }

    .sliderstreifen img {
        height: 180px;
    }

}

.bild {
    transition: opacity 2500ms;
    opacity: 0.1;
}


main .btn-primary {
    font-size: 28px;
    font-family: 'Overlock', sans-serif;
    font-weight: 700;
    background-color: #FFD300;
    border-color: #FFD300;
    margin: 1.5rem auto 2.5rem;
    display: block;
    text-decoration: none;
    color: #000;
    padding: 1rem 2.5rem;
}

main .btn-primary:hover {
    border-color: #000;
    background-color: #FFD300;
    color: #000;
}




.footerblock_container .container-fluid {
    padding-bottom: 30rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 1600px) {

    .footerblock_container .container-fluid {
        padding-bottom: 27rem;
    }

}



.footerblock_icons {
    display: flex;
    justify-content: space-around;
    position: relative;
    bottom: -20rem;
}

@media (min-width: 768px) {

    .footerblock_icons {
        bottom: 0;
    }

}

.footerblock_icons .der_gruene_punkt {
    height: 146px;
}

.footerblock_icons .aktion_baum {
    height: 216px;
    position: relative;
    top: -34px;
}


footer {
    background-image: url("../images/BG_Muster.png");
    color: #143150;
    font-weight: 500;
    font-size: 17px;
    overflow-x: hidden;
    letter-spacing: .25px;
    margin-top: -11rem;
}

footer .container {
    position: relative;
    z-index: 99999;
	padding-top: 6rem;
	padding-bottom: 3rem;
}
footer a, .bg-footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footernavwrap {
	display: flex;
	align-items: center;
}

footer .footernav {
    display: flex;
    padding: 0;
    line-height: 1;
    justify-content: flex-start;
    margin: 0;
}

footer .footernav .nav-item {
    list-style: none;
    font-weight: 700;
    font-size: 19px;
}

footer .footernav .nav-link {
    padding-left: 0;
    letter-spacing: 1px;
}
footer .footernav .nav-item:not(:first-child) .nav-link::before {
    content: '|';
    padding-right: 8px;
}

footer .small {
    font-size: 16px;
}

footer .footerlogo {
    position: relative;
    top: 1px;
}

.footer_wave {
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 100vw;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: cover;
}




.cookie-consent-container .buttons .btn--primary, .cookie-consent-container .buttons .btn--secondary {
    background: transparent !important;
    color: #999 !important;
    border: 2px solid #999 !important;
    opacity: .5;
}

.cookie-consent-container .buttons .btn--primary:hover, .cookie-consent-container .buttons .btn--secondary:hover {
    background: transparent;
    color: #999;
    opacity: 1 !important;
}


.WaveStage {
    position: absolute;

}

.SpezialTurty {
    padding-bottom: 7rem;
}

.turty_ani {
    margin-top: 42px;
    margin-bottom: -20px;
}

@media (min-width: 768px) {

    .turty_ani {
        position: absolute;
        bottom: -54px;
        left: -23px;
    }

}

.turty_sign {
    position: relative;
}

.turty_sign img {
    position: absolute;
    left: 56px;
    top: 6px;
}

.produktcontainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.produkt {
    width: 80%;
    background-color: #ffffff;
    border-radius: 0;
    text-align: center;
    margin-bottom: 2rem;
    box-shadow: 3px  3px 3px  #33333333;
}

@media (min-width: 768px) {

    .produkt {
        width: 30%;
    }

}

.ProduktBezeichnung {
    font-weight: 700;
    color: #5A98D1;
    font-size: 25px;
    line-height: 1.125em;
}

.ProduktBezeichnung.faded {
    opacity: .6;
}

.Produktbeschreibung {
    font-weight: 600;
    color: #143150;
    font-size: 20px;
    height: 62px;
    line-height: 1.125em;
}

@media (min-width: 768px) {

	.ProduktBezeichnung {
		font-size: 23px;
	}

	.Produktbeschreibung {
		font-size: 19px;
	}
	
}

@media (min-width: 1024px) {

	.ProduktBezeichnung {
		font-size: 25px;
	}

	.Produktbeschreibung {
		font-size: 20px;
	}
	
}

.Produktlink {
    color: #ffffff;
    padding: 10px 10px 24px;
}

.Produktlink a {
	font-weight: 700;
	color: #ffffff;
	background: #00582B;
	padding: 3px 32px;
	border-radius: 2rem;
	font-size: 18px;
	white-space: nowrap;
}

.Produktlink a:hover {
	color: #f0f0f0;
}

.Produktlink.faded {
    opacity: .6;
}

.Produktbild {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Produktbild img {
	padding: 10px;
}


@media (min-width: 768px) {

    .Produktbild {
        height: 220px;
    }

}

.Produktbild.comingsoon img {
    width: auto;
    height: 194px;
    position: relative;
    top: 0;
}

@media (min-width: 768px) {
  
.Produktlink.faded {
    position: relative;
    
}

}

#c33 {
	margin-top: -3rem;
}

.madeineurope {
    width: 120px;
}

@media (min-width: 768px) {

 .madeineurope {
	width: 180px;
	margin-top: 2rem;
}

}

#panorama {
    background-color: #ffffff;
}

.kundenmeinungenwrap {
	 background-size: cover;
	 background-position: -50%;
}

@media (min-width: 768px) {
	
	.kundenmeinungenwrap {
		background-position: -10rem;
	}
	
}

@media (min-width: 992px) {
	
	.kundenmeinungenwrap {
		background-position: 0;
	}
	
}

.kundenmeinungen {
	min-height: 1028px;
}

@media (min-width: 768px) {
	
		.kundenmeinungen {
		min-height: 84vh;
	}
	
}

@media (min-width: 1200px) {
	
	.kundenmeinungen {
		min-height: 66vh;
	}
	
}

.kundenmeinung {
	background-color: #CFE4F5;
	padding: 1rem 1.5rem;
	margin-bottom: 2rem;
	font-size: 16px;
}

.umweltblockwrap {
	margin-top: -2rem;
}

.umweltblock {
	min-height: 500px;
	background-size: cover;

}

.umweltblock .Produktlink {
	text-align: center;
	bottom: -40px;
	position: relative;
}

.umweltblockwrap .umwelttextblock {
	position: absolute;
	bottom: 0;
	background-color: #90B630;
	color: #ffffff;
	font-weight: 600;
	padding: 18px 22px;
}

.umwelttextblock img {
	position: absolute;
	top: -58px;
	left: -1px;
}

.kundenmeinungmobil {
	width: 100%;
	margin-bottom: 2rem;
	padding: 0 15px;
}