/* General Site Width */
.section-default {
    width: 85vw;
    margin: auto;
    min-width: 272px;
}

.section-default .frame.frame-fullwith, .section-default .frame.frame-fullwith-noframe {
    width: 100vw;
    left: -7.5vw;
}
.section-default .frame.frame-fullwith-noframe {
    padding:0;
    margin:0;
}
html {
    font-size: 24px;
    font-size: 1.5vw;
    line-height: 140%;
}

@media (min-width: 1600px) {
    html {
        font-size: 24px;
        line-height: 140%;
    }
}


@media (max-width: 991px) {
    html {
        font-size: 16px;
        line-height: 140%;
    }
}


body {
    min-width: 320px;
    position: relative;
}


.gallery-item {
    width: 100%;
}

.gallery-item img {
    /*height: fit-content;*/
}



/*
==============================================================================

Body Background

==============================================================================

*/

.body-bg {
    background: transparent linear-gradient(90deg, #343434 0%, #969696 50%, #343434 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}


/*
==============================================================================

Abschnitt: Header

==============================================================================

Meta Nav Styling

Logo + Main Nav + Hamburger Menu Container

Main Nav + Sub Nav + Logo Styling

*/
.navbar {
    padding: 0;
    width: 100%;
    top: 0;
    background:#fff;
}

.navbar > .section-default {}

@media (max-width: 991px) {
    .navbar .navbar-main {
        display: none;
    }
}

/* 
=========================================================================
Meta Nav Styling ======================================================== 
=========================================================================
*/
/* Meta Nav Font Styling */
header > .section-default > .metanav_wrapper a {
    font-weight: 400;
    color: grey;
    -webkit-transition: color ease-in-out 150ms;
    transition: color ease-in-out 150ms;
}

/* Meta Nav Hover */
header > .section-default > .metanav_wrapper a:hover {
    color: black;
}

.metanav_wrapper > .frame,
.metanav_wrapper > .frame > ul {
    padding: 0;
}

/* Meta Nav Styling Padding Top and Padding Bottom */
.metanav_wrapper {
    padding-bottom: 1.35em;
    padding-top: 0.16em;
}

.meta-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    font-size: 0.6rem;
    font-weight: normal;
}

/* Meta Nav Styling Padding Left and Padding Right */
.meta-menu li {
    padding-left: 10px;
    padding-right: 0px;
}

.meta-menu li:first-child {
    padding-left: 0;
}

.meta-menu li:last-child {
    padding-right: 0;
}

.meta-menu li a:link, 
.meta-menu li a:visited {
    color: #707070;
}
.meta-menu li:after{
    content:"|";
    padding-left: 10px;
}
.meta-menu li:last-child:after{
    display:none;
}

@media (max-width: 991px) {
    .metanav_wrapper.desktop{
        display:none;
    }

    .meta-menu {
        font-size: 1rem;
    }

    .metanav_wrapper {
        padding-left: 5vw;
        padding-right: 5vw;
        padding-top: 100px;
    }

}

/* 
=======================================================================
Logo + Main Nav + Hamburger Menu Container  ===========================
=======================================================================
*/
.logo_Main-nav_hamburger-menu_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .logo_Main-nav_hamburger-menu_container {
        align-items: center;
    }
}

/* ======================================================================
Main Nav + Sub Nav + Logo Styling =======================================
=========================================================================

Main Nav Styling 

Sub Nav Styling 

Logo Styling

*/
/* Main Nav + Sub Nav + Logo Variables */
/* ===== Main Nav Styling ======================================== */
.main-nav {
    -ms-flex-item-align: center;
    align-self: center;
}

/* Main Nav Font Styling */
.navbar-collapse.collapse ul li,
.language-menu li {
    font-size: 24px;
    font-size: 0.706em;
    line-height: normal;
    margin: 0 0.4em;
}

.navbar-collapse.collapse ul li.active {
    background-color: #8C7B43 !important;
    color: #FFFFFF;
}

.navbar-collapse.collapse ul li.active dropdown {
    background-color: #8C7B43 !important;
    color: #FFFFFF;
}



/*.navbar-collapse.collapse ul li a:active, .language-menu li a {
    color: white !important;
}*/

.navbar-collapse.collapse ul.navbar-main > li.active > a span {
    color: white;
    background-color: #8C7B43;
}



.navbar-collapse.collapse ul li a,
.language-menu li a {
    /* normal corresponds to a line-height of 1.2 */
    font-weight: 400;
    color: #707070;
    -webkit-transition: color ease-in-out 150ms;
    transition: color ease-in-out 150ms;
    position: relative;
    padding: 0.4em 0.6em;
    white-space: nowrap;
    display:block;
}


.main-nav > nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-nav {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 36px 0;
    padding: 0.4em 0;
}

.navbar-collapse {
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
}

.navbar-collapse.collapse {
    display: block;
    padding: 0;
    padding-bottom: 0;
}

/* Ausschalten des Before und After Pseudoelementes */
.navbar.navbar-top::before,
.navbar.navbar-top::after,
.navbar-collapse.collapse::before,
.navbar-collapse.collapse::after {
    display: none;
}

.main-nav .navbar-collapse.collapse ul li.active.dropdown {
    background: none;
}


/* ===== Sub Nav Styling =================================================== */

.navbar-main li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin: 0;
    opacity: 1;
    -webkit-transition: opacity ease-in-out 150ms;
    transition: opacity ease-in-out 150ms;
    z-index: 2;
}

.dropdown-menu {
    padding: 0 0 10px;
    padding: 0 0 0.294em;
    border: 0;
    width: auto;
    min-width: auto;
    left: auto;
    z-index: -1;
    background-color: #8C7B43;
    -webkit-transition: opacity ease-in-out 150ms;
    transition: opacity ease-in-out 150ms;
    opacity:0;
    display:block;
    float:none;
}

.navbar-collapse.collapse ul li .dropdown-menu li a {
    padding: 0;
    font-weight: normal;
    text-transform: none;
}

.navbar-collapse.collapse ul li .dropdown-menu li a:hover {
    color:#000;
}

.dropdown-menu > li > a:hover {
    text-decoration: none;
}

