/* dario */

.academy-info {
    text-align: center;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 8px;
    padding: 8px 0px 8px 0px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

#header h2.slogan {
    display: none;
}

.text-shadow-1 {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 14px;
    padding: 14px;
    margin-top: 5px;
}

.topbar-bg {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.color-legal {
    color: #477bce !important;
}

/* lato-300 - latin */

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/lato-v23-latin-300.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/lato-v23-latin-300%EF%B9%96.eot#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lato-v23-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lato-v23-latin-300.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lato-v23-latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lato-v23-latin-300.svg#Lato') format('svg');
    /* Legacy iOS */
}


/* lato-300italic - latin */

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/lato-v23-latin-300italic.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/lato-v23-latin-300italic%EF%B9%96.eot#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lato-v23-latin-300italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lato-v23-latin-300italic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lato-v23-latin-300italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lato-v23-latin-300italic.svg#Lato') format('svg');
    /* Legacy iOS */
}


/* lato-regular - latin */

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v23-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/lato-v23-latin-regular%EF%B9%96.eot#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lato-v23-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lato-v23-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lato-v23-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg');
    /* Legacy iOS */
}


/* lato-italic - latin */

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/lato-v23-latin-italic.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/lato-v23-latin-italic%EF%B9%96.eot#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lato-v23-latin-italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lato-v23-latin-italic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lato-v23-latin-italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lato-v23-latin-italic.svg#Lato') format('svg');
    /* Legacy iOS */
}


/* lato-700 - latin */

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v23-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/lato-v23-latin-700%EF%B9%96.eot#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lato-v23-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lato-v23-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lato-v23-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lato-v23-latin-700.svg#Lato') format('svg');
    /* Legacy iOS */
}


/* lato-700italic - latin */

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/lato-v23-latin-700italic.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/lato-v23-latin-700italic%EF%B9%96.eot#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lato-v23-latin-700italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lato-v23-latin-700italic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lato-v23-latin-700italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lato-v23-latin-700italic.svg#Lato') format('svg');
    /* Legacy iOS */
}


/*

Rot: var(--rot) rgba(201,49,38,1)
Grau: var(--grau)
*/

:root {
    --rot: #c93126;
    --hell: #e4736a;
    --grau: #45484D;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: var(--grau);
}

p {
    -webkit-hyphens: auto;
    hyphens: auto;
}

a {
    text-decoration: none;
    color: #000;
}

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

.btn-link {
    font-size: 1.15rem;
    text-decoration: none;
    color: var(--rot);
    transition: 0.3s ease-in-out;
}

.btn-link i {
    font-size: 1.3rem;
    vertical-align: text-bottom;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    font-size: 1.15rem;
    text-decoration: none;
    color: var(--hell);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--rot);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: var(--hell);
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid var(--rot);
    border-top-color: var(--hell);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    height: 60px;
    padding: 0;
    font-size: 16px;
    transition: all 0.5s;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.8);
    z-index: 996;
}

#topbar.subpage {
    height: 0px;
}

#topbar.topbar-scrolled {
    top: -60px;
}

#topbar .contact-info a {
    line-height: 0;
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s;
}

#topbar .contact-info a:hover {
    text-decoration: underline;
}

#topbar .contact-info i {
    color: var(--rot);
    line-height: 0;
    margin-right: 5px;
}

#topbar .contact-info .phone-icon {
    margin-left: 15px;
}

#topbar .cta {
    background: transparent;
}

.cta a:not(.cta-btn) {
    color: #aaa;
    transition: 0.3s;
}

.cta a:not(.cta-btn):hover {
    color: var(--rot);
}

#topbar .cta a {
    color: #fff;
    transition: 0.3s;
}

#topbar .cta a:hover {
    background: var(--hell);
}

.cta h4 {
    font-weight: 700;
    color: var(--hell);
    text-transform: uppercase;
    letter-spacing: 1px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.5s;
    z-index: 997;
    height: 75px;
    top: 60px;
}

#header.header-scrolled,
#header.subpage {
    background: rgba(0, 0, 0, .85);
    top: 0;
}

