@font-face{font-family:'Raleway-Light';src:url('Raleway-Light.ttf')format('truetype');}
@font-face{font-family:'ShadowsIntoLight-Regular';src:url('ShadowsIntoLight-Regular.ttf')format('truetype');}

body,html{
  margin:0;padding:0;  
}
*{
    font-family:Raleway-Light;
    color:#111111;}

.cblue,h1,h2,h3{color:#1d477a}
h1,h2,h3,.header2{font-family:'ShadowsIntoLight-Regular', cursive !important}
h1{font-size:25pt;}
h2{font-size:20pt;}
h3{font-size:17pt;}
.cweiss{color:#eeeeee}
.cred{color:#8A1E1E}
.bgblue{background-color:#1d477a;}
.bgyellow{background-color:#F8E383;}
.bgweiss{background-color:#eeeeee}
.bgred{background-color:#8A1E1E;}
.textleft{text-align: left;}
.wrapper{margin:0 auto;padding: 0 20px;width:calc(100% - 40px);max-width: 1600px;}
.logo{width: 100px;
      margin-top: -100px;position: sticky;z-index:3;
     top:5px; float:right;margin-right: 150px;}
.header{
    min-height: 70px;
    top: 0px;
    z-index:3;
}
.menu{
    padding-right:80px;
    z-index:3;
    position: sticky;
    top:8px;
    width:calc(100% - 80px);
}
.header2{
    display: fixed;
    min-height: 70px;
    top: 0px;
    z-index:2;
    position: fixed;
    width:100%;
}
h1,h2,h3{
    margin:0px;padding:0px;
}
.header .TB div span{
    display: block;
    color: #eeeeee;
}
.header .TB div, .header .TB div h1{
    color: #eeeeee;
}
.header .TB div h1{
    letter-spacing: 8px;
    display: block;
	text-align:center
}

.header .TB{
        
margin-left: 100px;
padding-top: 15px;
height:115px;
display:flex;
justify-content: space-between;
}
/*.header .TB:last-child{
    margin-right: 200px;
}*/
.hwrapper{
    z-index:2;
}
.menu a{
    padding:10px;
    display:inline-block;
    text-decoration: none;
    margin:5px;
}
#headergal{
    height:500px;
    overflow: hidden;
    position:relative;
    margin-bottom: 20px;
}
.HeadGalBild{
width: 100%;
height: 500px;
background-size: cover;
background-position: center center;
position: absolute;
}
#headergal div{
    display: block;
    opacity: 0;
}
.wrapper h1, .wrapper .textBox{margin-bottom:20px;}
.textBox img{float:right;}
.tbi100{
    width:350px;
    /*float:left;*/
}
.tbi50{
    width:200px;
    /*float:left;*/
}
.tbi25{
    width:100px;
}
.bigimg,.bigimg50,.bigimg25{
    margin-bottom: 25px;
}
.bigimg{
    width:100%;
}
.bigimg50{
    width:calc(50% - 10px);
    margin: 3px;
}
.bigimg25{
    width:calc(25% - 10px);
    margin: 3px;
}
.footer{
    padding:10px 0px;
    bottom:0px;
    position: absolute;
    width:100%;
}
.page-container{
    position: relative;
    min-height: calc(100vh - 60px);
    padding-bottom: 60px;
}
.footer .wrapper{text-align: center;}
#GalNavBar{
    display: inline-block;
    width: 100%;
    background-color: rgba(255,255,255,0.3);
    height:50px;
    position: absolute;
    z-index: 10;
    bottom: 0px;
    display: flex;
    justify-content:center;
}
.NavPoint{
    position: relative;
    display: inline-block;
    height:20px;
    width:20px;
    margin:10px;
    background-color: #1d477a;
    cursor: pointer;
    border-radius: 50%;
    /*border:5px solid #F8E383;*/
    border:5px solid #1d477a;
}
.button{
    cursor: pointer;
    border:#1d477a 1px solid;
    padding: 3px;
    margin:5px 0px;
}
.button:hover{
    background-color: #1d477a;
    color:#eeeeee;
}
.anmeldeformular{
    padding:15px 0px;
}
.burger{
    background-color: #ffffff;
    z-index:1;
    width:calc(100% - 40px);
    height:50px;
    position: sticky;
    top:0px;
    padding:20px;
    display: none;
    cursor: pointer;
}
.MakeMenu{
    display: inline-block;
    width:400px;
    height:80px;
    margin:15px;
    text-decoration: none; 
    text-align: center;
    background-color: rgba(0,0,0,0.3);
    background-size: cover;
    background-position: center center;
    position: relative;
}

.MakeMenu div:hover{
    background-color: rgba(0,0,0,0.5);
    color: #ffffff
}
.MakeMenu div{
    background-color: rgba(255,255,255,0.7);
    padding:10px;
    width:calc(100% - 20px);
    height:calc(100% - 20px);
    position: relative;
    vertical-align: center;
    font-size:16pt;
    
}
.flexbox{
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}
.submenu{
    background-color: #F8E383;
    width:300px;
    margin-right: 10px;
    float:left;
    padding:5px;
    display: block;
}
.submenu a{
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}
.spalten .textBox{
    
}
.close{
    background-color: #8A1E1E;
    border-radius: 50%;
    border:10px solid #8A1E1E;
    width:20px;
    height:20px;
    color:#ffffff;
    float:right;
    text-align: center;
    vertical-align: center;
    cursor: pointer;
    display: none;
}
@media(max-width:1600px){
    .logo{margin-right: 30px;}
}
@media(max-width:1200px){
.header .TB div h1{
    display: block;
}    
    .header2{
        min-height: 100px;
    }
    .logo{
        top:35px;
    }
.header .TB div span{
    display: inline-block;
    padding-right: 10px;
    color: #eeeeee;
}    
}
@media(max-width:600px){
    .submenu{display: none;}
    .burger{display: block;}
    .menu{position: fixed;
          padding-right: 20px;
          width:calc(100% - 40px);
          /*top:90px;*/
          background-color: #ffffff;
          z-index: 99;
          height: 100vh;
         display: none;
    }
    .close{display: inline-block;}
    .menu a{
        clear: both;
        display: block;
        font-size: 15pt;
        text-align: center;
        margin: 5px 0px;
        border-bottom: 1px solid #1d477a;
    }
    .header2{display: none;}
    .logo{width: 85px;
    margin-top: -85px;
    top:5px;}
    .textBox img{
        width:100%;
    }
    .header .TB{margin-left:0px;}
    .NavPoint{
        height:8px;
        width:8px;
        margin:5px;
        border:5px solid #1d477a;
    }
    #GalNavBar{
        height:25px
    }
    .bigimg,.bigimg25,.bigimg50{
        width:100%;
    }
}