/* overpass mono variable */
@font-face {
    font-family: 'Overpass Mono';
    src: url('../fonts/OverpassMono-VariableFont_wght.eot');
    src: url('../fonts/OverpassMono-VariableFont_wght.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OverpassMono-VariableFont_wght.otf') format('otf'),
    url('../fonts/OverpassMono-VariableFont_wght.svg#OverpassMono-VariableFont_wght') format('svg'),
    url('../fonts/OverpassMono-VariableFont_wght.woff') format('woff'),
    url('../fonts/OverpassMono-VariableFont_wght.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/OverpassMono-VariableFont_wght.woff2') format('woff2');
}
/* overpass variable */
@font-face {
    font-family: 'Overpass';
    src: url('../fonts/Overpass-VariableFont_wght.eot');
    src: url('../fonts/Overpass-VariableFont_wght.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Overpass-VariableFont_wght.otf') format('otf'),
    url('../fonts/Overpass-VariableFont_wght.svg#Overpass-VariableFont_wght') format('svg'),
    url('../fonts/Overpass-VariableFont_wght.woff') format('woff'),
    url('../fonts/fonts/Overpass-VariableFont_wght.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Overpass-VariableFont_wght.woff2') format('woff2');
}

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

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

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

:root {
    --color-yellow: #FFED1E;
    --color-blue: #062E52;
    --color-grey: #E5E5E5;
}

html.TextChange-1 .content-wrap p, html.TextChange-1 div#ce_cta ul li, html.TextChange-1 .container em, html.TextChange-1 #ce_person p {
    font-size: 20px;
    line-height: 125%;
    hyphens: auto;
}
html.TextChange-2 .content-wrap p, html.TextChange-2 div#ce_cta ul li, html.TextChange-2 .container em, html.TextChange-2 #ce_person p {
    font-size: 28px;
    line-height: 125%;
    hyphens: auto;
}
html.TextChange-3 .content-wrap p, html.TextChange-3 div#ce_cta ul li, html.TextChange-3 .container em, html.TextChange-3 #ce_person p {
    font-size: 32px;
    line-height: 125%;
    hyphens: auto;
}
html.TextChange-1 h2 {
    font-size: 32px;
    line-height: 100%;
}
html.TextChange-2 h2 {
    font-size: 36px;
    line-height: 100%;
    hyphens: auto;
}
html.TextChange-3 h2 {
    font-size: 40px;
    line-height: 100%;
    hyphens: auto;
}
html.TextChange-3 div#ce_cta ul li:before {
    content: '_';
    position: absolute;
    left: -27px;
    top: -13px;
}
html.TextChange-2 div#ce_cta ul li:before {
    content: '_';
    position: absolute;
    left: -24px;
    top: -9px;
}

html.TextChange-2 #c20721 .col-xl-4 div#ce_imagewidth:first-child,
html.TextChange-3 #c20721 .col-xl-4 div#ce_imagewidth:first-child {
    top: -150px;
}

html.TextChange-2 .mask-container .col-12.col-md-12.col-lg-12.col-xl-4 #ce_imagewidth:first-child,
html.TextChange-3 .mask-container .col-12.col-md-12.col-lg-12.col-xl-4 #ce_imagewidth:first-child {
    top: -90px;
}

html.TextChange-1 .container, html.TextChange-1 .container-lg, html.TextChange-1 .container-md, html.TextChange-1 .container-sm, html.TextChange-1 .container-xl,
html.TextChange-2 .container, html.TextChange-2 .container-lg, html.TextChange-2 .container-md, html.TextChange-2 .container-sm, html.TextChange-2 .container-xl,
html.TextChange-3 .container, html.TextChange-3 .container-lg, html.TextChange-3 .container-md, html.TextChange-3 .container-sm, html.TextChange-3 .container-xl {
    max-width: 1320px;
}

html.TextChange-1 .mask-container .col-12.col-md-12.col-lg-12.col-xl-4 #ce_imagewidth:first-child {
    top: -100px;
}

#c20721 div#ce_imagewidth img {
    height: 465px;
    object-fit: contain;
}

html.TextChange-1 #c20721 div#ce_imagewidth img {
    height: 465px;
    object-fit: contain;
}

.accessibility-button span.material-symbols-outlined {
    font-size: 28px;
}

.accessibility-content {
    width: 48px;
    height: 48px;
}

body, body content header {
    background-color: white;
}

header .header-container {
    margin: auto;
}

header.mh-header.werkstattfinder-header {
    width: 100vw;
}

html {
    width: 100vw !important;
    overflow-x: hidden;
}

div.cc-window{
	height: fit-content;
}

a.werkstattfinder-btn {
    display: inline-flex;
    position: fixed;
    width: auto;
    right: 20px;
    top: 150px;
    border-radius: 10px;
    border: 2px solid #FFF;
    background: var(--color-yellow);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    align-items: center;
    padding: 18px 12px;
    padding-right: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    font-size: 18px;
    text-decoration: none;
    color: black;
    overflow: hidden;
    transition: all 0.3s ease;
    min-height: 67px;
    z-index: 999999999;
}

a.werkstattfinder-btn::before {
    content: '';
    background: url(/fileadmin/user_upload/Werkstattfinder/Werkstattfinder-Logo.svg);
    position: absolute;
    width: 26px;
    height: 40px;
    background-repeat: no-repeat;
    right: 19px;
    z-index: 99;
}

a.werkstattfinder-btn p {
    margin: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

/* Wenn gescrollt wurde */
a.werkstattfinder-btn.scrolled p {
    transform: translateX(100%);
    opacity: 0;
}

/* Optional: wenn du willst, dass das p nach der Animation verschwindet */
a.werkstattfinder-btn.scrolled p.hidden {
    display: none;
}
a.werkstattfinder-btn.scrolled {
    padding-left: 0;
    width: 67px;
    height: 67px;
}

a.werkstattfinder-btn.scrolled p {
    min-width: 200px;
    opacity: 0;
}

a.werkstattfinder-btn::before {
    content: '';
    background: url(/fileadmin/user_upload/Werkstattfinder/Werkstattfinder-Logo.svg);
    position: absolute;
    width: 26px;
    height: 40px;
    background-repeat: no-repeat;
    right: 19px;
}

/* animierbarer Text */
a.werkstattfinder-btn p {
    margin: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: var(--color-blue);
    border: none;
    margin-bottom: 20px;
    text-transform: initial;
}

h3 {
    color: var(--color-blue);
    border: none;
    margin-bottom: 20px;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: initial;
    letter-spacing: 0;
}

h4 {
    font-family: inherit;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--color-blue);
}

