.fb-post {
    margin-bottom: 30px;
    background: white;
    color: black;
}

#newsTicker {
    height: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 32px #b00000;
    background: black;
    max-width: calc(100vw - 30px);
    margin: 15px;
    width: 96%;
  }

#newsTicker p {
    color: #b00000;
    right: 40vw;
    width: auto;
    height: 100%;
    font-size:20px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    white-space:nowrap;
}

#newsTicker a {
    text-decoration: none;
}

#video, #backendHTML, #slideshow {
    box-shadow: 0 0 32px #b00000;
    background: black;
    margin: 15px;
}

#video, #backendHTML {
	position: relative;
	padding-bottom: calc(56.25% - 25px); /* 16:9 */
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    height: auto;
    max-width: 1000px;
}
#video iframe, .vp-player-layout, #backendHTML iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    min-height: 100%;
}

#countdown {
    background-color: lightgray;
    color: #b00000;
    padding: 5px 5px;
    box-shadow: 0 0 32px lightgray;
}

section {
    margin:8px;
}

section.Inputfield > label {
    width: 30%;
    min-width: 30%;
    max-width: 140px;
    display:inline-block;
    vertical-align: top;
}

section.Inputfield > input, section.Inputfield > select, section.Inputfield > textarea {
    width:100%;
    min-width: 100%;
    display:inline-block;
}

.startbox {
    background:#222;
    padding: 7px;
}

.startboxFooter {
    background:#222;
    padding: 2px 23px;
}

.startbox > img {
    padding-top: 7px;
}

.startbox:hover {
    box-shadow: 0 0 32px #b00000;
    cursor: pointer;
}

.startbox > .w3-container > .title {
    font-size: 22px;
    background-color: #b00000;
    color: #fff;
    padding: 2px 15px;
}

.startbox > .w3-container > .highlight {
    font-size: 12px;
    background-color: lightgray;
    color: #b00000;
    padding: 5px 5px;
    box-shadow: 0 0 32px lightgray;
    line-height: 15px;
    margin: 20px 0;
}

.startbox > .w3-container > .highlightOFF {
    font-size: 12px;
    padding: 5px 5px;
    margin: 15px 0;
    display: none;
}

.startbox > .w3-container > button, .startboxFooter > a > button, .startboxFooter > button {
    font-size: 12px;
    padding: 2px 12px;
    line-height: 18px;
    background: #b00000;

}

.linkBox {
    font-size: 12px;
    padding: 2px 12px;
    line-height: 18px;
    background: #b00000;
    text-decoration: none;

}

.startboxFooter > a {
    text-decoration: none;
}


@media (max-width:600px){
    .startcontainer {
        margin-top: 0 !important;
    }

    /*footer.startpage {
        background:#222 !important;
        padding: 5px !important;
        height: 50px !important;
    }*/

    footer.startpage {
        display: none;
    }
}


#boxContainter {
    margin-bottom: 70px;
    margin-top: 116px;
    min-height: 690px;
}


#boxContainter .box1 {
    max-width: 1000px;
    width: 1000px;

    padding: 0;
    background-color: rgba(0,0,0,.6);
    box-shadow: 0 0 5px #b00000;
}

#boxContainterStartpage {
    text-align: center;
    width: 100%;
    height: 100vh;
}

.standortContainerStartpage {
    min-width: 250px;
    max-width: calc(33% - 40px);
    max-width: 300px;
    margin: 20px;
}
.standortContainerStartpage .w3-container{
    min-height: 250px;
}

#sidebar {
    margin-top: 15px;
    max-width: 280px;
}

#sidebar .w3-button {
    width: calc(100% - 40px);
    margin: 5px 15px;
    background-color: #222;
    color: white;

}

#sidebar .w3-button:hover {
    box-shadow: 0 0 5px #b00000;
    background-color: #222 !important;
    color: white !important;
}

#sidebar .sidebarImage {
    width: calc(100% - 40px);
    margin: 5px 15px;
    opacity: 0.6;
}

#sidebar .sidebarImage:hover {
    opacity: 1;
}

.slideshow .slideshowText {
    width: 100%;
    background-color: rgba(0,0,0,.6);
}

.w3-modal {
    color: black;
}

.w3-modal .w3-red {
    background-color: #b00000 !important;
}

button {
    font-size: 12px;
    padding: 2px 12px;
    line-height: 18px;
    background: #b00000;
}