#header .logo {
    margin: -10px 0;
    padding: 5px 0;
}

#header .logo img {
    max-height: 65px;
}

#header h2.slogan {
    position: absolute;
    margin-top: 105px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--rot);
    padding: 0 8px 4px;
    background: rgba(0, 0, 0, 0.7);
}

#header.subpage h2.slogan {
    background: rgba(0, 0, 0, .85);
}

#header h2.slogan.adv {
    font-size: 17px;
    letter-spacing: 1.25px;
    margin-top: 106px;
}

#header.header-scrolled h2.slogan {
    display: none;
}


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


/**
* Desktop Navigation 
*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    /*position: relative;*/
}

.navbar>ul>li {
    /*position: relative;*/
    /*white-space: nowrap;*/
    padding: 10px 0 10px 24px;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}

@media (max-width: 1400px) {

    .navbar a,
    .navbar a:focus {
        padding: 0;
    }
}

@media (max-width: 1200px) {
    .navbar>ul>li {
        padding: 6px 0 10px 16px;
    }

    .navbar a,
    .navbar a:focus {
        padding: 0;
        font-size: 16px;
    }
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: var(--rot);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
    visibility: visible;
    width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #fff;
}

.navbar .dropdown {
    display: flex;
    justify-content: flex-start;
}

.navbar .dropdown ul {
    display: flex;
    align-items: flex-start;
    position: absolute;
    left: 50%; /* Hält den Ankerpunkt in der Mitte */
    top: calc(100% + 16px);
    margin: 0;
    transform: translateX(-65%) !important; /* Verstärke die Verschiebung nach links von -50% auf -75% */
    padding: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    max-width: 100vw;
}

.navbar .dropdown ul li {
    padding: 0;
    min-width: 400px;
    display: block;
}

.navbar .dropdown ul li div {
    max-width: 40vw;
}

.navbar .dropdown ul li strong {
    display: block;
    margin: 2px 0 15px 2px;
}

.navbar .dropdown ul a,
.navbar .dropdown ul p {
    font-size: 16px;
    text-transform: none;
    color: #777;
    padding: 6px 16px 0;
    max-width: 40vw;
}

.navbar .dropdown ul a {
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--rot);
}

.navbar .dropdown ul a.active {
    color: var(--hell);
}

.navbar .dropdown ul a i {
    font-size: 20px;
    margin: 0 6px -2px 0;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover {
    color: var(--hell);
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    /*top: 100%;*/
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: 0;
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: var(--rot);
}

@media (max-width: 1200px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    transition: 0.3s;
    z-index: 999;
    text-align: center;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: auto;
    left: 0;
    padding: 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile>ul>li {
    padding: 10px 30px;
    border-top: 1px solid #e1e1e1;
    ;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 6px 20px;
    font-size: 21px;
    color: var(--grau);
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
    visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: var(--rot);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 0 -30px;
    padding: 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #e1e1e1;
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
    border-top: 1px solid #fff;
}

.navbar-mobile .dropdown ul a {
    padding: 20px;
    font-size: 21px;
    text-transform: none;
}

.navbar-mobile .dropdown ul a i {
    font-size: 16px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: var(--rot);
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    position: relative;
    margin-bottom: -90px;
    z-index: 99;
    transition: 0.3s;
}

#hero.subpage {
    height: 500px;
    margin-bottom: 0;
}

.carousel {
    position: static;
}

.carousel-container {
    padding: 30px 70px;
}

#hero .carousel-item,
#hero .headimg {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#hero .headimg {
    height: 500px;
}

#hero h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 64px;
    font-weight: 400;
}

#hero h2 span {
    color: var(--rot);
    font-weight: 700;
}

#hero h2.altern {
    font-size: 66px;
    color: var(--rot);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    text-shadow: 3px 3px 20px #000;
}

#hero h2.altern.noshadow {
    text-shadow: none;
}

#hero h2.altern span {
    margin: 0 auto;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    text-shadow: none;
}

#hero p {
    max-width: 600px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    /*text-shadow: 1px 1px 15px #000;*/
}

