@import "festprogramm.css";

.zitate_abschnitt {
    width: 100%;
    height: 250px;
    margin-top: 55px;

    position: relative;
    -webkit-perspective: 800px;
       -moz-perspective: 800px;
         -o-perspective: 800px;
            perspective: 800px;
}
@media (max-width: 800px) {
    .zitate_abschnitt {
        margin-top: 0px;
    }
}

.zitate_box {
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
}

.zitate_box .zitat {
    margin-block-start: 0.83em;
    color: rgb(157, 75, 143);
    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: center;

    width: 100%;
    background-color: rgb(237, 237, 208);
    text-align: center;
    font-size: 24px;
    line-height: 150%;
    font-weight: bold;
    position: absolute;
    
    -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: rotateY( 180deg );
        -moz-transform: rotateY( 180deg );
        -o-transform: rotateY( 180deg );
            transform: rotateY( 180deg );
    -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.zitate_box .zitat_current {
    -webkit-transition: -webkit-transform 1s;
        -moz-transition: -moz-transform 1s;
        -o-transition: -o-transform 1s;
            transition: transform 1s;
}

.zitate_box .zitat_previous {
    -webkit-transition: -webkit-transform 1s;
        -moz-transition: -moz-transform 1s;
        -o-transition: -o-transform 1s;
            transition: transform 1s;
}

.zitate_box .turned_left {
    -webkit-transform: rotateY( -180deg );
        -moz-transform: rotateY( -180deg );
        -o-transform: rotateY( -180deg );
            transform: rotateY( -180deg );
}

.zitate_box .zitat_current {
    -webkit-transform: rotateY( 0deg );
        -moz-transform: rotateY( 0deg );
        -o-transform: rotateY( 0deg );
            transform: rotateY( 0deg );
}

.pet_abschnitt {
    display: flex;
    flex-direction: column;
    align-items: center;

    margin-top: 75px;
}
@media (max-width: 800px) {
    .pet_abschnitt {
        margin-top: 15px;
    }
}

.pet_bild {
    width: 100%;
}

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

.pet_bild_quelle {
    width: 100%;

    text-align: end;
    color: gray;
    font-size: smaller;
}

.veranstprofil_button {
    margin-top: 20px;

    min-width: 240px;
}

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

.veranstprofil_button_frame {
    margin: 10px 5px 10px 5px;
    padding: 10px 0px 10px 0px;
    font-weight: 600;
    font-size: larger;
    color: rgb(157, 75, 143);
    background-color: rgb(237, 237, 208);
    /* border: 1px solid black; */
    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);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    text-align: center;
}

.challenge_button {
    display: flex
}

.challenge_button_frame {
    margin: 10px 5px 10px 5px;
    padding: 10px 15px 10px 15px;
    font-weight: 600;
    font-size: larger;
    color: rgb(157, 75, 143);
    background-color: rgb(237, 237, 208);
    /* border: 1px solid black; */
    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);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    text-align: center;
}

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

