body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
/* GENERAL */
:root {
    --mainc: #CD1719;
    --vh: 1vh;
}

svg:not(:root) {
    overflow: visible;
}
@-moz-document url-prefix() {
    .ce_columns {
        width: 100%
    }
}

.autohyphens {
	hyphens: auto;
}

#start-slider::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.2;
	pointer-events: none;
}

#leistung-details .ce_tabs .ce_text .vorteile{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: calc((100vw/12)*5 - var(--grid__gutter));
    padding: 0;
    list-style-type: none;
    grid-gap: 3em;
    
}
#leistung-details .ce_tabs .ce_text .vorteile li{
	text-align: center;
	border: 2px solid var(--mainc);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	padding: 1em;
}

#progress-error {
    border: 3px solid var(--mainc);
    left: 50%;
    text-align: center;
    padding: 1em;
    position: fixed;
    z-index: 100;
    background-color: white;
    top: 50%;
    max-width: 330px;
    text-transform: uppercase;
    font-weight: bold;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

#overlay .error {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 0 calc(100vw/12);
}

#popup1 {
    padding: 70px !important;
    height: 550px;
    width: 100%;
    box-sizing: border-box;
}

#progress-error.show {
    opacity: 1;
}

#orientation {
    display: none !important
}

@media screen and (max-width: 767px) and (max-height: 719px) and (orientation: landscape) {
    #orientation {
        display: flex !important;
    }
}

body {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.625;
    letter-spacing: 1.92px;
    color: #3C3C3C;
    position: relative;
}

#cboxOverlay {
    background-color: #FFF
}

#cboxContent {
    margin-top: 0;
    background: #FFF;
}

#cboxClose {
    top: 35px;
    right: 35px;
    background-color: white;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background: url(/files/maschmeyer/img/close_X.svg) no-repeat center;
}

#cboxLoadedContent {
    border: none;
}

.Typewriter__cursor {
    display: none !important;
}

#hero {
    position: relative;
}

#stoerer {
    position: fixed;
    z-index: 600;
    top: 100px;
    width: 100%;
    right: -176px;
    max-width: 240px;
}

#stoerer .ce_hyperlink {
    max-width: 240px;
    width: 100%;
    box-sizing: border-box;
    transition: transform 0.5s ease;
}

#stoerer .ce_hyperlink:hover,
#stoerer .ce_hyperlink:focus,
#stoerer .ce_hyperlink:focus-within {
    cursor: pointer;
    transform: translateX(-176px);
}

#stoerer .ce_hyperlink:first-child {
    background-color: #3C3C3C;
}

#stoerer .ce_hyperlink:nth-child(2) {
    background-color: var(--mainc);
}

#stoerer .ce_hyperlink:last-child {
    background-color: #B4B4B4;
}

#stoerer .ce_hyperlink a {
    text-transform: none;
    line-height: 1.615;
    padding: 14px 16px;
    letter-spacing: 1.56px;
    border: none;
    color: white;
    font-weight: 500;
}

#stoerer .hyperlink_img {
    display: flex;
    align-items: center;
    justify-content: start;
}

#stoerer img {
    margin-right: 20px;
}

/*
body.spot-repair {
	max-height: calc((var(--vh) * 100) - 40px);
}*/
#spot-rep-prog-outer {
    position: fixed;
    height: calc(var(--vh) * 50);
    top: 50%;
    background-color: white;
    width: 21px;
    right: 1.5%;
    transform: translateY(-50%);
    border-radius: 30px;
    border: 1px solid var(--mainc);
    opacity: 1;
    transition: opacity 0.5s ease;
}

#spot-rep-prog-inner {
    background-color: var(--mainc);
    width: 17px;
    height: 0%;
    margin: 2px auto;
    border-radius: 30px;
}

#sr-side-nav {
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    top: 0;
    left: 1em;
    inset-inline-start: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#sr-side-nav.bg-red {
    background-color: transparent;
}

#sr-side-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;

}

#sr-side-nav ul > li {
    position: relative;
}

#sr-side-nav ul > .sr-side-li {
    cursor: pointer;
    width: 24px;
    margin: 0;
    padding-bottom: 0;
    position: relative;
}

.sr-side-indicator {
    background-color: #3c3c3c;
    height: 24px;
    display: block;
    width: 1px;
    margin-bottom: 0;
    margin-top: 5px;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-margin-start: 14px;
    margin-inline-start: 14px;
    opacity: .25;
    position: relative;
    -webkit-transition: height .2s ease;
    transition: .2s ease;
}

.sr-side-li:hover .sr-side-indicator,
.sr-side-li.active .sr-side-indicator {
    opacity: 1;
    width: 3px;
}

.sr-side-li a {
    color: inherit;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}

.sr-side-text {
    color: #3c3c3c;
    display: block;
    float: inline-start;
    font-size: 10px;
    font-weight: 400;
    width: 304px;
    top: 50%;
    inset-inline-start: 0;
    letter-spacing: .02em;
    -webkit-margin-start: 24px;
    margin-inline-start: 24px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    text-transform: uppercase;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
    transform: translateY(-50%);
}

.sr-side-li:focus .sr-side-text,
.sr-side-li:hover .sr-side-text,
.sr-side-li.active .sr-side-text {
    opacity: 1;
}

.sr-side-li:active a,
.sr-side-li.active .sr-side-text {
    color: var(--mainc);
}

.sr-side-li.active .sr-side-indicator {
    background-color: var(--mainc);
}

.bg-red .sr-side-li a,
.bg-red .sr-side-li .sr-side-text {
    color: white;
}

.bg-red .sr-side-li.active .sr-side-indicator {
    background-color: white;
}

.leistung h1 {
    font-size: 1.5em;
}

.leistung .hero-txt p {
    text-transform: none;
    font-size: 1rem;
    letter-spacing: 1.92px;
    line-height: 1.625
}

h2,
.leistung h1 {
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 6px;
    margin-top: 0;
}
.red-info-bar {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    grid-gap: 50px;
}

p:first-of-type {
    margin-top: 0;
    /* background-color: yellow; */
}

p:last-of-type {
    margin-bottom: 0;
    /* background-color: green; */
}

.ce_accordion p {
    margin-top: 1em;
    margin-bottom: 1em;
}

.bg-red,
.bg-red a {
    background-color: var(--mainc);
    color: white;
}
#tesla a {
    background-color: transparent;
}
#in-jahren-group {
	width: 100%;
}

.in-jahren .slick-slide .ce_text img {
    display: inline;
}

.in-jahren-nav {
    margin-bottom: 60px;
    width: 100%;
}
.in-jahren {
    width: 100%;
}
.in-jahren-nav .slick-container .slick-slide {
    color: #3C3C3C;
    opacity: 0.35;
    background-color: white;
    text-align: center;
    font-weight: 500;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
}
.in-jahren-nav .slick-container .slick-slide:last-child {
    margin-right:0;
}
.in-jahren-nav .slick-container .slick-current  {
    opacity: 1;
}
.rot,
.rot * {
    color: var(--mainc);
}

.red-box,
.red-box a {
    background-color: var(--mainc);
    color: white;
}

.red-box {
    padding-top: 80px;
    padding-bottom: 80px;
}

.red-box .ce_accordion {
    margin-top: 50px;
}

.pl-56 {
    padding-left: 56px;
}

.pr-56 {
    padding-right: 56px;
}

.pl-1col {
    padding-left: calc(100vw/12);
}

.pr-1col {
    padding-right: calc(100vw/12);
}

.mt-30 {
    margin-top: 30px;
}

.iconbox-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: var(--grid__gutter);
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.iconbox {
    text-align: center;
}
.iconbox a {
	text-decoration: none;
	color: inherit;
}

.glasservice-slider {
    margin-top: 70px;
    width: 100%;
}

.glasservice-slider .iconbox {
    text-align: initial;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.glasservice-slider .slick-container .slick-slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
}

.glasservice-slider .iconbox p {
    text-align: center;
}

.iconbox .image_container {
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 35px;
    border-bottom: 1px solid;
    position: relative;
}

.iconbox img {
    display: block;
}

.iconbox .image_container::after {
    content: "";
    display: block;
    background-color: #C3C3C3;
    opacity: 0.5;
    width: 100%;
    max-width: 0px;
    height: 0px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, calc(-50% - 15px));
    left: 50%;
    transition: 0.3s ease;
    z-index: -1;
}

.iconbox:hover .image_container::after {
    max-width: 78px;
    height: 78px;
}

.glasservice-slider .iconbox .image_container {
    margin-left: 0;
    margin-right: 0;
}

.round-image-container {
    margin-top: 120px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: var(--grid__gutter);
}

.iconbox p {
    margin-top: 35px;
    margin-bottom: 0;
    height: 3.25em;
    font-size: 13px;
}

.round-image-container .ce_image {
    border-radius: 50%;
}

.round-image-container img {
    display: block;
}

.mod_articlelist:not(.dot-nav) {
    position: sticky;
    top: 0;
    box-shadow: 3px 3px 6px #00000029;
    z-index: 500;
    background-color: white;
}

.mod_articlelist:not(.dot-nav) ul {
    list-style: none;
    padding: 0 calc(((100vw / 12)*2) + 30px) 0 calc(((100vw / 12)*2) + 40px);
    display: flex;
    justify-content: space-around;
    margin: 0;
    height: 100px;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.startseite.no-al .mod_articlelist li,
.startseite.no-al .mod_articlelist.dot-nav {
    display: none;
}

.mod_articlelist:not(.dot-nav) li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mod_articlelist:not(.dot-nav) li:not(:last-of-type) {
    margin-right: 1ch;
}

.mod_articlelist:not(.dot-nav) a {
    color: #B4B4B4;
    text-decoration: none;
    transition: color 0.5s ease;
}

.mod_articlelist a.active {
    color: var(--mainc);
}

.dot-nav {
    position: fixed;
    z-index: 900;
    top: 150px;
    bottom: 50px;
    left: calc(100vw/24);
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.5s ease;
    pointer-events: none;
}

.dot-nav.open {
    opacity: 1;
}

.dot-nav ul {
    width: 20px;
    white-space: nowrap;
    margin: 0;
    padding-left: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: black;
    list-style: none;
    box-sizing: border-box;
    pointer-events: none;
}

.dot-nav a {
    position: relative;
}

.dot-nav a::before {
    content: "";
    background-color: #F0F0F0;
    display: block;
    width: 10px;
    border-radius: 50%;
    height: 10px;
    left: -20px;
    transform: translateX(-50%);
    position: absolute;
    z-index: 1;
    transition: 0.5s ease;
}

.dot-nav a.active::before {
    background-color: var(--mainc);
}
#bewerben button {
	appearance: none;
	background-color: transparent;
	cursor: pointer;
}

.ce_hyperlink:not(.pfeil) a,
.mm-aktuell-list .pagination a,
.karriere-box a,
.spot-repair .screen a,
.ui-tabs-anchor,
#bewerben button {
    text-transform: uppercase;
    text-decoration: none;
    color: var(--mainc);
    border: 2px solid;
    padding: 15px 20px;
    box-sizing: border-box;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1.68px;
    font-size: 13px;
    transition: 0.3s linear;
    line-height: 1;
}

.ui-tabs-anchor {
    color: #B4B4B4;
    transition: color 0.3s ease;
    margin-bottom: 30px;
}
.bg-red .ui-tabs-anchor {
    color: #3C3C3C;
    border: none;
    background-color: white;
    opacity: 0.35;
    transition: opacity 0.3s ease;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    display: block;
}

.ui-tabs-active .ui-tabs-anchor,
.ui-tabs-anchor:hover {
    color: #3C3C3C;
    opacity: 1;
}

.spot-repair .screen a.weiter {
    border: none;
    background-color: var(--mainc);
    color: white;
    padding: 25px 55px;
    margin-top: 50px;
    width: 100%;
    max-width: 177px;
    text-align: center;
    filter: grayscale(0);
    pointer-events: auto;
    transition: 0.3s ease;
}

.spot-repair .screen .weiter.inactive {
    filter: grayscale(1);
}

.spot-repair .bg-red.screen a {
    border: none;
    background-color: white;
    color: var(--mainc);
}

.spot-repair .screen a:hover {
    background-color: #3C3C3C;
    color: white;
}

.spot-repair .hero-slider .ce_hyperlink:not(.pfeil) a {
    color: white;
    border-color: white;
    margin-top: 0;
    display: block;
}

.startseite-animated .hero-txt p {
    opacity: 0;
    pointer-events: none;

}