.container-full.grid_lightblue {
    background: var(--Gradient-Primary, radial-gradient(50% 50% at 50% 50%, #005EA5 0%, #062E52 99.99%));
}

.container-full.grid_lightblue h1 {
    color: white;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 85px; /* 106.25% */
    margin-bottom: 24px;
}

.container-full.grid_lightblue h2 {
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 67px; /* 111.667% */
    color: white;
}

.container-full.grid_lightblue .col-12.col-md-12.col-lg-12.col-xl-8 {
    padding: 54px 0 40px;
}

.container-full.grid_lightblue p strong {
    color: var(--color-yellow);
    font-family: Overpass;
    font-size: 28px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
}

div#ce_link .yellow-btn {
    background-color: var(--color-yellow);
    border-radius: 10px;
    padding-left: 50px;
    position: relative;
}

div#ce_link .yellow-btn:before {
    content: '';
    position: absolute;
    background: url(/fileadmin/user_upload/Werkstattfinder/arrow.svg);
    width: 20px;
    height: 13px;
    background-repeat: no-repeat;
    left: 20px;
    top: 11px;
}

div#ce_link .yellow-btn a {
    color: #062E52;
    font-family: 'Overpass';
    text-transform: initial;
    line-height: normal;
}

footer .container p a {
    color: var(--White);
    font-family: 'Overpass';
}

.header-container {
    padding-top: 160px;
    padding-bottom: 160px;
    margin: 0;
}

#ce_link .yellow-btn {
    padding: 6px 20px 4px;
}

.logo-container .acautocheck-logo img {
    margin-right: 48px;
}

.container-full.grid_transparent {
    padding: 60px 0;
}

.content-wrap p {
    color: var(--color-blue);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
}

.iconbox-item-inner {
    background: transparent;
    box-shadow: none;
}

.iconbox-element.slick-iconbox {
    margin-top: 64px;
    margin-bottom: 80px;
}

.iconbox-title p {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: var(--color-blue);
    margin-top: 24px;
}

div#ce_imagewidth {
    margin: 0;
}

div#ce_imagewidth img {
    height: auto;
}

.mask-container .col-12.col-md-12.col-lg-12.col-xl-4 {
    position: relative;
}

div#cookieconsent\:window {
    z-index: 99999999999999999999999;
}

.mask-container .col-12.col-md-12.col-lg-12.col-xl-4 #ce_imagewidth:first-child {
    position: absolute;
}

.mask-container .col-12.col-md-12.col-lg-12.col-xl-4 #ce_imagewidth:last-child {
    position: absolute;
    right: -80px;
    top: -40px;
}

.mask-container .col-12.col-md-12.col-lg-12.col-xl-4 #ce_imagewidth:first-child {
    position: absolute;
    left: -80px;
    top: -25px;
}

footer .container p {
    text-align: left;
}

footer .container.d-flex {
    justify-content: space-between;
}

.mask-container {
    margin: 0;
    position: relative;
}

.mask-container:before {
    content: '';
    width: 100%;
    height: 75px;
    background-color: white;
    position: absolute;
    bottom: -75px;
    z-index: 999;
}

footer {
    background-color: var(--color-blue);
}

.cta-container.cta-container-small .row {
    display: block;
    --bs-gutter-x: 0;
}

.cta-container.cta-container-small .row .col-lg-3 {
    width: 100%;
}

div#ce_cta img {
    width: 80px;
    margin-bottom: 16px;
}

.offset_padding {
    padding: 0;
}

div#ce_cta .cta-content.col-lg-9 {
    width: 100%;
    padding: 0;
}

div#ce_cta p.text-right {
    display: none;
}

div#ce_cta {
    border: 0;
    padding: 24px;
    border-radius: 20px;
    margin: 0;
    height: 100%;
    background: linear-gradient(0deg, #FFED1E 0%, #FFF694 100%);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
}

#g20735 .slider-item:hover .slider-image p.leistungen_tooltip {
    display: block;
    position: absolute;
    bottom: -106px;
    background-color: white;
    padding: 10px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
    width: 300px;
    left: -100px;
    top: unset;
}

.tooltip_wrap {
    text-align: center;
    display: none;
}

.tooltip_wrap.hover {
    display: block;
}

div#ce_cta ul {
    padding-left: 1rem;
    list-style-type: none;
}

div#ce_cta ul li {
    position: relative;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
}

div#ce_cta ul li:before {
    content: '_';
    position: absolute;
    left: -14px;
    top: -6px;
}

div#ce_cta .cta-container-small p.cta-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.container em {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 25px; /* 138.889% */
    color: var(--color-blue);
    font-family: inherit;
}

ul.slick-dots {
    position: absolute;
    display: flex;
    flex-direction: row;
    list-style-type: none;
    bottom: -50px;
}

button.slick-arrow {
    background-color: transparent;
    border: transparent;
}

button.slick-prev.slick-arrow {
    position: absolute;
    bottom: -34px;
    left: 374px;
}

button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    width: 24px;
    height: 40px;
}

button.slick-next.slick-arrow:before {
    content: '';
    width: 2.5rem;
    height: 1.5rem;
    right: -10px;
    bottom: 3px;
    position: absolute;
    z-index: 999;
    background-size: 2.375rem;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}

button.slick-prev.slick-arrow:before {
    content: '';
    width: 2.5rem;
    height: 1.5rem;
    left: -9px;
    bottom: 2px;
    position: absolute;
    z-index: 999;
    background-size: 2.375rem;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

button.slick-next.slick-arrow {
    position: absolute;
    bottom: -32px;
    right: 311px;
}

ul.slick-dots button {
    position: relative;
    background-color: transparent;
    color: transparent;
    border: none;
}

ul.slick-dots button:after {
    position: absolute;
    width: 16px;
    height: 16px;
    content: '';
    background-color: #edf3f7;
    border-radius: 100%;
}

.TextChange-1 ul.slick-dots button:after {
    width: 20px;
    height: 20px;
    top: 5px;
}

.TextChange-2 ul.slick-dots button:after {
    width: 22px;
    height: 22px;
    top: 10px;
}

.TextChange-3 ul.slick-dots button:after {
    width: 24px;
    height: 24px;
    top: 20px;
}

ul.slick-dots .slick-active button:after {
    background-color: var(--color-blue);
}

button.slick-next.slick-arrow:before {
    background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/images/accordion-arrow-dark-blue.svg);
}

button.slick-prev.slick-arrow:before {
    background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/images/accordion-arrow-dark-blue.svg);
}

