:root {
    --White: #FFFFFF;
    --Blue: #005DA5;
    --Lightgrey: #EDF3F7;
    --Yellow: #F1CA00;
    --Gold: #C97600;
    --Black: #4D4D4D;
    --Grey: #444;

    --Footer-Blue: rgb(34,114,183);
    --Footer-Lightblue: rgba(34,114,183,1) 25%;
    --Footer-Darkblue: rgba(10,81,139,1) 100%;

    --Box-Shadow-Blue: #005da54d;
    --Box-Shadow-Grey: #4D4D4D4D;

    --bs-body-font-size: 1rem;
}

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

a {
    color: var(--Blue);
}

html {
    font-size: 16px;
}

html.TextChange-1 {
    font-size: 20px;
}

html.TextChange-2 {
    font-size: 26px;
}

html.TextChange-3 {
    font-size: 32px;
}
div.cc-compliance a.cc-btn.cc-allow,
div.cc-compliance a.cc-btn.cc-deny{
	color: var(--Yellow) !important;
}
/* Roboto regular */

@font-face {
    font-family: "Roboto";
    src: url("/typo3conf/ext/atr_frontend/Resources/Public/fonts/Roboto/Roboto-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Roboto italic */

@font-face {
    font-family: "Roboto";
    src: url('/typo3conf/ext/atr_frontend/Resources/Public/fonts/Roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* Roboto bold */

@font-face {
    font-family: "Roboto";
    src: url('/typo3conf/ext/atr_frontend/Resources/Public/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Caveat Brush regular */

@font-face {
    font-family: "CaveatBrush";
    src: url("/typo3conf/ext/atr_frontend/Resources/Public/fonts/Caveat Brush/CaveatBrush-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 700;
    src:url('/typo3conf/ext/atr_frontend/Resources/Public/fonts/GoogleFont/MaterialIconsOutlined-Regular.otf') format('opentype');
    font-display: swap;
}

span.material-symbols-outlined {
    color: var(--White);
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    pointer-events: none;
}

.accessibility-content {
    position: fixed;
    bottom: 0rem;
    left: 0rem;
    width: 3rem;
    height: 3rem;
    text-align: center;
    padding: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    background-color: var(--Blue);
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0.75rem 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 0.75rem 0 rgb(0 0 0 / 20%);
}

.inner-accessibility-content {
    position: absolute;
    left: 5rem;
    bottom: 0;
    background-color: var(--White);
    color: var(--Dark);
    padding: 1rem;
    -webkit-box-shadow: 0 0 0.75rem 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 0.75rem 0 rgb(0 0 0 / 20%);
    display: none;
}

@media(max-width: 767px) {
    .accessibility-content {
        right: 0.2rem;
		left: unset;
		bottom: 3rem;
    }

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

.open .inner-accessibility-content {
    display: block;
}

div.text-add, div.text-minus {
    cursor: pointer;
}

.contrast {
    cursor: pointer;
}

.contrast.active > * {
    color: var(--Blue);
}

div.text-add.greyscale, div.text-minus.greyscale {
    cursor: inherit;
}

.inner-accessibility-content span {
    color: var(--Dark);
    margin-right: 0.25rem;
}

.accessibility-content .accessibility-button {
    cursor: pointer;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 4px solid var(--White);
    border-radius: 100%;
}

.inner-accessibility-content span.text-add {
    margin-left: 0.5rem;
    margin-right: 0.25rem;
}

.inner-accessibility-content .greyscale span {
    opacity: 0.3;
}

.inner-accessibility-content span.text-minus {
    margin-right: 0;
}

.inner-accessibility-content > div {
    display: flex;
    margin-bottom: 1rem;
}

.text-size {
    height: 1.5rem;
}

.inner-accessibility-content > div:last-child {
    margin-bottom: 0;
}

* {
    font-family: "Roboto";
}

@media (min-width: 768px) {
    .col-md-20 {
        width: 20%;
        flex: 0 0 auto;
    }
}

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

.mb-2 {
    margin-bottom: 9.375rem!important;
}

.mb-3 {
    margin-bottom: 12.5rem!important;
}

.mb-4 {
    margin-bottom: 15.625rem!important;
}

.mb-5 {
    margin-bottom: 18.75rem!important;
}

a.partnernet-logo {
    width: 70%;
    margin-top: 1rem;
}

.scrollMenu a.partnernet-logo {
    margin-top: 0;
}

.content-wrap p {
    color: var(--Grey);
}

.content-wrap {
    min-height: 47vh;
}

@media(min-width: 2500px) {
    body {
        max-width: 156.25rem!important;
        margin: auto;
    }
}

div#ce_imagewidth .container {
    padding: 0;
}

div#ce_imagewidth img {
    height: 37.5rem;
    object-fit: cover;
}

div#ce_imagewidth {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
}

div#ce_imagewidth.spacing-top-off {
    margin-top: 0;
}

div#ce_imagewidth.spacing-bottom-off {
    margin-bottom: 0;
}

.container.offset-left-container {
    max-width: 108.75rem;
    padding-right: 13%;
    margin-bottom: 3.125rem;
}

@media(max-width: 767px) {
    .container.offset-left-container {
        padding-right: 0.75rem;
        margin-bottom: 3.125rem;
    }
}

.container.offset-right-container {
    max-width: 108.75rem;
    padding-left: 13%;
    margin-bottom: 3.125rem;
}

@media(max-width: 767px) {
    .container.offset-right-container {
        padding-left: 0.75rem;
        margin-bottom: 1.875rem;
    }
}

body {
    background-color: var(--Lightgrey);
    max-width: 100vw;
    overflow-x: hidden;
}
body content img {
    width: 100%;
    height:auto;
}
body content header {
    background-color: var(--Lightgrey);
}
.yellow-btn {
    text-transform: uppercase;
    color: var(--Black);
    text-decoration: none;
}
.yellow-btn p {
    display: inline-block;
    margin: 0;
    background-color: var(--Yellow);
    padding: 0.3125rem 1.25rem 0.3125rem 2.5rem;
    border-radius: 0.3125rem;
    letter-spacing: 0.0625rem;
    font-weight: 500;
    color: var(--Black)!important;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 62rem;
    }
}
#c1 .breadscrumb, #c120 .breadscrumb {
    display: none;
}

.breadscrumb {
    display: flex;
    color: var(--Blue);
    margin-bottom: 1.25rem;
}

.breadscrumb a {
    color: var(--Blue);
    text-decoration: none;
}

.breadscrumb span {
    margin-right: 0.625rem;
    margin-left: 0.625rem;
}

@media(max-width: 767px) {
    .site-buttons {
        display: none;
    }
}

.site-buttons {
    position: fixed;
    top: 12.5rem;
    right: -25.9375rem;
    z-index: 9999;
}

.site-buttons .site-btn.site-btn-phone {
    color: var(--White);
}

/*.site-buttons .site-btn-person-account b {
    color: var(--Yellow;
}*/
#div_userdata{
	display:flex;
	align-items: end;
}
#div_openinghours{
	display:flex;
	align-items: end;
	margin-top:0.3125rem;
}
.site-buttons .person-kontoeinstellungen {
    padding-left: 1.375rem;
    position: relative;
    display: none;
}

.site-buttons .person-kontoeinstellungen:before {
    width: 1.25rem;
    content: '';
    position: absolute;
    background: url(/typo3conf/ext/atr_frontend/Resources/Public/images/ATR_Extranet_Ic__Settings.svg);
    height: 1.25rem;
    background-size: 1.25rem;
    left: 0;
    top: 0.125rem;
}

.site-buttons .person-logout {
    position: relative;
}

.site-buttons .person-logout:before {
    width: 1.25rem;
    content: '';
    position: absolute;
    background: url(/typo3conf/ext/atr_frontend/Resources/Public/images/ATR_Extranet_Ic__Logout.svg);
    height: 1.25rem;
    background-size: 1.25rem;
    left: -1.375rem;
    top: 0.125rem;
}

.site-buttons .site-btn.site-btn-fav .site-btn-info p {
    padding-left: 1.5625rem;
    position: relative;
}

.site-buttons .site-btn.site-btn-fav .site-btn-info p:before {
    width: 1.25rem;
    content: '';
    position: absolute;
    background: url(/typo3conf/ext/atr_frontend/Resources/Public/images/ATR_Extranet_Ic__Favs_ausgefuellt.svg);
    height: 1.25rem;
    background-size: 1.25rem;
    left: 0;
    top: 0.125rem;
}

.site-buttons .site-btn-link.favs-einstellungen {
    position: relative;
    padding-left: 1.5625rem;
}

.site-buttons .site-btn-link.favs-einstellungen:before {
    width: 1.25rem;
    content: '';
    position: absolute;
    background: url(/typo3conf/ext/atr_frontend/Resources/Public/images/ATR_Extranet_Ic__Edit.svg);
    height: 1.25rem;
    background-size: 1.25rem;
    left: 0;
    top: 0.6875rem;
}

.site-buttons .site-btn {
    width: 30rem;
    height: 3.75rem;
    background-color: var(--Blue);
    margin-bottom: 0.125rem;
    cursor: pointer;
    padding-left: 4.0625rem;
    position: relative;
    transition: 0.5s;
}

.site-buttons .site-btn .site-btn-info {
    display: none;
    position: absolute;
    left: 0;
    background-color: #062e52db;
    width: 87%;
    top: 3.75rem;
    border-top: 0.0625rem solid white;
    padding: 0.9375rem;
}

.site-btn.site-btn-fav .site-btn-info p {
    margin-bottom: 1.25rem;
}

.site-btn.site-btn-fav .site-btn-link {
    border-top: solid 0.0625rem white;
    padding-top: 0.625rem;
    text-align: right;
}
.site-btn.site-btn-fav .site-btn-link a {
    font-size: 0.875rem;
}

.site-btn .treuemarken-container {
    display: flex;
}

.site-btn.site-btn-person .site-btn-link {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-end;
}

.site-buttons .yellow-font {
    color: var(--Yellow);
}

.site-btn .site-btn-link {
    display: flex;
}

.site-buttons .site-btn-phone .hotline-headline {
    margin-bottom: 0.3125rem;
}

.site-btn .treuemarken-link {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.site-btn .treuemarken-link a {
    background-color: var(--Yellow);
    padding: 0.3125rem 0.625rem;
    color: var(--Black);
    text-align: center;
    line-height: 1rem;
    border-radius: 0.3125rem;
}

.site-btn.site-btn-phone .site-bth-phone-hotline, .site-btn.site-btn-phone .site-btn-phone-konzeptberater {
    border-bottom: 0.0625rem solid white;
    padding-bottom: 0.625rem;
}

.site-btn.site-btn-phone .site-btn-phone-konzeptberater, .site-btn.site-btn-phone .site-btn-phone-bosch-hotline {
    padding-top: 0.625rem;
}

.site-btn.site-btn-person .site-btn-link a {
    font-size: 1rem;
}

.site-btn form {
    margin: 0;
}

.site-btn .person-logout {
    text-align: right;
}

.site-btn input[type="submit"] {
    border: 0;
    background-color: transparent;
    padding: 0;
    color: var(--White);
}

.site-btn .site-btn-person-konzeptberater, .site-btn .site-btn-person-treuemarken, .site-btn .site-btn-link {
    border-top: 0.0625rem solid white;
    padding-top: 0.625rem;
    margin-top: 0.625rem;
}

.site-buttons .site-btn.hover .site-btn-info {
    display: block;
}

.site-buttons .site-btn.hover {
    margin-left: -26.25rem;
    height: 3.75rem;
}

.site-buttons .site-btn.site-btn-shop {
    background-color: var(--Yellow);
}

.site-buttons .site-btn:before {
    content: '';
    position: absolute;
    background-size: 2.5625rem;
    width: 100%;
    background-repeat: no-repeat;
    left: 0;
    background-position-x: 3%;
    background-position-y: 50%;
    height: 100%;
}

.site-buttons .site-btn.site-btn-person:before {
    background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/images/ATR_Extranet_Ic__Profil_white.svg);
}