.dropdown-menu > .active > a {
    background-color: none;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-main > li .dropdown-menu li {
    background-color: none;
    position: relative;
    padding: 4px 0;
    padding: 0.118rem 0;
}

.navbar-collapse.collapse ul li a:hover {
    text-decoration: none;
    color: #ffff;
    background-color: #8C7B43;
}
.navbar-collapse.collapse ul li.dropdown:hover a {
    text-decoration: none;
    background:#8C7B43;
    color: #ffff;
    -webkit-transition: background ease-in-out 150ms;
    transition: background ease-in-out 150ms;
}
.navbar-collapse.collapse ul li.dropdown:hover > a:hover {
    text-decoration: none;
    color:#ffff;
}


@media (max-width: 991px) {

    /* Main Nav Font Styling */
    .main-hamburger-menu ul li a {
        /*color: #7E000D;*/
    }
    
    .meta-menu li a:link, .meta-menu li a:visited {
    color: #ffff;
    }
    
    .main-hamburger-menu ul li a:focus,.main-hamburger-menu ul li a:hover {
        outline: none;
        color: #000;
    }

    .main-nav-hamburger-menu {
        padding-left: 5vw;
        padding-right: 5vw;
        padding-top: 0px;
        padding-bottom: 3em;
    }

    .main-nav-hamburger-menu ul {
        padding: 0 0 0 0px;
        list-style: none;
        margin: 0;
    }

    .main-nav-hamburger-menu ul ul {
        padding: 0 0 0 20px;
    }

    .main-nav-hamburger-menu a {
        padding-bottom: 6px;
        padding-top: 6px;
        display: block;
    }

    .main-nav-hamburger-menu ul.dropdown-menu {
        padding-bottom: 20px;
    }

    .main-nav-hamburger-menu ul li {
        clear: both;
    }

    .main-nav-hamburger-menu .show > .dropdown-toggle::after {
        border-top: 0;
        border-right: 0.3em solid transparent;
        border-bottom: 0.3em solid;
        border-left: 0.3em solid transparent;
    }
    .main-nav-hamburger-menu .dropdown-toggle::after{
        display:none;
    }


    .main-hamburger-menu ul li.active > a {
        color: #E5BB22;

    }

    .main-hamburger-menu ul li.dropdown:hover > .dropdown-menu {
        display: block;
    }

    /* ===== Sub Nav Styling ============================================== */
    .dropdown-menu {
        position: relative;
        background: none;
        width: 100%;
        opacity:1;
        z-index:0;
    }

    .dropdown-menu:before {
        display: none;
    }


    /* ===== Logo Styling ================================================= */
    /* Logo Desktop On/Off */
    .logo-1 > a {
        display: block;
    }

    /* Logo Mobile On/Off */
    .logoMobileView {
        display: none;
        height: auto;
    }

    /* Logo Padding Top and Padding Bottom */
    .logo-1 a {
        float: none;
        height: auto;
        padding: 20px 0 20px 0;
    }
}

.brand_wrapper{
}

.brand_wrapper .brands{
    padding: 36px 0;
    padding: 0.8em 0;
    height: 100%;
}

.brands-menu{
    list-style: none;
    padding: 0;
    width: 100%;
    height: 100%;
}
#brands-menu div {
    height: 100%;
    display: block;
}

.brands-menu li {
    padding: 0 20px;
    display:inline-block;
    height:100%;
}

.brands-menu li a{
    display:block;
    height:100%;
}

.brands-menu img{
    height:3em;
    width:auto;
}

.brands-image-container > div {
    /*width: 8vw;*/
    /*padding-bottom:75%;*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media (max-width: 991px) {
    .brand_wrapper.desktop{
        display:none;
    }

    .brand_wrapper .brands {
        padding: 1em 0;
    }

    .brands-menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }


    .brands-menu li {
        padding: 1em 20px;
    }
}


/* ===== Logo Styling ======================================================== */

.logo-1 {
    background: #fff;
    position: relative;
    z-index: 1;
}


/* Logo Padding Top and Padding Bottom */
.logo-1 a {
    float: none;
    height: auto;
    padding: 36px 0;
    padding: 0.8em 0;
    font-size: 1em;
}

/* Logo Height */
.logo-1 > a > img {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    height: 158px;
    height: 3em;
    width: auto;
   
}

/* Logo Mobile On/Off */
.logoMobileView {
    display: none;
}





/*
==============================================================================

Abschnitt: Background Slider Startseite

==============================================================================
*/
.carousel p{
    color: black;
}

.carousel-text.vcontainer {
    background: #FFFFFF83 0% 0% no-repeat padding-box;
}


.carousel .carousel-content {
    font-size: 1.4em;
}

.carousel .carousel-item h1,
.carousel .carousel-item h2,
.carousel .carousel-item h3,
.carousel .carousel-item h4,
.carousel .carousel-item h5,
.carousel .carousel-item h6,
.carousel .carousel-item p {
  
}

.carousel .carousel-item h1 {
    font-weight:700;
}
.carousel .carousel-item h2 {
    font-weight:600;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 0;
}

.carousel .carousel-item .valign {
    width: 85vw;
    max-width: initial;
    min-width: 272px;
}

.carousel .carousel-item .valign .carousel-text.vcontainer {
    margin-bottom: 43px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: fit-content;
    padding: 25px 56px 0px;
    font-size: 1rem;
}

.carousel .carousel-item-type-header .valign {
    align-items: flex-start;
}

@media (min-width: 991px) {

    .carousel-item-type-header .carousel-text-inner {
        margin: 0;
        padding-bottom: 5em;
        padding-top: 2.4em;
        float: right;
        padding-left: 3.4em;
    }

}

@media (max-width: 990px) {

    .carousel-item-type-header .carousel-text-inner {
        margin: 0;
        padding-bottom: 5em;
        padding-top: 1.5em;
        /*float: right;*/
        padding-left: 0.938em;
    }
}



@media (max-width: 991px) {
    .carousel-fullscreen .item {
        height: 400px;
    }

}

@media (max-width: 425px) {
    h1.carousel-header.none {
        font-size: 25px;
    }

}

.carousel-item-type-text .carousel-text-inner {
    width: 100%;
}

.carousel .carousel-control-icon {
    background: none;
}

.carousel .carousel-control-icon:before {
   /*width: 2em;
    height: 2em;*/
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
}

.carousel.carousel-fullscreen .carousel-control-icon:before {
   /* width: 2.5em;
    height: 2.5em;
    border-top: 0.4em solid #fff;
    border-right: 0.4em solid #fff;*/
}

.carousel-control-next {
    right: 1em;
}

.carousel-control-prev {
    left: 1em;
}

@media (max-width: 991px) {

    .background-slider img {
        min-height: 80px;
        max-height: 108px;
    }
}

.carousel .item {
    height: 18.2vw;
    min-height: 180px;
}

.carousel.carousel-fullscreen .item {
    height: 80vh;
}

.carousel-item-type-call_to_action .carousel-box {
    max-width: none;
    background-color:transparent;
    padding:0;
    text-align:center;
}

.carousel-item-type-call_to_action .carousel-box *{
    display:inline-block;
}

.carousel-item-type-call_to_action .carousel-box a{
    font-weight: inherit;
    font-size: 1em;
    padding: 0;
    line-height: normal;
    background: transparent;
    border: none;
    vertical-align: initial;
    color:inherit;
    margin: 0 0.4em;
}

.carousel .carousel-item-type-call_to_action .carousel-content {
    font-size: 1em;
}

/*
==============================================================================

Abschnitt: Footer

==============================================================================
*/

@media (max-width: 991px) {

    .footer-section {
        font-weight: 300 !important;
     
    }

    .fa-instagram {
        font-size: 1.9rem !important;
        line-height: 41% !important;
    }


    #education {
        width: 135px;
    }

    .column-2-footer-left {
        max-width: 177px;
        margin: auto;
    }

    .column-2-footer-center {
        text-align: -webkit-center !important;
        text-align: center !important;
    }

    #page-footer a {
        text-decoration: none;
        text-align: center;
    }

    .footer-section .frame {
        padding-top: 1em;
        padding-bottom: 1em;
        text-align: -webkit-center !important;
    }
    
    .column-footer-left p, .column-footer-center p, .column-footer-right p,  .footer-column-2 ul  {
       font-size: 1.1rem;
        white-space: nowrap;
    }
    
    /*Footer Logo Ruedi Rüssel*/
    footer .image-footer-right-site-right .gallery-item img {
        width: 21%;
    }  
}

