@font-face
{
	font-family: '__streamline-24px_5';
	src: url('../font/streamline-24px.eot');
	src: local('?'), url('../font/streamline-24px.woff') format('woff'), url('../font/streamline-24px.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}
body{
	color: #4C4D4F;
	font-family: source-sans-pro, sans-serif;
	font-size: 18px;
	font-weight: 400;
	min-height:1000px;
}
h1{
	color: black;
	font-family: source-sans-pro, sans-serif;
	font-size: 36px;
	font-weight:300;
	padding-bottom:15px;
}
h2{
	color: #4C4D4F;
	font-family: source-sans-pro, sans-serif;
	font-size: 18px;
}
h3{
	color: #AB2132;
	font-family: source-sans-pro, sans-serif;
	font-size: 26px;
	font-weight:300;
}
h4{
	color: black;
	font-family: source-sans-pro, sans-serif;
	font-size: 18px;
	line-height:1.5;
	padding-bottom:20px;
	font-style:italic;
	border-bottom: 1px solid #AB2132;
	display:inline-block;
	padding-bottom:0;
}
.home h4 {font-size:24px;}

a,a:hover,a:focus,a:visited, *[onclick]{
	color: #AB2132;
}
.pseudolink, *[onclick] {
	cursor:pointer;
}
#headertext{
	margin-top: 0px;
	position: relative;
	z-index: 1000;
}
.no-margin-top{
	margin-top:0!important;
}
.no-margin-bottom{
	margin-bottom:0!important;
}
.container{
	max-width:960px;
}
#navigation{
	margin-bottom:0;
	border:none;
	
	
	background-color:rgba(255,255,255,0.9);	
}
#navigation .navbar-header{
	border-bottom:1px solid #C9C9C9;
}
#navigation .navbar-collapse{
	background-color:#EEEEEE;
	border-bottom:1px solid #C9C9C9;
	max-height:none;
}

#navigation{
	border-bottom:none;
}
#navigation .navbar-brand{
	height:auto;
	width:190px;
	padding-top:9px;
	padding-bottom:9px;
}
#navigation .navbar-brand img{
	width:86px;
}
#navigation .container{
	position:relative;
	height:100%;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus{
	border:none;
	background-color:#C9C9C9;
	border-radius:20px;
	padding:12px 10px;
	margin-top:18px;
}
.navbar-default .navbar-toggle:hover ,.navbar-default .navbar-toggle[aria-expanded="true"]{
	background-color:#4C4D4F;
	
}
.navbar-default .navbar-toggle .icon-bar{
	width:18px;
	height:3px;
	background-color:#fff;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 2px;
}
ul.navbar-nav {
	padding: 10px 10px;
}
ul.navbar-nav > li{
	border-top:1px solid #C9C9C9;
}
ul.navbar-nav > li:last-child{
	border-bottom:1px solid #C9C9C9;
}
ul.navbar-nav li  ul.dropdown-menu  li a{
	font-size:18px;
	font-weight:400;
	display:inline-block;
	width:100%;
	padding:2px 10px;
	margin:5px 0;
}
ul.navbar-nav >li.dropdown >a,ul.navbar-nav >li.dropdown >a:focus,ul.navbar-nav >li.dropdown >a:active,ul.navbar-nav> li.dropdown >a:hover{
	padding-bottom:0;
}
.dropdown-menu{
	position:relative;
	display:block;
	width:100%;
	border:none;
	box-shadow:none;
	float:none;
	background-color:#EEEEEE;
}
.dropdown-menu li:hover >a{
		background-color:#EEEEEE;
		color:#AB2132!important;
		border-radius:4px;
	}
ul.navbar-nav > li a,ul.navbar-nav > li > a:active,ul.navbar-nav > li > a:visited{
	color: #4C4D4F!important;
	font-family: source-sans-pro, sans-serif;
	font-size: 24px;
	font-weight: 600;
	padding:10px 10px;
	line-height:20px;
}
ul.navbar-nav > li:hover >a,ul.navbar-nav > li a:focus,ul.navbar-nav > li.active >a,.dropdown-menu >.active>a{
	background:none!important;
	color:#AB2132!important;
}
.navbar-fixed-top{
	 	position:relative;	
	}
	