.showacts_preview {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.showact_preview {
    /* border:1px solid black; */

    margin-bottom: 20px;

    width: 100%;

    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    padding-bottom: 58%;
    position: relative;

    font-size: 0;

    overflow: hidden;
}
@media (max-width: 500px) {
    .showact_preview {
        padding-bottom: 70%;
    }
}

.showact_preview .showact_image {
    position: absolute;

    width: 100%;
    height: 100%;

    display: inline-block;
}

.showact_preview .showact_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showact_description {
    /* border:1px solid black; */

    position: absolute;
    
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;

    background-color: rgba(229, 229, 229, 0.8);
}

.showact_with_image .showact_description {
    top: 80%;

    transition: top 200ms ease-in-out 0ms;
}
@media (max-width: 600px) {
    .showact_with_image .showact_description {
        top: 70%;
    }
}

.showact_with_image:hover .showact_description {
    top: 0%;
}

.showact_preview_small {
    /* border:1px solid black; */

    margin-bottom: 20px;

    width: 47.32824%;

    padding-bottom: 58%;
    position: relative;

    cursor: pointer;

    -webkit-perspective: 2000px;
       -moz-perspective: 2000px;
         -o-perspective: 2000px;
            perspective: 2000px;
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
         -o-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
@media (max-width: 500px) {
    .showact_preview_small {
        width: 100%;
        padding-bottom: 70%;
    }
}

.showact_preview_small .showact_preview_front {
    position: absolute;

    width: 100%;
    height: 100%;
}

.showact_preview_front {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
         -o-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: -webkit-transform 1s;
       -moz-transition: -moz-transform 1s;
         -o-transition: -o-transform 1s;
            transition: transform 1s;
}

.showact_preview_front.turned_left {
    -webkit-transform: rotateY( -180deg );
       -moz-transform: rotateY( -180deg );
         -o-transform: rotateY( -180deg );
            transform: rotateY( -180deg );
}

.showact_title_background {
    position: relative;

    width: 100%;
    height: 30%;

    top: 70%;
    background-color: rgba(229, 229, 229, 0.8);
}

.showact_preview_small .showact_preview_back {
    position: absolute;

    width: 100%;
    height: 100%;
}

.showact_preview_back {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
    background-color: rgba(210, 210, 210, 0.8);

    display: flex;
    flex-direction: column;

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
         -o-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: -webkit-transform 1s;
       -moz-transition: -moz-transform 1s;
         -o-transition: -o-transform 1s;
            transition: transform 1s;
}

.showact_preview_back.turned_right {
    -webkit-transform: rotateY( 180deg );
       -moz-transform: rotateY( 180deg );
         -o-transform: rotateY( 180deg );
            transform: rotateY( 180deg );
}

.showact_title_back {
    padding: 20px 20px 0px 20px;
    font-size: initial;
    font-weight: 600;
}

.showact_preview_small .showact_image {
    position: absolute;

    width: 100%;
    height: 100%;

    display: inline-block;
}

.showact_preview_small .showact_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showact_title {
    font-weight: bold;
	font-family: 'all-round-gothic';

    text-transform: lowercase;

    padding: 20px 20px 10px 20px;
    font-size: xx-large;
    line-height: 110%;;
}
@media (max-width: 1150px) {
    .showact_title {
        font-size: x-large;
    }
}
@media (max-width: 950px) {
    .showact_title {
        font-size: large;
    }
}
@media (max-width: 600px) {
    .showact_title {
        font-size: large;
    }
}

.showact_abstract {
    padding: 10px 20px 10px 20px;

    overflow: hidden;
    text-overflow: ellipsis;

    flex-grow: 1;

    font-size: initial;
}

.showact_preview_small .showact_abstract {
    overflow: auto;
}

.showact_with_image .showact_description .showact_abstract {
    display: none;
}

.showact_with_image:hover .showact_description .showact_abstract {
    display: block;
    overflow: auto;
}

.fest_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;
}

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

.box_button_container a {
    text-decoration: none;
}

.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;
}

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

.media_box {
    margin-block-start: 0.83em;
    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;
}

.media_box h2 {
	font-family: 'all-round-gothic';
}

.media_box h3 {
	font-family: 'all-round-gothic';
}

.media_box .box_button {
    width: 100%;

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

.media_box .box_button_frame {
    margin: 10px 5px 10px 5px;
    padding: 10px 0px 10px 0px;
    background-color: #f5f5f5;
    /* border: 1px solid black; */
    min-width: 200px;
    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);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.media_box .box_button_frame h2 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px -2px 0px;
    font-size: 22px;
}

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

.challenges_container .media_box {
    margin-bottom: 15px;
}

.graues_quadrat_bild {
    width: 100%;

    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    padding-bottom: 80%;
    position: relative;

    font-size: 0;

    overflow: hidden;

    background-color: rgb(230, 230, 230);
}

.graues_quadrat_bild .showact_image {
    position: absolute;

    left: 10%;
    top: 10%;
    width: 80%;
    height: 80%;

    display: inline-block;
}

.graues_quadrat_bild .showact_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.graues_quadrat_text {
    width: 100%;

    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    padding-bottom: 80%;
    position: relative;

    font-size: 0;

    overflow: hidden;

    background-color: rgb(230, 230, 230);
}

.graues_quadrat_text .text {
    position: absolute;

    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    
    font-size: initial;
    overflow: auto;

    display: inline-block;
}

