/* Open Sans – lokal eingebunden aus /fonts/ */

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans-v44-latin-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans-v44-latin-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans-v44-latin-300italic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans-v44-latin-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans-v44-latin-500italic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans-v44-latin-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans-v44-latin-600italic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans-v44-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans-v44-latin-700italic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans-v44-latin-800.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans-v44-latin-800italic.woff2') format('woff2');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
/*------------------------------------------------------------------------------------------*/
/* 1. Defaults & Reset */
/*------------------------------------------------------------------------------------------*/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, blockquote, th, td {
    margin: 0;
    padding: 0;
    direction: ltr;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

p {
    line-height: 25px;
}

.row img {
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    line-height: inherit;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* Links im Fließtext – WCAG-konform, dezentes border-bottom */
p a {
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 1px;
}

figure {
    margin: 0;
}

/*------------------------------------------------------------------------------------------*/
/* 2. Layout */
/*------------------------------------------------------------------------------------------*/

section {
    clear: both;
    overflow: hidden;
}

/* Page Border */

.page-border {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}

.page-border .bottom-border,
.page-border .left-border,
.page-border .right-border,
.page-border .top-border {
    background: #ccc;
    position: fixed;
    z-index: 9999;
    padding: 10px;
}

.page-border .bottom-border, .page-border .top-border {
    width: 100%;
    left: 0;
}

.page-border .left-border, .page-border .right-border {
    height: 100%;
    top: 0;
}

.page-border .top-border    { top: 0; }
.page-border .right-border  { right: 0; }
.page-border .bottom-border { bottom: 0; }
.page-border .left-border   { left: 0; }

#wrapper {
    margin: 0 15px;
    padding: 15px 0;
    position: relative;
}

/* Rows and Columns */

.row {
    max-width: 1245px;
    margin: 0 auto;
    padding: 75px 0;
    position: relative;
    color: #424242;
}

.no-padding-bottom .row,
.no-padding-bottom div,
.no-padding-bottom.row {
    padding-bottom: 0;
}

[class*='col-'] {
    float: left;
    padding: 20px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.col-1  { width: 100%; }
.col-2  { width: 50%; }
.col-3  { width: 33.33%; }
.col-4  { width: 25%; }
.col-38 { width: 38.2%; }
.col-61 { width: 61.8%; }

/* Text Alignment */

.text-left   { text-align: left; }
.text-center { text-align: center; }
.text-right  { text-align: right; }

/*------------------------------------------------------------------------------------------*/
/* 3. Header & Navigation */
/*------------------------------------------------------------------------------------------*/

#header {
    height: 71px !important;
    overflow: visible;
    z-index: 9999;
    width: 100%;
    position: absolute !important;
    font-size: 13px;
}

#header .row {
    padding: 0;
}

#header ul {
    text-align: center;
}

#header li {
    display: inline-block;
    list-style: none;
    margin: 0;
}

#header nav ul {
    text-transform: uppercase;
}

#header nav a {
    height: 71px;
    line-height: 71px;
    display: block;
    padding: 0 10px;
}

#header nav a:hover {
    opacity: 0.6;
}

/* Sticky Navigation */

#header.nav-solid {
    background: #000;
    box-shadow: 2px 0px 3px rgba(0,0,0,0.2);
    position: fixed !important;
    left: 0;
}

#header.nav-solid [class*='col-'] {
    padding: 0 20px;
}

#header.nav-solid nav a {
    border-bottom: 3px solid #000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#header.nav-solid nav a:hover {
    opacity: 1;
}

/*------------------------------------------------------------------------------------------*/
/* 4. Logo */
/*------------------------------------------------------------------------------------------*/

#logo {
    float: left;
    height: 71px;
    line-height: 66px;
    margin-right: 15px;
}

#logo img {
    max-height: 30px;
    width: auto;
    vertical-align: middle;
    margin-right: 15px;
}

#navigation-logo { display: none; }

.nav-solid #logo #banner-logo     { display: none; }
.nav-solid #logo #navigation-logo { display: inline-block; }

/*------------------------------------------------------------------------------------------*/
/* 5. Mobile Navigation */
/*------------------------------------------------------------------------------------------*/