.spot-repair .hero-slider .ce_hyperlink a::before {
    content: "Digitale Schadensmeldung";
}

.spot-repair .danke .hero-slider .ce_hyperlink a::before {
    content: "zur\00fc ck zur Startseite";
}

.spot-repair .danke .hero-slider .ce_hyperlink a::after {
    display: none;
}

.spot-repair .hero-slider .ce_hyperlink img {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    transition: opacity 0.3s ease;
}

.spot-repair .danke .hero-slider .ce_hyperlink img {
    display: none;
}

.spot-repair .hero-slider .ce_hyperlink:not(.pfeil) a:hover {
    color: var(--mainc);
    border-color: var(--mainc);
}

.spot-repair .hero-slider .ce_hyperlink:not(.pfeil) a:hover img {
    opacity: 0;
}

.spot-repair .hero-slider .ce_hyperlink a::after {
    content: url(/files/maschmeyer/img/Pfeil_rot.svg);
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -52px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.spot-repair .hero-slider .ce_hyperlink a:hover::after {
    opacity: 1;
}

.ce_hyperlink:not(.pfeil) a:hover,
.mm-aktuell-list .pagination a:hover,
#bewerben button:hover{
    color: #B4B4B4;
}

.bg-red .ce_hyperlink a,
.karriere-box a {
    color: white;
}

.bg-red .ce_hyperlink a:hover {
    color: #3C3C3C;
}
.cms-legal-links a {
	color:#3C3C3C;
	text-decoration: none;
}
.cms-legal-links a:hover {
	text-decoration: underline;
	cursor: pointer;
	color: var(--mainc);
}
/* HERO */

.hero-slider .ce_image img,
.hero-slider .ce_player .video_container {
    display: block;
    object-fit: cover;
    height: calc(var(--vh) * 100);
    min-height: 468px;
    opacity: 0.2;
}

.danke .hero-slider .ce_image img {
    height: calc((var(--vh) * 100) - 140px);
    opacity: 0.4;
}

.hero-slider .ce_player .video_container {
    overflow: hidden;
}

.hero-slider .ce_player video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spot-repair .hero-slider .ce_image img {
    opacity: 1;
    width: 100%;
    object-fit: cover;
    height: calc((var(--vh) * 100));
}

.no-al .hero-slider .ce_image img {
    height: calc(var(--vh)*100);
}
.no-al .small .hero-slider .ce_image img {
    height: calc(var(--vh)*55)
}
.slick-arrow:focus {
    outline: none;
}

.hero-slider .slick-arrow {
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: transparent;
    border: none;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 32px;
    padding: 0;
    cursor: pointer;
    background-position: center;
    box-sizing: border-box;
    overflow: hidden;
}

.hero-slider .slick-prev {
    left: 0.5em;
    background-image: url("/files/maschmeyer/img/Pfeil-l_w.svg");
}

.hero-slider .slick-next {
    right: 0.5em;
    background-image: url("/files/maschmeyer/img/Pfeil-r_w.svg");
}


.hero-txt,
#hero-txt {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100vw / 12);
    width: calc((100vw / 12)*10);
    font-size: 1.25em;
    text-transform: uppercase;
}

.leistung .hero-txt .ce_text:not(.no-sub) {
    background-color: rgba(255, 255, 255, .66);
    padding: 0.5em;
}

#hero-txt {
    /* background-color: red; */
    z-index: 599;
    pointer-events: none;
}

.spot-repair .hero-txt {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.spot-repair .hero-txt h1 {
    font-weight: 500;
}

.hero-slider p {
    margin: 0;
}

.hero-slider .ce_hyperlink {
    margin-top: 2em;
    text-align: center;
    overflow: visible;
}

.hero-slider .ce_hyperlink.pfeil {
    width: 100%;
    text-align: center;
}

.leistung .hero-slider .ce_hyperlink.pfeil {
    -webkit-animation: move_down 2s ease-in-out infinite;
    -moz-animation: move_down 2s ease-in-out infinite;
    animation: move_down 2s ease-in-out infinite;
}

.ueber-uns .hero-slider .ce_hyperlink.pfeil {
    display: none;
}

.hero-slider .ce_hyperlink.pfeil img {
    width: 24px;
}

.leistung .hero-slider .ce_hyperlink.pfeil img {
    width: 34px;
    display: inline-block;
}

.hero-slider .ce_hyperlink a {
    margin-top: 2em;
}

#header {
    position: sticky;
    top: 0;
    z-index: 999;
}

.menubutton:hover,
.standortbutton:hover {
    fill: var(--mainc);
    stroke: var(--mainc);
    color: var(--mainc)
}

.headernav {
    display: flex;
    justify-content: space-between;
    background-color: white;
    box-shadow: 3px 3px 6px #00000029;
    height: 100px;
    box-sizing: border-box;
    padding: 0 calc(100vw/12);
    align-items: center;
    z-index: 999;
    pointer-events: none;
}

.headernav.spotrepair {
    justify-content: center;
    position: absolute !important;
}

.headernav * {
    pointer-events: auto;
    text-decoration: none;
}

.headernav.transparent,
#fs-menu .headernav,
.startseite .headernav,
.spot-repair .headernav {
    background-color: transparent;
    box-shadow: none;
}

.startseite .headernav,
.spot-repair .headernav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.startseite .headernav.mobile-only {
    position: sticky;
    box-shadow: 3px 3px 6px #00000029;
    background-color: white;
}

.headernav .logo {
    width: 100%;
    max-width: 90px;
}

.spot-repair .headernav .logo {
    max-width: 118px;
}

.menubutton,
.standortbutton {
    cursor: pointer;
    display: flex;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #3c3c3c;
    letter-spacing: 1.68px;
    align-items: center;
    width: 35px;
}

.standortbutton {
    justify-content: flex-end;
}

.standortbutton span {
    margin-right: 25px;
}

.menubutton span {
    margin-left: 25px;
}

.standortbutton img,
.menubutton img,
.standortbutton a,
.menubutton a {
    max-width: 30px;
    width: 100%;
    display: block;
}

body > .custom {
    z-index: 1000;
}

#fs-menu {
    /* display: none; */
}

#fs-menu.open > .inside {
    opacity: 1;
    pointer-events: auto;
}

#fs-menu > .inside {
    background-color: #3C3C3C;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

#fs-menu * {
    color: white;
    text-decoration: none;
}

#fs-menu .headernav {
    position: static;
}

#fs-menu .headernav * {
    pointer-events: none;
}

#fs-menu .menunews .ce_hyperlink a:hover {
    color: #B4B4B4;
}

.menunews .ce_hyperlink {
    overflow: visible;
}

#fs-menu.open .headernav * {
    pointer-events: auto;
}

#fs-menu .fs-headernav .menubutton *,
#fs-menu .fs-headernav .standortbutton * {
    transition: color 0.5s ease;
}

#fs-menu .fs-headernav .menubutton:hover *,
#fs-menu .fs-headernav .standortbutton:hover * {
    color: #B4B4B4;

}

#fs-menu #mainnav span,
#fs-menu .mod_customnav span {
    color: inherit;
}

#mainnav ul {
    padding-left: 0;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 6px;
}

#mainnav a {
    display: block;
    transition: color 0.5s ease;
    text-overflow: ellipsis;
    overflow: hidden;
}

#fs-menu .mod_customnav a {
    transition: 0.5s ease;
}

#mainnav a:hover,
#fs-menu .mod_customnav a:hover {
    color: #B4B4B4;
}

#mainnav .active {
    /*color: var(--mainc);*/
    font-weight: 600;
}

.fs-contents > div:last-of-type {
    font-size: 12px;
    position: absolute;
    bottom: 50px;
    transform: translateY(+50%);
    left: 0;
    right: 0;
    letter-spacing: 0.28px;
}

.fs-contents .mod_customnav ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.fs-contents #leistung-nav ul {
    display: grid;
    grid-row-gap: 24px;

}

.menunews .ce_text p {
    margin: 0;
}

/* MAIN */

.startseite #main > .inside {
    scroll-snap-type: y mandatory;
}

#main > .inside .mod_article {
    padding-top: 100px;
    padding-bottom: 100px;
}

#main > .inside .mod_article.first {
    padding-top: 200px;
    padding-bottom: 0;
}

.leistung #main > .inside .mod_article.first {
    padding-top: 100px;
    background: white;
    z-index: 2;
    /* margin-bottom: 100px; */
}

.leistung.ueber-uns #main > .inside .mod_article.first {
    margin-bottom: 100px;
}

body:not(.startseite) #main > .inside .mod_article.first {
    padding-top: 100px;
}

body:not(.startseite) #main > .inside .mod_article.last {
    padding-bottom: 100px;
}

body.spot-repair:not(.startseite) #main > .inside .mod_article,
.startseite #main > .inside #tesla.mod_article {
    padding-bottom: 0;
    /* padding-top: 0; */
}

#main > .inside .mod_article.last,
.startseite #main > .inside #spot-repair.mod_article,
.startseite #main > .inside #autoservice.mod_article,
.startseite #main > .inside #reifen.mod_article,
.startseite #main > .inside #caravan.mod_article {
    padding-bottom: 0;
}

.leistung #main > .inside .mod_article.last {
    padding-bottom: 100px;
}

.leistung #mehr-info {
    box-sizing: border-box;
    /* margin-top: -100px; */
    display: none;
}

#mehr-info {
    position: relative;
}

#mehr-info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    height: 100px;
}

#main > .inside #mehr-info {
    padding-top: 200px;
    z-index: 1
}

.startseite:not(.leistung) #main > .inside .mod_article.last {
    justify-content: flex-end;
    margin-top: 0;
    padding-top: 0;
}

/* KAROSSERIE */

#karosserie h2,
#lackiererei h2,
#autoglas h2,
#unser-team h2,
#service-technik-mechanik h2,
#hu-au h2,
#zuverlaessig-fachgerecht h2,
#caravan h2,
.spot-repair h2 .underline,
#popup1 h2,
.leistung .ce_text:not(.no-sub) h1,
#leistung-details .ce_tabs h2:not(.invisible),
#preisliste h2 {
    border-bottom: 1px solid var(--mainc);
    padding-bottom: 50px;
    margin-bottom: 50px;
    margin-top: 0;
}
.leistung .ce_text:not(.no-sub) h1 {
    border-bottom: none;
}
.leistung h1,
#leistung-details .ce_tabs h2:not(.invisible),
#preisliste h2 {
    border-color: transparent;
    position: relative;
}

.leistung .no-sub h1 {
    margin-bottom: 0;
}

.leistung .ce_text:not(.no-sub) h1::after,
#leistung-details .ce_tabs h2:not(.invisible)::after,
#preisliste h2::after {
    content: "";
    height: 1px;
    width: 50%;
    background-color: var(--mainc);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

#leistung-details .ce_tabs h2:not(.invisible)::after,
#preisliste h2::after {
    left: 0;
    transform: translateX(0);
}

#karosserie .row.first {
    z-index: 2;
}

#caravan h2 {
    border-color: #3C3C3C
}

#caravan .ce_text p {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

#karosserie .ce_text .ce_hyperlink {
    margin-top: 2em;
}

.spot-repair h2 {
    margin-bottom: 0;
}

.spot-repair h2 .underline {
    display: inline-block;
}

.spot-repair .bg-red h2 .underline,
#popup1 h2 {
    border-bottom: 1px solid white;
}

#popup1 h2 {
    width: 75%;
}

#popup1 .back {
    margin-top: 50px;
    display: none;
}

#popup1 .back a {
    color: inherit;
    text-underline-offset: 3px;

}

#karosserie .bg-red .ce_accordion {
    margin-top: 50px;
}

.ce_accordion .toggler {
    text-decoration: none;
    display: block;
    padding-top: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid;
    border-top: 1px solid;
    background-image: url("/files/maschmeyer/img/Pfeil-w.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 28px) center;
    background-size: 24px;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
}

#karosserie .content-group .ce_text:not(.bg-red):not(.ce_accordion) {
    margin-bottom: 70px;
    min-height: 140px;
}

#karosserie img {
    display: block;
}

#karosserie .row {
    grid-row-gap: 0;
}

/* LACKIEREREI / AUTOGLAS */

#lackiererei .ce_image,
#lackiererei .image_container,
#autoglas .ce_image,
#autoglas .image_container,
#abschleppservice .ce_image,
#abschleppservice .image_container,
#hu-au .ce_image,
#hu-au .image_container,
#service-technik-mechanik .ce_image,
#service-technik-mechanik .image_container,
#zuverlaessig-fachgerecht .ce_image,
#zuverlaessig-fachgerecht .image_container {
    height: 100%;
}

