/* source-sans-3-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: url('/dmxDaten/fonts/source-sans-3-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 500;
    src: url('/dmxDaten/fonts/source-sans-3-v18-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 700;
    src: url('/dmxDaten/fonts/source-sans-3-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/

:root {
    --primary-color: #17243a;
    --text-color: #3A3939;
    --color-x: #989897;
    --white: #ffffff;
    --grey: #F3F2F7;
    color-scheme: only light;
}

/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    position: relative;
    width: 100%;
    height: 100%;
    color: var(--text-color);
    font-size: 19px;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

@media (min-width: 1600px) {
    .container {
        max-width: 1420px!important;
    }
}

.abstand {
    margin-top: 120px;
    margin-bottom: 120px;
}

.abstandpadding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.abstandcol {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .abstandlg {
        margin-bottom: 40px;
    }
    .abstandpadding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .abstandmd {
        margin-bottom: 30px;
    }
}

.slidescroller {
    margin-top: -106px;
    padding-top: 106px;
}

@media (max-width: 991px) {
    .slidescroller {
        margin-top: -84px;
        padding-top: 84px;
    }
}

@media (max-width: 340px) {
    .slidescroller {
        margin-top: -78px;
        padding-top: 78px;
    }
}

/*--------------------------------------------------------------
# Backgrounds
--------------------------------------------------------------*/

.hero {
    width: 100%;
    height: calc(100vh - 125px);
    background: var(--grey);
}

@media (max-height: 760px) {
    .hero {
        height: calc(760px - 106px);
    }
}

@media (max-width: 991px) {
    .hero {
        padding-top: 80px;
        padding-bottom: 80px;
        height: 100%;
    }
}

.bg-primary {
    background-color: var(--primary-color)!important;
}

/*--------------------------------------------------------------
# Typografie
--------------------------------------------------------------*/

a {
    color: var(--primary-color);
}

a:focus, a:hover {
    color: var(--text-color);
    text-decoration: none;
}

.card.bg-primary a {
    color: var(--white);
}

a.link-negative {
    color: var(--white);
}

a.link-negative:focus, a.link-negative:hover {
    color: var(--grey);
    text-decoration: none;
}

h1 {
    font-size: 56px;
    font-weight: 500;
}

h2 {
    font-size: 50px;
    font-weight: 500;
}

h3 {
    font-size: 28px;
    font-weight: 600;
}

h4 {
    font-weight: 500;
}

.lead {
    font-size: 24px;
}

strong,.strong {
    font-weight: 600;
}

.marked {
    color: var(--grey);
}

@media (max-width: 991px) {
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 20px;
    }
    .lead {
        font-size: 18px!important;
    }
    body {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.btn {
    padding: 0.5rem 1.25rem;
    border-radius: 10px;
    font-size: 18px;
    outline: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.btn-sm {
    padding: 0.4rem 1.05rem;
    border-radius: 0;
    font-size: 16px;
}

.btn-main {
    color: var(--white);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-main:hover {
    color: var(--white);
    background-color: var(--text-color);
    border-color: var(--text-color);
}

.btn-white {
    color: var(--primary-color);
    border-color: var(--white);
    background-color: var(--white);
}

.btn-white:hover {
    color: var(--white);
    background-color: var(--text-color);
    border-color: var(--text-color);
}

.btn-second {
    color: var(--white);
    background-color: var(--primary-color);
    border-color: var(--white);
}

.btn-second:hover {
    color: var(--white);
    background-color: var(--text-color);
    border-color: var(--text-color);
}

.btn-main-outline {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-main-outline:hover {
    color: var(--white);
    background-color: var(--text-color);
    border-color: var(--text-color);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.card {
    border: none;
    border-radius: 10px;
}

.card-img-top {
    border-radius: 0;
}

@media (min-width: 992px) {
    .card-padding {
        padding: 30px;
    }
}

.card-footer {
    background-color: inherit;
    border: none;
    padding: 0 1.25rem 1.25rem 1.25rem;
    border-radius: 0!important;
}

@media (min-width: 992px) {
    .card-footer {
        padding: 0 30px 30px 30px;
    }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

#navigation {
    z-index: 997;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
}

.navbar-logo {
    width: 200px;
}

@media (max-width: 991px) {
    .navbar-logo {
        width: 180px;
    }
    #navigation {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 340px) {
    .navbar-logo {
        width: 150px;
    }
}

@media (max-width: 991px) {
    #main-menu {
        margin-top: 20px;
        margin-bottom: 6px;
    }
}

.navbar-nav .nav-link, .nav-item {
    color: var(--text-color);
    font-size: 19px;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
    color: var(--primary-color);
}

.navbar-nav .show > .nav-link,
.navbar-nav .active > .nav-link,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link.active {
    color: var(--primary-color);
}

.navbar-toggler {
    color: var(--primary-color);
    border: none;
    padding: 0;
    outline: none!important;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: var(--primary-color);
    color: var(--white);
}

.dropdown-item.active {
    background-color: var(--primary-color);
    color: var(--white);
}

.collapsed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(29, 29, 28, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(29, 29, 28, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M7 4l19 19m0-19L7 23'/%3e%3c/svg%3e");
}

/*--------------------------------------------------------------
# Sidenavigation
--------------------------------------------------------------*/

#collapsesidenav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#collapsesidenav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#collapsesidenav .active a {
    color: var(--white);
}

#collapsesidenav a:hover {
    color: var(--white);
}

#collapsesidenav a {
    color: var(--white);
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
    background-color: var(--text-color);
    color: var(--white);
}

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/

.carousel-inner > .carousel-item {
    height: 400px;
    position: relative;
}

@media (max-width: 768px) {
    .carousel-inner > .carousel-item {
        height: 250px;
        position: relative;
    }
}

.carousel-inner img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Cookies
--------------------------------------------------------------*/

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    color: var(--white);
    background-color: rgba(0, 0, 0, 0.85);

}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-top: 10px;
    vertical-align: baseline;
}

.disclaimer-footer {
    text-align: right;
}

@media (max-width: 768px) {
    .disclaimer-footer {
        text-align: left;
    }
}

/*--------------------------------------------------------------
# Tiny MCE
--------------------------------------------------------------*/

.tox-tinymce {
    top: auto!important;
    bottom: 0!important;
    position: fixed!important;
}

.tox-form__group--stretched .tox-label {
    display: none!important;
}

.tox-form__group {
    margin-bottom: 10px!important;
}