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

html {
    font-size: 24px;
    font-size: 1.5vw;
    line-height: 140%;
}

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

.body-bg{
    background-color: #fff;
}

.gallery-item {
    width: 100%;
}

.gallery-item {
    padding-left: 0rem !important;
    padding-right: 0.5rem;
}

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

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


/* 
=======================================================================
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;
    margin:0;
}

/* ======================================================================
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;
}

.navbar {
   padding: 0; 
}


/* 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 a,
.language-menu li a {
    /* normal corresponds to a line-height of 1.2 */
    font-weight: 700;
    color: #000000;
    -webkit-transition: color ease-in-out 150ms;
    transition: color ease-in-out 150ms;
    text-transform: uppercase;
    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: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 1.05em;
}

.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: #FFFFFF;
    -webkit-transition: opacity ease-in-out 150ms;
    transition: opacity ease-in-out 150ms;
    opacity:0;
    display:block;
}

.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:#FFFFFF;
}
.navbar-collapse.collapse ul li.dropdown:hover a {
    text-decoration: none;
    background:#FFFFFF;
    -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:#000;
}


@media  (min-width: 321px) and (max-width: 768px) {

 
    a.navbar-brand.navbar-brand-image {
        color: white;
        float: right;
    }

    
}





@media  (min-width: 350px) and (max-width: 370px) {

     /* Logo Height */
    .logo-1 > a > img, .logo-2 > a > img {
        height: 4.1em;
        width: auto;
    }    
}

@media  (min-width: 370px) and (max-width: 405px) {

     /* Logo Height */
    .logo-1 > a > img, .logo-2 > a > img {
        height: 4.5em;
        width: auto;
    }    
}

@media  (min-width: 405px) and (max-width: 435px) {

     /* Logo Height */
    .logo-1 > a > img, .logo-2 > a > img {
        height: 4.8em;
        width: auto;
    }    
}



@media  (min-width: 435px) and (max-width: 480px) {

     /* Logo Height */
    .logo-1 > a > img, .logo-2 > a > img {
        height: 5.3em;
        width: auto;
    }    
}


@media  (min-width: 480px) and (max-width: 500px) {

     /* Logo Height */
    .logo-1 > a > img, .logo-2 > a > img {
        height: 5.8em;
        width: auto;
    }    
}

@media  (min-width: 500px) and (max-width: 520px) {

     /* Logo Height */
    .logo-1 > a > img, .logo-2 > a > img {
        height: 6em;
        width: auto;
    }    
}

@media  (min-width: 520px) and (max-width: 545px) {

     /* Logo Height */
    .logo-1 > a > img, .logo-2 > a > img {
        height: 6.3em;
        width: auto;
    }    
}

@media  (min-width: 545px) and (max-width: 583px) {

     /* Logo Height */
    .logo-1 > a > img, .logo-2 > a > img {
        height: 6.5em;
        width: auto;
    }    
}

@media  (min-width: 583px) and (max-width: 624px) {

     /* Logo Height */
    .logo-1 > a > img, .logo-2 > a > img {
        height: 7em;
        width: auto;
    }    
}

@media  (min-width: 624px) and (max-width: 640px) {

     /* Logo Height */
    .logo-1 > a > img, .logo-2 > a > img {
        height: 7.5em;
        width: auto;
    }    
}

@media  (min-width: 640px) and (max-width: 684px) {

     /* Logo Height */
    .logo-1 > a > img, .logo-2 > a > img {
        height: 8em;
        width: auto;
    }    
}

@media  (min-width: 684px) and (max-width: 719px) {

     /* Logo Height */
    .logo-1 > a > img, .logo-2 > a > img {
        height: 8.5em;
        width: auto;
    }    
}

@media  (min-width: 719px) and (max-width: 768px) {

     /* Logo Height */
    .logo-1 > a > img, .logo-2 > a > img {
        height: 9em;
        width: auto;
    }    
}



@media (min-width: 768px) {
      /* Logo Height */
    .logo-1 > a > img, .logo-2 > a > img {
        height: 4.5em;
        width: auto;
    }
}



