.carousel-inner {
    text-align: center;
}
@font-face {
    font-family: Voltaire;
    src: url(../fonts/Voltaire-Regular.ttf);
}
@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Regular.ttf);
}
body {
    padding-top: 15vh;
    padding-bottom: 5vh;
    min-height: 100vh;
    font-family: OpenSans;
    overflow-x: hidden;
}

html body p {
    font-size: 12pt;
}

h1, h2, h3 {
    font-family: Voltaire;
}

#bg_wrap {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 0.4) 80%,
        rgba(255, 255, 255, 0)), url("../img/hintergrund.jpg");
        background-size: 100vw 100vh;
    background-attachment : fixed;
    background-repeat: no-repeat;
}

.navbar .navbar-nav>li>a:hover, .navbar .navbar-nav>li>a:focus {
    color: #555; /*Sets the text hover color on navbar*/
    background-color: #fff
}

.navbar .navbar-nav>.active>a:hover,
    .navbar .navbar-nav>.active>a:focus {
    color: #555; /*BACKGROUND color for active*/
    background-color: #030033;
}

.navbar {
    font-size: 12pt;
    background-color: #00cc44;
    border-color: white;
    height: 75px;
}

.navbar-header {
    height: 75px;
}

.navbar-nav>.dropdown>.dropdown-menu {
    color: white;
    font-size: 11pt;
    background-color: #00cc44;
    border-bottom: solid white thin;
    border-color: white;
}


.navbar-nav {
    margin-top: -0.5px;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: white; /*Change rollover cell color here*/
}

.navbar .navbar-nav>li>a {
    padding-top: 26px;
    padding-bottom: 27px;
    background-color: #00cc44;
    color: white; /*Change active text color here*/
}

.navbar-nav>.dropdown>.dropdown-menu>li>a {
    color: white;
}

.navbar-nav>.dropdown>.dropdown-menu>li>a:hover, .dropdown>.dropdown-menu>li>a:focus
    {
    color: #262626;
    text-decoration: none;
    background-color: white;
    /*change color of links in drop down here*/
}

.navbar-brand {
    padding-top: 0;
}

.navbar-brand img {
    margin-top: 0;
    padding-top: 0;
    height: 75px;
}

@media ( min-width : 768px) {
    .navbar-brand img {
        padding-top: 0;
        height: 150px;
        border-radius: 0 50% 50%;
    }
}

.navbar-toggle {
    border-color: white;
}
 
.navbar-toggle .icon-bar {
    color: white;
    background-color: white;
}

.teamtext {
    margin-bottom: 2em;
}

.dropdown-menu li {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}
.dropdown-menu li span {
    padding-left: 10px;
}
.angebot, .termin {
    margin-top: 20px !important;
}

.termine {
    padding-bottom: 10px;
}
#welcome {
    text-align: center;
}

#welcome>img {
    height: 80px;
}

#welcome p {
    margin-top: 2em;
}
#main {
    overflow-x: hidden;
}
#main ul li {
    font-size: 12pt;
}
.room .row {
    margin-bottom: 10px;
}
.room {
    padding-bottom:10px;
    margin-bottom: 30px;
    border-bottom: solid grey thin;
}
#address {
    margin-bottom: 50px;
}
.partner .row {
    margin-bottom: 20px;
}
.partner .row img{
    margin-top: 20px;
}
.partner .row > div:first-child,
.schulen .row > div:first-child {
    text-align: end;
}
.partner .row > div:first-child img {
    float: right;
}
@media ( min-width : 768px) {
    .cite {
        font-size: 16pt;
        font-style: italic;
    }
    .author {
        font-size: 12pt;
    }
    #theatre .col-sm-3 {
        height: 25vh;
    }
}

@media ( max-width : 767px) {
    #theatre .col-sm-3 {
        padding-bottom: 10px;
    }
    
    .collapse.navbar-collapse{
        overflow-y: scroll !important;
        overflow-x: hidden;
    }
    .collapse.navbar-collapse::-webkit-scrollbar {
        width: auto !important;
        height: auto !important;
    }
    .collapse.navbar-collapse::-webkit-scrollbar-thumb {
        background-color: #00cc44 !important;
        border: solid white thin !important;
    }
    
    .navbar-nav {
        margin-bottom: 0 !important;
    }
    .navbar-brand img {
        position: relative;
        z-Index:999999;
        padding-top: 8px;
        height: 90px;
        border-radius: 0 50% 50%;
    }
    .navbar-nav>.dropdown>.dropdown-menu li a:before{
        position: absolute;
        content: " ";
        border-left: solid #009900 4px;
        height: 3em;
        float: left;
        left: 10px;
        transform: translateY(-10px);
    }
    .navbar-fixed-top .navbar-collapse {
        max-height: 70vh;
    }
}
.cite, .author {
    color: rgba(210,255,190,0.8);
    font-weight: bold;
    text-shadow: 
        -4px 0 20px rgba(46, 52, 54, 0.8), 
        0 4px 20px rgba(46, 52, 54, 0.8), 
        4px 0 20px rgba(46, 52, 54, 0.8), 
        0 -4px 20px rgba(46, 52, 54, 0.8), 
        3px 3px 20px rgba(46, 52, 54, 0.8),
        -3px -3px 20px rgba(46, 52, 54, 0.8),
        -3px 3px 20px rgba(46, 52, 54, 0.8), 
        3px -3px 20px rgba(46, 52, 54, 0.8) ;
}
.author {
    text-align: end;
}
.item {
    height: 50vh;
}

