body {
    margin: 4%;
}

#content{
	width: 100%;
	height: 550px;
	float: left;
	background-color: #fdeab2;
	border-bottom: 10px solid #fdeab2;
}


#footer-content{
	width: 100%;
	height: 158px;
	float: left;
	background-color: #f9c948;
border-bottom: 10px solid #f9c948;
}


#rightBlock{	
	width: 17%;
	height: 550px;
	float:right;
	background-color: #003b97;
	text-align: center;
	color: white;
	border: 5px solid #003b97;
	padding-top: 20px;
}

#rightBlock h3{
    margin-bottom: 125px;
}

#rightBlock p{
    margin-bottom: 95px;
   font-weight: bold;
font-size: 13px;
}

#footer{
		background-color: #f9c948;
		width: 82%;
		height: 167px;
		float: left;
}

#footer-rightBlock{
	width: 17%;
	height: 158px;
	float: right;
	border: 5px solid #5f3736;
	background: white;
}


#footer-textBlock{
	width: 33%;
	float: left;
	padding-top: 40px;
	color: #67412A;
	font-size: 17px;
font-weight: bold;
}

#footer-text{
	width: 78%;
	margin-left: 5%;
}

#gallery{
	margin-top: 0px;
	width: 82%;
	overflow-x: auto;
	float: left;
	height: 550px;
	padding-top: 20px;
}

.title {
    height: 130px;
    display: block;
    width: 19%;
    float: left;
margin-right: 10px;
}

#gallery-content a {
	text-decoration: none;
}

#gallery-content span {
margin-top: -20px;
display: block;
margin-left: 3px;
color: white;
background-color: #1A3F97;
position: relative;
width: 164px;
padding-left: 5px;
font-style: none;
font-size: 14px;
opacity: 0.75;

}

#gallery-content{
	width: 980px; 
	height: 120px; 
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
}

#galleryImg{
	width: 170px;
	margin-right: 15px;
	max-height: 100px;
}

a img {
	/*border: 1px solid #BBB;*/
	padding: 2px;
	margin: 10px 20px 0px 0;
	vertical-align: top;
}

a img.last {
	margin-right: 0 !important;	
}

#footerLinks{
	text-align: center;
	color: #EECA5C;
}

#footerLinks a{
	text-decoration: none;
	color: #EECA5C;
}

#td1{
	width: 65px;
	float: left;
}

#footer-Logo{
	height: 133px;
	text-align: center;
	font-family: times new roman;
	width: 200px;
	margin: auto;
margin-top: 5px;
background-color: white;
height: 132px;
padding-bottom: 3px;
padding-top: 13px;

}

#footer-Logo img{
	width: 85%;
}

#footer-Logo h3 {
    font-size: 25px;
	line-height: 18px;
	margin-top: 2px;
	margin-bottom: 0;
}

#footer-Logo h5 {
	margin-top: 0;
	line-height: 18px;
	letter-spacing: 3px;
	font-size: 11px;
	padding-left: 3px;
}

#mobileHeader {
	display: none;
}


