/**
 * CSS für kaT-Lehrkraeftekompass
 */

body {
    --feedback-container-breite: 35px;
}
@media (min-width:992px) {
    body {
        --feedback-container-breite: 59px;
    } 
}

.filterbereich {
    margin-bottom: 45px;
}

.filterbereich > div {
    padding: 40px 20px 55px 20px;
    height: 100%;
}


.methoden-kachel-container {
    margin-bottom: 70px;

    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.methoden-kachel {
    border-radius: 80px;
    position: relative;

    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}




.methoden-kachel:hover:before { 
    content: '';
    position: absolute;
    background: linear-gradient(115deg, transparent, rgba(255,255,255,.4), transparent);
    width: 100%;
    height: 100%;

    border-radius: 80px;
}


.methoden-kachel h1 {
    width: 80%;
    margin: auto;
    align-self: center;

    text-align: center;

    background: none!important;

    hyphens: auto;
}

.methoden-kachel-container:nth-child(7n+1) .methoden-kachel {
    background-color: var(--wp--preset--color--rot);
}
.methoden-kachel-container:nth-child(7n+2) .methoden-kachel {
    background-color: #95c11f; /* 18.11.24: laut Melanie geändert und nciht standard KaT Farbe */
}
.methoden-kachel-container:nth-child(7n+3) .methoden-kachel {
    background-color: #a81681; /* 18.11.24: laut Melanie geändert und nciht standard KaT Farbe */
}
.methoden-kachel-container:nth-child(7n+4) .methoden-kachel {
    background-color: var(--wp--preset--color--dunkelblau);
}
.methoden-kachel-container:nth-child(7n+5) .methoden-kachel {
    background-color: var(--wp--preset--color--orange);
}
.methoden-kachel-container:nth-child(7n+6) .methoden-kachel {
    background-color: var(--wp--preset--color--hellblau);
}
.methoden-kachel-container:nth-child(7n) .methoden-kachel {
    background-color: var(--wp--preset--color--gelb);
}



.ergebnisliste-container {
    padding-bottom: 70px;

    background-image: url(images/Silhouetten_weiss_einzeln_1.svg);
    background-repeat: no-repeat;
    background-position: left -85px bottom -20px;
    background-size: auto calc(min(800px, 80%));
}


#ergebnisliste-intro-text {
    margin-top: 70px;
    margin-bottom: 70px;
}

#methoden-anzeigen {
    margin-bottom: 30px;
}

#methodenkoffer-tab-container {
    padding-bottom: 40px;
}

#neue-methoden {
    padding-top: 70px;
    margin-bottom: 110px;
    box-shadow: 0 0 24px 0 rgba(175,175,175,.52);
}

#neue-methoden h1 {
    /*background-image: url(images/farbhinterlegung_typohighlight.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;*/ /* laut Mail melanie jan 2025 entfernt */

    display: inline-block !important;
    padding-left: 7px;
    padding-right: 7px;
}


#neue-methoden .methoden-kachel-container:nth-child(3n+1) .border-btm {
    border-bottom: 3px solid var(--wp--preset--color--hellblau);
}
#neue-methoden .methoden-kachel-container:nth-child(3n+2) .border-btm {
    border-bottom: 3px solid var(--wp--preset--color--gruen);
}
#neue-methoden .methoden-kachel-container:nth-child(3n) .border-btm {
    border-bottom: 3px solid var(--wp--preset--color--lila);
}

#neue-methoden .methoden-kachel-container:nth-child(3n+1) .methoden-kachel {
    background-color: var(--wp--preset--color--hellblau);
}
#neue-methoden .methoden-kachel-container:nth-child(3n+2) .methoden-kachel {
    background-color: var(--wp--preset--color--gruen);
}
#neue-methoden .methoden-kachel-container:nth-child(3n) .methoden-kachel {
    background-color: var(--wp--preset--color--lila);
}

#neue-methoden .methoden-kachel-container {
    margin-top: 45px;
    margin-bottom: 0;
}

#neue-methoden .methoden-kachel::after {
    content: " ";
    background-image: url(images/NEU.png);
    background-repeat: no-repeat;
    background-size: 105px 105px;
    width: 105px;
    height: 105px;
    position: absolute;
    top: -30px;
    left: -30px;
}
@media (min-width:992px) {
    #neue-methoden .methoden-kachel::after {
        background-size: 150px 150px;
        width: 150px;
        height: 150px;
        top: -30px;
        left: -30px;
    } 
}


