/* Fonts **************************************************************/
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/montserrat-v31-latin-300.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v31-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/montserrat-v31-latin-900.woff2') format('woff2');
}

/* reset **************************************************************/
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    text-rendering: optimizeLegibility;
    background-color: #fff;
    color: #000;
}

/* Bilder und Medien */
img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Formelemente */
input,
button,
textarea,
select {
    font: inherit;
    color: inherit;
}

/* Links */
a {
    color: inherit;
    text-decoration: none;
}

/* Überschriften */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Listen */
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Tabellen */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Vermeide Textüberlauf */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}


/* global **************************************************************/
html {
    height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

html.nav-open {
    overflow: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1rem, 0.4vw + 0.9rem, 1.2rem);
    height: 100%;
}

h1 {
    font-size: clamp(1rem, 2vw + 1.4rem, 4rem);
    font-weight: 300;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    text-align: center;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 25px 0;
    text-transform: uppercase;
}

h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 1em 0 0.5em 0;
    text-transform: uppercase;
}

h4 {
    font-size: clamp(1rem, 0.4vw + 0.9rem, 1.2rem);
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

p {
    line-height: 1.5em;
    margin: 0 0 1rem 0;
}

li {
    list-style-type: none;
}

.liste li {
    line-height: 1.5;
    padding: 0 0 10px 40px;
    position: relative;
}

.liste li::before {
    content: '•';
    color: #2eaadc;
    font-size: 50px;
    font-weight: 900;
    left: 5px;
    position: absolute;
    top: -26px;
}

a {
    color: #343434;
    text-decoration: none;
}

a,
button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #000;
}

img {
    height: auto;
    width: 100%;
}

.fine {
    font-weight: 300;
}

.bold {
    font-weight: 700;
}

.black {
    font-weight: 900;
}

.blau {
    color: #00a6dc;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-primary {
    color: #cecece;
    cursor: pointer;
    display: block;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 60px;
    text-align: right;
    width: 100%;
}

.btn-primary:hover {
    color: #fff;
}

.btn-primary span {
    background-color: #2eaadc;
    border-radius: 50%;
    display: inline-block;
    height: 26px;
    width: 26px;
    text-align: center;
    margin-left: 6px;
    vertical-align: middle;
    padding-top: 0.1em;
}

.btn-primary span i {
    color: #fff;
    font-size: 20px;
    vertical-align: top;
}

/* Struktur ***********************************************************/
#main {
    margin-top: 60px;
}

#main.other {
    padding: 30px 0;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

#sec1,
#sec2,
#sec3 {
    padding-top: 8vw;
}

#sec1,
#sec3,
#kontakt {
    scroll-margin-top: 50px;
}

/* Barrierefreiheit ***************************************************/
@media (prefers-reduced-motion: reduce) {

    .brand-img,
    #site-nav,
    .slick-slide img,
    .cap {
        transition: none !important;
        transform: none !important;
    }

    .brand-img {
        opacity: 1;
    }
}

:focus-visible {
    outline: 2px solid #0078D4;
    outline-offset: 2px;
}

.visually-hidden,
.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
    padding: 0;
    margin: -1px;
}

/* Floats **************************************************************/

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
}

span.clear {
    clear: both;
    display: block;
    height: 0;
}

/* Clearfix **************************************************************/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}


.transition {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Header ****************************************************************/
#top {
    height: 1px;
    width: 100%;
}

#header {
    background-color: #fff;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9
}

#header.shadow {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

#header .container {
    position: relative;
}

#logo {
    display: block;
    height: 60px;
    padding: 7px 0 9px 10%;
}

#logo img {
    height: 100%;
    width: auto;
}


/* Navigation ************************************************************/
:root {
    --header-h: 60px;
}

/*
section[id],
[id^="sec"] {
    scroll-margin-top: calc(var(--header-h) - 5px);
}
*/
#nav-btn {
    background-color: transparent;
    border: 0;
    width: 46px;
    position: absolute;
    pointer-events: all;
    height: 40px;
    right: 25px;
    top: 12px;
    z-index: 9999;
    cursor: pointer;
}