#nav-trigger {
    display: none;
    text-align: right;
}

#nav-trigger span {
    display: inline-block;
    width: 38px;
    height: 71px;
    color: #111;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#nav-trigger span:after {
    display: inline-block;
    width: 38px;
    height: 71px;
    line-height: 75px;
    text-align: center;
    content: "☰";
    font-family: sans-serif;
}

#nav-trigger span.open:after {
    content: "✕";
}

#nav-trigger span:hover,
.nav-solid #nav-trigger span:hover {
    opacity: 0.6;
}

#nav-trigger span.open {
    color: #fff;
}

.nav-solid #nav-trigger span {
    color: #fff;
    opacity: 1;
}

nav#nav-mobile {
    position: relative;
    display: none;
}

nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 0;
    text-align: center;
    background-color: #000;
    box-shadow: 0 5px 3px rgba(0,0,0,0.2);
}

nav#nav-mobile li {
    margin: 0 20px;
    float: none;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}

nav#nav-mobile li:last-child {
    border-bottom: none;
}

nav#nav-mobile a {
    display: block;
    padding: 12px 0;
    color: #333;
    width: 100%;
    height: auto;
    line-height: normal;
    border-bottom: none !important;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

nav#nav-mobile a:hover {
    background: #fafafa;
    opacity: 1;
}

/*------------------------------------------------------------------------------------------*/
/* 6. Images */
/*------------------------------------------------------------------------------------------*/

img {
    vertical-align: top;
}

a img {
    border: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
}

a img:hover {
    opacity: 0.7;
}

/*------------------------------------------------------------------------------------------*/
/* 7. Typography */
/*------------------------------------------------------------------------------------------*/

h1 { padding: 20px 0; }
h2 { padding: 14px 0; }
h3 { padding: 10px 0; }
h4 { padding: 7px 0; }

.section-heading {
    padding: 0 0 15px 0;
}

.section-heading h3 {
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
    letter-spacing: 2px;
    padding-bottom: 0;
}

.section-subtitle {
    font-size: 18px;
    padding-top: 0;
}

/*------------------------------------------------------------------------------------------*/
/* 8. Banner */
/*------------------------------------------------------------------------------------------*/

#banner {
    background-size: cover;
}

#banner-content.row {
    padding-top: 170px;
    padding-bottom: 100px;
}

#banner h1 {
    padding-top: 5%;
}

#banner .section-heading:before {
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    margin-top: 30px;
}

/*------------------------------------------------------------------------------------------*/
/* 9. Buttons */
/*------------------------------------------------------------------------------------------*/

.button {
    font-size: 16px;
    padding: 11px 16px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
    border-width: 3px;
    border-style: solid;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*------------------------------------------------------------------------------------------*/
/* 10. Testimonials / Team */
/*------------------------------------------------------------------------------------------*/

.testimonial {
    padding: 15px;
}

blockquote {
    position: relative;
}

.testimonial img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 250em;
}

.testimonial footer {
    padding-top: 12px;
    color: #999;
    font-weight: 600;
}

.testimonial.classic img {
    display: inline-block;
    margin-bottom: 25px;
}

.testimonial.classic q {
    display: block;
}

.testimonial.classic footer:before {
    display: block;
    content: "";
    width: 30px;
    height: 4px;
    margin: 10px auto 15px auto;
}

.testimonial.bigtest {
    padding-top: 0;
}

.testimonial.bigtest q {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
}

/*------------------------------------------------------------------------------------------*/
/* 11. Gallery */
/*------------------------------------------------------------------------------------------*/

/* Ersetzt WOW.js + animate.css für die Galerie-Einblendung */
.wow {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.wow.is-visible {
    opacity: 1;
    transform: translateY(0);
}


#gallery img {
    max-height: 300px;
}

#gallery a {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

#gallery a:hover img {
    opacity: 0.15;
    -moz-backface-visibility: hidden;
}

#gallery a:before {
    font-size: 2.2em;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    content: "+";
    width: 70px;
    height: 70px;
    border-radius: 100em;
    display: block;
    position: absolute;
    top: 55%;
    left: 50%;
    line-height: 72px;
    margin: -35px 0 0 -35px;
    opacity: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    vertical-align: middle;
}