/** sortier styles **/
#methoden-sortier-container > div {
    margin-bottom: 85px;
}


#methoden-sortier-container > div:nth-child(7n+1) h3 { color: var(--wp--preset--color--lila); }
#methoden-sortier-container > div:nth-child(7n+2) h3 { color: var(--wp--preset--color--dunkelblau); }
#methoden-sortier-container > div:nth-child(7n+3) h3 { color: var(--wp--preset--color--orange); }
#methoden-sortier-container > div:nth-child(7n+4) h3 { color: var(--wp--preset--color--hellblau); }
#methoden-sortier-container > div:nth-child(7n+5) h3 { color: var(--wp--preset--color--gelb); }
#methoden-sortier-container > div:nth-child(7n+6) h3 { color: var(--wp--preset--color--rot); }
#methoden-sortier-container > div:nth-child(7n) h3 { color: var(--wp--preset--color--gruen); }


#methoden-sortier-container > div > section a {
    padding: 8px 25px;
    margin-bottom: 10px;
    color: #000;
    border-radius: 0;
}
#methoden-sortier-container > div > section a:hover:before {
    content: normal;
}

#methoden-sortier-container > div > section:nth-child(2n+1) a {
    background-color: var(--wp--preset--color--grau);
}
#methoden-sortier-container > div > section:nth-child(2n) a {
    background-color: #dde0e6;
}



#methoden-sortier-container .methoden-kachel:after {
    content: "";
    background-image: url(//komm-auf-tour.de/wp-content/themes/kat2017-custom/images/svg/Pfeil_rechts_nl.svg);
    background-size: 16px 28px;
    background-repeat: no-repeat;
    width: 26px;
    height: 28px;
    margin-left: auto;
    flex: 0 0 auto;
}
@media (min-width:992px) {
    #methoden-sortier-container .methoden-kachel:after {
        width: 16px;
    }
}

/* FEEDBACK Container */
#feedback-container {
    top: 50%;
    right: 0;
    z-index: 990;

    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    overflow: hidden;

    box-shadow: 0 0 10px 0px gray;

    transition: all .4s ease-in-out;
    width: calc(100% + var(--feedback-container-breite));
    max-width: 465px;

    transform: translateY(-40%);

}
#feedback-container,
#feedback-container p {
    font-size: 1.2rem;
}

#feedback-container input[type=text],
#feedback-container .btn-primary {
    font-size: calc( var(--main-font-size));
}
@media (min-width:992px) {
    #feedback-container input[type=text],
    #feedback-container .btn-primary {
        font-size: calc( var(--main-font-size) / 2);
    }
}

#feedback-container.closed {
    transform: translateX(calc(100% - var(--feedback-container-breite))) translateY(-40%);
    transition: all .4s ease-in-out;
}

@media (max-width:991px) {
    #feedback-container {
        max-width: 100%;  
    }
}
@media print {
    #feedback-container {
        display: none;
    }
}

.schrift-vertikal-uo,
#feedback-head {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    font-size: 2rem;
}
@media (min-width:992px) {
    .schrift-vertikal-uo,
    #feedback-head {
        font-size: 3.6rem;
    }
}

#close-feedback {
    width: var(--feedback-container-breite);
    height: 100%;

    padding: 0;
    margin: 0;
}

#close-feedback:before {
    content: " ";
    display: block;
    background-image: url(images/arrow_right.png);
    background-size: 17px 27px;
    background-repeat: no-repeat;
    width: 17px;
    height: 27px;

    margin-left: 5px;
}
#feedback-container.closed #close-feedback:before {
    background-image: url(images/arrow_left.png);
}
#close-feedback:after {
    content: " ";
    display: block;

    background-size: 17px 27px;
    background-repeat: no-repeat;
    width: 17px;
    height: 27px;
}


#close-feedback-completely:after {
    content: " ";
    background-image: url(images/X_black.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;

    background-size: 17px 17px;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}



.bg-feedback-orange {
    background-color: #ef7d00; /* 18.11.24: laut Melanie geändert und nicht standard KaT Farbe */
    width: var(--feedback-container-breite);
}

#chk-mood {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#chk-mood .wpcf7-list-item label>input {
    display: none;
}

