
* {
    box-sizing: border-box;
}


*::before, *::after {
    box-sizing: border-box;
}

body {
	font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: inherit;
    padding: 65px 0 20px 0;
    margin: 0;
}

body h2 {
	font-size: 2em;
	font-weight: bold;
}

body h3 {
	font-size: 1.5em;
	font-weight: bold;
}

body h4 {
	font-size: 1em;
	font-weight: bold;
}

body h5 {
	font-size: 1em;
	font-weight: bold;
}

.mob70 {
	font-size: 70%;
}

.mob80 {
	font-size: 80%;
}

.mob90 {
	font-size: 90%;
}

header {
	display: block;
}

img {
    max-width: 100%;
}

a {
	color: #2a99b6;
}

a:hover {
	color: #33bbdf;
}


div.page {
	margin: 0 auto;
	display: table;
}

div.pagerow {
	width: 100%;
}

div.respcol2, div.respcol3, div.respcol4, div.respcol5 {
	padding: 0 15px;
	min-height: 1px;
	position: relative;
	width: 100%
}


.textcol {
	min-height: 1px;
	padding-left: 15px;
    padding-right: 15px;
	position: relative;
	margin-left: auto;
    margin-right: auto;
	background-color: transparent;
}


div.textcol p {
	background-color: transparent;
}

div.resprow {
	display: table;
	clear: both;
	margin: 0 -15px;
	width: 100%;
}

.pgimg {
	width: 100%;
	padding: 50px 0;
}


div.text {
	display: table-cell;
}


/* Überschrift der Seite (im Bild) */
header h1 {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 200%;
    line-height: 1.1;
	color: white;
	text-shadow: rgb(102, 102, 102) 0px 0px 5px;
}

header h2 {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 150%;
    line-height: 1.1;
	color: white;
	text-shadow: rgb(102, 102, 102) 0px 0px 5px;
}


/*****************************/
/*  Navigation links         */
/*****************************/

div.leftnav {
  background-color: #f7f5fa;
  border-radius: 0.25em;
  border: 1px solid #c0c0c0;
  padding: 0 4px 8px 10px;
}

