body{
	font-family: 'PT Sans', sans-serif;
}
A:ACTIVE, A:LINK, A:VISITED {

	color : #407EAE;
	text-decoration:none;
}
 A:HOVER
 {

	color : Gray;
	text-decoration:none;

}
.defaulttext
{
	font-family: 'PT Sans', sans-serif;
	color : black;
	font-size : 13px;
	margin-left: 25px;
	line-height : 200%;
  letter-spacing: 1px;
}

h1
{
	font-family: 'PT Sans', sans-serif;
	font-size : 15px;
	color :  black;
	line-height : 200%;
  text-transform: uppercase;
  font-weight:lighter;
    letter-spacing: 1px;
}
h2,
.h2
{
	font-family: 'PT Sans', sans-serif;
	font-size : 15px;
	color :  #0e5fa7;
	line-height : 150%;
  	text-transform: uppercase;
    font-weight:lighter;
}
a.navi:visited,a.navi:link
{
	text-decoration : none;
	font-size : 14px;
	font-family: 'PT Sans', sans-serif;
	color : #407EA4;
	line-height : 200%;
	text-align: right;
}
a.navi:hover,a.navi:active
{
	text-decoration : none;
	color: #624C2F;
	font-size : 14px;
	font-family: 'PT Sans', sans-serif;
	line-height : 200%;
	text-align: right;
}
.navi
{
	font-size : 14px;
	font-family: 'PT Sans', sans-serif;
	color : #407EA4;
	text-align: right;
	line-height : 200%;
}
.aktuelles
{
	color: #248D86;
font-family: 'PT Sans', sans-serif;
	font-size : 12px;
	line-height : 200%;
}

textarea
{
font-family: 'PT Sans', sans-serif;
	font-size : 12px;
	color : black;
}
input
{
font-family: 'PT Sans', sans-serif;
	font-size : 12px;
	color : black;
}
select
{
font-family: 'PT Sans', sans-serif;
	font-size : 12px;
	color : black;
}
small
{
font-family: 'PT Sans', sans-serif;
	font-size : 9px;

}

/* Adds 2016-11-17 */
#Ebene10 h2{
	margin:0;
}
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
/* /Adds */

/* Adds 2017-08-1 */
#nav-main {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:30px;
	background:rgba(255,255,255,.75);
}

#nav-main:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:-8px;
	width:100%;
	height:8px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 );
	z-index:1;
}

#nav-main ul{
	list-style-type:none;
	width:1100px;
	display:flex;
	margin:0 auto;
	padding:0;
}

@media screen and (max-width:1099px){
	#nav-main ul{
		background:rgba(255,255,255,.75);
	}
}

@media screen and (min-width:1100px){
	#nav-main {
		background:rgba(255,255,255,.75);
	}
}

#nav-main li{
	display:inline-block;
	margin:0 20px;
	flex: auto;
}
#nav-main li.has-bg{
	background-color:#407EAE;
	padding:0 20px;
	white-space:nowrap;
}
#nav-main li.has-bg a{
	color:#fff;
}
#nav-main li,
#nav-main a{
	line-height:30px;
	text-align:center;
}
@media screen and (max-width:992px) {
	#nav-main li{
		margin:0 10px;
	}
	#nav-main a {
		font-size:16px;
		text-transform: none;
		white-space:nowrap;
	}
}
@media screen and (max-width:768px) {
	#nav-main li{
		margin:0 5px;
	}
	#nav-main a {
		font-size:14px;
	}
}
#nav-main img{
	padding-top:7px;

}
#nav-main a{
	display:inline-block;
}
/* /Adds 2017-08-1 */

/* Anpassungen 2017-09-05 */
#top-bar{
	position:relative;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:172px;
	background:url(media/bg_header.png) left top repeat-x;
}
#top-bar .inside{
	width:1100px;
	margin:0 auto;
	position:relative;
	height:172px;
	background:url(media/bg_header.png) left top repeat-x;
}
#top-bar #header-logo{
	position:absolute;
	left:50%;
	top:50%;
	width:215px;
	height:101px;
	margin-left:-107px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#header-images{
	position:relative;
	width:100%;
	background-color:#e8dfdd;
}
#header-images:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	right:0;
	width:100%;
	height:8px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=0 );
	z-index:1;
}
#header-images .inside{
	width:1100px;
	margin:0 auto;
	position:relative;
}
#header-images #header-image{
	margin:0 auto;
}
#header-images #header-image img{
	max-width:100%;
	height:auto;
}
/* /Anpassungen 2017-09-05 */

/* Anpassungen 2017-09-08 */
#gallery-wrapper ul{
	list-style-type:none;
	margin-bottom:20px;
	padding:0;
}
#gallery-wrapper ul:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}
#gallery-wrapper li{
	float:left;
	margin-right:2%;
	width:18.4%;
	margin-bottom:20px;
}
#gallery-wrapper li:nth-of-type(5n){
	margin-right:0;
}
#gallery-wrapper a{
	display:block;
}
#gallery-wrapper img{
	max-width:100%;
	height:auto;
	display:block;
}

#team-wrapper ul{
	list-style-type:none;
	margin-bottom:20px;
	padding:0;
	width:1100px;
	margin:0 auto;
}
#team-wrapper ul:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}
#team-wrapper li{
	float:left;
	margin-right:2%;
	width:18%;
}
#team-wrapper li:last-of-type{
	margin-right:0;
}
#team-wrapper img{
	max-width:100%;
	height:auto;
	display:block;
}

#btn-terminvergabe a{
	display:block;
	max-width:350px;
	margin:0 auto;
}
#btn-terminvergabe img{
	max-width:100%;
	height:auto;
	display:block;
}
/* /Anpassungen 2017-09-08 */

/* Lightbox */
/* Preload images */
body:after {
    content: url(media/lightbox/close.png) url(media/lightbox/loading.gif) url(media/lightbox/prev.png) url(media/lightbox/next.png);
    display: none;
}

body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;

    /* Image border */
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;

    /* Background color behind image.
       This is visible during transitions. */
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(media/lightbox/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(media/lightbox/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(media/lightbox/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(media/lightbox/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* /Lightbox */

/* helper */
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
/* /helper */

/* Terminbuchung Weiche */
#terminbuchung-weiche-wrapper {
	text-align:center;
	background-color: rgba(255, 255, 255, .5);
	border: 1px solid #fff;
	margin-top:50px;
	padding:40px 0 50px 0;
}
#terminbuchung-weiche-wrapper .inside {
	display: flex;
}
#terminbuchung-weiche-wrapper .inside > div {
	flex: 0 0 50%;
}
#terminbuchung-weiche-wrapper .inside > div:first-child {
	text-align:right;
	padding-right: 20px;
}
#terminbuchung-weiche-wrapper .inside > div:last-child {
	text-align:left;
	padding-left: 20px;
}
#terminbuchung-weiche-wrapper .btn,
#terminbuchung-2020-wrapper .btn {
	font-size:16px;
	line-height:1;
	color: #fff;
	padding: 20px 30px;
	border:1px solid #fff;
	background-color: #407EAE;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	display: inline-block;
}
#terminbuchung-weiche-wrapper .btn:hover,
#terminbuchung-weiche-wrapper .btn:focus,
#terminbuchung-2020-wrapper .btn:hover,
#terminbuchung-2020-wrapper .btn:focus {
	border-color: #407EAE;
	background-color: #fff;
	color: #000;
}