#gallery a:hover:before {
    opacity: 1;
    top: 50%;
    left: 50%;
}

/* Featherlight Lightbox */

@media all {
    .featherlight {
        display: none;
        position: fixed;
        top: 0; right: 0; bottom: 0; left: 0;
        z-index: 2147483647;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background: rgba(0,0,0,0);
    }

    .featherlight:last-of-type {
        background: rgba(0,0,0,0.8);
    }

    .featherlight:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    .featherlight .featherlight-content {
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        overflow: auto;
        padding: 25px 0;
        border-bottom: 25px solid transparent;
        min-width: 30%;
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        cursor: auto;
        white-space: normal;
    }

    .featherlight .featherlight-inner {
        display: block;
    }

    .featherlight .featherlight-close-icon {
        position: absolute;
        z-index: 9999;
        top: 25px;
        right: 25px;
        line-height: 25px;
        width: 25px;
        cursor: pointer;
        text-align: center;
        color: #fff;
        font-size: 22px;
        opacity: 0.5;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .featherlight .featherlight-close-icon:hover { opacity: 1; }

    .featherlight .featherlight-image {
        max-height: 100%;
        max-width: 100%;
    }

    .featherlight-next,
    .featherlight-previous {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        cursor: pointer;
        user-select: none;
        opacity: 0.4;
        transition: opacity 0.2s ease;
        z-index: 9999;
    }

    .featherlight-next     { right: 20px; left: auto; bottom: auto; }
    .featherlight-previous { left: 20px;  right: auto; bottom: auto; }

    .featherlight-next:hover,
    .featherlight-previous:hover { opacity: 1; }

    .featherlight-next span,
    .featherlight-previous span {
        display: block;
        font-size: 36px;
        line-height: 1;
        color: #fff;
        font-style: normal;
        font-weight: 200;
        text-align: center;
        opacity: 1;
        position: static;
        margin-top: 0;
        width: auto;
    }

    .featherlight-loading .featherlight-previous,
    .featherlight-loading .featherlight-next { display: none; }
}

@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        margin-left: 10px;
        margin-right: 10px;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent;
    }

    .featherlight-next,
    .featherlight-previous {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }

    .featherlight-next     { right: -35px; }
    .featherlight-previous { left: -35px; }

    .featherlight-next span,
    .featherlight-previous span {
        font-size: 24px;
        line-height: 30px;
    }
}

/*------------------------------------------------------------------------------------------*/
/* 12. Impressum / DSGVO */
/*------------------------------------------------------------------------------------------*/

#impressum .row {
    padding-bottom: 40px;
}

#impressum a {
    color: #fff;
}

#impressum .col-1 p,
#impressum .col-1 strong {
    color: #aaa;
}

/*------------------------------------------------------------------------------------------*/
/* 13. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer {
    clear: both;
}

#landing-footer .row {
    padding: 0;
}

#landing-footer p {
    margin: 0;
}

/*------------------------------------------------------------------------------------------*/
/* 14. Scroll-Up Button */
/*------------------------------------------------------------------------------------------*/

#scrollUp {
    bottom: 20px;
    right: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    opacity: 0.5;
    transition: opacity 0.2s ease;
}

#scrollUp:hover {
    opacity: 1;
}

#scrollUp:before {
    font-size: 1.6em;
    color: #fff;
    display: block;
    line-height: 40px;
    content: "\2303";
    font-weight: 300;
}


/*------------------------------------------------------------------------------------------*/
/* 16. Responsive */
/*------------------------------------------------------------------------------------------*/

@media all and (max-width: 1024px) {
    #nav-trigger  { display: block; }
    nav#nav-main  { display: none; }
    nav#nav-mobile { display: block; }
    nav#nav-mobile li { display: block; }
}

@media (max-width: 480px) {
    #wrapper { margin: 0; padding: 0; }
    .page-border, #scrollUp { display: none; }

    .row { padding: 15px !important; }

    .col-1, .col-2, .col-3, .col-4,
    .col-2-3, .col-3-4, .col-61, .col-38, .row {
        width: 100%;
    }

    .col-1, .col-2, .col-3, .col-4,
    .col-2-3, .col-3-4, .col-61, .col-38 {
        padding-right: 0;
        padding-left: 0;
    }

    #header .row     { padding: 0 15px !important; }
    #header.nav-solid [class*="col-"] { padding: 0; }

    #banner-content.row { padding-top: 85px !important; }

    h1 { font-size: 38px; }
    #banner h1 { font-size: 48px; }

    a#scrollUp { display: none !important; }
}