div.leftnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.leftnav ul li {
    display: block;
    margin: 10px 8px 0 0;
    padding: 0;
	color: #333333;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}

div.leftnav > ul > li > a {
	color: #666;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-decoration: none;
    
}

div.leftnav > ul > li.active > a {
    color: #000;
    font-weight: bold;
}



/*****************************/
/*  Navigation oben          */
/*****************************/

div.topnav {
	position: fixed; 
	top: 0;
	left: 0;
	right: 0;
	background-color :#ffffff;
	z-index: 1030;
}

nav.top {
	background-color :#ffffff;
	display: block;
}

nav.top ul {
    margin-bottom: 10px;
    margin-top: 0;
}


nav.top ul {
	list-style: none;
	margin: 0;
	padding: 0
}

nav.top ul.responsive {
	position: relative;
} 


nav.top > ul > li {
	position: relative; 
	float: left; 
	margin: 0;
	padding: 0 20px 10px 0;
}

nav.top > ul > li:not(:first-child) {
	display: none;
}

nav.top > ul > li.icon {
	float: right;
	display: inline-block;
    padding-right: 0;
}

nav.top ul.responsive li.icon {
	position: absolute;
	right: 0;
	top: 0;
    font-weight: bold;
}

nav.top ul.responsive li {
	float: none;
	display: block; 
}

nav.top a {
	text-decoration: none;
    color: #000;
	display: block;
    padding: 0;
    white-space: nowrap;
}

nav.top li.active > a {
	font-weight: bold;
}

nav.top ul ul {
	display:none; 
	position:absolute;
	top:100%;
	left:-10px;
	background:#fff;
	padding: 0 10px 10px 10px;
    border-radius: 0 0 0.25em 0.25em;
    border: 1px solid #c0c0c0;;
}

nav.top ul.responsive ul {
	float: none;
	position: relative;
	margin-left: 15px;
    border: none;
    border-radius: 0;
}

nav.top ul ul li {
	float: none;
	padding-top: 10px;
}

nav.top ul li:hover > ul {
	display:block;
}

.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

/*****************************/
/*  Navigation Startseite    */
/*****************************/


div.imgmencol {
	width: auto; 
	max-width: 140px; 
	padding: 0 15px;
	position: relative;
	margin-left: auto;
	margin-right:auto;
	min-height: 1px;
}

div.imgmencol  figure {
	background-color : transparent;
	border: 1px solid #cccccc;
	padding: 5px;
}

figure {
	margin: 0;
}
 
.img-responsive {
	transition: all 0.7s ease 0s;
	width: 100%;
}

.img-responsive:hover {
	border-radius: 50%;
}

div.imgmencol p {
	width: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1.1;
	text-shadow: 0 0 5px #666;
	text-align: center;
}

div.imgmencol a {
/*	font-size: 18px; */
	font-weight: 700;
	font-weight: normal;
	color: #ffffff;    
	text-decoration: none;
}

div.imgmencol img {
	vertical-align: middle;
	border: 0 none;
}


/*************************
  Spalten auf startseite
**************************/


figure {
	margin: 0;
}


/*******************************
  Kleine Navigation oben rechts
*******************************/


nav.topright {
	font-size: 80%;
	background-color :#ffffff;
	display: block;
}

nav.topright ul {
	margin-bottom: 10px;
	margin-top: 0;
}


nav.topright ul {
	list-style:none;
	margin:0;
	padding:0
}

nav.topright ul a {
	display:block;
	color: #777777;
	line-height:32px;
	padding: 0 0 0 10px;
	text-decoration: none;
}

nav.topright ul li {
	position:relative; 
	float:right; 
	margin:0;
	padding:0
}

/*******************************
  Breadcrumb Navigation
*******************************/

div.breadcrumb a {
	display: block;
	float: left;
	margin: 10px 20px 10px 0;
	color: #777777;
	font-size: 0.8em;
	text-decoration: none;
}


/*******************************
  Slide-Show
*******************************/

div.slideshow {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.slideshow div.item {
	display: none;
}

.slideshow div.item.active {
	display: block;
} 

div.slideshow img {
	max-width: 100%;
}

.slideshow .slidebtn {
	position: absolute;
	top: 45%;
	height: 40px;
	line-height: 40px;
	width: 40px;
	background-color: #000;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 24px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	z-index: 1;
	transition: background-color 0.3s ease 0s, color 0.15s ease 0s, box-shadow 0.3s ease 0s, opacity 0.3s ease 0s;
}

.slideshow .slidebtn.left {
	left: 0;
}

.slideshow .slidebtn.right {
	right: 0;
}

.slideshow .slidebtn:hover {
	background-color: #f1f1f1 !important;
	color: #000 !important;
}

.slideshow div.item h4 {
	position: absolute;
	left: 0;
	margin: 0;
	bottom: 35px;
	width: 100%;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	z-index: 1;
	color: #fff;
}

.slideshow div.indicators {
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 10px;
	width: 100%;
	z-index: 1;
}

.slideshow span.indi {
	color: #fff;
	background-color: transparent;
	height: 13px;
	margin: 0 2px 0 2px;
	width: 13px;
	text-align: center;
	font-size: 24px; 
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	cursor: pointer;
	border: 1px solid #ffffff;
	border-radius: 10px;
	transition: background-color 0.3s ease 0s, color 0.15s ease 0s, box-shadow 0.3s ease 0s, opacity 0.3s ease 0s;
	display: inline-block;
}

.slideshow span.indi.active, .slideshow span.indi:hover {
	background-color: #fff; 
	color: #000; 
}

/*******************************
  Images auf Impressionen-Seite
*******************************/

div.imagerow {
	overflow: hidden;
}

div.imagecol {
	float: left;
	border: 1px solid #cccccc;
	padding: 5px;
}

/*******************************
  Sitemap
*******************************/

div.sitemap h4 a {
	color: #428bca;
	margin: 0;
}

div.sitemap a {
	display: block;
	margin: 20px 20px 0px;
	text-decoration: none;
	color: #666;
}

/*******************************
  Kontaktformular
*******************************/

table.form {
	width: 100%;
}

table.form td {
	vertical-align: top;
	padding: 2px;

}

table.form td:first-child {
	font-weight: bold; 
}

table.form td:last-child {
    width: 99%;
}

table.form  .label {
    float: left;
    margin-right: 1em;
    vertical-align: baseline;
    width: 8em;
    display: inline-block;
    margin-bottom: 5px;
    max-width: 100%;
}

table.form .flags {
    color: #060;
    display: block;
    font-size: 85%;
    font-weight: normal;
}

table.form .error {
    color: #c00;
    display: block;
    font-size: 85%;
    font-weight: normal;
}

table.form button, table.form input, table.form select, table.form textarea {
    margin: 0;
	max-width: 100%;
}

table.form .textinput, table.form textarea {
    width: 100%;
    max-width: 300px;
}

/*******************************
  Nicht Phone Medium
*******************************/

@media (min-width: 768px) {
.textcol {
	width: 750px;
}
}

@media (min-width: 992px) {
.textcol {
	width: 970px;
}
}
@media (min-width: 1200px) {
.textcol {
	width: 1170px;
}
}

@media (min-width: 768px) {

div.pagerow {
    display: table;
}

div.respcol2 {
	float: left;
	width: 50%
}

div.respcol3 {
	float: left;
	width: 33.3%
}
div.respcol4 {
	float: left;
	width: 25%
}
div.respcol5 {
	float: left;
	width: 20%
}

/* Navigation oben */

nav.top ul li:not(:first-child) {
	display: block;
}

nav.top ul li.icon {
	display: none;
}

/* Navigation links */
div.leftnav {
	display: table-cell;
	vertical-align: top;
	width: 25%;
    background-color: inherit;
    border-radius: inherit;
    border: none;
    padding: 0;

}


/* Navigation Startseite */
div.imgmencol {
	display: table-cell; 
	width: 16.5%
}

/* Sontstiges */

.mob70 {
	font-size: inherit;
}

.mob80 {
	font-size: inherit;
}

.mob90 {
	font-size: inherit;
}


}
