body{
    position: absolute;
    top:0px;
    left:0px;
    margin:0px;
    padding: 0px;
    width:100%;
    min-height: 100%;
    max-height: 100%;
    height:100%;
    background-color: black;
}

body *{
    font-family: Arial,sans-serif;
       
}

.boldFont{
    font-weight:bold;    
}

#content-slider{
    position: absolute;
    top:0px;
    left: 0px;
    z-index:500;   
}

#content-slider,#content-slider .owl-wrapper-outer,#content-slider .item, #image-fader, #image-fader-blackLevel {
    display: block;
    height:100%;
    width:100%;
}

#content-slider>.owl-wrapper-outer>.owl-wrapper,#content-slider>.owl-wrapper-outer>.owl-wrapper .owl-item, #content-slider>.owl-wrapper-outer>.owl-wrapper .owl-item>div{
    height:100%;
}

#ctrlPrev{
    left:20px;   
}

#ctrlNext{
    right:20px;   
}

#image-fader{
    z-index: 0;
}

#image-fader .jhc-bigPhoto{
    position: fixed;
    z-index:0;
    display:block;
}

@media (orientation:portrait){
    #image-fader .jhc-bigPhoto {
        left:-25%;
        top:0px;
        height:100% !important;
        max-width:none !important;
    }
}
@media (orientation:landscape){
    #image-fader .jhc-bigPhoto {
        left:0px;
        top:-25%;
        width:100% !important;
        max-height:none !important;
    }
}

#image-fader-blackLevel {
    position: absolute;
    left:0px;
    top:0px;
    background-color: black;
    z-index: 1;
}

.page-wrapper{
    width:100%;
    height:100%;
    display:block;
    overflow: hidden;
}

#formInfo{
    display: inline-block;
    padding: 10px;
}

.heading, .jhc-button, #menuText>span{
    z-index:1000;
    color:#EEEEEE;
    text-shadow: 0px 0px 8px #000000;
}

.heading{
    font-size: 16px;
    margin:0px !important;
    position: fixed;
    top: 15px;
    left: 20px;
}

#imgIsLoading{
    position:fixed;
    left:50%;
    top:50%;
    margin: -8px 0px 0px -8px;
    width:16px;
    height:16px;
    z-index:1;    
}

.jhc-bgImageFalse{
    background-color:black;   
}

.jhc-button{
    width:15px;
    display:block;
    height:15px;
    background-color: rgba(255,255,255,0.1);
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.9);
    padding:3px 3.6px;
    opacity: 0.5;
    overflow: hidden;
}


.jhc-button:hover, .jhc-button:focus{
    background-color: rgba(255,255,255,0.7);
    color: #EEEEEE;
    text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
}

.jhc-bigPhoto{
    background-origin:content-box;
    background-size: cover;
}

.jhc-ctrlButton{
    position:fixed;
    top:50%;
    margin-top: -7.5px;
    padding-top: 2.5px;
    opacity: 0.0;
    font-size: 10pt;
}

.jhc-gallerie{
    background-color: black;
    background-image: none !important;
}

#menu{
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width:100%;
    height:60px;
    padding:0px;
    z-index: 1000;
}

#menuText{
    text-align:center;
    position: fixed;
    bottom: 50px;
    left: 0px;
    width:100%;
    height:30px;
    padding:0px;
    z-index: 1000;
}

#menuText > span{
    opacity:0;
    padding:4px;
}

#menu a,#menu a:hover,#menu a:focus{
    display: inline-block;
    margin: 10px;
    cursor: pointer;
}

#menu a>span{
    opacity: 0;
}

#modals .modal-dialog{
    z-index:5000;  
    
    font-family: Arial,sans-serif;
}
#modals .modal-dialog .modal-content{
    background-color: rgba(255,255,255,0.8);
}

#modalProjekte .projektName{
    font-weight: bold;
}

#modalKontakt #message{
    width:100%;   
}