@media (min-width: 992px) {
    .column-footer-left p, .column-footer-center p, .column-footer-right p  {
        font-size: 0.8rem;
        white-space: nowrap;
    }   
    
    /*Footer Logo Ruedi Rüssel*/
    footer .image-footer-right-site-right .gallery-item img {
        width: 31%;
    }
}


.footer-section-content {
    background-color: #8C7B43;
}

.footer-section {
    font-weight: 300;
    /*font-size: 0.75em;*/
    font-size: 0.8rem;
}

.footer-section .frame {
    padding-top: 1em;
    padding-bottom: 1em;
    /*text-align: -webkit-center !important;*/
}

.footer-section p {
    color: white;
}


.footer-section-content a:not(.btn) {
    color: #fff;
}

.footer-section-content a:not(.btn):hover,
.footer-section-content a:not(.btn):focus {
    color: #fff;
}

.scroll-top {
    display: none;
}

footer ul {
    list-style: none;
    padding: 0;
}

a.back-to-top {
    margin-top: 0em;
    clear: both;
    display: block;
    position: relative;
}

a.back-to-top span {
    transform: rotate(-90deg) translate(0.8em, 0.6em);
    transform-origin: center;
    text-align: center;
    font-size: 2.6em;
    font-weight: 100;
    top: 0;
    line-height: 1;
    position: absolute;
}

.footer-section-meta {
    display: none;
}

.row .section-default,
.background-slider > .section-default,
.google-maps > .section-default {
    width: 100%;
    min-width: 0;
}

.background-slider > .section-default .gallery-row {
	margin-left: 0;
	margin-right: 0;
}
.background-slider > .section-default .gallery-item{
	padding-left: 0px;
	padding-right: 0px;
}




/*Footer Logo Reifenspezialist*/
footer .image-footer-left-site-right .gallery-item img {
    width: 59%;
}

/*Footer Logo le Garage*/
footer .image-footer-right .gallery-item img {
    width: 76%;
}

/*Footer Logo Opel*/
footer .image-footer-left .gallery-item img {
    width: 41%;
}

/*Footer Logo DS*/
footer .ds-automobiles-image-footer .gallery-item img {
    width: 53%;
}




.image-footer-left, .image-footer-center, .image-footer-right {
    display: flex;
    align-items: flex-end;
}

.image-footer-left-site-right, .image-footer-right-site-right {
    display: flex;
    align-items: flex-end; 
}

/*
==============================================================================

Abschnitt: Hintergrund Inhaltselemente

==============================================================================
*/

.carousel.contentbackground {
    overflow: visible;
}

.contentbackground .carousel-backgroundimage-container {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}

.carousel.contentbackground h1,
.carousel.contentbackground h2,
.carousel.contentbackground h3,
.carousel.contentbackground h4,
.carousel.contentbackground h5,
.carousel.contentbackground h6,
.carousel.contentbackground p {
    color: #fff;
  
}

.carousel.contentbackground .btn-default {
    border-color: #fff;
    color: #fff;
}

.carousel.contentbackground .btn-default:hover {
    border-color: #7E000D;
}


/*
==============================================================================

Abschnitt: Hintergrundfarben      

==============================================================================
*/