.slider-text .container {
    padding: 0;
}

.slider-item {
    padding: 48px;
    border-radius: 10px;
    border: 1px solid #062E52;
    background: #FFF;
    margin-bottom: 25px;
}

.slider-title h2 {
    font-size: 22px!important;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    color: var(--color-blue) !important;
}

.TextChange-1 .slider-title h2 {
    font-size: 26px!important;
}

.TextChange-2 .slider-title h2 {
    font-size: 32px!important;
}

.TextChange-3 .slider-title h2 {
    font-size: 40px!important;
}

.slider-element .slider-text-rte p {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--color-blue);
}

.slick-slider-leistungen .slider-item {
    padding: 0;
    border: none;
}

.slick-slider-leistungen .slick-slide {
    margin-right: 16px;
    margin-left: 16px;
}

.slick-slider-leistungen img {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 12px;
}
div.leistungen-slider-element.partner-slick-slider div.slider-item div.slider-text div.container div.row.row-slick div.slider-title{
	display:none;
}
.slick-slider-leistungen p {
    hyphens: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;          /* bricht lange Wörter */
    overflow-wrap: break-word;      /* moderne Alternative */
    hyphens: auto;                /* automatische Silbentrennung mit Bindestrich */
}

.mt-2 {
    margin-top: 100px !important;
}

.grid_yellow {
    background-color: var(--color-yellow);
    padding-top: 100px;
    padding-bottom: 100px;
}

.grid_yellow header {
    background-color:transparent;
}

div#c20759, div#c20721, div#c20773 {
    margin-bottom: 20px;
}

div.tx-nnwerkstattfamiliewerkstattsuche #tx_nnwerkstattfamiliewerkstattsuche .td_garageTitle {
    color: var(--color-yellow);
    border-radius: 10px 10px 0 0;
}

div.tx-nnwerkstattfamiliewerkstattsuche #tx_nnwerkstattfamiliewerkstattsuche .td_garageTitle span {
    padding: 0 5px;
    z-index: 99;
    position: relative;
}

.td_garageAddress, .td_garageTime, .td_garageImg {
    background-color: white;
}

.td_garageAddress {
    border-radius: 0 0 0 10px;
}

.td_garageImg {
    border-radius: 0 0 10px 0;
}

#tx_nnwerkstattfamiliewerkstattsuche tr:nth-of-type(2n - 1) td {
    border-top: 20px solid var(--color-yellow);
}

div.tx-nnwerkstattfamiliewerkstattsuche #tx_nnwerkstattfamiliewerkstattsuche .td_garageTitle span.span_garageDistance, div.tx-nnwerkstattfamiliewerkstattsuche #tx_nnwerkstattfamiliewerkstattsuche .td_garageTitle a {
    color: white!important;
}

@media (min-width: 2500px) {
    body, .header-container.scrollMenu {
        max-width: 100vw!important;
    }
}

.partner-slick-slider .slider-item {
    border: none;
    padding: 0;
    border-radius: 0;
}

.zitat-person-container {
    background-color: var(--color-grey);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 80px;
}

.zitat-col {
    padding: 48px;
}

#ce_person p {
    font-size: 18px;
}

.zitat-col .zitat-name {
    margin-top: 32px;
}

.zitat-col .contact_name {
    margin-bottom: 0;
}

.zitat-text {
    position: relative;
    padding-top: 100px;
}

.zitat-text:before {
    content: '';
    background: url(/fileadmin/user_upload/Werkstattfinder/quote.svg);
    position: absolute;
    width: 107px;
    height: 80px;
    top: 0;
}

.container-full.grid_lightblue.header-container .col-12.col-md-12.col-lg-12.col-xl-8 {
    min-height: 380px;
}

.container-full.header-container .col-12.col-md-12.col-lg-12.col-xl-4 {
    position: relative;
}

.container-full.header-container .col-12.col-md-12.col-lg-12.col-xl-4 img {
    position: absolute;
}

.container-full.header-container .col-12.col-md-12.col-lg-12.col-xl-4 img {
    position: absolute;
    width: 421px;
    bottom: -160px;
    left: -70px;
}

.grid_transparent.verticalalign-container {
    position: relative;
}

.grid_transparent.verticalalign-container .col-sm-3 #ce_imagewidth:first-child img {
    position: absolute;
    width: 300px;
    bottom: 0;
}

.grid_transparent.verticalalign-container .col-sm-3 #ce_imagewidth:last-child img {
    position: absolute;
    width: 280px;
    bottom: 0;
}

div#c20773 img {
    width: 421px;
    position: absolute;
    bottom: -31px;
}

.frame-type-text a {
    font-weight: bold;
    color: var(--color-blue);
}

.frame-space-before-medium {
    margin-top: 80px;
}

div[data-uid="20739"] {
    margin-top: 80px;
}

.verticalalign-container em {
    font-size: 28px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
}

.verticalalign-container h2 {
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 67px; /* 111.667% */
    margin-bottom: 40px;
}

.verticalalign-container h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.offset-container {
    min-height: 370px;
    margin-bottom: 20px;
}

.header-container.meisterhaft-container > .row {
    --bs-gutter-x: 1.5rem;
}

.mask-container .col-12.col-md-12.col-lg-12.col-xl-4 #ce_imagewidth:first-child {
    position: absolute;
    left: -80px;
    top: -30px;
    pointer-events: none;
}

h1.h4 {
    display: none;
}

.cc-window.cc-bottom-left, .cc-window.cc-bottom-right {
    overflow: auto;
}

#c20721 div#ce_imagewidth img {
    height: 510px;
    object-fit: contain;
}

#c20721 .col-xl-4 div#ce_imagewidth:first-child {
    top: -100px;
}

.grid_transparent.verticalalign-container .col-sm-3 #ce_imagewidth:first-child img {
    position: absolute;
    width: 450px;
    bottom: -50px;
    right: -100px;
}

.grid_transparent.verticalalign-container .col-sm-3 #ce_imagewidth:first-child img {
    position: absolute;
    width: 270px;
    bottom: -50px;
}

.grid_transparent.verticalalign-container .col-sm-3 #ce_imagewidth:last-child img {
    position: absolute;
    width: 220px;
    bottom: -60px;
    left: -250px;
}

.accessibility-content {
    bottom: 5px;
    left: 5px;
    z-index: 99999;
}

.contrast-on .mh-header .scrollMenu {
    background-color: white;
}

div#c714 .content-wrap img {
    max-width: 500px;
}

.content-wrap div#c20810 img {
    width: 100px;
}

.content-wrap div#c20811 img, .content-wrap div#c20812 img {
    width: 50px;
}