.site-buttons .site-btn.site-btn-fav:before {
    background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/images/ATR_Extranet_Ic__Favs_white.svg);
}

.site-buttons .site-btn.site-btn-phone:before {
    background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/images/ATR_Extranet_Ic__Hotline_white.svg);
}

.site-buttons .site-btn.site-btn-shop:before {
    background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/images/ATR_Extranet_Ic__Shop.svg);
}

.site-buttons p, .site-buttons a {
    margin: 0;
    color: var(--White);
}

.site-buttons .site-btn-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.site-buttons p {
    font-weight: 100;
}

.site-buttons p b {
    font-weight: bold;
}

.site-buttons a .site-btn.site-btn-shop {
    color: var(--Black);
}

header .header-container {
    transition: 0.5s;
}

.header-container.scrollMenu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    background-color: var(--White);
    max-width: 156.25rem;
}

body > div > header.heightMenu {
    margin-top: 12.5rem;
}

header .header-container.scrollMenu {
    padding: 0.9375rem 0;
}

.header-container.scrollMenu .logo img {
    width: 10rem;
    height: auto;
}

.header-container.scrollMenu .logo-partnernet img {
    /*width: 15rem;*/
    height: auto;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */
/* N A V I G A T I O N */
/* * * * * * * * * * * * * * * * * * * * * * * * * */
.main-navigation {
    position: absolute;
    bottom: -1.40625rem;
    z-index: 9;
}

.main-navigation .main-navigation-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.main-navigation a p {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.75rem 1.5625rem;
}

.main-navigation .bottom-nav-item {
    margin: 0 0.25rem;
    background-color: var(--White);
    border-radius: 0.3125rem;
    box-shadow: 0.125rem 0.1875rem 0.625rem var(--Box-Shadow-Blue);
}

.main-navigation .bottom-nav-item.hover:after {
    content: '';
    width: 100%;
    height: 3.125rem;
    position: absolute;
    left: 0;
}

.main-navigation .bottom-nav-item.active {
    background-color: var(--Blue);
}

.main-navigation .bottom-nav-item.active a {
    color: var(--White);
}

.main-navigation .bottom-nav-item.bottom-nav-shop {
    box-shadow: 0.125rem 0.1875rem 0.375rem var(--Box-Shadow-Grey);
    position: relative;
    cursor: pointer;
}

.main-navigation .bottom-nav-item.bottom-nav-extranet {
    box-shadow: 0.125rem 0.1875rem 0.375rem var(--Box-Shadow-Grey);
    position: relative;
    cursor: pointer;
}

.main-navigation .bottom-nav-item.bottom-nav-shop a p {
    padding-left: 3.75rem;
    padding-right: 2.5rem;
}

.main-navigation .bottom-nav-item.bottom-nav-shop.bottom-nav-shop-ac a p {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    background-color: var(--Yellow)!important;
}

.main-navigation .bottom-nav-item.bottom-nav-shop:before {
    background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/images/ATR_Extranet_Ic__Shop.svg);
    content: '';
    position: absolute;
    background-size: 1.75rem;
    width: 100%;
    background-repeat: no-repeat;
    left: 0;
    background-position-x: 10%;
    background-position-y: 48%;
    height: 100%;
    pointer-events: none;
}

.main-navigation .bottom-nav-item.bottom-nav-shop:after {
    background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/images/ATR_Extranet_Ic__Ext-Link.svg);
    content: '';
    position: absolute;
    background-size: 1rem;
    width: 100%;
    background-repeat: no-repeat;
    left: 0;
    background-position-x: 90%;
    background-position-y: 50%;
    height: 100%;
    top: 0;
    pointer-events: none;
}

.main-navigation .bottom-nav-item.bottom-nav-shop.bottom-nav-shop-ac:before {
    left: -0.9375rem;
    pointer-events: none;
}

.main-navigation .bottom-nav-item.bottom-nav-shop.bottom-nav-shop-ac:after {
    left: 0.3125rem;
}

.main-navigation .bottom-nav-item a.mainnav-link.mainnav-link-shop {
    color: var(--Black);
}

.main-navigation .bottom-nav-item a.mainnav-link.mainnav-link-shop p {
    background-color: var(--Yellow);
    border-radius: 0.3125rem;
}

.main-navigation a p:hover {

}

.main-navigation .bottom-nav-item:hover a {
    /*font-weight: bold;*/
}

.main-navigation a {
    color: var(--Blue);
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    font-weight: bold;
}

.main-navigation .main-navigation-center {
    position: relative;
}

.main-navigation .bottom-nav-item.hover .bottom-nav-inner {
    display: block;
}

.main-navigation.not-logged-in .bottom-nav-item.hover .bottom-nav-inner {
    display: none;
}

@media(max-width: 1180px) {
    .main-navigation .bottom-nav-item.hover .bottom-nav-inner {
        display: none!important;
    }
}

.main-navigation .bottom-nav-inner {
    display: none;
    position: absolute;
    width: 80%;
    left: 10%;
    background-color: var(--White);
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    border-radius: 0.3125rem;
    box-shadow: 0.125rem 0.1875rem 0.625rem #0090ff4d;
    min-height: 15rem;
    top: 4.375rem;
}

@media(max-width: 1750px) and (min-width: 991px) {
    .main-navigation .bottom-nav-inner {
        height: 25rem;
        overflow-y: scroll;
    }
}

.main-navigation .bottom-nav-inner:after {
    content: '';
    position: absolute;
    top: -1.375rem;
    width: 100%;
    height: 1.5625rem;
}

.main-navigation a.subnav-link, .main-navigation .subnav-link-2 {
    color: var(--Blue)!important;
}

.main-navigation a.subnav-link {
    font-size: 1rem;
    font-weight: bold;
    min-height: 2.6875rem;
    line-height: 1.3125rem;
}

.main-navigation .subnav-item-row-first-stage {
    min-height: 2.9375rem;
    display: inline;
}

.main-navigation a.subnav-link-2 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 0.875rem;
    font-weight: normal!important;
}

.main-navigation .subnav-2 {
    margin-top: 0.625rem;
}
.main-navigation .subnav-2 ul {
    padding: 0;
    list-style: none;
}

.main-navigation .subnav-image-item-row {
    min-height: 5.625rem;
    display: flex;
    justify-content: left;
    padding: 0 10%;
}

.main-navigation .subnav-image-item-row img {
    width: 90%;
}

.main-navigation .bottom-nav-inner-container {
    padding: 0 1.5625rem;
}

.main-navigation .bottom-nav-inner-container > .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media(max-width: 1400px) {
    .main-navigation .bottom-nav-inner-container > .row {
        justify-content: left;
    }
}

.bottom-nav-item .subnav-item {
    width: 12.5%;
}

@media(max-width: 1750px) {
    .bottom-nav-item .subnav-item {
        width: 15%;
    }
}

@media(max-width: 1400px) {
    .bottom-nav-item .subnav-item {
        width: 20%;
    }
}

@media(max-width: 1100px) {
    .bottom-nav-item .subnav-item {
        width: 25%;
    }

    .resp-header-container .bottom-nav-item .subnav-item {
        width: 100%;
    }
}
/* * * * * * * * * * * * * * * * * * * * * * * * * */
/* H E A D E R */
/* * * * * * * * * * * * * * * * * * * * * * * * * */

header {
    background-color: var(--White);
    position: relative;
}

header .header-container {
    padding: 13px 0;
}

header .logo-partnernet {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

header .logo {
    padding-left: 1.875rem;
}

header .hotline {
    padding-right: 3.125rem;
    text-align: right;
}
header .hotline p {
    margin: 0;
    color: var(--Blue);
}
header .hotline .phone-link {
    color: var(--Blue);
    font-weight: bold;
    font-size: 1.25rem;
    text-decoration: none;
}
header .hotline .phone-text {
    font-size: 0.875rem;
    line-height: 0.875rem;
    margin-top: 1.25rem;
}

.header-container {
    margin-bottom: 4.6875rem;
}

div#c1 .header-container {
    margin-bottom: 6.25rem;
}

.container.small-container {
    max-width: 40.625rem;
    margin-bottom: 3.125rem;
}

.container.leftoffgrid-container {
    margin-left: 15%;
    max-width: 62rem;
    margin-bottom: 3.125rem;
}

.container.rightoffgrid-container {
    margin-right: 15%;
    max-width: 62rem;
    margin-bottom: 3.125rem;
}

@media(max-width: 767px) {
    .container.leftoffgrid-container {
        margin-left: 0;
        max-width: 62rem;
        margin-bottom: 1.875rem;
    }

    .container.rightoffgrid-container {
        margin-right: 0;
        max-width: 62rem;
        margin-bottom: 1.875rem;
    }
}

h1, h4.h1 {
    font-weight: bold;
}

h2 {
    color: var(--Blue);
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 0.3125rem solid var(--Yellow);
    font-size: 1.375rem;
    font-weight: bold;
    margin-bottom: 1.875rem;
}

h2.h1 {
    color: var(--Dark);
    font-weight: bold;
    border: none;
    text-transform: none;
}

h3 {
    color: var(--Blue);
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 0.25rem solid var(--Yellow);
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1.875rem;
    letter-spacing: 0.04375rem;
}

h4, h1.h4, h3.h4 {
    font-size: 2.25rem;
    line-height: 3rem;
    font-weight: normal;
    color: var(--Blue);
    margin-bottom: 1.25rem;
    font-family: 'CaveatBrush';
}

h3.h4 {
    border-bottom: none;
    text-align: center;
    display: block;
    text-transform: none;
}

h5 {
    font-size: 1.625rem;
    line-height: 2.125rem;
    color: var(--Blue);
    font-weight: bold;
}

@media(max-width: 767px) {
    h4,h1.h4 {
        font-size: 1.5rem;
        margin-bottom: 0.625rem;
        line-height: 2rem;
    }
}

a {
     text-underline-offset: 3px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */
/* F O O T E R */
/* * * * * * * * * * * * * * * * * * * * * * * * * */

footer {
    background: var(--Footer-Blue);
    background:  var(--Footer-Darkblue);
    padding: 2.5rem 0;
}

footer .container p {
    margin: 0;
    color: var(--White);
    text-align: center;
    font-weight: bold;
}

footer .container p a {
    color: var(--White);
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */
/* S L I D E R */
/* * * * * * * * * * * * * * * * * * * * * * * * * */

.header-container ul.slick-dots {
    position: absolute;
    bottom: 0;
    width: auto;
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
	
}

.header-container ul.slick-dots li {
    width: 0.9375rem;
    height: 0.9375rem;
    background-color: var(--Lightgrey);
    border-radius: 100%;
    margin-right: 0.16875rem;
    margin-left: 0.16875rem;
    -webkit-box-shadow: 0.1875rem 0.1875rem 0.6875rem -0.1875rem #005da594;
    box-shadow: 0.1875rem 0.1875rem 0.6875rem -0.1875rem #005da594;
	border: 2px solid #fff;
}

.header-container ul.slick-dots li.slick-active {
    background-color: var(--Blue);
}

.header-container ul.slick-dots li button {  
	display:none;
}

.header-container .slider-element .container {
    position: relative;
}

@media(max-width: 767px) {
    .meisterhaft-content .header-container .slider-element .container {
        height: 0;
    }
}

.header-container .slider-element button.slick-arrow {
    background-color: transparent;
    color: transparent;
    border: none;
    position:absolute;
    top: 43%;
}

.header-container .slider-element button.slick-arrow.slick-prev {
    left: 0;
}

@media(max-width: 767px) {
    .header-container .slider-element button.slick-arrow.slick-prev {
        left: 0.75rem;
    }

    #c120 .meisterhaft-container .logo {
        max-width: 220px;
    }
}

button.slick-prev.slick-arrow:before {
    background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/images/accordion-arrow-blue.svg);
    content: '';
    width: 2.5rem;
    height: 1.5rem;
    left: 0;
    position: absolute;
    z-index: 999;
    background-size: 2.375rem;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

button.slick-next.slick-arrow {
    right: 0;
}

button.slick-next.slick-arrow:before {
    background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/images/accordion-arrow-blue.svg);
    content: '';
    width: 2.5rem;
    height: 1.5rem;
    right: 0;
    position: absolute;
    z-index: 999;
    background-size: 2.375rem;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}

