/*
 * Skeleton V1.2
 * Copyright 2011, Dave Gamache
 * www.getskeleton.com
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 6/20/2012
 */

@import url('https://fonts.googleapis.com/css?family=Istok+Web:400,400i,700');
/* SKELETON
 * * * * * * * * * * * * * * * * * * * * * * * */
.container .five-one-half.columns {
	width: 310px;
}
/* GENERAL SYLES
 * * * * * * * * * * * * * * * * * * * * * * * */
html, body {
	height: 100%;
}
body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Istok Web', sans-serif;
}
h1, .container h1.columns {
	font-size: 49px;
	margin-bottom: 40px;
	line-height: 58px;
}
h2, h3, h4, h5, h6 {
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
}
h3{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0;
}
a {
	text-decoration: none;
}
p {
	line-height: 1.8em;
}
.red {
	color: #FF0000;
}
#logo {
	margin-top: 13px;
	position: relative;
}
#logo a {
	float: left;
}
#logo svg {
	width: 100%;
	height: 56px;
}
img {
	width: 100%;
}
.downloads img,  .csdl_aic img{
	width: auto;
}

.csdl_aic img{
	position: relative;
	top: 2px;
}

.dc_document p{
	margin-bottom: 5px;
}
/* HEAD
 * * * * * * * * * * * * * * * * * * * * * * * */
#head {
	border-top: 6px solid;
	margin-bottom: 30px;
}
#head #head_inhalt {
	border-bottom: 1px solid #dadada;
}
.resp_tel, .resp_mark {
	bottom: 0;
	display: none;
	font-size: 25px;
	position: absolute;
	right: 10px;
}
.resp_tel{
	right: 10px;
	position: absolute;
	bottom: 0;
	font-size: 25px;
	display: none;
}
/* HEAD -> MENU
 * * * * * * * * * * * * * * * * * * * * * * * */
#menu_responsive {
	display: none;
	position: relative;
	width: 100%;
}
#menu .fa {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 21px; /* 7 / 14 / 21 / 28 */
	line-height: 21px;
	padding: 7px 10px 7px 10px;
	/*color: #FF0000;*/
}
#menu_responsive .fa {
	position: static;
}
#menu_responsive_bar {
	/*background-color: #00FF00;*/
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 32px 10px 37px;
	text-transform: uppercase;
	/*color: #FF0000;*/
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
}
#menu_responsive_bar .fa {
	position: absolute;
	top: 0;
	right: auto;
	left: 0;
	padding: 6px 0 0 10px;
}
#menu_responsive_karte {
	position: absolute;
	top: 0;
	right: 116px;
}
#menu_responsive_telefon {
	position: absolute;
	top: 0;
	right: 80px;
}
#menu_responsive_email {
	position: absolute;
	top: 0;
	right: 39px;
}
#menu_responsive_home {
	position: absolute;
	top: 0;
	right: 0;
}
span.toggle-sub-lvl {
	display: none;
}
#menu ul {
	float: left;
	margin: 0;
	height: 77px;
}
#menu ul li {
	float: left;
	margin: 0;
}
#menu ul li a {
    float: left;
    padding: 30px 7px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 13px;
    padding-top: 49px;
    border-bottom: 1px solid transparent;
}
#menu ul li a .sub_title{
	font-size: 10px;
	font-style: italic;
	color: #575756;
	text-align: center;
	display: block;
	font-weight: 400;
}

#menu ul li a:hover,
#menu ul li a:focus,
#menu ul li.current1 a{
	border-bottom: 1px solid;
}
#menu ul.level1 li.level1 ul.level2,
#menu ul.level1 li.current1 ul.level2 {
    display: none;
    position: absolute;
    top: 78px;
    z-index: 5000;
    background: rgba(109, 117, 96, 0.7);
    height: auto;
    width: auto;
    min-width: 159px;
    -webkit-transition: color 200ms ease, background 200ms ease;
    -moz-transition: color 200ms ease, background 200ms ease;
    -o-transition: color 200ms ease, background 200ms ease;
    transition: color 200ms ease, background 200ms ease;
}
#menu ul.level1 li.level1:hover ul.level2,
#menu ul.level1 li.level1:focus ul.level2,
#menu ul.level1 li.current1:hover ul.level2,
#menu ul.level1 li.current1:focus ul.level2 {
	display: block;
}
#menu ul li.current1 ul.level2 li a {
	border: none;
}
#menu ul li.current1 ul.level2 li a.current2 {
    background: rgba(109, 117, 96, 1);
}
#menu ul.level2 li {
    float: left;
    width: 100%;
}
#menu ul.level2 li a {
    float: left;
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    text-transform: none;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
}
#menu ul.level2 li a:hover, 
#menu ul.level2 li a:focus {
	background: rgba(109, 117, 96, 1);
	border-bottom: 1px solid transparent;
}
#menu_responsive_bar:hover,
#menu_responsive_bar:focus {
	border-bottom: 1px solid;
}
/* HEAD -> IMAGE
 * * * * * * * * * * * * * * * * * * * * * * * */