.contrast-on div#c714 ul li {
    color: white;
}

.slick-dots li {
    padding-left: 5px;
}

div.tx-nnwerkstattfamiliewerkstattsuche #tx_nnwerkstattfamiliewerkstattsuche .td_garageTitle span.span_garageRoute {
    float: right;
    padding-right: 50px;
    margin-right: 0;
    border-radius: 0 10px 0 0;
}


div#c20779 p a:first-child {
    margin-right: 24px;
}

div.tx-nnwerkstattfamiliewerkstattsuche #tx_nnwerkstattfamiliewerkstattsuche .td_garageTitle span.span_garageName {
    margin-left: 0;
    padding-left: 0.6em;
    border-radius: 10px 0 0 0;
}

div.tx-nnwerkstattfamiliewerkstattsuche #tx_nnwerkstattfamiliewerkstattsuche .td_garageTitle {
    background-color: transparent;
}

div.tx-nnwerkstattfamiliewerkstattsuche #tx_nnwerkstattfamiliewerkstattsuche .td_garageTitle {
    position: relative;
    background-color: #062E52;
    padding: 20px 0;
}

.slider_pause.pause_trigger {
    height: 34px;
    display: flex;
    justify-content: center;
}

.slider_pause.pause_trigger div {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #E5E5E5;
    cursor: pointer;
    position: relative;
}

.slider_pause.pause_trigger div:before {
    content: '';
    width: 10px;
    height: 14px;
    background: url(/fileadmin/user_upload/Werkstattfinder/pause.svg);
    position: absolute;
    left: 12px;
    top: 10px;
    pointer-events: none;
}

.slider_pause.pause_trigger.play_icon div:before {
    background: url(/typo3conf/ext/atr_frontend/Resources/Public/images/accordion-arrow-dark-blue.svg);
    z-index: 9999999;
    background-size: 22px;
    transform: rotate(-90deg);
    width: 22px;
    left: 7px;
}

.frame-type-text a:hover {
    text-decoration: inherit;
}

footer .container p a:hover {
    text-decoration: inherit;
}

div#g20766 div:nth-child(2) .slider_pause {
    display: none;
}

div.tx-nnwerkstattfamiliewerkstattsuche #gs_warning #span_warning_submit, div.tx-nnwerkstattfamiliewerkstattsuche #gs_form_submit {
    background-color: #062E52;
}

div.tx-nnwerkstattfamiliewerkstattsuche #tx_nnwerkstattfamiliewerkstattsuche caption {
    font-size: 2em;
    font-weight: bold;
    padding: 1.0em 0;
    text-align: center;
    width: 100%;
    text-transform: inherit;
    font-family: Overpass;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: left;
    color: #062E52;
}

div.tx-nnwerkstattfamiliewerkstattsuche input.input_garageSearch {
    width: 100%;
}

div#div_ortinput {
    width: 43%;
    font-size: 18px;
    text-align: left;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 166.667% */
}

div.tx-nnwerkstattfamiliewerkstattsuche #div_radiusSelectBox {
    width: 34%;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 166.667% */
    text-align: left;
    padding-left: 8px;
}

#gs_form_submit {
    width: 34% !important;
    /* height: 41px !important; */
}

div#div_radiusSelectBox select {
    width: 96%;
    padding: 6px 16px 7px;
    font-size: 18px;
    border-radius: 5px;
    border: 2px solid #062E52;
	height:42px;
}

div#div_radiusSelectBox {
    text-align: left;
}

div.tx-nnwerkstattfamiliewerkstattsuche input.input_garageSearch {
    width: 100%;
    font-size: 18px;
    border: 2px solid #062E52;
    padding: 8px 16px;
    line-height: 18px;
    height: auto;
    border-radius: 5px;
}

span.span_garageEmail a, .garageWrapInner span.span_webGarage a {
    font-size: 18px;
    color: #062E52!important;
    font-weight: 700;
}

.td_garageAddress > span, .td_garageAddress > span a, .td_garageAddress, .td_garageTime, .td_garageTime span{
    color: #062E52 !important;
    font-weight: 400!important;
    font-style: normal!important;
    font-family: Overpass!important;
    text-align: left;
    font-size: 18px;
}

.td_garageAddress > span a {
    font-weight: 700!important;
}

div#tx_nnwerkstattfamiliewerkstattsuche {
    text-align: left;
}

div#tx_nnwerkstattfamiliewerkstattsuche > h3 {
    margin-top: 64px;
}

div.tx-nnwerkstattfamiliewerkstattsuche {
    margin-top: 0;
}

div.tx-nnwerkstattfamiliewerkstattsuche #tx_nnwerkstattfamiliewerkstattsuche .td_garageAddress span.span_webGarage {
    margin-right: 50px;
    display: inline-block;
}

div.tx-nnwerkstattfamiliewerkstattsuche #gs_form_submit {
    max-width: inherit;
    text-transform: inherit;
}

div.tx-nnwerkstattfamiliewerkstattsuche label {
    margin-right: 0;
}

div.tx-nnwerkstattfamiliewerkstattsuche #gs_form_submit {
    margin-top: 32px;
    font-family: Overpass;
    cursor: pointer;
	height:42px;
}

div.tx-nnwerkstattfamiliewerkstattsuche #tx_nnwerkstattfamiliewerkstattsuche .td_garageTitle span.span_garageName {
    font-size: 22px;
}

.td_garageTitle span, .td_garageTitle span a {
    font-family: Overpass !important;
}

table#tx_nnwerkstattfamiliewerkstattsuche span, table#tx_nnwerkstattfamiliewerkstattsuche span a, strong {
    font-family: 'Overpass';
}

div#div_radiusSelectBox p {
    margin: 0;
    min-height: 33px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 166.667% */
    text-align: left;
    font-family: Overpass;
}

div#div_ortinput label {
    min-height: 32px;
    font-family: Overpass;
    color: #062e52;
}

.contrast-on div#div_ortinput label {
    color: white;
}

h1, h2, h3, h4, h5, p, ul, ul li {
    font-family: Overpass;
}

span.span_garageRoute {
    position: relative;
}

.td_garageTitle span.span_garageRoute:before {
    content: '';
    width: 21px;
    height: 21px;
    position: absolute;
    right: 15px;
    top: 5px;
    background: url(/fileadmin/user_upload/Werkstattfinder/external-link.svg);
    z-index: 999999;
    background-size: 21px;
    background-repeat: no-repeat;
}

span.span_webGarage {
    position: relative;
}

