mark {
    background-color: #124e92;
    color: white;
    text-transform: uppercase;
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size:18px;
  line-height: 210%;
  font-weight: 300;
  padding: 6px;

}
/* ----- NEU Grundelemente -----*/
body{
  background: #ffffff;
  margin:0;
  padding:0;
  text-decoration: none;
  list-style: none;
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: normal;
  font-weight: lighter;
  font-size:20px;
  line-height: 130%;
  color:rgb(92,92,91);
  -webkit-font-smoothing: auto !important;
  overflow-x: hidden;
  text-decoration: none;
}
.text-right{
  text-align: right;
}
.text-left{
  text-align: left;
}
.right{
  float: right;
}
.left{
  float: left;
}
iframe{
  height: 500px;
}
.icon{
  width: 45px;
  height: auto;
  display: inline-block;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
a:link, a{
  color:#124e92 !important;
  text-decoration: none !important;
  text-decoration: none;
}
a:hover{
  cursor: pointer;
}
#text50{
  width: 50%;
  display: inline-block;
  float: left;
  padding: 20px;
  box-sizing: border-box;
}
.person img{
  bottom: 0;
  right:40px;
}
#text100{
  width: 100%;
  display: block;
  padding: 20px;
  box-sizing: border-box;
}
h1{
  color:#124e92;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Nunito Sans', sans-serif;
  display: inline-block;
  font-size:22px;
  line-height: 130%;
  font-weight: 300;
}
h2{
  color:#124e92;
  font-weight: 600 !important;
  text-transform: uppercase;
  display: block;
  font-size:18px;
  line-height: 130%;
  font-weight: 300;
}
h3{
  color:rgb(92,92,91);
  font-weight: 600 !important;
  display: block;
  font-size:18px;
  line-height: 130%;
  font-weight: 300;
}
h4{
  color:rgb(92,92,91);
  font-weight: 400 !important;
  display: block;
  font-size:16px;
  line-height: 130%;
  font-weight: 300;
}
h5{
  color:rgb(92,92,91);
  font-weight: 600 !important;
  display: block;
  font-size:14px;
  line-height: 130%;
  font-weight: 300;
}
.cleanLine{
  clear:both;
}
.button{
  background-color:#124e92;
  border-radius: 5px;
  padding: 15px 30px;
  text-align: center;
  width: 20%;
  margin: 40px 0;
}
.button span{
  color:#ffffff !important;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none !important;
  font-size: 16px;
}
/* ----- Cookies -----*/
#popupDiv {
    display: none;
    color:#000 !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    position: fixed;
    bottom: 0;
    width:100%;
    font-size:16px;
    line-height: 44px;
    box-sizing:border-box;
    float:left;
    display: inline-block;
    padding: 0 0 0 20px;
}
#popupDiv #close{
  color:#ffffff !important;
  background-color:#124e92;
  width:100px;
  float:right;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
#popupDiv a{
  color:#3369a7 !important;
  text-decoration: underline;
}
@media screen and (max-width: 768px){
#popupDiv span {
    width: 70%;
    max-width: 70%;
    float: left;
    line-height: 12px;
    padding: 10px;
    box-sizing: border-box;
    font-size:12px;
}
}
/* ----- Navigation -----*/
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(103,103,103);
    background-color: rgba(103,103,103, 0.95);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 99999;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none !important;
    font-size: 30px;
    font-size:130%;
    color: #ffffff !important;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 400;
}

.overlay a:hover, .overlay a:focus {
    color: #cccccc !important;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}


@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
/* ----- Content -----*/
.site-inner-front{
  padding: 0 10%;
  background-color: #e6e6e6;
  display: block;
}
.site-inner{
  display: block;
  padding: 2% 10%;
}
.site-header{
  width: 100%;
}
.logo{
  z-index: 999;
  margin-top: 17%;
  left:47%;
  right: 47%;
  width:6%;
  text-align: center;
  position: absolute;
}
.navi-logo{
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  width:50px;
  height: auto;
  padding: 10px;
}
.site-header .titel{
  text-align: center;
  position: absolute;
  margin-top: 24%;
  left:30%;
  right: 30%;
  width:40%;
  height: auto;
}

.site-header .header-container{
  z-index: 999;
  width: 100%;
  height:auto;
}
.responsive {
    width: 100%;
    height: auto;
}
.person{
  background-image: url(/images/ra-people.png);
 background-repeat: no-repeat;
 background-position: 90% bottom;
}
footer{
  background-color:rgb(92,92,91);
  width: 100%;
  height: auto;
  padding: 5% 10%;
  box-sizing: border-box;
}
.footer-logo{
  width: 65px;
}
.footer-text{
  color:#ffffff;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
  font-weight: 400;
}
.footer-text span{
  font-weight: 700;
}
.footer-col{
  display: inline-block;
  padding: 0 20px;
}

.footer-col:last-child{
  float: right;
  text-align: right;
}
.footer-text a{
  color: #ffffff !important;
  font-weight: lighter;
}
.footer-text a:hover{
  color: #cccccc !important;
}
/* ----- Media - Responsive -----*/
@media (max-width: 700px) {
  #text50{
    width: 100%;
  }
  #text50, #text100{
    padding: 2% 0;
  }
  .site-inner, .site-inner-front, footer{
    padding:5%;
  }
  .logo{
    left:45%;
    right: 45%;
    width:10%;
    margin-top:12%;
  }
  .site-header .titel{
    left:20%;
    right: 20%;
    width: 60%;
  }
  .person{
   background-image: none;
  }
  .overlay a {
    font-size: 20px;
    line-height: 130%;
  }

}

@media (max-width: 1024px) {
    body{
      font-size:16px;
    }
    h1{
      font-size:17px;
      font-weight: 600;
    }
    .footer-col{
      display: block;
      padding: 20px 0;
    }
    .footer-col:last-child{
      float: none;
      text-align: left;
    }
    .button{
      width:100%;
      box-sizing: border-box;
    }
    iframe{
      height: 300px;
    }
    .person{
     background-position: 95% bottom;
     background-size: 50%;
    }


}

@media (max-width: 1500px) {
    .site-inner, .site-inner-front, footer{
      padding:5%;
    }
}