#hero p.text-gray {
    text-shadow: 0 0 15px #fff !important;
    color: #000 !important;
}

#hero p.altern {
    max-width: 5000px;
    font-size: 36px;
    font-weight: 400;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
}

#hero .btn-get-started {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid var(--rot);
}

#hero .btn-get-started:hover {
    background: var(--rot);
    color: #fff;
    text-decoration: none;
}

@media (min-width: 1024px) {

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-width: 991px) {
    #hero {
        height: 90vh;
        padding: 100px 0;
    }

    #hero h2,
    #hero h2.altern {
        font-size: 33px;
    }

    #hero p,
    #hero p.altern,
    #hero h2.altern span {
        font-size: 21px;
    }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #eee;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 20px;
    color: var(--rot);
    line-height: 1.5;
    margin-bottom: 30px;
}

.section-title h2 strong {
    font-size: 32px;
    color: var(--grau);
}

.section-title p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
}


/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/

.icon-boxes {
    display: flex;
    padding-top: 0;
    position: relative;
    z-index: 100;
}

.icon-boxes .icon-box {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    background: #fff;
    /*background: linear-gradient(180deg, rgba(255,255,255,1) 67%, rgba(255,255,255,0.25) 100%);*/
    box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    border-bottom: 10px solid var(--rot);
    padding-top: 1px;
}

.icon-boxes .icon-box .teaserlink {
    background: var(--rot);
}

.icon-boxes .icon-box .teaserlink a {
    display: block;
    padding: 5px 30px;
    color: #fff;
    text-align: right;
    transition: all 0.3s;
}

.icon-boxes .icon-box .teaserlink a:hover {
    background: var(--hell);
}

.icon-boxes .title {
    font-weight: 400;
    margin: 20px 30px 0;
    font-size: 20px;
}

.icon-boxes .title.big {
    font-size: 25px;
}

.icon-boxes .title a {
    color: var(--rot);
    -webkit-hyphens: auto;
    hyphens: auto;
}

@media (max-width: 1400px) {
    .icon-boxes .title a {
        font-size: 90%;
    }
}

.title,
.title a {
    -webkit-hyphens: auto;
    hyphens: auto;
}

.icon-boxes .description {
    font-size: 16px;
    color: #777777;
    margin: 20px 30px;
}

.icon-boxes .description.big {
    font-size: 17px;
}

.icon-boxes .icon-box.featured {
    color: #fff;
    background: var(--rot);
}

.icon-boxes .icon-box.featured .title a,
.icon-boxes .icon-box.featured p {
    color: #fff;
}

.teaserbild {
    height: 110px;
    background: no-repeat center center/cover;
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

h1 {
    font-size: 20px;
    color: var(--rot);
    line-height: 1.25;
    margin-bottom: 30px;
}

h1 strong {
    font-size: 40px;
    color: var(--grau);
}

h3 {
    font-size: 24px;
}

.about.homepage {
    margin-top: -120px;
    padding: 180px 0 100px;
    background: url("../img/about-bg.png") top center no-repeat;
    position: relative;
}

.about.homepage:before {
    content: "";
    background: rgba(255, 255, 255, 0.33);
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.9));
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.about .container {
    position: relative;
}

.about .content h3 {
    font-weight: 400;
    font-size: 24px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-left: 28px;
    position: relative;
}

.about .content ul li+li {
    margin-top: 10px;
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: var(--rot);
    line-height: 1;
}

.about .content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .about {
        padding: 60px 0;
    }
}


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

.glossar {
    padding: 0;
}

.glossar .content {
    padding: 40px 40px 0 40px;
}

.glossar .content h3 {
    font-weight: 400;
    font-size: 34px;
}

.glossar .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.glossar .content p {
    font-size: 15px;
    color: #848484;
}

.glossar .video-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 400px;
    position: relative;
}

.glossar .accordion-list {
    padding: 0 40px 40px 40px;
}

.glossar .accordion-list ul {
    padding: 0;
    list-style: none;
}

.glossar .accordion-list li+li {
    margin-top: 15px;
}

