@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400);@import url(https://fonts.googleapis.com/css?family=Lato:300);@import url("https://fonts.googleapis.com/css?family=Bree%20Serif%3Aregular%7CBree%20Serif%3Aregular%7CBree%20Serif%3Aregular%7CBree%20Serif%3Aregular%7COpen%20Sans%3Aregular%7CLato%3Aregular%7CLato%3Aregular%7CBree%20Serif%3Aregular%7CMonda%3Aregular%7CMonda%3Aregular%7CSource%20Sans%20Pro%3Aregular%7CLato%3Aregular%7CLato%3Aregular%7CLato%3Aregular&subset=latin");

html {
margin:0;
padding:0;
}

body {
  position: relative;
  margin: 0;
  min-height: 100%;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

#titlepic {
background-image: url('img/image.jpg');
background-size: cover;
width:100%;
height:400px;
}

#title {
font-size: 50px;
color: #FFFFFF;
padding-top: 150px; 
padding-left: 50px;
}

#menubar{
margin: 0px;
padding: 0px;
background-color: #00036B;

top:0px;
padding-bottom: 50px;
position:sticky;
border-bottom: 3px solid #F2573D;
}




#menu-icon {

	display: hidden;
	width: 40px;
	height: 40px;
	background: #00036B url(./img/menu-icon.png) center;

}

a:hover#menu-icon {

	background-color: #444;
	border-radius: 4px 4px 0 0;

}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-bottom:50px;
    overflow: hidden;
    background-color: #00036B;
    font-size:14px;
    margin-right: 25px;
}

li {
    display: inline-block;
    vertical-align: right;
    
    margin-right:auto;
    letter-spacing: 0.5px;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}



/* Change the link color to #111 (black) on hover */
li a:hover {
    /*background-color: #AA0000;*/
    color:#ff3300;
}


li.dropdown {
    display: inline-block;
}

.dropdown-content {
    border-top: 3px solid #F2573D;
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #fff;}

.dropdown:hover .dropdown-content {
    display: block;
}


#page_body {
margin-left:10%;
margin-right: 10%;
margin-top:50px;

min-height: 350px;

font-family: "Calibri", Arial, sans-serif;
font-size: 20px;
color:#606060;
}

#page_title {
color: black;
font-size: 35px;
font-weight: bold;
}

#page_subtitle {
margin-top:25px;
color: black;
font-size: 25px;
margin-bottom:25px;
}

#page_newstitle {
margin-top:25px;
color: black;
font-size: 23px;
margin-bottom:25px;
}

.links {
float: left;
margin-right: 12px;
margin-bottom: 12px;
}

#footer {
width:100%;
height:300px;
font-size: 10px;
}


#footer_table {
border:none;
text-align:left;
color: #303030;

margin-top:10px;
margin-left: 10%;
margin-right: 50px;

font-size: 12px;
vertical-align: top;

}

#footer_th {
margin-left:50px;
padding: 10px;
vertical-align:top;
border:none;
}

#footer_link {
color: #303030;
}
#footer_link_bar {
margin-top: 25px;
margin-left:50px;
font-size: 12px;
}


#list_obj {
margin-left: 25px;
}

#iframe_box {
width:100%; 
height:900px;
}

.btn {
    background-color: #4040AA; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.btn:hover {
    background-color: #F2573D; 
}

.rechts {
float: right;
margin-left: 10px;
}


#meta {
	width: 400px;
	height:200px;
	border:1px solid #3366FF;
	border-left: 4px solid #3366FF;
}

#mobile_yes {
display:none;
}

#mobile_no {

}

.scrollToTop{
	width:40px; 
	height:40px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:75px;
  
	right:45px;
	display:none;
	background: url('./img/arrow_up.png') no-repeat 0px 20px;
}
.scrollToTop:hover{
	text-decoration:none;
}

a {
color:#9090AA;
}

.topnav {
  overflow: hidden;
  background-color: #00036B;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #F2573D;
  color: black;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 1000px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  #mobile_yes { display:inline; }
	#mobile_no { display:none; }
  #orangebar { display:none; }
  #header_banner { display:none; }
  #menubar{ height:0; }
  .btn {  }

img {
    max-width: 100%;
    height: auto;
}

#page_body {
margin-left: 5px;
margin-right: 5px;
margin-top:50px;

min-height: 500px;

font-family: "Calibri", Arial, sans-serif;
font-size: 16px;
}
#footer {
  right: 0;
  bottom: 0;
  left: 0;    
 
 
}
#footer_table {
border:none;
text-align:left;
color: #FFFFFF;

margin-top:15px;
margin-left: 5px;
margin-right: 5px;

font-size: 9px;
vertical-align: top;

}

#footer_th {
margin-left:15px;
padding: 5px;
vertical-align:top;
border:none;
color:#000000;
}

#login_form {
  border-style: solid;
  border-width: 1px;
  
  width: 100%;
  height: 250px;
}

.scrollToTop{
right:15px;
bottom:50px;
}

#titlepic{
width100%;
height:250px;
}

#title {
font-size: 30px;
color: #FFFFFF;
padding-top: 75px; 
padding-left: 10px;
}


}

@media screen and (max-width: 1000px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

}