@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');

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

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: auto;
    background-color: rgb(252, 252, 242);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home_page {
    margin: 0 auto;
    padding: 50px 50px;
}

.home_page_intro{
    margin-bottom: 30px;
    border-radius: 20px;
    width: auto;
    height: 70vh;
    max-width: 1500px;
    background-image: url(../images/lkwhighway.jpg);
}

.home_page_intro_1{
    z-index: 0;
    width: 50%;
    color: #267dbe;
    padding: 20px;
}
.home_page_intro_1 h1{
    font-size: 58px;
    color: #267dbe;
}
.home_page_intro_1 h2{
    font-size: 28px;
    color: #267dbe;
}
.home_page_intro_1 p{
    color: #267dbe;
}

.home_page_intro_2{
    width: 50%;
}

#h1_landingpage{
    font-size: 70px;
    color: rgb(255, 255, 255);
}
#h2_landingpage{
    font-size: 3vh;
    color: #267dbe;
    font-weight: 600;
}

@media (max-width: 480px) {
    #h1_landingpage {
        font-size: 40px;
    }
    #h2_landingpage {
        font-size: 25px;
    }
    #h3_landingpage {
        font-size: 20px;
    }
}

@media (max-width: 940px) {
    .home_page {
        width: auto;
        max-width: 1500px;
        height: auto;
        margin: auto;
        margin-top: 5vh;
        margin-bottom: 5vh;
        background-color: #dae3ffe8;
        display: grid;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-radius: 0px;
    }
    .home_page_intro_1{
        width: 100%;
        color: #267dbe;
        padding: 20px;
    }
    .home_page_intro_1 h1{
        font-size: 38px;
    }
    .home_page_intro_2{
        height: 180px;
        width: 100%;
        color: #267dbe;
        padding: 20px;
    }
}

.logo-container {
    height: 50%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.center-logo {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.home_part_1 {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(219, 219, 219, 0.774);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home_part_1 h1 {
    color: #425bab;
}

section {
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}

.section_part1 {
    width: 100%;
    height: auto;
    background-color: rgb(163, 192, 192, 0.8);
}

.part_content, .part_content-l {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: auto;
    padding: 120px 20px;
}

.section_part2 {
    width: 100%;
    height: auto;
    background-color: #dae3ffe8;
}
.section_part2 p{
    font-size: 20px;
    color: #267dbe;
}
.section_part2 ul{
    margin: 10px;
}
.section_part2 ul li{
    color: #267dbe;
    font-size: 20px;
}

.section_part3 {
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.75);
}

.section_kacheln {
    width: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home_kacheln1, .home_kacheln2, .home_kacheln3, .home_kacheln4, .home_kacheln5, .home_kacheln6 {
    height: 300px;
    width: 300px;
    margin: 10px 0;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_kacheln1 { background-image: url(pictures/kachel/kachel3.png); }
.home_kacheln2 { background-image: url(pictures/kachel/kachel1.png); }
.home_kacheln3 { background-image: url(pictures/kachel/kachel4.png); }
.home_kacheln4 { background-image: url(pictures/kachel/kachel4.png); }
.home_kacheln5 { background-image: url(pictures/kachel/kachel4.png); }
.home_kacheln6 { background-image: url(pictures/kachel/kachel4.png); }

.kachel-btn {
    min-width: 160px;
    height: 80px;
    padding: 10px;
    border: solid white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kachel-btn p {
    color: white;
}
.section_kacheln a {
    text-decoration: none;
}

@media (max-width:640px) {
    .section_kacheln {
        justify-content: center;
    }
    .part_content {
        text-align: center;
    }
    .part_content-l {
        text-align: left;
    }
}

.kachel-btn:hover {
    border-color: rgba(207, 207, 207, 0.904);
}

h2 {
    font-size: 3rem;
    color: white;
}
p {
    font-size: 0.9rem;
    color: white;
}

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

.page_part_2 {
    height: auto;
    width: 100%;
    padding: 120px 20px;
    margin-top: -5px;
    background-color: rgb(252, 252, 242);
}

.page_headline {
    height: 100px;
    width: auto;
    max-width: 960px;
    margin: auto;
    margin-top: -5px;
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.page_headline h1 {
    font-size: 4rem;
    color: #425bab;
}

.page_content {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: auto;
}
.page_content p {
    color: #425bab;
}
.page_content h2 {
    font-size: 2rem;
    color: rgb(59, 134, 131);
}

.page_part_3 {
    height: auto;
    width: 100%;
    padding: 120px 20px;
    margin-top: -5px;
    background-color: #a4b0da;
}

.page_part_4 {
    height: auto;
    width: 100%;
    padding: 120px 20px;
    margin-top: -5px;
    background-color: #ffffff;
}
.page_part_4 p{
    color: black;
}

h3 {
    font-size: 1rem;
    color: #425bab;
}
.event_part {
    width: 100%;
    height: auto;
}
.event_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.event_img {
    width: 300px;
    height: 300px;
    background-color: white;
}
.event_info {
    min-width: 100px;
    width: auto;
    height: auto;
    padding: 25px;
}

.rank_table tr{
    color: #425bab;
}

.faqDrop {
    width: auto;
    max-width: 960px;
    margin: auto;
}

.faqDrop .contentBx {
    position: relative;
    margin: 10px 0;
}

.faqDrop .contentBx p {
    color: black;
}

.faqDrop .contentBx .label {
    height: 70px;
    position: relative;
    padding: 10px;
    background: #425bab;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 20px;
}
.faqDrop .contentBx .label::before {
    content: '+';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 1.5rem;
}
.faqDrop .contentBx .content {
    position: relative;
    background: white;
    height: 0;
    overflow: hidden;
    transition: 0.5s;
    overflow-y: auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.faqDrop .contentBx.active .content {
    height: auto;
    padding: 20px;
}
.faqDrop .contentBx.active .label::before {
    content: '-';
}

.faqDrop .contentBx.active .label{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

footer {
    width: 100%;
    height: 30px;
    background-color: #425bab;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}
footer p{
    font-size: 1.2vh;
    text-decoration: none;
    color: white;
}

footer a {
    font-size: 1.2vh;
    text-decoration: none;
    color: white;
}

@media (max-width: 940px) {
    .part_content_l p{
        font-size: 2px;
    }
}


/*SLIDER */

.home_page_intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}

.home_page_intro_left {
    flex: 1 1 55%;
    position: relative;
    min-height: 300px;
}

.home_page_intro_right {
    flex: 1 1 35%;
    text-align: center;
}

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

.slider_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease, transform 1s ease;
}

.slider_box.active {
    opacity: 1;
    transform: translateY(0);
    position: relative;
    z-index: 1;
}

.home_page_intro h1{
    font-size: 58px;
    color: #ffffff;
}
.home_page_intro h2{
    font-size: 28px;
    color: #ffffff;
}
.home_page_intro p{
    color: #ffffff;
}