@media (max-width: 991px) {

    /* Main Nav Font Styling */
    .main-hamburger-menu ul li a {
        font-size: 25px;
        color: #000000;
    }
    
    .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-bottom: 150px;
        padding-top: 60px;
    }

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

    .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: #000;

    }

    .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;
    }

    /* Sub Nav Font Styling */
    .dropdown-menu > li > a {
        font-size: 25px;
    }

    /* ===== Logo Styling ================================================= */
    /* Logo Desktop On/Off */
    .logo-1 > a, .logo-2 > a {
        display: block;
    }
    
    a.navbar-brand.navbar-brand-image {
        color: white;
    }
    

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

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

@media (max-width: 350px) {
    .logo-1 > a > img, .logo-2 > a > img {
        height: 3.5em;
        width: auto;
    }
}



@media (max-width: 425px) {
    
    
    .logo-2.col-md-5 {
        /*padding-right: 4em;
        padding-left: 0em;*/
        font-size: 0.7em;
    }
    
}

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

.logo-1 {
    background: #fff;
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
    padding-top: 30px;
}

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


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


@media (min-width: 991px) {

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

  
}

@media (max-width: 991px) {

   .logo-2 {
        background: #000;
        position: relative;
        z-index: 1;
        background: no-repeat, black !important;
    }
}


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





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

Abschnitt: Background Slider Startseite

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


.carousel .carousel-content {
    font-size: 1.4em;
    margin-top: 85px;
   /* margin-left: 4em;
    border-bottom: 23em solid rgba(255,255,255,0.5);
    border-left: 12em solid transparent;*/
    margin-left: 3em;
    border-bottom: 20em solid rgba(255,255,255,0.5);
    border-left: 21em solid transparent;
    
}

.carousel .carousel-content:hover {
    border-bottom: 20em solid rgba(255,255,255,0.8);  
}

.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 {
    /*text-shadow: 0px 3px 4px #000;*/
}

.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;
}


@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 #fff;
    border-right: 0.3em solid #fff;
}

.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;
}



.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

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

.whatsapp-footer-icon:hover, .instagram-footer-icon:hover, .facebook-icon-footer:hover  {
    filter: brightness(0) saturate(100%) invert(67%) sepia(61%) saturate(16%) hue-rotate(
314deg) brightness(87%) contrast(89%);
}

#page-footer a:hover, .email:hover, .tel-link:hover, .web-link:hover {
    color: #A7A2A2;
    text-decoration: none;
}

.tel-link, tcxspan{
    text-decoration: none !important;
    cursor: pointer;
}

@media (max-width: 991px) {
    .footerPhoneNumber {
        padding-bottom: 19px;
    }
}

@media (max-width: 578px) {
    table {
        width: 100%;
    }
    
    .fridayOpenTime {
       padding-right: 43px; 
    }
}



footer td{
    word-wrap: normal;
    -ms-hyphens: none;
    hyphens: none;
}

@media (max-width: 991px) {

    .footer-section {
        font-weight: 300 !important;
        font-size: 0.9em !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;
    }
    
    footer {
        font-size: 1.2em;
    }
    
    .social-media-footer {
    text-align: inherit;
}

    .title-footer {
    font-size: 1.3em !important;
}

}

@media (min-width: 992px) {
.social-media-footer {
    text-align: center;
}
}
    
.facebook-icon-footer {
    padding-right: 0.4em;
}


.whatsapp-footer-icon {
    padding-left: 0.4em;
}

.social-media-footer img {
    margin-top: 16px;
}






.footer-section-content {
    background-color: #ffffff;
    color: #626463;
}

.footer-section {
    font-weight: 300;
    font-size: 0.65em;
}

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

.footer-section p {
    color: #626463;
}


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

.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: 2.5em;
    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;
}


/*
.abstand-zeit {
   margin-bottom: 0px; 
}

.footer-open-time {
   line-height: 8px; 
}
*/
/*
==============================================================================

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.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;
}


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

Abschnitt: Cookie Notice

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

.cookie-link:hover {
    color: #A7A2A2;
    text-decoration: none;
}

.cookie-link {
    color: #626463; 
    font-weight: 400;
}

.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: #626463;
    background-color: #FFFFFF;
    border: 1px solid #626463;
    font-size: 0.85em;
}

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

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


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

.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: #000000;
    background-color: #fff;
    border-color: #000000;
    box-shadow: none;
}


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

Abschnitt: Startseite Bilder

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





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

Abschnitt: Logo + Navigation

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

.section-default-header {
    width: 100vw;
    margin: auto;
    min-width: 272px;
}

.logo-2 {
    /*background-image: url(../Images/Logo_triangle.svg);*/
    background-repeat: no-repeat;
    background-size: contain;
    color: #626463;
    overflow: hidden; 
    text-align: center;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding-right: 0px;
    padding-left: 4em;
}