.garageWrapInner span.span_webGarage:before {
    content: '';
    width: 21px;
    height: 21px;
    position: absolute;
    right: 0;
    top: 4px;
    background: url(/fileadmin/user_upload/Werkstattfinder/external-link-white.svg);
    z-index: 99;
    background-size: 21px;
    background-repeat: no-repeat;
}

span.span_garageRoute, span.span_garageDistance {
    font-size: 18px;
}

div#g20751 .col-12 {
    padding: 0;
}

div.tx-nnwerkstattfamiliewerkstattsuche #tx_nnwerkstattfamiliewerkstattsuche .td_garageTitle span.span_garageName {
    font-size: 22px;
    width: 600px;
    text-align: left;
    font-weight: 700;
}

.gm-style .gm-style-iw {
    font-weight: 400;
    font-size: 16px;
}

.garageWrapInner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 20px 20px 40px;
    background-color: white;
    border-radius: 0 0px 10px 10px;
}

.garageWrapInner .td_garageAddress {
    grid-column: 1;
    grid-row: 1;
}

.garageWrapInner .garageLinks {
    grid-column: 1;
    grid-row: 2;
}

.garageWrapInner .td_garageTime {
    grid-column: 2;
    grid-row: 1;
}

.garageWrapInner .td_garageImg {
    grid-column: 3;
    grid-row: 1;
}

.garageWrap {
    margin-bottom: 32px;
}

.garageWrap .td_garageTitle {
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.garageWrap .td_garageTitle span.span_garageName {
    order: 0;
}
.garageWrap .td_garageTitle span.span_garageDistance {
    order: 1;
}
.garageWrap .td_garageTitle span.span_garageRoute {
    order: 2;
}

.garageWrap .td_garageTitle .span_garageName {
    display: block;
}

.garageLinks .span_webGarage:nth-child(3) {
    text-align: left;
}

span.span_webGarage {
    position: relative;
    text-align: right;
    padding-right: 30px;
}

.garageWrapInner .garageLinks {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.TextChange-1 div.tx-nnwerkstattfamiliewerkstattsuche #gs_form_submit, .TextChange-2 div.tx-nnwerkstattfamiliewerkstattsuche #gs_form_submit, .TextChange-3 div.tx-nnwerkstattfamiliewerkstattsuche #gs_form_submit {
    padding: 0;
}

.TextChange-3 div.tx-nnwerkstattfamiliewerkstattsuche #gs_form_submit {
    line-height: 48px;
}

.TextChange-1 .td_garageAddress > span, .TextChange-1 .td_garageAddress > span a, .TextChange-1 .td_garageAddress, .TextChange-1 .td_garageTime, .TextChange-1 .td_garageTime span {
    line-height: 150%;
    font-size: 24px;
}

.TextChange-2 .td_garageAddress > span, .TextChange-2 .td_garageAddress > span a, .TextChange-2 .td_garageAddress, .TextChange-2 .td_garageTime, .TextChange-2 .td_garageTime span {
    line-height: 150%;
    font-size: 24px;
}

.TextChange-3 .td_garageAddress > span, .TextChange-3 .td_garageAddress > span a, .TextChange-3 .td_garageAddress, .TextChange-3 .td_garageTime, .TextChange-3 .td_garageTime span {
    line-height: 150%;
    font-size: 28px;
}

.TextChange-1 span.span_garageEmail a, .TextChange-1 .garageWrapInner span.span_webGarage a {
    font-size: 24px;
}

.TextChange-2 span.span_garageEmail a, .TextChange-2 .garageWrapInner span.span_webGarage a {
    font-size: 24px;
}

.TextChange-3 span.span_garageEmail a, .TextChange-3 .garageWrapInner span.span_webGarage a {
    font-size: 28px;
}

.TextChange-1 div.tx-nnwerkstattfamiliewerkstattsuche #tx_nnwerkstattfamiliewerkstattsuche .td_garageTitle span.span_garageName,
.TextChange-2 div.tx-nnwerkstattfamiliewerkstattsuche #tx_nnwerkstattfamiliewerkstattsuche .td_garageTitle span.span_garageName,
.TextChange-3 div.tx-nnwerkstattfamiliewerkstattsuche #tx_nnwerkstattfamiliewerkstattsuche .td_garageTitle span.span_garageName {
    line-height: 125%;
}

.TextChange-1 .td_garageTitle span.span_garageRoute:before {
    top: 8px;
}

.TextChange-2 .td_garageTitle span.span_garageRoute:before {
    top: 15px;
}

.TextChange-3 .td_garageTitle span.span_garageRoute:before {
    top: 20px;
}

.TextChange-1 .garageWrapInner span.span_webGarage:before {
    top: 12px;
}

.TextChange-2 .garageWrapInner span.span_webGarage:before {
    top: 20px;
}

.TextChange-3 .garageWrapInner span.span_webGarage:before {
    top: 25px;
}

.TextChange-2 .td_garageAddress, .TextChange-2 .td_garageTime, .TextChange-3 .td_garageAddress, .TextChange-3 .td_garageTime, .TextChange-2 .td_garageImg, .TextChange-3 .td_garageImg {
    padding: 20px 0;
}

.TextChange-1 div.tx-nnwerkstattfamiliewerkstattsuche #tx_nnwerkstattfamiliewerkstattsuche .td_garageTitle span.span_garageName, .TextChange-1 .span_garageDistance, .TextChange-1 .span_garageRoute a {
    font-size: 24px;
}

.TextChange-2 div.tx-nnwerkstattfamiliewerkstattsuche #tx_nnwerkstattfamiliewerkstattsuche .td_garageTitle span.span_garageName, .TextChange-2 .span_garageDistance, .TextChange-2 .span_garageRoute a {
    font-size: 28px;
}

.TextChange-3 div.tx-nnwerkstattfamiliewerkstattsuche #tx_nnwerkstattfamiliewerkstattsuche .td_garageTitle span.span_garageName, .TextChange-3 .span_garageDistance, .TextChange-3 .span_garageRoute a {
    font-size: 32px;
}

.person-image, .person-image img {
    height: 100%;
    object-fit: cover;
}

#g20777 .col-12.slick-initialized.slick-slider.slick-dotted {
    padding-bottom: 20px;
    margin-bottom: 30px;
}

div#g20777 ul.slick-dots li button:after {
    left: 2px;
}

.contrast-on .zitat-person-container * {
    color: black!important;
}

#g20735 .slider-title {
    padding: 0;
}

#g20735 .slider-image p.leistungen_tooltip {
    display: none;
}

#g20735 .slider-image {
    position: relative;
}