#kopfbild {
	height: 272px;
	overflow: hidden;
	margin-bottom: 40px;
}
#kopfbild .kb_img_title {
	display: none;
}
#kopfbild.startseite {
	height: 320px;
}
#kopfbild.startseite.video {
	height: 528px;
}
#kopfbild #googleMaps{
	height: 320px;
}

.header-video {
	display: block;
	width: 100%;
	margin: 0;
	height: 528px;
	padding: 0;
	position: relative;
	z-index: -2;
}
.video__iframe{
	height: 100%;
	width: 100%;
	position: absolute;
	inset: 0;
	z-index: 2;
}
/* CONTENT
 * * * * * * * * * * * * * * * * * * * * * * * */
#dynamiccontent ul {
    list-style: circle;
    margin-left: 35px;
}
#dynamiccontent ul li {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 24px;
}
a.fbox {
    float: left;
    width: 100%;
    height: 181px;
    overflow: hidden;
}
#inhalt.portrait .dc_image a.fbox {
    height: auto;
}
/* CONTENT -> NEWS
 * * * * * * * * * * * * * * * * * * * * * * * */
.single_news_startseite{
	float: left;
	margin-bottom: 20px;
	padding-right: 20px;
}
#nt_wrapp {
    font-size: 15px;
    line-height: 24px;
}
.nt_textshort {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
}
.nt_single{
	float: left;
	margin-bottom: 40px;
}

.nt_single .first_image_list{
	height: 140px;
	overflow: hidden;
}
.nt_detalillink{
	float: right;
	display: block;
	clear: both;
}
.nt_date {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 29px;
}
.nt_shorttext_single{
	font-style: italic;
	margin-bottom: 20px;
}
#nt_images_wrap .nt_image{
	float: left;
	width: 200px;
	height: 100px;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
}
#nt_images_wrap .nt_image:nth-child(3n){
	margin-right: 0;
}

/* FOOTER
 * * * * * * * * * * * * * * * * * * * * * * * */
#footer {
	border-top: 3px solid;
	font-style: italic;
	background-color: #d3d9d3;

}
#footer #adresse,
#footer #kontakt,
#footer #impressum{
	padding: 20px 0;
}
#footer #impressum {
	text-align: right;
}
/* FOOTER -> STICKY FOOTER
 * * * * * * * * * * * * * * * * * * * * * * * */
#wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -120px;
}
#footer{
	height: 117px;
}
#push{
	height: 120px;
}
#kon_wrap, #inhalt {
    font-size: 15px;
    line-height: 24px;
}


#inhalt ul{
	padding: 0 0 0 20px;
	list-style-type: disc;
}

/* FORM
 * * * * * * * * * * * * * * * * * * * * * * * */
form {
    margin-bottom: 0;
    float: left;
    width: 100%;
}
label {
	float: left;
}
input[type="text"], input[type="password"], input[type="email"], select {
	width: 300px;
	padding: 5px;
}
input[type="radio"] {
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}
textarea {
    width: 630px;
    resize: vertical;
}
select {
	width: 310px;
	height: 28px;
}

/* Umfrage
 * * * * * * * * * * * * * * * * * * * * * * * */
#umfrage {
    float: left;
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
#umfrage label {
    float: left;
    width: 89%;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 19px;
}
#umfrage span {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}
#umfrage input[type="submit"] {
    float: left;
    margin-bottom: 0;
}

/* BUTTONS
 * * * * * * * * * * * * * * * * * * * * * * * */

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	float: right;
	background: #eee; /* Old browsers */
	border: none;
	border-top: none;
	border-left: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	text-shadow: none;
	cursor: pointer;
	margin: 0;
	margin-bottom: 20px;
	line-height: normal;
	padding: 8px 10px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	color: #222;
	background: #ddd; /* Old browsers */
	border: none;
	border-top: none;
	border-left: none;
}

.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
	border: none;
	background: #ccc; /* Old browsers */

}

input[type="submit"] {
    margin-bottom: 50px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
	color: #ffffff;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

#sidebar_kontakt span {
    float: left;
    width: 100%;
}
#sidebar_kontakt span.telefon {
    margin-top: 10px;
}