.carousel-backgroundimage.grey {background-color: #e2e2e2;}
.carousel.contentbackground.grey h1,
.carousel.contentbackground.grey h2,
.carousel.contentbackground.grey h3,
.carousel.contentbackground.grey h4,
.carousel.contentbackground.grey h5,
.carousel.contentbackground.grey h6,
.carousel.contentbackground.grey p {
    color: #000;
}

.carousel-backgroundimage.white {background-color: #fff;}
.carousel.contentbackground.white h1,
.carousel.contentbackground.white h2,
.carousel.contentbackground.white h3,
.carousel.contentbackground.white h4,
.carousel.contentbackground.white h5,
.carousel.contentbackground.white h6,
.carousel.contentbackground.white p {
    color: #000;
}


/*
==============================================================================

Abschnitt: Korrekturen Abstaende

==============================================================================
*/

.background-slider > .frame {
    padding: 0;
}

.frame.frame-none {
    padding: 0;
}

.main-section > .section-default {
    /*padding-top: 2rem;*/
}

.background-slider > .frame-space-before-extra-small,
.background-slider > .frame-space-after-extra-small,
.background-slider > .frame-space-before-small,
.background-slider > .frame-space-after-small,
.background-slider > .frame-space-before-medium,
.background-slider > .frame-space-after-medium,
.background-slider > .frame-space-before-large,
.background-slider > .frame-space-after-large,
.background-slider > .frame-space-before-extra-large,
.background-slider > .frame-space-after-extra-large {
    margin: 0;
}

.frame-space-before-extra-small,
.frame-space-after-extra-small,
.frame-space-before-small,
.frame-space-after-small,
.frame-space-before-medium,
.frame-space-after-medium,
.frame-space-before-large,
.frame-space-after-large,
.frame-space-before-extra-large,
.frame-space-after-extra-large {
    min-height: 1px;
}



/*
==============================================================================

Abschnitt: Bildergalerie

==============================================================================
*/

.carousel-control-prev-icon {
    background-image: url(../Images/Arrow_left_1.png) !important;
    background-repeat: no-repeat !important;
}

.carousel-control-prev-icon:hover {
    background-image: url(../Images/Arrow_left_2.png) !important;
    background-repeat: no-repeat !important;
}

.carousel-control-next-icon {
    background-image: url(../Images/Arrow_right_1.png) !important;
    background-repeat: no-repeat !important;
}

.carousel-control-next-icon:hover {
    background-image: url(../Images/Arrow_right_2.png) !important;
    background-repeat: no-repeat !important;
}

.carousel.default-slide .item {
    height: auto;
    padding: 0;
}

.carousel.default-slide .item img {
    width: 100%;
}

.carousel.default-slide .item figure {
    margin-bottom: 0;
}

.carousel.default-slide .carousel-control,
.carousel.default-slide .carousel-indicators {
    z-index: initial;
    opacity: 1;
}



.carousel.default-slide .carousel-control-prev .carousel-control-icon {
    left: 0;
}

.carousel.default-slide .carousel-control-next .carousel-control-icon {
    right: 0;
}

.carousel-indicators li {
    height: 15px;
    width: 15px;
    background-color: #8C7B43;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #FFFFFF;
}

.carousel-indicators{
    justify-content: right;
}
/*
==============================================================================

Abschnitt: Powermail Formular (Mehrspaltig)

==============================================================================
*/

/*.tx-powermail .container-fluid {
    padding: 0;
}

.tx-powermail .powermail_fieldset.nolabel > div {
    padding: 0;
}

.tx-powermail .powermail_fieldwrap {
    margin-bottom: 1.4em;
}

.tx-powermail .row > legend {
    display: none;
}

.col-md-2_nolabel > label,
.col-md-3_nolabel > label,
.col-md-4_nolabel > label,
.col-md-5_nolabel > label,
.col-md-6_nolabel > label,
.col-md-7_nolabel > label,
.col-md-8_nolabel > label,
.col-md-9_nolabel > label,
.col-md-10_nolabel > label,
.col-md-12_nolabel > label {
    display: none;
}

.col-md-2_nolabel,
.col-md-3_nolabel,
.col-md-4_nolabel,
.col-md-5_nolabel,
.col-md-6_nolabel,
.col-md-7_nolabel,
.col-md-8_nolabel,
.col-md-9_nolabel,
.col-md-10_nolabel,
.col-md-12_nolabel {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

@media (min-width: 768px) {
    .col-md-2_nolabel {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3_nolabel {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4_nolabel {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5_nolabel {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6_nolabel {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7_nolabel {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8_nolabel {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9_nolabel {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10_nolabel {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-12_nolabel {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.powermail_form .powermail_label {
    width: 100%;
}

.powermail_form .powermail_input,
.powermail_form .powermail_textarea,
.powermail_form .powermail_date,
.powermail_form .powermail_select {
    background: transparent;
    border: 1px solid #000;
    padding: 0.4em .6em;
    width: 100%;
    font-weight: 300;
    font-size: 0.85em;
}

.powermail_form .powermail_input:focus,
.powermail_form .powermail_select:focus,
.powermail_form .powermail_textarea:focus,
.powermail_form .powermail_date:focus {
    border: 1px solid #EC6500;
    outline: none;
}

.powermail_form .powermail_textarea {
    resize: vertical;
}

.powermail_form .powermail_input::-webkit-input-placeholder,
.powermail_form .powermail_textarea::-webkit-input-placeholder,
.powermail_form .powermail_select::-webkit-input-placeholder,
.powermail_form .powermail_date::-webkit-input-placeholder,
.powermail_form .powermail_input::-moz-placeholder,
.powermail_form .powermail_textarea::-moz-placeholder,
.powermail_form .powermail_select::-moz-placeholde,
.powermail_form .powermail_date::-moz-placeholde,
.powermail_form .powermail_input::-ms-input-placeholder,
.powermail_form .powermail_textarea:-ms-input-placeholder,
.powermail_form .powermail_select:-ms-input-placeholder,
.powermail_form .powermail_date:-ms-input-placeholder,
.powermail_form .powermail_input::-moz-placeholder,
.powermail_form .powermail_textarea:-moz-placeholder,
.powermail_form .powermail_select:-moz-placeholder,
.powermail_form .powermail_date:-moz-placeholder {
    /* Firefox 18- */
 /*   color: #666;
    text-transform: uppercase;
    opacity: 1;
}

.powermail_form ul.parsley-errors-list {
    list-style: none;
    color: #7E000D;
    padding: 0;
    font-weight: normal;
    margin-bottom: 0;
}

.powermail_form ul.parsley-errors-list li {
    padding: 0.2em 0 0.3em;
}

.powermail_form .mandatory {
    padding-left: 0.3em;
}

.powermail_form .powermail_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../Images/dropdown_bg.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    border-radius: 0px;
}

.powermail_form .powermail_select option {
    padding: 0.2em 0 0.2em 0.2em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.powermail_form .powermail_message.powermail_message_error {
    background: none;
    border: none;
}

.powermail_form .powermail_message {
    min-height: 0;
    background-color: transparent;
    padding: 0 !important;
}

.powermail_form .powermail_message li:before {
    content: "" !important;
}

.powermail_form .powermail_fieldwrap_file {
    margin-bottom: 0.5em;
}

.powermail_form .powermail_fieldwrap_radio {
    margin-bottom: 0.5em;
}

.powermail_form .powermail_radio_legend {
    margin-bottom: 0.3em;
}

.powermail_form .powermail_radio_inner {
    margin-bottom: 0.3em;
}

.powermail_form .powermail_fieldwrap_file > label {
    margin-bottom: 0.3em;
}

.powermail_radio_inner > label {
    margin-left: 0.3em;
}

.powermail_form .row .powermail_fieldwrap_type_submit .powermail_submit {
    margin-top: 0px;
    padding: 8px 60px;
    font-weight: normal;
}

.powermail_form .powermail_fieldwrap_type_submit .powermail_field {
    width: auto;
    display: inline-block;
}

.powermail_form .powermail_fieldwrap_type_submit .powermail_field input:focus {
    outline: none;
}



/*
==============================================================================

Abschnitt: Powermail Styled Checkbox und Radio Button

==============================================================================
*/

/* The container */

/*.powermail_fieldwrap_type_check .checkbox,
.powermail_fieldwrap_type_radio .radio {
    display: block;
    position: relative;
    padding-left: 1.8em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.powermail_fieldwrap_type_check .checkbox input,
.powermail_fieldwrap_type_radio .radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.powermail_fieldwrap_type_check .checkbox .checkmark,
.powermail_fieldwrap_type_radio .radio .radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.2em;
    width: 1.2em;
    background-color: transparent;
    margin-top: 0.1em;
    border: 1px solid #000;
}

.powermail_fieldwrap_type_radio .radio .radiobtn {
    border-radius: 50%;
}

.powermail_fieldwrap_type_check .checkbox:hover input ~ .checkmark,
.powermail_fieldwrap_type_radio .radio:hover input ~ .radiobtn {
    border-color: #EC6500;
}

.powermail_fieldwrap_type_check .checkbox input:checked ~ .checkmark,
.powermail_fieldwrap_type_radio .radio input:checked ~ .radiobtn {
    background-color: #7E000D;
    border-color: #7E000D;
}

.powermail_fieldwrap_type_check .checkbox .checkmark:after,
.powermail_fieldwrap_type_radio .radio .radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}

.powermail_fieldwrap_type_check .checkbox input:checked ~ .checkmark:after,
.powermail_fieldwrap_type_radio .radio input:checked ~ .radiobtn:after {
    display: block;
}

.powermail_fieldwrap_type_check .checkbox .checkmark:after {
    left: 0.3em;
    top: 0.05em;
    width: 0.5em;
    height: 0.8em;
    border: solid white;
    border-width: 0 0.2em 0.2em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.powermail_fieldwrap_type_radio .radio .radiobtn:after {
    top: 0.35em;
    left: 0.34em;
    width: 0.44em;
    height: 0.45em;
    border-radius: 50%;
    background: white;
}

/***** Powermail Formular Extension *****/
.tx-powermail .container-fluid{
	padding:0;
}

.powermail_form h3{
	display:none;
}

.powermail_form .powermail_legend{
	display:none;
}

.powermail_form .powermail_label {
    display: block;
    float: left;
    padding-bottom: 2px;
    padding-top: 5px;
	width:100%;
}

.powermail_form .powermail_input, .powermail_form .powermail_textarea, .powermail_form .powermail_date {
    border: 1px solid #E5BB24;
    padding: 10px 12px;
    width: 100%;
    font-size: 1.143em;
    color: #333e47;
    background: #FFFFFFE6 0% 0% no-repeat padding-box;
}

.powermail_form .powermail_textarea  { resize: vertical; }
.powermail_form .powermail_date{
	/*border: 1px solid #e6e6e6;
    padding: 5px;
	font-size: 12px;*/
}

.powermail_form .powermail_input::-webkit-input-placeholder,
.powermail_form .powermail_textarea::-webkit-input-placeholder,
.powermail_form .powermail_select::-webkit-input-placeholder,
.powermail_form .powermail_date::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
	color:#000000;
	text-transform:uppercase;
	opacity:1;
}
.powermail_form .powermail_input::-moz-placeholder,
.powermail_form .powermail_textarea::-moz-placeholder,
.powermail_form .powermail_select::-moz-placeholde,
.powermail_form .powermail_date::-moz-placeholde{ /* Firefox 19+ */
	color:#000000;
	text-transform:uppercase;
	opacity:1;
}
.powermail_form .powermail_input::-ms-input-placeholder,
.powermail_form .powermail_textarea:-ms-input-placeholder,
.powermail_form .powermail_select:-ms-input-placeholder,
.powermail_form .powermail_date:-ms-input-placeholder { /* IE 10+ */
	color:#000000;
	text-transform:uppercase;
	opacity:1;
}
.powermail_form .powermail_input::-moz-placeholder ,
.powermail_form .powermail_textarea:-moz-placeholder,
.powermail_form .powermail_select:-moz-placeholder,
.powermail_form .powermail_date:-moz-placeholder { /* Firefox 18- */
	color:#000000;
	text-transform:uppercase;
	opacity:1;
}

.powermail_form ul.parsley-errors-list{
	list-style:none;
	color:#ff0000;
	padding: 0;
}
.powermail_form ul.parsley-errors-list li{
	padding: 4px 0 6px;
}

.powermail_form .powermail_fieldwrap{
	margin-top:15px;
    text-align: center;
    text-align: -webkit-center;
}
.main .powermail_form.inline_form_styled .powermail_fieldwrap{
	width: 100%;
}

.powermail_form .mandatory{
	padding-left:5px;
}

.powermail_form input:invalid, .powermail_form textarea:invalid{
	
}

.powermail_form .powermail_select{
    background: transparent;
    padding: 10px 12px;
    width: 100%;
    font-size: 1.143em;
    color: #333e47;
    border: 1px solid #E5BB24;
}

.powermail_form .powermail_select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/fileadmin/Bilder/dropdown_bg.svg);
	background-color:#FFFFFFE6;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    border-radius: 0px;
}
#main .main #powermail_field_servicewartung{
	color: #000;
}
#main .main #powermail_field_servicewartung.selected{
	color: #333e47;
}

