/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

html, body {
	font: 18px 'Lato', sans-serif;
	line-height: 1.5em;
	color: #344a61;
	font-weight: 300;
}

body {
	overflow: hidden;
	height: auto!important;
	background-size: 100% auto;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
	vertical-align: top; 
}
table>tbody {
	border-bottom: 1px solid #ddd;
}

.module-content ul li::before {
	content: "";
}
.nav>li>a:focus, .nav>li>a:hover{
	background: none;
}

#main:after, .menunav::after, #fullwidth .moduletable::after, .page-content > div::after, #navigation::after, #footer #main::after, .items-row::after, .bilder::after, .contentbox::after, .linie::after {	
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
body #wrap {
	padding-top: 105px;
}
@media (max-width: 767px) { 
	body #wrap {
		padding-top: 57px;
	}
}
body section {
	padding-top: 0;
}
#fullwidth {
	z-index: 1;
}

#main {
	padding-bottom: 0px;
	text-align: left;
	background: none;
	
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 25px;
}
h1 {
	font-size: 34px;
}

h2 {
	font-size: 30px;

	
}
h3 {
	font-size: 28px;

}
h4 {
	font-size: 20px;
	line-height: 1.5em;
}

a {
	color: #cd975d;
}
a:focus, a:hover {
	color: #000000;
}
p {
	padding-top: 0;
}
ol, ul, p {
	padding-bottom: 25px;
}
ul li {
	list-style: none;
}
ul li::before {
	content: "-";
	display: block;
	position: relative;
	float: left;
	margin-left: -16px;
	font-weight: bold;
}
#main-box a{
	text-decoration: underline;
}
a.btn {
	display: inline-block;
	padding: 5px 0;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0px solid #949494;
	border-radius: 0px;
	font-variant: normal;
	line-height: 1.2em;
	color: #565656;
	border-radius: 0px;
	background: none;
	font-weight: 700;
	font-size: 20px;
	text-transform: lowercase;
}
a.btn:hover {
	color: #688174;
	
}
.btn .icon-chevron-right {
	display: none;
	visibility: hidden;
}
.btn-primary {
	background-color: #525151;
	border-color: #525151;
}
a.link {
	background-color: #c1ccd2;
	display: block;
	text-align: center;
	text-decoration: none!important;
	padding-top: 3px;
	padding-bottom: 4px;
}
section, #main #container, .container {
	background: none;
}
.header {
	height: 105px;
}
.header--fixed {
	z-index: 50;
}
.header.headroom--not-top {
	box-shadow: -3px 2px 7px rgba(61, 31, 31, 0.20);
}
#main, #main-box {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
}


/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	html, body {
		font-size: 16px;
	}
	h1 {
		font-size: 34px;
	}
	
	h2 {
		font-size: 30px;
	
		
	}
	h3 {
		font-size: 24px;
	
	}
	h4 {
		font-size: 18px;
		line-height: 1.5em;
	}
	
	
	#top {
		height: auto;
	}

	#top .custom p{
		text-align: center;
	}
}
/* Navigation */
#top {
	position: fixed;
	width: 100%;
	z-index: 1001;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #fff;
}

#top .container {
	background: none;
	font-size: 14px;
	padding-right: 0;
	padding-left: 0;
}
#top p {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.top ul.menu {
	text-align: right;
	padding: 7px 0 0;
	margin: 0;
}
.top ul.menu li {
	display: inline-block;
	padding: 0;
	margin: 0;
	text-align: right;
	text-transform: uppercase;
}
.top ul.menu li a {
	padding: 0 0 0 15px;
	color: #a2a2a2;
}

.logo {
	float: right;
	width: auto;
	line-height: 105px;
}

.topmodule {
	padding-top: 0px;
	padding-bottom: 6px;
	height: 65px;
	color: #cd975d;
	font-size: 18px;
	font-style: italic;
	line-height: 16px;
}
.topmodule a {
	font-weight: bold;
}
.topmodule img {
	padding-right: 5px;
	padding-left: 5px;
}
.topmodule .custom {
	padding-top: 6px;
}
.navigation {
	width: auto;
	padding-left: 0;
	padding-right: 0px;
}
.navigation .custom a {
	color: #f8f0dc;
}

.headroom, #top.top, #top .titel img,  #top.affix img, #top img, .navigation, .logo  {
	transition: all 300ms ease-in-out 0s;
}
@media (max-width: 990px) {
	.logo img {
		width: 250px;
		position: relative;
	}
}

@media (max-width: 767px) {
	header, .header--fixed{
		position: relative;
		height: 83px;
	}
	body #wrap {
		padding-top: 0px;
	}

	.topmodule {
		font-size: 14px;
		height: 40px;
		padding-left: 10px;
		position: absolute;
		top: 1px;
		left: 1px;
		width: 100%;
	}
	#top .logo {
		width: 50%;
		text-align: right;
		line-height: 50px;
		padding-top: 27px;
	}

	#top .navigation, #top.affix .navigation {
		width: auto;
		padding: 44px 0 0px 10px;
		height: auto;
		margin-right: 0;
		margin-left: 0;
	}
}

