@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
    /*========= Main theme colors ========*/
    --first-color: #0e2431;
    --second-color: #1b5994;
    --third-color: #a8d1e5;
    
    /*========= Hover colors ============*/
    --hover-color: #800020;
    
    /*========= Background colors =======*/
    --body-bg-color: #fefefe;
    --card-bg-color: #fff;
    --modal-bg-color: #fff;
    --bg-transparent-color: rgba(0, 0, 0, 0.1);
    --transparent-color-01: rgba(0, 0, 0, 0.1);
    --transparent-color-02: rgba(106, 89, 209, 0.1);
    --line-color: #d7d7d7;
    
    /*======== Color Filter ========*/
    --color-filter: invert(1);
    
    /*======== Box shadow ========*/
    --box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    
    /*========= Font size ================*/
    --small-font-size: 0.9em;
    --normal-font-size: 1em;
    
    /*========= Scroll bar colors ========*/
    --scroll-bar-color: #c5cadf;
    --scroll-thumb-color: #70768a;
    --scroll-thumb-hover-color: #454f6b;
}

.dark-theme{
    /*========= Main theme colors ========*/
    --first-color: #fff;
    --second-color: #6a59d1;
    --third-color: #a9afc3;
    
    /*========= Background colors =======*/
    --body-bg-color: #0e1b31;
    --card-bg-color: #132347;
    --modal-bg-color: #102048;
    --bg-transparent-color: rgba(255, 255, 255, 0.1);
    --transparent-color-01: rgba(255, 255, 255, 0.1);
    --line-color: #454f6b;
    
    /*======== Color Filter ========*/
    --color-filter: invert(0);

    /*========= Scroll bar colors ========*/
    --scroll-bar-color: #c1ceff;
    --scroll-thumb-color: #282f4e;
    --scroll-thumb-hover-color: #454f6b;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    outline: none;
    border: none;    
}

html{
    scroll-behavior: smooth;
}

body{
    color: var(--first-color);
    background: var(--body-bg-color);
    transition: .5s ease;
}

a{
    text-decoration: none;
}

li{
    list-style: none;
}

/*======== Scroll bar ========*/
::-webkit-scrollbar{
    width: 10px;
    background: var(--scroll-bar-color);
}

::-webkit-scrollbar-thumb{
    background: var(--scroll-thumb-color);
    border-radius: 2em;
}

::-webkit-scrollbar-thumb:hover{
    background: var(--scroll-thumb-hover-color);
}

/*======= Common styles for all sections ========*/

.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

/*========== Header ==========*/
header{
    z-index: 99999;
    margin-bottom: 0;
    width: 100%;
    position: fixed;
    background-color: var(--second-color);
    top: 0;
    left: 0;
    backdrop-filter: blur(20px);
    transition: .6s ease;
}

header.sticky{
    box-shadow: var(--box-shadow);
}

.nav-bar{
    position: relative;
    background-color: #fff;
    height: calc(4rem + 1rem);
    max-width: vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 0 20px;
    transition: .6s ease;
}

.nav-bar.oben{
    max-width: 1300px;
    height: 40px;
    background-color: var(--second-color);
}

.nav-bar.oben a img{
    height: 20px;
    padding-right: 10px;
}

.nav-bar.oben .kontakt{
    margin-right: 20px;
    display: flex;       
}

.nav-bar.oben .kontakt .telefon{
    margin-right: 20px;    
}

.nav-bar.oben .kontakt .telefon a{
    color: #fff;
    font-size: 0.9em;
    font-weight: 400;
}

.nav-bar.oben .kontakt .telefon a:hover{
    color: #a9afc3;
}

.nav-bar.oben .kontakt .email a{
    color: #fff;
    font-size: 0.9em;
    font-weight: 400;
}

.nav-bar.oben .kontakt .email a:hover{
    color: #a9afc3;
}

.navigation.oben .nav-items a{
    color: #fff;
    font-size: 0.8em;
    font-weight: 400;
}

header.sticky .nav-bar.oben{
    height: calc(1rem + 1rem);
}

header.sticky .nav-bar{
    height: calc(2.5rem + 1rem);
}

.nav-bar .logo{
    color: var(--third-color);
    font-size: 1.3em;
    font-weight: 600;
}

.nav-bar img{
    height: 100%;
}