#sidebar_vorsorge span {
	background: #6d7560;
	color: #fff;
	padding: 10px 20px;
	border-radius: 9px;
	margin-top: 6px;
	float: right;
	margin-right: 65px;
}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	/* SKELETON
	 * * * * * * * * * * * * * * * * * * * * * * * */
	.container .five-one-half.columns {
		width: 244px;
	}
	/* HEAD -> IMAGE
	 * * * * * * * * * * * * * * * * * * * * * * * */
	#kopfbild, #googleMap {
		height: 216px;

	}
	#kopfbild.startseite {
		height: 250px;
	}
	#logo {
	    float: left;
	    width: 100%;
	}

	/* HEAD -> MENU
	 * * * * * * * * * * * * * * * * * * * * * * * */
	#menu.offset-by-one.eleven.columns.omega {
	    width: 100%;
	    padding-left: 0;
	    margin-left: 0;
	}
	#menu ul {
	    margin: 0;
	    height: 38px;
	    margin-top: 20px;
	}
	#menu ul li a {
	    font-size: 13px;
	    padding: 15px 16px 10px 16px;
	    line-height: 13px;
	}
	#menu ul.level1 li.level1 ul.level2, #menu ul.level1 li.current1 ul.level2 {
	    top: 112px;
	    min-width: 181px;
	}
	#menu ul.level2 li a {
	    padding: 15px 21px;
	}
	
	/* CONTENT -> NEWS
 	* * * * * * * * * * * * * * * * * * * * * * * */
	#nt_images_wrap .nt_image{
		width: 156px;
		height: 78px;
	}
	#news_startseite {
	    float: left;
	    width: 100%;
	}
	.nt_date {
	    margin-bottom: 5px;
	    font-size: 12px;
	    margin-top: 10px;
	    float: left;
	    width: 100%;
	}
	/* FORM
    * * * * * * * * * * * * * * * * * * * * * * * */
	input[type="text"], input[type="password"], input[type="email"], select {
		width: 232px;
		padding: 5px;
	}
	select{
		width: 244px;
	}
	textarea {
		width: 498px;
	}
	h1.eleven.columns.offset-by-five, h1 {
	    font-size: 31px;
	    line-height: 39px;
	    margin-bottom: 20px;
	}
	a.fbox {
	    height: 136px;
	}
	#umfrage label {
	    width: 86%;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 767px) {
	/* SKELETON
	 * * * * * * * * * * * * * * * * * * * * * * * */
	.container .five-one-half.columns {
		width: 420px;
	}
	/* HEAD
	 * * * * * * * * * * * * * * * * * * * * * * * */
	.resp_mark {
		display: block;
		float: left;
		right: 40px;
	}
	.resp_tel{
		display: block;
	}
	#logo{
		margin-bottom: 20px;
	}
	#logo svg{
		height: 77px;
		width: auto;
	}

	/* HEAD -> IMAGE
	 * * * * * * * * * * * * * * * * * * * * * * * */
	#kopfbild, #googleMap,
	#kopfbild.startseite {
		height: 136px;
	}
	#kopfbild.startseite.video {
		height: 300px;
	}
	.header-video{
		height: 300px;;
	}
	#kopfbild.kontakt {
	    float: left;
	    width: 100%;
	    margin-top: 30px;
	}
	/* HEAD -> MENU
	 * * * * * * * * * * * * * * * * * * * * * * * */
	#head #head_inhalt {
		border-bottom: none;
	}
	/* Generell */
	#menu_responsive {
		display: block;
	}
	span.toggle-sub-lvl {
	    float: left;
	    width: 100%;
		display: block;
		position: relative;
	}
	#menu .toggle-sub-lvl .fa {
	    display: block;
	    line-height: 13px;
	    padding-top: 15px;
	    padding-bottom: 12px;
	    float: right;
	    box-sizing: border-box;
	    margin-right: 6px;
	    margin-top: 0;
	}
	#menu .fa {
		display: block;
	}
	#menu ul.level1 {
		display: none;
	}
	#menu ul li a {
		border-bottom: 1px solid #dadada;
	}
	#menu_responsive {
	    float: left;
	    width: 100%;
	    border-bottom: 1px solid #dadada;
	    border-color: #dadada !important;
	}
	#menu_responsive_bar {
	    float: left;
	    width: 272px;
	}
	#menu_responsive_bar:hover, 
	#menu_responsive_bar:focus {
	    background: transparent !important;
	    border: none;
	}
	#menu ul li a:hover, #menu ul li a:focus{
		padding-bottom: 12px;
	}
	#menu ul {
		height: auto;
		margin: 0;
	}
	#menu ul li{
		width: 100%;
	}
	#menu ul li span{
		float: left;
		width: 100%;
	}
	#menu ul li a {
	    font-size: 14px;
	    display: block;
	    text-align: left;
	    padding: 0;
	    padding-bottom: 12px;
	    float: none;
	    padding-left: 37px;
	    padding-right: 10px;
	    padding-top: 15px;
	}
	#menu ul li a .sub_title{
		text-align: right;
		float: right;
		width: auto;
	}
	#menu ul.level1 li.level1 ul.level2, 
	#menu ul.level1 li.current1 ul.level2 {
	    position: relative;
	    margin: 0;
	    z-index: 1000;
	    top: 0;
	    min-width: 100%;
	    width: 100%;
	    border-bottom: 1px solid #d2d2d2;
	}
	#menu ul.level2 li a {
	    padding: 15px 21px;
	    padding-left: 65px;
	}
	#menu ul.level1 li.level1:hover ul.level2,
	#menu ul.level1 li.level1:focus ul.level2,
	#menu ul.level1 li.current1:hover ul.level2,
	#menu ul.level1 li.current1:focus ul.level2 {
		display: none;
	}
	#menu li.current1:hover, 
	#menu li.current1:focus, 
	#menu li.level1:hover, 
	#menu li.level1:focus,
	#menu ul.level1 li.level1 ul.level2, 
	#menu ul.level1 li.current1 ul.level2,
	#menu a:hover, 
	#menu a:focus {
	    background: none !important;
	}
	#menu ul.level1 li.level1 ul.level2 li a, 
	#menu ul.level1 li.current1 ul.level2 li a {
	    color: rgb(109, 117, 96);
	}
	#menu ul li.current1 ul.level2 li a.current2,
	#menu ul li.current1 ul.level2 li a.current2:hover, 
	#menu ul li.current1 ul.level2 li a.current2:focus {
		background: rgba(109, 117, 96, 0.5) !important;
	}
	/* CONTENT -> NEWS
 	* * * * * * * * * * * * * * * * * * * * * * * */
	#nt_images_wrap .nt_image{
		width: 200px;
		height: 100px;
	}
	#nt_images_wrap .nt_image:nth-child(3n){
		margin-right: 20px;
	}
	#nt_images_wrap .nt_image:nth-child(2n){
		margin-right: 0 !important;
	}
	/* FORM
    * * * * * * * * * * * * * * * * * * * * * * * */
	input[type="text"], input[type="password"], input[type="email"], select {
		width: 410px;
		padding: 5px;
	}
	select{
		width: 420px;
	}
	textarea {
		width: 410px;
	}
	
	a.fbox {
	    height: 111px;
	}
	#umfrage {
	    border-bottom: 1px solid #dadada;
	    margin-bottom: 20px;
	    padding-bottom: 30px;
	}
	#umfrage label {
	    width: 90%;
	}
	/* FOOTER
    * * * * * * * * * * * * * * * * * * * * * * * */
	#news_startseite {
	    float: left;
	    width: 100%;
	    border-bottom: 1px solid #dadada;
	    margin-bottom: 20px;
	}
	#footer #adresse {
	    width: 32%;
	}
	#footer #kontakt {
	    width: 45%;
	}
	#footer #impressum {
	    text-align: right;
	    width: 23%;
	    font-size: 13px;
	    line-height: 13px;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	/* SKELETON
	 * * * * * * * * * * * * * * * * * * * * * * * */
	.container .five-one-half.columns {
		width: 300px;
	}
	/* HEAD
	 * * * * * * * * * * * * * * * * * * * * * * * */
	#logo svg {
		height: 56px;
		width: 235px;
	}
	/* HEAD -> IMAGE
	 * * * * * * * * * * * * * * * * * * * * * * * */
	#kopfbild, #googleMap,
	#kopfbild.startseite {
		height: 128px;
	}

	/* CONTENT -> NEWS
 	* * * * * * * * * * * * * * * * * * * * * * * */
	#nt_images_wrap .nt_image{
		width: 300px;
		height: 150px;
		margin-right: 0;
	}
	/* FORM
    * * * * * * * * * * * * * * * * * * * * * * * */
	input[type="text"], input[type="password"], input[type="email"], select {
		width: 290px;
		padding: 5px;
	}
	select{
		width: 300px;
	}
	textarea {
		width: 290px;
	}
	#umfrage label {
	    width: 85%;
	}
	
	#footer {
	    height: auto;
	}
	#footer #adresse {
	    width: 100%;
	    padding-bottom: 0;
	}
	#footer #kontakt {
	    width: 100%;
	    padding-bottom: 0;
	    padding-top: 10px;
	}
	#footer #impressum {
	    text-align: left;
	    width: 100%;
	    font-size: 14px;
	    line-height: 16px;
	    padding-top: 30px;
	}
}

/* Fancybox */
span.fncb_fancy_title {
	font-size:12px;
	font-weight:700;
}
span.fncb_fancy_displaycounter {
	font-size:11px;
}
#fancybox-title {
	line-height:16px;
	text-align:left;
}
#fncb_bottomNavClose {
	cursor:pointer;
	display:block;
}
/* Fancybox END */

/* #Font-Face
 ================================================== */
/* 	This is the proper syntax for an @font-face file
 Just create a "fonts" folder at the root,
 copy your FontName into code below and remove
 comment brackets */