/* Bannerbilder */
#banner {
	margin-top: 0;
	z-index: 20;
	position: relative;

}
#banner .container {
	background: none;
}
#fullwidth  {
	border-bottom: 14px solid #f0e0ce;
	background: url(../images/faecher-textur.png) center center;
}
#fullwidth .moduletable {
	margin-bottom: 0;
	padding: 0 0 0px;
	margin-top: 0;
}
#fullwidth .custom {
	height: 720px;
	background-position: center center;
	background-repeat: no-repeat;
}
#fullwidth .textbox {

	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
#fullwidth .text {
	display: inline-block;
	background-color: rgba(51, 73, 97, 0.53);
	color: #e9ecef;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 45px;
	padding: 5px 20px;
	line-height: 1.2em;
	text-align: center;
}
@media (max-width: 1200px) {
	#fullwidth .custom {
		height: 600px;
		background-size: cover;
	}
}

@media (max-width: 990px) {
	#fullwidth .custom {
		height: 500px;
	}
	#fullwidth .text {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	#fullwidth .custom {
		height: 300px;
	}
	#fullwidth .text {
		font-size: 20px;
	}
}

/* Inhalte */
p.link a, span.link a {
	display: inline-block;
	padding: 6px 50px;
	background: url(../images/pfeil-link.png) right center no-repeat #f0e0ce;
	font-weight: bold;
	text-decoration: none!important;
	color: #886441;
	background-size: contain;
}
p.link2 {
	margin-top: 30px;
}
p.link2 a{
	display: inline-block;
	background-color: #fff;
	font-weight: bold;
	text-decoration: none!important;
	padding: 4px 30px;
	color: #886441;
}
p.link2.blau a {
	background-color: #e5e8eb;
	color: #344960;
}
span.link a {
	padding-left: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-left: 20px;
}

#main-box {
	padding: 20px 0;
	margin-right: -15px;
	margin-left: -15px;
}


@media (max-width: 767px) { 

}

.item-page {
	margin-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
}


.page-header, 
#content-top .module-title {
	text-align: center;
	border: none;
	background: url(../images/linie.png) center bottom no-repeat;
	color: #886441;
}



.blog .page-header h1, .item-page .page-header h1, .item-page .page-header h2, #main-box > h1, #content-top .module-title h1 {
	font-size: 38px;
	display: inline-block;
	margin-top: 0!important;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 10px;
}

h1 sup, h2 sup, h3 sup {
	font-weight: normal;
	font-size: 60%;
	font-variant: normal;
}

@media (max-width: 767px) { 

	.blog .page-header h1, .item-page .page-header h1, .item-page .page-header h2, #main-box > h1 {
		font-size: 26px;
	}
	.item-page div.page-header:nth-child(odd) h2 {
		text-transform: none;
		font-size: 22px;
	}
	.page-header {
		
	}
}


/* Newsbeitrag */
.blog {
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
}

.blog .item .page-header {
	padding-top: 20px;
	padding-bottom: 20px;
	background: none;
	border: none;
	color: #76a790;
}


.blog .item .page-header h2 {
		font-size: 28px;
		padding-bottom: 10px;
		background-size: auto 3px;
		margin-bottom: 10px;
		margin-top: 0;
		font-weight: bold;
		text-align: left;
}
}
.blogpost {
	padding-top: 20px;
}
.blog .item {
	margin-bottom: 30px;
	margin-top: 30px;
}

.blog .item .articletitle {
	text-align: left;
	border-bottom: none;
	padding-bottom: 20px;
}

.blog .item .articletitle h2 {
	font-size: 32px;
	margin-bottom: 0;
	padding-top: 5px;
	font-weight: 400;
}

.blog .item-image {
	text-align: center;
	background-color: #fff;
	
}
.blog .item-image img {
	padding-right: 0px;
	padding-top: 15px;
}

.blog .items-row {
	padding-bottom: 40px;
}

.blog .item .page-header {
	margin: 0px 0 0px!important;
	padding: 10px 0 0!important;
}


.blog .articlemore {
	padding-left: 0px;
}

#main-box .blog-featured .item-title a, #main-box .blog .page-header a, #main-box  .btn {
	text-decoration: none;
}

p.readmore {
	padding-bottom: 0;
	text-align: left;
}
p.readmore a {

}

.item-page .item-image {
	width: 100%;
	margin-bottom: 0px;
	text-align: center;
	padding-bottom: 20px;
}

#main-box h2.item-title a, #main-box .blog .page-header h2 a {
	text-decoration: none;
}



