/***********************
FONT-FACE
***********************/
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/SourceSansPro-Light.otf');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/SourceSansPro-Regular.otf');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/SourceSansPro-Bold.otf');
}

/***********************
ANIMATIONEN
***********************/
@keyframes entry {
	from {
		opacity: 0;
		margin-top: -81px;
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes hoch {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-1%);
	}
	100% {
		transform: translate(0);
	}
}
@keyframes runter {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(1%);
	}
	100% {
		transform: translate(0);
	}
}

/***********************
GLOBALE WERTE
***********************/
body {
	line-height: 1.6;
	font-size: 16px;
	font-family: 'Arial', sans-serif;
	color: #5e5e5d;
}
a, .footer-section a, .footer-section-meta .language-menu .active a {
	color: #0a6c6a;
	transition: 0.2s ease;
}
	a:hover, .footer-section a:hover, .footer-section-meta .language-menu .active a:hover {
		color: #058484;
	}
	.active {
		color: #000;
	}
img {
	max-width: 100%;
	height: auto;
}
figcaption, figure .caption {
	text-align: center;
	font-size: 1.3em;
	font-family: 'Times New Roman', Times, serif;
}
.row {
	margin: 0px;
}

ul li a + ul, ul ul li a + ul {
	display: none;
}
a.active + ul{
	display: block;
}

iframe {
	max-width: 100%;
}
hr {
	margin-top: 0;
	border-top: 1px solid #5e5e5d;
}
/***********************
TEXTFORMATTIERUNG
***********************/
h1,h2,h3 {
	font-family: 'Times New Roman', Times, serif;
}
h1 {
	font-size: 3.157em;
	color: #0a6c6a;
	font-weight: 400;
}
h2 {
	font-size: 2.369em;
	color: #0a6c6a;
}
h3 {
	font-size: 1.777em;
}
.lead {
	font-size: 16px;
}
/***********************
NAVIGATION
***********************/
#navtoggle {
	padding: 15px;
	position: fixed;
	top: 67px;
	right: 0;
	z-index: 2;
	display: none;
}
.navbar.navbar-default.navbar-has-image.navbar-top {
		display: none;
}
.navbar.navbar-default.navbar-has-image.navbar-top {
	animation-name: entry;
	animation-duration: 1s;
}
	header.navbar {
		box-shadow: 0px 0px 5px 0px #dedede;
	}
		.navbar li a {
			background: #fff;
			font-family: 'Open Sans', sans-serif;
			padding: 4px 12px;
			transition: all 0.2s ease-in;
			position: relative;
		    overflow:hidden;
		    z-index: 1;
		    cursor: pointer;
		    text-transform: capitalize;
		    color: #0a6c6a;
		}
		.navbar li a:hover {
			background: #0a6c6a;
			color: #fff;
		}
		.scroll-top:hover, .btn-primary, #navbar li a:hover, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default-transition .navbar-nav > li > a:hover, .navbar-default-transition .navbar-nav > li > a:focus, .navbar-default-transition.navbar-transition .navbar-nav > li > a:hover, .navbar-default-transition.navbar-transition .navbar-nav > li > a:focus {
			background: #0a6c6a;
			color: #fff;
		}
/*Inhaltsarea*/
.col-md-3 .frame{
	border-right: 1px solid #bbb;
	padding-top: 0;
	margin-top: 38px;
}
.col-md-3 .frame > ul{
	padding: 0;
	list-style: none;
}
.col-md-3 .frame ul li {
	border-top: 1px solid #bbb;
	padding: 5px 0;
}
	.col-md-3 .frame ul ul li {
		border-top: none;
	}
	.col-md-3 .frame ul ul{
		padding: 0 0 0 6px;
		list-style: none;
	}
	.col-md-3 .frame ul ul ul {
		padding: 12px;
		background: #e1e1e1;
		list-style: none;
	}