#lackiererei .row {
    margin-top: 200px;
}

#lackiererei img,
#autoglas img,
#abschleppservice img,
#service-technik-mechanik img,
#hu-au img,
#zuverlaessig-fachgerecht img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

#lackiererei .linkgroup {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

/* UNFALLMANAGEMENT */

#unfallmanagement h2 {
    margin-top: 0;
    margin-bottom: 96px;
}

#unfallmanagement .ce_text,
#abschleppservice .ce_text {
    overflow: visible;
}

#unfallmanagement .iconbox {
    cursor: pointer;
}

#unfallmanagement-txt {
    margin-top: -20px;
    margin-bottom: 60px;
    height: 100%;
    /* background-color: red; */
    height: 6.875em;
    overflow-y: hidden;
    position: relative;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

#unfallmanagement-txt::-webkit-scrollbar {
    display: none;
}

#unfallmanagement-txt > .ce_text {
    /* margin-bottom: 1.625em; */
    /* height: calc(5.875em + 20px); */
    /* scroll-snap-type: y proximity; */
    /* background: green; */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: white;
    opacity: 0;
    transition: opacity 1s ease;
}

#unfallmanagement-txt > .ce_text.active {
    opacity: 1;
}

#unfallmanagement .iconbox-container {
    background-color: white;
    margin-top: 0;
}

#unfallmanagement .iconbox-container .iconbox img {
    transition: background-color 0.5s ease;
}

#unfallmanagement .iconbox-container .iconbox.active img {
    background-color: rgba(60, 60, 60, 0.25);
    border-radius: 50%;
    background-size: 0%;
    background-position: 50%;
    background-repeat: no-repeat;
}

#unfallmanagement .row {
    grid-gap: 0;
}

#unfallmanagement-txt p {
    margin: 0;
}

#unfallmanagement .ce_hyperlink {
    display: flex;
    justify-content: center;
    margin-top: 90px;
}

.line-r,
.line-lr {
    position: relative;
    margin-bottom: 100px;
    overflow: visible;
}

.line-lr {
    overflow: hidden;
}

.line-r ::after,
.line-lr::after {
    content: "";
    height: 1px;
    display: block;
    background-color: var(--mainc);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100vw;
    left: calc(100% + 50px);
}

.line-lr::before {
    content: "";
    height: 1px;
    display: block;
    background-color: var(--mainc);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100vw;
    right: calc(100% + 50px);
}

.bg-red .line-r::after,
.bg-red .line-lr::after,
.bg-red .line-lr::before {
    background-color: white;
}

/* SPOT-REPAIR */

#spot-repair h2,
#tesla h2 {
    padding-bottom: 1em;
    border-bottom: 1px solid;
    margin-bottom: 2em;
    margin-top: 0;
}

#tesla h2 {
    margin-bottom: 1em;
}

#spot-repair .bg-red .ce_hyperlink {
    margin-top: 50px;
}

#spot-repair .row {
    grid-gap: 0;
    min-height: calc(var(--vh)*100);
}

.sr-rechts,
.rr-rechts {
    position: relative;
}

.sr-rechts {
    background-color: white;
    min-height: 568px;
}

.sr-rechts .ce_hyperlink:not(:last-child) {
    margin-bottom: 30px;
}

.sr-rechts .ce_hyperlink a,
.rr-rechts .ce_hyperlink a {
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.sr-rechts .ce_image,
.sr-rechts .image_container {
    height: 100%;
}

.sr-rechts img {
    opacity: 0.4;
    object-fit: cover;
    display: block;
    height: 100%;
    object-position: left;
}

.sr-rechts .linkgroup {
    position: absolute;
    bottom: 25%;
    left: calc(100vw/12);
    transform: translateY(-50%);
}

.rr-rechts .linkgroup {
    margin: 0 calc(100vw/12) 80px;
    left: 0;
    bottom: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
    }

/*#spot-repair .ce_text p:first-of-type {
	margin-bottom: 1em;
}

#spot-repair .ce_text p:nth-of-type(2) {
	margin-top: 1em;
	margin-bottom: 1em;
}

#spot-repair .ce_text p:last-of-type {
	margin-top: 1em;
}*/

/* AUTOSERVICE */

#autoservice img,
#reifenmanagement img {
    display: block;
}

#autoservice h2,
#kundenstimmen h2,
#reifen h2 {
    margin-top: 0;
    border-bottom: 1px solid;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

#autoservice .parallax-bgimage {
    display: none;
}

#reifenmanagement h2 {
    overflow: hidden;
    margin-bottom: 100px;
}

#autoservice .ce_text {
    hyphens: auto;
}

#reifen .parallax-bgimage {
    z-index: 1;
}

#reifen .parallax-bgimage {
    /*-webkit-animation:spin 1.5s linear infinite;
    -moz-animation:spin 1.5s linear infinite;
    animation:spin 1.5s linear infinite;*/
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ACHS UND SPURVERMESSUNG */

.spurvermessung-slider img,
.glasservice-slider img {
    display: block;
    margin-left: 0;
    margin-right: 0;
}

.spurvermessung-slider .slick-arrow,
.glasservice-slider .slick-arrow,
.caravan-logo-slider .slick-arrow {
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: transparent;
    border: none;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 32px;
    padding: 0;
    cursor: pointer;
    background-position: center;
    box-sizing: border-box;
    overflow: hidden;
}

.spurvermessung-slider .ce_text {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
}

.spurvermessung-slider .slick-prev,
.glasservice-slider .slick-prev,
.caravan-logo-slider .slick-prev {
    left: calc((100vw/12)*-0.5);
    background-image: url("/files/maschmeyer/img/Pfeil-l_rot.svg");
    transform: translate(-50%, 50%);
}

.spurvermessung-slider .slick-next,
.glasservice-slider .slick-next,
.caravan-logo-slider .slick-next {
    right: calc((100vw/12)*-0.5);
    background-image: url("/files/maschmeyer/img/Pfeil-r_rot.svg");
    transform: translate(50%, 50%);
}

.caravan-logo-slider .slick-prev {
    background-image: url("/files/maschmeyer/img/Pfeil-l.svg");
}
.caravan-logo-slider .slick-next{
    background-image: url("/files/maschmeyer/img/Pfeil-r.svg");
}

/* TESLA */
#tesla {
    position: relative;
    box-sizing: border-box;

}

.startseite #main > .inside #tesla.mod_article {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: calc((100vw/12)*2);
    background: transparent;
    padding-right: calc((100vw/12)*2);
}

#tesla .ce_player {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
}

#tesla video {
    object-fit: cover;
    display: block;
    height: calc((var(--vh)*100) - 100px);
    width: 100%;
}
#tesla .content {
    z-index: 1;
    justify-content: start;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: calc((var(--vh)*100) - 100px);
}

#tesla .content .ce_text {
    margin-left: calc(100vw/12);
    margin-right: calc(100vw/12);
}

#tesla .content .ce_text:first-child {
    text-align: center;
    position: absolute;
    top: 150px;
}

#tesla .content .ce_text:last-child {
    /* background-color: green; */
    position: absolute;
    bottom: 25px;
    max-width: 750px;
}

/* ABSCHLEPPSERVICE */

#main #abschleppservice {
    justify-content: flex-end;
    margin-top: 0;
    padding-top: 100px;
}

#abschleppservice img,
#hu-au img {
    display: block;
}

#abschleppservice h2 {
    margin-top: 0;
}

/* CARAVAN */
#caravan img {
    display: block;
    object-fit: cover;
}

#caravan .row.first {
    /* background: green; */
    min-height: calc(var(--vh)*110);
    position: relative;
}

#caravan .ce_text {
    margin-top: 140px;
}

#caravan .row.bg-red {
    padding: 30px 0px;
    justify-content: center;
}

#caravan .bg-red .ce_hyperlink a {
    padding-top: 20px;
    padding-bottom: 20px;
}

#wohnmobil {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: -1;
}

#wohnmobil .image_container,
#wohnmobil img {
    width: 100%;
    height: 100%;
}

.caravan-logo-slider .slick-track {
    display: flex;
    align-items: center;
}
.caravan-logo-slider .slick-container .slick-slide {
    justify-content: center;
    display: flex;
}

.red-divider {
    padding-bottom: 160px;
    position: relative;
    margin-bottom: 100px;
}
.red-divider::after {
    content: "";
    display: block; 
    background-color: var(--mainc);
    width: 100vw;
    height:60px;
    position: absolute;
    bottom: 0;
}

/* KONTAKT */

.map-container {
    grid-template-columns: 1fr;
    grid-gap: 110px;
    padding-left: calc(100vw/12);
    padding-right: calc(100vw/12);
}

.map-container .ce_hyperlink {
    margin-top: 50px;
}

.map {
    min-height: 566px;
}

.map-info-wrapper {
    position: relative;
}

.map-info-wrapper h3 {
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid var(--mainc);
    padding-bottom: 16px;
    margin-top: 0;
    margin-bottom: 16px;
}

.map-info-wrapper .ce_text {
    /* position: absolute; */
    left: 0.5em;
    right: 0.5em;
    top: 0.5em;
    z-index: 1;
    background-color: white;
    padding: 1em;
    bottom: 175px;
    box-sizing: border-box;
    hyphens: auto;
}

.map-info-wrapper .ce_text p {
    width: 100%;
    white-space: nowrap;
}
body a:link,
body a:visited,
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="mailto"]:link,
a[href^="mailto"]:visited{
    text-decoration:    none;
    color: inherit;
}

body a:hover,
a[href^="tel"]:hover,
a[href^="mailto"]:hover{
    text-decoration: underline;
    color: var(--mainc);
}

.map-info-wrapper .image_container {
    margin-top: calc(5em * 1.39);
}


/* BLOG */

.mod_cfg_instagram {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}
.mod_cfg_instagram .item::before {
  content: "";
  padding-bottom: 100%;
  display: block;
}

.mod_cfg_instagram .item  {
    display: grid;
    position: relative;
    overflow: hidden;
}
.mod_cfg_instagram .item a {
    position: absolute;
  max-width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
}
.mod_cfg_instagram .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.mm-aktuell-list .layout_latest {
    margin-left: calc(100vw/12);
    margin-right: calc(100vw/12);
    margin-bottom: 100px;
}

.mm-aktuell-list a {
    text-decoration: none;
    color: black;
    pointer-events: none;
}

.aktuelles h2 {
    border-bottom: 1px solid var(--mainc);
    padding-bottom: 50px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.mm-aktuell-list .info {
    font-size: 13px;
    color: #b4b4b4;
}

.mm-aktuell-list .image_container a,
.mm-aktuell-list .image_container img {
    display: block;
}

.mm-aktuell-list .image_container a {
    height: 100%;
}

.mm-aktuell-list .pagination ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.mm-aktuell-list .pagination li {
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 1em;
}

.mm-aktuell-list .more {
    display: none;
}

/* BERGKAMEN */

#main > .inside #experten {
    margin-top: 0;
}

#experten .row {
    grid-gap: 0;
}

#experten .iconbox .ce_hyperlink {
    margin-top: 50px;
}

/* REIFENMANAGEMENT */

#reifenmanagement {
    hyphens: auto;
}

#reifen .row {
    position: relative;
}

#rad {
    position: absolute;
    height: 100%;
    object-fit: contain;
    left: -100%;
    z-index: 1;
    transition: transform 3s linear;
}

#rad .image_container {
    height: 100%;
}

#rad img {
    height: 100%;
    width: auto;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

#reifen #rad.animate__animated {
    transform: translateX(200vw);
}

/* PREISTABELLEN */

.price-list-container {
    overflow: visible;
}
.price-list-slider .slick-slide:not(:last-child) {
   margin-right: 40px; 
   overflow:visible;
}

.preistabelle {
    box-sizing: border-box;
    border: 1px solid var(--mainc);
    padding: 0 18px 20px;
    transform: scale(0.9);
}

.preistabelle h3 {
    background-color: var(--mainc);
    color: white;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 500;
    font-size: 1em;
    padding: 23px 23px;
    margin-left: -18px;
    margin-right: -18px;
}
.preistabelle h3 strong {
    font-weight: 500;
    font-size: 1.25em;
}
.preistabelle p {
    text-align: center;
    font-size: 1.25em;
}
.preistabelle ul {
    list-style: none;
    padding-left: 40px;
    margin-top: 35px;
    margin-bottom: 0;
}

