* {
	margin: 0;
	padding: 0;
	clear: both;
	}

html, body {
    height: 100%;
    background: #d9dadb;
}

#wrapper {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

a, a:hover {
	text-decoration: none;
	color:#000000;
}


.listing
{
	list-style-type: disc;
	line-height: 30px;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 50px;
}


.image-row
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}

.image-set {
	margin-top: 30px;
	margin-bottom: 20px;
}

.image-set img
{
	margin-left:0px;
	margin-right:0px;
}

/* HEADER */
#wrapperHeader{
position: relative;
width: 100%;
background: #ffffff;
min-width: 850px;
min-height: 343px;
}

#header2{
	width:100%;
	height: 214px;
	background: #d9dadb;
}

.headerimage{
	display: block;
	margin-left: auto;
	margin-right: auto
}

#content {
	background: #ffffff;
}

#maincontent { 
        background-color: #ffffff;
	font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        width: 850px;
	/*min-height: 350px;*/
	min-height: 440px;
	margin: 0px auto;
	/*overflow: visible;
	margin-bottom: 20px;*/
	overflow: auto;
	padding-bottom: 20px;
	position: relative;
}

#contentleft {
	display: inline-block;
	width: 470px !important;
	padding-top: 30px;
	padding-left: 30px;
	line-height: 20px;
	padding-bottom: 30px;
}

#contentright {
	display: inline;
	float: right;
	width: 320px !important;
	padding-top: 30px;
	padding-left: 30px;
}

.img_gl {
	margin-left: 20px;
	margin-top: 30px;
}

#google {
	margin-bottom: 15px;
}

/* FOOTER */

#footer {
	background: #d9dadb;
	background-size: cover;
	font-size: 10px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
	color: #000000;
	width:100%;
	position: relative;
	min-height: 20px;
/*	height: 100%;
    bottom : 0px;*/
    padding-top: 10px;
    
}

#footer #copyright {
    width:850px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
	}
	
.alignleft {
	text-align: left;
	padding-left: 30px;
}
.alignright {
	text-align: right;
	padding-right: 30px;
}

/* MISC */
.clear
{
        clear:both;
}
.hidden
{
        position:absolute;
        display:none;
}

body {
	font-family: 'Open Sans', sans-serif;
}

/* Responsive Design Start*/
input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

label {
  position: relative;
  left:0;
  display:none;
  width:40px;
  height:40px;
  color:#fff;
  cursor: pointer;
  user-select: none;
  margin:0;
  background:#2A4A97;
  z-index: 2;
}
/*Responsive Design Ende*/

#maincontent h1 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 20px;
	color:#2A4A97;
	
}

/* Menü Styling */
	
#menu {
	width:100%;
	margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}
#cssmenu,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
}

#cssmenu {
  width: auto;
  height: 45px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: #2a4a97;
}

#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu > ul > li > a {
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #d9dadb;
  cursor: pointer;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}

#cssmenu ul ul li a:hover {
  color: #d9dadb;
}

nav[id="menu"] > select {
    display:none;  
  }
  
#headerimagemobile {
	display:none;
	}
	
#tableistmobile {
	display: none;
	}

.mobileref {
	display: none;
	}


@media only screen and (max-width: 1024px) {


html, body {
    background: none;
}

/* HEADER */
#wrapperHeader{
	background-image: none;
	display: inline-block;
	width: 100%;
	height: 60px;
	min-width: 0;
	min-height: 60px;
	float: left;
	}

#header{
	display:none;
}

.headerimage{
    display:none;
}

#headerimagemobile {
	display: inline-block;
	position:absolute;
    top:0;
    right:10px;
	}
	
#header2 {
	display: none;
}
	
#maincontent {
	width: 100%;
	min-height: 250px;
	}
	
#contentleft {
	max-width: 90%;
	padding-top: 20px;
	padding-left: 20px;
	line-height: 25px;
}

#contentright {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-left: 20px;
}


#copyright {
    width:100%;
	}
	
	
.alignleft {
	font-size: 8px;
	padding-left: 10px;
}

.alignright {
	font-size: 8px;
	padding-right: 10px;
}


.img_gl {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:  15px;
	margin-top:  	15px;
}


nav[role="navigation"] {
    position:absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    
    ul > li {
      height:100%;
      width:100%;
      text-align:left;
      margin:0;
      z-index: 3;
    }
  }

    label {
    display:inline;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    content: url('../../images/menu-icon.png');
    z-index: 3;
  }

input[id=menu]:checked ~ nav[role="navigation"] {
    opacity:1;
    }

    

#cssmenu {
	width:100%;
	display: block;
  	float: left;
	z-index: 4;
}

#cssmenu > ul > li > a {
  font-size: 18px;
  background:#2A4A97;  
}
    
#cssmenu.align-center > ul > li {
  display: block;
  float: left;
  width:100%;
  background:#2A4A97;
  font-size: 30px;
}


#tableist {
	display: none;
	}

.image-set {
	display: none;
	}
	
.mobileref {
	display:inline;
	position:relative;
	}
	
.mobileref img {
	width: 90%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	}

.listing
{
	margin-bottom: 20px;
	margin-top: -40px;
	margin-left: 40px;
}

#google {
	margin-left: 0px;
	margin-right: 0px;
	width: 90%;
}

}