.header-container .slider-element .container .row.row-slick {
    width: 32.5rem;
    position: absolute;
    background-color: #ffffffc7;
    right: 1.5rem;
    top: calc(18.75rem - 10.515625rem);
    padding: 2.5rem;
    border-radius: 0.1875rem;
}

.slider-element img.img-fluid.lazyload.slider-image.pic-slick {
    object-fit: cover;
    height: 37.5rem;
}

.slider-element .slider-text-title p {
    color: var(--Blue);
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 0.3125rem solid var(--Yellow);
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.04375rem;
}

.slider-element .slider-title h2 {
    color: var(--Black);
    font-size:2rem;
    line-height: 2.375rem;
    border: none;
    display: block;
    font-weight: bold;
    letter-spacing: -0.0625rem;
    text-transform: inherit;
    margin: 0;
}

.slider-element .slider-text-rte p {
    font-size: 1.375rem;
    line-height: 1.6875rem;
}

.slider-element p.text-right {
    text-align: right;
    display: inline-block;
    float: right;
    margin: 0;
    background-color: var(--White);
    padding: 0.5rem 1.5rem 0.75rem;
    line-height: 0.75rem;
    margin-block-start: 0;
    border-radius: 0.1875rem;
    -webkit-box-shadow: 0.1875rem 0.1875rem 0.6875rem -0.1875rem #005da594;
    box-shadow: 0.1875rem 0.1875rem 0.6875rem -0.1875rem #005da594;
}

.slider-element .slider-text-rte a {
    color: var(--Blue);
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: bold;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */
/* N E W S */
/* * * * * * * * * * * * * * * * * * * * * * * * * */

.news .article {
    background-color: var(--White);
}

.news .article .news-img-wrap {
    margin: 0;
    float: unset;
}

.news .article .news-img-wrap img {
    width: 100%;
    float: unset;
    border-radius: 0.1875rem;
}

.news .article .news-img-wrap a {
    display: block;
    float: inherit;
    padding: 0;
    border: none;
    background: white;
}

.news .article .teaser-text {
    margin: 0;
    font-size: 1.25rem;
}

.news .article .news-container-text {
    padding: 0.9375rem 1.875rem;
}

.news-list-view .news-list-left .news-container-text .header h3 {
    border: none;
    font-size: 1.5rem;
    line-height: 1.8125rem;
    margin-bottom: 0.9375rem;
}

.news-list-view .news-list-left .news-container-text .header h3 a {
    color: var(--Blue);
    text-decoration: none;
}

.news-list-view .news-list-left .news-container-text .teaser-text p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 0;
    color: var(--Black);
}

.news-list-view .news-list-left .news-container-text .teaser-text a {
    color: var(--Blue);
    text-decoration: none;
}

.news-list-view .news-list-right .article {
    display: flex;
    flex-direction: row;
}

.news-list-view .news-list-right .news-img-wrap {
    width: 40%;
}

.news-list-view .news-list-right .news-container-text {
    width: 60%;
    padding: 1.25rem 1.875rem 1.875rem;
}

.news-list-view .news-list-right .news-container-text .teaser-text {
    font-size: 1rem;
    line-height: 1.1875rem;
    margin: 0;
    color: var(--Black);
}

.news-list-view .news-list-right .news-container-text .header h3 {
    border: none;
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 0.3125rem;
}

.news-list-view .news-list-right .news-container-text .header h3 a {
    color: var(--Blue);
    text-decoration: none;
    margin-bottom: 0.625rem;
}

.news-list-view .news-list-right .news-container-text a.more {
    color: var(--Blue);
    text-decoration: none;
}

.news-list-view .news-list-right .article .news-img-wrap img {
    height: 9.1875rem;
    width: -webkit-fill-available;
    object-fit: cover;
}


.news .article {
    padding: 0;
}

.news .link-to-list div {
    display: inline-block;
    background-color: var(--White);
    padding: 0.625rem 1.375rem;
    float: right;
    margin-top: 1.25rem;
    -webkit-box-shadow: 0.1875rem 0.1875rem 0.6875rem -0.1875rem #005da594;
    box-shadow: 0.1875rem 0.1875rem 0.6875rem -0.1875rem #005da59;
}

.campus-more a {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.news .link-to-list a {
    color: var(--Blue);
    font-size: 0.75rem;
    text-decoration: none;
    font-weight: bold;
}

.news {
    margin-bottom: 3.125rem;
}

@media(max-width: 767px) {
    .news-list-left {
        margin-bottom: 0.9375rem;
    }
}

div#c60 h2 {
    margin-top: 1.875rem;
    margin-bottom: 0;
}

div#c463 .breadscrumb, div#c463 .search-container {
    display: none;
}

.news-list-view.news-list-2 .article {
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.875rem;
    box-shadow: 0.125rem 0.1875rem 0.375rem var(--Box-Shadow-Blue);
}

.news-list-view.news-list-2 .article h3 {
    margin-bottom: 0.3125rem;
}

.news-list-view.news-list-2 .article p {
    margin-bottom: 0.3125rem;
}

.news-list-view.news-list-2 .article h3 a {
    color: var(--Blue);
}

.news-list-view.news-list-2 .article .news-container-text {
    background-color: var(--White);
}

.news-single .article {
    padding: 3.125rem;
    box-shadow: 0.125rem 0.1875rem 0.375rem var(--Box-Shadow-Blue);
}

.news-single .article .news-img-wrap {
    width: 25rem;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */
/* I C O N B O X */
/* * * * * * * * * * * * * * * * * * * * * * * * * */

.iconbox-item-inner {
    background: rgb(34,114,183);
    background: radial-gradient(circle, rgba(34,114,183,1) 25%, rgba(10,81,139,1) 100%);
    height: 9rem;
    margin-bottom: 1.5rem;
    border-radius: 0.1875rem;
    -webkit-box-shadow: 0.1875rem 0.1875rem 0.6875rem -0.1875rem #005da594;
    box-shadow: 0.1875rem 0.1875rem 0.6875rem -0.1875rem #005da59;
}

.iconbox-title {
    padding: 0 0.4375rem;
}

.iconbox-title p {
    color: var(--White);
    text-align: center;
    margin: 0;
    font-size: 1rem;
    line-height: 1.3125rem;
    font-weight: bold;
    word-break: break-word;
}

.iconbox-image {
    width: 80%;
    margin-left: 10%;
    transition: 0.5s;
    height: auto;
}

div#c55 .iconbox-element .row > .iconbox-item:nth-child(2) .iconbox-image {
    width: 90%;
    margin-left: 5%;
    height: 5.625rem;
}

/* 20250512_ala */
#c55 div.iconbox-element div.iconbox-item a div.iconbox-item-inner div.iconbox-image{
	width: 90%;
    margin-left: 5%;
    height: 5.625rem;
	display:flex;
	align-items:center;
}
/* 20250512_ala */

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

@media(max-width: 1199px) and (min-width: 990.125rem) {
    .iconbox-image {
        width: 70%;
        margin-left: 15%;
    }
}

@media(max-width: 767px) and (min-width: 520px){
    .iconbox-image {
        width: 60%;
        margin-left: 20%;
        min-height: inherit;
    }
}

@media(max-width: 519px) and (min-width: 320px){
    .iconbox-image {
        width: 70%;
        margin-left: 15%;
        min-height: inherit;
    }

    div#c55 .iconbox-element .row .slick-track > .iconbox-item:nth-child(2) .iconbox-image {
        min-height: 5.625rem;
    }
}

.mask-container .two-col .col-xl-8 {
    padding: 3.125rem 0.75rem;
}

.mask-container .two-col .col-xl-4 * {
    height: 100%;
    object-fit: cover;
    border-radius: 0.1875rem;
}

.mask-container {
    margin-bottom: 2.5rem;
}

.col-md-20 .iconbox-image {
    width: 75%;
    margin-left: 12.5%;
}

#c120 div#c15145 .ce-row, #c121 div#c16538 .ce-row {
    display: flex;
}

#c120 .meisterhaft-content div#c15145 .ce-gallery figure.image:hover, #c121 .meisterhaft-content div#c16538 .ce-gallery figure.image:hover {
    box-shadow: 0 0 0.625rem rgb(0 0 0 / 15%), 0 0 0 rgb(0 0 0 / 12%);
}

.meisterhaft-content .ce-gallery .ce-row {
    display: flex;
}

#c120 .meisterhaft-content div#c17037 {
    display: none;
}

@media(max-width: 991px) {
    #c120 .meisterhaft-content div#c15145 {
        display: block;
    }

    #c120 .meisterhaft-content div#c17037 {
        display: block;
    }

    div#c17037 .ce-gallery .ce-row .ce-column {
        width: 25%;
    }
}

#c121 .meisterhaft-content div#c16538 .ce-gallery figure.image:hover {
    border-radius: 1.875rem;
}

#c120 .meisterhaft-content div#c15145 .ce-column, #c121 .meisterhaft-content div#c16538 .ce-column {
    margin-right: 0;
}

#c120 .meisterhaft-content div#c15145 .ce-gallery figure.image, #c121 .meisterhaft-content div#c16538 .ce-gallery figure.image {
    padding: 0.625rem;
    width: 90%;
    margin-left: 5%;
    margin-top: 5%;
    margin-bottom: 5%;
}

@media(min-width: 769px) {
    .ce-gallery[data-ce-columns="7"] .ce-column {
        width: 16.6666%!important;
    }

    .ce-gallery[data-ce-columns="6"] .ce-column {
        width: 16.6666%!important;
    }
}

@media(max-width: 768px) {
    .ce-gallery[data-ce-columns="6"] .ce-column {
        width: 33.3333%!important;
    }
    #c120 div#c15145 .ce-row, #c121 div#c16538 .ce-row {
        flex-flow: wrap;
    }
    #c120 .meisterhaft-content div#c15145 .ce-gallery figure.image, div#c121 .meisterhaft-content div#c15145 .ce-gallery figure.image {
        padding: 0;
    }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */
/* H O T L I N E */
/* * * * * * * * * * * * * * * * * * * * * * * * * */

#ce_hotline {
    background: rgb(34,114,183);
    background: radial-gradient(circle, rgba(34,114,183,1) 25%, rgba(10,81,139,1) 100%);
    padding: 1.25rem 1.25rem 1.875rem;
    display: inline-block;
    border-radius: 0.1875rem;
    margin-bottom: 3.125rem;
}

#ce_hotline p {
    color: var(--White);
    margin: 0;
}

#ce_hotline p.hotline-title {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.1875rem;
}