#g20735 .slider-item:hover .slider-image p.leistungen_tooltip {
    display: block;
}

.slick-track.no-transition {
    transition: none !important;
}

.logo-container.container {
    display: flex;
}

.acautocheck-logo-wrap {
    margin-right: 48px;
}

.meisterhaft-logo-wrap img {
    background-color: #ffffffb3;
    padding: 5px;
}

.acautocheck-logo-wrap img {
    margin-right: 0 !important;
    /* background-color: white; */
    padding: 5px;
	width:150px;
}
footer div.footer-logo-container div.meisterhaft-logo-wrap a.meisterhaft-logo img{
	min-width:204px;
}
.footer-logo-container.logo-container.container {
    padding: 5px;
    margin-top: 20px;
}

.meisterhaft-content footer > .container.footer-logo-container {
	display: flex!important;
	/* justify-content: space-between; */
	align-items:center;
}

@media(max-width: 1440px) {
    .container-full.header-container .col-12.col-md-12.col-lg-12.col-xl-4 img {
        position: initial;
        width: auto;
    }

    .header-container {
        padding-top: 100px;
        padding-bottom: 0;
    }

    .container-full.grid_lightblue.header-container .col-12.col-md-12.col-lg-12.col-xl-8 {
        min-height: auto;
    }

    .mask-container .col-12.col-md-12.col-lg-12.col-xl-4 #ce_imagewidth:last-child, .mask-container .col-12.col-md-12.col-lg-12.col-xl-4 #ce_imagewidth:first-child {
        position: initial;
    }

    .mask-container .two-col .col-xl-4 * {
        height: auto;
    }

    div#ce_imagewidth img {
        width: auto;
    }

    .mask-container:before {
        content: none;
    }

    div#ce_person .col-md-8 {
        width: 70%;
    }

    div#ce_person .col-md-4 {
        width: 30%;
    }

    div#c20711 img {
        width: 300px;
    }
}

@media(max-width: 1440px) and (min-width: 1201px) {
    div#c20773 img {
        width: 400px;
    }
}

@media(max-width: 1200px) {
    div#c20773 img {
        position: initial;
    }

    div#ce_person .col-md-8 {
        width: 65%;
    }

    div#ce_person .col-md-4 {
        width: 35%;
    }

    div.tx-nnwerkstattfamiliewerkstattsuche #tx_nnwerkstattfamiliewerkstattsuche .td_garageTitle span.span_garageName {
        width: 100%;
        padding-left: 16px;
    }

    div.tx-nnwerkstattfamiliewerkstattsuche #tx_nnwerkstattfamiliewerkstattsuche .td_garageTitle {
        flex-wrap: wrap;
    }

    div.tx-nnwerkstattfamiliewerkstattsuche #tx_nnwerkstattfamiliewerkstattsuche .td_garageTitle span.span_garageRoute {
        float: unset;
        padding-left: 16px;
    }

    div.tx-nnwerkstattfamiliewerkstattsuche #tx_nnwerkstattfamiliewerkstattsuche .td_garageTitle span.span_garageDistance {
        width: 100%;
        padding-left: 16px;
    }

    .TextChange-2 footer .container.d-flex, .TextChange-3 footer .container.d-flex {
        flex-direction: column;
        text-align: center;
    }
}

