@font-face{
    font-family: BebasNeueBold;
    src: url('../fonts/BebasNeueBold.ttf')
}

html{
    display: flex;
    flex-direction: column;
    min-height: 750px;
}

body{
    margin: 0px;
    width: 100%;
    height: 100%;
    min-height: 750px;
}

.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content{
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: white;
    /*
    background-image: url("../imgs/background.jpeg");
    background-repeat: no-repeat;
    background-size: contain;
    */
}

.content img{
    max-width: 90%;
    height: auto;
}

.shadow{
    box-shadow: 5px 0px 100px black;
}

.platzhalter{
    height: 300px;
    width: 500px;
    border: 2px solid black;
}

.logo{
    height: 80px;
}

.bebas{
    font-family: BebasNeueBold;
}

p.bebas{
    padding: 0 20px;
}

.big{
    font-size: 25px;
}

p{
    font-family:
}

.inner{
    padding: 0 10%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
}

.textblock{
    padding: 0 26%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    text-align: justify;
    
}


hr{
    margin: 0 100px;
}

.bg-img{
    margin: auto;
    left: 0;
    width: 100%;
    height: 100%;
}

.div-bild{
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.footer{
    font-family: BebasNeueBold;
    padding: 5px 5px;
    height: 30px;
    vertical-align: middle;
}

.footer a, .footer a:visited, .footer a:hover{
    text-decoration: none;
    color: black;
    padding: 0 10px;
    border-left: 2px solid black;
    border-right: 2px solid black;
}

.footer-img img{
    width: auto;
    height: 30px;
    float: right;
}


.footer-img{
    border: none !important;
}

.headline{
    position: absolute;
    font-family: BebasNeueBold;
    font-size: 30pt;
    margin: auto;
    height: 50px;
    width: 240px;
    top: -45px;
    left: 0;
    right: 0;
    color: white;
    
    background-image: url("../imgs/Galerie.png");
    background-repeat: no-repeat;
    background-size: cover;
    
}

.headline p{
    margin: inherit !important;
    padding: 5px 0px !important;
}

.content div.headline p{
    margin: 0;
    margin-top: 5px;
    
}

.navbar{
    position:relative;
    z-index: 0;
    height: 45px;
    border-bottom: 6px solid black;
    background-color: white;
    font-family:BebasNeueBold;
    text-align: center;
}


.navbar-header{
    display: none;
}

.navbar-toggle {
    position: relative;
    float: left;
    padding: 8px 9px;
    margin-left: 8px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);        
}

.navbar-toggle .icon-bar {
    display:block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: black;
    margin-bottom: 3px;
}

.navbar-toggle .icon-bar:last-child{
    margin-bottom: 0px;
}

.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.navbar ul{
    padding: 0;
}

.navbar li{
    list-style: none;
    display: inline;
}

.navbar-button{
    height: 30px;
    padding-left: 2%;
    padding-right: 2%;
    /*padding-top: 13px;
    padding-bottom: 12.5px;*/
    text-decoration: none;
    color: black;
    position: relative;
    top: 13px;
    border-left: 2px solid black; 
    border-right: none !important;
}

.navbar ul li:last-child .navbar-button{ 
    border-right: 2px solid black !important;
}

.navbar ul li:nth-child(5) .navbar-button{
    border-left: none;
}

.navbar-button:hover, .navbar-button:active{
    color:#ff9d9d;
}

.navbar-button.active{
	color: red;
}

.gallery{
    height: 400px;
    width: 100%;
    background-color: white;
}

.img-container{
    position: relative;
    top: 0;
    margin: auto;
    height: 400px;
    width: 60%;
    max-width: 500px;
}

.gallery .gallery-img{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.gallery .gallery-img:nth-of-type(2){
    animation-delay: 5s;
}

.gallery .gallery-img:nth-of-type(1){
    animation-delay: 5s;
}

.gallery-button{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 70px;
    width: 70px;
    z-index: 1;
    border: none;
    background-color: transparent;
}

.gallery-button img{
    width: 100%;
    height: 100%;
}

.gallery-button-left{
    left: -90px;
}

.gallery-button-right{
    right: -90px;
}

.referenzen li{
    list-style: none;
}

.li-header{
    font-family: BebasNeueBold;
    font-size: 24px;
    margin: 10px 0;
}

.middle p{
    text-align: center !important;
}

.impressum p{
    margin: 5px 0px;
    padding: 0px 20px; 
}

.impressum .phead{
    margin-top: 10px;
    font-weight: bold;
}



table{
    position: relative;
    padding-right: 15px;
    width: 100%;
    max-width: 1000px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}


table td.titel{
    text-align: right;
    
}
table td{
    vertical-align: top;
}

table input, table textarea{
    width: 100%;
}

.senden{
    font-family: "BebasNeueBold";
    position: relative;
    background-color: transparent;
    font-size: 25pt;
    color: white;
    border: none;
    bottom: 0;
    width: 200px;
    height: 50px;
    background-image: url("../imgs/Galerie.png");
    background-repeat: no-repeat;
    background-size:cover;
}


@media(max-width: 620px){
    
    .navbar{
        z-index: 1;
        border: none;
    }
    
    .navbar-header{
        display: block;
        vertical-align: middle;
        height: 100%;
        line-height: 40px;
        text-align: center;
        background-color: white;
        align-items: center;
        border: none !important;
    }
    
    .navbar-content{
        display: block;
        overflow:hidden;
        max-height: 0;
        float: none;
        position: relative;
        width: 100%;
        transition: max-height 0.6s ease-out;
        background-color: white;
    }
    
    .navbar.fixed{
        top:0px;
        position: fixed !important;
        position:absolute;
        width: 100%;
        left:0;
    }
    
    .navbar .logo{
        display: none;
    }
    
    .navbar ul li{
        display:block;
        margin: 10px 0 !important;
    }
    
    .navbar ul li .navbar-button{
        border: none;
        top: 0;
        height: 50px !important;
        font-size: 20px;
    }
    
    .navbar ul li:last-child .navbar-button{
        border: none !important;
    }
    
}