.glossar .accordion-list li {
    padding: 15px 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.glossar .accordion-list a:not(.internal) {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding-right: 30px;
    outline: none;
    cursor: pointer;
}

.glossar .accordion-list span {
    display: inline-block;
    color: var(--rot);
    font-weight: 400;
    font-size: 30px;
    padding-right: 10px;
    vertical-align: middle;
    width: 40px;
}

.glossar .accordion-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.glossar .accordion-list p {
    margin-bottom: 0;
    padding: 10px 0 0 45px;
}

.glossar .accordion-list .icon-show {
    display: none;
}

.glossar .accordion-list a.collapsed {
    color: #343a40;
}

.glossar .accordion-list a.collapsed:hover {
    color: var(--rot);
}

.glossar .accordion-list a.collapsed .icon-show {
    display: inline-block;
}

.glossar .accordion-list a.collapsed .icon-close {
    display: none;
}

.glossar .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--rot) 50%, rgba(8, 128, 232, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.glossar .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.glossar .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(8, 128, 232, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.glossar .play-btn:hover::after {
    border-left: 15px solid var(--rot);
    transform: scale(20);
}

.glossar .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

@media (max-width: 1024px) {

    .glossar .content,
    .glossar .accordion-list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .glossar .content {
        padding-top: 30px;
    }

    .glossar .accordion-list {
        padding-bottom: 30px;
    }
}

.glossarlinks {
    text-align: center;
    letter-spacing: 4px;
    font-weight: 700;
    color: #aaa;
}

.glossarlinks a {
    font-weight: 700;
    color: #000;
}

.glossarlinks a:hover {
    color: var(--rot);
}

#leistungen a.anchor {
    margin-top: -180px;
    padding-bottom: 180px;
}

#glossar a.anchor {
    margin-top: -100px;
    margin-bottom: 120px;
}

#glossar {
    padding-bottom: 120px;
}

#glossar ul {
    padding-top: 120px;
    margin-bottom: 50px;
}

#glossar ul li {
    margin-top: -50px;
    margin-bottom: -50px;
}

#glossar ul li:last-child {
    margin-bottom: -140px;
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .icon-box {
    padding: 12px;
}

.services .icon-box>div:first-child {
    padding: 30px 15px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.services .icon-box img {
    max-width: 140px;
}

.services .icon-box h4 {
    margin-left: 23px;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 24px;
}

.services .icon-box h5 {
    margin-left: 23px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.services .icon-box h4 a {
    color: var(--rot);
    transition: 0.3s;
}

.services .icon-box h4 a:hover {
    color: var(--rot);
}

.services .icon-box p {
    margin-left: 23px;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/

#cta.cta {
    background: linear-gradient(rgba(69, 72, 77, 0.6), rgba(69, 72, 77, 0.9)), url("../img/pakete2.jpg") fixed center center/cover;
    padding: 90px 0;
}

#cta4.cta {
    background: linear-gradient(rgba(69, 72, 77, 0.6), rgba(69, 72, 77, 0.9)), url("../img/unternehmen20.jpg") fixed center center/cover;
    padding: 90px 0;
}

#cta5.cta {
    background: linear-gradient(rgba(69, 72, 77, 0.6), rgba(69, 72, 77, 0.9)), url("../img/unternehmen.jpg") fixed center center/cover;
    padding: 90px 0;
}

#cta6.cta {
    background: linear-gradient(rgba(55, 57, 58, 0.95), rgba(55, 57, 58, 0.75)), url("../img/aerzte.jpg") fixed center center/cover;
    padding: 90px 0;
}

#cta7.cta {
    background: linear-gradient(rgba(55, 57, 58, 0.95), rgba(55, 57, 58, 0.75)), url("../img/geheimnis.jpg") fixed center center/cover;
    padding: 90px 0;
}

#cta8.cta {
    background: linear-gradient(rgba(55, 57, 58, 0.95), rgba(55, 57, 58, 0.75)), url("../img/steuern.jpg") fixed center center/cover;
    padding: 90px 0;
}

#cta1.cta,
#cta2.cta,
#cta3.cta {
    background: var(--rot);
    padding: 50px 0;
}

