body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

.nav-bar {
    display: flex;
    align-items: center;
    padding: 10px;
}

.imglink {
    flex: 1;
    display: flex;
    justify-content: center;
    margin-left: 20%;
}

.logo {
    max-width: 600px;
    margin-left: 15%;
    height: auto;
}

.navlink {
    flex: 2;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.Impressumlink, .agblink, .Datenschutzrichtlinienlink {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.navlink a:hover {
    text-decoration: underline;
}

.mheader {
    margin-top: 5%;
    font-size: 2.5rem;
    text-align: center;
    font-family: "Cardo", serif;
}

.maindesc {
    margin-top: 10%;
    text-align: center;
    max-width: 40%;
    margin-left: 30%;
    font-size: 1.2rem;
}

.ilink1 {
    padding-right: 10px;
    margin-left: 30%;
    max-width: 20%;
}

.star1 ,.star2{
    width: 5%;
    margin-left: 47%;
}

.mimg1 {
    margin-left: 0%;
    max-width: 20%;
}

.ilink2 {
    max-width: 20%;
}

.mimg2 {
    max-width: 20%;
}

.ilink3 {
    max-width: 50%;
    margin-left: 25%;
    padding-top: 20%;
}

.mimg3 {
    border-radius: 15px;
    margin-top: 5%;
    max-width: 50%;
}

.ilink4 {
    margin-left: 35%;
    max-width: 30%;
}

.mimg4 {
    margin-top: 2%;
    max-width: 30%;
}

.secondcontent {
    margin-top: 15%;
}

.sheader {
    text-align: center;
    font-size: 2.5rem;
    font-family: "Cardo", serif;
}

.stext1 {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 50px;
}

.list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.fcolumn, .scolumn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    margin-bottom: 60px;
}

.fcolumn h3, .scolumn h3 {
    flex: 1;
    text-align: center;
    margin: 0;
    box-sizing: border-box;
}

.lheader1, .lheader2, .lheader3, .lheader4, .lheader5, .lheader6 {
    margin-bottom: 50px;
}

.theader1 {
    font-family: "Cardo", serif;
    text-align: center;
    font-size: 2.5rem;
}

.ttext1 {
    text-align: center;
}

.theader2 {
    margin-top: 10%;
    font-size: 1.5rem;
}

.tlink1 {
    max-width: 30%;
}

.thirdcontent {
    margin-top: 10%;
}

.cont1 {
    margin-top: 10%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0px;
    margin-top: 20px;
}

.text-content {
    margin-left: 10%;
    margin-top: 5%;
    flex: 1;
    max-width: 60%;
}

.image-content {
    margin-top: 5%;
    flex-shrink: 0;
    max-width: 35%;
}

.timg1 {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.cont2 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 20px;
}

.text-content1 {
    margin-top: 5%;
    margin-left: 5%;
    flex: 1;
    max-width: 60%;
}

.image-content1 {
    margin-top: 5%;
    flex-shrink: 0;
    max-width: 30%;
    margin-left: 10%;
}

.timg2 {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.quote {
    background-color: black;
    width: 100vw;
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
    margin-top: 10%;
    margin-bottom: 10%;
}

.mainquote {
    font-family: "Cardo", serif;
    text-align: center;
    color: white;
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.name {
    margin-top: 100px;
    color: white;
    text-align: center;
    font-size: 1.2rem;
}

.description {
    color: white;
    text-align: center;
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 5%;
}

.fheader {
    font-family: "Cardo", serif;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 5%;
}

.fimg1 {
    margin-left: 27.5%;
    width: 15%;
    margin-right: 10px;
}

.fimg2 {
    height: 20%;
    max-width: 15%;
    margin-right: 10px;
}

.fimg3 {
    height: 20%;
    max-width: 15%;
}

.mainfooter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
}

.mailsymbol {
    margin-left: 0;
    max-width: 4%;
}

.seperator {
    width: 90%;
    margin: 20px 0;
}

.footer-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.fohdr {
    font-family: "Cardo", serif;
    padding-top: 5%;
    font-size: 2rem;
    margin: 0;
}

.contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 50%;
    margin-top: -50px;
}

.fcontent {
    display: flex;
    flex-direction: column;
}

.ftext1, .ftext2, .ftext3, .ftext4 {
    padding-bottom: 15px;
    margin: 0;
    font-size: 1rem;
}

@media (max-width: 1024px) {
    .agblink ,.Datenschutzrichtlinienlink ,.Impressumlink{
        font-size: 1rem;
    }
    .logo{
        max-width: 80%;
        margin-left: 0px;
    }
    .imglink{
        margin-left: 5%;
    }
}


@media (max-width: 768px) {
    .nav-bar {
        flex-direction: column;
        align-items: flex-start;
    }
    .logo {
        max-width: 200px;
    }
    .navlink {
        justify-content: center;
        margin-top: 20px;
        align-items: center;
        margin-left: 10%;
    }
    .maindesc {
        max-width: 80%;
        margin-left: 10%;
    }
    .stext1{
        max-width: 90%;
        margin-left: 5%;
    }
    .lheader1 ,.lheader2 ,.lheader3 ,.lheader4 ,.lheader5 ,.lheader6{
        padding-bottom: 5%;
        font-size: 0.8rem;
        max-width: 90%;
        text-align: center;
    }
    .ttext1{
        max-width: 90%;
        margin-left: 5%;
    }
    .text-content{
        max-width: 50%;
    }
    .image-content{
        margin-top: 10%;
    }
    .text-content1{
        max-width: 50%;
    }
    .quote {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .mainquote {
        font-size: 1.5rem;
    }
    .name {
        font-size: 0.9rem;
    }
    .description {
        font-size: 0.8rem;
    }
    .fimg1{
        margin-left: 25%;
    }
    .fimg1, .fimg2, .fimg3 {
        max-width: 15%;
    }
    .mainfooter{
        flex-direction: column;
    }
    .fohdr{
        text-align: center;
        font-size: 1.5rem;
    }
    .contact{
        margin-top: 50px;
        text-align: center;
        margin-top: 0px;
        margin-left: 20%;
    }
}

@media (max-width: 480px) {
    .theader1 ,.theader2{
        width: 100%;
    }

    .lin1 ,.lin2 ,.lin3 ,.lin4 ,.lin5 ,.lin6{
        width: 100%;
    }

    .image-content ,.image-content1{
        width: 100%;
        max-width: 100%;
        margin-left: 5%;
    }
    

    .fcolumn ,.scolumn{
        flex-direction: column;
        gap: 0px;
    }

    .text-content ,.theader2 ,.text-content1 {
        max-width: 100%;
    }

    .fcolumn{margin-bottom: 0px;}

    .lheader1 ,.lheader2 ,.lheader3 ,.lheader4 ,.lheader5 ,.lheader6{
        padding-left: 10%;
        padding-bottom: 10%;
        width: 100%;
        text-align: center;
    }

    .cont1 ,.cont2{
        flex-direction: column;
        width: 100%;
    }

    .mheader {
        font-size: 1.8rem;
    }
    .logo{
        max-width: 100%;
    }
    .fimg1{
        margin-left: 20%;
    }
    .fimg1 ,.fimg2 ,.fimg3{
        max-width: 20%;
        width: 20%;
    }
    .maindesc {
        font-size: 1rem;
    }
    .quote {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .mainquote {
        font-size: 1.2rem;
    }
    .name, .description {
        font-size: 0.8rem;
    }
}

.cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 1rem;
    z-index: 1000;
}

.cookie-banner p {
    display: inline;
    margin: 0;
    padding-right: 15px;
}

.cookie-banner button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1rem;
}

.cookie-banner button:hover {
    background-color: #45a049;
}