@media (max-width: 990px) { 
	.blog {
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}

	p.readmore {
		padding-bottom: 0;
		text-align: left;
	}
}
@media (max-width: 767px) { 
	.blog .text {
		padding-left: 0%;
	}
	.blog .item-image {
		text-align: center;
		background-color: #fff;
		float: none;
		width: 100%;
		
	}
	.blog .item-image img {
		padding-right: 0px;
		padding-top: 15px;
	}
	.blog .articletext {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0px;
	}
	.blog .item h2 {
		padding: 0 0 20px;

	}
}


/* Meldungen */

#system-message {
	border: 1px solid #9f9f9f;
	background-color: #fff;
	text-align: center;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 0px;
}
#bottom {
	padding-bottom: 50px;
}
#bottom .moduletable {
	margin-bottom: 0;
}


/* Fussleiste*/

#footer {
	background-color: #344a61;
	font-size: 16px;
	padding-bottom: 30px;
	line-height: 1.5em;
	padding-top: 20px;
	color: #b0b8c1;
}
#footer .container > .row {
	display: flex;
	justify-content: space-between;
}
#footer .adresse {
	width: 70%;
}
#footer .service {
	width: 30%;
	text-align: right;
}

#footer .moduletable {
	padding-top: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
}
#footer a {
	color: #b0b8c1;
	text-decoration: underline;
}
#footer p {
	padding-bottom: 10px;
}
#footer .link a {
	padding: 8px 20px;
	display: inline-block;
	background-color: #ffffff;
	color: #696969;
}
#footer .elemente {
	display: flex;	
	justify-content: space-between;
	align-items: center;
	margin-left: 0;
}
#footer .elemente.drittel {
	justify-content: flex-start;
}
#footer .elemente.drittel .bild {
	width: 350px;
}
#footer .elemente.drittel .text {
	flex-grow: 2;
	width: auto;
	background: none;
}
#footer .elemente.drittel .text .elemente {
	align-items: flex-start;
	justify-content: flex-start;
}
#footer .elemente.drittel .text .elemente p {
	padding-right: 50px;
}
.service .nav {
	width: 150px;
	float: right;
	padding-top: 20px;
}
.service .nav li a {
	background-color: #44586d;
	text-decoration: none!important;
	text-align: center;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
@media (max-width: 1200px) { 
	#footer .elemente.drittel .bild {
		width: 250px;
	}
}
@media (max-width: 990px) { 
	#footer .container > .row {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	#footer .adresse, #footer .service {
		width: 100%;
	}
	 #footer .service {
	 	text-align: center;
	 }
	.service .nav {
		float: none;
		display: inline-block;
	}
}
@media (max-width: 767px) { 
	#footer .elemente.drittel {
		flex-direction: column;
	}
}

/* Zurück nach oben */
.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 0;
	text-decoration: none;
	color: #000000;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
	width: 60px;
	padding: 1em;
	text-align: center;
	line-height: 1.2em;
	z-index: 1200;
}
.back-to-top:hover {
	background-color: #ffffff;
}
.backbutton {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
	font-weight: bold;
}

/* Inhalts elemente */
.elemente {
	display: flex;
	margin-left: -20px;
	margin-right: -20px;
}
.elemente .element {
	width: 50%;
}
.elemente .element .abstand {
	padding-right: 20px;
	padding-left: 20px;
}
@media (max-width: 990px) { 
	.elemente {
		flex-direction: column;
	}
	.elemente .element {
		width: 100%;
	}

}
.box {
	
}
.box.weit  {
    position: relative;
	margin: 30px -9999rem !important;
	padding: 30px 9999rem 0 !important;
	clear: both;
}
.box.gelb {
	background: #f0e0ce;
	color: #886441;
	padding-top: 40px !important;
	padding-bottom: 30px !important;
}
.box.blau h3, .box.blau h4 {
	color: #fff;
}
.box .elemente.drittel .text {
	width: 32%;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7em;
	display: flex;
}
.box .elemente.drittel .bild {
	width: 68%;
}
.box .elemente.drittel .text .abstand {
	padding: 40px 20px 10px 40px; 
	margin-right: 20px;
	background-color: #fff;
}
.box .elemente.drittel .text p.link a {
	padding-left: 14px;
	line-height: 1.3em;
}
@media (max-width: 1200px) { 
	.box .elemente.drittel .text {
		font-size: 18px;
	}
	.box .elemente.drittel .text .abstand {
		padding: 20px 10px 10px 30px;
	}
}
@media (max-width: 990px) { 
	.box .elemente.drittel {
		flex-direction: column;
	}
	.box .elemente.drittel .bild, .box .elemente.drittel .text {
		width: 100%;
	}
	.box .elemente.drittel .text .abstand {
		margin: 0;
	}
}
/* Funktion */

.elemente.bilder {
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}

.elemente.bilder .element img {
	padding: 20px;
}
.drittelbreite {
	max-width: 800px;
}
.galerie {
	margin-left: -10px;
	margin-right: -10px;
}
.hinweis {
	text-align: center;
	background-color: #e4e7eb;
}
.hinweis p.link2 {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.hinweis p.link2 a {
	background-color: #fff;
}
