/* Animationen für Headline und Subline */
@keyframes swirlOut {
    0% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
    100% {
        opacity: 0;
        transform: scale(0) rotate(360deg);
    }
}

#standort-text2 sub {
    padding-left: 70px;
    padding-top: 25px;
    display: block;
}

#standort-text2 {
  margin-top: 25px;
}

a#standort-button {
    color: #000;
    border: 1px solid #fff;
    text-decoration: none;
    padding: 10px 20px;
    margin-top: 20px;
    display: block;
    font-size: 18px;
    background-color: #fff;
}

a#standort-button:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color:#000;
}


#introTextContent {
  color: #f7f7f7;
  opacity: 1;
  border-bottom: 1px dotted #fff;
  line-height: 0;
  cursor: pointer;
  margin-left: 25%;
  margin-right: auto;
  position: relative;
  z-index: 9999999;
  position: absolute;
  bottom: 15px;
  left: 0;
}

@media (max-width: 580px){
	#introTextContent {
	    margin-top: 3rem;
	    position:relative;
	}
}

#introTextContent:hover {
  color: #fff;
}

.number {
  position: relative;
  width: 50%;
  height: 50%;
  display: block;
}

.number img {
  position: absolute;
  display: block;
  width: 48px;
  border: 2px solid #fff;
  border-radius: 100%;
  top: 0;
}

.label-text {
  padding-left: 70px;
  display: inline-block;
  line-height: 1.25;
}

#standort-formular label {
  font-size: 24px;
  margin-bottom: 10px;
}

.ce_rsce_timeline{
	display:none;
	opacity: 0;
}

#standort {
  padding: 7px 15px;
  min-width: calc(100% - 115px);
  margin-left: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 992px){
	#standort {
	  min-width: 50%;
	  margin-left: 70px;
	}
}



#headline, #subline {
    opacity: 1;
    transition: opacity 1.5s ease-in-out;
    animation-fill-mode: forwards; /* Behalte den Endzustand nach der Animation */
}

/* Animationen auslösen */
.swirlOut {
    animation: swirlOut 1.5s ease-in-out;
}


#introTextWrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Verhältnis 16:9, genau wie das Video */
    height: 0; /* Die Höhe wird durch Padding geregelt */
    z-index: 2;
    /*background-image: url('/files/mpc/assets/images/einlagerung-2024/einlagerung-bg.jpg');*/
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: cover;
    margin-top: 2rem;
}

/* Textanimationen */
#headline, #subline, #asEveryYear, #article-54 {
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}


#article-54 {
    transform: translateY(100px); /* Startposition: unterhalb */
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}


#introText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}


#introText #headline {
    font-size: 7em;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

#introText #subline {
    font-size: 2em;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

/* Responsiver 16:9 Videocontainer */
#videoContainer {
    position: relative;
    width: 100%; /* Volle Breite */
    padding-bottom: 56.25%; /* Verhältnis 16:9 (9 / 16 = 0.5625) */
    height: 0; /* Containerhöhe wird durch Padding geregelt */
    z-index: 999999;
    /*display: none;*/  /*Start: unsichtbar 
    opacity: 0;
    transition: opacity 0.5s 0s ease;*/
}

#videoContainer iframe{
    display: none;  /*Start: unsichtbar */
    opacity: 1;
    transition: opacity 0.5s 0s ease;
}

#irisEffect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: circle(0% at 50% 50%); /* Startpunkt: Iris geschlossen */
    transition: clip-path 2s ease-in-out; /* Animierte Irisöffnung */
    z-index: 9;
}

#irisEffect.open {
    clip-path: circle(150% at 50% 50%); /* Zielpunkt: Iris geöffnet */
}

/* Das eigentliche YouTube-Video */
#iframe, #youtubeVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 1.6;
  background-color: #000;
}


.h2, h2,.h1,h1{
	line-height:1;
}

button#ctrl_121 {
    border: 1px solid;
    padding: 5px 10px;
    transition: ease all 0.3s 0s;
}

button#ctrl_121:hover {
    background-color: #68467b;
}

div#vdsCountDown {
    font-size: 2rem;
    font-weight: bold;
    color: #ddc5dc;
    margin-top: 2rem;
}

div#vdsCountDown span {
    background-color: #ddc5dc;
    padding: 0px 5px;
    margin-left: 5px;
    border-radius: 5px;
	color:#634276
}
h1 {
  font-size: clamp(4em, 13vw, 15em);
  margin-bottom: -1rem;
}

#article-34 figure.image_container {
    text-align: center;
}

video.background-video {
    border-bottom: 5px solid;
}

.timeline--item {
    border-top: 55px solid transparent;
}
/*
#timeline::after {
    content: "";
    width: 8px;
    display: block;
    position: absolute;
    height: calc(100% + 20rem);
    background: #ffc6e8;
    left: 25%;
    z-index: 10;
    top: -10rem;
}
*/
.h2in h2{
	text-transform:none;
}

.mpc-mt-overload {
    margin-top: calc(-2rem - 55px);
    position: relative;
    z-index: 9;
}

.mpc-mt-overload h2 {
    margin-left: 12%;
    margin-bottom: 0;
    z-index: 999999999;
    position: relative;
}

@media (min-width: 768px){
	.mpc-mt-overload h2{
		margin-left: 9%;
	}
}