@media(max-width: 991px) {
    .person-image, .person-image img {
        height: auto;
        object-fit: inherit;
    }

    .td_garageImg {
        display: none;
    }
    .garageWrapInner > div {
        width: 50%;
    }
    .offset_padding .col-12.col-md-12.col-lg-4 {
        margin-bottom: 24px;
    }

    button.slick-next.slick-arrow {
        right: 220px;
    }

    button.slick-prev.slick-arrow {
        left: 264px;
    }

    #ce_person .d-flex {
        flex-wrap: wrap;
    }

    div#ce_person .col-md-8 {
        width: 100%;
        order: 1;
    }

    div#ce_person .col-md-4 {
        width: 100%;
        order: 0;
    }

    #ce_person img {
        max-width: 390px;
    }

    .garageWrapInner {
        grid-template-columns: 1fr 1fr;
    }

    .garageWrapInner > div {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .zitat-person-container > .d-flex {
        flex-wrap: wrap;
    }
    .zitat-person-container > .d-flex > .col-md-8 {
        order: 2;
    }
    .zitat-person-container > .d-flex > .col-md-4 {
        order: 1;
    }
    button.slick-prev.slick-arrow {
        top: unset;
        background-color: transparent !important;
        border-radius: 0;
        bottom: -31px;
        left: 40px;
    }

    button.slick-next.slick-arrow {
        top: unset;
        background-color: transparent !important;
        border-radius: 0;
        bottom: -42px;
        left: unset;
        right: 20px;
    }
    .slider-item {
        padding: 24px 12px;
    }
    .slider-element .slider-text-rte p {
        font-size: 18px;
        line-height: 24px;
    }
    .slider-element .slider-title h2 {
        font-size: 18px!important;
        line-height: 24px;
    }
    .slider-text-title {
        display: none;
    }

    ul.slick-dots {
        padding: 0;
    }

    button.slick-next.slick-arrow:before, button.slick-prev.slick-arrow:before {
        background-size: 2.375rem;
    }

    div#ce_person img {
        width: 100%;
        height: auto;
        max-height: initial;
        border-radius: 0;
    }
    footer .container.d-flex {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    footer .container.d-flex p {
        text-align: center;
        margin-bottom: 24px;
    }
    footer .container.d-flex p:last-child {
        margin: 0;
    }
    .container-full.grid_lightblue p strong {
        font-size: 22px;
    }
    .container-full.grid_lightblue h2 {
        font-size: 38px;
        line-height: 43px;
    }
    .container-full.grid_lightblue h1 {
        color: white;
        font-size: 53px;
        font-style: normal;
        font-weight: 700;
        line-height: 58px;
        margin-bottom: 24px;
    }
    h2 {
        font-size: 22px;
        line-height: 26px;
    }
    .content-wrap p {
        font-size: 16px;
        line-height: 24px;
    }
    .TextChange-1 .content-wrap p {

    }
    .TextChange-2 .content-wrap p {

    }
    .TextChange-3 .content-wrap p {

    }
    .iconbox-title p {
        font-size: 22px!important;
        line-height: 26px!important;
    }
    .TextChange-1 .slider-text-rte p {
        font-size: 24px!important;
    }
    .TextChange-2 .slider-text-rte p {
        font-size: 32px!important;
        line-height: 100% !important;
    }
    .TextChange-3 .slider-text-rte p {
        font-size: 40px!important;
        line-height: 100% !important;
    }
    .container-full.grid_lightblue h2 {
        font-size: 38px;
        line-height: 43px;
    }
    .container em {
        font-size: 16px;
    }
    h4 {
        font-size: 22px;
        margin-bottom: 24px;
    }
    h3 {
        font-size: 32px;
        line-height: 37.5px;
    }
    div#ce_cta ul li {
        font-size: 16px;
        line-height: 24px;
    }
    div#ce_cta .cta-container-small p.cta-title {
        font-size: 22px;
    }
    .iconbox-element.slick-iconbox .iconbox-image {
        text-align: center;
    }
    .iconbox-element.slick-iconbox img.img-fluid.lazyload.iconbox-image.pic-slick {
        width: 120px;
        height: 120px;
        margin: auto;
    }
    div#ce_link .yellow-btn {
        font-size: 16px;
    }
    .footer-navigation-resp {
        display: none;
    }

    header .header-container img {
        width: auto;
    }

    header .header-container {
        padding: 16px 12px;
    }

    .logo-container.container {
        display: flex;
        justify-content: space-between;
    }

    .container-full.header-container .col-12.col-md-12.col-lg-12.col-xl-4 img {
        position: inherit;
    }

    .grid_transparent.verticalalign-container .col-sm-9, .grid_transparent.verticalalign-container .col-sm-3 {
        width: 100%;
        display: flex;
    }

    .grid_transparent.verticalalign-container .col-sm-3 #ce_imagewidth:first-child img, .grid_transparent.verticalalign-container .col-sm-3 #ce_imagewidth:last-child img {
        position: inherit;
    }

    .grid_transparent.verticalalign-container .col-sm-3 #ce_imagewidth:first-child {
        order: 1;
    }

    .grid_transparent.verticalalign-container .col-sm-3 #ce_imagewidth:last-child {
        order: 0;
    }

    .iconbox-item-inner {
        height: auto;
    }

    .iconbox-image {
        width: 100%;
        margin-left: 0;
    }

    a.werkstattfinder-btn {
        top: unset;
        bottom: 150px;
        z-index: 9999;
    }

    div#c20759 img, div#c20773 img, div#c20711 img {
        position: initial;
        max-width: 100%;
    }

    div#c20747 .col-sm-3 #ce_imagewidth:last-child {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    div#g20735 {
        padding-bottom: 0;
    }

    .inner-accessibility-content {
        left: 5rem;
        right: unset;
        z-index: 99999999;
    }

    div#div_ortinput label {
        min-height: 60px;
    }

    div.tx-nnwerkstattfamiliewerkstattsuche #gs_form_submit {
        margin-top: 16px;
    }

    header .header-container .acautocheck-logo img {
        width: 72px;
    }

    header .header-container a.meisterhaft-logo img {
        width: 165px;
        margin-right: 0;
    }

    div#div_ortinput, div.tx-nnwerkstattfamiliewerkstattsuche #div_radiusSelectBox, div.tx-nnwerkstattfamiliewerkstattsuche #gs_form_submit {
        width: 100% !important;
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }

    /* div.tx-nnwerkstattfamiliewerkstattsuche form {
        display: block;
    } */

    div#div_radiusSelectBox select {
        width: 100%;
    }

    div.tx-nnwerkstattfamiliewerkstattsuche #div_radiusSelectBox {
        height: auto;
    }

    div#div_ortinput input {
        margin-bottom: 16px;
        margin-top: 12px;
    }

    div#div_radiusSelectBox p, div#div_ortinput label {
        min-height: auto;
        font-size: 16px;
        line-height: 150%;
    }

    div.tx-nnwerkstattfamiliewerkstattsuche {
        margin: 0;
    }

    .zitat-text:before {
        content: '';
        background: url(/fileadmin/user_upload/Werkstattfinder/quote.svg);
        position: absolute;
        width: 54px;
        height: 40px;
        top: 0;
        background-size: 54px;
    }

    .zitat-text {
        padding-top: 54px;
    }

    .zitat-col {
        padding: 16px;
    }

    .zitat-col .zitat-name {
        margin-top: 16px;
    }

    #ce_person {
        margin-bottom: 0;
    }

    .container-full.grid_lightblue .col-12.col-md-12.col-lg-12.col-xl-8 {
        padding: 64px 0 32px;
    }

    .content-wrap > .header-container {
        padding-top: 0;
    }

    .verticalalign-container h2 {
        font-size: 38px;
        line-height: 43px;
        margin-bottom: 24px;
    }

    .verticalalign-container h3 {
        font-size: 22px;
        line-height: 26px !important;
    }

    div#c20779 p a:first-child {
        width: 100%;
        display: block;
        margin-bottom: 16px;
        margin-right: 0;
    }

    .zitat-person-container {
        margin-top: 60px;
    }

    .container-full.grid_transparent {
        padding: 48px 0;
    }

    div.tx-nnwerkstattfamiliewerkstattsuche #tx_nnwerkstattfamiliewerkstattsuche caption {
        font-size: 32px;
        line-height: 37.5px;
        padding-bottom: 0;
    }

    .grid_yellow {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .meisterhaft-content .header-container {
        margin: 0;
    }

    .iconbox-element.slick-iconbox {
        margin-top: 16px;
        padding: 0;
    }

    .iconbox-element > .row .iconbox-item-inner {
        margin: 0;
        margin-bottom: 16px;
    }

    .iconbox-element.slick-iconbox {
        margin-bottom: 0;
    }

    div#c20759, div#c20721, div#c20773 {
        margin-bottom: 0;
    }

    .frame-space-before-medium {
        margin-top: 48px;
    }

    .offset_padding .col-12.col-md-12.col-lg-4 {
        padding-left: 0;
        padding-right: 0;
    }

    div#ce_cta ul li {
        margin-bottom: 6px;
    }

    div#ce_cta {
        padding-bottom: 0;
    }

    .mb-1 {
        margin-bottom: 0!important;
    }

    div#g20735 {
        padding-top: 0px;
    }

    .slick-slider-leistungen .slick-slide {
        margin-right: 8px;
        margin-left: 8px;
        margin-bottom: 0;
    }

    div[data-uid="20739"] {
        margin-top: 48px;
    }

    div#ce_cta .cta-container-small p.cta-title {
        font-size: 22px!important;
    }

    .slider_pause.pause_trigger div:before {
        content: '';
        width: 18px;
        height: 24px;
        background: url(/fileadmin/user_upload/Werkstattfinder/pause.svg);
        position: absolute;
        left: 16px;
        top: 13px;
        pointer-events: none;
        background-size: 16px;
        background-repeat: no-repeat;
    }

    .slider_pause.pause_trigger {
        height: 48px;
    }

    .slider_pause.pause_trigger div {
        width: 48px;
        height: 48px;
    }

    .slider_pause.pause_trigger.play_icon div:before {
        background-repeat: no-repeat;
        background-size: 30px;
        width: 42px;
        left: 7px;
        top: 8px;
    }

    .mb-2 {
        margin-bottom: 98px!important;
    }

    .grid_transparent.verticalalign-container .col-sm-3 #ce_imagewidth:first-child img {
        margin-right: -50px;
    }

    #c20721 div#ce_imagewidth img {
        object-fit: contain;
        max-width: 100%;
    }

    div#g20766 {
        padding-top: 0!important;
    }

    .garageWrapInner {
        flex-wrap: wrap;
    }

    .garageWrapInner > div {
        width: 100%;
    }

    .garageWrapInner span.span_webGarage {
        float: unset!important;
    }

    span.span_garageEmail {
        float: unset;
    }

    .garageWrapInner span.span_webGarage:nth-child(13) {
        margin-top: 8px;
    }

    .garageWrapInner {
        display: flex;
        flex-direction: column;
    }

    .garageWrapInner .td_garageAddress {
        order: 0;
    }

    .td_garageTime {
        order: 1;
    }

    .garageLinks {
        order: 2;
    }

    .garageWrapInner .garageLinks {
        display: flex;
        flex-direction: column;
        text-align: left;
    }

    .garageWrapInner .garageLinks span {
        text-align: left;
        width: 140px;
    }

    .garageWrapInner .td_garageAddress {
        margin-bottom: 24px;
    }

    .garageWrapInner .td_garageTime {
        margin-bottom: 24px;
    }

    button.slick-next.slick-arrow:before {
        top: 0;
    }

    button.slick-next.slick-arrow:before {
        top: -1px;
        left: -20px;
    }

    .TextChange-3 button.slick-next.slick-arrow:before {
        top: -10px;
        left: -20px;
    }

    .TextChange-1 .grid_yellow, .TextChange-2 .grid_yellow, .TextChange-3 .grid_yellow {
        padding: 48px 12px;
    }

    .TextChange-3 .garageWrapInner .garageLinks span {
        width: 150px;
    }

    .garageLinks .span_garageEmail {
        width: auto!important;
    }

    .TextChange-3 .slider-element .slider-title h2 {
        font-size: 40px!important;
    }

    .TextChange-3 ul.slick-dots {
        bottom: -70px;
    }

    .TextChange-3  button.slick-prev.slick-arrow:before {
        left: 0;
        bottom: -12px;
    }

    html.TextChange-1 #ce_person p {
        font-size: 24px!important;
        line-height: 125%!important;
    }

    html.TextChange-2 #ce_person p {
        font-size: 28px!important;
        line-height: 125%!important;
    }

    html.TextChange-3 #ce_person p {
        font-size: 32px!important;
        line-height: 125%!important;
    }

    div#g20777 .col-12, div#g20763 .col-12, div#c20747 .col-12, div#g20726 .col-12, div#g20715 .col-12 {
        padding: 0;
    }

    .TextChange-1 div#g20763 .col-12, .TextChange-1 div#c20747 .col-12, .TextChange-1 div#g20726 .col-12, .TextChange-1 div#g20715 .col-12,
    .TextChange-2 div#g20763 .col-12, .TextChange-2 div#c20747 .col-12, .TextChange-2 div#g20726 .col-12, .TextChange-2 div#g20715 .col-12,
    .TextChange-3 div#g20763 .col-12, .TextChange-3 div#c20747 .col-12, .TextChange-3 div#g20726 .col-12, .TextChange-3 div#g20715 .col-12 {
        padding: 12px;
    }

    .iconbox-element > .row {
        padding: 0;
    }

    div#g20726 .container.offset_padding > .row, .TextChange-1 div#c20759 .row,
    .TextChange-2 div#c20759 .row, .TextChange-3 div#c20759 .row, .TextChange-1 div#c20721 > .row,
    .TextChange-2 div#c20721 > .row,.TextChange-3 div#c20721 > .row, .TextChange-1 div#c20711 > .row, .TextChange-2 div#c20711 > .row, .TextChange-3 div#c20711 > .row,
    .TextChange-1 div#c20773 > .row, .TextChange-2 div#c20773 > .row, .TextChange-3 div#c20773 > .row {
        margin: 0;
    }

    .TextChange-1 div#g20777 .container .container > .row, .TextChange-2 div#g20777 .container .container > .row,
    .TextChange-3 div#g20777 .container .container > .row, .TextChange-1 div#g20777 > .container > .row,
    .TextChange-2 div#g20777 > .container > .row, .TextChange-3 div#g20777 > .container > .row {
        margin: 0;
    }

    div#g20777 .container .container .row {
        margin: 0;
    }

    .meisterhaft-content footer > .container.footer-logo-container {
        display: flex!important;
        justify-content: space-between;
		align-items:center;
    }

    .footer-logo-container.logo-container.container {
        margin-top: 20px;
    }
}

