/* --------------------------------------------------------------------------------------------------------------------------------------------------
HTML
-------------------------------------------------------------------------------------------------------------------------------------------------- */
body {background:#fff; color:#01294d; font-family: sans-serif; font-size:14px;}

@media screen and (max-width: 65em) {
p {font-size:15px; }
li {font-size:15px; }
#container{height: 97%;  }
#header #logo {width:160px; height:60px; }
iframe {width:1450px; height:2300px ; zoom: 0.5; -moz-transform: scale(0.5); -moz-transform-origin: 0 0; -o-transform: scale(0.5); -o-transform-origin: 0 0; -webkit-transform: scale(0.5); -webkit-transform-origin: 0 0; margin-top:10px;}
.box1  {margin: 5px 15px 10px 15px; width: 93%; height: auto;  border: solid 0px #0f65b2; }
.boxprofil  {width: 37%; font-size: 12px;}
.boxinnen {width: 90%; height: auto}
.boxoben {border-bottom-right-radius:1%; border-bottom-left-radius:1%; border-bottom: solid 0px #095396; }
#header #logo {left:120px;}
h1 {  font-size:1.3em; margin-top: 40px; text-align: right}
h5 {  font-size:1.3em; text-align: right}
h3 {  margin-top:0px; margin-bottom:0px; text-align: center}
h4 {  font-size:1.3em; }
.popup-content {      max-width: 90%; }
#footer a {font-size: 0.8em;}
#backToTopBtn {bottom: 100px;}
#back-top2 {left:2px;}
 .panel {margin-left: 2px; margin-right: 2px; }
 
  
  
  /* --------------------------------------------------------------------------------------------------------------------------------------------------
NAVIGATION-MOBIL
-------------------------------------------------------------------------------------------------------------------------------------------------- */
#navbutton {
  position: absolute;
  display:block;
  margin-top: 15px;
  margin-left: 0px;
	width: 25px;
	height:25px;
	right: 85px;
	background-image:url('../images/mbu.png'); background-size: 25px 25px;
	background-position:0px 0;} 

#navbutton:hover {     
 cursor: pointer;
 display:block;
 width: 25px;
 height:25px;
 background-image:url('../images/mbuh.png'); background-size: 25px 25px;
 background-position:0px 0; }

.sidenav {
  width: 0;
  position: absolute;
        display:block;
  z-index: 1;
  height: 380%;
  color: #fff;
  top:44px;  right: -2px;
  overflow-x: hidden;
  background-color: #fff;
  transition: 1.2s;
  padding-top:10px;
  border-left: solid 3px #cb371c;
  border-bottom: solid 25px #0f64b1;
  border-radius: 30px 15px 0px 150px;
   box-shadow: 10px 20px 30px hsla(0,0%,0%,0.8);
   opacity: 0.9;
   }

.sidenav a {
  text-decoration: none;
  text-align: left;
        display:block;
  padding: 0px 0px 5px 15px;
  font-size: 16px;
  color: #095396;
  line-height:35px;
  display: block;
  transition: 0.8s;
  text-shadow: 0px 0px 0px white;}


.sidenav a:hover {
  color: #fff;
   background-color: #e45e32;}



.sidenav .closebtn {
  position: absolute;
  bottom: 50px;
  padding: 5px;
  left: 50px;
  font-size: 40px;}
  

.sidenav .active {
  color: #fff;
}

* --------------------------------------------------------------------------------------------------------------------------------------------------
NAVIGATION
-------------------------------------------------------------------------------------------------------------------------------------------------- */

.bar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-right: 80px;
  overflow: hidden;
  background-color: #333;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

.bar li {
  float: right;

}

.bar li a {
  display: none;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.bar li a:hover {
  background-color: #111;
}

.bar .active {
  background-color: #4CAF50;
}

  
  
  
  
}




a {color:#fff; font-weight:bold;}
a:hover {opacity: 0.8;}
h2.page-title {border-bottom:3px solid #0f64b1;}
li {padding:3px;}


table {
  border-collapse: separate;
  border-spacing: 0.2em;
  padding: 5px;

  
}
  
th, td {
  padding: .5em 0.4em;
  border-radius: .1em;  
vertical-align: middle;

}  

thead th {
  background-color: #fff;
  color: #095396;
  font-weight: bold;  
}

td {
  background-color: #095396;
  color: #fff;
    padding: 0.8em;
 border-radius: 0px 0px 10px 10px;
  box-shadow: inset 1px 3px 5px -3px rgb(0 0 0 / .5);
}   

td:empty{
  box-shadow: none;
}



fieldset {border:1px solid #CCC;}
fieldset dt {color:#555;}
.input-text {border:1px solid #AAA;}
            


/* --------------------------------------------------------------------------------------------------------------------------------------------------
LAYOUT
-------------------------------------------------------------------------------------------------------------------------------------------------- */

#header {background-image: url(../images/headback.png);  }
#header #logo, #header #logo a {color:#FFF;}
#header .header-button {color:#000;}
#footer {color:#fff; background-color:#e45e32;  }
#footer #footer-button a {background-color:#fff; color:#fff;}



/* --------------------------------------------------------------------------------------------------------------------------------------------------
PAGE: HOMEPAGE
-------------------------------------------------------------------------------------------------------------------------------------------------- */

.perex {border-bottom:1px solid #FFF; background: #f7f7f7;}


.arrow {
  border: solid #c42802;;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}


.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}