.nav-btn-line {
    width: 100%;
    height: 4px;
    background-color: #00448a;
    position: relative;
    transition: 0.5s ease;
}

.nav-btn-line:nth-of-type(2) {
    margin: 6px 0;
}

.open .nav-btn-line:first-child {
    background-color: #fff;
    transform: rotate(45deg);
    top: 16px;
    position: absolute;
    width: 38px;
}

.open .nav-btn-line:nth-of-type(2) {
    display: none;
}

.open .nav-btn-line:last-child {
    background-color: #fff;
    transform: rotate(135deg);
    top: 16px;
    position: absolute;
    width: 38px;
}

#site-nav {
    display: block;
    width: 100svw;
    right: -100%;
    height: 100vh;
    max-height: 100svh;
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    z-index: 9998;
    transition: 0.4s ease;
    top: 0;
    opacity: 0;
}

#site-nav.open {
    right: 0;
    opacity: 1;
}

#site-nav .nav-box {
    margin-top: 50svh;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#site-nav .nav-box ul {
    padding: 0;
}

#site-nav .nav-box a {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    padding: 5px 0;
    width: 100%;
}

#site-nav .nav-box a:focus {
    outline: none;
}

#site-nav .nav-box li {}

#site-nav .nav-box a.is-active,
#site-nav .nav-box li:hover a {
    color: #2eaadc;
}

/* Slider **************************************************************/
#slider {
    position: relative;
}

#slider .slick-slide img.folie {
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    opacity: 1;
    transition: transform 6s ease-in-out;
    will-change: transform;
}

#slider .slick-slide.slick-current.slick-active img.folie {
    transform: scale(1.06);
}

/*
.slide .folie {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}
*/
#slider .brand-img {
    display: none;
}

#slider .cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40%;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, .5);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .5s ease, transform .5s ease;
}

#slider .cap h2 {
    font-weight: 900;
    margin-bottom: 5px;
}

#slider .cap p {
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    font-size: 14px;
}

#slider .slick-slide.slick-current.slick-active .cap {
    opacity: 1;
    transform: translateY(0);
}

#slider .btn-contact {
    display: none;
}

/* SEC 1 Leistungen Akkordeon *****************************************/
#accordion h2 {
    font-size: clamp(1.2rem, 3vw, 2.5rem);
    font-weight: 600;
    margin: 0 auto;
    max-width: 880px;
    text-transform: none;
}

#accordion .acc-btn {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 1rem 3rem 1rem 0;
    position: relative;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    background: none;
    cursor: pointer;
}

#accordion .acc-btn .icon {
    display: block;
    height: auto;
    width: clamp(3.5rem, 6vw, 7rem);
    margin-right: 1.5vw;
}

#accordion .acc-btn i {
    font-size: clamp(2.5rem, 3vw, 4rem);
    transition: transform 0.3s ease, font-size 0.3s ease;
    position: absolute;
    right: 0;
}

#accordion .acc-panel {
    background-color: #f0f0f0;
    padding: 15px;
    column-count: 1;
    column-gap: 0;
    column-fill: balance;
    hyphens: auto;
    overflow-wrap: break-word;
    margin: 0 auto;
}

#accordion .acc-panel h3 {
    margin: 1.2em 0 0.5em 0;
}

#accordion .acc-panel h2 {
    line-height: 1.2;
    margin-bottom: 0.6em;
}

#accordion .acc-panel img {}

#accordion .acc-panel .img-desc {
    display: inline-block;
    color: #5a5a5a;
    font-size: 0.9em;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
}

#accordion .btn-contact {
    color: #343434;
    text-align: right;
    font-weight: 700;
    font-size: 1rem;
    display: block;
    width: 100%;
    margin-top: 30px;
}

#accordion .btn-contact:hover {
    color: #000;
}

#accordion .btn-contact span {
    background-color: #2eaadc;
    border-radius: 50%;
    display: inline-block;
    height: 26px;
    width: 26px;
    text-align: center;
    margin-left: 6px;
}

#accordion .btn-contact span i {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
}

/* SEC 2 Partner Slider ************************************************/
#partner-slider {
    background-color: #0a1d2e;
    padding: 10px 0;
}

