
.CheckCircle1,
.CheckCircle2,
.CheckCircle3 {
    width: 40px;
    height: 40px;
    margin-top: 60px;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.CheckCircle1 {
    bottom: 10px;
    left: 50px;
    margin-right: 20px;
}

.CheckCircle2 {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.CheckCircle3 {
    bottom: 10px;
    right: 50px;
    margin-right: 20px;

}

@media screen and (max-width: 600px) {
    .spacebetween {
        flex-direction: column;
        gap: 1px;
        padding: 0;
        margin: 0;
    }

    .CheckCircle1{

    }

    .CheckCircle2{
        transform: translateX(0);
        margin-right: 20px;
        margin-top:0;
    }

    .CheckCircle3{
        margin-top: 0;
    }
}


.separator {
    margin-top: 100px;
    display: flex;
    align-items: center;
    text-align: center;
    padding-right: 80px;
    padding-left:80px;
}

@media screen and (max-width: 528px) {
    .separator{
        padding:0;
    }
    .separator::before,
    .separator::after {

    }
    .separator:not(:empty)::after {

    }
    .separator:not(:empty)::before {

    }
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border: none;
    height: 9px;
    width: 100%;
    max-width: 1200px;
    background-color:#FFA800;
    border-radius: 10px;
}

.separator:not(:empty)::before {
    margin-right: 80px;
}

.separator:not(:empty)::after {
    margin-left: 80px;
}

.separator h2{
    color: #FFA800;
    font-size: clamp(24px, 5vw, 50px);
}


/*------------------------------------------------------------------------*/
.ZimresTitelLogo{
    position: absolute;
    top:300px;
    margin-left: auto;
    margin-right: auto;
    width:400px;
    left: 0;
    right: 0;
}

@media screen and (max-width: 992px) {
    .ZimresTitelLogo {
        width:350px;
        top:250px;
    }
}
@media screen and (max-width: 768px) {
    .ZimresTitelLogo {
        width:300px;
        top:200px;
    }
}
@media screen and (max-width: 576px) {
    .ZimresTitelLogo {
        width:250px;
        top:150px;
    }
}
@media screen and (max-width: 480px) {
    .ZimresTitelLogo {
        width:200px;
        top:100px;
    }
}



.Text1 h1 {
    font-size: 50px;
    text-align: center;
    margin: 50px;
    color: #000000;}

.Container1 {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}


.ZimresIconKreis{
    margin-right: 15px;
    width: 50px;
}

.LinkZimresWebsite a{
    font-size: 20px;
    margin-top: 20px;
    color: black;
}

.flex{
    display: flex;
}

.spacebetween{
    justify-content: space-between;
}

.baseline{
    align-items: baseline;
}


.shadowFirstPage {
    background: #FFFFFF;
    background: linear-gradient(0deg,rgba(234, 234, 234, 1) 20%, rgba(255, 255, 255, 1) 89%);
}

/*------------------------------Korrespondenz------------------------------------------*/

.container2{
    width: 100%;
    max-width:1000px;
    height: auto;
    margin-left:auto;
    margin-right:auto;
    box-sizing: border-box;
    padding: 0 10px;

}


.BildGroß{
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;;
    width: 650px;
    max-width: 100%;
    height: 400px; /* feste Höhe */
    object-fit: contain; /* oder 'contain' je nach Design */
}

@media screen and (max-width: 992px) {
    .BildGroß {
        margin-top: 40px;
        margin-bottom:50px;
        width: 600px;
        max-width: 100%;
        height: 370px; /* feste Höhe */
}
}
@media screen and (max-width: 768px) {
    .BildGroß {
        margin-top: 40px;
        margin-bottom:50px;
        width: 550px;
        max-width: 100%;
        height: 340px; /* feste Höhe */
    }
}
@media screen and (max-width: 576px) {
    .BildGroß {
        margin-top: 20px;
        margin-bottom: 40px;
        width: 500px;
    }
}
@media screen and (max-width: 480px) {
    .BildGroß {
        margin-top: 0;
        margin-bottom: 0;
        width: 450px;
    }
}


.BildMail{
    width: 45px;
    height: 45px;
}

.BildChat{
    width: 45px;
    height: 45px;
}

.BildPapierflieger{
    width: 60px;
    height: 60px;
    rotate: 20deg;
}

.Box p{
    font-size: 20px;
    margin-left: 10px;
}

.DreiBoxen{

    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* responsive(zb bei handy wenn net olle boxen plotz hobm, dass sie in die nächste Zeile gian*/
    margin-top: 40px;
    margin-bottom: 20px;
}

.Box {
    justify-content: center;
    align-items: center;
    border: 3px solid #000000;
    border-radius: 25px;
    padding: 20px;
    width: 250px;
    height: 60px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    cursor: pointer;
}

@media screen and (max-width: 992px) {
    .Box {
        width: 240px;
        height: 55px;
    }
}
@media screen and (max-width: 768px) {
    .Box {
        width: 230px;
        height: 50px;
    }
}
@media screen and (max-width: 576px) {
    .Box {
        width: 220px;
        height: 45px;
    }
}
@media screen and (max-width: 480px) {
    .Box {
        width: 210px;
        height: 40px;
    }
}


.Box.hovered {
    background-color: rgba(255, 215, 138, 0.28);
    border: 3px solid #FFA800;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transform: translateY(-5px);
}

.Box.selected {
    background-color: rgba(255, 215, 138, 0.28);
    border: 3px solid #FFA800;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transform: translateY(-5px);
}

.Box.selected::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #FFA800;
}

.BoxDescription {
   /* background: linear-gradient(to top, rgba(255, 215, 138, 0.28), rgba(255, 215, 138, 0));*/
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
    min-height: 70px;
    font-size: 22px;
    text-align: left;
    justify-content: center;
    border-radius: 10px;
}

@media screen and (max-width: 992px) {
    .BoxDescription {
        font-size: 20px;
        padding:10px;
    }
}
@media screen and (max-width: 768px) {
    .BoxDescription {
        font-size: 19px;
        padding:10px;
    }
}
@media screen and (max-width: 576px) {
    .BoxDescription {
        font-size: 18px;
        padding:10px;
    }
}
@media screen and (max-width: 480px) {
    .BoxDescription {
        font-size: 17px;
        padding:10px;
    }
}

/*--------------------------------Anfrage- und Buchungswidget-----------------------------*/

.BildToday {
    width:45px;
    height:45px;
}

.BildSchedule{
    width:45px;
    height:45px;
}

.BildComment{
    width:40px;
    height:40px;
}

/*--------------------------------Gastseite---------------------------------------------*/

.BildPerson{
    width:45px;
    height:45px;
}

.BildFavorite{
    width:45px;
    height:45px;
}

.BildStar{
    width:45px;
    height:45px;
}
/*--------------------------------Channelmanager----------------------------------------*/

.ContainerChannelmanager{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1400px;
    margin: 50px auto;
    gap: 80px; /* Abstand zwischen Text und Bild */
    flex-wrap: wrap; /* responsive Verhalten */
    padding: 0 30px;
}

.TextChannelmanager{
    flex: 1 1 400px;
    max-width: 500px;
    font-size: 22px;
    line-height: 1.5;
    padding-top: 300px;
}

@media screen and (max-width: 1354px) {
    .TextChannelmanager {
        padding-top: 0;
    }
}

@media screen and (max-width: 992px) {
    .TextChannelmanager {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .TextChannelmanager {
        font-size: 19px;
    }
}
@media screen and (max-width: 576px) {
    .TextChannelmanager {
        font-size: 18px;
    }
}
@media screen and (max-width: 480px) {
    .TextChannelmanager {
        font-size: 17px;
    }
}


.BildChannelmanager{
    max-width: 800px;
    width: 100%;
    height: auto;
}

.TextChannelmanager .orangeLine {
    width: 70px; /* Länge des Strichs */
    height: 9px; /* Dicke des Strichs */
    background-color: #FFA800;
    border-radius: 5px;
    margin-bottom: 20px; /* Abstand zum Text */
}



.shadowChannelmanager {
    background: #FFFFFF;
    background: linear-gradient(0deg,rgba(234, 234, 234, 1) 20%, rgba(255, 255, 255, 1) 89%);
}

/*--------------------------------Zahlungsmethoden----------------------------------------*/


.payment-boxes {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap; /* responsive(zb bei handy wenn net olle boxen plotz hobm, dass sie in die nächste Zeile gian*/
    //margin-top: 30px;
    margin-bottom: 100px;
}

.payment-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 4px solid #FFA800;
    border-radius: 15px;
    padding: 20px;
    width: 120px;
    height: 300px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}


.payment-box img {
    margin-top: 80px;
    max-width: 100px;
    max-height: 60px;
    margin-bottom: 10px;
    object-fit: contain;
}

.payment-box h3 {
    font-size: 30px;
    font-weight: bold;
}

.payment-box:hover {
    transform: translateY(-5px);
    transition: 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.ContainerLast{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.Text1 {
    font-size:22px;
    position: relative; /* Referenzpunkt für absolute Positionen */
    padding: 50px;
}

@media screen and (max-width: 992px) {
    .Text1 {
        font-size: 20px;
        padding:40px;
    }
}
@media screen and (max-width: 768px) {
    .Text1 {
        font-size: 19px;
        padding:30px;
    }
}
@media screen and (max-width: 576px) {
    .Text1 {
        font-size: 18px;
        padding:20px;
    }
}
@media screen and (max-width: 480px) {
    .Text1 {
        font-size: 17px;
        padding:20px;
    }
}