@media (min-width: 992px){
	.mpc-mt-overload h2{
		margin-left: 26%;
	}
	.mpc-mt-overload {
    	margin-top: calc(-4rem - 55px);
	}
}

@media (min-width: 1200px){
	

}




input#opt_14_0 {
    width: 20px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

#lbl_109_0,#lbl_112_0,#lbl_122_0,#lbl_118_0,#lbl_119_0,#lbl_126_0,#lbl_131_0,#lbl_136_0,#lbl_137_0,#lbl_138_0,#lbl_146_0,#lbl_152_0,#lbl_153_0,#lbl_154_0 {
  width: 90%;
}


.scharf .timeline-text {
  color: transparent;
  text-shadow: 0 0 5px yellow;
}


button#ctrl_111, button#ctrl_140, button#ctrl_156 {
    padding: 0.5rem 1rem;
    border: 1px solid #ffffff;
    border-radius: 0;
    /* background: yellow; */
    transition: ease all 0.3s 0s;
}

button#ctrl_111:hover, button#ctrl_140:hover, button#ctrl_156:hover {
    padding: 0.5rem 1rem;
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #000;
}

#opt_109_0,#opt_112_0,#opt_122_0,#opt_118_0,#opt_119_0,#opt_126_0,#opt_131_0,#opt_136_0,#opt_137_0,#opt_138_0,#opt_146_0,#opt_152_0,#opt_153_0,#opt_154_0 {
  width: 23px;
  float: left;
  margin-top: 5px;
  text-align: left;
}


.background-video {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
}

.docker.docker-begin {
  display: none;
}

.docker {
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: yellow;
  top: 4rem;
  z-index: 0;
}

#main {
  
}



.position-absolute.meet {
  bottom: 0;
  background: yellow;
  color: #000;
  padding: .5rem 1rem;
}


.timeline--item a, 
.timeline--item a:hover, 
.timeline--item a:focus {
  color: #ffb7BE;
  text-decoration: underline;
  text-decoration-style: dotted;
  font-weight: normal;
  text-transform: none;
  transition: ease all 0.3s 0s;
}

.timeline--item a:hover {
  opacity: 0.85;
}

.widget-submit {
  margin-top: 2rem;
}

.mpc-bg-gray.text-left {
    background: rgba(0, 0, 0, 0.3);
    text-align: left;
}

code {
  color: #fff;
}

.ce_form .widget {
  margin-left: 0;
  margin-bottom: 1rem;
}

h1 {
  color: #ddc5db;
  font-weight: bold;
  text-transform: uppercase;
}

.h2, h2 {
    font-size: 55px;
    -webkit-text-stroke: 1px #dddddd;
    text-stroke: 1px #dddddd;
    color: transparent;
    text-transform: uppercase;
    font-weight: bold;
}

@media (min-width: 992px){
	.h2, h2 {
    -webkit-text-stroke: 2px #dddddd;
    text-stroke: 2px #dddddd;
	}
}

.timeline--item{
	background: #000;
}

.mpc-light{
	opacity:0.9;
}

.mpc-right, .mpc-left {
  right: 0 !important;
}

.ce_rsce_timeline {
  min-height: 800px;
}

.timeline--item {
  text-align: center;
  opacity: 0;
  transition: ease-in all 0.5s 0s;
}

.timeline--item.visible {
  opacity: 1;
}

.timeline-subline {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-top: .5rem;
  margin-bottom: .5rem;
  line-height: 1.25;
}

.mpc-w1 {
  width: calc(100% - 50px);
  left: 50px;
  height: fit-content;
}

.mpc-w2 {
  width: calc(100% - 50px);
  left: 50px;
  height: fit-content;
}

.mpc-w3 {
  width: calc(100% - 50px);
  left: 50px;
  height: fit-content;
}

.mpc-w4 {
  width: calc(100% - 50px);
  left: 50px;
  height: fit-content;
}

@media (min-width:600px){
	div#vdsCountDown {
	    font-size: 2rem;
	}
}


@media (min-width: 992px){
	.mpc-left.timeline--item::before {
	  content: "";
	  width: 50%;
	  height: 2px;
	  margin-top: -1px;
	  border-bottom: 2px dotted yellow;
	  position: absolute;
	  display: block;
	  left: auto;
	  right: -50%;
	  top: 5.3rem;
	}
	.mpc-left .docker.docker-end {
	  margin-right: calc(-44px / 2);
	  border-radius: 0 22px 22px 0;
	  width: 22px;
	  right: 0;
	}
	.mpc-left {
	  left: 0 !important;
	  right: auto !important;
	}
	.h2, h2{
		font-size: 140px;
	}
	
	.mpc-w1 {
		width: 27%;
	}
	.mpc-w2 {
	  width: 45%;
	  left: 55%;
	}
	.mpc-w3 {
	  width: 33.33%;
	  left: 66.66%;
	  height: fit-content;
	}
	
	.mpc-w4 {
	  width: 75%;
	  left: 25%;
	  height: fit-content;
	}
	#mpc1::before {
	  width: 160px;
	  left: -160px;
	}
	
	#mpc2::before {
	  width: 205px;
	  right: -218px;
	}
	#mpc3::before {
	  width: 74px;
	  left: -78px;
	}

	#mpc4::before {
	  width: 51px;
	  left: -52px;
	}
}