@media (max-width: 991px) {
    .adress-header {
        float: right;
    }
    
   
}


@media (max-width: 768px) {

    .header-text-adresse {
        font-size: 1.2em !important;
    }
}



/*@media  (min-width: 719px) and (max-width: 768px)*/ 

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

Abschnitt: Map-pin

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

.map-pin {
    padding-left: 4px !important;
}

.header-text-adresse {
    font-size: 0.8em;
}

.header-text-adresse-wrap {
  line-height: 0.8em;  
    margin-top: 5px;
}


@media (max-width: 320px) {
    .header-text-adresse-wrap {
       padding-left: 2.3em; 
    }
    
}


/*@media (max-width: 375px) {
    .header-text-adresse-wrap {
       padding-left: 0em; 
       padding-right: 20px;
    }
    
}*/


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

Abschnitt: Triangle text and button

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

@media (min-width: 992px) {
    .image-text-triangle{
        height: 6em;
    }
    
}

.image-text-triangle{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    max-width: 100%;
    display: flex;
    background-color: #fff;
    opacity: 0.7;
    
}


.image-text-triangle:hover:before{
    opacity:0.75;
}

button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    height: 2.5em;
    width: 10em;
    border: 4px solid #000;
    background-color: transparent;
}

.image-text-button {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 3;
    margin-right: 1em;
    margin-left: auto;
    margin-bottom: 2em;
    margin-top:auto;
}

.hyundai-logo, .opel-logo {
    height: 2.5em;
}

.piaggio-logo {
    height: 1.8em;
    margin-top: 2.3em;
}

.vespa-logo {
    height: 1.5em;
    margin-top: 2.4em;
}

.crosscamp-logo {
    height: 2em;
}

.team-banner {
    padding-top: 1.7em;
    text-align: right;
    min-width: fit-content;
}

.crosscamp-website-link-button, .vespa-website-link-button, .opel-website-link-button {
     padding-top: 1.5em;
     text-align: right;
     margin-top: 1em;
}

.piaggio-div-button, .vespa-div-button {
    padding-top: 1.5em;
    padding-left: 0px;
}

.crosscamp-div-button {
    padding-top: 1.2em;
    padding-left: 0px;
}


.opel-div-button {
     padding-top: 1em;
     text-align: left;
}

.crosscamp-logo-klein {
        margin-top: 2.2em;
    }

@media (max-width: 357px) {
    .crosscamp-logo {
        height: 1.5em;
    }
    
    .crosscamp-logo-klein {
        margin-top: 2.5em;
    }
}


@media (max-width: 768px) {
    

    .col-md-6.vespa-icon-button-div {
        position: absolute;
        padding-right: 0px;
        padding-left: 25px;
    }

    .image-text-button {
        margin-right: 2em;
        flex-flow: nowrap;
    }
}

@media (max-width: 520px) {
 
    .image-text-button {
        margin-right: 1em;
        flex-flow: nowrap;
    }
    
    .col-md-6.vespa-icon-button-div {
        position: absolute;
        padding-right: 0px;
        padding-left: 5em;
    }
}

@media (max-width: 440px) {
 
    .image-text-triangle{
        font-size:0.8em;
        height: 80px;
        
    }

    .image-text-button {
        margin-right: 2em;
        margin-bottom: 1em;
        flex-flow: nowrap;
    }
}

.row.nospace, .row.nospace .gallery-row{
    margin:0;
}
.row.nospace > div, .row.nospace .gallery-row > .gallery-item{
    padding:0;
}

.row.nospace .gallery-row > .gallery-item .image{
    margin-bottom:0;
}

.title-footer {
    font-size: 1.1em;
}

@media  (min-width: 765px) and (max-width: 861px) {
    .logo-2 {
        padding-left: 0em;
        padding-right: 2em;
    }
}

@media  (min-width: 766px) and (max-width: 768px) {
    .car-icon-button-div {
        padding-left: 168px;
    }
}

@media  (min-width: 766px) and (max-width: 883px) {
    .crosscamp-logo {
        height: 1.5em;
    }
}