.powermail_form .powermail_select option{
    padding: 3px 0 3px 4px;
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.powermail_form .powermail_submit{
	margin-top:15px;
}

.powermail_form .powermail_fieldset{
    display: flex;
    flex-wrap: wrap;

}

.powermail_form .powermail_message.powermail_message_error{
	background:none;
	border: none;
}

.powermail_form .powermail_message {
	min-height:auto;
	background-color:transparent;
	padding: 0 !important;
	
}

.powermail_form .powermail_message li:before {
	content:"" !important;	
}



.powermail_form .powermail_fieldwrap_file{
	margin-bottom: 15px;
}

.powermail_form .powermail_fieldwrap_radio{
	margin-bottom: 15px;
}

.powermail_form .powermail_radio_legend{
	margin-bottom: 5px;
}

.powermail_form .powermail_radio_inner {
    margin-bottom: 5px;
}
.powermail_form .powermail_fieldwrap_file > label{
	margin-bottom: 5px;
}
.powermail_radio_inner > label {
    margin-left: 5px;
}
.powermail_field.powermail_submit {
    background:none;
    border: medium none;
    color: #4582b4;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
}


.powermail_form.nolabel .powermail_label{
	display:none;
}

.powermail_form .col-md-12_label .powermail_label,
.powermail_form .col-md-6_label .powermail_label,
.powermail_form .showlabel .powermail_label{
	display:block;
}

.powermail_form .colmd12, .powermail_form .col-md-12_label{
	float: left;
	width: 100%;
	padding: 0 15px;
	margin-bottom: 20px;
}
.powermail_form .colmd6, .powermail_form .colmd6-hidden, .powermail_form .col-md-6_label {
	float: left;
	width: 50%;
	padding: 0 15px;
	margin-bottom: 20px;
}

.powermail_form .col-md-12_label{
	margin-bottom: 0px;
}
.powermail_form .col-md-6_label {
	margin-bottom: 0px;
}

.powermail_form .colmd3{
	float: left;
	width: 25%;
	padding: 0 15px;
	margin-bottom: 20px;
}
.powermail_form .divider, .powermail_form .divider-hidden{
    display: block;
    clear: both;
    margin: 0;
}

.powermail_form .colmd6-hidden, .powermail_form .divider-hidden,
.powermail_form .colmd6.inactive, .powermail_form .divider.inactive {
	height:0px;
	overflow:hidden;
	margin:0;
}

.powermail_form .colmd6-hidden.active, .powermail_form .divider-hidden.active {
	height:auto;
	margin:5px 0 20px;
}

.powermail_form .row .powermail_fieldwrap_type_submit{
	text-align:center;
}
.powermail_form .row .powermail_fieldwrap_type_submit .powermail_submit{
	margin-top:0px;
	padding: 8px 60px;
    font-weight: normal;
}

.powermail_form .powermail_fieldwrap_type_submit .powermail_field {
    width: auto;
    display: inline-block;
}

.powermail_form .powermail_fieldwrap_type_submit .powermail_field {
  background: #8C7B43;
  color:#fff;
  overflow: hidden;
  margin-left: 8px;
  margin-top: 25px;
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.powermail_form .powermail_fieldwrap_type_submit .powermail_field:hover {
    background: #000000;
}

.powermail_form .powermail_fieldwrap_type_submit .powermail_field input {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 4px 30px;
  margin: 0;
  width: 100%;

  -webkit-transform: skewX(25deg);
  -moz-transform: skewX(25deg);
  -o-transform: skewX(25deg);
  transform: skewX(25deg);
}

.powermail_form .powermail_fieldwrap_type_submit .powermail_field input:hover {
  background: #000000;
  color: #fff;
}

.powermail_form .powermail_fieldwrap_type_submit .powermail_field input:focus{
	outline:none;
}


.powermail_form .powermail_fieldwrap_gesamtpreis,  .powermail_form .powermail_fieldwrap_type_html{
	padding: 0 15px;
}
.powermail_form .powermail_fieldwrap_gesamtpreis .powermail_label{
	display:inline-block;	
	font-weight: normal;
    font-size: 1.25em;
	text-align:right;
}

.powermail_fieldwrap_gesamtpreis #powermail_field_gesamtpreis{
	display:inline-block;
	text-align:right;
	border:none;	
	background:transparent;
	color:#666666;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom:10px;
	padding:0;
}

.powermail_fieldwrap.totalprice{
    width: 33.3333%;
    margin: auto;
    text-align: center;
    position: relative;
    clear: both;
    display: flex;
    flex-direction: column;
	margin-top:30px;
	margin-bottom:20px;
}

.powermail_fieldwrap.totalprice:before,
.powermail_fieldwrap.totalprice:after{
	width: 100%;
    border-top: 1px solid #000;
    content: "";
    /* height: 50%; */
    top: 50%;
    position: absolute;
    left: -100%;
	margin-left:15px;
}

.powermail_fieldwrap.totalprice:after{
	left: 100%;
	margin-left:-15px;
	margin-right:15px;
}

.powermail_form .powermail_fieldwrap_gesamtpreis.totalprice .powermail_label{
	text-align:center;
	font-weight: bold;
	
}

.powermail_form .powermail_fieldwrap_gesamtpreis.totalprice #powermail_field_gesamtpreis{
	text-align: center;
    color: #000
	font-size: 1.571em;
}