.preistabelle li {
    position: relative;
    margin-bottom: 1.2em;
    letter-spacing: 1.56px;
}
.preistabelle li img {
    position: absolute;
    height: auto;
    width: 25px;
    object-fit: contain;
    top: 0.3125em;
    display: block;
    left: -25px;
    transform: translate(-50%, -40%)
}
.preistabelle.fav {
    transform: scale(1);
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
}


/* FORMS */
.spot-repair .screen {
    min-height: calc(var(--vh)*100);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 36px calc(100vw/12);
    box-sizing: border-box;
}

#angaben {
    margin-bottom: 40px;
}

#angaben > div {
    width: 100%;
}

#fahrzeugteile .widget-checkbox {
    display: none;
    position: absolute;
    z-index: -1;
}

.spot-repair .screen > div {
    /* width: 100%; */
    /* height: 100%; */
}

.widget.karosserietyp {
    margin-top: 7vh;
}

.widget.kollision-mit-gegenstand:not(.active) {
    opacity: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

.widget.kollision-mit-gegenstand.active {
    transition: 0.5s ease;
    opacity: 1;
    margin-left: 40px;
    margin-top: 20px;
    margin-bottom: -20px;
    height: 100%;
    width: 100%;
}

.spot-repair .widget-radio span,
.spot-repair .widget-checkbox .checkbox_container span {
    display: grid;
    grid-template-columns: 20px auto;
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

.spot-repair input[type="radio"],
.spot-repair input[type="checkbox"] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: #F0F0F0;
    display: inline;
    margin: 0;
    position: relative;
    align-self: baseline;
    box-sizing: border-box;
}

#ursache {
    position: relative;
}

#ursache .widget-explanation img {
    margin-bottom: 1em;
}

.ursache-gruppe {
    width: 100%;
    background-color: white;
}

#ursache .weiter {
    margin-top: 20px;
}

#fahrzeugschein .widget-explanation p:last-of-type {
    margin-top: 80px;
}

#fahrzeugschein .widget-explanation img {
    display: block;
    width: 100%;
    max-width: none;
}

#fahrzeugschein input[type=text],
#fahrzeugschein input[type=number],
#erweiterte_angaben input[type=text],
#erweiterte_angaben select,
#erweiterte_angaben2 input[type=tel],
#erweiterte_angaben2 input[type=email],
#erweiterte_angaben2 input[type=text] {
    background-color: #F0F0F0;
    display: block;
    width: 100%;
}

.spot-repair input[type=text]:not(:placeholder-shown):invalid{
    outline: 1px solid red;
}

#fahrzeugschein .widget-text {
    margin-bottom: 22px;
}

.schadensursache input[value="Kollision mit einem Gegenstand"] + label {
    position: relative;
}

.schadensursache input[value="Kollision mit einem Gegenstand"] + label::after {
    content: "";
    background-image: url(/files/maschmeyer/img/Pfeil.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1em;
    height: 1em;
    display: block;
    position: absolute;
    left: calc(100% + 1em);
    top: 50%;
    transform: translateY(-50%);
}

.spot-repair .widget input:checked::before {
    content: "X";
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.widget.schadensursache label {
    /* flex-shrink: 1; */
    /* flex-grow: 1; */
}

.widget.schadensbeschreibung textarea {
    background-color: #F0F0F0;
    box-sizing: border-box;
    min-height: 128px;
}

.schadensfoto .values-container {
    display: block;
    text-align: center;
}

.schadensfoto .qq-upload-success,
.schadensfoto .qq-in-progress {
    background-color: black;
    display: block !important;
    position: absolute;
    top: calc(236px/2);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.schadensfoto .qq-upload-success .qq-upload-file,
.schadensfoto .qq-upload-success .qq-upload-size,
.schadensfoto .qq-in-progress .qq-upload-file,
.schadensfoto .qq-in-progress .qq-upload-size,
.schadensfoto .qq-in-progress button {
    width: 0;
    opacity: 0;
    display: block;
    margin: 0;
}

.schadensfoto .values-container .content {
    display: none;
}

.schadensfoto .qq-upload-fail {
    position: absolute;
    background-color: white !important;
    padding: 3px;
    border-radius: 2px;
    width: 80%;
    top: calc(236px/2);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.schadensfoto .fineuploader-wrapper .qq-upload-list li {
    background-size: 22px;
    margin: 0;
}

.schadensfoto .fineuploader-wrapper .qq-upload-list {
    background-color: white;
    padding: 0;
    box-sizing: border-box;
    /* position:absolute; */
    top: 100%;
    width: 100%;
}

.foto-upload > .widget-fineuploader {
    position: relative;
}

.schadensfoto.widget-fineuploader img {
    display: inline-block;
    line-height: 1;
    width: 236px;
    height: 236px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

#detail-bilder .schadensfoto.widget-fineuploader img,
#zusatz-infos .schadensfoto.widget-fineuploader img {
    width: 122px;
    height: 122px;
}

#zusatz-infos .foto-upload {
    text-align: center;
}

.ce_form.last:not(.spot-repair-form):not(#bewerbungsformular) {
    margin-bottom: -100px;
    margin-top: 100px;
}

.ce_form:not(.spot-repair-form):not(#bewerbungsformular) {
    background-color: #F0F0F0;
    padding: 1em calc(100vw/12);
}

.ce_form:not(.spot-repair-form):not(#bewerbungsformular) .formbody h3 {
    color: var(--mainc);
    margin-top: 0;
}

.ce_form:not(.spot-repair-form):not(#bewerbungsformular) .formbody .widget {
    margin-bottom: 1em;
}

.widget-submit button,
.widget-text input,
.widget-textarea textarea,
.widget-select select {
    -webkit-appearance: none;
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 1.92px;
    border: none;
    background-color: white;
}

.widget-select {
    position: relative;
}

.widget-select::after {
    position: absolute;
    right: 0.5em;
    content: "";
    background-image: url("/files/maschmeyer/img/Pfeil.svg");
    width: 24px;
    height: 1.5em;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    pointer-events: none;
}

.widget-submit button {
    background-color: white;
    border: none;
    padding: 12px 100px;
    transition: 0.3s ease;
}

.spot-repair .widget-submit button {
    background-color: var(--mainc);
    border: 2px solid var(--mainc);
    padding: 23px 60px;
    color: white;
    text-transform: uppercase;
    white-space: nowrap;
}

.spot-repair .widget-submit button:hover {
    color: var(--mainc);
    background-color: white;
}

.widget-submit {
    text-align: center;
    box-sizing: border-box;
}

.widget select {
    cursor: pointer;
    padding-right: 3em;
}

.widget-submit button:hover {
    background-color: var(--mainc);
    color: white;
    cursor: pointer;
}

.widget-checkbox {
    margin-top: 1em;
}

.checkbox_container {
    padding: 0;
    margin: 0;
    border: none;
}

.checkbox_container legend {
    margin-bottom: 2em;
}

.checkbox_container span:not(:last-of-type) {
    display: block;
    margin-bottom: 0.5em
}

.widget input[type=text],
.widget input[type=number],
.widget input[type=email],
.widget input[type=tel],
.widget select {
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
}

.widget input[type=radio] + label,
.widget input[type=checkbox] + label,
.widget input[type=radio],
.widget input[type=checkbox] {
    cursor: pointer;
}

.widget select {
    padding-right: 3em;
}

.widget textarea {
    width: 100%;
    min-height: 100px;
    padding: 1em;
    box-sizing: border-box;
}

.fineuploader-wrapper .qq-upload-button {
    width: 100%;
    border: none;
    background-color: #B4B4B4;
    color: white;
    font-weight: 500;
    box-sizing: border-box;
    padding: 1em;
}

.widget.schadensfoto {
    min-height: 320px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.foto-upload p.error,
.widget-text p.error {
    position: absolute;
    bottom: 50%;
    background-color: white;
    color: red;
    border: 1px solid red;
    z-index: 2;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
}

.widget-text p.error {
    position: static;
    max-width: 290px;
}

#detail-bilder .widget.schadensfoto,
#zusatz-infos .widget.schadensfoto {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

#detail-bilder .widget.schadensfoto > label,
#zusatz-infos .widget.schadensfoto > label {
    margin-bottom: 25px;
    padding-top: 25px;
    text-align: center;
    position: relative;
}

#detail-bilder .widget.schadensfoto > label::before,
#zusatz-infos .widget.schadensfoto > label::before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    width: 122px;
    background-color: white;
    transform: translate(-50%, -50%);
}

#zusatz-infos .widget.schadensfoto > label::before {
    background-color: #3c3c3c;
}

.widget.schadensfoto::before {
    display: inline-block;
    width: 236px;
    height: 236px;
    content: "";
    background-color: white;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

#detail-bilder .widget.schadensfoto::before,
#zusatz-infos .widget.schadensfoto::before {
    width: 122px;
    height: 122px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
}

.widget.schadensfoto-vl::before {
    background-image: url("/files/maschmeyer/img/vorne-links-dummy.png");
}

.widget.schadensfoto-hr::before {
    background-image: url("/files/maschmeyer/img/hinten-rechts-dummy.png");
}

.widget.schadensfoto-sl::before {
    background-image: url("/files/maschmeyer/img/spot-repair-links.svg");
}

.widget.schadensfoto-sr::before {
    background-image: url("/files/maschmeyer/img/spot-repair-rechts.svg");
}

.widget.schadensfoto-detail::before {
    background-image: url("/files/maschmeyer/img/spot-repair-detail.svg");
}

.widget.schadensfoto-fahrzeugschein::before {
    background-image: url("/files/maschmeyer/img/spotrepair-fahrzeugschein.svg");
}

.widget.schadensfoto-cockpit::before {
    background-image: url("/files/maschmeyer/img/spotrepair-cockpit.svg");
}

.schadensfoto .fineuploader-wrapper .qq-upload-button {
    background: transparent;
    border: 3px solid var(--mainc);
    color: var(--mainc);
    min-width: 236px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-red .schadensfoto .fineuploader-wrapper .qq-upload-button {
    border-color: white;
    color: white;
    position: relative;
}

.schadensfoto .fineuploader-wrapper .qq-upload-button > div {
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 1;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
}

.schadensfoto .fineuploader-wrapper .qq-upload-button > div::after {
    display: block;
    content: url("/files/maschmeyer/img/foto_rot.svg");
    /* position: absolute; */
    /* right: 36px; */
    /* top: 50%; */
    margin-left: 30px;
    /* transform: translateY(-50%); */
}

.bg-red .schadensfoto .fineuploader-wrapper .qq-upload-button > div::after {
    content: url("/files/maschmeyer/img/foto_weiss.svg");
}

.values-container {
    display: none;
}

.spot-repair fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

#karosserietyp .widget.karosserietyp span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
}

#fahrzeuguebersicht,
#schadenbeschreibung {
    border: 1px solid var(--mainc);
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    /* max-width: 100vw; */
}

#schadenbeschreibung {}

#schadenbeschreibung > span {
    width: 100%;
}

#schadenbeschreibung > span:nth-of-type(n+2) {
    margin-top: 1em;
}

#schadenbeschreibung > span > span {
    display: block;
    max-width: 100%;
    max-height: 5em;
    overflow: hidden;
    text-overflow: ellipsis;
}

#fahrzeuguebersicht p {
    width: 100%;
}

#fahrzeuguebersicht p:last-of-type,
#schadenbeschreibung p:last-of-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

#angaben .widget-explanation {
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 3.12px;
    line-height: 1.4;
}

#erweiterte_angaben {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 22px;
}

#erweiterte_angaben .widget-checkbox .checkbox_container > div {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

#erweiterte_angaben .widget-checkbox,
#erweiterte_angaben legend {
    margin: 0;
}

#karosserietyp .karosserietyp input {
    -webkit-appearance: none;
    display: block;
    width: 120px;
    height: 120px;
    transition: transform 0.3s ease;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 35px 0;
    background-color: transparent;
    position: relative;
}

#karosserietyp .karosserietyp input:hover,
#karosserietyp .karosserietyp label:hover {
    cursor: pointer;
}

#karosserietyp .karosserietyp input::before {
    content: "";
    width: 0%;
    height: 0%;
    background-color: #c3c3c3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    opacity: 50%;
    z-index: -1 !important;
    transition: 0.3s ease;
    mix-blend-mode: multiply;
}

#karosserietyp .karosserietyp input:hover::before {
    width: 50%;
    height: 50%;
}

#karosserietyp .karosserietyp label {
    width: 120px;
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid #3C3C3C;
}