#ce_hotline p.hotline-name {
    font-size: 2rem;
    line-height: 2.375rem;
    padding-left: 3.125rem;
    padding-top: 0.625rem;
    font-weight: bold;
}

#ce_hotline p.hotline-name a {
    color: var(--White);
    text-decoration: none;
}

#ce_hotline .hotline-container {
    position: relative;
}

#ce_hotline .hotline-container:after {
    background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/images/ATR_Extranet_Ic__Hotline_white.svg);
    content: '';
    position: absolute;
    background-size: 2.1875rem;
    width: 100%;
    background-repeat: no-repeat;
    left: 0;
    background-position-x: 0%;
    background-position-y: 60%;
    height: 100%;
    top: 0.4375rem;
    pointer-events: none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */
/* A C C O R D I O N */
/* * * * * * * * * * * * * * * * * * * * * * * * * */

#ce_accordion .accordion {
    background-color: var(--White);
}

#ce_accordion .accordion .accordion-content {
    display: none;
    padding: 1.25rem 3.125rem;
    margin-bottom: 0.125rem;
}

#ce_accordion .accordion .accordion-content .text p:last-child {
    margin: 0;
}

#ce_accordion .accordion .accordion-headline {
    margin-bottom: 0.125rem;
    padding: 0.625rem 3.125rem;
    cursor: pointer;
    position: relative;
    font-weight: bold;
}

.two-col #ce_accordion .accordion .accordion-headline {
    padding: 0.625rem 4.375rem 0.625rem 3.125rem;
}

#ce_accordion .accordion .accordion-headline:after {
    content: '';
    position: absolute;
    background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/images/accordion-arrow-blue.svg);
    background-repeat: no-repeat;
    transition: 0.5s;
    height: 1.875rem;
    width: 1.875rem;
    background-size: 1.875rem;
    top: 0.8125rem;
    right: 3.125rem;
    transform: rotate(0deg);
}

#ce_accordion .accordion.open .accordion-headline:after {
    content: '';
    position: absolute;
    background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/images/accordion-arrow-blue.svg);
    background-repeat: no-repeat;
    height: 1.875rem;
    width: 1.875rem;
    background-size: 1.875rem;
    top: 0.125rem;
    right: 3rem;
    transform: rotate(180deg);
}

#ce_accordion .accordion .accordion-headline p {
    margin-bottom: 0;
    padding-right: 1.875rem;
}

.accordion-full-screen-width {
    margin-left: auto;
    margin-right: auto;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */
/* C T A */
/* * * * * * * * * * * * * * * * * * * * * * * * * */

div#ce_cta {
    background-color: var(--White);
    border-top: 0.375rem solid var(--Yellow);
    margin-bottom: 3.125rem;
}

div#ce_cta .cta-container-small p {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 0.625rem;
}

div#ce_cta p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 0.9375rem;
}

div#ce_cta p.cta-title {
    font-size: 1.75rem;
    line-height: 2rem;
    margin-bottom: 1.25rem;
    font-weight: bold;
}

div#ce_cta .cta-container-small p.cta-title {
    font-size: 1.5rem;
    line-height: 1.6875rem;
    margin-bottom: 0.9375rem;
}

div#ce_cta .cta-content {
    padding: 2rem;
    padding-right: 2.75rem;
}

div#ce_cta img {
    max-height: 16.3125rem;
    object-fit: cover;
}

div#ce_cta p.text-right {
    text-align: right;
    display: inline-block;
    float: right;
    margin: 0;
    background-color: var(--White);
    padding: 0.5rem 1.5rem 0.75rem;
    line-height: 0.75rem;
    margin-block-start: 0;
    border-radius: 0.1875rem;
    -webkit-box-shadow: 0.125rem 0.1875rem 0.375rem var(--Box-Shadow-Blue);
    box-shadow: 0.125rem 0.1875rem 0.375rem var(--Box-Shadow-Blue);
}

div#ce_cta a {
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.0375rem;
    color: var(--Blue);
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */
/* A N S P R E C H P A R T N E R */
/* * * * * * * * * * * * * * * * * * * * * * * * * */

#ce_person {
    background-color: #fff;
    margin-bottom: 3.125rem;
}

#ce_person .person-data {
    padding-top: 1.875rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

#ce_person h3 {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
    max-width: 86%;
}

@media(max-width: 767px) {
    #ce_person h3 {
        max-width: 100%;
    }

    #ce_person .person-data {
        padding-bottom: 1.875rem;
    }

    #ce_person .person-container .person-image {
        text-align: center;
    }
}

#ce_person p {
    margin-bottom: 0;
    font-size: 1.125rem;
}

#ce_person .person-name {
    font-size: 1.375rem;
    line-height: 1.6875rem;
    margin-bottom: 0.3125rem;
}

#ce_person ul {
    padding-left: 1.0625rem;
}

/*#ce_person a {
    color: var(--Grey);
}*/

/* * * * * * * * * * * * * * * * * * * * * * * * * */
/* D O W N L O A D S */
/* * * * * * * * * * * * * * * * * * * * * * * * * */

#download .download-headline-wrap {
    display: flex;
    flex-direction: row;
}

@media(max-width: 767px) {
    #download .download-headline-wrap {
        flex-wrap: wrap;
    }
}

#download .download-headline-wrap .download-headline {
    margin-right: 0.5rem;
    flex: 15%;
}

#download .download-headline-wrap .download-headline.one-item {
    margin-right: 0;
}

#download .download-headline-wrap p {
    color: var(--Blue);
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.5rem 1.5rem;
    background-color: var(--White);
    border-radius: 0.1875rem;
    cursor: pointer;
    box-shadow: 0.125rem 0.1875rem 0.375rem var(--Box-Shadow-Blue);
}

#download .download-no-preview {
    background: url(/typo3conf/ext/atr_frontend/Resources/Public/images/ATR_Extranet_Ic__Document.svg);
    background-repeat: no-repeat;
    width: 4.375rem;
    height: 2.5rem;
    background-position-x: 0.625rem;
    background-position-y: -0.1875rem;
    background-size: 2.25rem;
}

#download .download-no-preview-ppt {
    background: url(/typo3conf/ext/atr_frontend/Resources/Public/images/ATR_Extranet_Ic__Download_ppt.svg);
    background-repeat: no-repeat;
    width: 4.375rem;
    height: 2.5rem;
    background-position-x: 0.625rem;
    background-position-y: -0.1875rem;
    background-size: 2.25rem;
}

#download .download-no-preview-doc {
    background: url(/typo3conf/ext/atr_frontend/Resources/Public/images/ATR_Extranet_Ic__Download_doc.svg);
    background-repeat: no-repeat;
    width: 4.375rem;
    height: 2.5rem;
    background-position-x: 0.625rem;
    background-position-y: -0.1875rem;
    background-size: 2.25rem;
}
#download .download-no-preview-pdf {
    background: url(/typo3conf/ext/atr_frontend/Resources/Public/images/ATR_Extranet_Ic__Download_pdf.svg);
    background-repeat: no-repeat;
    width: 4.375rem;
    height: 2.5rem;
    background-position-x: 0.625rem;
    background-position-y: -0.1875rem;
    background-size: 2.25rem;
}

#download .download-headline-wrap .active p {
    background-color: var(--Blue);
    color: var(--White);
}

#download .download-item {
    background-color: var(--White);
    padding: 1.875rem;
}

#download .download-file-title {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5rem;
    margin: 0;
    margin-bottom: 0.3125rem;
}
#download .download-info {
    margin-bottom: 2rem;
    position: relative;
}
#download .download-info:last-child {
    margin-bottom: 0;
}

#download .download-file-description {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    margin: 0;
    letter-spacing: 0.0175rem;
}

#download .download-wrap .download-item {
    display: none;
}
#download .download-wrap .download-item.show {
    display: block;
    margin-bottom: 3.125rem;
}
#download .download-item .download-btn {
    color: var(--Blue);
    font-weight: bold;
    font-size: 0.75rem;
    text-transform: uppercase;
    text-align: right;
}
.tx-nnfavorites {
    cursor: pointer;
    max-width: 28.75rem;
}
div#c15027 {
    display: flex;
    width: 100%;
    justify-content: center;
}
.tx-nnfavorites {
    float: right!important;
    margin-top: -2.9375rem!important;
}
div#c135 .tx-nnfavorites {
    float:left!important;
    margin-top: 0!important;
}
.tx-nnfavorites table {
    min-width: 18.75rem;
}
.tx-nnfavorites {
    border: 0.125rem solid #0a58ca;
    padding: 0.3125rem 0.3125rem;
    border-radius: 0.3125rem;
    position: relative;
}
.tx-nnfavorites.add, .tx-nnfavorites.delete {
    padding-left: 1.875rem;
}
.tx-nnfavorites.add:before {
    width: 1.25rem;
    content: '';
    position: absolute;
    background: url(/typo3conf/ext/atr_frontend/Resources/Public/images/ATR_Extranet_Ic__Favs.svg);
    height: 1.25rem;
    background-size: 1.25rem;
    left: 0.4375rem;
    top: 0.4375rem;
}
.tx-nnfavorites.delete:before {
    width: 1.25rem;
    content: '';
    position: absolute;
    background: url(/typo3conf/ext/atr_frontend/Resources/Public/images/ATR_Extranet_Ic__Favs_ausgefuellt_blue.svg);
    height: 1.25rem;
    background-size: 1.25rem;
    left: 0.4375rem;
    top: 0.4375rem;
}
.tx-nnfavorites p#pagefavinfo span {
    position: absolute;
    left: -0.125rem;
    top: 0;
    width: calc(100% + 0.25rem);
    z-index: 99999;
    background-color: var(--Blue);
    padding: 1.25rem;
    color: var(--White);
}
.tx-nnfavorites p {
    margin: 0;
}
#download .download-item .download-btn p {
    margin: 0;
    height: 100%;
    border-radius: 0.1875rem;
    box-shadow: 0.125rem 0.1875rem 0.375rem var(--Box-Shadow-Blue);
    padding: 0.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    max-height: 3.25rem;
}
#download .download-item .download-btn p:after {
    content: '';
    position: absolute;
    background: url(/fileadmin/user_upload/ATR_Extranet_Ic__Download.svg);
    width: 1.25rem;
    height: 1.25rem;
    left: 0.9375rem;
    top: 1.25rem;
}
@media(max-width: 1199px) and (min-width: 992px) {
    #download .download-item .download-btn p:after {
        left: 0.5rem;
    }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */
/* V I D E O */
/* * * * * * * * * * * * * * * * * * * * * * * * * */

.video-container {
    margin-bottom: 3.125rem;
}

.video-container .frame-type-textpic {
    cursor: pointer;
}

.video-container .frame-type-textmedia * {
    width: 100%;
    height: 35rem;
}

.video-container .frame-type-textpic .ce-gallery .ce-outer .ce-inner:after {
    pointer-events: none;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    /*background: linear-gradient(180deg, rgba(255,255,255,1) 31%, rgba(77,77,77,1) 100%);*/
    background: var(--Grey);
    top: 0;
    opacity: 0.3;
}

.video-container .frame-type-textpic .ce-gallery .ce-outer .ce-inner:before {
    pointer-events: none;
    content: '';
    width: 4.6875rem;
    height: 4.6875rem;
    left: 46%;
    top: 43.5%;
    background-position-y: 50%;
    z-index: 3;
    position: absolute;
    /* background: linear-gradient(180deg, rgba(255,255,255,1) 31%, rgba(77,77,77,1) 100%); */
    background-color: var(--White);
    border: 0.0625rem solid #E6F4FF;
    box-shadow: 0.125rem 0.1875rem 0.375rem var(--Box-Shadow-Blue);
    border-radius: 0.1875rem;
}

