@charset "utf-8";
/* CSS Document */

body {
	background-image: url("../img/bg_01.jpg");
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/*font-family: Poppins, Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
	font-family: 'Didact Gothic', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	line-height: 20px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}

#wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

header {
	height: 130px;
	max-height: 130px;
	background-image: url("../img/bg_top.png");
	background-position: 50% 100%;
	background-repeat: repeat-x;
	text-align: center;
}
banner {
	height: 30vh;
	margin-top: -6px;
	background-position: 50% 50%;
	background-size: cover;
	color: white;
	box-shadow: 10px 4px 15px 0 #999;
}
main {
	flex: 1 0 auto;
	margin-bottom: 35px;
	margin-top: 23px;
}

footer {
	height: 80px;
	max-height: 80px;
	background-image: url("../img/bg_bottom.png");
	background-position: 50% 0%;
	background-repeat: repeat-x;
}

.content-wrapper {
	position: relative;
	max-width: 1090px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 10px;
	text-align: left;
}

.content-wrapper.contentcontainer {
	/*overflow: visible;*/
	margin-top: 20px;
}
/* NAVI */
.navbar {
	width: 100%;
	background-color: transparent;
}

.navbar-container {
	text-align: right;
	width: 100%;
	max-width: 100%;
	height: 128px;
	max-height: 128px;
}

.nav-menu {
	top: 13px;
}
.lang-container {
	font-size: 11px;
	text-align: right;
}
/*.trennstrich {
	font-weight: 400;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: blue;
}*/
.lang-link {
	font-weight: 400;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #019992;
	/*background: gold;*/
}
.w-nav-link {
	text-transform: uppercase;
}
.nav-link {
	padding: 10px;
	padding-bottom: 30px;
	color: #019992;
	font-weight: 600;
	/*background: aqua;*/
}

.aktiv, .nav-link:hover, .nav-link:focus, .lang-link:hover, .lang-link:focus	{
	color: #f90;
}
.w-nav-link.w--current{
	color:#f90;
}
.w-dropdown-toggle, w-dropdown {
	padding: 0;
	padding-bottom: 8px;
	margin: 0;
}
.w-icon-dropdown-toggle{
	position:relative;
	top:auto;
	right:auto;
	bottom:auto;
	margin:auto;
	margin-right:auto;
	margin-top: 5px;
	margin-bottom: -19px;
}
.w-dropdown-list {
	background: #EDEBEC;
	box-shadow: 10px 4px 15px 0 #999;
	margin-top: -6px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.w-dropdown-link {
	padding: 5px 10px 5px 10px;
}
.w-dropdown-link:hover, .w-dropdown-link:focus{
	color: #f90;
}

.navbar-bottom {
	width: 100%;
	background-color: transparent;
}

.navbar-bottom-container {
	min-width: 100%;
	margin: 0px;
	padding-top: 11px;
}
.nav-link-bottom {
	padding-right: 10px;
	color: #fff;
}
.nav-link-bottom:hover, .nav-link-bottom:focus {
	color: #f90;
}

.copy {
	position: relative;
	top: 19px;
	font-size: 11px;
	color: #019992;
}
/* NAVI ENDE */

/* FORMULAR */
label {
	font-weight: normal;
	/*color: #07aaa5;*/
}
textarea {
	min-height: 300px; 
}
.form-control {
    display: block;
    width: 100%;
	max-width: 500px;
    height: 30px;
    padding: 6px 12px;
	margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: black;
    background-color: #fff;
    background-image: none;
    border: 1px solid #07aaa5;
    border-radius: 4px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#yform-formular-field-9 {
	margin: 0px 20px 15px 20px;
	display:inline;
	width: 100px;
}
#yform-formular-field-9-captcha {
	top: 30px;
}

.btn-primary {
  color: #fff;
  background-color: #07aaa5;
  border-color: #fff;
  border-radius: 4px;
  height: 30px;
  width: 150px;
  margin-top: 15px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #black;
  background-color: #f90;
}

.alert {
	color: red;
	margin-bottom: 15px;
}
/* FORMULAR ENDE */

A {
	text-decoration: none;
}
.content-container {
	margin-top: 25px;
	margin-right: -10px;
	display: flex;
}

/* MULTICOLUMN */
.container-fluid {
	 width: 100%;
}
.row {
	 display: flex;
	 flex-wrap: wrap;
}
.teaserbox, .simplebox {
	padding: 0;
	padding-right: 20px;
	padding-bottom: 20px;
}
.innerbox {
	padding: 0;
	margin: 0;
	padding-bottom: 35px;
	padding-bottom: 35px;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.teaserbox .innerbox {
	background-color: #fff;
	box-shadow: 4px 4px 15px 0 #ccc;
}

.teaserbox P, .teaserbox .teasertext {
	padding: 0 10px 20px 10px;
}
.teasertext {
	font-weight: 600;
	font-style: italic;
}
.teaserbox A {
	padding: 0 10px 0 10px;
}

A {
	color: #07aaa5;
	text-decoration: none;
}
A:hover, A:focus {
	color: #f90;
	text-decoration: none;
}

H1 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 0px;
	color: #07aaa5;
	font-size: 26px;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.7em;
}
H2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 0px;
	color: #07aaa5;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.7em;
}
H3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 0px;
	color: #07aaa5;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.7em;
}
.teaserbox H1, .teaserbox H2, .teaserbox H3 {
	padding-left: 10px;
}
.teaserbox A.collink {
	color: #07aaa5;
	font-weight: 600;
	font-style: italic;
	flex: 1 0 auto;
}
.teaserbox A.collink:hover {
	color: #f90;
}
UL {
	list-style-type: square;
	padding: 0;
	margin: 0;
	margin-left: 15px;
}
.teaserbox UL {
	margin-left: 25px;
}
.sub-nav {
	list-style-type: none;
	text-transform: uppercase;
}
UL.sub-nav A {
	color: #07aaa5;
}
UL.sub-nav A:hover {
	color: #f90;
}

@media (max-width: 991px) {
	body {
		font-size: 0.9em;
	}
	h1, h2, h3 {
		font-size: 1.0em;
	}
	/*.nav-link {
		font-size: 12px;
	}
	.nav-link-bottom {
		font-size: 12px;
	}*/
}

@media (max-width: 767px) {
	body {
		font-size: 0.8em;
	}
	header {
		max-height: 100px;
	}
	.nav-menu {
		background-color: #328181;
	}
	.nav-link, .lang-link {
		padding-top: 5px;
		padding-bottom: 5px;
		background-color: #328181;
		color: #fff;
	}
	/*.lang-link:hover {
		color: #f90;
	}
	.lang-link:focus {
		color: #f90;
	}*/
	.menu-button {
		top: 20px;
		right: 20px;
		background-color: transparent;
		color: #019992;
	}
	.menu-button.w--open {
		background-color: transparent;
		color: #019992;
	}
	.logo {
		max-height: 100%;
	}
	.brand {
		height: 65%;
		margin-top:7px;
	}
}

@media (max-width: 479px) {
	body {
		font-size: 0.8em;
	}
	.nav-link-bottom {
		font-size: 10px;
	}
}