.nav-items a{
    color: var(--second-color);
    font-size: 1.1em;
    font-weight: 500;
    background: linear-gradient(var(--second-color) 0 0) 0 100% /var(--t, 0) 5px no-repeat;
    transition: 0.5s;
}

.nav-items a:hover{
    color: var(--third-color);
    --t: 100%;
}

.nav-items a.active{
    color: var(--hover-color);
}

.nav-items.oben a.active{
    color: var(--third-color);
}

.nav-items a:not(:last-child){
    margin-right: 50px;
}

.nav-items.oben a:hover{
    color: #a9afc3;
    transition: 0.2s ease;
}

.nav-items.oben a >i:hover{
    color: var(--third-color);
    transition: 0.2s ease;
}

/*========== Language panel ==========*/

.lang-wrap{
    display: flex;
    justify-content: center;
    text-align: center;
}

.nav-bar.oben .lang{
    margin: 7px;
    justify-content: center;
    text-align: center;    
}

.nav-bar.oben .lang a.hover{
    scale: 1.2;
}

/*========== BG Image ==========*/

.home{
    width: 100%;
    max-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.home::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    animation: mask 2s forwards;
}
@keyframes mask{
    100%{
        background: rgba(0, 0, 0, 0.3);
    }
}

.home img{
    animation: img 10s forwards;
    transform-origin: center right;
}

@keyframes img{
    100%{
        transform: scale(1.7);
    }
}

.home h2{
    position: absolute;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    z-index: 1;
}

.home p{
    margin-top: -3em;
    position: absolute;
    font-size: 4em;
    font-weight: 800;
    color: var(--first-color);
    transform: scale(0.7);    
    animation: scale 2s forwards;
    animation-delay: 3s;
    z-index: 1;
}

@keyframes scale{
    to{
        transform: scale(1);
    }
}

.word{
    display: inline-block;
    scale: 0.7;
    opacity: 0;
    filter: blur(10px);
    animation: letterfadeUp 2s ease forwards;    
}

.word:nth-child(1){
    animation-delay: 0s;
}
.word:nth-child(2){
    animation-delay: 0.1s;
}
.word:nth-child(3){
    animation-delay: 0.2s;
}
.word:nth-child(4){
    animation-delay: 0.3s;
}
.word:nth-child(5){
    animation-delay: 0.4s;
}
.word:nth-child(6){
    animation-delay: 0.5s;
}
.word:nth-child(7){
    animation-delay: 0.6s;
}
.word:nth-child(8){
    animation-delay: 0.7s;
}
.word:nth-child(9){
    animation-delay: 0.8s;
}
.word:nth-child(10){
    animation-delay: 0.9s;
}
.word:nth-child(11){
    animation-delay: 1s;
}
.word:nth-child(12){
    animation-delay: 1.1s;
}
.word:nth-child(13){
    animation-delay: 1.2s;
}
.word:nth-child(14){
    animation-delay: 1.3s;
}
.word:nth-child(15){
    animation-delay: 1.4s;
}
.word:nth-child(16){
    animation-delay: 1.5s;
}
@keyframes letterfadeUp{
    from{
        opacity: 0;
        filter: blur(5px);
        transform: translateY(-20px);
    }
    to{
        opacity: 1;
        filter: blur(0);
        transform: translateY(0px);
    }
}

.home .btn{
    position: absolute;
    margin-top: 15rem;
    padding: 10px 20px;
    font-size: 1.2em;
    font-weight: 500;
    background: var(--hover-color);
    border-radius: 5px;
    opacity: 0;
    box-shadow: var(--box-shadow);
    z-index: 1;
    animation: opasity 3s ease forwards;
    animation-delay: 3s;
}

.home .btn a{
    color: #fff;
}

@keyframes opasity{
    to{opacity: 1;}
}

.btn:hover{
    cursor: pointer;
    transform: scale(1.1);
    transition: all 500ms ease;
}

/*========== Beschreibung ==========*/
.main{
    position: relative;
    margin: auto;
    max-width: 1250px;
    align-items: center;
    transition: .6s ease;    
}

.main .title-01{
    margin-top: 1em;
    margin-bottom: 1.2em;
    text-align: center;
    font-size: 3em;
    font-weight: 800;
    color: var(--second-color);
    opacity: .2;
}