@media (min-width: 1200px){
	.h2, h2{
		font-size: 160px;
	}
	.timeline-subline {
		font-size: 36px;
	}
	#mpc1::before {
	  width: 189px;
	  left: -190px;
	}
	#mpc2::before {
	  width: 256px;
	  right: -259px;
	}
	#mpc3::before {
	  width: 80px;
	  left: -92px;
	}
	#mpc4::before {
	  width: 56px;
	  left: -59px;
	}
}

@media (min-width: 1400px){
	#mpc1::before {
	  width: 212px;
	  left: -220px;
	}
	#mpc4::before{
		width: 322px;
		left: -328px;
	}
	
	.mpc-w1 {
	  width: 27%;
	  left:0;
	  height: fit-content;
	}
	
	.mpc-w2 {
	  width: 25%;
	  left: 75%;
	  height: fit-content;
	}
	
	.mpc-w3 {
	  width: 33.33%;
	  left: 66.66%;
	  height: fit-content;
	}
	
	.mpc-w4 {
	  width: 75%;
	  left: 25%;
	  height: fit-content;
	}
	
	#mpc3::before {
	  width: 106px;
	  left: -108px;
	}
	
	#mpc2::before {
	  width: 300px;
	  right: -300px;
	}
}



.h3, h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
}

#main {
  color: #ffffff;
}

#article-3 {
  margin-top: -2rem;
}

#videoModal .btn-close {
  background: #0000 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
#toggleTopNav::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 10px;
  display: block;
  top: 14px;
  border-top: 3px solid yellow;
  transition: ease all 0.0s 0s;
  padding-top: 2rem;
  left:5px;
}
#toggleTopNav::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 10px;
  display: block;
  top: -13px;
  border-top: 3px solid yellow;
  transition: ease all 0.0s 0.0s;
  padding-bottom: 2rem;
  left:10px;
}

#toggleTopNav {
  width: 45px;
  height: 3px;
  display: block;
  background-color: yellow;
  position: relative;
  z-index: 10000;
  border-radius: 0;
  margin-right: 1.5rem;
}

#toggleTopNav.active::after {
  border-top: 3px solid #fff;
  transform: rotate(-45deg);
  transition: ease transform 0.3s 1s;
  left: 15px;
}

#toggleTopNav.active::after, #toggleTopNav.active::before {
  color: #fff;
  top: 0;
}

#toggleTopNav.active::before {
  border-top: 3px solid #fff;
  transform: rotate(45deg);
  transition: ease transform 0.3s 1s;
  left: -5px;
}


#toggleTopNav.active {
  background-color: transparent;
  z-index: 10000;
}

.nav-mobile.active {
    transform: translateX(0);
    display: block!important;
    visibility: visible;
}
.nav-mobile {
    background: #36424A;
    color: #fff;
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    padding: 0 1.5rem;
    transform: translateX(1000px);
    transition: ease all 0.5s 0s;
    z-index: 9999;
    max-width: 90vw;
    overflow: hidden;
    padding-right: 50px;
    padding-top: 80px;
    max-width: 100%;
    visibility: hidden;
    display: none!important;
    right: 0;
}

.navbar-light.visible1 .nav-mobile .navbar-nav .nav-link {
  color: yellow;
  font-size: 1rem;
}

.navbar-expand .nav-mobile .navbar-nav {
  flex-direction: column;
}

.message.ajaxconfirm {
  border: 1px solid #36424a;
  padding: 1rem;
  background: #fff;
  text-align: center;
}

.boxes {
  z-index: 9;
  position: relative;
}

.contao-cookiebar .highlight .cc-btn.success {
  background: #D51130!important;
  border-color: #D51130!important;
  color: #fff;
}

.contao-cookiebar .highlight .cc-btn.success:hover {
  background: #fff!important;
  color: #D51130!important;
}

#opt_38_0 {
  width: auto;
  margin-right: 7px;
  float: left;
  margin-top: 6px;
}

#ctrl_33 {
  width: 100%;
  padding: .5rem .25rem;
}

legend {
  font-size: 18px;
  text-transform: uppercase;
}

#ctrl_23 {
  width: 100%;
}

td, th {
  padding: 0 10px;
}

table {
  margin-bottom: .25rem;
}

.product--actions .close {
  color: #36424A;
  font-size: 1.5rem;
  transition: ease all 0.3s 0s;
}

.product--actions .close:hover {
  color: #CE2A39;
}

.card-img, .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#article-8 {
  margin-bottom: 10rem;
}

.ce_rsce_textlead .image--wrapper {
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px){
	.ce_rsce_textlead .image--wrapper {
	  max-width: 65%;
	  margin: 0 auto;
	}
}

@media (min-width: 992px){
	.ce_rsce_textlead .image--wrapper {
	  max-width: 33.33%;
	  margin: 0 auto;
	}
}





.invisible {
  display: none;
}

.widget {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}


#ctrl_24 {
  border: 1px solid;
  padding: .5rem 1.5rem;
  border-radius: 0;
  margin-top: .5rem;
}

.widget label {
  display: block;
  text-transform: uppercase;
  margin-bottom: .5rem;
}

.widget input {
  width: 100%;
  padding: .25rem;
}


.bg-darkgray,
.bg-red{
  background-color: transparent;
  color: #fff;
  position:relative;
}

.bg-konfiguration {
  background-color: transparent;
  background-image: url('/files/startseite/Konfigurator_Background_1960x960_RGB.png');
  color: #fff;
  position:relative;
}