#partner-slider .slick-slide img.p-logo {
    height: 100px;
    margin: 0 25px;
    width: auto;
}

/* SEC 3 - Doninique Loch **********************************************/
#sec3 {
    margin-bottom: 0;
}

#sec3 .list-box .container {
    position: relative;
}

#sec3 .textbox {
    text-align: center;
    margin: 0 auto;
    max-width: 510px;
}

#sec3 h2 {
    line-height: 1.2
}

#sec3 h2 span:first-child {
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 900;
}

#sec3 h2 span:last-child {
    font-size: clamp(20px, 2.4vw, 30px);
    font-weight: 300;
}

#sec3 h3 {}

#sec3 p {
    text-align: left;
}

#sec3 img.dl {
    display: none;
}

/* Listenbox */
.list-box {
    background-color: #f0f0f0;
    padding: 0 20px;
}

#sec3 .list-box .textbox {
    text-align: left;
    position: relative;
}

.list-block .list {
    position: relative;
}

.list-block .list .list-icon {
    background-color: #00a6dc;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 40px;
    text-align: center;
    width: 40px;
    padding-top: 4px;
}

.list-block .list .list-icon i {
    font-size: 30px;
}

.list-block .list .list-bez {
    display: inline-block;
    font-size: 28px;
    padding: 23px 0 0 20px;
    text-transform: uppercase;
}

.list-block .list .list-text-link,
.list-text-box {
    display: none;
}

.list-block .list .list-text-mobil {
    padding-left: 65px;
    font-size: 1.1em;
}

/* Kontakt *************************************************************/
#kontakt {
    background-color: #0a1d2e;
    color: #fff;
    padding: 5vw 0;
    margin-bottom: 0;
}

#kontakt a {
    color: #fff;
    text-decoration: underline;
}

#kontakt a:hover {
    color: #2eaadc;
}

#kontakt address {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.1em;
    font-style: normal;
}

#kontakt address .firma {
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 10px;
}

#kontakt address .adress-icon {
    color: #00a6dc;
    padding-right: 10px;
}

#kontakt address p {
    margin: 1rem 0;
    font-weight: 700;
}

#kontakt form {
    margin: 0 auto;
    max-width: 400px;
}

#kontakt .pflicht {
    margin: 1rem 0 0 0;
    text-align: right;
}

#kontakt .form-field {
    margin-bottom: 20px;
}

#kontakt label {
    display: block;
    margin: 0 0 5px 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9em;
}

#kontakt select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

#kontakt .select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

#kontakt .select-wrapper::after {
    content: "\f063";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 30px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

#kontakt .ds-field {
    position: relative;
}

#kontakt .ds-field label.ds-text {
    text-transform: none;
    font-weight: 400;
    margin: 0;
    width: 85%;
}

/* Checkbox als Schieberegler */
.ds-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4;
}

.switch {
    position: absolute;
    width: 46px;
    height: 24px;
    margin: 0 !important;
    right: 0;
    top: 0;
}

.switch input {
    opacity: 0;
    width: 0 !important;
    height: 0 !important;
    position: absolute;
}

.toggle {
    border: 1px solid #999;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0a1d2e;
    border-radius: 24px;
    transition: background-color .3s ease;
}

.toggle::before {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    left: 3px;
    top: 2px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transition: transform .3s ease;
}

.switch input:checked + .toggle {
    background-color: #2eaadc;
    border-color: #fff;
}

.switch input:checked + .toggle::before {
    transform: translateX(21px);
}

.switch:hover .toggle {
    background-color: #133757;
}

/*****************************/

#kontakt select,
#kontakt input {
    height: 3em;
}

#kontakt textarea {
    height: 9em;
}

#kontakt select,
#kontakt input,
#kontakt textarea {
    background-color: #0a1d2e;
    border-radius: 1.5em;
    border: 0;
    color: #fff;
    border: 1px solid #999;
    padding: 0 1em;
    width: 100%;
}

#kontakt select:focus,
#kontakt input:focus,
#kontakt textarea:focus {
    border-color: #2eaadc;
}

#kontakt #contact-hinweis {
    font-size: 0.9em;
    text-align: right;
    margin-bottom: -20px;
}