@media  (min-width: 320px) and (max-width: 767px) {
     .d-flex.py-3 {
        flex-flow: row-reverse;
        margin-right: 0px;
        justify-content: unset;
}
    .logo-2 {
        display: flow-root;
        background-color: white !important;
        color: #626463;
        overflow: hidden;
        text-align: center;
        display: unset;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        justify-content: unset;
        padding-left: 0em;
        margin-right: 2em;
    }
}

@media (max-width: 320px) {
 
    d-flex.py-3 {
        flex-flow: row-reverse;
        margin-right: -25px;
        justify-content: center;
}
    .logo-2 {
        display: flow-root;
        background-color: white !important;
        color: #626463;
        overflow: hidden;
        text-align: center;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        padding-left: 0em;
    }
    
}

@media  (min-width: 767px) and (max-width: 991px) {
    d-flex.py-3 {
        flex-flow: row-reverse;
        margin-right: -25px;
        justify-content: center;
}
    .logo-2 {
        display: flow-root;
        background-color: white !important;
        color: #626463;
        overflow: hidden;
        text-align: center;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        padding-left: 0em;
    }
}



@media (max-width: 991px) {

    .terminVereinbarung {
        display: block;
        width: max-content;
    }
    
    .logo-1 {
        padding-bottom: 0px;
        padding-top: 20px;
    }
    
    .verkauf-footer-text {
        /*display: inline-grid;*/
    }
    
    .time-verkauf {
        display: block;
    }
    
   /* .d-flex.py-3 {
        flex-flow: row-reverse;
        margin-right: -25px;
        justify-content: center;
}
    .logo-2 {
        display: flow-root;
        background-color: white !important;
        color: #626463;
        overflow: hidden;
        text-align: center;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        padding-left: 0em;
    }*/
    
    .my-auto {
        display: none;
    }
    
    /*
    .abstand-verkauf {
        display: none;
    }
    */
    
    .werkstatt-montag-einruecken {
        display: inline-grid;

    }

    .hide-td {
        display: none;
    }
    
    .text-left {
        text-align: right !important;
    }
    
    button {
        border: 3px solid #000;
        height: 3em;
    }
    
    a.button-hyundai {
        border: 1.5px solid #000 !important;
        padding-top: 0.8em !important;
        padding-bottom: 0.8em !important;
        
    }
}

@media (min-width: 991px) {
    a.button-hyundai {
        padding-left: 0.8em !important; 
     padding-right: 0.8em !important;
    }
     
}

a.button-hyundai, .popup .btn-default {
   font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    height: 2.5em;
    width: 10em;
    border: 2px solid #000;
    background-color: transparent;
    padding: 0.51em;
    color: black;
    text-decoration: none;
}


a.button-hyundai:hover, .popup .btn-default:hover {
   box-shadow: 0 0 0 1px #000;
}

/*Buttons Vespa and Cars*/
.vespa-image, .car-image {
   height: 3.5em; 
}




.fahrzeuge-div-button {
    text-align: center;
    padding-top: 17px;
}

@media  (min-width: 768px) and (max-width: 990px) {
    .fahrzeuge-div-button {
        padding-top: 41px;
    }
}


@media  (min-width: 684px) and (max-width: 768px) {
    .fahrzeuge-div-button {
        padding-top: 41px;
        padding-bottom: 25px;
    }
}




.car-icon-button-div {
    text-align: left;
}

.py-3 {
 padding-top: 0 !important; 
}

@media (min-width: 991px) {
    .py-3 {
     padding-top: 0 !important; 
     margin-top: -1.4em;
    }  
}


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

Abschnitt: Handy Bildbanner

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

@media (max-width: 991px) {
    .mobile-image-banner {
        /*margin-bottom: -59px;*/
        margin-bottom: -39px;
        margin-top: 15px;
    }
    
}

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

Abschnitt: Handy Footer

==============================================================================
*/
@media (max-width: 991px) {
    .contact-empty {
        display: none;
    }
    
}

@media (max-width: 575px) {
    .abstand-zeit {
  /*      padding-left: 43px;*/
    }
    
}

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

Abschnitt: Footer 03.03.22

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

/*
.frame-space-after-small {
    margin-bottom: -0.5rem;
}
*/


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

Abschnitt: Footer Icons 03.03.22

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

.whatsapp-footer-icon, .instagram-footer-icon, .facebook-icon-footer  {
    height: 1.7em;
}



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