#karosserietyp .karosserietyp input[value="Pkw"] {
    background-image: url("/files/maschmeyer/img/icon-pkw.svg");
}

#karosserietyp .karosserietyp input:checked {
    transform: scale(1.25);
}

#karosserietyp .karosserietyp input:checked::before {
    z-index: -1;
    width: 100%;
    height: 100%;
}

#karosserietyp .karosserietyp input:checked + label {
    color: var(--mainc);
}

#karosserietyp .karosserietyp input[value="Transporter"] {
    background-image: url("/files/maschmeyer/img/icon-transporter.svg");
}

/* KARRIERE */

#karriere-header a {
    text-decoration: none;
    color: var(--mainc);
}

.karriere-box {
    background-color: #3C3C3C;
    padding: 70px 1em;
    margin-top: 50px;
    margin-bottom: 50px;
    box-sizing:border-box;
    hyphens: auto;
}

.karriere-box * {
    color: white;
}

.karriere-box h3 {
    font-weight: 500;
    border-bottom: 1px solid white;
    margin-top: 0;
    hyphens: auto;
    padding-bottom: 16px;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.karriere-box p:last-of-type {
    margin-bottom: 0;
    margin-top: 2em;
}

.karriere-box a:hover {
    color: #B4B4B4;
}

.bewerbungs-button {
	display: flex;
	justify-content:center;
}

#bewerben {
	padding: 50px 1em!important;
	box-sizing: border-box;
}

#bewerbungsformular .explanation p {
	font-size: 18px;
	font-weight: 500;
    border-bottom: 1px solid var(--mainc);
    padding-bottom: 25px;
    margin-bottom: 25px;
    margin-top: 0;
}

#bewerben .radio_container, #bewerben .checkbox_container, #bewerben fieldset {
	appearance:none;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

#bewerben legend, #bewerben .widget-textarea label {
	font-size: 14px;
	margin-bottom: 2em;
	text-align: center;
	
}

#bewerben .radio_container > div {
	display: flex;
	flex-direction: column;
}

#bewerben .radio_container span {
	display: flex;
	position: relative;
}

#bewerben .radio_container input {
	appearance:none;
	position: absolute;
	opacity: 0;
}

#bewerben textarea {
	appearance: none;
	border: 1px solid var(--mainc);
	border-radius: 30px;
	margin-top: 2em;
	font-size: 14px;
}

#bewerben .radio_container label {
	border: 1px solid var(--mainc);
	padding: 1em;
	margin-bottom: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-radius: 30px;
	transition: background-color 0.3s ease;
}

#bewerben .widget input[type=text], 
#bewerben .widget input[type=email], 
#bewerben .widget input[type=tel],
#bewerben .widget-upload input {
	border: 1px solid var(--mainc);
	padding: 1em;
	font-size: 14px;
	margin-bottom: 1em;
	width: 100%;
	border-radius: 30px;
}

#bewerben .radio_container input:checked + label {
	background-color: #C3C3C3 ;
}

#bewerben .widget-upload {
	font-size: 14px;
	position: relative;
}

#bewerben .widget-upload label {
	padding-left: 1em;
}

#bewerben .widget-upload input {
	margin-top: 1em;
}

#bewerben .back {
	display: none;
}

.widget-pagebreak {
	margin-top: 2em;
	display:flex;
	flex-direction: row-reverse;
}

.widget-pagebreak button {
	margin-left: 1em;
}

/* KUNDENSTIMMEN */

.kundenstimmen-inside {
    margin-left: calc(100vw/12);
    margin-right: calc(100vw/12);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* min-height: calc((var(--vh)*100) - 400px); */
}

.mm-kundenstimmen {
    margin-bottom: 80px;
    /* margin-top: 80px; */
}

.mm-kundenstimmen .slick-track {
    display: flex;
    align-items: center;
}

.mm-kundenstimmen .slick-arrow,
.price-list-slider .slick-arrow {
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: transparent;
    border: none;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 32px;
    padding: 0;
    cursor: pointer;
    background-position: center;
    box-sizing: border-box;
    overflow: hidden;
}

.mm-kundenstimmen .slick-prev,
.price-list-slider .slick-prev {
    left: 0.5em;
    background-image: url("/files/maschmeyer/img/Pfeil-l_rot.svg");
}

.mm-kundenstimmen .slick-next,
.price-list-slider .slick-next {
    right: 0.5em;
    background-image: url("/files/maschmeyer/img/Pfeil-r_rot.svg");
}

/* USP-LIST */

.usp-list li {
    margin-bottom: 2em;
    position: relative;
}
.usp-list ul {
    list-style: none;
}
.usp-list li::before {
    content: "\2714";
    position: absolute;
    left: -20px;
    color: green;
}
.usp-list strong {
    text-transform: uppercase;
}

/* GESCHICHTE */

.geschichte-wrapper {
    margin-left: calc(100vw/12);
    margin-right: calc(100vw/12);
    margin-top: 60px;
}

.mm-geschichte .slick-slide {
    top: 0;
    bottom: 0;
    /* height: 100%; */
}

.geschichte-box {
    /* max-width: 350px; */
    text-align: center;
    /* margin-left:auto; */
    /* margin-right: auto; */
    padding: 1em;
}

.geschichte-box p:first-child {
    width: 120px;
    height: 120px;
    border: 2px solid white;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px;
}

.geschichte-box p:nth-child(2) {
    margin-top: 0;
    margin-bottom: 35px;
    padding-bottom: 35px;
    position: relative;
}

.geschichte-box p:nth-child(2)::after {
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    background-color: white;
}

.geschichte-box p:last-child {
    margin: 0;
}

.mm-geschichte .slick-arrow {
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: transparent;
    border: none;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 32px;
    padding: 0;
    cursor: pointer;
    background-position: center;
    box-sizing: border-box;
    overflow: hidden;
}

.mm-geschichte .slick-prev {
    left: 0.5em;
    background-image: url("/files/maschmeyer/img/Pfeil-l.svg");
}

.mm-geschichte .slick-next {
    right: 0.5em;
    background-image: url("/files/maschmeyer/img/Pfeil-r.svg");
}

/* TEAM */

.mitarbeiter {
    text-align: center;
}

.mitarbeiter p {
    hyphens: auto;
}

.mitarbeiter p strong {
    hyphens: none;
}

.mitarbeiter .image_container {
    border-radius: 50%;
    /* background-color: var(--mainc); */
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    margin-bottom: 32px;
}

.mitarbeiter img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    width: 100%;
}

.team-person {
    display: grid;
    grid-gap: 20px;
    margin-bottom: 40px;
}
.team-person figcaption {
    font-weight: bold;
    margin-top: 1em;
}

.team-simpel {
    position: relative;
    margin-bottom:40px;
    text-align: center;
}

/* FOOTER */

#footer {
    background-color: #F0F0F0;
}

#footer > .inside {
    min-height: 40px;
    padding-left: calc(100vw/12);
    padding-right: calc(100vw/12);
}

#footer > .inside,
#footer ul {
    display: flex;
    justify-content: center;
    color: #B4B4B4;
    font-size: 12px;
    letter-spacing: 0.26px;
    align-items: center;
    flex-wrap: wrap;
}

.socialnav span {
    display: none;
}

#footer .socialnav li {
    margin-right: 1.25em;
}

.socialnav a:not(.invisible) {
    display: block;
    width: 1.25em;
    height: 1.25em;
}

.socialnav .instagram {
    background-image: url(/files/maschmeyer/img/instagram_g.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.socialnav .facebook {
    background-image: url(/files/maschmeyer/img/facebook_g.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.spot-repair #footer {
    background-color: transparent;
    top: 50%;
    transform: translate(-50%, -50%);
    height: calc(100vw/12);
    position: fixed;
    width: calc(var(--vh) * 100);
    left: 50%;
    pointer-events: none;
}

.spot-repair #footer > .inside {
    height: calc(100vw/12);
    min-height: 0;
    width: calc(var(--vh) * 100);
    /* height: 100%; */
    transform: translateY(-50%) translateX(calc((100vw/24) * -1)) rotate(-90deg);
    /* position: fixed; */
    background: transparent;
    top: 50%;
    left: calc(50vw);
    pointer-events: auto;
    font-size: 10px;
}

.spot-repair #footer > .inside,
#footer ul {
    font-size: 10px
}

#footer ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

#footer li {
    margin-right: 2em;
}

#footer a:not(.invisible) {
    text-decoration: none;
    color: #B4B4B4;
}

.mod_articlelist a:hover,
#footer a:hover {
    color: var(--mainc);
}

.glossar.mod_newslist a,
#glossar .back a,
#impressum a,
#datenschutz a {
    text-decoration: none;
    color: #3C3C3C;
}

.glossar.mod_newslist a:hover,
#glossar .back a:hover,
#impressum a:hover,
#datenschutz a:hover {
    color: var(--mainc);
}

#glossar h1 {
    display: none;
}

#glossar .back {
    margin-top: 2em;
}

#fahrzeugschein-check {
    display: grid;
    grid-row-gap: 1em;
    /* margin-top: 70px; */
}

#fahrzeugschein-check > span {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
}

#angaben a {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin-bottom: 1em;
}

#angaben a:hover {
    background-color: var(--mainc);
}

#angaben a img {
    margin-right: 0.5em;
}

#fahrzeugschein-check > span > span {
    text-align: right;
}

#schaden-bilder .widget-explanation {
    max-width: 530px;
}

#spot-repair-scroll {
    display: none;
}

#spot-repair-scroll.active {
    background-image: url(/files/maschmeyer/img/Pfeil.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 60px;
    width: 80px;
    margin: 0px 0 0 -40px;
    line-height: 60px;
    position: fixed;
    left: 50%;
    bottom: 50px;
    color: #FFF;
    text-align: center;
    font-size: 70px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    display: block;
    pointer-events: none;

    -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
    -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
    animation: ca3_fade_move_down 2s ease-in-out infinite;
}

#leistung-details > .first:not(.row) {
    max-width: calc((100vw/12)*10 - var(--grid__gutter));
    margin: 100px auto 200px;
}
#leistung-details > .first:not(.row) h2 {
    margin-bottom: 75px;
}
#leistung-details > .first:not(.row) .line-lr::before,
#leistung-details > .first:not(.row) .line-lr::after {
    width: 50%;
}

#leistung-details .row {
    grid-row-gap: 0;
}

#leistung-details .team-row {
    grid-template-columns: 1fr;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#leistung-details .ce_text::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#leistung-details .ce_tabs .panel > .ce_text {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    margin-top: -50px;
    /* margin-bottom: 50px; */
    position: relative;
}
#leistung-details .ce_tabs .panel {
    overflow-y: hidden;
}

#leistung-details .ce_tabs .ce_text .image_container.float_right {
    width: 100%;
    height: 250px;
    overflow:hidden;
}

#leistung-details .ce_tabs .eurogarant .image_container.float_right {
    width: auto;
}

#leistung-details .ce_tabs .ce_text .float_right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#leistung-details .ce_tabs .eurogarant .float_right img {
 object-fit: contain;
 width: auto;
}

#leistung-details .ce_tabs .panel > .ce_text::before {
    content: "";
    display: block;
    position: sticky;
    height: 50px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    top: 0;
    z-index: 1;
}

#leistung-details .ce_tabs::after {
    content: "";
    display: block;
    position: sticky;
    height: 50px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    bottom: 50px;
    z-index: 1;
    /* background-color: red; */
}

#leistung-details #scroll-arrow {
    cursor: pointer;
    -webkit-animation: move_down 2s ease-in-out infinite;
    -moz-animation: move_down 2s ease-in-out infinite;
    animation: move_down 2s ease-in-out infinite;
}

/* LEISTUNG TABS */

.ui-tabs-nav {
    list-style: none;
    padding-left: 0;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}
.bg-red .ui-tabs-nav {
    margin-top: 0;
    justify-content: space-between;
    gap: 23px;
    flex-wrap: wrap;
}
.ui-tabs-nav.style2 {
    margin-bottom: 60px;
    border-bottom: 2px solid #B4B4B4;
    padding-bottom: 1.2em;
}

.ui-tabs-tab:not(:last-of-type) {
    margin-right: 30px;
}
.bg-red .ui-tabs-tab {
    margin-right: 0;
    width: 100%;
}
.style2 .ui-tabs-anchor {
    padding: 0;
    border: none;
    margin-bottom: 1.2em;
    font-weight: 600;
}

