@import "wettkampfprogramm.css";

.wettkampf_media_box {
    margin-block-start: 1.6em;
    background-color: rgb(237, 237, 208);
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.downloads_media_box {
    margin-block-start: 1.6em;
    background-color: rgb(230, 230, 230);
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.wettkampf_media_box video {
    margin-top: 10px;
    width: 100%;
}

.wettkampf_media_box a {
    text-decoration: none;
    color: black;
}

.downloads_media_box a {
    text-decoration: none;
    color: black;
}

.wettkampf_media_box a:hover {
	color: rgb(232, 55, 140);
}

.downloads_media_box a:hover {
	color: rgb(232, 55, 140);
}

.wettkampf_untertitel {
    font-size: larger;
    margin-bottom: 50px;
}

.wettkampf_datum_untertitel {
    font-weight: 600;
    margin-top: -20px;
    margin-bottom: 20px;
}

.corina_angebot_image img {
    width: 100%;
    border-radius: 8px;
}

.box_button_container {
    width: 80%;
    margin-bottom: 20px;
    margin-left: 10%;
    margin-right: 10%;
}

.box_button_frame {
    /* margin: -5px 5px -5px 5px;
    padding: 0px 0px 0px 0px; */
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 17px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box_button_frame h2 {
    margin: 10px 5px 10px 5px;
}

.box_button_frame:hover {
    transform: scale(1.1);
}

.verpflegungs_box {
    margin-block-start: 1.6em;
	background-color: rgb(240, 206, 223);
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.verpflegung_tag {
    line-height: initial;
    padding-bottom: 25px;
}

.text_tafel {
    background-color: rgb(230, 230, 230);
    padding: 15px;
    border-radius: 6px;
}

.text_tafel h3 {
    margin-top: 5px;
}

.untertitel {
    margin-top: -15px;
}

.text_tafel .untertitel {
    margin-top: -10px;
}

.text_tafel .enumeration {
    gap: 0px;

    margin-bottom: 30px;
}

.text_tafel_titel_mit_bild {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text_tafel_bild {
    height: 80px;
    margin-bottom: 5px;
}

.text_tafel_bild img.sport {
    padding-top: 25%;
    height: 65%;
}
.text_tafel_bild img.turnfahrt {
    height: 100%;
}
.text_tafel_bild img.wellness {
    padding-top: 20%;
    height: 80%;
}

.text_tafel_titel {
    width: 100%;
    font-size: large;
    text-align: center;
}

.icon-und-unterkunft {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.icon-und-unterkunft h3 {
    margin: 0px;
}

.icon-und-unterkunft img {
    height: 40px;
    object-fit: contain;
}

p.dense {
    line-height: 130%;
    margin-top: 0px;
}

.text_tafel h3.dense {
    margin-top: 10px;
    margin-bottom: 5px;
}

.tafel_limited_height {
    max-height: 260pt;
    overflow: scroll;
}

.image_full_width img {
    margin-top: 20px;

    width: 100%;

    border-radius: 8px;
}

.image_full_width_subtitle {
    text-align: right;
    color: gray
}

.anreise_methoden {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
@media (max-width: 800px) {
    .anreise_methoden {
        flex-direction: column;
        gap: 20px;
    }
}

.anreise_methoden_spalte {
    width: 32%;

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
}
@media (max-width: 800px) {
    .anreise_methoden_spalte {
        width: 100%;
    }
}

.anreise_methode {
    width: 100%;

    padding: 1px 20px 20px 20px;

    border-radius: 8px;
    background-color: rgb(230, 230, 230);
    box-sizing: border-box;
}

.unterkunft_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.unterkunft_circle {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    flex-shrink: 0;
}

.unterkunft_label {
    width: 100px;
    flex-shrink: 0;
}

.unterkunft_place {
    flex-grow: 1;
}

.zeitplaene_kategorie_karte {
    background-color: rgb(230, 230, 230);
    padding: 5px 20px 20px 25px;
    border-radius: 6px;
}

.zeitplaene_link {
    color: gray;
}

a.zeitplaene_link {
    color: initial;
    text-decoration: none;
}

a.zeitplaene_link:hover {
    color: rgb(232, 55, 140);
}

.situation_legende {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3px;
}

.situation_legende_eintrag {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.situation_legende_aufzzeichen {
    width: 25px;
    font-size: smaller;
    font-weight: 600;
	font-family: 'all-round-gothic';
    flex-grow: 0;
    flex-shrink: 0;
}

/* .situation_legende_text {

} */

.situation_legende_eintrag img {
    height: 15px;
}

.situation_legende_wettkampf .situation_legende_aufzzeichen {
    color: rgb(137, 44, 122);
}

.situation_legende_festgelaende .situation_legende_aufzzeichen {
    color: rgb(232, 55, 140);
}

.situation_legende_infrastruktur .situation_legende_aufzzeichen {
    color: rgb(219, 220, 37);
}

.situation_gastro_link {
    text-decoration: none;
    color: inherit;
}

.situation_gastro_link:hover {
    font-weight: 600;
    color: rgb(232, 55, 140);
}