.cta .line {
    height: 1px;
    background: #fff;
    margin: 25px 15px 30px;
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
}

.cta p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.cta .content h5 {
    font-weight: 700;
    font-size: 20px;
    color: var(--rot);
    display: inline-block;
}

.cta .content p {
    font-size: 16px;
}

.cta .content a {
    color: #fff;
    font-weight: 700;
}

.cta .content a:hover {
    color: var(--rot);
}

.cta-btn {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 8px 26px;
    transition: 0.5s;
    margin: 10px;
    border-radius: 50px;
    color: #fff;
    background: var(--rot);
    cursor: pointer;
}

.cta-btn.btn-big {
    font-size: 18px;
    padding: 12px 32px;
}

.cta-btn:hover {
    background: var(--hell);
    color: #fff;
}

#cta1 .cta-btn,
#cta2 .cta-btn,
#cta3 .cta-btn {
    background: var(--hell);
    color: #fff;
}

#cta1 .cta-btn:hover,
#cta2 .cta-btn:hover,
#cta3 .cta-btn:hover {
    background: #fff;
    color: var(--rot);
}

.top-btn {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    text-align: end;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 12px 26px;
    transition: 0.5s;
    color: #fff;
    background: var(--rot);
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
}

.top-btn span {
    font-weight: 300;
}

.top-btn:hover {
    background: var(--hell);
    color: #fff;
}

@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}

@media (min-width: 1024px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team .member {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    transition: ease-in-out 0.3s;
}

.team a.member {
    color: var(--dark);
}

.team a.member h3 {
    transition: ease-in-out 0.3s;
}

.team a.member:hover {
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.33);
}

.team a.member:hover h3 {
    color: var(--rot);
}

.team .icon i {
    font-size: 48px;
    color: #bbb;
}

.team .member .pic {
    overflow: hidden;
    width: 180px;
    border-radius: 50%;
}

.team .member img {
    transition: ease-in-out 0.3s;
}

.team .member:hover img {
    transform: scale(1.1);
}

.team .member .member-info {
    padding-left: 30px;
}

.team .member h4 {
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 18px;
    color: var(--rot);
}

.team .member span {
    display: block;
    padding-bottom: 10px;
    position: relative;
    font-weight: 400;
}

.team .member p {
    margin: 10px 0 0 0;
    font-size: 16px;
}

.team .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.team .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #eee;
    color: var(--rot);
}

.team .member .social a i {
    font-size: 16px;
    margin: 0 2px;
}

.team .member .social a:hover {
    background: var(--rot);
    color: #fff;
}

.team .member .social a+a {
    margin-left: 8px;
}

.team .member h3 span {
    background: var(--rot);
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.chapter {
    display: inline-block;
    opacity: 0.05;
    display: none;
    transition: opacity 1.25s;
}

.chapter.actve {
    display: block;
    opacity: 1;
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing {
    background: linear-gradient(rgba(69, 72, 77, 0.6), rgba(69, 72, 77, 0.9)), url("../img/schloss.jpg") fixed center center/cover;
}

.pricing.hell {
    background: #eee;
}

.pricing:not(.hell) h2 strong {
    color: #fff;
}

.pricing .box {
    display: flex;
    flex-direction: column;
    width: calc(100% + 10px);
    margin-top: 0px;
    margin-right: -5px;
    margin-bottom: -5px;
    margin-left: -5px;
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
    transition: all 0.4s;
}

.pricing .box.featured {
    background: var(--rot);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}

.pricing .btn-wrap,
.pricing .prebox.featured .btn-wrap {
    display: block;
    width: calc(100% + 10px);
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -5px;
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
    transition: all 0.4s;
}

.prebox {
    margin-top: 20px;
}

.pricing.hell .box,
.pricing.hell .btn-wrap,
.pricing.hell .prebox:hover .btn-wrap,
.pricing.hell .prebox.featured .btn-wrap {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33);
}

@media (min-width: 992px) {
    .pricing .box {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
    }

    .pricing .box.featured {
        width: calc(100% + 30px);
        margin-top: -10px;
        margin-left: -15px;
        margin-bottom: -15px;
        margin-right: -15px;
        background: var(--rot);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
    }

    .pricing .prebox:hover .box:not(.featured) {
        width: calc(100% + 30px);
        margin-top: -15px;
        margin-left: -15px;
        margin-bottom: -15px;
        margin-right: -15px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
    }

    .pricing .btn-wrap {
        width: calc(100% + 10px);
        margin-top: 5px;
        margin-right: -5px;
        margin-bottom: -5px;
        margin-left: 0px;
    }

    .pricing .prebox.featured .btn-wrap,
    .pricing .prebox:hover .btn-wrap {
        width: calc(100% + 30px);
        margin-top: 20px;
        margin-right: -15px;
        margin-bottom: -15px;
        margin-left: -15px;
    }
}

.pricing h4 {
    font-size: 18px;
    color: var(--rot);
}

.pricing h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--grau);
    margin-top: 15px;
    margin-bottom: 20px;
}