.bg-darkgray::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #36424a;
  z-index: -1;
  top: 0;
left: 0;
}

.bg-red::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d51130;
  z-index: -1;
  top: 0;
left: 0;
}

.bg-darkgray::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background-image: url('/files/lp-zufuehrtechnik/assets/images/schwurbel.svg');*/
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
  background-position: top;
  z-index:-1;
}

@media (min-width: 992px){
	.mx-6 {
	  margin-left: 4.5rem !important;
	  margin-right: 4.5rem !important;
	}
}

.advantage--content.position-absolute {
  bottom: 0;
}

.advantage--content .box {
  background: rgba(255,255,255,0.9);
  margin: 1.5rem 1rem;
}

.btn-check:focus + .btn, .btn:focus{
	outline:0;
	box-shadow:none;
}
.bg-darkgray .btn.btn-stoeger-outline,
.bg-red .btn.btn-stoeger-outline,
.btn.btn-white-outline {
  border: 2px solid #ffffff;
  color: #ffffff;
  font-weight: 600;
  padding: .25rem .5rem;
  text-transform: uppercase;
  letter-spacing:1px;
  letter-spacing: .5px;
  border-radius: 0;
  background-color: transparent;
}

.bg-darkgray .btn.btn-stoeger-outline:hover,
.bg-red .btn.btn-stoeger-outline:hover{
  background: #fff;
  border: 2px solid #fff;
}

.btn.btn-stoeger-outline,
#ctrl_24{
  border: 2px solid #CE2A39;
  color: #CE2A39;
  font-weight: 600;
  padding: .25rem .5rem;
  text-transform: uppercase;
  letter-spacing:1px;
  border-radius: 0;
  background-color: transparent;
}

.btn.btn-stoeger-outline:hover,
.btn.btn-white-outline:hover,
 #ctrl_24:hover{
  color: #36424a;
  border-color:#36424a;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: transparent;
  background-clip: padding-box;
  border: medium none;
  border-radius: 0;
  outline: 0;
}

.video-stage .stage--content {
  top: 50%;
  transform: translate(-50%,0);
  text-align: center;
  left: 50%;
  opacity: 0.3;
}

.product-text {
  border: 1px solid #f1f1f1;
  padding: 1rem 2rem;
  border-radius: 0;
  background: #f1f1f1;
  display:none;
  visibility:hidden;
  opacity:0;
  transition:ease opacity 0.8s 0s;
}

.product-text.active {
  display: block;
  visibility: visible;
  opacity: 1;
}

.product-text--inner{
	opacity:0;
	transition: ease opacity 1.2s 0.6s;
}
.product-text--inner.active{
	opacity:1;
}


.product-text ul {
  padding-left: .75rem;
}

button {
  display: inline-block;
  background-color: transparent;
  border-radius: 10px;
  border: medium none;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

button {
  background: #fff;
  color: #000;
  border: 1px solid;
  padding: 10px 15px;
  margin-top: 18px;
  border-radius: 5px;
}


.video-btn {
  line-height: 1;
}

.video-stage .video-btn .box-icon {
  font-size: 10rem;
  color: #D51130;
  transition:ease all 0.3s 0s;
}

.video-stage .video-btn:hover .box-icon {
  color: #ffffff;
}

.video-stage .stage--content.visible {
  opacity: 1;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.ce_rsce_textlead .headline {
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
	overflow: hidden;
	opacity: 0;
	transition: ease-out 0.9s 0s;
}

.ce_rsce_textlead .headline.visible {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

.ce_rsce_textlead .subline {
	-webkit-transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	-o-transform: translateX(-40px);
	transform: translateX(-40px);
	overflow: hidden;
	opacity: 0;
	transition: ease-out 0.9s 0s;
}

.ce_rsce_textlead .subline.visible {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

.box-icon {
  font-size: 3rem;
  margin-top: -6px;
  display: block;
  color: #cc1f2f;
}

.ondev-icon.visible .box-icon{
	color: #36424A;
}

.ondev-icon {
  opacity: 0;
  transition: ease-in-out all 0.4s 0.6s;
}

.ondev-icon.visible {
  opacity: 1;
}

.ondev-icon.visible .box-icon{
  color: #d51130;
}

.image--wrapper img {
  max-width: 100%;
}

#lbl_38_0 {
  hyphens: auto;
}

*[data-icon]:before {
    content: attr(data-icon);
    font: 1em/1 "stoeger";
}

.mod_article {
  padding: 1.0rem 0;
}

@media (min-width: 992px){
	.mod_article {
	  padding: 2.0rem 0;
	}
}


.contao-cookiebar .highlight .cc-btn.success {
  background: #0066A1;
  border-color: #0066A1;
  color: #fff;
}

.contao-cookiebar .highlight .cc-btn.success:hover {
  background: #fff;
  color: #0066A1;
}

.container.position-relative.back {
  z-index: 9;
}

.mod_newslist img {
  width: 100%;
}



.ce_accordionSingle {
  z-index: 5;
  position: relative;
}
.stage--content .text {
    font-weight: 500;
}

#footer .mod_changelanguage {
    margin-left: -0.6rem;
}

.zitat {
  font-weight:500;
}

.ekk-section {
    position: relative;
    padding-top: 85px;
    display: block;
    margin-top: -85px;
    z-index:-1;
}
.ce_rsce_social .back {
    display: block;
    margin-left: 25px;
    position: absolute;
    top: .8rem;
}
li.lang-de {
    position: relative;
}
li.lang-de::after {
    content: "|";
    position: absolute;
    right: -7px;
    display: block;
    top: -1px;
    font-weight: 400 !important;
    color: #6aabd0 !important;
}

.mod_changelanguage ul {
    margin: 0 25px;
}

.mod_changelanguage ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.mod_changelanguage ul li {
    margin: 0 5px;
    padding: 0 5px;
}

.back a:hover {
    color: #0066a1;
}

.mod_newslist .card-title {
    height: 2.5em;
}

.mod_newslist .h-13.card-text {
    height: 13em;
}

#footer ul{
	list-style:none;
	padding-left: .5rem;
}
#footer ul a{
	margin-bottom: 0;
}