@media (min-width: 480px) and (max-width: 767px) {
    #wrapper { margin: 0; padding: 0; }
    .page-border, #scrollUp { display: none; }

    .row { padding: 15px 0 !important; }

    .col-1, .col-2, .col-61, .col-38, .row { width: 100%; }
    .col-3, .col-4 { width: 50%; }

    #header .row { padding: 0 !important; }
    #banner-content.row { padding-top: 85px !important; }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #wrapper { margin: 0; padding: 0; }
    .page-border { display: none; }
}
/* Bauer Comics – Color & Typography */

/*------------------------------------------------------------------------------------------*/
/* 1. Website Defaults */
/*------------------------------------------------------------------------------------------*/

body {
    background: #000;
}

a, .la-ball-triangle-path {
    color: #e8c96a;
}

a:hover, #header.nav-solid nav a:hover {
    color: #e8c96a;
}

.icon i {
    color: #d2b356;
}

#banner .section-heading:before,
.testimonial.classic footer:before {
    background: #d2b356;
}

/*------------------------------------------------------------------------------------------*/
/* 2. Navigation */
/*------------------------------------------------------------------------------------------*/

#header nav a, #header i {
    color: #fff;
}

#header.nav-solid,
#header.nav-solid a,
#header.nav-solid i,
#nav-mobile ul li a {
    color: #999;
}

#header.nav-solid .active {
    color: #d2b356;
    border-color: #d2b356;
}

/*------------------------------------------------------------------------------------------*/
/* 3. Primary Color */
/*------------------------------------------------------------------------------------------*/

.primary-color {
    background-color: #d2b356;
    color: #fff;
}

.primary-color .section-title,
.primary-color .section-subtitle {
    color: #fff;
}

.section-heading h2:after {
    background: #d2b356;
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    margin-top: 30px;
}

.text-center .section-heading h2:after {
    margin: 30px auto 25px auto;
}

#impressum .section-heading h3:after {
    background: #d2b356;
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    margin: 15px auto 0 auto;
}

.primary-color .icon i,
.primary-color i {
    color: #fff;
}

.secondary-color {
    background-color: #f5f5f5;
}

/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/

#banner {
    background: url("../images/banner-images/banner-image-1-optimized.jpg") no-repeat center top;
    background-size: cover;
}

@supports (background-image: url("x.webp")) {
    #banner {
        background-image: url("../images/banner-images/banner-image-1-v2.webp");
    }
}

/*------------------------------------------------------------------------------------------*/
/* 5. Typography */
/*------------------------------------------------------------------------------------------*/

body {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 15px;
    font-weight: normal;
    color: #ccc;
}

#banner h1 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 62px;
    line-height: 60px;
    font-weight: 800;
    color: #f3f3f3;
}

#banner h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

.section-title {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 34px;
    font-weight: 700;
    color: #777;
}

.section-subtitle {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px;
    font-weight: 400;
    color: #9c9c9c;
    text-align: left;
}

.testimonial q {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 17px;
    font-weight: 300;
}

.testimonial.classic q,
.testimonial.classic footer {
    color: #fff;
}

h1 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 40px;
    font-weight: 300;
    color: #111;
}

h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 34px;
    font-weight: 300;
    color: #111;
}

h3 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 30px;
    font-weight: 700;
    color: #111;
}

h4 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 18px;
    font-weight: 400;
    color: #111;
}

/*------------------------------------------------------------------------------------------*/
/* 6. Buttons */
/*------------------------------------------------------------------------------------------*/

.button {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #d2b356;
    border-color: #d2b356;
}

.button:hover {
    border-color: #fff;
    color: #fff;
}

#banner .button {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 14px;
    color: #d2b356;
    border-color: #d2b356;
}

#banner .button:hover {
    color: #fff;
    border-color: #fff;
}

/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer,
#landing-footer p,
#landing-footer a {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #999;
}
