@charset "UTF-8";

#kf_head_con {
    margin: 0;
    padding: 3px 0 3px 0;
    width: 100%;
    height: auto;
    background-color: white;
    text-align: center;
}

#kf_head {
    margin: 0;
    padding: 0;
    font-family: "monte-stella", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 50px;
    color: #00AFEC;
}

#kf_head_m {
    margin: 0;
    padding: 0;
    font-family: "monte-stella", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 38px;
    color: #00AFEC;
    display: none;
}

#kf {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: auto;
    overflow: hidden;
}

#kf_bgr {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; 
    overflow: hidden;
}

#kf_img {
    margin: 0;
    padding: 0;
    min-width: 100%; 
    min-height: 100%; 
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#kf_content {
    position: relative;
    margin: 0;
    padding: 0 35px 0 35px;
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: 0px;
    justify-content: center;
}

#kf_content_img {
    margin: 100px 0 100px 0;
    padding: 0;
    max-height: 850px;
    height: 100%;
    width: auto;
}

#kf_txt {
    margin: 0;
    padding: 0;
    margin: 100px 0 100px 0;
    padding: 0;
    max-height: 100%;
    height: 850px;
    width: 25vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    background-color: white;
    overflow: hidden;
}

#kf_txt h1 {
    margin: 25px;
    padding: 0;
    font-family: "roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: #00AFEC;
}

#kf_txt h2 {
    margin: 0px 25px 25px 25px;
    padding: 0;
    font-family: "monte-stella", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 56px;
    color: #00AFEC;
    line-height: 0.9;
}

#kf_txt p {
    margin: 0 25px 25px 25px;
    padding: 0;
    font-family: "roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #00AFEC;
}

#book_link {
    margin: 0;
    padding: 0;
    cursor: pointer;
}

/***
MOBILE
***/

#kf_content_m {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    display: none;
    flex-direction: column;
    justify-content: center;
}

#text_bgr_m {
    margin: 5%;
    padding: 25px 5px 25px 5px;
    height: auto;
    width: 90%;
    background-color: rgb(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
    text-align: center;
}

#text_bgr_m h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-family: "roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #00AFEC;
}

#text_bgr_m h2 {
    margin: 0;
    padding: 0;
    font-size: 42px;
    font-family: "monte-stella", sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 0.9;
    color: #00AFEC;
}

#text_bgr_m p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-family: "roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #00AFEC;
}

#kf_bilder_m {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    display: none;
    background-color: #3B3B3B;
    overflow: hidden;
}

#kf_bilder_m img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

/***
RESPONSIVE
***/

@media screen and (max-width: 1570px) {
    #kf_content_img {
        max-height: 800px;
    }
    #kf_txt {
        max-height: 800px;
    }
    #kf_txt h1 {
        font-size: 20px;
    }
    #kf_txt h2 {
        font-size: 48px;
    }
    #kf_txt p {
        font-size: 20px;
    }
}

@media screen and (max-width: 1390px) {
    #kf_content_img {
        max-height: 750px;
    }
    #kf_txt {
        max-height: 750px;
    }
    #kf_txt h1 {
        font-size: 20px;
    }
    #kf_txt h2 {
        font-size: 48px;
    }
    #kf_txt p {
        font-size: 20px;
    }
}

@media screen and (max-width: 1340px) {
    #kf_content_img {
        max-height: 750px;
    }
    #kf_txt {
        max-height: 750px;
    }
    #kf_txt h1 {
        font-size: 18px;
    }
    #kf_txt h2 {
        font-size: 42px;
    }
    #kf_txt p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1290px) {
    #kf_content_img {
        max-height: 700px;
    }
    #kf_txt {
        max-height: 700px;
    }
    #kf_txt h1 {
        font-size: 18px;
    }
    #kf_txt h2 {
        font-size: 42px;
    }
    #kf_txt p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1240px) {
    #kf_content_img {
        max-height: 500px;
    }
    #kf_txt {
        max-height: 500px;
        width: 50vw;
    }
    #kf_txt h1 {
        font-size: 18px;
    }
    #kf_txt h2 {
        font-size: 42px;
    }
    #kf_txt p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1240px) {
    #kf_content_img {
        margin: 50px 0 50px 0;
        max-height: 450px;
    }
    #kf_txt {
        margin: 50px 0 50px 0;
        max-height: 450px;
        width: 50vw;
    }
    #kf_txt h1 {
        font-size: 16px;
    }
    #kf_txt h2 {
        font-size: 38px;
    }
    #kf_txt p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1000px) {
    #kf_head {
        display: none;
    }
    #kf_head_m {
        display: block;
    }
    #kf_content {
        display: none;
    }
    #kf_content_m {
        display: flex;
    }
    #kf_bilder_m {
        display: block;
    }
}