@media(max-width: 500px) {
    .video-container .frame-type-textpic .ce-gallery .ce-outer .ce-inner:before {
        top: 38%;
    }
}

@media(max-width: 420px) {
    .video-container .frame-type-textpic .ce-gallery .ce-outer .ce-inner:before {
        top: 30%;
    }
}

.video-container .frame-type-textpic .ce-gallery .ce-outer .ce-inner .ce-row:before {
    pointer-events: none;
    background: url(/typo3conf/ext/atr_frontend/Resources/Public/images/play-arrow.svg);
    content: '';
    background-size: 1.5rem;
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position-x: 50%;
    background-position-y: 50%;
    z-index: 9;
    left: 0;
}

@media(max-width: 767px) {
    .video-container .frame-type-textpic .ce-gallery .ce-outer .ce-inner .ce-row:before {
        background-position-x: 53.5%;
    }
}

@media(max-width: 500px) {
    .video-container .frame-type-textpic .ce-gallery .ce-outer .ce-inner .ce-row:before {
        background-position-x: 54%;
        background-position-y: 45%;
    }
}

@media(max-width: 420px) {
    .video-container .frame-type-textpic .ce-gallery .ce-outer .ce-inner .ce-row:before {
        background-position-x: 55%;
        background-position-y: 36%;
    }
}

@media(max-width: 375px) {
    .video-container .frame-type-textpic .ce-gallery .ce-outer .ce-inner .ce-row:before {
        background-position-x: 57%;
    }
}


.video-container .frame-type-textpic .ce-bodytext p {
    color: var(--Blue);
}

@media(max-width: 991px) {
    .video-container .frame-type-textpic .ce-bodytext p {
        font-size: 0.8125rem;
        max-width: 90%;
        margin-bottom: 0.3125rem;
    }

    .video-container .frame-type-textpic .ce-bodytext h3 {
        margin-bottom: 0.3125rem;
    }
}

.video-container .frame-type-textpic .ce-textpic .ce-gallery * {
    height: 35rem;
    width: 100%;
    object-fit: cover;
}

.video-container {
    position: relative;
}

.video-container .frame-type-textpic > header {
    position: absolute;
    z-index: 2;
    background-color: transparent;
}

.video-container .frame-type-textpic .ce-bodytext {
    position: absolute;
    z-index: 2;
    background-color: transparent;
    left: 2.5rem;
    bottom: 2.5rem;
}

.video-container .frame-type-textmedia {
    display: none;
}

.video-container.show .frame-type-textmedia {
    display: block;
}

.video-container.show .frame-type-textpic {
    display: none;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * */
/* M O B I L */
/* * * * * * * * * * * * * * * * * * * * * * * * * */

@media(max-width: 767px) {
    fieldset.powermail_fieldset.powermail_fieldset_1 .powermail_fieldwrap {
        margin-bottom: 0.75rem;
    }

    header .header-container {
        margin-bottom: 1.25rem;
    }

    header .header-container .hotline, header .header-container .main-navigation {
        display: none;
    }

    header .header-container img {
        width: 100%;
    }

    header .header-container .logo-partnernet {
        padding-right: 1.875rem;
    }

    .header-container .slider-element .container .row.row-slick {
        background-color: transparent;
        position: inherit;
        margin-bottom: 1.875rem;
        width: 100%;
        left: 0;
        top: 0;
        padding: 0 1.25rem;
    }

    .meisterhaft-content .header-container .slider-element .container .row.row-slick {
        background-color: #ffffffc7;
        padding: 1.25rem 2.5rem;
    }

    @media(max-width: 575px) {
        .meisterhaft-content .header-container .slider-element .container .row.row-slick {
            left: 0.625rem;
            max-width: 100%;
            padding: 1.25rem 0.625rem;
        }
    }

    .iconbox-element.slick-iconbox {
        position: relative;
        padding-top: 3.125rem;
    }

    .slider-element img.img-fluid.lazyload.slider-image.pic-slick {
        height: 11rem;
    }

    .iconbox-element > .row {
        padding-left: 0.75rem;
    }

    .iconbox-element > .row .iconbox-item-inner {
        margin-right: 0.75rem;
    }

    button.slick-prev.slick-arrow {
        position: absolute;
        width: 2.5rem;
        height: 2.5rem;
        top: -3.125rem;
        right: 4rem;
        border: none;
        background-color: var(--Blue) !important;
        color: transparent;
        border-radius: 0.1875rem;
    }

    button.slick-prev.slick-arrow:before {
        background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/Icons/akkordeon_pfeil.svg);
        position: absolute;
        content: '';
        background-repeat: no-repeat;
        background-size: 1.75rem;
        right: 0.8125rem;
        bottom: -0.375rem;
        width: 2.5rem;
        height: 2.5rem;
        transform: rotate(90deg);
    }

    button.slick-next.slick-arrow {
        position: absolute;
        width: 2.5rem;
        height: 2.5rem;
        top: -3.125rem;
        right: 0.75rem;
        border: none;
        background-color: var(--Blue) !important;
        color: transparent;
        border-radius: 0.1875rem;
    }

    button.slick-next.slick-arrow:before {
        background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/Icons/akkordeon_pfeil.svg);
        position: absolute;
        content: '';
        background-repeat: no-repeat;
        background-size: 1.75rem;
        left: 0.8125rem;
        top: -0.375rem;
        width: 2.5rem;
        height: 2.5rem;
        transform: rotate(-90deg);
    }

    footer {
        margin-bottom: 2.5rem;
    }

    .meisterhaft-content footer {
        margin-bottom: 0;
    }

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

    .meisterhaft-content footer > .container {
        display: block;
    }

    .footer-navigation-resp {
        position: fixed;
        bottom: 0;
        display: flex;
        width: 64px;
        z-index: 999999;
    }

    .footer-navigation-resp .menu {
        height: 3.75rem;
        width: 3.75rem;
        background: rgb(34,114,183);
        background: radial-gradient(circle, rgba(34,114,183,1) 25%, rgba(10,81,139,1) 100%);
        border-radius: 0.1875rem;
        box-shadow: 0.125rem 0.1875rem 0.625rem #0090ff4d;
        position: relative;
        padding: 1rem 0;
    }

    .footer-navigation-resp .menu .line-menu {
        border: 0.125rem solid var(--White);
        border-radius: 0.1875rem;
        margin-bottom: 0.5rem;
        margin-right: 0.625rem;
        margin-left: 0.625rem;
        transition: 0.5s;
    }

    .footer-navigation-resp .menu-site-btns {
        width: calc(100% - 3.375rem);
        height: 3.125rem;
        display: flex;
        box-shadow: 0.125rem -0.1875rem 0.625rem #0090ff4d;
        margin-top: 0.625rem;
    }

    .footer-navigation-resp .menu.open .line-menu:nth-child(2) {
        display: none;
    }

    .footer-navigation-resp .menu.open .line-menu:nth-child(1) {
        transform: rotate(45deg);
        margin-top: 0.8125rem;
    }

    .footer-navigation-resp .menu.open .line-menu:nth-child(3) {
        transform: rotate(-45deg);
        margin-top: -0.8125rem;
    }

    .footer-navigation-resp .person-box, .footer-navigation-resp .favo-box, .footer-navigation-resp .phone-box, .footer-navigation-resp .shop-box {
        height: 3.125rem;
        width: 27.5%;
        background: white;
        position: relative;
    }

    .footer-navigation-resp .menu-site-btn:before {
        content: '';
        position: absolute;
        background-size: 2rem;
        width: 100%;
        background-repeat: no-repeat;
        left: 0;
        background-position-x: 50%;
        background-position-y: 50%;
        height: 100%;
    }

    .footer-navigation-resp .shop-box {
        background-color: var(--Yellow);
        width: 20%;
    }

    .footer-navigation-resp .person-box:before {
        background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/images/ATR_Extranet_Ic__Profil.svg);
    }

    .footer-navigation-resp .favo-box:before {
        background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/images/ATR_Extranet_Ic__Favs.svg);
        background-position-x: 40%;
    }

    .footer-navigation-resp .phone-box:before {
        background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/images/ATR_Extranet_Ic__Hotline.svg);
        background-position-x: 30%;
    }

    .footer-navigation-resp .shop-box:before {
        background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/images/ATR_Extranet_Ic__Shop.svg);
    }
}

@media(max-width: 767px) {
    content > .search-container {
        display: none;
    }
}

.search-container fieldset {
    display: flex;
    justify-content: center;
}

.tx-indexedsearch-info-sword {
    display: none;
}

ul.tx-indexedsearch-browsebox {
    display: flex;
    list-style: none;
    padding: 0;
}

ul.tx-indexedsearch-browsebox li {
    margin-right: 0.625rem;
}

div#c145 .search-container, div#c145 .breadscrumb {
    display: none;
}

div#c145 .tx-indexedsearch-form, div#c145 .tx-indexedsearch-search-submit {
    float: left;
}

div#c145 legend {
    font-size: 2.5rem;
    font-weight: bold;
}
.tx-indexedsearch-res, .tx-indexedsearch-browsebox {
    margin-bottom: 3.125rem;
}

input#tx-indexedsearch-searchbox-sword {
    width: 18.75rem;
    height: 2.8125rem;
    margin-bottom: 1.875rem;
    padding: 0.3125rem 0.625rem;
    border: none;
    border-radius: 0.1875rem;
    box-shadow: inset 0 0.1875rem 0.375rem var(--Box-Shadow-Blue);
    color: var(--Blue);
    font-size: 1.5625rem;
    font-weight: bold;
}

input#tx-indexedsearch-searchbox-button-submit {
    width: 2.8125rem;
    height: 2.8125rem;
    color: transparent;
    background-color: var(--White);
    border:none;
    box-shadow: 0.125rem 0.1875rem 0.375rem var(--Box-Shadow-Blue);
    border-radius: 0.1875rem;
}

.tx-indexedsearch-search-submit {
    position: relative;
}

.tx-indexedsearch-res h3 {
    margin-bottom: 0.625rem;
}

.tx-indexedsearch-search-submit:after {
    content: '';
    background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/images/Lupex2.svg);
    position: absolute;
    width: 3.3125rem;
    height: 3.3125rem;
    top: 0.1875rem;
    left: 0.3125rem;
    background-size: 2.25rem;
    pointer-events: none;
    background-repeat: no-repeat;
}

.tx-indexedsearch-info-noresult {
    min-height: 50vh;
}

/* Preisvergleich Tabelle */
.ce_pricetable {
    margin-bottom: 3.125rem;
}

.ce_pricetable p, .ce_pricetable strong {
    color: var(--Black);
}

@media(max-width: 767px) {
    .ce_pricetable {
        overflow-x: scroll;
    }
}

.small-container .ce_pricetable table.contenttable tbody tr td:first-child {
    background-color: transparent;
    width: 60%;
}

.ce_pricetable table.contenttable tbody tr td:first-child {
    background-color: transparent;
    width: 50%;
}

.ce_pricetable table.contenttable tbody tr td {
    border-bottom: 0.0625rem solid var(--Black);
}

.ce_pricetable table.contenttable tbody tr td div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ce_pricetable table.contenttable tbody tr td:nth-child(2) div, table.contenttable tbody tr td:nth-child(3) div, table.contenttable tbody tr td:nth-child(4) div, table.contenttable tbody tr td:nth-child(5) div {
    padding: 0.3125rem 0;
    padding-left: 0.125rem;
    background-color: var(--White);
    width: 95%;
    margin-left: 5%;
}

.ce_pricetable table.contenttable tbody tr:first-child div {
    font-size: 1.125rem;
    color: var(--Black);
}