Abschnitt: Header 03.03.22

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

.navbar-brand-right {
    /*margin-left: -75px;*/
}

.navbar-brand {
    margin-right: 0px;
}

@media (max-width: 992px) {
    .navbar-brand-image.navbar-brand-first-right, .navbar-brand-image.navbar-brand-right {
        display: none;
    }
}
/*
==============================================================================

Abschnitt: Footer

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

@media (min-width: 992px) {
    .row .footer-contact-left {
    margin-left: -20px;
}
    
  
}
    
/*
@media (max-width: 991px) {
    .footer-section > .section-default {
    padding-left: 20px;
    }
}
*/

    
  .autoFit img {
    width: 4.2em;
}
  
.eGarage img {
    width: 8.2em;
    margin-top: 1.2em;
}

@media (min-width: 992px) {
    .section-default > .logo-footer {
    margin-top: -3.5em;
    }
}


.eGarage .image {
    float: left;
}

@media (max-width: 575px) {
   
    .autoFit img {
        margin-left: 0.9em;
    }
    
}


@media (max-width: 575px) {
    .agvs img { 
        margin-left: -17px;
        width: 14em;
        margin-bottom: 2em;
    }
    
    .autoFit img {
        width: 3.7em;
        margin-left: 0.9em;
    }
    
    .eGarage .image {
        margin-left: -2em;
    }
    
}

/*
@media  (min-width: 768px) and (max-width: 990px) {
    .footer-contact-right {
    padding-top: 59px;
    }
}

.footer-contact-left .section-default {
    line-height: normal;
}

@media (max-width: 766px) {
    .footer-contact-right {
        margin-top: 36px;
    }
}

@media (max-width: 575px) {
    .footer-contact-right {
        margin-bottom: 25px;
    }
}
*/

@media  (min-width: 990px)  {
    .footer-icons-brands {
    display: none;
    }
}

@media  (min-width: 575px) and (max-width: 990px) {
    .footer-icons-brands {
    display: flex;
    }
    
    .logo-footer {
        display: none;
    }
}

@media (max-width: 575px) {
    .footer-icons-brands {
         display: none;
    }
}




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

Abschnitt: Teaser 04.03.22

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

@media (max-width: 767px) {
    .spalte-vespa-teaser-oben {
        display: none;
    }
}

@media (max-width: 426px) {
   .bookerButton {
        font-family: 'Montserrat', sans-serif;
        height: 2.5em;
        font-size: 1.2em;
        /*width: 10em;*/
        border: 2px solid #626463;
        background-color: #626463;
        padding: 0.51em;
        padding-right: 4.45em;
        padding-left: 4.45em;
        color: white;
        text-decoration: none;
    }
    
    
    .bookerButton:hover {
        font-family: 'Montserrat', sans-serif;
        height: 2.5em;
        font-size: 1.2em;
        border: 2px solid #626463;
        background-color: white;
        padding: 0.51em;
        padding-right: 4.45em;
        padding-left: 4.45em;
        color: #626463;
        text-decoration: none;
}
    
    
    .wrapperBookerButton {
    margin-top: 2.5em;
}
    
    
}

@media (min-width: 426px) {
   .bookerButton {
    font-family: 'Montserrat', sans-serif;
    height: 2.5em;
    font-size: 0.8em;
    /*width: 10em;*/
    border: 2px solid #626463;
    background-color: #626463;
    padding: 0.51em;
    padding-right: 5.4em;
    padding-left: 5.4em;
    color: white;
    text-decoration: none;
}    
    .bookerButton:hover {
        font-family: 'Montserrat', sans-serif;
        height: 2.5em;
        font-size: 0.8em;
        border: 2px solid #626463;
        background-color: white;
        padding: 0.51em;
        padding-right: 5.4em;
        padding-left: 5.4em;
        color: #626463;
        text-decoration: none;
}
    
}

@media (min-width: 426px) and (max-width: 768px) {
      .wrapperBookerButton {
    margin-top: 2em;
}
}

@media (min-width: 768px) {
      .wrapperBookerButton {
    margin-top: 1em;
}
}


@media (min-width: 912px) {
     .vehicles-icons {
        width: 75%;
    }
}

@media  (min-width: 821px) and (max-width: 911px) {
    .vehicles-icons {
        width: 83%;
    }
}