/**************************************************************************************
  Galerie / Gallery / lightGallery
**************************************************************************************/
#gallery{
	background-color:#EFEFEF;
	padding-top:5%;
	padding-bottom:3%;
}
#lightgallery.row > div {
	padding-top:15px;
	padding-bottom:15px;
}
#lightgallery .background-slider {
	cursor:pointer;
}
/*new lightgallery with iFrame set height*/
.ifHeight75 .lg-inner .lg-video {
	padding-bottom: 75%;/*56.25%;   Format=16:9*/
}
.ifHeight100 .lg-inner .lg-video {
	padding-bottom: 100%;/*56.25%;   Format=16:9*/
}

#SquareLinks > div {
	padding-bottom:15px;
}
#SquareLinks .tblbox {
	width:100%;
	padding-bottom:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position:relative;
	margin-bottom:30px;
}

#SquareLinks #lightgallery div {
	margin-bottom:30px;
}
#SquareLinks #lightgallery a,
#SquareLinks #lightgallery .Bilderrahmen,
#Carousel #lightgallery div img, 
#Carousel #lightgallery a img {
	display:block;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	text-shadow:0 0 3px #000;
	
	background-color:rgba(255,255,255,0);
	transition:	background-color 200ms linear;
}
#SquareLinks #lightgallery a:hover,
#SquareLinks #lightgallery .Bilderrahmen:hover,
#Carousel #lightgallery div img:hover,
#Carousel #lightgallery a img:hover {
	background-color:rgba(255,255,255,0.6);
    transition:	background-color 200ms linear;
}
#SquareLinks #lightgallery img {
	width:100%;
}
.tblbox > div {
	position:absolute;
	width:100%;
	height:100%;
	text-shadow:0 0 3px #000;
	
	background-color:rgba(255,255,255,0);
	transition:	background-color 200ms linear;
	
}
.tblbox > div:hover {
	background-color: rgba(255,255,255,0.6);
	transition:	background-color 200ms linear;
}
.tblbox > div > div {
	display:table;
	width:100%;
	height:100%;
}
.tblbox a {
	font-weight:bold;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:95%;
	height:95%;
	padding:5%;
}
#SquareLinks .tblbox a small {
	font-size:65%;
}
#SquareLinks .tblbox a,
#SquareLinks .tblbox h2{
	color:#FFF;
	text-decoration:none;
}

.regiobank {
	border: none;
}

.regiobank .btn{
	border: 1px solid #cdcdcd;
	border-radius: 4px;
}

.regiobank .radio span{
	float: left;
	margin-right: 5px;
}

@media(min-width:768px){
	#navigation{
		border-bottom:1px solid #AB2132;
	}
	ul.navbar-nav >li.dropdown >a,ul.navbar-nav >li.dropdown >a:focus,ul.navbar-nav >li.dropdown >a:active,ul.navbar-nav> li.dropdown >a:hover{
		padding-bottom:15px;
	}
	ul.navbar-nav li  ul.dropdown-menu  li a{		
		padding:2px 10px;
		margin:13px 0;
		width:auto;
	}
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;    
	}
	.navbar-fixed-top{
	 	position:fixed;	
	}
	
	.dropdown-menu{
		background-color:#fff;
		top:90%;
		padding:5px 10px;
		position:absolute;
		display:none;
		width:auto;
		border:1px solid #ccc;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
	}
	.dropdown-menu li {
		width:100%;
		text-align:center;
	}
	.dropdown-menu li:hover >a,.dropdown-menu >.active>a{
		background-color:#EEEEEE!important;
		color:#AB2132!important;
		border-radius:4px;
	}
	#navigation {
		height:118px;	
	}
	#navigation .navbar-nav {
		position:absolute;
		right:15px;
		bottom:0;
	}
	#navigation .navbar-brand{
		position:absolute;
		bottom:0;
		left:15px;
		
	}
	#navigation .navbar-collapse{
		border-bottom:none;	
	}
	#navigation .navbar-brand img{
		width:100%;
	}
	#navigation.toggle{
		max-height:0;		
		position:fixed;
		min-height:0;
	}
	ul.navbar-nav > li{
		border:none!important;		
	}
	ul.navbar-nav > li a,ul.navbar-nav > li > a:active,ul.navbar-nav > li > a:visited{
		font-size: 16px;
		line-height:13px;
		font-weight: 400;
		padding:15px 5px;
	}
}