.ce_pricetable table.contenttable tbody tr:last-child td {
    border-bottom: 0;
}

.ce_pricetable table.contenttable tbody tr:nth-last-child(2) td {
    border-bottom: 0;
}

.ce_pricetable table.contenttable tbody tr:nth-last-child(3) td {
    border-bottom: 0.1875rem solid var(--Black);
}

.ce_pricetable tbody tr:last-child td.text-center div {
    background-color: var(--Yellow)!important;
    border-radius: 0.1875rem;
    box-shadow: 0.125rem 0.1875rem 0.375rem var(--Box-Shadow-Blue);
    padding: 0.5rem!important;
}

.ce_pricetable tbody a {
    color: var(--Black);
    font-weight: bold;
    font-size: 0.75rem;
    letter-spacing: 0.0375rem;
    line-height: 1.0625rem;
}

.ce_pricetable tbody .yes, tbody .no {
    position: relative;
    color: transparent;
}
.ce_pricetable tbody .yes:after {
    z-index: 9;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    background: url(/typo3conf/ext/atr_frontend/Resources/Public/images/yes.svg);
    width: 1.875rem;
    height: 100%;
    background-size: 1.875rem;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    background-position-x: 50%;
    background-position-y: 50%;
}
.ce_pricetable tbody .no:after {
    z-index: 9;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    background: url(/typo3conf/ext/atr_frontend/Resources/Public/images/no.svg);
    width: 1.875rem;
    height: 100%;
    background-size: 1.875rem;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    background-position-x: 50%;
    background-position-y: 50%;
}

.ce_pricetable tbody .optional {
    color: var(--Grey);
    font-size: 0.875rem;
}

.ce_pricetable tbody .price p:first-child {
    font-size: 1.125rem;
    color: var(--Grey);
}

.ce_pricetable tbody .price p:last-child {
    font-size: 0.875rem;
    color: var(--Grey);
}

.ce_pricetable tbody .price p {
    margin: 0;
}

.ce_pricetable tbody td div {
    min-height: 2rem;
}

.ce_pricetable tbody tr td:first-child div {
    color: var(--Grey);
}
/* Seiten Element */

.menu-item {
    margin-bottom: 3.125rem;
    position: relative;
    transition: 0.5s;
}


.menu-item .menu-information {
    background-color: var(--White);
    padding: 0.3125rem 1.25rem;
    position: absolute;
    bottom:0;
    width: calc(100% - 1.5rem);
    transition: 0.5s;
    pointer-events: none;
}

.menu-item .hide-menu {
    display: none;
}

.menu-item.hover .menu-information {
    background-color: var(--White);
}

.menu-item img {
    min-height: 14.375rem;
    object-fit: cover;
}

.menu-item h3 {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.0375rem;
    margin-bottom: 0.3125rem;
}

.menu-item .menu-sitetitle {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.menu-item .menu-teasertext {
    font-size: 1rem;
    line-height: 1.1875rem;
    margin-bottom: 0.3125rem;
    margin-top: 0.5rem;
}

.menu-item.menu-item-big .menu-item-big-left {
    padding-right: 0!important
}
.menu-item.menu-item-big .menu-item-big-right {
    padding-left: 0!important;
}

.menu-item.menu-item-big .menu-item-big-left, .menu-item.menu-item-big .menu-item-big-left {
    height: 20.625rem;
}

.menu-item.menu-item-big .menu-information {
    height: 100%;
    position: inherit;
}

.menu-item.menu-item-big .menu-information .menu-teasertext,.menu-item.menu-item-big .menu-information a {
    display: block!important;
}

.menu-item.menu-item-big h3 {
    font-size: 0.875rem;
    letter-spacing: 0.04375rem;
    line-height: 1.1875rem;
}

.menu-item.menu-item-big .menu-sitetitle {
    font-size: 2rem;
    line-height: 2.6875rem;
}

.menu-item.menu-item-big .menu-teasertext {
    font-size: 1.375rem;
    line-height: 1.6875rem;
}

@media(max-width: 767px) {
    .menu-item.menu-item-big .menu-item-big-left, .menu-item.menu-item-big .menu-item-big-left {
        height: auto;
    }

    .menu-item.menu-item-big .menu-item-big-left {
        padding-right: 0.75rem !important;
    }

    .menu-item.menu-item-big .menu-item-big-right {
        padding-left: 0.75rem !important;
    }
}
/* Responsive Navigation */

.logged-in .bottom-nav-item.bottom-nav-title-Login {
    display: none;
}

.resp-header-container {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: var(--Black);
    z-index: 999;
    left: 0;
    top: 0;
}

.resp-header-container .looks-like-headline-top-nav .bottom-nav-inner {
    display: none;
}

.resp-header-container .resp-navigation {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.resp-header-container .resp-navigation .bottom-nav-item, .resp-header-container .resp-navigation .bottom-nav-inner .subnav-item {
    padding: 0.9375rem 1.875rem;
    background-color: var(--White);
    margin-bottom: 0.3125rem;
    border-radius: 0.1875rem;
    box-shadow: 0.125rem 0.1875rem 0.625rem var(--Box-Shadow-Blue);
}

.resp-header-container .looks-like-headline-top-nav > a {
    font-size: 1rem;
    color: var(--Blue);
    text-decoration: none;
    font-weight: bold;
}

.resp-nav-back {
    height: 1.875rem;
    position: relative;
}

.resp-nav-back:before {
    content: '';
    position: absolute;
    background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/Icons/back-arrow.svg);
    background-repeat: no-repeat;
    height: 1.875rem;
    width: 1.875rem;
    background-size: 1.875rem;
}

body.fixed-header {
    overflow-y: hidden;
}

body.fixed-header .resp-menu .menu-line:nth-child(1) {
    transform: rotate(45deg);
    margin-top: 1.25rem;
}

body.fixed-header .resp-menu .menu-line:nth-child(2) {
    display: none;
}

body.fixed-header .resp-menu .menu-line:nth-child(3) {
    margin-top: -0.25rem;
    transform: rotate(-45deg);
}

.resp-background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    background-color: var(--Black);
    display: none;
}

.resp-header-container {
    overflow-x: hidden;
}

.resp-header-container .bottom-nav-inner {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
}

.resp-header-container .bottom-nav-inner-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.resp-header-container .subnav-2 {
    position: absolute;
    top: 0;
    left: 107%;
    width: 100%;
    height: 100%;
}

.resp-header-container .subnav-2 .subnav-2-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.resp-header-container .bottom-nav-inner {
    display: none;
}

.resp-header-container .bottom-nav-inner p {
    margin: 0;
}

.resp-header-container .subnav-item-row > a{
    font-size: 1rem;
    color: var(--Blue);
    text-decoration: none;
    font-weight: bold;
}

.resp-header-container .subnav-2 ul {
    padding-left: 0;
}

.resp-header-container .subnav-2 ul li {
    list-style-type:none;
    padding: 0.9375rem 1.875rem;
    background-color: var(--White);
    margin-bottom: 0.3125rem;
    border-radius: 0.1875rem;
    box-shadow: 0.125rem 0.1875rem 0.625rem var(--Box-Shadow-Blue);
}

.resp-header-container .subnav-2 ul li a {
    font-size: 1rem;
    color: var(--Blue);
    text-decoration: none;
    font-weight: bold;
}

.resp-header-container .hasChild > a > p {
    position: relative;
}
.resp-header-container .hasChild > a > p:before {
    content: "";
    background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/images/akkordeon_pfeil_blue.svg);
    background-size: 1.25rem;
    width: 1.3125rem;
    height: 1rem;
    position: absolute;
    right: 0;
    top: 0.1875rem;
    background-repeat: no-repeat;
    transition: 0.5s;
    pointer-events: none;
    transform: rotate(-90deg);
}

.resp-header-container .bottom-nav-item.active .hasChild > a > p:before {
    background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/images/akkordeon_pfeil_white.svg);
}


.resp-header-container .subnav-item.hasChild a > p {
    position: relative;
}

.resp-header-container .subnav-item.hasChild a > p:before {
    content: "";
    background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/images/akkordeon_pfeil_blue.svg);
    background-size: 1.25rem;
    width: 1.3125rem;
    height: 1rem;
    position: absolute;
    right: 0;
    top: 0.1875rem;
    background-repeat: no-repeat;
    transition: 0.5s;
    pointer-events: none;
    transform: rotate(-90deg);
}

.resp-header-container .subnav-item.hasChild.active a > p:before {
    background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/images/akkordeon_pfeil_white.svg);
}

.resp-header-container .subnav-item-row > .mainnav-link {
    font-weight: bold;
}

.resp-header-container .subnav-item.hasChild:before {
    top: 1.25rem;
}

.resp-header-container .subnav-item.hasChild.open:before {
    top: 1rem;
}

@media(max-width: 767px) {
    .resp-header-container {
        /*display: block;*/
    }
}

.resp-header-container .subnav-2 {
    display: none;
}

.resp-header-container .resp-navigation {
    position: relative;
}

.resp-header-container .subnav-2 p:before {
    content: none!important;
}

.resp-header-container .bottom-nav-inner-container > .row {
    flex-direction: column;
}

.resp-nav-back {
    margin-bottom: 1.25rem;
    color: var(--White);
}

.resp-header-container .bottom-nav-inner-container > .row, .resp-header-container .subnav-2 ul {
    position: relative;
}

.resp-header-container .bottom-nav-inner-container .resp-nav-back {
    position: absolute;
    top: -3.125rem;
    height: 1.875rem;
}

.resp-header-container .bottom-nav-inner-container .mainnav-link {
    color: var(--Blue);
    font-weight: bold;
}

body.resp-nav-open {
    overflow-y: hidden;
}

@media(max-width: 767px) {
    .breadscrumb.container {
        display: none;
    }
}

.resp-header-container .resp-navigation .bottom-nav-inner .subnav-item.subnav-item-active, .resp-header-container .resp-navigation .bottom-nav-item.active .bottom-nav-inner .subnav-item.subnav-item-active, .resp-header-container .resp-navigation .bottom-nav-item.active .bottom-nav-inner .subnav-item li.subnav-item-2.subnav-item-2-active {
    background-color: var(--Yellow);
}

/*.resp-header-container .resp-navigation .bottom-nav-item.active .bottom-nav-inner .subnav-item.subnav-item-active {
    background-color: var(--Blue;
}*/

.resp-header-container .resp-navigation .bottom-nav-inner .subnav-item.subnav-item-active a, .resp-header-container .resp-navigation .bottom-nav-item.active .bottom-nav-inner .subnav-item-active a, .resp-header-container .resp-navigation .bottom-nav-item.active .bottom-nav-inner li.subnav-item-2.subnav-item-2-active a {
    color: var(--Grey);
}

.resp-header-container .resp-navigation .bottom-nav-item.active, .resp-header-container .resp-navigation .bottom-nav-item.active .subnav-item.active, .resp-header-container .resp-navigation .bottom-nav-item.active .subnav-item.active li.subnav-item-2.active {
    background-color: var(--Blue);
}

.resp-header-container .resp-navigation .bottom-nav-item.active a.mainnav-link, .resp-header-container .resp-navigation .bottom-nav-item.active .subnav-item.active a.subnav-link, .resp-header-container .resp-navigation .bottom-nav-item.active .subnav-item.active li.subnav-item-2.active a {
    color: var(--White);
}

/* Lightbox */

.verticalalign-container.mask-container .lb-data .lb-close {
    float: left;
}

.verticalalign-container.mask-container .lb-dataContainer {
    margin-bottom: 1.25rem;
}

.verticalalign-container.mask-container .ce-right .ce-gallery {
    float: inherit;
}