/* Fehlerkennzeichnung ***********/
#kontakt form.has-feedback {}

.form-feedback.hidden {
    display: none;
}

.form-feedback {
    background-color: #2eaadc;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    font-size: 1.2em;
    font-weight: 700;
    border-radius: 30px;

}

.error-message {
    color: #2eaadc;
    font-size: 0.9em;
    font-weight: 700;
    text-align: center;
    margin: 5px 0 1rem 0;
}

/* Impressum/Datenschutz ************************************************/
#impressum .container {
    margin-bottom: 60px;
}

#impressum .btn-primary {
    color: #000;
    font-size: 1.2em;
    text-align: center;
    margin: 0 0 50px 0;
}

/* Fehler 404 ***********************************************************/
#fehler {
    text-align: center;
}

#fehler a {
    color: #2eaadc;
}

/* Footer ***************************************************************/
#footer {
    background-color: #0a1d2e;
    border-top: 1px solid #f0f0f0;
    color: #fff;
    padding: 25px 0;
    margin-bottom: 0;
}

#footer ul {
    text-align: center;
}

#footer li {
    display: inline-block;
    font-size: 0.9em;
    font-weight: 300;
    text-transform: uppercase;
}

#footer li a {
    color: #fff;
    padding: 5px 10px;
}

#footer a:hover {
    color: #2eaadc;
}

#footer p {
    margin: 20px 0 0 0;
    font-size: 0.8em;
}

/*********************************************************************************************************
***************************************  680px  **********************************************************
*********************************************************************************************************/

@media (min-width: 680px) {

    /* Slider **************************************************************/
    #slider .brand-img {
        display: block;
        position: absolute;
        top: 12%;
        right: 3%;
        width: clamp(64px, 10vw, 120px);
        pointer-events: none;
        opacity: 0;
        transform: translate(12px, -12px) scale(.92);
        filter: drop-shadow(0 4px 12px rgba(0, 0, 0, .25));
    }

    /* Bounce-in nach 0.5s (per JS-Timeout getriggert) */
    #slider .brand-img.in {
        animation: brandBounce .6s cubic-bezier(.2, .8, .2, 1) both;
    }

    @keyframes brandBounce {
        0% {
            opacity: 0;
            transform: translate(12px, -12px) scale(.92);
        }

        60% {
            opacity: 1;
            transform: translate(-4px, 4px) scale(1.06);
        }

        100% {
            opacity: 1;
            transform: translate(0, 0) scale(1);
        }
    }

    #slider .cap {
        text-align: left;
        left: 8%;
        bottom: 25%;
    }

    #slider .cap h2 {
        font-size: 34px;
        margin-bottom: 0;
    }

    #slider .cap p {
        font-size: 18px;
    }

    #slider .btn-contact {
        color: #cecece;
        display: block;
        font-weight: 700;
        font-size: 1rem;
        margin: 30px 0 0 10%;
    }

    #slider .btn-contact:hover {
        color: #fff;
    }

    #slider .btn-contact span {
        background-color: #2eaadc;
        border-radius: 50%;
        display: inline-block;
        height: 26px;
        width: 26px;
        text-align: center;
        margin-left: 6px;
    }

    #slider .btn-contact span i {
        color: #fff;
        font-size: 20px;
        vertical-align: middle;
    }

    /* Leistungen Akkordeon ************************************************/
    #accordion .acc-panel {
        padding: 20px 30px;
    }

    /* Kontakt *************************************************************/
    #kontakt form {
        max-width: 440px;
    }

    #kontakt .btn-primary {
        font-size: 1.1em;
    }

    #kontakt .btn-primary span {
        height: 32px;
        width: 32px;
    }

    #kontakt .btn-primary span i {
        font-size: 26px;
    }

}