@media (max-width:540px) {
	.powermail_fieldwrap.totalprice {
		width: 100%;
	}

	.powermail_fieldwrap.totalprice:before,
	.powermail_fieldwrap.totalprice:after{
		top: 50%;
		position: relative;
		left: 0;
		margin-left:0;
	}
}

.powermail_form .powermail_fieldwrap_objekt{
	display:none !important;
}


.powermail_fieldwrap_type_check .checkbox label,
.powermail_fieldwrap_type_radio .radio label{
	padding-left:5px;
}

.powermail_fieldwrap_type_check .checkbox,
.powermail_fieldwrap_type_radio .radio {
  display: block;
  position: relative;
  padding-left: 1.8em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  clear:both;
  text-align: left;
}

.powermail_fieldwrap_type_check .checkbox input,
.powermail_fieldwrap_type_radio .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.powermail_fieldwrap_type_check .checkbox .checkmark,
.powermail_fieldwrap_type_radio .radio .radiobtn {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.286em;
  width: 1.286em;
  background-color: #fff;
  margin-top: 0em;
  border: 1px solid #E5BB24;
}

.powermail_fieldwrap_type_radio .radio .radiobtn {
	border-radius: 50%;
  }
  
  .powermail_fieldwrap_type_check .checkbox:hover input ~ .checkmark,
  .powermail_fieldwrap_type_radio .radio:hover input ~ .radiobtn {
	border-color: #7c1638;
  }
  
  .powermail_fieldwrap_type_check .checkbox input:checked ~ .checkmark,
  .powermail_fieldwrap_type_radio .radio input:checked ~ .radiobtn {
	border-color: #000;
  }
  
  .powermail_fieldwrap_type_check .checkbox .checkmark:after,
  .powermail_fieldwrap_type_radio .radio .radiobtn:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  .powermail_fieldwrap_type_check .checkbox input:checked ~ .checkmark:after,
  .powermail_fieldwrap_type_radio .radio input:checked ~ .radiobtn:after {
	display: block;
  }
  
  .powermail_fieldwrap_type_check .checkbox .checkmark:after,
  .powermail_fieldwrap_type_radio .radio .radiobtn:after {
	left: 0.5em;
    top: -0.5em;
    width: 0.8em;
    height: 1.4em;
    border: solid #E5BB24;
    border-width: 0 0.3em 0.3em 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
.powermail_fieldwrap_type_check .checkbox label a,
.powermail_fieldwrap_type_radio .radio label a {
    text-decoration: underline !important;
}

  

/*power mail mit visual 6.9.21*/

@media (max-width:540px) {
	.visual .bild_text.visual {
		display: none;
	}
	.visual .flexslider .slides img {
		min-height: 280px;
	}
	.powermail_form .colmd3,
	.powermail_form .colmd6,
	.powermail_form .colmd6-hidden {
		width: 100%;
	}
}


.powermail_form .colmd3 {
		width: 50%;
	}






.inline_form_styled.powermail_form .powermail_label{
	display:none;
}
.extended_footer .inline_form_styled.powermail_form .powermail_input,
.extended_footer .inline_form_styled.powermail_form .powermail_textarea,
.extended_footer .inline_form_styled.powermail_form .powermail_select,
.extended_footer .inline_form_styled.powermail_form .powermail_date,
.app-view .inline_form_styled.powermail_form .powermail_input,
.app-view .inline_form_styled.powermail_form .powermail_textarea,
.app-view .inline_form_styled.powermail_form .powermail_select,
.app-view .inline_form_styled.powermail_form .powermail_date   {
    width: 100%;
	border:none;
	background-color:rgba(255,255,255,0.7);
	color:#eb6428;
	font-size:1.250em;
	padding: 15px 20px;
    margin-bottom: 20px;
}
.extended_footer .inline_form_styled.powermail_form .powermail_select,
.app-view .inline_form_styled.powermail_form .powermail_select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/fileadmin/Bilder/dropdown_bg.svg);
	background-color:rgba(255,255,255,0.7);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    border-radius: 0px;
}
.extended_footer .inline_form_styled.powermail_form .powermail_fieldwrap_type_submit,
.app-view .inline_form_styled.powermail_form .powermail_fieldwrap_type_submit{
	text-align:center;
}

.extended_footer .inline_form_styled.powermail_form .powermail_input::-webkit-input-placeholder,
.extended_footer .inline_form_styled.powermail_form .powermail_textarea::-webkit-input-placeholder,
.extended_footer .inline_form_styled.powermail_form .powermail_select::-webkit-input-placeholder,
.extended_footer .inline_form_styled.powermail_form .powermail_date::-webkit-input-placeholder,
.app-view .inline_form_styled.powermail_form .powermail_input::-webkit-input-placeholder,
.app-view .inline_form_styled.powermail_form .powermail_textarea::-webkit-input-placeholder,
.app-view .inline_form_styled.powermail_form .powermail_select::-webkit-input-placeholder,
.app-view .inline_form_styled.powermail_form .powermail_date::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
	color:#eb6428;
	text-transform:uppercase;
	opacity:1;
}
.extended_footer .inline_form_styled.powermail_form .powermail_input::-moz-placeholder,
.extended_footer .inline_form_styled.powermail_form .powermail_textarea::-moz-placeholder,
.extended_footer .inline_form_styled.powermail_form .powermail_select::-moz-placeholde,
.extended_footer .inline_form_styled.powermail_form .powermail_date::-moz-placeholde,
.app-view .inline_form_styled.powermail_form .powermail_input::-moz-placeholder,
.app-view .inline_form_styled.powermail_form .powermail_textarea::-moz-placeholder,
.app-view .inline_form_styled.powermail_form .powermail_select::-moz-placeholde,
.app-view .inline_form_styled.powermail_form .powermail_date::-moz-placeholde{ /* Firefox 19+ */
	color:#eb6428;
	text-transform:uppercase;
	opacity:1;
}
.extended_footer .inline_form_styled.powermail_form .powermail_input::-ms-input-placeholder,
.extended_footer .inline_form_styled.powermail_form .powermail_textarea:-ms-input-placeholder,
.extended_footer .inline_form_styled.powermail_form .powermail_select:-ms-input-placeholder,
.extended_footer .inline_form_styled.powermail_form .powermail_date:-ms-input-placeholder,
.app-view .inline_form_styled.powermail_form .powermail_input::-ms-input-placeholder,
.app-view .inline_form_styled.powermail_form .powermail_textarea:-ms-input-placeholder,
.app-view .inline_form_styled.powermail_form .powermail_select:-ms-input-placeholder,
.app-view .inline_form_styled.powermail_form .powermail_date:-ms-input-placeholder { /* IE 10+ */
	color:#eb6428;
	text-transform:uppercase;
	opacity:1;
}
.extended_footer .inline_form_styled.powermail_form .powermail_input::-moz-placeholder ,
.extended_footer .inline_form_styled.powermail_form .powermail_textarea:-moz-placeholder,
.extended_footer .inline_form_styled.powermail_form .powermail_select:-moz-placeholder,
.extended_footer .inline_form_styled.powermail_form .powermail_date:-moz-placeholder,
.app-view .inline_form_styled.powermail_form .powermail_input::-moz-placeholder ,
.app-view .inline_form_styled.powermail_form .powermail_textarea:-moz-placeholder,
.app-view .inline_form_styled.powermail_form .powermail_select:-moz-placeholder,
.app-view .inline_form_styled.powermail_form .powermail_date:-moz-placeholder { /* Firefox 18- */
	color:#eb6428;
	text-transform:uppercase;
	opacity:1;
}