.verticalalign-container.mask-container .ce-intext.ce-right .ce-gallery {
    margin: 0;
}

.mask-container.verticalalign-container .two-col img {
    width: 70%;
}

.mask-container.verticalalign-container .two-col .frame-type-textpic {
    min-height: 46.25rem;
}

.container em {
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: var(--Blue);
    font-family: 'CaveatBrush';
}

/* Meisterhaft Seite */

#c120 .header-container.meisterhaft-container, #c121 .header-container.meisterhaft-container {
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100vw;
    max-width: 156.25rem;
}

#c120 .meisterhaft-container .logo {
    background-color: var(--White);
    padding-left: 0;
    padding-top: 0.625rem;
    padding-bottom: 1.25rem;
}

@media(max-width: 1530px) and (min-width: 769px) {
    #c120 .meisterhaft-container .logo {
        padding-top: 0;
        padding-bottom: 0;
    }
}

#c121 .meisterhaft-container .logo {
    background-color: transparent;
    padding-left: 0;
    padding-top: 0.625rem;
    padding-bottom: 1.25rem;
    position: relative;
}

#c120 .grid_white {
    background-color: var(--White);
    padding-left: 0;
    padding-right: 0;
}

#c120 .verticalalign-container .col-12 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#c120 div#c16557 {
    padding-right: 1.25rem;
}

#c121 header .ac-logo img {
    height: 5.625rem;
}

#c121 .header-container.scrollMenu .logo img {
    height: auto;
    width: 7.5rem;
}

#c121 .meisterhaft-container .logo:before {
    content: '';
    width: 0;
    height: 0;
    /* border-left: 200px solid transparent; */
    /* border-right: 200px solid transparent; */
    /* border-bottom: 200px solid #062e52; */
    position: absolute;
    top: -5rem;
    z-index: -1;
    left: -8.125rem;
    width: 20rem;
    height: 13.75rem;
    background-color: #062e52;
    border-radius: 3.75rem;
}

#c121 .meisterhaft-container.scrollMenu .logo:before {
    content: none;
}

.meisterhaft-container .logo img {
    padding-left: 0.5rem;
}
@media(max-width: 1080px){
	/*.meisterhaft-container .logo img{
		width:10rem;
	}*/
}


#c120 .meisterhaft-container .main-navigation, #c121 .meisterhaft-container .main-navigation {
    position: absolute;
    top: 6.25rem;
    transition: 0.5s;
}

#c120 .meisterhaft-container.scrollMenu .main-navigation, #c121 .meisterhaft-container.scrollMenu .main-navigation {
    top: 5.4375rem;
}

.meisterhaft-content .slider-element img.img-fluid.lazyload.slider-image.pic-slick {
    height: 50rem;
}
.meisterhaft-content  .header-container .slider-element .container .row.row-slick {
    top: 18.75rem;
}
@media(max-width: 767px)  {
    .meisterhaft-content .header-container {
        margin-bottom: 3.125rem;
    }
}
@media(max-width: 575px) {
    .meisterhaft-content .slider-element img.img-fluid.lazyload.slider-image.pic-slick {
        height: 37.5rem;
    }
    .meisterhaft-content  .header-container .slider-element .container .row.row-slick {
        top: 12.5rem;
    }
	div.content-wrap div.row{
		margin-left:0;
		margin-right:0;
	}
}

.meisterhaft-container .extranet-link {
    text-align: right;
	text-align: right;
	width: 200px;
	position: fixed;
	right: 1%;
	top: 25px;
}

@media(max-width: 1530px){
	.meisterhaft-container .extranet-link {
		top: 13px;
	}
}
@media(max-width: 767px) {
    .meisterhaft-container .extranet-link {
        position: absolute;
        right: 10px;
        max-width: 57%;
    }

    .meisterhaft-container h4 {
        line-height: 2rem;
    }

    div#c16551 .two-col .col-xl-4 {
        width: 40%;
    }

    div#c16551 .two-col .col-xl-8 {
        width: 60%;
    }

    div#c16562 .two-col .col-xl-4 {
        width: 40%;
    }

    div#c16562 .two-col .col-xl-8 {
        width: 60%;
    }

    div#c16557 {
        margin-top: 1.875rem;
    }

    div#c16555 {
        padding-bottom: 0.9375rem;
    }

    div#c16559 {
        margin-top: 0;
    }
}

.meisterhaft-container .extranet-link p {
    padding: 1.0625rem 0.9375rem 1.0625rem 1.875rem;
    background-color: var(--Yellow);
    display: inline-block;
    /* margin-right: 1.875rem; */
	margin:0;
    color: var(--Black);
    font-size: 1rem;
    line-height: 1.1875rem;
    font-weight: bold;
    box-shadow: 0.125rem 0.1875rem 0.625rem var(--Box-Shadow-Blue);
    transition: 0.25s;
    border-radius: 0.25rem;
}

.meisterhaft-container .extranet-link p:hover {
    background-color: var(--Gold);
    color: var(--White);
}

.meisterhaft-container .bottom-nav-inner {
    display: none!important;
}

/* login */

div#c150 .breadscrumb {
    display: none;
}

div#c150 .content-wrap > .container {
    box-shadow: 0.125rem 0.1875rem 0.625rem var(--Box-Shadow-Blue);
    margin-bottom: 6.25rem;
    text-align: center;
}

div#c150 .content-wrap > .container .two-col .col-xl-8 {
    background-color: var(--White);
    padding: 3.75rem;
}

div#c150 .content-wrap > .container .two-col .col-xl-8 p {
    margin-bottom: 3.125rem;
}

div#c150 .content-wrap > .container .two-col h3 {
    border-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: var(--Black);
    text-transform: none;
    letter-spacing: 0;
}

div#c150 .content-wrap > .container .two-col fieldset legend {
    display: none;
}

div#c150 .content-wrap > .container .two-col input[type="text"], div#c150 .content-wrap > .container .two-col input[type="password"] {
    background-color: var(--Lightgrey);
    border: 0;
    border-radius: 0.3125rem;
    box-shadow: inset 0.125rem 0.1875rem 0.625rem var(--Box-Shadow-Blue);
    padding: 0.625rem 1.25rem;
    margin-bottom: 0.9375rem;
    min-width: 18.125rem;
}

div#c150 .content-wrap > .container .two-col input[type="submit"] {
    background-color: var(--Blue);
    color: var(--White);
    text-transform: uppercase;
    box-shadow: 0.125rem 0.1875rem 0.625rem var(--Box-Shadow-Blue);
    border: none;
    margin-bottom: 2.5rem;
    padding: 0.625rem 1.5625rem;
    border-radius: 0.3125rem;
}

div#c150 .content-wrap > .container .two-col .col-xl-4 {
    background-color: var(--Blue);
    padding: 3.75rem 1.875rem;
}

div#c150 .content-wrap > .container .two-col .col-xl-4 > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

div#c150 .content-wrap > .container .two-col .col-xl-4 header {
    background-color: transparent;
}

div#c150 .content-wrap > .container .two-col .col-xl-4 h2 {
    color: var(--White);
    border: none;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 3.125rem;
}

div#c150 .content-wrap > .container .two-col .col-xl-4 p {
    color: var(--White);
    font-size: 1.125rem;
}

div#c150 .content-wrap > .container .two-col .col-xl-4 a {
    color: var(--Black);
    font-size: 0.75rem;
    line-height: 0.875rem;
    background-color: var(--Yellow);
    padding: 0.625rem 0.9375rem;
    border-radius: 0.3125rem;
    box-shadow: 0.125rem 0.1875rem 0.625rem var(--Box-Shadow-Blue);
    font-weight: bold;
}

/* resp Site Btns */

@media(max-width: 767px) {
    .site-buttons .site-btn .site-btn-info {
        position: fixed;
        left: 10%;
        top: inherit;
        bottom: 6%;
        width: 80%;
    }

    .site-btn.site-btn-person, .site-btn.site-btn-fav, .site-buttons .site-btn.site-btn-phone, .site-btn.site-btn-shop, .site-buttons > a {
        background-color: transparent!important;
        color: transparent!important;
    }

    .site-buttons {
        right: -23.75rem;
    }

    .site-btn .site-btn-inner {
        display: none;
    }

    .site-buttons .site-btn:before {
        content: none!important;
    }

    .resp-site-btns-menu .site-buttons {
        display: block;
    }

    .resp-site-btns-menu .site-btn-info {
        z-index: 99999;
        pointer-events: inherit;
    }
}

.content-wrap ul li {
    color: var(--Grey);
}

/* Preisvorteilstabelle */

.offset-container {
    position:relative;
}

.small-container .preisvorteilsliste-container {
    width: 30%;
    right: -30%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.preisvorteilsliste-container {
    width: 20%;
    right: -20%;
    position: absolute;
    top: -5.625rem;
    z-index: 1;
}

.preisvorteilsliste-container h4 {
    margin-bottom: 0;
    font-size: 1.875rem;
    line-height: 2.125rem;
}

.preisvorteilsliste-container a {
    color: var(--Blue);
    font-weight: bold;
}

.preisvorteilsliste-container .col-12 > div:nth-child(1) p {
    color: var(--Grey);
}

.preisvorteilsliste-container p {
    color: var(--Blue);
    font-size:0.875rem;
}

.preisvorteilsliste-container hr.ce-div {
    background-color: var(--Blue);
    opacity: 1;
    height: 0.1875rem;
}

.preisvorteilsliste-container h4 strong {
    font-family: 'CaveatBrush';
    font-size: 2.625rem;
}

.preisvorteilsliste-container .col-12 > div:nth-child(3) h4:first-child {
    margin-top: 0.625rem;
}

/* Ansprechpartnerslider */

.ansprechpartnerslider-item {
    margin: 1.5625rem; 0.625rem;
    -webkit-box-shadow: 0.1875rem 0.1875rem 0.6875rem -0.1875rem var(--Box-Shadow-Blue);
    box-shadow: 0.1875rem 0.1875rem 0.6875rem -0.1875rem var(--Box-Shadow-Blue);
}

.ansprechpartnerslider-title {
    padding: 0.3125rem 0.3125rem 0.9375rem;
    background-color: var(--White);
}

.ansprechpartnerslider-title p {
    font-size: 1rem;
    margin: 0;
    font-weight: bold;
    text-align: center;
}
@media(max-width: 768px) {
    .ansprechpartnerslider-title {
        padding: 0.4375rem 0.4375rem 0.9375rem;
        background-color: var(--White);
    }
}

@media(max-width: 480px) {
    .ansprechpartnerslider-title {
        padding: 0.8125rem 0.8125rem 0.9375rem;
        background-color: var(--White);
    }
}

/* LINK */

#ce_link .yellow-btn {
    background-color: var(--Yellow);
    padding: 0.375rem 1.25rem;
    box-shadow: 0.125rem 0.1875rem 0.375rem var(--Box-Shadow-Grey);
}

#ce_link .yellow-btn a {
    color: var(--Black);
    text-decoration: none;
    font-weight: bold;
}

#ce_link .white-btn {
    background-color: var(--White);
    padding: 0.375rem 1.25rem;
    box-shadow: 0.125rem 0.1875rem 0.375rem var(--Box-Shadow-Blue);
}

#ce_link .white-btn a {
    color: var(--Blue);
    text-decoration: none;
    font-weight: bold;
}

/* Proven Expert */

.tx_nnloginprovenexpert img {
    display: none;
}

.tx_nnloginprovenexpert .text a, .logintipsbtn {
    font-weight: bold;
    background-color: var(--Blue);
    color: var(--White);
    padding: 0.625rem 1.875rem;
    border-radius: 0.3125rem;
    font-size: 1.375rem;
    cursor: pointer;
}

