@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {

}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
	min-height: 500px;
	overflow: hidden;
}
.header {
	border-top-color: #000;
	border-top-width: thick;
	border-top-style: solid;
	border-bottom-color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	height: 100px;
	background-image: url(../assets/background003.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	background-size: auto 120%;
	background-position: right 0%;
}
.main {
	margin-left:10px;
	font-size: small;
	min-height:inherit;
}
.wrapperleft{
	position: relative;
	min-width: 50%;
	float: left;
	overflow:hidden;
}
.wrapperright{
	position: static;
	min-width: 10%;	
	float: left;
	margin-top: 60px;
	padding-left:20px;
	padding-right:50px;
	overflow:hidden;
}
.heading {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 0px;
	font-style: normal;
	font-weight: 200;
	font-family: lato;
	font-size: xx-large;
	color: #FFF;
}	
.top-box {
	position: relative;
	float: left;
	min-width: 200px;
	min-height: 80px;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 0px;
	font-style: normal;
	font-weight: 200;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #FFF;
	text-decoration: none;
    background-color: #FFF;
}	
.explanatory-box {
	position: relative;
	align: top;
	width: 150%;
	min-height: 160px;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-style: normal;
	font-weight: 200;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #FFF;
	text-decoration: none;
	background-color: #1FBAD6;
}
.bildrahmen {
    position: relative;
    float: left;
    width: 200px;
    height: auto;
    padding-left: 20px;
    padding-top:20px;
 }
.imrahmen-text {
	width: auto;
	height: 25px;
	position: relative;
	text-align: center;
	color: #1FBAD6;
	background-color: #FFF;
	font-weight: 400;
	font-style: normal;
	font-family: abel;
	border-color: #000000 #999999 #999999;
	border-width: thin;
	border-style: solid;
	vertical-align: bottom;
}

        
.footer {
	width: 100%;
	height: 5px;
	border-bottom-color: #FFF;
	border-bottom-width: thick;
	border-bottom-style: solid;
	background-color: #1FBAD6;
	font-size: x-small;
	vertical-align: center;
	padding-top: 10px;
	padding-left: 10px;
	bottom: 0%;
	position: fixed;
}
.footer:hover {
	height: 40px;
}
.top-logo {
	position: relative;
	width: 80px;
	height: auto;
	margin-left: 30px;
	overflow: hidden;
	top: 20px;
}	
.footer-text {
	position: relative;
	float: left;
	width: 30px%;
	min-width: 200px;
	min-height: 80px;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 0px;
	font-style: normal;
	font-weight: 400;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #FFF;
	text-decoration: none;
}	
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}





/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
.header {
	border-top-color: #000;
	border-top-width: thick;
	border-top-style: solid;
	border-bottom-color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	height: 200px;
	background-repeat: no-repeat;
	background-attachment: scroll;	
	background-size: auto 120%;
	background-position: right 0%;
}
.main {
	margin-left:50px;
	font-size: small;
}
.top-logo {
	position: relative;
	width: 150px;
	height: auto;
	margin-left: 70px;
	overflow: hidden;
	top: 50px;
	}
.wrapperleft{
	position: relative;
	min-width: 50%;
	float: left;
	overflow:hidden;
}
.wrapperright{
	position: static;
	min-width: 50%;	
	float: left;
	margin-top: 60px;
	padding-left:20px;
	padding-right:50px;
	overflow:hidden;
}
.explanatory-box {
	position: relative;
	align: top;
	width: 150px;
	min-height: 160px;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-style: normal;
	font-weight: 200;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #FFF;
	text-decoration: none;
	background-color: #1FBAD6;
}
.footer {
	width: 100%;
	height: 5px;
	border-bottom-color: #FFF;
	border-bottom-width: thick;
	border-bottom-style: solid;
	background-color: #1FBAD6;
	font-size: x-small;
	font-color: #000;
	vertical-align: center;
	padding-top: 10px;
	bottom: 0%;
	position: fixed;
	padding-left:50px;
}
.footer:hover {
	height: 40px;}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	margin: auto;
	clear: none;
	float: none;
	
}
#div1 {
	border-top-color: #000000;
	border-top-width: thick;
	}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
.header {
	border-top-color: #000;
	border-top-width: thick;
	border-top-style: solid;
	border-bottom-color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	height: 400px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: auto 120%;
	background-position: right 0%;
}
.main {
	margin-left:50px;
	font-size: small;
	float: left;
}
.wrapperleft{
	position: relative;
	width: 80%;
	float: left;
}
.wrapperright{
	position: static;
	width: 10%;	
	float: left;
	margin-top: 60px;
	padding-right:50px;
}
.explanatory-box {
	position: relative;
	align: top;
	width: 150px;
	min-height: 160px;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-style: normal;
	font-weight: 200;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #FFF;
	text-decoration: none;
	background-color: #FFF;
}
.top-logo {
	position: relative;
	width: 250px;
	margin-left: 70px;
	overflow: hidden;
	top: 118px;
	}
.footer {
	margin: auto;
	width: 100%;
	max-width: 1600px;
	height: 5px;
	border-bottom-color: #FFF;
	border-bottom-width: thick;
	border-bottom-style: solid;
	background-color: #1FBAD6;
	font-size: x-small;
	font-color: #000;
	vertical-align: center;
	padding-top: 10px;
	bottom: 0%;
	padding-left: 50px;
	position: fixed;
	
}
.footer:hover {
	height: 40px;
	animation-duration: 2s;
}
}