.phone--text {
    font-style: normal;
}

#footer a{
    font-weight: 500;
    text-transform: none;
    color: #fff;
    display: block;
    margin-bottom: 8px;
    transition: ease all 0.3s 0s;
}

#footer a:hover{
    color: yellow;
}

.ce_rsce_text a, 
.ce_rsce_text a,
.news-slider a,
.mod_newslist a,
.ce_accordion.ce_text a{
	transition: ease all 0.3s 0s;
}

.ce_rsce_text a:hover, 
.ce_rsce_text a:focus,
.news-slider a:hover,
.mod_newslist a:hover,
.ce_accordion.ce_text a:hover{
	color: #0066a1;
}


#footer a.phone span, #footer a.mail span, #footer a.linkedin span,#footer a.facebook span,#footer a.youtube span{
    color: #fff;
    background-color: #000;
    padding: 5px;
    margin-left: -0.25rem;
    transition: ease all 0.3s 0s;
}

#footer a.phone span, #footer a.mail span{
	margin-left: -5px;
}

#footer a.phone:hover span, #footer a.mail:hover span, #footer a.linkedin:hover span,#footer a.facebook:hover span,#footer a.youtube:hover span{
    opacity:0.8;
}

#footer a.phone {
  margin-top: .75rem;
}

.ui-accordion-content p:last-of-type {
    margin-bottom: 0;
}

.headline--wrapper {
    /*position: relative;
    height: 0;*/
}

.slider-wrapper {
  position: relative;
}

.headline--inner {
  position: absolute;
  left: 50%;
  z-index: 9;
  bottom: 0;
  color: #fff;
  height: auto;
  max-width: 50%;
  margin-bottom: 4.5rem;
  padding-right: 3.5rem;
}

.back-to-top {
    position: fixed;
    bottom: 0;
    width: 50px;
    height: 50px;
    display: block;
    right: 0;
    z-index: 9999;
    background: #15f4ee;
    color: #000;
    margin-right: 1rem;
    text-align: center;
    font-size: 1.5rem;
    padding: 8px;
    line-height: 1;
    transition: ease all 0.3s 0s;
}
.ce_rsce_social a span {
    color: #fff;
    background: #0066A1;
    padding: .5rem;
    font-size: 1.5rem;
    display: inline-block;
    margin-right: .5rem;
    border-right: 1px solid;
    transition: ease all 0.3s 0s;
}

.ce_rsce_social a:hover span {
    background: #000;
}

.ce_rsce_social {
    margin-bottom: 3rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.0rem;
}

#main {
    min-height: 540px;
}

#footer {
    margin-top: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid #ccc;
}

