:root {
    --theme-color: #008d36;
    --height-header: 215px;
    --height-nav: 40px;
    --height-slideshow: 600px;
    --height-footer: 300px;
    --width-page: 1024px;
    --swiper-theme-color: var(--theme-color);
    --gap-footer: 75px;
}

html, body {
    height: 100%;
}


body {
    font-family: 'Adobe Clean UX', sans-serif;
    background: #000;
    color: #fff;
    margin: 0;
}

a {
    color: inherit;
}


* {
    box-sizing: border-box;
}


img {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}


#page {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

#header {
    height: var(--height-header);
    min-height: var(--height-header);
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header a {
    display: inline-block;
}

#mobile_header {
    height: var(--height-header);
    min-height: var(--height-header);
    background: #000;
    display: none;
    justify-content: center;
    align-items: center;
}

#mobile_header a {
    display: inline-block;
}

#nav {
    height: var(--height-nav);
    min-height: var(--height-nav);
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-left: none;
    border-right: none;
}

#slideshow {
    height: var(--height-slideshow);
    min-height: var(--height-slideshow);
    margin-top: 5px;
}

#content {
    background: #000;
    flex-grow: 1;
    max-width: var(--width-page);
    width: 100%;
    margin: 0 auto;
    line-height: 1.75;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}


#footer {
    height: var(--height-footer);
    min-height: var(--height-footer);
    border-top: 1px solid #fff;
    padding: 50px 0;
}


.invisible {
    display: none;
}


/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

#header .menu-opener {
    display: none;
    width: 30px;
    height: 30px;
    background: url('../Icons/burger.svg') center/contain no-repeat;
}


#mobile_header .menu-opener {
    display: none;
    width: 30px;
    height: 30px;
    background: url('../Icons/burger.svg') center/contain no-repeat;
}


#footer .inner {
    width: 100%;
    height: 100%;
    max-width: var(--width-page);
    margin: 0 auto;
    display: flex;
    gap: var(--gap-footer);
}

#footer .logo {
    border-right: 1px solid #fff;
    padding: 20px var(--gap-footer) 15px 0;
}

#footer .nav {
    flex-grow: 1;
    padding: 15px 0;
}

.footer_navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.footer_navigation a {
    color: inherit;
    text-decoration: none;
}

.footer_navigation a:hover {
    text-decoration: underline;
}


.main_navigation {
    display: flex;
    --gap: 15px;
    gap: var(--gap);
    margin: 0;
    padding: 0;
    color: #fff;
    list-style: none;
}


.main_navigation li {
    position: relative;
}


.main_navigation li:not(:last-child) {
    padding-right: var(--gap);
}

.main_navigation li:not(:last-child)::after {
    width: 1px;
    height: 100%;
    background: #fff;
    content: '';
    position: absolute;
    right: 0;
    top: 1px;
}


.main_navigation a {
    color: inherit;
    text-decoration: none;
    height: 22px;
}

.main_navigation a:hover {
    text-decoration: underline;
}


#content ul {
    list-style-type: '-';
    padding-left: 5px;
}

#content ul li {
    padding-left: 10px;
}


#content h2 {
    font-size: 30px;
}


.fuhrpark_kunden {
    background: #fff;
    height: 280px;

    position: relative;
    width: 100vw;
    left: calc(((100vw - var(--width-page)) / 2) * -1);

    color: #000;
    font-size: 25px;


    /*  display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 40px;*/

}


.fuhrpark_kunden .inner {
    width: 100%;
    /*height: 100%;*/
    max-width: var(--width-page);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
}


.fuhrpark_kunden .logos {
    width: 100%;
    /*height: 100%;*/
    display: flex;
    justify-content: space-between;
    /*gap: 100px;*/
    align-items: center;
}


.fuhrpark_kunden .text {

    margin: 30px 0;
    line-height: 1;
}



.error_page {
    text-align: center
}

.error_page .title {
    font-size: 100px;
}

.error_page .message {
    font-size: 20px;
}


/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */


.debug_block {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 30px;
}

/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */


.swiper-fuhrpark_kunden .swiper-wrapper {
    transition-timing-function: linear !important;
}


.swiper-fuhrpark_kunden .swiper-slide {
    width: fit-content !important;
}

.swiper-fuhrpark_kunden .swiper-slide img {
    width: 250px;
    height: 135px;
    object-fit: contain;
}

.swiper-fuhrpark_kunden .swiper-wrapper {
    align-items: center;
}


.swiper-slideshow {
    height: 100%;
}

.swiper-slideshow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slideshow .swiper-wrapper {
    align-items: center;
}


.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: #fff;
}


:root {
    --mm-color-background: #1c1c1c;
    --mm-color-text: #fff;
    --mm-color-text-dimmed: #fff;
    --mm-color-border: #ccc;
}

.mm-panel {
}