.item .container {
    height: 100%;
}

.item .img-fluid {
    xmargin: auto;
    height: 100%;
    position: relative;
    xbottom: 0;
}
.carousel-indicators li{
    background-color: rgba(0,0,0,0.8);
    border: 1px solid rgba(255,255,255,0.8);
    box-shadow: 0 0 20px rgba(255,255,255,0.8);
    height: 15px;
    width: 15px;
}
.carousel-indicators li:after {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    
}
.carousel-indicators .active{
    background-color: #0f0;
    height: 15px;
    width: 15px;
}
#bastelangebote {
    text-align: center;
}

#bastelangebote button{
    background-color: #00cc44;
    margin-bottom: 15px;
}

#theatre {
    display: none;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 0;
    padding-top: 150px;
    padding-bottom: 150px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.9);
    z-index: 1000;
}

#theatre .col-sm-3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
}

#theatre .col-sm-3 {
    border-right: rgba(46, 52, 54, 1.0);
}

#theatre img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

#theatre .label {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    left: 0;
    background: rgba(46, 52, 54, 0.9);
    font-size: 11pt;
}

#theatre:after {
    width: 10px;
    height: 10px;
    background-color: white;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

#theatreButton {
    position: fixed;
    top: 90px;
    right: 15px;
    margin-right: 15px;
    height: 30px;
    width: 30px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
    border: solid black 1px;
    z-index: 99999;
    cursor: pointer;
}

#theatreButton:before, #theatreButton:after {
    position: absolute;
    background-color: rgba(46, 52, 54, 1);
    border-radius: 2px;
    width: 4px;
    height: 30px;
    content: " "
}

#theatreButton:before {
    transform: translate(12px, -1px) rotate(45deg);
}
#theatreButton:after {
    transform: translate(13px, -1px) rotate(-45deg);
}
#footer {
    bottom: 10px;
    right: 10px;
    text-align: end;
}
#footer a{
    tesxt-decoration: none;
    color: white !important;
    text-shadow: 
        -4px 0 20px rgba(46, 52, 54, 0.8), 
        0 4px 20px rgba(46, 52, 54, 0.8), 
        4px 0 20px rgba(46, 52, 54, 0.8), 
        0 -4px 20px rgba(46, 52, 54, 0.8), 
        3px 3px 20px rgba(46, 52, 54, 0.8),
        -3px -3px 20px rgba(46, 52, 54, 0.8),
        -3px 3px 20px rgba(46, 52, 54, 0.8), 
        3px -3px 20px rgba(46, 52, 54, 0.8) ;
}

.imageShow {
    position: fixed;
    text-align: center;
    padding-top: 75px;
    width: 100vw;
    height: calc(100vh - 75px);
    z-index: 99999999;
    top: 0;
}

.imageShow img {
    height: 100%;
}

.navbar-toggle {
    margin-top: 19px !important;
}

#imageShow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    z-index: 99999;
    text-align: center;
    padding-top: 33px;
}
#imageShowCloser {
    position: fixed;
    top: 33px;
    right: 10px;
    margin-right: 15px;
    height: 30px;
    width: 30px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
    border: solid black 1px;
    z-index: 99999;
    cursor: pointer;
}
#imageShowCloser:before, #imageShowCloser:after {
    position: absolute;
    background-color: rgba(46, 52, 54, 1);
    border-radius: 2px;
    width: 4px;
    height: 30px;
    content: " "
}

#imageShowCloser:before {
    transform: translate(-1px, -1px) rotate(45deg);
}
#imageShowCloser:after {
    transform: translate(-2px, -1px) rotate(-45deg);
}
#flyerShow {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    z-index: 99999;
    text-align: center;
    padding-top: 33px;
    overflow-x: hidden;
}
#flyerShowCloser {
    position: fixed;
    top: 33px;
    right: 10px;
    margin-right: 15px;
    height: 30px;
    width: 30px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
    border: solid black 1px;
    z-index: 99999;
    cursor: pointer;
}
#flyerShowCloser:before, #flyerShowCloser:after {
    position: absolute;
    background-color: rgba(46, 52, 54, 1);
    border-radius: 2px;
    width: 4px;
    height: 30px;
    content: " "
}

#flyerShowCloser:before {
    transform: translate(-1px, -1px) rotate(45deg);
}
#flyerShowCloser:after {
    transform: translate(-2px, -1px) rotate(-45deg);
}
#main a {
    cursor: pointer;
}
#flyer {
    text-align: initial;
    background-color: #fff;
    width: 21cm;
    padding:0.5cm;
}

#flyer .termine {
    width: calc(100% - 1cm);
}

#flyer .date {
    text-align: end;
}
#flyerLogo {
    float:left;
    left: 0;
    top: 0;
}
#flyerTitle {
    text-align: center;
    width: 100%;
}
#flyerHeader h2{
    vertical-align: middle;
    margin-top:2em;
}

.termine h3.header {
    cursor: pointer;
}

#dsgvo {
    text-align: justify;
}