#chk-mood .wpcf7-list-item .wpcf7-list-item-label {
    background-image: url(images/icon_bewertung_naja.svg);

    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    display: block;
    color: transparent;
}
@media (min-width:992px) {
    #chk-mood .wpcf7-list-item .wpcf7-list-item-label {
        width: 45px;
        height: 45px;
    }
}

#chk-mood .wpcf7-list-item.first .wpcf7-list-item-label {
    background-image: url(images/icon_bewertung_happy.svg);
}

#chk-mood .wpcf7-list-item.last .wpcf7-list-item-label {
    background-image: url(images/icon_bewertung_bad.svg);
}

#chk-mood .wpcf7-list-item input:checked + .wpcf7-list-item-label  {
    background-color: var(--wp--preset--color--hellblau);
    /* border-radius: 50%; */
}




/** Methoden Detailseite */
.methodenkoffer-single-header {
    background-image: url(images/bg-rainbow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 3.5rem 0;
    margin-bottom: 3rem;
}
@media (min-width:768px) {
    .methodenkoffer-single-header {
        /* background-image: url(images/Silhouetten_weiss_Gruppe_1.png), url(images/bg-rainbow.png);
        background-size: auto auto, cover; */
        background-image: url(images/bg-rainbow.png);
        background-size: cover;
        background-repeat: no-repeat;
        
        background-position: bottom right 10%;
        padding: 3.5rem 0;
        margin-bottom: 3rem;
    }
}

.methodenkoffer-single-header .entry-headline {
    color: #fff;
}

.methodenkoffer-titel {
    color:var(--wp--preset--color--lila);
    font-weight:800;
}
@media (min-width:992px) {
    .methodenkoffer-titel {
        font-size: 8.5rem;
    }
}

.methodenkoffer-untertitel {
    margin-bottom: 3rem;
}


.methodenkoffer-regenbogen-headline {
    background-image: url(images/bg-rainbow.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: -8px;
}

.methodenkoffer-regenbogen-content {
    background-color: var(--wp--preset--color--lila);
    color: #fff;
    text-align: center;
    font-weight: 600;
    border-radius: 6px;
    padding: 25px;

    flex: 1 1 auto; /* admit res vom container gefüllt wird */

    /* um inhalt zu zentrieren */
    display: flex;
    align-items: center;
    justify-content: center;
}
.methodenkoffer-regenbogen-content big {
    font-size: 5rem;
}
@media (min-width:992px) {
    .methodenkoffer-regenbogen-content big {
        transform: translateY(-1rem);
    }
}


.methoden-details-container p,
.methoden-details-container ul {
    font-weight: 400;
}


.methoden-details-container > div {
    padding-top: 30px;
    padding-bottom: calc(30px - max(1rem, var(--main-line-height)));

    background-color: #edf6de;
}
@media (min-width:992px) {
    .methoden-details-container > div {
        padding-top: 25px;
        padding-bottom: 40px;
    }
}

.methoden-details-container > div:nth-child(even) {
    background-color: #fef0f8;
}

.methoden-details-container a,
.methoden-details-container a:is(:hover, :focus, :visited, :active) {
    color: #000;
    text-decoration: underline;

    display: flex;
    align-items: center;
}

.methoden-details-container a:before {
    content: url(images/Pen.svg);
    /* width: 48px; */
    height: auto;
    display: inline-block;
    /* margin-right: 30px; */
   
    /* enricos wunsch kleiner zu werden aus feb 2025 */
    margin-right: 15px;
    width: 40px;
    flex: 0 0 auto;
}
.methoden-details-container a[href$=".pdf"]:before {
    content: url(images/PDF.svg);
}
.methoden-details-container a[target="_blank"]:before {
    content: url(images/Weltkugel.svg);
}

#backtooverview,
#print,
#savepdf {
    color: #000 !important;
    text-decoration: none !important;
    border-radius: 40px/50%;
    padding: 25px 50px;
    font-weight:300;
}
@media (max-width:991px) {
    #backtooverview,
    #print,
    #savepdf {
        display: inline-block;
        margin-top: 0 !important;
    }
}



.schlagwort {
    display: inline-block;
    font-weight:300;
    padding: 1rem 2rem!important;
}

#accordion-facherbezuge .accordion-header {
    padding-left: 0;
}

#accordion-facherbezuge .accordion-header {
    padding-bottom: 10px;
}