.extended_footer .inline_form_styled.powermail_form .powermail_submit,
.app-view .inline_form_styled.powermail_form .powermail_submit{
	font-size:1.250em;
	text-transform:uppercase;
	margin-top: 0px;
	font-weight:bold;
}

.extended_footer .inline_form_styled.powermail_form .powermail_fieldwrap_type_submit .powermail_field,
.app-view .inline_form_styled.powermail_form .powermail_fieldwrap_type_submit .powermail_field {
    width: auto;
    display: inline-block;
}

.extended_footer .inline_form_styled.powermail_form .powermail_fieldwrap_type_submit .powermail_field,
.app-view .inline_form_styled.powermail_form .powermail_fieldwrap_type_submit .powermail_field {
  background: #000;
  color:#fff;
  overflow: hidden;

  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.extended_footer .inline_form_styled.powermail_form .powermail_fieldwrap_type_submit .powermail_field:hover,
.app-view .inline_form_styled.powermail_form .powermail_fieldwrap_type_submit .powermail_field:hover  {
  background: #fff;
  color:#000;
}

.extended_footer .inline_form_styled.powermail_form .powermail_fieldwrap_type_submit .powermail_field input,
.app-view .inline_form_styled.powermail_form .powermail_fieldwrap_type_submit .powermail_field input {
  background: transparent;
  color:#fff;
  border: 0;
  cursor: pointer;
  padding: 4px 30px;
  margin: 0;
  width: 100%;

  -webkit-transform: skewX(25deg);
  -moz-transform: skewX(25deg);
  -o-transform: skewX(25deg);
  transform: skewX(25deg);
}

.extended_footer .inline_form_styled.powermail_form .powermail_fieldwrap_type_submit .powermail_field input:hover,
.app-view .inline_form_styled.powermail_form .powermail_fieldwrap_type_submit .powermail_field input:hover {
  color: #000;
}

.extended_footer .inline_form_styled.powermail_form .powermail_fieldwrap_type_submit .powermail_field input:focus,
.app-view .inline_form_styled.powermail_form .powermail_fieldwrap_type_submit .powermail_field input:focus{
	outline:none;
}

.extended_footer .inline_form_styled.powermail_form .powermail_fieldwrap,
.app-view .inline_form_styled.powermail_form .powermail_fieldwrap {
    margin-top: 5px;
}

.extended_footer .inline_form_styled:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-image:url(/fileadmin/Bilder/BG_Kontakt.jpg);
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
	z-index: -2;
}

/*
==============================================================================

Powermail Layout erweiterung 06.09.21

==============================================================================

*/


.row {
	margin-left: -15px;
	margin-right: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto{
	padding-left: 15px;
	padding-right: 15px;
}



/*
==============================================================================

Abschnitt: Cookie Notice

==============================================================================
*/

.cc-window.cc-floating {
    width: 25%;
    max-width: none;
    min-width: 280px;
    padding: 1rem 0 1.4rem;
}

.cc-window.cc-floating .cc-container{
    padding: 0 1.4rem;
}

.cc-window,
.cc-revoke {
    color: #FFFFFF;
    background-color: #343434;
    border: 1px solid #FFFFFF;
    font-size: 0.85em;
}

.cc-btn,  .cc-btn:link, .cc-btn:visited{
    color: #fff !important;
    background-color: #8C7B43;
    border-color: #8C7B43;
    font-size:1em;
}

.cc-btn:hover {
    color: #FFFFFF !important;
    background-color: #000000;
    border-color: #000000;
}


.cc-btn:not(:disabled):not(.disabled):active,
.cc-btn:not(:disabled):not(.disabled).active,
.show > .cc-btn.dropdown-toggle {
    color: #7E000D;
    background-color: #fff;
    border-color: #7E000D;
}

.cc-btn:not(:disabled):not(.disabled):active:focus,
.cc-btn:not(:disabled):not(.disabled).active:focus,
.show > .cc-btn.dropdown-toggle:focus {
    box-shadow: none;
}

.cc-btn:focus,
.cc-btn.focus {
    color: #7E000D;
    background-color: #fff;
    border-color: #7E000D;
    box-shadow: none;
}





/*
==============================================================================

Abschnitt: Teaser Box       

==============================================================================
*/
.red-border{
    background:#fff;
    border: 2px solid #7E000D;
    padding: 10px 15px;
    font-size: 0.85em;
}
.red-border p:last-child{
    margin-bottom:0;
}


.red-bg{
    background: #7E000D;
    padding: 0.5em 0 1px;
}



/*
==============================================================================

Abschnitt: Brands Nav      

==============================================================================
*/

#brands .brandnav{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
}

#brands .brandnav{
	overflow: hidden;
	background: rgba(51,62,71,0.7);
}

#brands .brandnav ul{
	text-align: center;
    display: flex;
    justify-content: space-around;
	padding: 0;
	margin-bottom:0;
}

#brands .brandnav ul li{
	width: auto;
	display: inline-block;
}

#brands .brandnav img{
    max-height: 80px;
    width: auto;
    margin: auto;
	padding:10px;
}

#brands .brandnav{
	position:relative;
		
}
	
#brands .brandnav ul{
	display: block;
}

@media (min-width: 576px) {
.frame-small {
    padding-bottom: 0.3rem;
}
}
/*
==============================================================================

Abschnitt: Accordion      

==============================================================================
*/

div#accordion-836 .section-default p {
    width: 37vw;
}