/*Menü*/
	@import url(http://fonts.googleapis.com/css?family=Open+Sans);
	#cssmenu,
	#cssmenu ul,
	#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;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
	#cssmenu:after,
	#cssmenu > ul:after {
	  content: ".";
	  display: block;
	  clear: both;
	  visibility: hidden;
	  line-height: 0;
	  height: 0;
	}
	#cssmenu #menu-button {
	  display: none;
	}
	#cssmenu {
	  width: auto;
	  font-family: 'Open Sans', sans-serif;
	  line-height: 1;
	  background: #ffffff;
	}
	#menu-line {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 3px;
	  background: #009ae1;
	  -webkit-transition: all 0.25s ease-out;
	  -moz-transition: all 0.25s ease-out;
	  -ms-transition: all 0.25s ease-out;
	  -o-transition: all 0.25s ease-out;
	  transition: all 0.25s ease-out;
	}
	#cssmenu > ul > li {
	  float: left;
	}
	#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.align-right > ul > li {
	  float: right;
	}
	#cssmenu.align-right ul ul {
	  text-align: right;
	}
	#cssmenu > ul > li > a {
	  padding: 20px;
	  font-size: 2.151vw;
	  text-decoration: none;
	  text-transform: uppercase;
	  color: #000000;
	  -webkit-transition: color .2s ease;
	  -moz-transition: color .2s ease;
	  -ms-transition: color .2s ease;
	  -o-transition: color .2s ease;
	  transition: color .2s ease;
	  padding-left: 3vw;
	}
	#cssmenu > ul > li:hover > a,
	#cssmenu > ul > li.active > a {
	  color: #009ae1;
	}
	#cssmenu > ul > li.has-sub > a {
	  padding-right: 25px;
	}
	#cssmenu > ul > li.has-sub > a::after {
	  position: absolute;
	  top: 21px;
	  right: 10px;
	  width: 4px;
	  height: 4px;
	  border-bottom: 1px solid #000000;
	  border-right: 1px solid #000000;
	  content: "";
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	  -webkit-transition: border-color 0.2s ease;
	  -moz-transition: border-color 0.2s ease;
	  -ms-transition: border-color 0.2s ease;
	  -o-transition: border-color 0.2s ease;
	  transition: border-color 0.2s ease;
	}
	#cssmenu > ul > li.has-sub:hover > a::after {
	  border-color: #009ae1;
	}
	#cssmenu ul ul {
	  position: absolute;
	  left: -9999px;
	}
	#cssmenu li:hover > ul {
	  left: auto;
	}
	#cssmenu.align-right li:hover > ul {
	  right: 0;
	}
	#cssmenu ul ul ul {
	  margin-left: 100%;
	  top: 0;
	}
	#cssmenu.align-right ul ul ul {
	  margin-left: 0;
	  margin-right: 100%;
	}
	#cssmenu ul ul li {
	  height: 0;
	  -webkit-transition: height .2s ease;
	  -moz-transition: height .2s ease;
	  -ms-transition: height .2s ease;
	  -o-transition: height .2s ease;
	  transition: height .2s ease;
	}
	#cssmenu ul li:hover > ul > li {
	  height: 32px;
	}
	#cssmenu ul ul li a {
	  padding: 10px 20px;
	  width: 160px;
	  font-size: 12px;
	  background: #333333;
	  text-decoration: none;
	  color: #dddddd;
	  -webkit-transition: color .2s ease;
	  -moz-transition: color .2s ease;
	  -ms-transition: color .2s ease;
	  -o-transition: color .2s ease;
	  transition: color .2s ease;
	}
	#cssmenu ul ul li:hover > a,
	#cssmenu ul ul li a:hover {
	  color: #ffffff;
	}
	#cssmenu ul ul li.has-sub > a::after {
	  position: absolute;
	  top: 13px;
	  right: 10px;
	  width: 4px;
	  height: 4px;
	  border-bottom: 1px solid #dddddd;
	  border-right: 1px solid #dddddd;
	  content: "";
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	  -webkit-transition: border-color 0.2s ease;
	  -moz-transition: border-color 0.2s ease;
	  -ms-transition: border-color 0.2s ease;
	  -o-transition: border-color 0.2s ease;
	  transition: border-color 0.2s ease;
	}
	#cssmenu.align-right ul ul li.has-sub > a::after {
	  right: auto;
	  left: 10px;
	  border-bottom: 0;
	  border-right: 0;
	  border-top: 1px solid #dddddd;
	  border-left: 1px solid #dddddd;
	}
	#cssmenu ul ul li.has-sub:hover > a::after {
	  border-color: #ffffff;
	}

/* Menü Ende */