/***********************
INHALTSLAYOUTS
***********************/
.hintergrund-alternativ {
	background: #efefef;
	padding: 40px 0;
	border-top: 1px solid #dbd8d8;
	border-bottom: 1px solid #dbd8d8;
}
	.hintergrund-alternativ .col-md-4 {
		padding: 0 30px;
	}

.highlight-box {
	background: #fff;
	border: 2px solid #84aaab;
}
	.highlight-box .frame {
		padding-top: 0px;
	}
	.highlight-box h1 {
		background: #84aaab;
		padding: 5px 10px;
		font-size: 1em;
		color: #fff;
		font-family: 'Arial';
		line-height: 1.6;
	}
	.highlight-box p {
		padding: 0 10px;
	}
	/*Bildanpassungen*/
	.highlight-box .gallery-item {
		padding: 0;
	}
	.highlight-box .image {
		margin-bottom: 0px;
	}
	/*Medienliste*/
	.highlight-box .media-list {
		padding: 0 10px;
	}
		.highlight-box .media-list .media {
			margin-bottom: 0;
		}
/***********************
FOOTER
***********************/
	.footer-section {
		background: #fff;
		color: #0a6c6a;
		padding: 1em 0;
	}
		.footer-section a {
			text-decoration: underline;
		}
	#custom-border-bottom {
		height: 30px;
		width: 100%;
		background: linear-gradient(90deg,#3b7f7f, #8fb1b1);
	}	
	/*******************
	GOOGLE MAPS
	*******************/
	#section_map {
		background-color: #fff;
		border-top: 1px solid #eee;
	}
		#map {
			width: 100%;
			height: 350px;
		}
/***********************
SPRACHMENÜ
***********************/
#language_menu li:nth-child(2) {
	
}
/***********************
EXTENSIONS
***********************/
	/***********************
	TX_news
	***********************/
	.news-list-item {
		margin-bottom: 40px;
	}
	.label-info {
		background: #0a6c6a;
	}
	/***********************
	tt_address
	***********************/
	.postal-code {
		margin: 0 5px 0 0;
	}
	/***********************
	Indexed Search
	***********************/
	.media {
		margin: 55px 0;
	}
/***********************
MEDIAQUERIES
***********************/
@media screen and (min-width: 922px) {
    .body-bg-top {
    	padding-top: 0px;
    }
    /*Navigation*/
    .navbar-main li a {
    	line-height: 33px;
    	margin: 19px 0;
    }
    .navbar-header-main .navbar-brand {
    	line-height: 80px;
    	height: 80px;
    }
}
@media screen and (max-width: 767px) {
    .container.content {
    	max-width: 360px;
    }
}

@media screen and (min-width: 992px) {
	#ring-klein-1, #ring-klein-2, #ring-klein-3 {
	animation: hoch 1s linear infinite;
	}
	#ring-klein-2 {
		animation: runter 1s linear infinite;
	}
}
@media screen and (max-width: 992px) {
    #navtoggle {
    	display: block;
    }
    .col-md-3.content {
		padding: 0;
		transform: scaleY(0);
		transition: 0.2s ease;
		position: relative;
		z-index: -1;
		visibility: hidden;
		height: 0px;
	}
		.col-md-3.content.expanded {
			transform: scaleY(1);
			position: relative;
			z-index: 1;
			visibility: visible;
			height: 100%;
		}

	.col-md-3 .frame ul li {
		background: #058484;
		padding-left: 5px;
	}
		.col-md-3 .frame ul li a{
			color: #fff;
		}
	.col-md-3 .frame ul ul li {
		background: #fff;
		color: #058484;	
	}
		.col-md-3 .frame ul ul li a{
			color: #058484;
		}
	.col-md-3 .frame ul ul ul li {
		background: transparent;
	}
}
@media screen and (max-width: 370px) {
	h1 {
		font-size: 2.0em;
	}
	h2 {
		font-size: 1.6em;
	}
	h3 {
		font-size: 1.3em;
	}
}