* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Arial', 'sans-serif';
    background-color: #F2E1D0;
    font-style: italic;
    font-size: 22px;
}

h3 {
    text-align: center;
    font-size: xx-large;
    font-weight: 400;
    color: #42442C;
    flex-wrap: wrap;
}

h4 {
    color: #42442C;
}

.d-flex {
    display: flex !important;
}

.d-none {
    display: none !important;
}

.posRel {
    position: relative;
}

.pad-b-100 {
    padding-bottom: 100px;
}

.start_logo {
    height: auto;
    /* border: 1px solid red; */
}

a {
    color: #8E8969;
}

a:hover {
    text-decoration: none;
    color: rgb(86, 145, 61);
    filter: drop-shadow(0 0 0.75rem crimson);
}

.bg-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: var(--body-content-height);
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(./img/IMG_4028.JPG);
    opacity: 0.15;
    background-position-x: center;
    background-size: cover;
    z-index: -1;
}

h1 {
    font-size: 60px;
}

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

.fd-column {
    flex-direction: column;
}

.ai-center {
    align-items: center;
}

.ta-left {
    text-align: left;
}

h2 {
    color: grey;
    text-align: center;
    font-style: normal;
    margin: 28px 0;
}

.firstline {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.marg-l-0 {
    margin-left: 0;
}

headline {
    width: 75%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-bottom: 20px;
}

.img_wood {
    width: 300px;
    object-fit: cover;
    padding-top: 18px;
}

.burgerMenu {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 100px;
    left: 8px;
    z-index: 2;
    margin-right: 4px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    gap: 8px;
    background-color: gray;
    cursor: pointer;
}

.line {
    width: 28px;
    height: 4px;
    background-color: white;
    border-radius: 2px;
}

.rotatePositive {
    animation: turnLeft 1s linear;
    transform: rotate(45deg) translate(-4px, -4px);
    top: 4px;
}

.rotateNegative {
    animation: turnRight 1s linear;
    transform: rotate(-45deg) translate(-4px, 4px);
}

@keyframes turnLeft {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg) translate(-4px, -4px);
    }
}

@keyframes turnRight {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-45deg) translate(-4px, 4px);
    }
}

#nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    text-wrap: nowrap;
    flex-wrap: wrap;
    font-style: normal;
    font-weight: 700;
    font-size: x-large;
}

#nav a {
    text-decoration: none;
    color: rgb(86, 145, 61);
    filter: drop-shadow(0 0 0.75rem crimson);
}

#nav a:hover {
    cursor: pointer;
    pointer-events: all;
    font-weight: 800;
}

.navmobile {
    display: none;
}

content-section {
    padding: 5px;
    display: flex;
    flex-direction: column;
    width: 75%;
    margin: auto;
}

section {
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
}

.thirdSpacing {
    display: flex;
    justify-content: space-between;
    padding-left: 15%;
}

.currentCourses {
    padding: 40px 0px;
}

.informations {
    padding: 40px 20px;
}

.courseContent {
    padding-left: 15%;
}

.importantHighlight {
    font-weight: 800;
}

.picturesSection {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 8px;
}

.picturesSection img {
    width: 100%;
    max-width: 400px;
    max-height: 500px;
    object-fit: contain;
}

.last {
    padding: 40px 0px;
}

p {
    text-align: center;
    margin: 8px;
}

.pad-l-80 {
    margin-left: 80px;
}

.gap {
    gap: 66px;
}

path {
    stroke-width: 3;
    fill: none;
    stroke-width: 3px;
}

svg {
    background-color: #050000dc;
}

circle {
    fill: red;
}

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

.profile_picture img {
    width: 350px;
    object-fit: cover;
    padding-top: 0;
}

.selector {
    display: flex;
    height: 400px;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    row-gap: 40px;
    column-gap: 80px;
    justify-content: center;
}

.selector img {
    width: 150px;
    height: 150px;
    border-radius: 60px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.1);
}

.underSectionFamilycontent {
    display: none;
    flex-direction: column;
    background-color: rgba(142, 137, 105, 0.5);
    border-radius: 0px 20px 0px 20px;
    padding: 8px;
}

.underSectionFamily:hover .underSectionFamilycontent {
    display: flex;
}

.underSectionFamily {
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.underSectionFamily img:hover {
    background-color: rgba(142, 137, 105, 0.5);
}

.contact {
    padding: 80px 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.communicationChannels {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

footer {
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: larger;
    background-color: rgba(0, 0, 0, 0.15);
    align-items: center;
    display: flex;
    justify-content: center;
}

.impressumContent {
    margin-bottom: 80px;
}

.footerButton {
    display: flex;
    justify-content: center;
}

.persona {
    padding-bottom: 100px;
}

.underline {
    text-decoration: underline;
}


/* ############################# */
/* Gruppenangebot */
#start_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    height: auto;
}

.start_icon img {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ############################# */
/* Rooms */
.picW {
    max-width: 600px;
    width: 100%;
}

.picH {
    max-height: 400px;
    width: 100%;
}

.highlighter {
    font-weight: 800;
    text-decoration: underline !important;
}


@media screen and (max-width: 1200px) {
    .img_wood {
        display: none;
    }
}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 860px) {}

@media screen and (max-width: 800px) {}

@media screen and (max-width:670px) {}

@media screen and (max-width: 650px) {
    h3 {
        font-size: x-large;
    }

    content-section {
        width: 90%;
    }
}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 550px) {
    .underSectionFamilycontent {
        display: flex;
    }

    .selector {
        gap: 0;
        flex-direction: column;
        flex-wrap: nowrap;
    }

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

@media screen and (max-width:500px) {
    #nav {
        display: none;
        flex-direction: column;
        justify-content: end;
        align-items: flex-end;
        position: fixed;
        z-index: 2;
        top: 140px;
        right: 0;
        padding: 40px;
        background-color: rgba(0, 0, 0, 0.7);
        border-top-left-radius: 45px;
        border-bottom-left-radius: 45px;
        animation: slideIn 1s linear;
    }

    @keyframes slideIn {
        0% {
            transform: translate(100px, 0);
        }

        100% {
            transform: translate(0px, 0);
        }
    }

    .burgerMenu {
        display: flex;
    }

    .picturesSection {
        flex-direction: column;
        gap: 40px;
    }
}

@media screen and (max-width: 450px) {
    h3 {
        font-size: large;
    }
}

@media screen and (max-width: 380px) {
    .profile_picture img {
        width: 300px;
    }
}

@media screen and (max-width: 350px) {
    h3 {
        font-size: medium;
    }

    h1 {
        font-size: 50px;
    }

    .impressumContent {
        font-size: 18px;
    }
}

@media screen and (max-width: 320px) {
    .profile_picture img {
        width: 280px;
    }
}

@media screen and (max-width: 300px) {
    .profile_picture img {
        width: 250px;
    }
}