.pricing .box h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 18px;
    color: var(--rot);
    background: #fff;
}

.pricing .box h3 strong {
    font-size: 32px;
    color: var(--grau);
}

.pricing .box h4 {
    font-size: 48px;
    color: var(--rot);
    font-weight: 700;
    line-height: 0.5;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.pricing .box.featured h3 strong {
    color: #111;
}

.pricing .box h4 span {
    color: #999;
    font-size: 16px;
    font-weight: 300;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: var(--grau);
    text-align: center;
    line-height: 20px;
    font-size: 16px;
}

.pricing .paket ul {
    text-align: left;
}

.pricing .paket ul li {
    padding-left: 25px;
}

.pricing .paket ul li i {
    font-weight: bold;
    margin-left: -25px;
}

.pricing ul li {
    padding-bottom: 16px;
}

.paket {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 20px 0;
    margin-top: 12px;
    margin-bottom: 12px;
    background-color: #fff;
    text-align: start;
}

.paket ul li {
    padding-bottom: 6px;
}

.pricing ul i {
    color: var(--rot);
    font-size: 18px;
    padding-right: 4px;
}

.pricing ul .na {
    color: #ccc;
    text-decoration: line-through;
}

.pricing .box.featured h3,
.pricing .box.featured h4,
.pricing .box.featured h4 span,
.pricing .box.featured p,
.pricing .box.featured li {
    color: #fff;
}


/*.pricing .box.featured .link-btn {
  margin-top: 20px;
  margin-bottom: -10px;
}*/

.pricing .featured h3 {
    color: #fff;
    background: var(--rot);
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    padding: 1px 0 3px 0;
    background: var(--rot);
    color: #fff;
}

.pricing .prefull {
    background: #fff;
    padding: 50px 20px 30px;
}

.pricing div.full,
.pricing div.part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.pricing .full ul {
    text-align: left;
}

.pricing .full i.bx-plus-circle {
    font-size: 24px;
    color: rgba(34, 113, 20, 1.00);
}

.mt-15 {
    margin-top: 150px;
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.faq .faq-list {
    padding: 0 100px;
}

.faq .faq-list ul,
.member ul {
    padding: 0;
    list-style: none;
}

.faq .faq-list li+li {
    margin-top: 15px;
}

.faq .faq-list li {
    padding: 20px;
    background: #eee;
    position: relative;
}

.faq .faq-list li ul li {
    padding: 0;
    margin: 5px 0;
    background: transparent;
    position: static;
}

.faq .faq-list a:not(.internal) {
    display: block;
    position: relative;
    font-size: 21px;
    line-height: 24px;
    font-weight: 400;
    padding: 0;
    outline: none;
    cursor: pointer;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: #343a40;
}

.faq .faq-list a.collapsed:hover {
    color: var(--rot);
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact:not(.wp) {
    background: url("../img/about-bg.png") left center/50% no-repeat;
    position: relative;
}

.contact:not(.wp):before {
    content: "";
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.6));
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.contact .container {
    position: relative;
}

.contact .info {
    width: 100%;
}

.contact .info i {
    font-size: 20px;
    background: var(--rot);
    color: #fff;
    float: left;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    color: var(--rot);
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 16px;
    color: var(--grau);
}

.contact .info a {
    font-size: 16px;
    color: var(--grau);
}

.contact .info a:hover {
    color: var(--rot);
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}

.contact .php-email-form {
    width: 100%;
    background: #fff;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 400;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 400;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    box-shadow: none;
    font-size: 16px;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form input[type=checkbox] {
    height: 44px;
    width: 28px;
    padding: 0;
    float: left;
    display: inline;
    margin: -10px 10px 0 -3px;
    border: 1px solid #ced4da;
}

.contact label.form-check-label {
    display: inline;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
    border: 0;
}

.form-control:focus {
    border-color: var(--rot);
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 15px 0;
    background: #eee;
    margin-top: 130px;
}

.breadcrumbs h2 {
    font-size: 26px;
    font-weight: 400;
    color: var(--rot);
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #f8c255;
    content: "/";
}


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

#footer {
    background: var(--rot);
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: var(--rot);
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    margin: 3px;
    background: var(--rot);
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
    background: var(--rot);
}

#footer .footer-top {
    background: var(--grau);
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h2 {
    font-size: 1.8rem;
}

#footer .footer-top .footer-info h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 400;
}

#footer .footer-top .footer-info p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Lato", sans-serif;
    color: #fff;
}

