@charset "UTF-8";

body {
	background: url(../img/home/titel4.jpg) no-repeat;
}
div#wrapper {
	background-color: transparent !important;
}

#action {
	margin: 121px 0 0;
	text-align: center;
	width: 100%;
	/* [disabled]clear: both; */
	/* [disabled]position: fixed; */
	float: left;
	height: 158px;
	/* [disabled]background: #666; */
}
#action a {
	opacity: 1.0;               /* Good browsers IE 9 */
	-khtml-opacity: 1.0;        /* Safari 1.x */
	-moz-opacity: 1.0;          /* Netscape */
	filter: alpha(opacity=100); /* IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
	/* [disabled]display: none; */
}
#action a:hover {
	opacity: 0.90;              /* Good browsers + IE 9 */
	-khtml-opacity: 0.90;       /* Safari 1.x */
	-moz-opacity: 0.90;         /* Netscape */
	filter: alpha(opacity=90);  /* IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE 8 */
}


/* CONTENT */
main {
	position: relative;
	/* [disabled]background: #9CF; */
	margin-top: 120px;
}
#inner {
	/* [disabled]background: #DAEDFF; */
	text-align: center !important;
	clear: both;
	/* [disabled]float: left; */
}
#inner h1 {
	/* [disabled]float: left; */
	/* [disabled]background: #C69; */
	margin-bottom: 30px;
	/* [disabled]max-width: 860px; */
	display: block;
	width: 100%;
	text-align: left;
	font-size: 36px;
	color: #666;
}
#infotext {
	font: 15px/22px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
	margin: 0 58px 30px 0;
	display: inline-block;
	/* [disabled]background: #FC0; */
	text-align: left;
	float: left;
	width: 400px;
}
#infotext p {
	margin-top: 0px;
	margin-bottom: 8px;
}
#infotext p a {
	color: #936;
}
#infotext p a:hover {
	color: #C06;
}

/* SLIDES */
#slidecontainer {
	height: 400px;
	width: 400px;
	margin: -18px 0 0 0;
	display: inline-block;
	float: right;
}




/* SOCIAL ICONS */
section#socialmedia {
	/* [disabled]background: #C90; */
	padding: 40px 0 30px 0;
	width: 100%;
	text-align: center;
	display: block;
	clear: both;
	/* [disabled]margin-top: 50px; */
}
#socialmedia .lili {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
#socialmedia a {
	/* [disabled]background: #C09; */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #FFF;
	padding: 0;
	width: 70px;
	display: inline-block;
	text-align: center;
	opacity: 0.70;              /* Good browsers + IE 9 */
	-khtml-opacity: 0.70;       /* Safari 1.x */
	-moz-opacity: 0.70;         /* Netscape */
	filter: alpha(opacity=70);  /* IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8 */
}
#socialmedia a img {
	/* [disabled]background: #9CF; */
	height: 52px;
	width: 52px;
}
#socialmedia a div {
	display: inline-block;
	width: 52px;
	overflow: hidden;
}
#socialmedia a span {
	margin: 0 0 4px 0;
	text-align: center;
	/* [disabled]background: #F60; */
	display: block;
}
#socialmedia a:hover, #socialmedia a:active {
	color: #666666;
	opacity: 1.0;               /* Good browsers IE 9 */
	-khtml-opacity: 1.0;        /* Safari 1.x */
	-moz-opacity: 1.0;          /* Netscape */
	filter: alpha(opacity=100); /* IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
}



@media only screen and (max-width: 1024px) {
	
body {
	background: url(../img/home/titel4m.jpg) no-repeat;
}
}
	
@media only screen and (max-width: 910px) {

#inner {
	text-align: center;
}	
#infotext {
	float: none;
	margin: 0 33px 40px 33px;
}
#slidecontainer {
	float: none;
}
#inner h1 {
	float: none;
	text-align: center;
}	
}


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

body {
	background: url(../img/home/titel4S.jpg) no-repeat;
}
	
#infotext {
	margin: 0 0 20px 0;
}
}

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

#infotext {
	width: 100%;
}
		
#slidecontainer {
	margin-left: -20px;
}
}