.main .title-02{
    margin: 0 auto;
    max-width: 650px;
    font-size: 2.3em;
    font-weight: 700;
    color: var(--hover-color);
    transform: translateY(-60px);
    border-bottom: 5px solid var(--second-color);
}

.main-container{
    display: grid;
    grid-template-columns: 1fr 250px;
    gap: 50px;
}

.main--info img{
    float: left;
    margin: 0 2rem 0 0;
    width: 35%;
    border-radius: 10px;
}

.main--info img.gast{
    width: 10%;
}

.main--info p{
    margin-top: 10px;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.7em;
    text-align: justify;
    color: var(--first-color);
}

.main--info h2{
    font-size: 1.7em;
    font-weight: 700;
    color: var(--second-color);
}

.main--info .btn{
    margin: 1.5em;
    padding: 10px 20px;
    font-size: 1.2em;
    font-weight: 500;
    background: var(--hover-color);
    border-radius: 5px;    
    box-shadow: var(--box-shadow);
}

.main--info .btn a{
    color: #fff;
}

/*========== Artikel ==========*/
.main--artikel{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main--artikel .card{
    margin-bottom: 20px;
    width: 300px;
    height: auto;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
    box-shadow: var(--box-shadow);
    transition: all 0.3s ease;
}
.main--artikel .card:hover{
    transform: translateY(-10px);
}
.card .card-image{
    position: relative;
}
.card .card-image img{
    width: 100%;
    padding: 10px;
    border-radius: 22px;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.card .card-image .card-tag{
    position: absolute;
    left: 25px;
    top: 25px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.75rem;
    padding: 5px 15px;
    text-transform: uppercase;
    color: var(--second-color);
    letter-spacing: 0.5px;
    background: rgba(255, 255, 255, 0.9);
}
.card .card-content{
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 10px 25px 25px;
}
.card .card-content .card-title{
    color: var(--second-color);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}
.card .card-content .card-text{
    color: #747474;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 20px;
}
.card .card-content .card-footer{
    display: flex;
    align-items: center;
    padding-top: 15px;
    margin-top: auto;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.card .card-footer .card-profile{
    display: flex;
    align-items: center;

}
.card .card-profile img{
    width: 35px;
    height: 35px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: var(--box-shadow);
}
.card .card-profile .card-profile-info{
    display: flex;
    flex-direction: column;
}
.card .card-profile .card-profile-name{
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--first-color);
}
.card .card-profile .card-profile-role{
    font-size: 0.8rem;
    color: #7a7a7a;
}
.card .card-footer .card-button{
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 0.81rem;
    font-weight: 600;
    text-decoration: none;
    background: var(--second-color);
    transition: all 0.3s ease;
}
.card .card-footer .card-button:hover{
    transform: scale(1.1);
}

.main--artikel .btn{
    display: block;
    margin: 5px auto;
    padding: 10px 30px;
    font-size: 1.2em;
    font-weight: 500;
    background: var(--hover-color);
    border-radius: 5px;
    box-shadow: var(--box-shadow);
}
.main--artikel .btn a{
    color: #fff;
}

/*========== Slider ==========*/
.slider{
    position: relative;
    box-sizing: border-box;
    margin-top: -40px;
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

.slider ul{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.slider ul li{
    list-style: none;
    margin-bottom: 2.5em;
}

.slider ul li input{
    position: relative;
    z-index: 1000;
    width: 1.5em;
    height: 1.5em;
    margin: 0 .5em;        
}

ul li .slide{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul li .slide .face{
    position: absolute;
    width: 50%;
    height: 100%;
    background: var(--card-bg-color);
}

ul li .slide .face.face1{
    left: 0;
    transition: transform 1s;
    transform-origin: top;
    transform: rotateX(90deg);
}
    
ul li .slide .face.face1 img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

ul li .slide .face.face2{
    right: 0;
    transition: transform 1s;
    transform-origin: bottom;
    padding: 7em;
    display: flex;
    align-items: center;
    transform: rotateX(90deg)
}

.content h1{
    color: var(--second-color);
}

.content h2{
    color: var(--hover-color);
}

.content p{
    margin-top: 1.5em;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.7em;
    color: var(--first-color); 
}

ul li input[type="radio"]:checked ~ .slide .face.face1{
    transform: rotateX(0deg);
    transition: transform 1s;
    transform-origin: bottom;
}

ul li input[type="radio"]:checked ~ .slide .face.face2{
    transform: rotateX(0deg);
    transition: transform 1s;
    transform-origin: top;
}

.kurse.btn{
    display: block;
    margin: 20px auto;
    padding: 10px 30px;
    font-size: 1.2em;
    font-weight: 500;
    background: var(--hover-color);
    border-radius: 5px;
    box-shadow: var(--box-shadow);
}
.kurse.btn a{
    color: #fff;
}

/*======== Services section =======*/
.services{
    position: relative;
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 1150px;
    align-items: center;
    transition: .6s ease;    
}

.services .title-02:before{
    width: 40px;
    right: 490px;
}

.service-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/*.service-list{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
    gap: 20px;
}*/

.service-card{
    width: 270px;
    background: var(--card-bg-color);
    border-bottom: 3px solid var(--second-color);
    padding: 50px;
    border-radius: 6px;
    box-shadow: var(--box-shadow);
}

.service-card >i{
    color: var(--second-color);
    font-size: 3em;
    margin-bottom: 30px;
}

.service-card h3{
    font-size: 1.5em;
    font-weight: 700;
    color: var(--first-color);
    line-height: 30px;
    margin-bottom: 50px;
    overflow-wrap: break-word;
    hyphens: auto;
}

.service-card .learn-more-btn{
    color: var(--third-color);
    cursor: pointer;
    transition: .3s ease;
}

.service-card .learn-more-btn i{
    transition: .3s ease;
}

.service-card:hover .learn-more-btn i{
    transform: translateX(10px);
}

.service-modal{
    z-index: 999999;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: var(--bg-transparent-color);
    backdrop-filter: blur(10px);
    visibility: hidden;
    opacity: 0;
    transition: .3s ease;
}

.service-modal.active{
    visibility: visible;
    opacity: 1;
}

.service-modal-body{
    position: relative;
    background: var(--modal-bg-color);
    max-width: 600px;
    margin: 20px;
    padding: 40px;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    transform: translateY(-50px);
    transition: .5s ease;
}

.service-modal.active .service-modal-body{
    transform: translateY(0);
}

.service-modal-body .modal-close-btn{
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
    cursor: pointer;
}

.service-modal-body h3{
    color: var(--hover-color);
    font-size: 2em;
}

.service-modal-body h4{
    font-size: 1.3em;
    color: var(--second-color);
    font-weight: 600;
    margin: 15px 0 10px;
}

.service-modal-body ul li{
    margin-top: 15px;
}

.service-modal-body ul li i{
    color: var(--second-color);
}

/*========== Slider ==========*/
.cards{
    position: relative;
    background: var(--second-color);
    min-height: 100vh;
}

.cards h1{
    padding: 1em;
    text-align: center;
    font-size: 3em;
    font-weight: 800;
    color: #fff;
}

.wrapper{
    position: relative;
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;    
}

.cards .round-1{
    position: absolute;
    background: url("../img/Logo.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 15%;
    left: 5%;
    width: 12em;
    height: 12em;
    border-radius: 50%;
    box-shadow: 0 0 50px #fff;
    opacity: 60%;    
}

.cards .round-2{
    position: absolute;
    background: url("../img/Logo.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    bottom: 5%;
    right: 28%;
    width: 14em;
    height: 14em;
    border-radius: 50%;
    box-shadow: 0 0 50px #fff;
    opacity: 30%;
}

.box{
    width: 360px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    align-items: center;
    background: #fff;
    padding: 2em;
    border-radius: 25px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    transform-style: preserve-3d;
}

.profile-img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    transform: translateZ(20px);
}

.profile-img img{
    width: 100%;
}

.box h2{
    color: var(--first-color);
    text-transform: uppercase;
    margin: 15px 0;
}

.box p{
    color: var(--first-color);
    font-size: 18px;
    text-align: justify;
}

.box .btn a{
    padding: 10px 20px;
    font-size: 1.2em;
    font-weight: 500;
    background: var(--hover-color);
    border-radius: 5px;
    color: #fff;
    box-shadow: var(--box-shadow);
    transform: translateZ(30px);
}

/*======== Contact section =========*/
.contact .container .content{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.contact .title-02:before{
    content: '';
    right: 10.5em;
}

.contact-left h2{
    font-size: 2.1em;
    font-weight: 800;
    margin-bottom: 40px;
}

.contact-list li{
    margin-bottom: 40px;
}

.contact-list li h3{
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-list li h3 i{
    color: var(--second-color);
    font-size: 1.3em;
    margin-right: 10px;
}

.contact-list li span{
    color: var(--second-color);
    margin-left: 40px;
}

.contact-list li span a{
    color: var(--second-color);
}

.contact-right p{
    color: var(--second-color);
    font-size: 1.6em;
    margin-bottom: 30px;
}

.contact-right p span{
    color: var(--first-color);
    font-weight: 700;
}

.contact-form input, .contact-form textarea{
    border: none;
    color: var(--first-color);
    background: var(--transparent-color-02);
    font-size: var(--normal-font-size);
    margin-bottom: 20px;
    padding: 15px 40px 40px 20px;
    border-radius: 5px;
    display: block;
    font-family: inherit;
}

.contact-form textarea{
    width: 100%;
    resize: none;
}

::placeholder{
    color: var(--first-color);
}

.contact-form .first-row{
    position: relative;
}

.contact-form .first-row input{
    width: 100%;
}

.contact-form .second-row{
    position: relative;
    display: flex;
    justify-content: space-between;
}

#row-email, #row-phone{
    position: relative;
}

.contact-form .second-row input{
    width: 98%;
}

.contact-form .first-row i{
    visibility: hidden;
    position: absolute;
    top: 30px;
    right: 20px;
}

.contact-form .first-row small{
    visibility: hidden;
    position: absolute;
    top: 0px;
    right: 10px;
}

.contact-form .first-row.is-valid input{
    border: 2px solid #2ecc71;
}

.contact-form .first-row.is-valid i.fa-check-circle{
    visibility: visible;
    color: #2ecc71;
}

.contact-form .first-row.is-invalid i.fa-exclamation-circle{
    visibility: visible;
    color: #e74c3c;
}

.contact-form .first-row.is-invalid input{
    border: 2px solid #e74c3c;
}

.contact-form .first-row.is-invalid small{
    visibility: visible;
    color: #e74c3c;
}

#row-email i, #row-phone i{
    visibility: hidden;
    position: absolute;
    top: 30px;
    right: 20px;
}

#row-email.is-valid input, #row-phone.is-valid input{
    border: 2px solid #2ecc71;
}

#row-email.is-valid i.fa-check-circle, #row-phone.is-valid i.fa-check-circle{
    visibility: visible;
    color: #2ecc71;
}

#row-email.is-invalid i.fa-exclamation-circle, #row-phone.is-invalid i.fa-exclamation-circle{
    visibility: visible;
    color: #e74c3c;
}

#row-email.is-invalid input, #row-phone.is-invalid input{
    border: 2px solid #e74c3c;
}

#row-email small, #row-phone small{
    visibility: hidden;
    position: absolute;
    top: 0px;
    right: 3%;
}

#row-email.is-invalid small, #row-phone.is-invalid small{
    visibility: visible;
    color: #e74c3c;
}

