/* ======================================================================== */
/* ! General
/* ======================================================================== */
body {
	font: 300 16px/24px 'Source Sans Pro', Arial, Helvetica, Geneva, sans-serif;
	background: #FFFFFF;
	color: #666;
}
#language {
	margin-top:-20px;
	margin-bottom:10px;
	color:#FFF;
}
#language a {
	color:#FFF;
	text-decoration:none;
}
body.hidden-body {
	visibility: hidden;
}
body.visible-body {
	visibility: visible;
}
a,
.emphasis {
	color: #666;
}
a:hover {
	text-decoration: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-ms-transition: 0.25s;
	transition: 0.25s;
}
.light {
	font: 300 'Source Sans Pro';
}
.uppercase {
	text-transform: uppercase;
}
.fullheight {
	height: 100%;
}
.wrapper {
	box-sizing: border-box;
	position: relative;
	padding: 50px 0;
}
section {
	position: relative;
}
.anchor {
	position: absolute;
	top: -60px;
}
.bordered {
	border: 5px solid #fff;
	display: inline-block;
}
.full-rounded {
	border-radius: 1000px;
	-moz-border-radius: 1000px;
	-webkit-border-radius: 1000px;
	-ms-border-radius: 1000px;
}
.bg-colored,
.progress .bar {
	background: #006464;
	color: #fff;
	text-shadow: none;
	border: none;
}
.bg1 { background: url('../img/bg-1.jpg') no-repeat 50% 0; }
.bg2 { background: #FFF; }
.bg3 { background: url('../img/Hintergrund.jpg')}

.bg1 {
	height: 400px;
	padding: 0;
/*
	background-size: cover;
	background-position: bottom;
*/
}
.bg2, .bg3 {
	height: 500px;
	padding: 0;
	background-attachment: fixed!important;
/*
	background-size: cover;
*/
}
.headline-holder {
	display: inline-block;
}
.headline h2 {
	color: #fff;
	background: rgba(255,255,255,.6);
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	font-size: 36px;
	line-height: 56px;
}
.headline p {
	color: #000;
	background: rgba(255, 255, 255, .5);
	display: block;
	margin: 0;
	padding: 5px 10px;
	font-size: 18px;
}
.headline-wrapper {
   display: table;
   width: 100%;
}
.headline {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}

.slides {
	overflow: hidden;
}
#jpreOverlay {
	background-color: #fff;
}
#jpreSlide{
	font-size:14px;
	font-weight:bold;
	color: #333;
	text-align:center;
	width:50%;
	height:30%;
}
#jpreLoader{
	width:100%;
	height:1px;
	border:none;
}
#jpreBar {
	background: #006464;
}
#jprePercentage {
	color:#333;
	text-align:center;
	top:-100%;
	margin: 20px 0 0;
}

img.portrait {
	max-width: 270px;
	margin: 0 0 30px 0;
}

#second h1, #third h1 {
	font-size: 42px;
	line-height: 50px;
	margin-bottom: 27px;
}

#second .bg-colored h1, #third .bg-colored h1 {
	margin-bottom: 0;
}

#second .bg-colored h2, #third .bg-colored h2 {
	text-transform: uppercase;
	margin-bottom: 30px ;
}

.icon {
	font-size: 100px;
	color: #FFFFFF;
	margin: 30px 0;
}

.bb-list {
    list-style-type: none;
}
.bb-list li{
	padding-bottom:10px;
}

#third .headline-wrapper {
	position: relative;
}
.map-contact {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	z-index: 10;
}
.map-contact .span6.text-center {
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
}

.map-contact p {
	color: #000;
}

.map-contact h1 {
	font-size:32px!important;
	color:#666!important;
}


/* ======================================================================== */
/* ! Typography
/* ======================================================================== */
h1, h2, h3, h4, h5, h6, p { margin: 0 0 20px; }
h1, h2, h3, h4, h5, h6, p, ul { letter-spacing: 0.02em; }
h1 { font: 400 46px/54px 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; color:#FFF; } 
h2 { font: 300 32px/40px 'Source Sans Pro', sans-serif; }
h3 { font: 300 24px/30px 'Source Sans Pro', sans-serif; }
h4 { font: 300 18px/24px 'Source Sans Pro', sans-serif; }
h5 { font: 300 16px/22px 'Source Sans Pro', sans-serif; }
h6 { font: 300 14px/20px 'Source Sans Pro', sans-serif; }

/* ======================================================================== */
/* ! Footer
/* ======================================================================== */
footer * {}
footer .bg-colored {
	color: #d3d3d3 !important;
}
footer h3 {
	font-size: 18px;
	line-height: 24px;
}
footer p {
	font-size: 14px;
	line-height: 150%;
	margin-bottom:21px;
}
footer a {
	color: #d3d3d3 !important;
}
footer a:hover {
	text-decoration: underline;
}
.footer-icons {
	margin: 30px 0;
}
.footer-icons a {
	background: rgba(255, 255, 255, .2);
	height: 30px;
	width: 30px;
	display: inline-block;
}
.footer-icons a:hover {
	background: rgba(255, 255, 255, .5);
}
.footer-icons a i {
	position: relative;
	top: 5px;
}
.datenschutz {
  color: #006464 !important;
  background-color: rgba(255,255,255,0.8);
}
.translation_en_h4 {
  color: #006464 !important;
  background-color: rgba(255,255,0,1);
}