@media(min-width:992px){
	ul.navbar-nav > li a,ul.navbar-nav > li > a:active,ul.navbar-nav > li > a:visited{
		font-size: 21px;
		line-height:20px;
		padding:15px 10px;
	}
	.flowrow {
		width:100%;
		-webkit-column-count: 2;
   		-moz-column-count: 2;
		column-count:2;
		-webkit-column-gap: 3em;
     	-moz-column-gap: 3em;
        column-gap: 3em;
	}
	.flowrow .pagebreak {
		-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
          page-break-inside: avoid; /* Firefox */
               break-inside: avoid; /* IE 10+ */
	}
}


header{
	position:relative;
	height:250px;
	margin-top:0;	
}
header.home{margin-bottom:50px;}
header.no-header{
	height:0;	
}

header > div{
	position:relative;	
	height:100%;
}
header .background{
	background-attachment: scroll;
	background-position: center center;
	background-size: auto 150%;
	background-repeat:no-repeat;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
header.home .background{
	background-position: right -30px;
}
header.home h1 {text-align:center;margin-top:0;}

@media(min-width:768px){
	header{
		height:300px;
		margin-top:118px;	
	}
	header.home{
		margin-top:117px; /*Navigationshöhe*/
		margin-bottom:0;
		height:300px;
	}
	header .background{
		position:absolute;
		background-size: cover;
		background-position: right 0;
	}
	header.home h1 {
		text-align:left;
		font-size:60px;
		margin-top:35px;
	}
}
@media(min-width:992px){
	header.home{height:450px;}
	header.home h1 {font-size:70px;}
}
@media(min-width:1200px){
	header.home{height:600px;}
	header.home h1 {font-size:81px;margin-top:110px;}
}

header .logo{
	margin-top:36px;
}
header  ul.navbar-nav{
	width:100%;
	text-align:center;
	margin-top:22px;
}
header  ul.navbar-nav li{
	float:none;
	display:inline-block;
}
header .arrow-down,header .arrow-down:hover,header .arrow-down:active,header .arrow-down:focus{
	font-size: 43px;
	color: #AB2132;
	font-family: '__streamline-24px_5';
	text-decoration:none;
	text-align:center;
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
}
header .shiny{
	position:absolute;
	background:linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0) 40%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	opacity: 0.7;
	top:0;
	bottom:0;
	left:0;
	right:0;	
}
section {padding:80px 0 50px 0;}
section#teaser-area {padding:30px 0 80px 0;}
footer {padding:30px 0;}
.home #Content, 
.home section.content .container > p {
	font-size:24px;
	margin-top:10px;
}
.content .icon{
	color:#EEEEEE;
	font-size:36px;
	font-family: '__streamline-24px_5';
	text-decoration:none;
	text-align:center;
	margin-bottom:10px;
}