cms-cookie-bar > cms-container form cms-buttons cms-button[value="reject"] > span:before, cms-cookie-bar > cms-container form cms-buttons cms-button[value="accept"]:nth-of-type(1) > span:before, cms-accept-tags > cms-container form cms-buttons cms-button[value="reject"] > span:before, cms-accept-tags > cms-container form cms-buttons cms-button[value="accept"]:nth-of-type(1) > span:before {
	background: var(--btn-accept-bg-color)!important;
}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
    0% {
        -webkit-transform: translate(0, -20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
}

@-moz-keyframes ca3_fade_move_down {
    0% {
        -moz-transform: translate(0, -20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -moz-transform: translate(0, 20px);
        opacity: 0;
    }
}

@keyframes ca3_fade_move_down {
    0% {
        transform: translate(0, -20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(0, 20px);
        opacity: 0;
    }
}

/*animated scroll arrow animation*/
@-webkit-keyframes move_down {
    0% {
        -webkit-transform: translate(0, -5px);
    }

    50% {
        -webkit-transform: translate(0, 5px);
    }

    100% {

        -webkit-transform: translate(0, -5px);
    }
}

@-moz-keyframes move_down {
    0% {
        -moz-transform: translate(0, -5px);
    }

    50% {
        -moz-transform: translate(0, 5px);
    }

    100% {

        -moz-transform: translate(0, -5px);
    }
}

@keyframes move_down {
    0% {
        transform: translate(0, -5px);
    }

    50% {
        transform: translate(0, 5px);
    }

    100% {

        transform: translate(0, -5px);
    }
}

/* QUERY 568 */
@media screen and (min-width: 568px) {
    .hero-slider .ce_hyperlink {
        text-align: left;
    }

    .spot-repair .hero-slider .ce_hyperlink {
        text-align: center;
    }
    .preistabelle {
        max-width: 390px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 767px) and (max-height: 1265px) {
    #schadensmeldung {
        height: calc(var(--vh)*100);
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    #fs-menu {
        text-align: center;
    }

    #mainnav li {
        margin-bottom: 1em;
    }

    .mm-geschichte .slick-list {
        margin-left: calc(100vw/12);
        margin-right: calc(100vw/12);
    }

    .widget.karosserietyp span:last-of-type,
    .widget.schadensfoto,
    #fahrzeugteile-boxen {
        margin-top: 50px;
    }

    #fahrzeugteile .widget-explanation .weiter {
        display: none;
    }

    #detail-bilder .widget.schadensfoto,
    #zusatz-infos .widget.schadensfoto {
        margin-top: 50px;
    }

    .spot-repair h2,
    #angaben .widget-explanation {
        font-size: 13px;
    }

    #angaben .widget-explanation {
        margin-bottom: 1em;
    }

    #fahrzeuguebersicht {
        margin-bottom: 1em;
    }

    #erweiterte_angaben {
        margin-top: 1em;
    }

    .radio_container.karosserietyp > div {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        align-items: center;
        grid-gap: 1em;
    }

    #karosserietyp .karosserietyp input {
        width: 48px;
        height: 48px;
        align-self: center;
    }

    #karosserietyp .karosserietyp label {
        width: 100%;
    }

    .widget.schadensfoto::before {}

    .widget.schadensfoto::before,
    .schadensfoto.widget-fineuploader img,
    #detail-bilder .widget.schadensfoto::before,
    #zusatz-infos .widget.schadensfoto::before,
    #detail-bilder .schadensfoto.widget-fineuploader img,
    #zusatz-infos .schadensfoto.widget-fineuploader img {
        width: 80px;
        height: 80px;
        left: 1em;
        top: 60px;
        transform: translateY(-50%);
    }

    .widget.schadensfoto {
        min-height: 0;
    }

    .schadensfoto .fineuploader-wrapper .qq-upload-button > div {
        white-space: break-spaces;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .schadensfoto .fineuploader-wrapper .qq-upload-button > div::after {
        margin-left: 0;
        margin-top: 0.5em;
    }

    .schadensfoto .fineuploader-wrapper .qq-upload-button {
        min-width: 0;
        margin-left: 120px;
        width: 140px;
        height: 120px;
        justify-content: center;
        text-align: center;
    }

    .schadensfoto .qq-upload-success,
    .schadensfoto .qq-in-progress {
        top: 50%;
        left: 42px;
        transform: translateY(-50%);
    }

    #detail-bilder .widget.schadensfoto,
    #zusatz-infos .widget.schadensfoto {
        flex-direction: column-reverse;
    }

    #detail-bilder .fineuploader-wrapper,
    #zusatz-infos .fineuploader-wrapper {
        margin-bottom: 25px;
    }

    #detail-bilder .qq-upload-success,
    .schadensfoto .qq-in-progress,
    #zusatz-infos .qq-upload-success,
    .schadensfoto .qq-in-progress {
        top: 65px;
    }
}


@media screen and (min-width: 1200px){
	#detail-bilder .widget.schadensfoto{
		min-height: 265px;
	}
	#detail-bilder .widget.schadensfoto::before{
		width: 90px;
		height: 90px;
	}
	#detail-bilder .foto-upload{
		grid-template-columns: 1fr 1fr 1fr 1fr !important;
	}
}

/* QUERY 768 */

@media screen and (min-width: 768px) {

	#detail-bilder .widget.schadensfoto{
		min-height: 240px;
	}
	#detail-bilder .widget.schadensfoto::before{
		width: 60px;
		height: 60px;
	}

    .red-info-bar {
        grid-template-columns: 1fr 1fr;
    }

    #spot-repair-scroll {
        display: none !important;
    }

    .fs-contents {
        position: absolute;
        left: 0;
        right: 0;
        top: 150px;
        bottom: 0;
    }

    #leistung-intro .ce_text {
        padding-left: calc((100vw/12)*1.33 + var(--grid__gutter));
        padding-right: calc((100vw/12)*1.33 + var(--grid__gutter));
        box-sizing: border-box;
    }

    .fs-contents::after {
        position: absolute;
        content: "";
        top: 0;
        bottom: 150px;
        left: 50%;
        transform: translateX(-50%);
        background-color: white;
        display: block;
        width: 1px;
        z-index: 1;
    }

    .fs-contents > div:not(:last-of-type) {
        height: calc(100vh - 250px);
    }

    .fs-contents .menunews {
        display: flex !important;
        flex-direction: column;
        justify-content: start;
    }

    .fs-contents > div:last-of-type {
        display: flex;
        align-items: center;
    }

    .fs-contents > div:last-of-type p {
        margin-right: 1em;
    }

    .fs-contents .mod_customnav {
        width: auto;
    }

    .fs-contents .mod_customnav ul {
        justify-content: flex-start;
    }

    .fs-contents .mod_customnav li {
        position: relative;
        margin-right: 2em;
    }

    .fs-contents #leistung-nav li:not(.last)::after {
        display: none;
    }

    .fs-contents .mod_customnav li:not(.last)::after {
        content: "";
        display: block;
        background-color: white;
        position: absolute;
        right: -1em;
        top: 0;
        bottom: 0;
        width: 1px;
    }

    #fs-menu .mod_navigation {
        height: 100%;
        overflow: visible;
    }

    #fs-menu .mod_navigation ul {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        margin: 0;
        font-size: 1.5em;
        /* overflow: visible; */
    }

    #fs-menu .mod_navigation li {
        margin: 0;
        position: relative;
        color: white;
        width: 90%;
    }

    #fs-menu .mod_navigation li.first::after {
        content: "";
        position: absolute;
        right: 0;
        display: block;
        height: 100%;
        width: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        background-image: url(/files/maschmeyer/img/Pfeil-r_w.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .menunews .ce_text {
        margin-top: 0;
        margin-bottom: 40px;
        font-size: 1.25em;
        line-height: 1.4;
        overflow: visible;
    }

    .menunews img {
        display: block;
        object-fit: cover;
    }

    .menunews .ce_image {
        margin-bottom: 40px;
        overflow: visible;
    }

    .hero-slider .ce_image img,
    .hero-slider .ce_player .video_container {
        opacity: 0.8;
        width: 100%;
        object-fit: cover;
    }

    .hero-txt,
    #hero-txt {
        font-size: 2.5em;
        height: 100%;
    }

    .hero-txt .ce_text,
    #hero-txt .ce_text {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        letter-spacing: 7.2px;
    }

    .spot-repair .hero-txt .ce_text {
        width: 100%;
        position: static;
        transform: translate(0px, 0px);
    }

    .hero-slider .slick-prev {
        left: 1em;
    }

    .hero-slider .slick-next {
        right: 1em;
    }

    .hero-slider .ce_hyperlink {
        position: absolute;
        bottom: 75px;
    }

    .spot-repair .hero-slider .ce_hyperlink {
        position: static;
        bottom: 110px;
        left: 50%;
        transform: translateX(0);
        margin-top: 160px;
    }

    .hero-slider .ce_hyperlink.pfeil {
        bottom: 50px;
    }

    h2,
    .leistung h1 {
        font-size: 2em;
    }

    .iconbox-container {
        grid-template-columns: 1fr 1fr 1fr;
        /* justify-content: left; */
        grid-gap: 0px;
    }

    .iconbox {
        padding-left: 2%;
        padding-right: 2%;
    }

    .glasservice-slider .iconbox {
        padding-left: 0;
        padding-right: 0;
    }

    #unfallmanagement h2 {
        position: relative;
    }

    #unfallmanagement h2 span:not(.line-r) {
        position: absolute;
        /* display: block; */
        width: fit-content;
        top: 0.1em;
        left: calc(100% + 1ch);
    }

    .spurvermessung-slider img {
        border-radius: 50%;
    }

    .spurvermessung-slider .slick-arrow,
    .glasservice-slider .slick-arrow,
    .caravan-logo-slider .slick-arrow {
        top: 50%;
        transform: translateY(-50%);
    }

    .spurvermessung-slider .slick-prev,
    .glasservice-slider .slick-prev,
    .caravan-logo-slider .slick-prev {
        left: 0;
    }

    .spurvermessung-slider .slick-next,
    .glasservice-slider .slick-next,
    .caravan-logo-slider .slick-next {
        right: 0;
    }

    .spurvermessung-slider .slick-list,
    .glasservice-slider .slick-list,
    .caravan-logo-slider .slick-list {
        margin-left: 2em;
        margin-right: 2em;
    }

    .spurvermessung-slider .ce_text {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 110px;
    }

    .mm-aktuell-list .layout_latest {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 110px;
        margin-bottom: 110px;
    }

    .mm-aktuell-list .image_container {
        grid-column: span 1 / span 1;
    }

    .mm-aktuell-list .mm-aktuell-list-txt {
        grid-column-start: 2;
        grid-column: span 1 / span 1;
    }

    .aktuelles h2 {
        margin-top: 0;
    }

    .mm-aktuell-list .layout_latest {
        margin-left: 0;
        margin-right: 0;
    }

    .mm-aktuell-list .layout_latest.even .mm-aktuell-list-txt {
        margin-right: calc(100vw/12);
    }

    .mm-aktuell-list .layout_latest.odd .mm-aktuell-list-txt {
        margin-left: calc(100vw/12);
    }

    .mm-aktuell-list .layout_latest:nth-child(even) .image_container {
        grid-column-start: 2;
        grid-column: span 1 / span 1;
    }

    .mm-aktuell-list .layout_latest:nth-child(even) .mm-aktuell-list-txt {
        grid-row-start: 1;
        grid-column-start: 1;
        grid-column: span 1 / span 1;
    }

    .map-container {
        grid-template-columns: 1fr 1fr;
    }

    .map-title {
        grid-column: 1/-1;
    }

    .ce_form:not(.spot-repair-form):not(#bewerbungsformular) {
        padding: 100px calc(100vw/12);
    }

    .ce_form:not(.spot-repair-form):not(#bewerbungsformular) .formbody {
        display: flex;
    }

    .ce_form:not(.spot-repair-form):not(#bewerbungsformular) .widget-explanation {
        margin-right: 55px;
    }

    .form_fields {
        margin-left: 55px;
    }

    .ce_form:not(.spot-repair-form):not(#bewerbungsformular) .widget-explanation,
    .ce_form:not(.spot-repair-form):not(#bewerbungsformular) .form_fields {
        width: 50%;
    }

    .widget-submit {
        text-align: left;
    }

    .karriere-box h3 {
        font-size: 2em;
    }

    .teamgrid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 60px 80px;
        margin-top: 100px;
    }

    .mm-kundenstimmen .slick-list {
        margin-left: calc(100vw/12);
        margin-right: calc(100vw/12);
    }

    .geschichte-box {
        padding: 50px 50px 60px;
        max-width: calc((100vw/12)*6);
        margin-left: auto;
        margin-right: auto;
    }

    .mm-kundenstimmen blockquote {
        font-size: 1.5em;
    }

    .radio_container.karosserietyp > div {
        display: flex;
        justify-content: space-between;
        width: 356px;
    }

    #schaden-bilder .foto-upload {
        display: flex;
        justify-content: space-evenly;
    }

    #schaden-bilder .foto-upload {
        width: 100%;
        margin-top: 6.25vmin;
    }

    #fahrzeugschein-rechts {
        margin-top: 50px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px 22px;
        width: 100%;
        align-items: center;
    }

    #fahrzeugschein-rechts .widget-text,
    #fahrzeugschein .widget-checkbox span {
        margin-bottom: 0;
    }

    #fahrzeugschein-rechts .widget-checkbox {
        margin-top: 0;
    }

    #fahrzeugschein-rechts .widget-checkbox {
        grid-column: 1 /-1;
        margin-bottom: 30px;
    }

    #angaben > div {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 40px;
    }

    #angaben .widget-explanation {
        grid-column: 1/-1;
    }

    @media screen and (orientation: landscape) {
        #fahrzeugteile {
            display: grid;
            grid-template-columns: 1fr 1fr;
            /* align-items: start; */
            grid-gap: calc(100vw/12);
        }
    }

    #fahrzeugteile .widget-explanation {
        /* margin-top: 100px; */
        width: auto;
    }

    #fahrzeugteile .widget-explanation p:last-of-type {
        margin: 0;
    }

    #fahrzeugteile .weiter.mobile {
        display: none;
    }

    @media screen and (orientation: portrait) {
        #fahrzeugteile .widget-explanation .weiter {
            display: none;
        }

        #fahrzeugteile .weiter.mobile {
            margin-top: 10px;
            display: inline;
        }
    }

    #detail-bilder .foto-upload,
    #zusatz-infos .foto-upload {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1em;
        margin-top: 50px;
        justify-content: center;
    }

    #zusatz-infos .weiter {
        margin-top: 0;
    }

    #zusatz-infos .weiter {
        align-self: end;
    }

    .widget.kollision-mit-gegenstand.active {
        position: absolute;
        top: 2.5em;
        width: 100%;
        left: -2.5px;
        border: 1px solid #f0f0f0;
        border-top: none;
        margin: 0;
        margin-bottom: 0;
        margin-left: 0;
        background-color: white;
        padding: 5px;
        height: auto;
        opacity: 0;
        transition: 0.3s ease;
        z-index: -1;
        transition-delay: 1s;
    }

    .widget.kollision-mit-gegenstand span:last-of-type {
        margin-bottom: 0;
    }

    .schadensursache span:focus input[value="Kollision mit einem Gegenstand"] ~ .kollision-mit-gegenstand.active,
    .schadensursache span:focus-within input[value="Kollision mit einem Gegenstand"] ~ .kollision-mit-gegenstand.active,
    input[value="Kollision mit einem Gegenstand"]:focus ~ .kollision-mit-gegenstand.active,
    input[value="Kollision mit einem Gegenstand"]:focus-within ~ .kollision-mit-gegenstand.active,
    input[value="Kollision mit einem Gegenstand"]:hover ~ .kollision-mit-gegenstand.active,
    input[value="Kollision mit einem Gegenstand"] ~ label:focus ~ .kollision-mit-gegenstand.active,
    .widget.kollision-mit-gegenstand:focus,
    .widget.kollision-mit-gegenstand:focus-within,
    .widget.kollision-mit-gegenstand:hover {
        opacity: 1;
        transition-delay: 0s;
        z-index: 1;
    }

    #fahrzeugschein > div {
        display: grid;
        grid-template-columns: 0.925fr 1fr;
        grid-column-gap: 70px;
    }

    #fahrzeugschein .weiter {
        align-self: flex-end;
    }

    #fahrzeugschein-rechts {
        align-self: flex-end;
        margin-top: 0;
    }

    #angaben {
        grid-gap: 40px 80px;
    }

    #erweiterte_angaben {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    #erweiterte_angaben .widget-checkbox .checkbox_container span {
        margin: 0;
    }

    #erweiterte_angaben .widget-checkbox {
        grid-column: 1/-1;
    }

    #erweiterte_angaben .widget-text input,
    #erweiterte_angaben .widget-select {
        width: 100%;
        max-width: 290px;
    }

    #erweiterte_angaben .widget-select select,
    #erweiterte_angaben .widget-select {
        justify-self: end;
    }

    #erweiterte_angaben .widget-select,
    #erweiterte_angaben .widget-text {
        align-self: flex-end;
    }

    #erweiterte_angaben2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        grid-gap: 20px 22px;
    }

    #erweiterte_angaben2 .widget-checkbox,
    #erweiterte_angaben2 .widget-checkbox span {
        margin: 0;
        grid-column: 1/-1;
    }

    #erweiterte_angaben2 .widget-submit {
        text-align: left;
        /* margin-top: 20px; */
        grid-column: 1/-1;
    }

    #angaben a {
        margin-right: 0;
    }

    #footer > .inside,
    #footer ul {
        justify-content: flex-start;
    }

    .socialnav {
        margin-left: auto;
    }

    .leistung .hero-txt .ce_text {
        max-width: calc((100vw/12)*6);
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 72px 48px 48px;
    }
    
    .ueber-uns .hero-txt .ce_text {
        top: 75%;
    }

    .leistung h1 {
        font-size: 48px;
    }

    .bg-red .ui-tabs-nav {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    .bg-red .ui-tabs-tab {
        min-width: calc((((100vw/12)*10)/5) - 23px);
    }

    #leistung-details .team-row {
        grid-template-columns: 1fr 1fr;
    }

    .team-person {
        grid-template-columns: 165px auto;
    }
    
    #tesla .content .ce_text:first-child {
        top: 200px;
    }
    #tesla .content .ce_text:last-child {
        bottom: 70px;
    }

}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    #ursache .widget-explanation img {
        display: none;
    }

    #ursache .radio_container:not(.kollision-mit-gegenstand) > div {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (min-width: 768px) and (min-height: 720px) {
    body.spot-repair {
        overflow: hidden;
    }
}