@media (max-width: 767px) {
   div#accordion-836 .section-default p {
        width: 77vw;
    }  
    
    div#accordion-836 .section-default ul  {
        width: 77vw;
    } 

    div#accordion-836 img {
        margin-left: -25px;
    }
    
}


button.btn.btn-link.collapsed, button.btn.btn-link {
    color: white;
}

button.btn.btn-link.collapsed:hover, button.btn.btn-link:hover {
    color: #E5BB22;
}

.card {
    border: none;
}

.card, .card-header {
    background-color: transparent;
}
.card:last-child{
    border-bottom: 2px solid #e5bb21;
}
.card-header {
    border-top: 2px solid #e5bb21;
    border-bottom: none;
    padding: 0;
    position: relative;
}

.card-header .btn{
    font-size: 1.5em;
    line-height: normal;
    padding: 0;
    border: 0;
    padding: 1rem 0rem;
    width:100%;
    text-align: left;
}
.card-header .btn:hover, .card-header .btn:focus {
    text-decoration: none;
}

.card-body {
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0rem;
}


.card-header .btn::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    float: right;
    color: #e5bb21;
    position: absolute;
    right: 1em;
    top: 4px;
    bottom: 0;
    display: flex;
    align-items: center;
}

.card-header .collapsed ::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    float: right;
}







/*
==============================================================================

Abschnitt: Popup     

==============================================================================
*/
/*
.popup-text {
    color: #000000;
}

.smt-app-popup .popup .popup-button:hover {
    transform: scale(1) !important;
    opacity: 1 !important;
    background-color: #000000;
    
}

.smt-app-popup .background-popup {
    background-color: #8C7B43 !important; 
}

.smt-app-popup .popup .popup-button {
    text-transform: none !important;
}
*/
/*Popup text and headline*/
/*
.smt-app-popup .popup {
    text-align: left !important;
    border-radius: 0px !important;
}

.smt-app-popup .popup.image-left-cover, .smt-app-popup .popup.image-right-cover {
       padding: 10px !important; 
}

.smt--clear-svg .path-main {
    fill: #8C7B43 !important;
}
*/

/*
==========
Popup
==========
*/

.container-popup {
    display: block;
    min-width: 100%;
    min-height: 100%;
    background-color:  rgba(140, 123, 67, 0.75);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 100;
    display: flex;
    justify-content: center; 
    align-items: center;
    position: fixed;
}

.popup-wrapper{
    max-height: 94%;
    overflow-y: auto;
    position: absolute;
    min-width: 300px;
}

.popup {
    max-width: 1000px;
    max-height: 100%;
    padding: 1.2em 0.5em 0.5em;
    background-color: white;
    position: relative;
}
.popup .section-default{
    max-width:100%;
    overflow: hidden;
}
.popup .section-default:last-child .frame-space-after-extra-small, 
.popup .section-default:last-child .frame-space-after-small, 
.popup .section-default:last-child .frame-space-after-medium,
.popup .section-default:last-child .frame-space-after-large, 
.popup .section-default:last-child .frame-space-after-extra-large{
    margin-bottom: 0;
}

.popup > div {
    padding: 0;
}
.popup div > header:first-child,
.popup div > h1:first-child,
.popup div > h2:first-child,
.popup div > h3:first-child{
    margin-top:30px;
}

.popup div h1 {
    color:#000;
}

.popup div h2 {
    color:#000;
}

.popup div h3 {
    color:#000;
}

.popup div p {
    color:#000;
}

.popup .gallery-row{
    margin:0;
}
.popup .gallery-item{
    padding:0;
}

.checkbox-cross {
    width: 33px; 
    height: 33px; 
    background-color: white;
    position: absolute;
    top: 0;
    right: 0;
}

.checkbox-cross {
    z-index: 100;
}

.checkbox-cross::before, .checkbox-cross::after {
    content: " ";
    width: 20px; 
    height: 2px;
    background-color: #8C7B43;
    position: absolute;
    top: 50%;
    left: 50%;
}

.checkbox-cross::before {
    transform: translateX(-50%) rotate(45deg); 
}

.checkbox-cross::after {
    transform: translateX(-50%) rotate(135deg);
}



@media (max-width: 1000px) {
    .popup {
        max-width: 500px;
    } 
}

@media (max-width: 550px) {
    .popup {
        max-width: 400px;
        min-height: 500px;
    }
}

@media (max-width: 430px) {
    .popup {
        max-width: 300px;
    }
}

@media (max-width: 330px) {
    .popup {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.float-left.intext {
    padding-left: 0;
}

.float-right.intext {
    padding-right: 0;
}

.align-left img {
    margin-left: 0;
}

.align-right img {
    margin-right: 0;
}

@media (max-width: 768px) {
    .float-left.intext {
        padding-right: 0;
    }

    .float-right.intext {
        padding-left: 0;
    }
}


/*
==============================================================================

Abschnitt: Team     

==============================================================================
*/

.row.member-image a, .link-text {
    text-decoration-line: underline !important;
}





#tx_cookies p, #tx_cookies .form-group{
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
}
#tx_cookies small, #tx_cookies .small {
    line-height: 140%;
    display: inline;
}

#tx_cookies_inner {
    max-width: 476px;
    width: 90%;
    left: auto;
    transform: none;
    bottom: auto;
    bottom: 1em;
    background: #343434 !important;
    right: 1em;
	padding: 1em;
	box-shadow: 0 0 6px 0 rgb(50 50 50 / 50%);
    font-size: 16px;
    line-height: 120%;
    border: 1px solid #FFFFFF;
}

#tx_cookies_inner a:link, #tx_cookies_inner a:visited{
    color: #fff;
}

#tx_cookies_types{
    display:inline;
}

#tx_cookies_accept, #tx_cookies_accept_all{
    display:inline-block;
}

#tx_cookies label{
    color: #fff;
    font-weight: bold;
}
#tx_cookies .form-check, #tx_cookies .radio {
    padding-left: 1.75em;
}

#tx_cookies .form-check-input, #tx_cookies .form-check-label input[type="checkbox"], #tx_cookies .form-check-label input[type="radio"] {
    margin-top: 0.3em;
    margin-left: -1.65em;
}
#tx_cookies #tx_cookies_close{
	display:none;
}

#tx_cookies .form-group.type-marketing, 
#tx_cookies .form-group.type-analytics,
#tx_cookies_accept_all {
	display:none;
}

#tx_cookies_inner{
	display:none;
}
#tx_cookies_inner.show {
	display:block;
}

#tx_cookies .btn, #tx_cookies .cc-btn {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

@media (max-width: 575.98px) {
    #tx_cookies_inner {
        right:0;
    }
}

#tx_cookies .form-group-type-marketing {
    display: none;
}


.js-gme-preview{
    position: relative;
}

.map-preview-osm{
    font: 12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;
    overflow: hidden;
    position: relative;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    background-color: hsla(0,0%,100%,.5);
    padding-right: 5px;
}

.map-preview-osm a:not(.btn)  {
    color: rgba(0,0,0,.75);
    text-decoration: none;
    margin: 0 5px;
}