@import "welcome_titel.css";
@import "gallery_preview.css";
@import "countdown.css";
@import "blog_preview.css";

h2.subtitle {
    margin-top: -10px;
    font-size: larger;
    font-weight: 600;
	font-family: 'century-gothic';
}

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

.quicklinks a {
    width: 20%;
}
@media (max-width: 550px) {
    .quicklinks a {
        width: 45%;
    }
}

.quicklinks a img {
    width: 100%;
    -webkit-filter: drop-shadow(4px 8px 6px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(4px 8px 6px rgba(0, 0, 0, 0.2));
}

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

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

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

.socialmedia_container {
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 15px;

    position: relative;
}

.socialmedia_container a {
    width: 35px;
}

.socialmedia_container a img {
    width: 100%;
    -webkit-filter: drop-shadow(4px 8px 6px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(4px 8px 6px rgba(0, 0, 0, 0.2));
}

.socialmedia_container .anmeldebutton {
    width: 200px;
    position: absolute;
    top: -230px;
    right: 60px;
    border-radius: 100px;
}

.socialmedia_container img:hover {
    transform: scale(1.1);
}

.aktuell_media_box a {
    text-decoration: none;
}

.aktuell_media_box video {
    margin-bottom: 40px;
}

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

    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 15px;

    margin-bottom: 15px;
}

.instagram-media {
    min-width: 200px !important;
}

.box_button_container {
    width: 90%;
    margin-bottom: 20px;
    margin-left: 5%;
    margin-right: 5%;
}

.box_button_frame {
    margin: -5px 5px -5px 5px;
    padding: 5px 0px 5px 0px;
    background-color: rgb(137, 44, 122);
    border: 1px solid rgb(137, 44, 122);
    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);
    min-height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box_button_frame h2 {
    margin: 10px 5px 10px 5px;
    color: rgb(237, 237, 208);
}

.box_button_frame h3 {
    /* margin: 10px 5px 10px 5px; */
    margin-block-start: 0;
    margin-block-end: 0;
    color: rgb(237, 237, 208);
}

.box_button_frame h4 {
    /* margin: 10px 5px 10px 5px; */
    margin-block-start: 0;
    margin-block-end: 0;
    color: rgb(237, 237, 208);
}

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

.box_button_image_frame {
    width: 100%;
}

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

.merchandise_images {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    row-gap: 20px;

    width: 100%;

    position: relative;
    -webkit-perspective: 800px;
       -moz-perspective: 800px;
         -o-perspective: 800px;
            perspective: 800px;
}

.merchandise_images img {
    width: 100%;
    position: absolute;
    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);
}

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

.merchandise_button {
    width: 180px;
    -webkit-filter: drop-shadow(4px 8px 6px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(4px 8px 6px rgba(0, 0, 0, 0.2));
}

.merchandise_slot {
    width: 47.32824%;
    margin-bottom: 47.32824%;
    transform-style: preserve-3d;
}

.merchandise_slot .merchandise_image {
    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;
}

.merchandise_slot .merchandise_current {
    -webkit-transition: -webkit-transform 1s;
        -moz-transition: -moz-transform 1s;
        -o-transition: -o-transform 1s;
            transition: transform 1s;
}

.merchandise_slot .merchandise_previous {
    -webkit-transition: -webkit-transform 1s;
        -moz-transition: -moz-transform 1s;
        -o-transition: -o-transform 1s;
            transition: transform 1s;
}

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

.merchandise_slot .merchandise_current {
    -webkit-transform: rotateY( 0deg );
        -moz-transform: rotateY( 0deg );
        -o-transform: rotateY( 0deg );
            transform: rotateY( 0deg );
}

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

.app_screenshots img {
    width: 47.32824%;

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

.box_two_buttons_container {
    width: 100%;
    margin-bottom: 20px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.box_two_buttons_container a {
    width: 45%;
}

.box_two_buttons_container .box_button_frame {
    margin: 0px;
    padding: 15px 15px 15px 15px;

    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.box_two_buttons_container img {
    width: 50%;
    max-width: 45px;
}

.trinq_button {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.trinq_button .box_button_container {
    width: 90px;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
}

.trinq {
    height: 50px;
    width: 90px;
    display: flex;
    justify-content: center;
}

.trinq img {
    height: 100%;
}

.trinq_frame {
    border-style: none;
    width: 900px;
    height: 630px;
}
@media (max-width: 510px) {
    .trinq_frame {
        height: 1200px;
    }
}