body{
  margin:0;
  font-family: sans-serif;
  font-size: 13px;
  line-height:1.65em;
  letter-spacing: .025em;
  color: rgb(67,78,78);
  text-align: center;
  background: rgb(250,250,250);
  overflow-y: scroll;
}


*{
  position:relative;
  width: 100%;
  margin: 0;
  padding: 0;
  outline:none;
  border:0;
  -webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: collapse;
}

.page{
  width:100%;
  max-width: 980px;
  padding: 10px;
  margin: 0 auto 500px auto;
  padding-top: 15em;
  overflow-x: hidden;
  z-index: 1;
}


.header{
  position: fixed;
  width: 100%;
  max-width: 980px;
  top: 0;
  margin: 0 0 0 -10px;
  padding: 10px;
  padding-bottom: .8em;
  text-align: center;
  background: rgb(250,250,250);
  z-index: 1123456789;
}
.header:after{
  position: absolute;
  display: block;
  height: 1.5em;
  width: 100%;
  max-width: 980px;
  bottom: -1.5em;
  background: rgba(250,250,250,.65);
  content: "";
}
.header .currenttext{
  position: absolute;
  width: 100%;
  max-width: 960px;
  line-height: 21px;
  height: 21px;  
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing:.065em;
  color: rgb(15,90,170);
  font-weight: 300;
  margin-top: -1.35em;
  z-index: 12345678;
}
.header .currenttext span{
  display: none;
}
.header .currenttext span img{
  height: 21px;
  width: auto;
  margin: 0;
  vertical-align: text-top;
  width:auto;
}
.header .currenttext span img.abs{ position: absolute; }
.header .currenttext span img.left{ left: -1%; }
.header .currenttext span img.right{ right: -1%; }

.clear{
  clear:both;
}

.logo{
  margin: 3em auto 3em auto;
}
.logo img{
  height: 3.5em;
  width:auto;
}


.menu{
  width: 100%;
}
.menu:after{
  clear: both;
  display: block;
  content: "";
}
.menu{
  z-index: 1123456789;
}
.menutogglebtn{
  width:20px;
  height:20px;
  margin:0 auto;
  cursor: pointer;
}


.link{
  padding: .5em 0;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: .05em;
  transition: all 0.25s ease;
}
.link:hover{
  color: rgb(15,90,170);
}
.link.left{
  margin-right: 2em;
  float: left;
  width: auto;
}
.link.right{
  margin-left: 2em;
  float: right;
  width: auto;
}
.linkgroupleft{
  width: 57%;
  float: left;
}
.linkgroupright{
  width: 43%;
  float: right;
}


.text,
.subtext{
  margin: 2em 0;
  text-align: left;
  clear: both;
}
.subtext{
  border-bottom: .1em solid rgba(76,78,78,.35);
}
.text p,
.subtext p{
  /*margin-bottom: 1.65em;*/
}

.spalten{
  text-align: justify;
  -webkit-hyphens: auto;               
  -moz-hyphens: auto;               
  -ms-hyphens: auto;               
  -o-hyphens: auto;               
  hyphens: auto;               
  word-wrap: break-word;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
    margin: 1em 0 2em 0;
}
.einspaltig{
  margin: 1em 0 2em 0;
}


h1{
  width: 98%;
  margin: 6em auto 3em auto;
  padding:0;
  text-align: center;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing:.065em;
  color: rgb(15,90,170);
  font-weight: 300;
  height: 21px;
  overflow: visible;
  background: url('img/linie.svg') repeat-x;
  z-index: 123456787;
}
h1 span{
  background: rgb(250,250,250);
  z-index: 123456788;
}
h1 img{
  height: 21px;
  width: auto;
  margin: 0;
  vertical-align: text-top;
  width:auto;
}
h1 img.abs{ position: absolute; }
h1 img.left{ left: -1%; }
h1 img.right{ right: -1%; }

h2{
  width: 100%;
  margin: 1em 0;
  text-align: left;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing:.065em;
  font-weight: 300;
  z-index: 1234567;
}
h2.btn{
  cursor:pointer;
  transition: all .25s ease;
}
h2.btn:hover{
  color: rgb(15,90,170);
}
h2.btn img{
  display:inline-block;
  height: 17px;
  vertical-align: text-top;
  width: auto;
}
h3{
  margin-top: 13px;
  padding: .5em 0;
  font-size: 13px;
  line-height:1.65em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
}
h3:first-child{
  margin-top: 0;
}


.fullwidth{
  width: 100%;
  max-width:100%;
}

.txtleft{
  text-align: left;
}

a{
  text-decoration: none;
  font-style: italic;
  color: rgb(15,90,170);
}

hr.absatz{
  width:100%;
  display: inline-block;
  margin: 10px 0;
}




/* MAX 800 */
@media screen and (max-width:800px){
    
  .spalten{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  
  .header .currenttext{
    position:relative;
    display:block;
    clear: both;
    margin-top: 1.35em;
  }
  
}
/* /MAX 800 */





/* MAX 500 */
@media screen and (max-width:450px){
  
  h1, 
  .currenttext, 
  .currenttext span{
    font-size:19px;
  }
  h1 > img{
    display: none;
  }
  h2{
    font-size:16px;
  }
  
  .logo{
    margin: 3em auto 1em auto;
  }
  
  .logo img{
  }
  
  .link.left,
  .link.right{
    margin-left: 0;
    margin-right: 0;
    float: none;
    clear:both;
    width: 100%;
  }
  
  .link{
    display: block;
    height: 2em;
    padding:.5em 0;
  }
  
  .menutoggle{
    height:85px;
  }
  
  .spalten{
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  
  .linkgroupleft{
    width: 100%;
    float: none;
  }
  .linkgroupright{
    width: 100%;
    float: none;
  }


}
/* /MAX 500 */