@media screen and (max-width: 1023px) {
    .sr-side-text {
        display: none;
    }
    .rr-rechts .ce_hyperlink a {
        font-size: 9px;
    }
}

@media screen and (min-width: 1024px) {
    #ursache {
        align-items: flex-start;
        /* flex-direction: row; */
        /* justify-content: flex-start; */
    }

    #ursache .widget-explanation img {
        position: absolute;
        left: 0;
        top: 53%;
        transform: translateY(-50%);
        z-index: -1;
        width: 100%;
        max-width: calc((100vw/12)*7);
    }

    #ursache .widget-explanation {
        margin-left: calc((100vw/12)*4.5)
    }

    #ursache .ursache-gruppe {
        margin-left: calc(((100vw/12)*6) + 50px);
        max-width: calc((100vw/12)*4);
    }

    #fahrzeugschein-rechts {
        grid-template-columns: 1fr 1fr;
    }

    #detail-bilder .foto-upload,
    #zusatz-infos .foto-upload {
        grid-gap: calc(100vw/24);
    }

    #fahrzeugschein-check {
        grid-template-columns: 1fr 1fr 1fr;
        grid-row-gap: 25px;
        grid-column-gap: 1em;
        width: 100%;
    }

    #fahrzeugschein-check > span {
        grid-template-columns: 1fr;
        align-content: start;
        grid-row-gap: 0.5em;
    }

    #fahrzeugschein-check > span > span {
        text-align: left;
    }
}


@media screen and (max-width: 1099px) {

    #karosserie img,
    #lackiererei :not(.iconbox) img,
    #spot-repair .img,
    #autoservice img,
    #abschleppservice img,
    #service-technik-mechanik img #reifenmanagement img #hu-au img,
    #zuverlaessig-fachgerecht img {
        object-fit: cover;
    }

    .no-mobile,
    .no_mobile,
    #karosserie .parallax-bgimage {
        display: none !important;
    }


    .standortbutton svg {
        /* margin-left: auto; */
    }

}

/* QUERY GRID XL */