@media  (min-width: 768px) and (max-width: 820px) {
    .vehicles-icons {
        width: 89%;
    }
}

@media (max-width: 320px) {
     .vehicles-icons {
        width: 92%;
        padding-left: 20px;
    }
    
    .vespaWrap {
        padding-left: unset !important;
    }
}

@media  (min-width: 749px) and (max-width: 767px) {
    .vehicles-icons {
        width: 73%;
        padding-left: 8em;
    }
    
    .vespa-image, .car-image {
        height: 4.5em;
    }
}

@media  (min-width: 682px) and (max-width: 748px) {
    .vehicles-icons {
        width: 80%;
        padding-left: 5em;
    }
    
    .vespa-image, .car-image {
        height: 5em;
    }
}

@media  (min-width: 650px) and (max-width: 682px) {
    .vehicles-icons {
        width: 78%;
        padding-left: 6em;
    }
    
    .vespa-image, .car-image {
        height: 4.5em;
    }
}

@media  (min-width: 580px) and (max-width: 650px) {
    .vehicles-icons {
        width: 80%;
        padding-left: 5em;
    }
    
    .vespa-image, .car-image {
        height: 4.2em;
    }
}

@media  (min-width: 526px) and (max-width: 580px) {
    .vehicles-icons {
        width: 82%;
        padding-left: 4em;
    }
    
    .vespa-image, .car-image {
        height: 4.1em;
    }
}

@media  (min-width: 457px) and (max-width: 526px) {
    
    .vehicles-icons {
        width: 85%;
        padding-left: 2em;
    }
    
    .vespa-image, .car-image {
        height: 4em; 
    }
}

@media  (min-width: 398px) and (max-width: 457px) {
    
    .vehicles-icons {
        width: 92%;
        padding-left: 1em;
    }
    
    .vespa-image, .car-image {
        height: 4em; 
    }
}

@media  (min-width: 350px) and (max-width: 398px) {
    
    .vehicles-icons {
        width: 96%;
        padding-left: 0em;
    }
    
    .vespa-image, .car-image {
        height: 4em; 
    }
}

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

Abschnitt: Termin buchen

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

@media  (max-width: 2044px) {
    #autofit-service-request-iframe {
         margin-left: -2vw;   
    }
  
}

@media  (min-width: 2044px) and (max-width: 2160px) {
    #autofit-service-request-iframe {
         margin-left: -3vw;   
    }
}

@media  (min-width: 2160px) and (max-width: 2300px) {
    #autofit-service-request-iframe {
         margin-left: -4vw;   
    }
}


@media  (min-width: 2300px) and (max-width: 2500px) {
    #autofit-service-request-iframe {
         margin-left: -5vw;   
    }
}

@media  (min-width: 2500px) and (max-width: 2700px) {
    #autofit-service-request-iframe {
         margin-left: -6vw;   
    }
}


@media  (min-width: 2700px) {
    #autofit-service-request-iframe {
         margin-left: -7vw;   
    }
}
    


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

.container-popup {
    display: block;
    min-width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    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: 955px;
    max-height: 100%;
    background-color: #fff;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}

.popup .section-default {
    width: auto;
}
.popup .gallery-item {
    padding-left: 0.5rem !important; 
    padding-right: 0.5rem;
}
.popup div h3 {
    font-weight: bold;
    padding: 0 22px;
    margin-bottom: 15px;
}


.popup h1 {
    text-transform: uppercase;
    padding: 0px 22px;
}

.popup div p {
    /*margin-bottom: 30px;*/
    padding: 0px 22px;
}

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

.checkbox-cross {
    width: 33px;
    height: 33px;
    background-color: #626463;
    position: absolute;
    top: 12px;
    right: 16px;
    cursor: pointer;
}

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

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

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

.checkbox-cross::after {
    transform: translateX(-50%) rotate(45deg);
}
.popup .btn-default{
    width:auto;
    height:auto;
    color: #626463;
    border-color:#626463;
}
.popup .btn-default:hover{
    box-shadow: 0 0 0 1px #626463;
}
@media (max-width: 1800px) {

    .popup {
        max-width: 733px;
        min-height: 297px;
    }
}


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


@media (max-width: 430px) {

    .popup {
        max-width: 300px;
        max-height: 700px;
    }

}
.popup figure.image {
    margin-bottom: 0;
}