.graue_box {
    margin-block-start: 0.83em;
    background-color: rgb(230, 230, 230);
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;

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

.alpenblick_image {
    width: 100%;
    height: 30%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.events_grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

    width: 100%;
}

.events_grid .event_box {
    width: 31%;
}
@media (max-width: 800px) {
    .events_grid .event_box {
        width: 47.32824%;
    }
}
@media (max-width: 600px) {
    .events_grid .event_box {
        width: 100%;
    }
}

.event_type_box {
    margin-block-start: 1.6em;
    background-color: rgb(230, 230, 230);
    border-radius: 15px;
    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);

    height: 220px;
    padding: 20px;
    padding-bottom: 0%;
}
@media (max-width: 800px) {
    .event_type_box {
        height: 200px;
    }
}
@media (max-width: 600px) {
    .event_type_box {
        margin-left: 10%;
        margin-right: 10%;
        height: 190px;
    }
}

.event_type_title {
	font-family: 'all-round-gothic';
    font-size: 180%;
    font-weight: 600;
    margin-bottom: 10px;
}

.event_type_subtitle {
    line-height: 150%;
}

.event_preview_box {
    margin-block-start: 1.6em;
    background-color: rgb(230, 230, 230);
    border-radius: 7px;
    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);

    height: 270px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 800px) {
    .event_preview_box {
        height: 210px;
    }
}
@media (max-width: 600px) {
    .event_preview_box {
        margin-left: 10%;
        margin-right: 10%;
        height: 220px;
    }
}

.event_preview .event_preview_image {
    position: absolute;

    width: 100%;
    height: 100%;

    display: inline-block;
}

.event_preview .event_preview_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event_preview_label {
    /* border:1px solid black; */

    position: absolute;
    
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;

    background-color: rgba(229, 229, 229, 0.8);
}

.event_preview .event_preview_label {
    top: 60%;

    transition: top 200ms ease-in-out 0ms;
}

.event_preview:hover .event_preview_label {
    top: 0%;
}

.event_preview .event_preview_label .event_preview_abstract {
    display: none;
}

.event_preview:hover .event_preview_label .event_preview_abstract {
    display: block;
}

.event_preview_title {
    padding: 15px 15px 10px 15px;

    font-size: 160%;
    font-weight: bold;
	font-family: 'all-round-gothic';

    text-transform: lowercase;
}

.event_preview_subtitle {
    padding: 0px 15px 10px 15px;

    font-size: initial;
    font-weight: bold;
}

.event_preview_abstract {
    padding: 10px 15px 10px 15px;

    overflow: auto;

    flex-grow: 1;

    font-size: initial;
}

.legende_vegan {
    padding-top: 25px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 25px;
    height: 100%;
}
@media (max-width: 800px) {
    .legende_vegan {
        justify-content: space-between;
    }
}

.legende_vegan .legende_vegan_icon {
    display: flex;
    flex-direction: row;
    gap: 5px;
    height: 25px;
    justify-content: center;
}

.legende_vegan .legende_vegan_icon img {
    width: 25px;
}

.gastro_einheit {
    background-color: rgb(230, 230, 230);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 6px;
    box-sizing: border-box;
}

.gastro_einheit h2 {
    height: 50px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 22pt;
    line-height: 110%;
}

.gastro_einheit h3 {
	font-family: 'all-round-gothic';
    margin-top: 10px;
    margin-bottom: -5px;
    line-height: 110%;
}

.gastro_einheit .subtitle {
    padding-top: 20px;
    font-weight: bold;
}

.gastro_einheit .subtitle a {
    text-decoration: none;
    color: inherit
}

.gastro_einheit .tct {
    line-height: initial;
}

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

.gastro_einheit .subtitle_menu {
    padding-top: 20px;
    padding-bottom: 5px;
    font-weight: bold;
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.gastro_einheit .subtitle_menu .menu_icons {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.gastro_einheit .subtitle_menu .menu_icons img {
    width: 25px;
}

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

@media (min-width: 801px) {
    .text_tafel h3 {
        margin-left: 20px;
    }
}

.text_tafel .enumeration_item {
    line-height: 130%;
    margin-bottom: 10px;
}
@media (min-width: 801px) {
    .text_tafel .enumeration_item {
        margin-left: 20px;
    }
}

.text_tafel .enumeration_item img {
    margin-top: 0px;
}

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

.spaltenteilung_2 .box_button_frame {
    background-color: rgb(230, 230, 230);
    border: 1px solid gray;
    box-shadow: none;
}

.spaltenteilung_2 .box_button_frame:hover {
    transform: none;
}