.content p img:first-child{ padding-bottom:20px;}
.content .icon.rounded{
	background-color:#AB2132;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-khtml-border-radius: 40px;
	border-radius: 40px;
	display:inline-block;
	width:80px;
	line-height:80px;
}
.content .arrow-right{
	color:#000;
	font-size:18px;
	font-family: '__streamline-24px_5';
	text-decoration:none;
	text-align:center;
}
.content .arrow-right:hover,.content .arrow-right:active,.content .arrow-right:focus{
	color:#AB2132;
}
/*Blog*/
.Blog h1 {padding-bottom:0;}
.Blog h2 {font-size: 25px;}
.Blog .inner {
	margin-bottom:30px;
	background-color:#eeeeee;
}
.Blog .img {
	padding-bottom:62%;
	background: no-repeat center;
	background-size:cover;
}
.Blog .txt {
	min-height:120px;
	padding:10px 5px 0 15px;
	
}
@media(min-width:768px){
	.content .arrow-right{
		font-size:24px;
	}
	/*Update JC 27.02.2018*/
	.content .kacheln > div {min-height:203px;}
	.content .icon.rounded{margin:0 auto 20px auto;display:block;}
	.home #Content, 
	.home section.content .container > p {
		margin-top:0;
	}
}
.home .content.blog {padding-top:0;}
.content.gray{
	background-color:#EEEEEE;
	padding-bottom:30px;
}
.content.gray .row > * {
	margin-bottom:50px;
}
.content.black{
	background-color:#4C4D4F;
	color:#fff;
}
.content.black h2,.content.black h3{
	color:#fff;
}
.content.black a{
	color:#fff;
}
.content .container > hgroup {
	margin-bottom:80px;
}
.content .row hgroup{
/*	text-align:center;*/
	margin:10px 0 10px 0;
}
#Content:not(.Blog) .row > * {margin-bottom:30px;}

.content hgroup h1,.content hgroup h2,.content hgroup h3,.content hgroup h4{
	margin:0;
	margin-bottom:5px;
}
.content ul{
	list-style:none;
	padding:0;	
}
.content ul:not(.nav) li{
	padding-left:20px;
	list-style:none;
	margin-top:0.5em;
	position:relative;
}
.content ul:not(.nav):not(.pagination) li:before{
	content: '\2022';
	color:#AB2132;
	position:absolute;
	left:0;
	
}
.content .tile-image{
	background-size: cover;
	background-position:center center;
	width:100%;
	padding-bottom:69%;
	position:relative;
}
.content .tile-image > div {
	background-size: cover;
	background-position:center center;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity:0;
	transition: opacity 400ms linear;
}
.content .tile-image:hover > div {
	opacity:1;
	transition: opacity 400ms linear;
}
@media(min-width:768px){
	.content .tile-image{padding-bottom:237px;}
	
	#headertext{margin-top: -120px;}
}
@media(min-width:992px){
	.content .tile-image{padding-bottom:310px;}
	
	#headertext{margin-top: -250px;}
}
@media(min-width:1200px){
	.content .tile-image{padding-bottom:200px;}
	
	#headertext{margin-top: -250px;}
}
.map{
	position:relative;		
}
.map .disablemap{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;	
}
.map iframe{
	/*pointer-events:none;	*/
}
.form-group label{
	font-size: 18px;
	font-weight: 400;
}
footer .form-group label{
	font-size: 16px;
	line-height: 30px;
	
}
footer .form-group input{
	min-height:28px;
	padding:11px 6px;
	height:auto;
}
footer .form-group input,footer .form-group textarea{
	border:none;
	border-radius:0;
}
footer .row:first-child{
	padding-bottom:20px;	
}
.form-group input,.form-group textarea{
	font-size: 18px;
	color: #4F4F4F;
	outline:none;
	

}
.form-group input:focus,.form-group textarea:focus{
	outline:none;
	box-shadow:none;

}
.has-error .control-label{
	color:#D7244C;
}
::-webkit-input-placeholder { /* WebKit browsers */
    font-style: italic;
	color:#B4B4B4;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-style: italic;
   opacity:  1;
   color:#B4B4B4;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-style: italic;
   opacity:  1;
   color:#B4B4B4;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   font-style: italic;
   color:#B4B4B4;
}
.has-error ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #D7244C;
}
.has-error :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #D7244C;
}
.has-error ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #D7244C;
}
.has-error :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #D7244C;
}

.btn{
	font-size:18px;
	color:#AB2132;
	padding:6px 30px;
}
.btn:hover{
	color:#AB2132;
}
[data-href]{
	cursor:pointer;	
}
.content.black #Done a, 
.content.black #Done a:visited {
	color:rgba(255,255,255,0.3);
}
.panel-title {font-size:18px;}
@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	 .website table, 
	 .website thead, 
	 .website tbody, 
	 .website th, 
	 .website td, 
	 .website tr { 
		display: block; 
	}
	.website table.table tr td.noborder{
		border:none;
	}
}