/* Kleine Monitore  */
@media only screen and (max-width: 1225px) {
	#footer-Logo img{
	width: 85%;
	}
	
	#footer-Logo{
		width: 75%;
	}
	
	#footer-Logo h3 {
		font-size: 16px;
	}
	
	#footer-Logo h5 {
		font-size: 6px;
	}
	#gallery{
		width: 81%;
	}
	#footer{
		width: 81%; 
	}
}
/* Mobile Ansicht */
@media only screen and (max-width: 1080px) {
	body {
		margin: 0;
	}
	
	.title {
		height: unset;
		display: unset;
		width: unset;
		float: unset;
	}

	#gallery-content span {
		width: 80vw;
		padding-left: 0px;
		margin-left: 2px;
		margin-right: unset;
		font-size: 3vw;
		margin-top: -3.7vw;
	}

	#content{
		float: none;
		height: auto;
	}
	#footer-content{
		float: none;
		height: auto;
	}
	#gallery{
		float: none;
		width: 100%;
		background-color: #F9DF8B; 
		text-align: center;
		height: auto;
	}
	
	#galleryImg {
		width: 80vw;
		margin-right: 0;
		max-height: unset;
	}
	
	#gallery-content{
		margin: 0;
		width: 80vw;
		height: auto;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
	}

	#rightBlock{
		width: 100%;
		float: none;
		height: auto;
		padding-bottom: 30px;
	}
	
	#rightBlock h3{
		margin-bottom: 30px;
		margin-top: 35px;
	}
	
	#rightBlock p {
		margin-bottom: 30px;
	}
	
	#footerLinks{
	 display: none;
	}
	
	#mobileHeader {
		display: block;
		height: 20vw;
	}
	
	#mobileHeader img {
		width: 100%;
		float: left;
	}
	
	#mobileHeader h3 {
		font-size: 9vw;
		margin: 0;
		padding-top: 15px;
		line-height: 6.5vw;
		width: 60vw;
		float: left;
	}
	
	#mobileHeader h5 {
		margin: 0;
		font-size: 2.5vw;
		letter-spacing: 1.9vw;
		margin-left: 0.7vw;
		line-height: 4.5vw;	
		width: 60vw;
		float: left;
	}
	
	#LogoBlock {
		height: 100%;
		width: 18%;
		float: left;
		padding: 15px;
	}
	
	.galleryDesktop{
		display: none;
	}
	
	#footer {
		background-color: #FDC74C;
		height: auto;
		text-align: center;
		padding-bottom: 30px;
		width: 100%;
	}
	
	#td1 {
		float: none;
		width: auto;
	}
	#footer-rightBlock {
		display: none;
	}
	
	#footer-textBlock{
		padding-top: 25px;
		width: 100%;
	}
	
	#footer-text {
		width: 100%;
		margin-left: 0;
	}
	
	/*Menü*/
	  #cssmenu {
		width: 8vw;
		float: right;
		margin-top: -4vw;
	  }
	  #cssmenu ul {
		width: 35vw;
		display: none;
		margin-left: -25vw;
		position: absolute;
		background: white;
	  }
	  #cssmenu.align-center > ul,
	  #cssmenu.align-right ul ul {
		text-align: left;
	  }
	  #cssmenu ul li,
	  #cssmenu ul ul li,
	  #cssmenu ul li:hover > ul > li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(120, 120, 120, 0.15);
	  }
	  #cssmenu ul li a,
	  #cssmenu ul ul li a {
		width: 100%;
	  }
	  #cssmenu > ul > li,
	  #cssmenu.align-center > ul > li,
	  #cssmenu.align-right > ul > li {
		float: none;
		display: block;
	  }
	  #cssmenu ul ul li a {
		padding: 20px 20px 20px 30px;
		font-size: 12px;
		color: #000000;
		background: none;
	  }
	  #cssmenu ul ul li:hover > a,
	  #cssmenu ul ul li a:hover {
		color: #000000;
	  }
	  #cssmenu ul ul ul li a {
		padding-left: 40px;
	  }
	  #cssmenu ul ul,
	  #cssmenu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0;
	  }
	  #cssmenu > ul > li.has-sub > a::after,
	  #cssmenu ul ul li.has-sub > a::after {
		display: none;
	  }
	  #menu-line {
		display: none;
	  }
	  #cssmenu #menu-button {
		display: block;
		padding: 20px;
		color: #000000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase;
	  }
	  #cssmenu #menu-button::after {
		content: '';
		position: absolute;
		top: 0px;
		right: 20px;
		display: block;
		width: 8vw;
		height: 0.4vw;
		background: #000000;
	  }
	  #cssmenu #menu-button::before {
		content: '';
		position: absolute;
		top: 12px;
		right: 20px;
		display: block;
		width: 8vw;
		height: 9px;
		border-top: 0.5vw solid #000000;
		border-bottom: 0.5vw solid #000000;
	  }
	  #cssmenu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(120, 120, 120, 0.15);
		height: 52px;
		width: 52px;
		cursor: pointer;
	  }
	  #cssmenu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #000000;
		z-index: 99;
	  }
	  #cssmenu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #000000;
		z-index: 99;
	  }
	  #cssmenu .submenu-button.submenu-opened:after {
		display: none;
	  }
}