.contact-form .btn{
   padding: 10px 20px;
    font-size: 1.2em;
    color: #fff;
    font-weight: 500;
    background: var(--hover-color);
    border-radius: 5px;
    box-shadow: var(--box-shadow);    
}

.map .container .content{
    width: 100%;    
}

/*========= Footer ========*/
footer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: var(--second-color);
    width: 100%;
    margin-top: 50px;
    padding-top: 2rem;
    color: #fff;
}

footer a{
    color: #fff;
}

.footer-container{
    max-width: 1150px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer-container .about{
    display: flex;
    flex-direction: column;
}

.footer-container .about h2{
    padding-bottom: 20px;
    font-size: 1.2em;
    font-weight: 500;
}

.footer-container .about p{
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 30px;
}

.footer-container .about a{
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 30px;
    color: var(--third-color);
    cursor: pointer;
}

.footer-container .about a:hover{
    color: #fff;
}

.hr{
    margin-bottom: 5px;
    width: 100%;
    height: 2px;
    background-color: var(--third-color);
}

.footer-copyright{
    margin-bottom: 50px;
    width: 100%;
    background-color: #4B3FCF;
}

.footer-copyright p{    
    font-size: 1.1em;
    font-weight: 300;
    margin: 5px;
    text-align: center;
}

/*======== Scroll to top button =======*/
.scrollToTop-btn{
    z-index: 99999;
    position: fixed;
    right: 0;
    bottom: 20px;
    width: 45px;
    height: 45px;
    background: var(--second-color);
    color: #fff;
    font-size: var(--small-font-size);
    border-radius: 3px;
    cursor: pointer;
    opacity: 0;
    transition: .5s ease;
}

.scrollToTop-btn.active{
    right: 20px;
    pointer-events: all;
    opacity: 1;
}

/*======== Light/Dark theme button =======*/
.theme-btn{
    z-index: 999999;
    position: fixed;
    right: 0;
    top: 80px;
    background: var(--transparent-color-01);
    width: 50px;
    height: 50px;
    font-size: 1.2em;
    border-radius: 5px 0 0 5px;
    box-shadow: var(--box-shadow);
    cursor: pointer;
}

.theme-btn .fa-sun, .theme-btn.sun .fa-moon{
    display: none;
}

.theme-btn.sun .fa-sun{
    display: block;
}



/*======== Ticker =======*/

.update{
    position: fixed;
    width: 15%;
    background: var(--hover-color);
    font-size: 1.9em;
    z-index: 999;
    color: #fff;
    bottom: 0%;
    left: 0%;
    padding: 5px 10px 6px 10px;
    border-radius: 5px;
}

.update span{
    color: #fff;
}

.news-area{
    width: 85%;
    overflow: hidden;
    position: relative;
}

.news-ticker{
    width: 85%;
    padding-left: 85%;
    margin-left: 15%;
    background-color: rgba(0,0,0,0.9);
    position: absolute;
    top: 94%;
    left: 0;
    position: fixed;
}

.ticker-animation{
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    animation: ticker 30s linear infinite;
}

@keyframes ticker{
    0%{
        transform: translate3d(0,0,0);
    }
    100%{
        transform: translate3d(-150%,0,0);
    }
}

.ticker-animation:hover{
    animation-play-state: paused;
}

.ticker-item{
    display: inline-block;
    padding: 10px 0;
    font-size: 25px;
    color: #fff;
}

.ticker-item span{
    color: #fff;
    font-size: 25px;
    padding: 0 20px;
}


/*======== Media query max-width 730px=======*/
@media screen and (max-width: 730px){

    body{
        padding-left: 2em;
        padding-right: 2em;
    }
   
    /*======= Header =======*/



.nav-bar.oben .kontakt{
    font-size: 1em;
}

.nav-items.oben{
    visibility: hidden;
}

    .nav-bar img{
        height: 50%;

    }

    .nav-bar .logo{
        margin: 0;
        font-size: 1.2em;
        font-weight: 500;
    }

/*========== Header navigation menu========*/
    
    .navigation{
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--transparent-color-01);
        visibility: hidden;
        opacity: 0;
        transition: .3s ease;
    }
    
    .navigation.active{
        visibility: visible;
        opacity: 1;
    }
    
    .nav-items{
        position: relative;
        background: var(--modal-bg-color);
        width: 600px;
        max-width: 600px;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 20px;
        padding: 40px;
        border-radius: 10px;
        box-shadow: var(--box-shadow);
        transform: translateY(-50px);
        transition: .3s ease;        
    }
    
    .navigation.active .nav-items{
        transform: translateY(0);            
    }
    
    .nav-items a{
        margin: 15px 50px;
    }
    
    .nav-close-btn{
        position: absolute;
        background: url(../img/close.png)no-repeat;
        background-size: 12px;
        background-position: center;
        width: 40px;
        height: 40px;
        top: 0;
        right: 0;
        margin: 10px;
        cursor: pointer;
    }
    
    .nav-menu-btn{
        background: url(../img/list.png)no-repeat;
        background-size: 30px;
        background-position: center;
        width: 40px;
        height: 40px;
        cursor: pointer;
        display: block;
    }






    .home h2{
    font-size: 2rem;
    font-weight: 500;
    }

.home p{
    margin-top: -3em;
    font-size: 3em;
    font-weight: 600;
}

.main-container{
    display: flex;
    flex-direction: column;
}

.service-list{
    display: flex;
   flex-direction: column;
}

.wrapper{
    display: flex;
    flex-direction: column;
}

.footer-container{
    flex-direction: column;
    align-items: center;
}


}
