@charset "utf-8";
/* CSS Document */

html { padding: 0; margin: 0; }

body {
	font: 1em/150% Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #546776;
	line-height:100%;
	color:#f9f9f9;
}
div{box-sizing: border-box;}
UL, LI, P{
	padding: 0;
	margin: 0;
	list-style:none;
	line-height:150%;
}
a {
	color:#b7c3cd;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2 {
	/*font: bold 36px/100% Arial, Helvetica, sans-serif;*/
	margin:0;
	padding:0;
}
#totop{
	position:fixed;
	right:1em;
	bottom:1em;
	font-size:2em;
	background:#ccc;
	width:40px;
	height:40px;
	line-height:50px;
	text-align:center;
	font-weight:800;
	border-radius:50%;
}
#totop:hover{
	background:#fff;
}

#totop a{	color:#546776;}

/************************************************************************************
STRUCTURE
*************************************************************************************/
.container{
	width: 60%;/*1000px*/;
}
#pagewrap {
	padding: 0px;
	margin: 0px auto 20px;
}

#topbar {
	width: 100%;
	height: 80px;
	color: white;
	margin: 0;
	position:relative;
}

#topbar #slogan, #topbar #title {
	position:absolute;
	font-weight: bold;
	top:45px;
	font-size: 1.7em;
}
#topbar #slogan {
	left:6%;
}
#topbar #title {
	right:6%;
}

#content_wrapper{
	color:#f9f9f9;
	background:#a6b2be;
	text-align: justify;
	padding-top: 30px;
}
#content_wrapper H2{
	/*padding-left:2%;*/
	font-size:1.2em;
	color:#496374;
}
#content_wrapper H3{
	/*padding-left:2%;*/
	font-size:1em;
	font-weight:bold;
	line-height:120%;
}
#content_wrapper h4{
	padding:0;
	margin: 0;
	margin-bottom:4px;
	font-size:0.95em;
}
#content_wrapper P, #content_wrapper LI{
	line-height: 130%;
	font-size:0.95em;
}
#content_wrapper LI{
	margin-left:4%;
	list-style-position: inside;
	list-style-type: disc;
}
#content_wrapper #left_box, #content_wrapper #right_box {
	width: 50%;
	float: left;
}
#left_box{padding: 0 6% 0 2%;}

#left_box P, #left_box UL, #left_box H4, #right_box P, #right_box UL, #right_box H4{
	margin-top:6px;
	line-height:1.5;
	/*padding: 0 2% 0 12%;*/
}
#right_box{padding: 0 6% 0 2%;}

#left_box table, #right_box table{
	border:2px solid #97a5b3;
	padding:0.5em; 
	margin:2% 0;
}
#left_box TD, #right_box TD{
	vertical-align:top;
	font-size:0.95em;
	padding-bottom:0.3em;
	line-height:150%;
}
.leftcell{
	width:18%;
	font-weight:600;
}
#left_box A, #right_box A{color:#eee;}
#left_box A:hover, #right_box A:hover{ color:#fff; text-decoration:underline;}