#footer .footer-top .social-links a {
    font-size: 16px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    line-height: 1;
    padding: 10px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: var(--rot);
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: var(--rot);
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: rgba(255, 255, 255, 0.75);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #fff;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

#footer .credits a {
    color: var(--rot);
}

.modal .modal-content {
    border-radius: 0;
}

.modal .modal-header {
    background: var(--rot);
    padding: 8px 8px 0;
    text-align: center;
    border-radius: 0;
    justify-content: center;
}

.modal h2 {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.modal h2 strong {
    font-weight: 700;
}

.modal h3 {
    font-size: 30px;
    text-align: center;
}

.modal .modal-body {
    border-radius: 0;
    padding-top: 40px;
    text-align: center;
}

.modal div.form-check {
    margin-top: 5px;
    background: #eee;
    border: none;
    border-radius: 0;
    padding: 5px;
    text-align: left;
}

.modal input.form-check-input {
    margin-left: 0;
    margin-right: 10px;
    padding: 5px;
}

.modal .form-check-label {
    font-size: 18px;
}

.dsmodal {
    margin: 20vh auto;
    height: 60vh;
    max-height: 350px;
    width: 80vw;
    max-width: 800px;
    border-radius: 40px;
}

.dsmodal .modal-content {
    height: 100%;
    border-radius: 40px;
    background: var(--rot);
}

.dsmodal h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 30px;
}

.dsmodal h2 {
    font-size: 45px;
}

.dsmodal h2 span {
    font-size: 60px;
    font-weight: 700;
}

.dsmodal .cta-btn {
    color: #fff;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    z-index: 999;
    margin-top: 30px;
}

.btn-x {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: bold;
    font-size: 12px;
    float: right;
    margin: -25px 5px 0 auto;
    width: 20px;
    height: 20px;
    color: var(--hell);
    border: 1px solid var(--hell);
}

.btn-x:hover {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

#dsbutton {
    background: transparent;
    padding: 15px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
}

#dsbutton .cta-btn {
    color: #fff;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    z-index: 999;
    margin-top: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 8px 20px;
    margin: 0;
    border-radius: 20px;
}

.ausw {
    margin: 50px 0;
    display: block;
}

.ausw .skill {
    padding: 0;
    margin: 0;
    display: block;
    font-weight: 400;
    font-size: 24px;
    color: var(--grau) !important;
}

.ausw .skill .val {
    font-weight: 700;
    font-size: 48px;
    font-style: normal;
    margin-left: 10px;
    display: inline-block !important;
}

.ausw ol span {
    padding-bottom: 0 !important;
    position: static !important;
    display: inline-block !important;
    vertical-align: top;
}

.ausw span.first {
    width: 360px;
    margin-right: 10px;
    font-weight: 400 !important;
}