@media screen and (min-width: 68.75em) {

    .mobile-only,
    .mobile_only,
    .only_mobile,
    .only-mobile {
        display: none;
    }

    #karosserie .parallax-bgimage {
        z-index: 1;
        width: calc((100vw/12)*6 - (1.875rem));
        /* top: initial; */
        /* top: unset; */
        /* transform: translateY(-15%); */
    }

    #leistung-details > .first:not(.row) {
        max-width: calc((100vw/12)*8 + var(--grid__gutter)*-2);
        margin: 100px auto 200px;
    }

    .startseite:not(.leistung) #main > .inside .mod_article {
        min-height: calc(var(--vh)*100);
        box-sizing: border-box;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 100px;
        margin-top: 100px;
        padding-bottom: 100px;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .startseite #main > .inside #karosserie {
        /* margin-bottom: calc(var(--vh)*18 + 100px); */
    }

    #karosserie .content-group .ce_columns {
        position: absolute;
        max-width: calc((1920px/12)*6 - 1.875rem);
        z-index: 1;
        right: calc((100vw/12)*6 + var(--grid__gutter));
        bottom: -165px;
    }

    .startseite #main > .inside #lackiererei {
        overflow: visible;
        /* padding-top: 18%; */
        /* margin-top: 0; */
    }

    #lackiererei .parallax-bgimage {
        height: 100%;
    }

    #lackiererei::after {
        content: "";
        /*background-color: #FFFFFFAA;*/
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        background-image: url(/files/maschmeyer/img/lachkieren-hand-ausgeschnitten-2.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top right;
        top: 0;
        left: -0.5%;
        transition: left 0.5s ease;
        transition-delay: 0.25s;
        pointer-events: none;
    }

    #lackiererei.active::after {
        left: 0;
    }

    .fs-contents {
        grid-gap: 90px;
    }

    .startseite #main > .inside #spot-repair,
    .startseite #main > .inside #reifen {
        margin-top: 0;
        padding-top: 0;
    }

    .startseite #main > .inside #autoglas {
        margin-top: 0;
        margin-bottom: 0;
    }

    .startseite #main > .inside #autoservice {
        margin-top: 0;
    }


    .round-image-container {
        grid-gap: calc((100vw / (12*3)) + var(--grid__gutter));
        justify-content: center;
    }

    .hero-txt,
    #hero-txt {
        left: calc((100vw / 12)*2);
        width: calc((100vw / 12)*8);
    }

    .hero-slider .slick-prev {
        left: 50px;
    }

    .hero-slider .slick-next {
        right: 50px;
    }

    .startseite:not(.no-al) .hero-slider .ce_image img,
    .hero-slider .ce_player .video_container {
        height: calc((var(--vh) * 100) - 100px);
        object-fit: cover;
        width: 100%;
    }

    .headernav {
        padding: 0 calc((100vw/12)*2);
    }

    .menubutton,
    .standortbutton {
        width: 200px;
    }

    #reifen .red-box {
        padding-left: calc((100vw/12)*2);
        box-sizing: border-box;
    }

    #fs-menu .menubutton,
    #fs-menu .standortbutton {
        width: 250px;
    }

    .menubutton.faded,
    .standortbutton.faded {
        width: 30px;
    }

    .standortbutton span {
        /* margin-left: auto; */
    }

    #karosserie .content-group {
        position: relative;
    }

    #karosserie .content-group .ce_hyperlink {
        position: absolute;
        bottom: 0;
        left: calc((100vw/12)*5 - (1.875rem * 7));
        transform: translateY(-50%);
        z-index: 2;
    }

    #karosserie .rellax {
        /* left: 0; */
        /* top: 25%; */
        /* position: absolute; */
        /* max-width: calc((1920px/12)*6 - 1.875rem); */
        /* right: calc((100vw/12)*6 + var(--grid__gutter)); */
        /* z-index: 2; */
    }

    #karosserie .ce_image {
        /* position: absolute; */
        /* top: 50%; */
        /* left: 0; */
        /* transform: translateY(-50%); */
        /* width: calc(50% - (56px - var(--grid__gutter))); */
    }

    #unfallmanagement h2 {
        margin-bottom: 90px;
    }

    #spot-repair {
        position: relative;
    }

    #spot-repair .bg-red {
        padding-top: 138px;
        padding-bottom: 138px;
        padding-left: calc((100vw/12)*2);
    }

    #spot-repair .ce_columns {
        display: flex;
        flex-direction: column;
        justify-content: center;
        box-sizing:border-box;
    }

    #lackiererei .row .ce_columns,
    #service-technik-mechanik .ce_columns {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #autoservice .parallax-bgimage {
    display: block;
    top: -150px;
    background-size: cover !important;
    height: calc(100% + 300px);
    }

    #autoservice {
        position: relative;
    }

    #autoservice .ce_image {
        height: calc(var(--vh)*100);
    }

    #autoservice .bg-red {
        position: absolute;
        bottom: 0;
        left: calc(((100vw/12)*2) - 56px);
        right: calc(((100vw/12)*2) - 56px);
        padding-top: 64px;
        padding-bottom: 64px;
        padding-right: 56px;
        padding-left: 56px;
    }

    #autoservice .ce_text {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 80px;
    }

    #autoservice .ce_text p {
        margin-top: 0;
        margin-bottom: 0;
    }

    #autoservice h2 {
        /* grid-column: 1/-1; */
    }

    #autoservice img {
        display: block;
        object-fit: cover;
        object-position: top center;
        max-width: none;
        height: 100%;
    }

    .rr-rechts .linkgroup {
        position: absolute;
        margin: 0;
    }

    
    .glasservice-slider {
        margin-top: 70px;
        width: calc((100vw/12)*4 - 55px);
    }

    .spurvermessung-slider .slick-list,
    .glasservice-slider .slick-list,
    .caravan-logo-slider .slick-list {
        margin-left: 56px;
        margin-right: 56px;
    }

    .spurvermessung-slider .slick-track {
        display: flex;
    }

    .spurvermessung-slider .slick-container .slick-slide {
        display: flex;
        align-items: center;
        align-self: center;
        height: 100%;
    }

    #main #abschleppservice {
        padding-bottom: 0;
    }

    #abschleppservice h2 {
        white-space: nowrap;
    }

    #abschleppservice .row .ce_columns {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    #abschleppservice .iconbox {
        max-width: 120px;
        padding: 0;
    }

    .map-container {
        padding-left: calc((100vw/12)*2);
        padding-right: calc((100vw/12)*2);
    }

    .map-container .ce_columns:last-of-type .ce_text {
        max-width: 250px;
    }

    .ce_form:not(.spot-repair-form):not(#bewerbungsformular) {
        background-color: #F0F0F0;
        padding-left: calc((100vw/12)*2);
        padding-right: calc((100vw/12)*2);
    }

    #karriere-header {
        position: relative;
        min-height: calc(var(--vh)*100);
    }

    .mm-aktuell-list .layout_latest.even .mm-aktuell-list-txt {
        margin-right: calc((100vw/12)*2);
    }

    .mm-aktuell-list .layout_latest.odd .mm-aktuell-list-txt {
        margin-left: calc((100vw/12)*2);
    }

    #karriere-header .row {
        z-index: 1;
    }

    #karriere-header .ce_image {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 50%;
        z-index: -1;
        opacity: 0.8;
    }

    #karriere-header img {
        display: block;
    }

    .karriere-box {
        padding-left: calc((100vw/12)*2);
        padding-right: 100px;
    }

    #service-technik-mechanik .ce_image {
        overflow: visible;
        margin-left: calc(100vw/12);
        margin-right: calc((100vw/12)*-1);
    }

    #service-technik-mechanik h2 {
        min-height: 1.2em;
        border-bottom: none;
        margin-top: 32px;
    }

    #service-technik-mechanik h2 span {
        position: absolute;
        border-bottom: 1px solid var(--mainc);
        padding-bottom: 50px;
    }

    #reifenmanagement {
        position: relative;
    }

    #reifenmanagement .ce_image {
        height: calc(var(--vh)*66);
    }

    #reifenmanagement .bg-red {
        position: absolute;
        top: 0;
        left: calc((100vw/12)*2);
        right: calc((100vw/12)*2);
        overflow: visible;
        padding-bottom: calc(80px + 2em);
    }

    #reifenmanagement .bg-red p {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }

    #reifenmanagement .ce_text p:last-of-type {
        overflow: visible;
        position: relative;
    }

    #reifenmanagement .ce_text p:last-of-type::after {
        content: url(/files/maschmeyer/img/reifenservice-f.svg);
        display: block;
        width: 120px;
        height: 120px;
        bottom: calc(-160px - 1em);
        z-index: 1;
        position: absolute;
        left: 50%;
        border-radius: 50%;
        transform: translateX(-50%);
    }

    #reifenmanagement img {
        display: block;
        object-fit: cover;
        object-position: top center;
        max-width: none;
        height: 100%;
    }

    #zuverlaessig-fachgerecht .row {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 110px;
    }

    #zuverlaessig-fachgerecht .row > .ce_columns {
        margin-left: calc((100vw/12)*2);
    }

    #main #hu-au {
        padding-bottom: 100px;
    }

    #hu-au .row {
        grid-template-columns: 1fr 1fr;
        grid-gap: 110px;
    }

    #hu-au > .row > .ce_columns {
        margin-right: calc((100vw/12)*2)
    }

    #hu-au .ce_image {
        position: relative;
        overflow: visible;
    }

    #hu-au .ce_image::after {
        position: absolute;
        display: block;
        content: url(/files/maschmeyer/img/Hauptuntersuchung.svg);
        width: 120px;
        height: 120px;
        z-index: 1;
        top: calc(100% - 60px);
        right: -60px;
        border-radius: 50%;
        background-color: white;
    }

    #hu-au .ce_hyperlink {
        z-index: 2;
        margin-top: 100px;
    }

    .kundenstimmen-inside {
        margin-left: calc((100vw/12)*2);
        margin-right: calc((100vw/12)*2);
        /* padding-top: 100px; */
        /* padding-bottom: 100px; */
    }

    .geschichte-wrapper {
        margin-left: calc((100vw/12)*2);
        margin-right: calc((100vw/12)*2);
    }

    .geschichte-box {
        box-sizing: border-box;
    }

    #abschleppservice > .row {
        grid-template-columns: 1fr 1fr 1fr 1fr 110px 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-column-gap: 0;
    }

    .row.xl-cols-2 {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 110px;
        margin-left: calc((100vw/12)*2);
        margin-right: calc((100vw/12)*2);
    }

    #glossar .pull-left-xl {
        grid-column-end: span 3;
    }

    #caravan .ce_colStart.red-info-bar {
        /* margin-top: 64px; */
    }

    #caravan img {
        /* aspect-ratio: 1/1; */
        /* border-radius: 50%; */
        /* object-position: 80% center; */
    }

    #caravan .row > div:first-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
    }

    #leistung-details .ce_tabs h2:not(.invisible) {
        max-width: calc((100vw/12)*6 - var(--grid__gutter));
    }
    
    #leistung-details .ce_tabs .ce_text p,
    #leistung-details .ce_tabs .ce_text .ce_youtube,
    #leistung-details .ce_tabs .row {
        max-width: calc((100vw/12)*5 - var(--grid__gutter));
    }
    #leistung-details .team-row {
        grid-row-gap: 40px;
    }
    .team-simpel {
        margin-bottom: 0;
        line-height: 1;
    }

    .team-simpel img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    #leistung-details .ce_tabs .team-person.ce_text p {
        max-width: calc((100vw/12)*5 - var(--grid__gutter) - 205px);
    }

    #leistung-details .ce_tabs .ce_text ul {
        max-width: calc((100vw/12)*5 - var(--grid__gutter) - 40px);
    }
    #leistung-details .ce_tabs .ce_text .image_container.float_right {
        position: sticky;
        right: 0;
        top: 50px;
        height: calc(40vh - 50px);
        width: calc((90vw/12)*3);
        margin-left: var(--grid__gutter);
        display: block;
    }

    #leistung-details .ce_tabs .ce_text .image_container.float_right::before {
       /* background: linear-gradient(90deg, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 100%);        */
        display: block;
        position: absolute;
        content:"";
        width: 100%;
        height: 100%;

    }

     #leistung-details .ce_tabs .ce_text .float_right img {
         width: 100%;
         height: 100%;
         object-fit: cover;
         display: block;
     }
     #leistung-details .ce_tabs .eurogarant .float_right img {
         object-fit: contain;
     }
      .bg-red .ui-tabs-tab {
        min-width: calc((((100vw/12)*8)/5) - 23px);
    }
        #leistung-details .ce_tabs .panel > .ce_text {
        min-height: 50vh;
        max-height: 500px;
        overflow-y: scroll;
    }
    
    #schneeflocken-tab img{
    	object-fit: contain !important;
    }

    .team-simpel .caption {
        position: absolute;
        background-color: red;
        z-index: 1;
        bottom: 0;
        box-sizing: border-box;
        padding: 1ch;
        background-color: #FFFFFFAA;
        left: 50%;
        transform: translate(-50%);
        width: 165px;
        opacity: 0;
        transition: opacity 0.3s ease;
        line-height: 1.2;
        font-size: 10px;
    }
    .team-simpel:hover .caption {
        opacity: 1;
    }

}


/* QUERY 1280 */

@media screen and (min-width:68.75em) and (max-width: 1365px) {

    .startseite:not(.no-al) .headernav.no-mobile,
    .spot-repair .headernav {
        padding: 0 calc(100vw/12)
    }

    .mod_articlelist:not(.dot-nav) ul {
        padding: 0 calc(((100vw / 12)*2) + 0px);
        justify-content: space-between;
    }
}

@media screen and (min-width: 768px) and (max-height: 768px) {

    #schaden-bilder .weiter,
    #schaden-bilder .foto-upload,
    #detail-bilder .weiter,
    #detail-bilder .foto-upload,
    #zusatz-infos .foto-upload {
        margin-top: 25px;
    }

    #angaben > div {
        grid-row-gap: 25px;
    }
}



/* QUERY 1600 */

@media screen and (min-width: 68.75em){
	#leistung-details .ce_tabs .ce_text .vorteile{
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (min-width: 1400px){
	#leistung-details .ce_tabs .ce_text .vorteile{
		grid-template-columns: 1fr 1fr 1fr;
	}
	#detail-bilder .widget.schadensfoto{
		min-height: 320px;
	}
	#detail-bilder .widget.schadensfoto::before{
		width: 122px;
		height: 122px;
	}
}
@media screen and (max-width: 1100px){
	#leistung-details .ce_tabs .ce_text ol{
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media screen and (max-width: 768px){
	#leistung-details .ce_tabs .ce_text ol{
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 545px){
	#leistung-details .ce_tabs .ce_text ol{
		grid-template-columns: 1fr;
	}
}

@media screen and (min-width: 1600px) {

    h2,
    .leistung h1 {
        font-size: 46px;
    }

    .mod_articlelist:not(.dot-nav) ul {
        /* font-size: 13px; */
    }

    .hero-txt,
    #hero-txt {
        font-size: 46px;
    }

    .spot-repair .hero-txt {
        font-size: 40px;
    }

    .spot-repair .hero-txt h1 {
        font-size: 66px;
    }

    .iconbox-container {
        grid-template-columns: 1fr 1fr 1fr;
        font-size: 12px;
    }

    #unfallmanagement .iconbox-container {
        max-width: 653px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    #fs-menu .mod_navigation li {
        font-size: 46px;
    }

    .menunews .ce_text {
        font-size: 2em;
    }

    .map-info-wrapper .ce_text {
        left: 74px;
        right: 74px;
        padding: 45px;
        bottom: 150px;
    }

    .name-email {
        display: flex;
        flex-wrap: wrap;
    }

    .name-email .widget {
        width: calc(50% - 10px);
    }

    .name-email .widget:nth-child(odd) {
        margin-right: 10px;
    }

    .name-email .widget:nth-child(even) {
        margin-left: 10px;
    }

    .mm-geschichte .slick-list {
        margin-left: var(--grid__gutter);
        margin-right: var(--grid__gutter);
    }

    .mm-geschichte .slick-slide {
        margin-left: 20px;
        margin-right: 20px;
    }

    #abschleppservice .row {
        height: calc((var(--vh)*100) - 100px);
    }

    #angaben > div {
        grid-column-gap: 80px;
    }

    #fahrzeugschein-check {
        grid-template-columns: 40% 1fr 1fr;
    }

    #autoservice .parallax-bgimage {
        top: -300px;
    }
}

@media screen and (min-width: 1920px) {

    .mod_articlelist:not(.dot-nav) ul {
        letter-spacing: 1.92px;
    }

    #spot-repair img {
        /* max-width: 982px; */
    }

        #leistung-details .team-row {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