div.divide{
	display:none;
	width:70%;
	height:1px;
	background: rgba(73,99,116,0);
	background: -moz-linear-gradient(left, rgba(73,99,116,0) 0%, rgba(73,99,116,1) 20%, rgba(73,99,116,1) 50%, rgba(73,99,116,1) 80%, rgba(73,99,116,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,99,116,0)), color-stop(20%, rgba(73,99,116,1)), color-stop(50%, rgba(73,99,116,1)), color-stop(80%, rgba(73,99,116,1)), color-stop(100%, rgba(73,99,116,0)));
	background: -webkit-linear-gradient(left, rgba(73,99,116,0) 0%, rgba(73,99,116,1) 20%, rgba(73,99,116,1) 50%, rgba(73,99,116,1) 80%, rgba(73,99,116,0) 100%);
	background: -o-linear-gradient(left, rgba(73,99,116,0) 0%, rgba(73,99,116,1) 20%, rgba(73,99,116,1) 50%, rgba(73,99,116,1) 80%, rgba(73,99,116,0) 100%);
	background: -ms-linear-gradient(left, rgba(73,99,116,0) 0%, rgba(73,99,116,1) 20%, rgba(73,99,116,1) 50%, rgba(73,99,116,1) 80%, rgba(73,99,116,0) 100%);
	background: linear-gradient(to right, rgba(73,99,116,0) 0%, rgba(73,99,116,1) 20%, rgba(73,99,116,1) 50%, rgba(73,99,116,1) 80%, rgba(73,99,116,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#496374', endColorstr='#496374', GradientType=1 );
}

.initial:before {
	content: '2:2 -';
	font-size: 2.5em;
	margin: -5px 5px -8px 0;
	float: left;
	color:#496374;
}
#footer {
	clear: both;
	padding: 40px 0;
	color:#FFF;
}
#footer .box {
	width: 50%;
	float: left;
}
#footer .left{
	padding: 0 2% 0 12%;
}
#footer .right{
	padding: 0 12% 0 2%;
}
#footer IMG{
	float:left;
	margin: -10px 10px 20px 0;
	width:150px;
}
#footer IMG.rund{
	border-radius:50%;
}
#footer IMG:hover{
	transform-origin: top right;
	transform: scale(1.2);
}
#footer P{
	font-size:0.82em;
	margin: 0;
	padding-bottom:40px;
	line-height:150%;
}
#footer H4{
	font-weight:bold;
	font-size:1em;
	margin: 0 0 8px 0;
}
#kontakt{
	clear:both;
	margin-top: 20px;
	text-align:center;
}
#kontakt P{
	padding-bottom: 1em;
	font-size:0.8em;
}
#jus, #dasi {
	display:none;
	box-sizing: border-box;
	padding: 2em 0;
	margin: 1em auto;
	font-weight:normal;
	/*color:#FFF;*/
	background:#a6b2be;
}
#jus .impcontent, #dasi .impcontent{
	width:80%;
	margin: 0 auto;
}
#jus H2, #dasi H2{
	font-size: 1.6em;
	margin-bottom:1em;
	color:#496374;
}
#jus H3, #dasi H3{
	font-size: 1em;
	margin-bottom:0em;
	font-weight:500;
	color:#496374;
}
#dasi H4{
	margin-bottom:0.25em;
	color:#496374;
}
#jus A, #dasi A{
	color:#546776;
}
#jus P, #dasi P, #jus LI, #dasi LI{
	margin-bottom:1em;
	line-height:130%;
	font-size:0.9em;
	text-align: justify;
}
#jus IMG, #dasi IMG{
	border:none;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
@media screen and (max-width: 1280px) {
	.container{
		width: 75%;
	}
}

@media screen and (max-width: 1100px) {
	.container {
		width: 94%;
	}
	#footer {
		padding: 10% 4%;
	}
	#footer .box{
		float:none;
		width:75%;
		margin:0 auto;
	}
	#footer .left, #footer .right{
		padding: 0 2% 0 6%;
	}
	#kontakt P{
		font-size:0.9em;
	}
}

@media screen and (max-width: 750px) {
	#topbar {
		width: 100%;
		height:auto;
		color: white;
		margin: 0;
		padding-bottom: 10px;
		position:relative;
	}
	
	#topbar #slogan, #topbar #title {
		position:relative;
		top:0px;
		left:0;
		padding: 5px 6%;
		margin-top:0px;
		font-size: 1.25em;
		font-weight: bold;
	}

	#content_wrapper #left_box, #content_wrapper #right_box {
		width: 100%;
		padding: 0 2%;
		float: none;
	}
	#content_wrapper #right_box {
		margin-top:1em;
	}
	div.divide{
		display:block;
		margin:1.5em auto;
		width:75%;
	}
	DIV.tab{
		display:table;
		width:80%;
		padding: 0 6% 0 6%;
		height:100%;
		text-align: left;
	}
	#footer P, #kontakt P{
		font-size: 0.85em;
	}
	
}


/* for 600px or less */
@media screen and (max-width: 600px) {

	#footer {
		padding: 10% 4%;
	}
	#footer .box{
		text-align:center;
	}
	#footer H4{
		margin-top: 8px;
	}
	#footer .left, #footer .right{
		padding: 0 2% 0 6%;
	}
	
	#footer IMG{
		float:none;
		/*display:block;*/
		margin:0;
		width:300px;
	}
	#footer IMG:hover{
		transform: scale(1.0);
	}

}

/* for 480px or less */
@media screen and (max-width: 480px) {

}

/* border & guideline (you can ignore these) */
#left_sb {
	/*background: #f8f8f8;*/
}
#right_bar {
	/*background: #f0efef;*/
}
#header, #left_sb, #content, #right_bar {
	margin-bottom: 0px;
}

#pagewrap, #header, #left_sb, #content, #right_bar, #footer {
	/*border: solid 1px #ccc;*/
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
.bold {
	font-weight:bold;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
 
