@import url('about.css');
@import url('flipcard.css');
@import url('gallery.css');
@import url('houseVoting.css');

html {
    background: url('../images/background.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body {
    background-color: unset;
}

.top-image-holder {
    position: relative;
    text-align: center;
    color: white;
}

.text-on-image-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-header-text,
.image-header-name {
    text-shadow: 3px 3px #000000;
}

.image-header-text {
    font-size: 18pt;
}

.image-header-name {
    font-size: 28pt;
}

#image-header {
    width: 100%;
    filter: brightness(0.7) blur(3px);
}

#main {}

.post {
    background-color: #ffffff62;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 1vh;
    padding-bottom: 1vh;
    margin-top: 20px;
}

.container-facebook-posts {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 1;
    flex-grow: 1;
    margin-top: 20px;

}

.facebook-post-holder {
    background-color: #ffffff62;
    padding: 5px;
    margin-right: 30px;
    flex-basis: 100%;
}

.facebook-post-holder-last {
    margin-right: 0px;
}

.facebook-post-content {
    height: 330px;
    max-height: 330px;
    overflow: hidden;
}

.facebook-post-image {
    width: 100%;
    max-height: 150px;
    overflow: hidden;
}

.facebook-post-image img {
    width: 100%;
}

.facebook-post-link {
    margin-top: 10px;
}

.facebook-post-link-button {
    width: 100%;
}

#content-events {
    /*background-image: url(../images/index_backgrounds/calendar-background-images-.jpg);*/
}

.event-more {
    display: none;
}

.text-left,
.text-right {
    display: flex;
}

.text-left {
    flex-direction: row;
}

.text-right {
    flex-direction: row-reverse;
}

.textHolder {
    max-width: 60vw;
}

.index_gallery_previewImageHolder {
    display: flex;
    flex-flow: row;
    flex-direction: row;
    width: 100%;
}

.index_gallery_previewImageHolder img {
    flex-shrink: 1;
    flex-grow: 1;
    width: 5%;
    -webkit-filter: blur(3px);
    /* Safari 6.0 - 9.0 */
    filter: blur(3px) saturate(75%) brightness(50%);
}

.text-left .buttonHolder div,
.text-right .buttonHolder div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.text-left .buttonHolder div {
    justify-content: flex-end;
}

.text-right .buttonHolder div {
    justify-content: flex-start;
}

.buttonHolder {
    flex-grow: 2;
}

/* Footer */

.footer {
    margin-top: 20px;
    background-color: #343a40;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer .vertical-center {
    margin-top: auto;
    margin-bottom: auto;
}

#ticket-order-hotline-info {
    text-align: center;
}

#ticket-order-hotline-number {
    text-align: center;
    font-size: 1.8em;
}

.footer input[type="text"],
.footer textarea {
    width: 100%;
}

#footer-links-holder {
    display: flex;
    flex-direction: column;
}

.footer-link {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

.footer-link a {
    font-size: 1.5em;
    color: white;
}

.footer-link a:hover {
    font-size: 1.5em;
    color: #AAAAAA;
}

.footer-link a:hover {
    text-decoration: none;
}

.footer-legal-link {
    color: #AAAAAA;
}

.footer-legal-link:hover {
    color: white;
    text-decoration: none;
}

.fa-facebook,
.fa-instagram,
.fa-youtube {
    font-size: 4em;
}

.fa-facebook {
    color: #3b5998;
}

.fa-instagram {
    color: #8a3ab9;
}

.fa-youtube {
    color: #FF0000;
}

.image-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.hide {
    display: none;
}