.ekk-slick-slider.stretchBlue,
.ekk-slick-slider.stretchWall{
    height: 75vh;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.ekk-slick-slider.stretchBlue{
    background-color: #0066a1;
}

.ekk-slick-slider.stretchWall{
    background-image: url('/files/assets/images/pexels-polina-kovaleva-6788341.jpg');
    /*background-image: url('/files/assets/images/pexels-scott-webb-2824173.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
}

.ekk-slick-slider.stretchBlue .slider-track,
.ekk-slick-slider.stretchWall .slider-track{
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.ekk-slick-slider.stretchBlue .slick-slide,
.ekk-slick-slider.stretchWall .slider-slide{
  height: 75vh;
  position: relative;
  z-index: 1;
}

.ekk-slick-slider.stretchBlue .slick-slide img, 
.ekk-slick-slider.stretchWall .slick-slide img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(1, 0, 0.3, 1);
    transition: all 1s cubic-bezier(1, 0, 0.3, 1);
    opacity: 0;
    /*max-width: 40vw;*/
    height: 75vh;
    margin: 0;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: auto;
    object-fit: contain;
	object-position: center bottom;
}

.ekk-slick-slider.stretchBlue .slick-slide .image_container,
.ekk-slick-slider.stretchWall .slick-slide .image_container {
  max-width: 50%;
}



.ekk-slick-slider.stretchBlue .slick-slide.slick-active img,
.ekk-slick-slider.stretchWall .slick-slide.slick-active img{
  opacity: 0;
  -webkit-animation: cssAnimation 7s 1 ease-in-out forwards;
  -moz-transition: cssAnimation 7s 1 ease-in-out forwards;
  -o-transition: cssAnimation 7s 1 ease-in-out forwards;
  animation: cssAnimation 7s 1 ease-in-out forwards;
  -webkit-backface-visibility: hidden;
}

.ekk-slick-slider.stretchBlue .slick-list,
.ekk-slick-slider.stretchWall .slick-list{
	padding:0!important;
}

@keyframes cssAnimation {
  from {
    opacity: 0;
  }
  35%{
  	opacity: 1;
  }
  65%{
  	opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes cssAnimation {
  from {
    opacity: 0;
  }
  35%{
  	opacity: 1;
  }
  65%{
  	opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.ekk-slick-slider.standard .ce_image {
    padding: .5rem;
}

.scrollnextsection .scrollnextsectionlink,
.scrollthissection .scrollthissectionlink{
    margin: 0 auto;
    display: block;
    left: 50%;
    transform: translate(-50%,-4rem);
    bottom: 0;
    position: absolute;
    color: rgba(255,255,255,0.2);
    font-size: 3rem;
    transition: ease all 0.6s 0s;
    height: 1rem;
    cursor:pointer;
    z-index:1;
}

.scrollthissection .scrollthissectionlink{
    color: rgba(255,255,255,0.7);
}

.scrollnextsection .scrollnextsectionlink span,
.scrollthissection .scrollthissectionlink span{
    display: block;
    margin-top: -1.75rem;
}


.scrollnextsection .scrollnextsectionlink:hover, 
.scrollnextsection .scrollnextsectionlink:visited, 
.scrollnextsection .scrollnextsectionlink:focus,
.scrollthissection .scrollthissectionlink:hover, 
.scrollthissection .scrollthissectionlink:visited, 
.scrollthissection .scrollthissectionlink:focus{
	outline: 0;
    color: #fff;
}

.scrollnextsection .scrollnextsectionlink span.visible,
.scrollthissection .scrollthissectionlink span.visible{
    -webkit-animation: ekkblink 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: ekkblink 2s; /* Firefox < 16 */
        -ms-animation: ekkblink 2s; /* Internet Explorer */
         -o-animation: ekkblink 2s; /* Opera < 12.1 */
            animation: ekkblink 2s;
}

.digit {
opacity: 0;
	-webkit-transform: translateY(40px);
		 -moz-transform: translateY(40px);
			-ms-transform: translateY(40px);
			 -o-transform: translateY(40px);
					transform: translateY(40px);
	-webkit-transition: all 0.6s ease-out;
		 -moz-transition: all 0.6s ease-out;
			-ms-transition: all 0.6s ease-out;
			 -o-transition: all 0.6s ease-out;
				transition: all 0.6s ease-out;
}
.digit:nth-child(n+1){
	/*margin-top: 50px;*/
	-webkit-transform: translateY(50px);
		 -moz-transform: translateY(50px);
			-ms-transform: translateY(50px);
			 -o-transform: translateY(50px);
					transform: translateY(50px);
}
.digit:nth-child(2n+1){
	/*margin-top: 20px;*/
	-webkit-transform: translateY(20px);
		 -moz-transform: translateY(20px);
			-ms-transform: translateY(20px);
			 -o-transform: translateY(20px);
					transform: translateY(20px);
}

.digit.visible,
.digit.visible:nth-child(2n+1),
.digit.visible:nth-child(n+1){
	opacity: 1;
	-webkit-transform: none!important;
		 -moz-transform: none!important;
			-ms-transform: none!important;
			 -o-transform: none!important;
					transform: none!important;
}

.animation{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}



.box-image {
	-webkit-transform: translateY(50px);
		 -moz-transform: translateY(50px);
			-ms-transform: translateY(50px);
			 -o-transform: translateY(50px);
					transform: translateY(50px);
  opacity: 0;
  transition: ease all 0.9s 0s;
}

.img-position-absolute .box-image {
	position: absolute;
	width: 600px;
	height: auto;
	top: 50%;
	-webkit-transform: translateY(-55%);
		 -moz-transform: translateY(-55%);
			-ms-transform: translateY(-55%);
			 -o-transform: translateY(-55%);
					transform: translateY(-55%);
	right: 0;
}


.img-position-absolute .box-image.visible{
	-webkit-transform: translateY(-50%);
		 -moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			 -o-transform: translateY(-50%);
					transform: translateY(-50%);
  opacity: 0.5;
}

.box-image img {
    max-width: 100%;
    height: auto;
}


.box-image.visible,
.box-text.visible{
	-webkit-transform: translateY(0);
		 -moz-transform: translateY(0);
			-ms-transform: translateY(0);
			 -o-transform: translateY(0);
					transform: translateY(0);
  opacity: 1;
}

.box-text {
	-webkit-transform: translateX(-30px);
		 -moz-transform: translateX(-30px);
			-ms-transform: translateX(-30px);
			 -o-transform: translateX(-30px);
					transform: translateX(-30px);
  opacity: 0;
  transition: ease-in-out all 1s 0.5s;
}

/*
.digit.visible:nth-child(2n+1),
.digit.visible:nth-child(n+1){
	margin-top: 0;
}*/

.ekk-accordion-header.ui-accordion-header-active span {
    transform: rotate(45deg);
    color: #0066A1;
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-body-color);
    font-size: 0.9rem;
    font-weight: bold;
}

.ekk-accordion-header span {
    display: inline-block;
    transition: ease all 0.3s 0s;
    font-size: 1rem;
}

.ekk-accordion-header:hover {
    color: #0066A1;
}



.page--blue #container {
    margin-top: 0;
}

#ekk-page23 #container,
#ekk-page50 #container{
    margin-top: 0;
}

.content--wrapper {
    height: 100%;
    width: 100%;
}

.news-slider {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.ekk-accordion-header {
    cursor: pointer;
    transition: ease all 0.3s 0s;
    padding-right: 3rem;
    display: inline-block;
    position: relative;
    margin-top: .5rem;
}

.h3, h3 {
    font-size: 1.25rem;
}

.ui-accordion-content .h3,
.ui-accordion-content h3 {
    padding-top: 2rem;
}




.news-slider .image_container::after,
.mod_newslist .image_container::after{
    content: "";
    height: 2rem;
    width: 100%;
    background: rgba(255,255,255,0.5);
    display: block;
    position: absolute;
    bottom: 0;
}

.news-slider .image_container,
.mod_newslist .image_container{
    position: relative;
}

.news-slider .float_left {
    float: none !important;
    margin-bottom: 0 !important;
}

.cover {
    width: 100vw;
    height: 100vh;
    position: relative;
    background: #0066A1;
}
/*
.cover--image {
	position: absolute;
	max-width: 20vw;
    top: 50%;
    left: 50%;
	opacity: 1;
	-webkit-transform: translate(-50%,-30%);
		 -moz-transform: translate(-50%,-30%);
			-ms-transform: translate(-50%,-30%);
			 -o-transform: translate(-50%,-30%);
					transform: translate(-50%,-30%);
	-webkit-transition: all 0.8s ease-out;
		 -moz-transition: all 0.8s ease-out;
			-ms-transition: all 0.8s ease-out;
			 -o-transition: all 0.8s ease-out;
				transition: all 0.8s ease-out;
}

.cover--image.visible {
	opacity:1;
    -webkit-transform: translate(-50%,-50%);
		 -moz-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
			 -o-transform: translate(-50%,-50%);
					transform: translate(-50%,-50%);
}
*/

.cover--image {
	position: fixed;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform: translate(-50%,-50%);
	transition: ease-out opacity 0.6s 0s;
}

.cover--image.visible.visible1 {
    opacity: 0;
}

.cover--image.visible {
	opacity:1;
}

.cover--image.visible img{
	opacity:1;
    -webkit-animation: opacityin 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: opacityin 3s; /* Firefox < 16 */
        -ms-animation: opacityin 3s; /* Internet Explorer */
         -o-animation: opacityin 3s; /* Opera < 12.1 */
            animation: opacityin 3s;
}

@keyframes opacityin {
    from { opacity: 0;}
    to   { opacity: 1;}
}

/* Firefox < 16 */
@-moz-keyframes opacityin {
    from { opacity: 0;}
    to   { opacity: 1;}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes opacityin {
    from { opacity: 0;}
    to   { opacity: 1;}
}

/* Internet Explorer */
@-ms-keyframes opacityin {
    from { opacity: 0;}
    to   { opacity: 1;}
}

/* Opera < 12.1 */
@-o-keyframes opacityin {
    from { opacity: 0;}
    to   { opacity: 1;}
}

@keyframes ekkfadein {
    from { transform: scale(0);}
    to   { transform: scale(1);}
}

/* Firefox < 16 */
@-moz-keyframes ekkfadein {
    from { transform: scale(0);}
    to   { transform: scale(1);}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes ekkfadein {
    from { transform: scale(0);}
    to   { transform: scale(1);}
}

/* Internet Explorer */
@-ms-keyframes ekkfadein {
    from { transform: scale(0);}
    to   { transform: scale(1);}
}

/* Opera < 12.1 */
@-o-keyframes ekkfadein {
    from { transform: scale(0);}
    to   { transform: scale(1);}
}


.card-footer {
    padding: .5rem 1rem;
    background-color: transparent;
    border-top: medium none;
}

.icon-075rem {
    font-size: .75rem;
}

.subline, .headline {
    font-weight: bold;
}

.subline {
    margin-bottom:0;
}

.lead.subline, .subline {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: .5rem;
}

.headline {
    text-transform: uppercase;
    font-size: 3.00rem;
    margin-bottom: 1.5rem;
    line-height: 1.0;
    color: #15f4ee;
    font-weight: 800;
    -webkit-text-stroke: 0px;
    text-stroke: 0px;
}

.navbar-light {
    background: #000;
    font-size: 1.00rem;
    text-transform: uppercase;
    box-shadow: none;
    color: #2f7fad;
    transition: ease-out all 0.6s 0s;
}


.navbar-light .navbar-brand{
	opacity: 0;
	max-width: 40vw;
	
}

.navbar-light .navbar-brand img{
	max-width: 100%;
	height:auto;
	
}
.navbar-light.visible1 .navbar-brand{
	opacity: 1;
}

.navbar-light .navbar-nav .nav-link{
	color: #6aabd0;
	font-size: .8rem;
}

.mod_changelanguage a,
.mod_changelanguage li.active{
	color: #6aabd0;
	font-size: 1rem;
}

.mod_changelanguage a,
.mod_changelanguage li.active{
	font-weight:400;
}

.navbar-light.visible1 .navbar-nav .nav-link{
	color: yellow;
	font-weight: 600;
	transition: ease all 0.3s 0s;
}

.navbar-light.visible1 .navbar-nav .nav-link:hover,.navbar-light.visible1 .navbar-nav .nav-link:focus{
	opacity: 0.8;
}

.stage--wrapper {
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position:relative;
    overflow:hidden;
}


.stage--wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(204,31,47,0.95);
  background-image:url('/files/lp-zufuehrtechnik/assets/images/schwurbel.svg');
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  content: "";
  z-index: 5;
}

.stage--wrapper.video-stage--wrapper::after {
  display: none;
}

.stage--content {
  position: absolute;
  top: 50%;
  padding: 1rem;
  background-color: transparent;
  margin-bottom: 4.5rem;
  left: 50%;
  opacity: 0;
  z-index: 10;
  color: #fff;
  -webkit-transform: translate(-50%,-30%);
  -moz-transform: translate(-50%,-30%);
  -ms-transform: translate(-50%,-30%);
  -o-transform: translate(-50%,-30%);
  transform: translate(-50%,-30%);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  text-align: center;
}

.stage--content.visible {
    opacity: 1;
	-webkit-transform: translate(-50%,-50%);
		 -moz-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
			 -o-transform: translate(-50%,-50%);
					transform: translate(-50%,-50%);
}

a, a:hover, a:focus {
    color: #c9c9c9;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.card {
    border: medium none;
    border-radius: 0;
    transition: ease-in all 0.3s 0s;
    transform: scale(1);
    box-shadow: none;
    background-color: rgba(255,255,255,0.5);
    width:100%;
}

.nav--mosaik .card{
	background-color: transparent;
}

.nav--kachel .card:hover .card-header,
.nav--kachel .card:hover .card-title{
	color: #2f7fad;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height:1.3;
}
.card-header span{
	font-size: 1rem;
}

.card-text {
    font-weight: normal;
    text-transform: none;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.card .card-img-top{
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
    transform: scale(1.0);
    box-shadow: medium none;
    transition: ease-in all 0.3s 0s;
    background-color: #fff;
}

.card:hover .card-img-top{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
    transform: scale(1.05);
}

.card-header {
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: medium none;
}

.card-body {
    padding: 1rem 1.5rem 4rem 1.5rem;
}

.news-slider .card-body {
    padding: 1rem 0 0rem 0;
}

.nav--mosaik .card-body {
    padding: .5rem 0;
}
.nav--mosaik .card-title,
.news-slider .card-title{
    font-size: 1.125rem;
}

.bg-gray {
    background: #f1f1f1!important;
}

.nav--mosaik .container {
    padding: 0;
}

.slick-slide img {
    margin: 0 auto;
}

.ce_rsce_slickslider button,
.news-slider button{
    background: transparent;
    border: medium none;
    box-shadow: none;
    font-size: 3.5rem;
    opacity: 0.1;
    position: absolute;
    z-index: 999;
    top: 50%;
	transform: translateY(-50%);
	transition: ease all 0.3s 0s;
}

.ce_rsce_slickslider.block {
    overflow: visible;
}

.ce_rsce_slickslider button:hover,
.news-slider button:hover{
    opacity: 0.3;
}

.ce_rsce_slickslider button.slick-prev{
    left: -5rem;
}
.news-slider button.slick-prev{
    left: -5rem;
}

.ce_rsce_slickslider button.slick-next{
    right: -5rem;
}
.news-slider button.slick-next{
    right: -5rem;
}


/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 1199.98px) {
	
	#footer ul {
	    padding-left: 0;
	}

}


/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 991.98px) {
	.slick-slider.standard {
    	width: calc(100% - 180px)!important;
	}
	
	#footer ul {
	    padding-left: 0;
	}
	.headline--inner {
	  max-width: 75%;
	  left:25%;
	}
	
}

@media (max-width: 767.99px){
	.ekk-slick-slider.stretchBlue .slick-slide img{
		left: auto;
	    transform: none;
	    object-fit: cover;
	}
	.headline--inner {
	  max-width: 100%;
	  left:0;
	  margin-left: 1rem;
	  margin-right: 1rem;
	}
	.ekk-slick-slider.stretchBlue .slick-slide .image_container,
	.ekk-slick-slider.stretchWall .slick-slide .image_container {
	  max-width: 100%;
	}
}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.cover--image {
		max-width:50vw;
	}
	.headline {
    	font-size: 1.75rem;
	}
	
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.navbar-light .navbar-nav .nav-link,
	.mod_changelanguage a,
	.mod_changelanguage li.active{
		font-size: 1rem;
	}
	.navbar-light .navbar-brand{
		display:block;
	}
	.cover--image {
		max-width:23vw;
	}
	.headline {
    	font-size: 2.5rem;
	}
	.lead.subline, .subline {
	    font-size: 1.75rem;
	}
	.video-stage .video-btn .box-icon {
	  font-size: 15rem;
	}
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.headline {
    	font-size: 8rem;
	}
	.card-title {
	  font-size: 1.25rem;
	}
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
	.stage--wrapper {
	    background-position: center center;
	}
	.card-title {
	  font-size: 1.5rem;
	}
}

@media (max-width: 580px){
	.ce_image.mmaxw {
	    max-width: 60vw;
	    margin: 0 auto;
	}
	.mpc-w4 {
	    width: auto;
	    left: 0;
	   
	}
	.mmtm h1 {
	    margin-bottom: 0;
	}
	
	.mmtm h2 {
	    font-size: 36px;
	}
	.mpc-mt-overload {
	    margin-top: -2rem;
	}
	section#mpc3 {
	    margin-top: 0 !important;
	}
}