@media(max-width: 501px) {

    #c20721 div#ce_imagewidth img {
        height: auto;
    }

    div.tx-nnwerkstattfamiliewerkstattsuche #gs_form_submit {
        margin-top: 20px;
    }

    .TextChange-1 .inner-accessibility-content {
        padding: 10px;
    }
    .TextChange-2 .inner-accessibility-content {
        padding: 5px;
    }
    .TextChange-3 .inner-accessibility-content {
        padding: 5px;
        left: 0;
    }
}

@media(max-width: 550px) {
    .grid_transparent.verticalalign-container .col-sm-3 #ce_imagewidth:first-child {
        order: 0;
        position: absolute;
        right: 0px;
        bottom: -120px;
        z-index: -1;
    }

    .inner-accessibility-content {
        left: 49px;
        right: unset;
        z-index: 99999999;
    }

    .footer-logo-container.logo-container.container {
        padding: 5px 50px;
    }
}
@media(max-width: 501px){
	footer div.footer-logo-container.logo-container.container{
		flex-direction: column;
	}
	footer div.footer-logo-container.logo-container.container div.acautocheck-logo-wrap{
		margin-right:0;
	}
	
}
@media(max-width: 414px) {
    .iconbox-title p {
        padding: 0;
    }

    button.slick-next.slick-arrow {
        right: 10px;
    }

    button.slick-prev.slick-arrow {
        left: 10px;
    }
}