/*********************************************************************************************************
***************************************  1024px  *********************************************************
*********************************************************************************************************/
@media (min-width: 1024px) {

    #sec1,
    #sec2,
    #sec3 {
        padding-top: 5vw;
    }

    /* Leistungen Akkordeon ************************************************/
    #accordion .acc-panel {
        column-count: 2;
        column-gap: 3rem;
        padding: 30px 40px;
    }

    /* Partner Slider ******************************************************/
    #partner-slider {
        padding: 25px 0;
    }

    #partner-slider .slick-slide img.p-logo {
        height: 120px;
        margin: 0 35px;
    }

    /* SEC 3 - Doninique Loch **********************************************/
    #sec3 .list-box .container {
        padding-bottom: 20px;
    }

    #sec3 .textbox.haupttext {
        text-align: left;
        max-width: none;
        margin: 0 0 0 50%;
        hyphens: auto;
        width: calc(50% + 250px);
        -webkit-transform: translateX(-250px);
        transform: translateX(-250px);
    }

    #sec3 img.dl {
        display: block;
        position: absolute;
        bottom: 0;
        width: 22vw;
        max-width: 230px;
        left: 2%;
    }

    /* Listenbox */
    .list-block .list .list-text-mobil {
        display: none;
    }

    .list-block .list .list-text-link {
        display: block;
        position: absolute;
        right: 0;
        top: 23px;
    }

    .list-text-box {
        display: block;
    }

    .list-block .list .list-text-link i {
        font-size: 40px;
    }

    .list-block .list {
        cursor: pointer;
    }

    .list-block .list.current,
    .list-block .list:hover {
        color: #00a6dc;
    }

    .list-block-box {
        width: 70%;
    }

    .list-text-box {
        position: absolute;
        top: 0;
        left: 80%;
        padding: 30px;
        width: 60%;
        font-size: 1.1em;
        font-weight: 700;
        height: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        justify-content: center;
    }

    #sec3 .list-text-box p {
        text-align: center;
        margin: 0;
    }

    .list-text-box .list-text[hidden] {
        display: none;
    }

    .list-text-box .list-text.active {}

    /* Fehlerkennzeichnung ***********/
    .form-feedback {
        font-size: 1em;
        padding: 5px 10px;
    }

    /* Impressum/Datenschutz ************************************************/
    #impressum .container,
    #datenschutz .container {
        padding-left: 6em;
    }

    /* Footer ***************************************************************/
    #footer li a {
        color: #fff;
        padding: 5px 40px;
    }

}

/*********************************************************************************************************
***************************************  1200px  *********************************************************
*********************************************************************************************************/

@media (min-width: 1200px) {

    #main {
        margin-top: 80px;
    }

    #sec1,
    #sec3,
    #kontakt {
        scroll-margin-top: 70px;
    }

    /* Header ****************************************************************/
    #header {
        height: 80px;
    }

    #logo {
        height: 80px;
        padding: 10px 0 14px 15%;
    }

    /* Navigation ************************************************************/
    :root {
        --header-h: 80px;
    }

    /*
    section[id],
    [id^="sec"] {
        scroll-margin-top: calc(var(--header-h) - 50px);
    }
*/
    #nav-btn {
        width: 60px;
        right: 15%;
        top: 23px;
    }

    .open .nav-btn-line:first-child,
    .open .nav-btn-line:last-child {
        width: 50px;
    }

    /* Slider **************************************************************/
    #slider .cap {
        left: 6%;
        bottom: 25%;
    }

    #slider .cap h2 {
        font-size: 60px;
    }

    #slider .cap p {
        font-size: 28px;
        font-weight: 300;
    }

    #slider .btn-contact {
        font-size: 1.4rem;
        margin: 50px 0 0 12%;
    }

    #slider .btn-contact span {
        height: 32px;
        width: 32px;
        margin-left: 10px;
    }

    #slider .btn-contact span i {
        font-size: 28px;
        vertical-align: -2px;
    }

    /* SEC 3 - Doninique Loch **********************************************/
    #sec3 img.dl {
        left: 8%;
    }

    /* Kontakt *************************************************************/
    #kontakt address {
        margin-bottom: 60px;
    }

    #kontakt .ds-field label.ds-text {
        width: 90%;
    }

}

/*********************************************************************************************************
***************************************  1600px  *********************************************************
*********************************************************************************************************/

@media (min-width: 1600px) {

    /* Slider **************************************************************/
    #slider .cap h2 {
        font-size: 70px;
    }

    #slider .cap p {
        font-size: 30px;
    }

    /* Kontakt *************************************************************/

}