.ausw span.second {
    font-weight: 700;
    color: #07981B;
}

.greenval {
    color: #07981B !important;
}

.yellowval {
    color: #F9BE00 !important;
}

.orangeval {
    color: #F05F00 !important;
}

.redval {
    color: var(--rot) !important;
}

.progress-bar-wrap {
    background: linear-gradient(90deg, var(--rot) 0%, var(--hell) 50%, #187606 100%);
    height: 15px;
    width: 100%;
    border-radius: 10px;
}

.progress-bar {
    width: 1px;
    height: 15px;
    background: #eee;
    float: right;
    border-radius: 0 10px 10px 0;
}

@media (max-width:991px) {
    .ausw .skill {
        font-size: 18px;
    }

    .ausw .skill .val {
        font-size: 30px;
    }

    .ausw span.first {
        width: 70%;
    }
}

.text-gray {
    color: #343a40 !important;
}


/*--------------------------------------------------------------
# portfolio
--------------------------------------------------------------*/

.portfolio .portfolio-item {
    /*overflow: hidden;*/
}

@media (min-width:1070px) {
    .text-xl-start {
        text-align: start !important;
        margin: 0 auto 0 5vw;
    }

    .text-xl-end {
        text-align: end !important;
        margin: 0 5vw 0 auto;
    }
}

.vorteile,
.vorteile2 {
    padding: 0;
    list-style: none;
}

.vorteile2 li {
    padding: 12px;
}

.vorteile2 li>div {
    display: block;
    padding: 0;
    color: var(--grau);
    width: 100%;
}

.vorteile2 li i {
    color: #fff;
    background: var(--rot);
    font-size: 32px;
    font-weight: bold;
    vertical-align: middle;
    padding: 5px;
    margin: -10px 10px -10px 0;
    width: 44px;
    height: 44px;
    display: inline-block;
}

.vorteile2 li h4 {
    font-weight: 400;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 10px 0;
    background: #eee;
    height: auto;
    width: auto;
}

.vorteile2 li p {
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    padding-top: 10px;
}

.vorteile li {
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    padding: 8px 26px;
    margin: 10px 0;
    border-radius: 50px;
    color: var(--grau);
    background: #fff;
}

.vorteile li i {
    color: var(--rot);
    font-size: 32px;
    font-weight: bold;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
}

.vorteile li strong {
    font-size: 18px;
}

.team .form-check {
    padding-bottom: 10px;
    padding-top: 10px;
    /*border-bottom: 2px solid #eee;*/
}

.team .form-check h4 {
    margin-bottom: 30px;
    padding-top: 15px;
    border-top: 2px solid #eee;
}

.team .form-check p {
    font-size: 14px;
    line-height: 1.2;
    display: block;
    margin-bottom: 15px;
}

.checktext {
    float: left;
    display: block;
    width: 80%;
}

.checks {
    display: inline-block;
    width: 120px;
    clear: both;
    margin-left: 30px;
    min-height: 160px;
}

.checks div {
    background: var(--rot);
    color: #fff;
}

.checks div.ja {
    background: #67C05D;
    color: #fff;
}

.checks div {
    padding: 10px 20px;
}

.checks div input {
    margin-right: 10px;
    font-size: 20px;
}

.checks div label {
    font-size: 20px;
}

.checks div:first-child {
    border-bottom: 1px solid #fff;
}

.checks input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: #fff;
    /* Not removed via appearance */
    margin: 7px 10px 0 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}

.checks input[type="radio"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #000;
    /* Windows High Contrast Mode */
    background-color: #fff;
}

.checks input[type="radio"]:checked::before {
    transform: scale(1);
}

.checks input[type="radio"]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
}

@media (max-width:1400px) {

    .vorteile li,
    .vorteile2 li {
        display: block;
        border-radius: 0;
    }

    .team .form-check h4 {
        margin-bottom: 10px;
    }

    .checks {
        display: flex;
        width: auto;
        float: none;
        margin-left: 0;
        min-height: auto;
    }

    .checks div {
        display: flex;
        align-items: center;
        width: 120px;
    }

    .checks div:first-child {
        border-bottom: no