.logintipsbtn {
    border: none;
    padding: 0.3125rem 1.875rem 0.3125rem 1.5625rem;
    background-color: var(--Lightgrey);
    color: var(--Blue);
    text-transform: uppercase;
    letter-spacing: 0.04375rem;
    font-size: 1rem;
    box-shadow: 0.125rem 0.1875rem 0.375rem var(--Box-Shadow-Blue);
    position: relative;
}

.logintipsbtn:before {
    background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/images/ATR_Extranet_Ic__Ext-Link_MH.svg);
    content: '';
    position: absolute;
    background-size: 1rem;
    width: 100%;
    background-repeat: no-repeat;
    left: 0;
    background-position-x: 90%;
    background-position-y: 50%;
    height: 100%;
    top: -0.0625rem;
    pointer-events: none;
}

a.logintipsbtn {
    padding: 0.6875rem 1.875rem 0.625rem 1.5625rem;
}
.tx-nnloginnametip.tx_nnloginprovenexpert .col-3 p {
    padding-top: 0.3125rem;
}
.tx-nnloginnametip.tx_nnloginprovenexpert p {
    margin-bottom: 0;
}
.tx-nnloginnametip {
    background-color: var(--White);
    padding: 1.25rem 1.875rem;
    margin-top: 1.875rem;
}

.tx-nnloginnametip img {
    display: none;
}

.tx_nnloginprovenexpert .image-center .text:first-child {
    display: none;
}

.tx-nnloginnametip div#mobi_verwaltung_button_text p {
    margin: 0;
    padding-top: 0.4375rem;
}

.tx_nnloginprovenexpert .semiramis {
    display: none;
}

.main-navigation .subnav-image-item-row img {
    height: 6.25rem;
}

.main-navigation li.subnav-item-2 {
    line-height: 1rem;
    margin-bottom: 0.625rem;
}

/* Kontaktformular */

.powermail_fieldset > legend {
    display: none;
}

.powermail_fieldset label.powermail_label {
    width: 30%;
    float:left;
    font-size: 1.125rem;
    font-weight: bold;
    margin-top: 0.4375rem;
}

.powermail_fieldset select, .powermail_fieldset input, .powermail_fieldset textarea {
    width: 70%;
    margin-bottom: 0.9375rem;
    padding: 0.375rem 0.9375rem;
    border-radius: 0.3125rem;
    min-height: 2.375rem;
    border: 0.0625rem solid var(--Yellow);
}

.powermail_fieldset .checkbox label {
    width: 70%;
}

.powermail_fieldset .checkbox label input[type="checkbox"] {
    width: 1.25rem;
    margin-right: 1.25rem;
}

.powermail_fieldset input.powermail_submit {
    width: 15rem;
    float:right;
    background-color: var(--Blue);
    color: var(--White);
    font-weight: bold;
    border: none;
    margin-top: 1.25rem;
}

/* Icons Anpassen */

/* Finanzen */
.main-navigation .main-navigation-center .bottom-nav-item:nth-child(2) .subnav-item:nth-child(3) .subnav-item-row.subnav-image-item-row {
    padding-left: 0%;
}

/* Recht */

.main-navigation .main-navigation-center .bottom-nav-item:nth-child(2) .subnav-item:nth-child(5) .subnav-item-row.subnav-image-item-row {
    padding-left: 0%;
}

/* MHAC */

.main-navigation .main-navigation-center .bottom-nav-item:nth-child(3) .subnav-item:nth-child(1) .subnav-item-row.subnav-image-item-row {
    padding: 0;
}

/* Newsletter */

.main-navigation .main-navigation-center .bottom-nav-item:nth-child(3) .subnav-item:nth-child(2) .subnav-item-row.subnav-image-item-row {
    padding-left: 0%;
}

/* Aufnahme-Verfahren */

.main-navigation .main-navigation-center .bottom-nav-item:nth-child(4) .subnav-item:nth-child(1) .subnav-item-row.subnav-image-item-row {
    padding-left: 20%;
}

/* Gestaltungsverfahren */

.main-navigation .main-navigation-center .bottom-nav-item:nth-child(4) .subnav-item:nth-child(2) .subnav-item-row.subnav-image-item-row {
    padding-left: 20%;
}

/* Konzeptkonfigurator */

.main-navigation .main-navigation-center .bottom-nav-item:nth-child(4) .subnav-item:nth-child(3) .subnav-item-row.subnav-image-item-row {
    padding-left: 20%;
}

/* Vertriebsdokumente */

.main-navigation .main-navigation-center .bottom-nav-item:nth-child(4) .subnav-item:nth-child(6) .subnav-item-row.subnav-image-item-row {
    padding-left: 17%;
}

/* Ansprechparterinnen */

.main-navigation .main-navigation-center .bottom-nav-item:nth-child(4) .subnav-item:nth-child(7) .subnav-item-row.subnav-image-item-row {
    padding-left: 20%;
}

/* Motus */

div#c16556 {
    height: 15rem;
    overflow: hidden;
}

div#c16556 img {
    margin-top: -10.625rem;
    height: 29.875rem;
    object-fit: cover;
}

div#c16555 {
    position: relative;
}

div#c16555 .offset-container {
    position: absolute;
    top: 0;
    padding: 0;
    width: 16.25rem;
    left: 1.25rem;
    background-color: var(--White);
    padding-top: 0.9375rem;
    padding-bottom: 0.75rem;
}

div#c16555 .offset-container:after {
    content: '';
    position: absolute;
    width: 16.25rem;
    height: 1.375rem;
    top: 4.5rem;
    transform: rotate(-5deg);
    background-color: var(--White);
    z-index: 1;
    overflow-y: visible;
}

div#c16555 .offset-container img {
    width: 80%;
    margin: auto;
}

div#c16555 .offset-container:before {
    content: 'DAS SERVICEMAGAZINE FÜR UNSERE KUNDEN';
    position: absolute;
    font-size: 0.5625rem;
    font-weight: bold;
    letter-spacing: 0.03125rem;
    bottom: 0.25rem;
    transform: rotate(-5deg);
    z-index: 9;
    left: 1.625rem;
}

div#c16555 .col-12.col-md-12.col-lg-12.col-xl-4 {
    padding-left: 1.875rem;
    padding-right: 3.75rem;
}

div#c16553 {
    margin-top: 4.375rem;
}
@media(max-width: 767px) {
    div#c16553 {
        margin-top: 0;
    }
}
.extranet-link-inner p {
    position: relative;
}
.extranet-link-inner p:before {
    content: '';
    position: absolute;
    background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/images/ATR_Extranet_Ic__Profil_extranet.svg);
    width: 1.5rem;
    height: 1.5rem;
    top: 0.875rem;
    left: 0.3125rem;
    transition: 0.25s;
}

.extranet-link-inner p:hover:before {
    background-image: url(/typo3conf/ext/atr_frontend/Resources/Public/images/ATR_Extranet_Ic__Profil_white.svg);
}

div#c16559, div#c16553 {
    margin-bottom: 1.25rem;
}

input#powermail_field_mitmirkontaktaufnehmen_1, input#powermail_field_datenschutz_1 {
    position: absolute;
    left: 0;
    top: -0.4375rem;
}

.powermail_fieldwrap .powermail_field .checkbox label {
    margin-top: 0.625rem;
    padding-left: 1.875rem;
    position: relative;
}

@media(max-width: 767px) {

    .header-container .slider-element button.slick-arrow {
        top: 90%;
        z-index: 9;
    }

    .header-container button.slick-prev.slick-arrow {
        right: inherit;
        left: 0.75rem;
    }

    .tx-nnfavorites {
        margin-top: 0!important;
        margin-bottom: 0.625rem!important;
    }

    button.slick-prev.slick-arrow {
        right: inherit;
        left: 0.75rem;
    }

    button.slick-prev.slick-arrow:before {
        left: -0.75rem;
    }

    div#ce_person img {
        max-height: 14.375rem;
        width: auto;
        border-radius: 1.875rem;
    }
}

@media(max-width: 520px) {
    div#ce_download .col-md-1.col-sm-2 {
        width: 33.33%;
    }

    div#ce_download .col-md-9.col-sm-8.download-file-info {
        width: 66.66%;
    }
}

.ansprechpartner-container .ce-gallery .ce-row .ce-column:nth-child(2) {
    display: none;
}

.ansprechpartner-container .ce-gallery .ce-row:hover .ce-column:nth-child(1) {
    display: none;
}

.ansprechpartner-container .ce-gallery .ce-row:hover .ce-column:nth-child(2) {
    display: block;
}

.ansprechpartner-container .two-col img {
    width: 20.625rem!important;
    height: 20.625rem;
}

/* fegroup selection */

content.mh-content .fe-group-22 {
    display: none;
}

content.ac-content .fe-group-1 {
    display: none;
}

/* News Fix 19.06.2023 FL */

.mh-content #news-container-16545 {
    display: none;
}

.ac-content #news-container-16543 {
    display: none;
}

div.tx-nnatrkowewerkstattsuche #gs_warning #span_warning_submit, div.tx-nnatrkowewerkstattsuche form #gs_form_submit {
    background-color: var(--Blue);
}

div.tx-nnatrkowewerkstattsuche form input.input_garageSearch {
    border-color: var(--Blue);
}

div.tx-nnatrkowewerkstattsuche #tx_nnatrkowewerkstattsuche td.td_garageTitle span.span_garageDistance {
    color: rgb(147,0,0);
}

div.tx-nnatrkowewerkstattsuche #tx_nnatrkowewerkstattsuche td.td_garageAddress span.span_garagePhone, #tx_nnatrkowewerkstattsuche td.td_garageAddress span.span_garageFax, div.tx-nnatrkowewerkstattsuche #tx_nnatrkowewerkstattsuche td.td_garageTime span {
    color: black;
}

@media(max-width: 767px) {
    fieldset.powermail_fieldset.powermail_fieldset_1 .checkbox > *, fieldset.powermail_fieldset.powermail_fieldset_1 .powermail_fieldwrap > *, fieldset.powermail_fieldset.powermail_fieldset_1 .powermail_fieldwrap > .powermail_field > * {
        width: 100%;
    }

    fieldset.powermail_fieldset.powermail_fieldset_1 .powermail_fieldwrap {
        margin-bottom: 0;
    }

    header .logo {
        padding-left: 0;
        max-width: 13.75rem;
    }
}

body #c143 .download-wrap .download-info img:hover {
    width: 170px;
    background-color: white;
    position: absolute;
}

/*MH-Partnernet-Schriftzug auf EWE-Popup*/
#div_warning_logo{
	background-image: url(/fileadmin/images/Partnernet_Titel_MH.svg);
	background-size: 100%;
	width: 300px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 25px auto;
	padding:13px;
}
/*MH-Partnernet-Schriftzug auf EWE-Popup*/

.cc-btn.cc-allow-all {
    color: black!important;
}

div.cc-compliance a.cc-btn.cc-allow, div.cc-compliance a.cc-btn.cc-deny {
    color: white!important;
}

div.tx-nnatrkowewerkstattsuche #tx_nnatrkowewerkstattsuche td.td_garageTitle a {
    color: black!important;
}

div.tx-nnatrkowewerkstattsuche label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 15px;
}
div.cc-window{
	height: auto;
	max-height:665px;
	overflow: scroll;
	top: 1rem !important;
	z-index:999999;
}

.col-md-12.image-width-picture.gif_picture img {
    height: auto !important;
    margin: 0 !important;
}

div#ce_imagewidth.gif_picture_container {
    margin: 0;
}

.partner-slick-slider .slick-slide img {
    padding: 0 10px;
}