html,
body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font: normal normal 300 18px / 1.45 'Ubuntu', sans-serif;
	background: #F4F4F4;
	color: #868786;
}
img {
	max-width: 100%;
	vertical-align: top;
	height: auto;
}
video,
audio {
	max-width: 100%;
}
p {
	margin: 0 0 1em;
}
a {
	background-color: transparent;
	color: #868786;
}
a:active,
a:focus,
a:hover {
	outline: 0;
	text-decoration: underline;
}
a:not(.button) {
	-webkit-transition: color 0.15s;
	-moz-transition: color 0.15s;
	-ms-transition: color 0.15s;
	-o-transition: color 0.15s;
	transition: color 0.15s;
}
a:not(.button):active {
	color: #868786;
}
a:not(.button):hover {
	color: #868786;
}
header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
	display: block
}
.block {
	overflow: hidden
}
.clear,
#clear {
	height: .1px;
	font-size: .1px;
	line-height: .1px;
	clear: both
}
.invisible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
hr {
	width: 100%;
	height: 0;
	margin: 0;
	border-width: 1px 0 0 0;
	border-color: #d6d6d6;
	border-style: solid;
	border-image: none;
	clear: both;
}
code,
pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}
b,
strong {
	font-weight: 500;
}
/*
 * ----------------------------------------------------- Page Layout Elements
 */
#header .inside,
#subheader,
#main,
#footer .inside {
	max-width: 1350px;
	margin: 0 auto;
}
/*
 * ----------------------------------------------------- Headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 1.5em;
	margin-bottom: 0.7em;
	font-weight: 500;
	font-style: normal;
	line-height: 1.1;
	color: #008D8C;
}
h1 {
	font-size: 1.6em;
	margin: 0 0 1em;
	text-transform: uppercase;
}
h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	margin-top: 0;
}
h3 {
	font-size: 1.1em;
	color: #868786;
	margin-bottom: 1em;
}
h4 {
	font-size: 1em;
}
/*
 * ----------------------------------------------------- Forms
 */


fieldset {
	padding: 0;
	border: none;
}
label {
	display: inline-block;
	margin: .5em 0 .2em;
}
legend {
	margin: .5em 0 .2em;
}
input,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: white;
	border: 1px solid #bbb;
	padding: .5em .75em;
	box-shadow: inset 0 2px 1px 0 rgba(0,0,0,0.2);
	border-radius: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
textarea {
	resize: vertical;
}
select {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAKCAYAAAA6jzeaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkVERjJERkRBQkVCMTFFNEFDN0Q5QjI0MDk3OTlBRjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkVERjJERkVBQkVCMTFFNEFDN0Q5QjI0MDk3OTlBRjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRURGMkRGQkFCRUIxMUU0QUM3RDlCMjQwOTc5OUFGOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRURGMkRGQ0FCRUIxMUU0QUM3RDlCMjQwOTc5OUFGOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuR/G+4AAAENSURBVHjatJG9agJREIVnTeIbBPIMVnmCIAhqmUpiYTp3i5Q+ihC5lUVEiYW1BGy0SJsq4AMEAoFACKSw2XwDpxB/UNh14ONw587cOcyN4jgumtkTPIcQJnZkJElyizShRd/KMkQBRtBwEzx8d6QBrxurb2gZw008wh+cw4AB9wcM+P0ALtTXy2yCVc7QOvzCGfQZ1N5jwPN91Xl9Xf2ZN2E8tEBq8KNcYODDhgE/B917XU19losJGXlFKvANEXQZ3JEB167yfl9RfS4RpWm6ufJr5AUulZrquzy+oIqBN8sxtkzISAnxv75aS39qA++WcxR2JTWoDB9KuZZPYWCvCRlZIjcwd9X5JPEvwABY010Pev8kyQAAAABJRU5ErkJggg==);
	background-position: right;
	background-repeat: no-repeat;
}
input:hover,
input:active,
textarea:hover,
textarea:active,
select:hover {
	border: 1px solid #666;
}


/* Hide browser-styling in IE10 */
select::-ms-expand {
 display:none;
}
/* Hide custom-icons in lower versions of Internet Explorer (< IE10). */
.lt-ie10 select {
	background-image: none;
}
/* graceful degradation for ie8 */
input[type='checkbox'],
input[type='radio'] {
	width: auto;
	float: left;
	margin-right: .75em;
	background: transparent;
	border: none;
}
/* better styling only for modern browsers. To identify them, check for pseudoclass (:checked, :not(:checked)) */

/* hide standard inputs */
input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
	background: transparent;
	position: relative;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
input[type='checkbox'] + label,
input[type='radio'] + label {
	cursor: pointer;
	margin-right: 20px;
}
/* add custom inputs with ::before */
input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
	content: ' ';
	display: inline-block;
	width: 17px;
	height: 17px;
	position: relative;
	top: 4px;
	border: 1px solid #bbb;
	background: white;
	margin-right: 5px;
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}
input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
	border-radius: 30px;
}
input[type='checkbox']:hover + label::before,
input[type='radio']:hover + label::before {
	background: #ddd;
	box-shadow: inset 0 0 0 2px white;
}
input[type='checkbox']:checked + label::before,
input[type='radio']:checked + label::before {
	background: black;
	box-shadow: inset 0 0 0 2px white;
}
label.error {
	margin-bottom: 0;
}
label.error span {
	color: #E00003
}
p.error {
	margin: .5em 0 .2em;
	float: right;
	color: #E00003
}
input.error,
select.error {
	border: 1px solid #E00003;
}
/*
 * ----------------------------------------------------- Gallery
 */
.ce_gallery > ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none
}
.ce_gallery > ul li {
	float: left
}
.ce_gallery > ul li.col_first {
	clear: left
}
.float_left {
	float: left;
	margin: 0 1.5em 1.5em 0;
}
.float_right {
	float: right;
	margin: 0 0 1.5em 1.5em;
}
/*
 * ----------------------------------------------------- Formular
 */
.ce_form .widget.row-1 {
	float: left;
	width: 47.5%;
	margin-right: 2.5%
}
.ce_form .widget.row-2 {
	float: left;
	width: 47.5%;
	margin-left: 2.5%
}
/*
 * ----------------------------------------------------- Buttons
 */
button,
input[type="button"],
input[type="submit"],
.button {
	margin: 1em 0;
	padding: 4px 10px 3px 10px;
	background: #fff;
	color: #008D8C;
	border: 1px #006ab5 solid;
	border-radius: 3px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 1.2;
	word-wrap: break-word;
	-webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
	-moz-transition: background-color 0.2s, border 0.2s, color 0.2s;
	-ms-transition: background-color 0.2s, border 0.2s, color 0.2s;
	-o-transition: background-color 0.2s, border 0.2s, color 0.2s;
	transition: background-color 0.2s, border 0.2s, color 0.2s;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-appearance: none;
	width: auto;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover {
	background: #006ab5;
	color: #ffffff;
	border: 1px #004c82 solid;
}
button.outline,
input[type="button"].outline,
input[type="submit"].outline,
.button.outline {
	background: #ffffff;
	color: #222222;
	border: 1px #c2c2c2 solid;
}
button.outline:hover,
input[type="button"].outline:hover,
input[type="submit"].outline:hover,
.button.outline:hover {
	background: #d6d6d6;
	color: #222222;
	border: 1px #c2c2c2 solid;
}
 input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
/*
 * ----------------------------------------------------- Tables
 */
table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table thead tr th {
	background: #d6d6d6;
}
table thead tr th:not(:first-child) {
	border-left: 1px #c2c2c2 solid;
}
table th {
	text-align: left;
}
table th,
table td {
	padding: 10px;
	background: #ffffff;
	border-bottom: 1px #c2c2c2 solid;
}
table tr:nth-child(2n) th,
table tr:nth-child(2n) td {
	background: #ebebeb;
}
table tbody tr:last-child th,
table tbody tr:last-child td {
	border-bottom: none;
}
table td:not(:first-child) {
	border-left: 1px #c2c2c2 solid;
}


/*
 * ----------------------------------------------------- Cookie Bar
 */

.cookiebar {
    box-sizing: border-box;
    position: fixed;
    left: 0;
    width: 100%;
    padding: .3em 1.2em;
    background-color: #008D8C;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    z-index: 10
}

.cookiebar * {
    box-sizing: border-box
}

.cookiebar--active {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.cookiebar--position-top {
    top: 0;
    z-index: 999;
}

.cookiebar--position-bottom {
    bottom: 0;
    z-index: 999;
}

.cookiebar__text {
    margin-right: 1.5em
}

a.cookiebar__link {
    color: #fff;
    text-decoration: underline
}

a.cookiebar__link:hover {
    text-decoration: none;
    color: #fff;
}

.cookiebar__button {
    margin: 0;
    padding: .3em 1.2em;
    border: none;
    border-radius: 0;
    font-weight: 700;
    cursor: pointer
}

.cookiebar__button:hover {
    border: none;
}






/*
 * ----------------------------------------------------- Header
 */
 
#header {
	background-color: #fff;
	overflow: hidden;
}
#header #logo {
	float: left;
	padding: 20px;
}
#header .mod_navigation {
	float: right;
}
#header .mod_navigation ul {
	overflow: hidden;
}
#header .mod_navigation li {
	float: left;
}
#header .mod_navigation li a,
 #header .mod_navigation li strong {
	padding: 5em 1.5em 1em;
	color: #9DA097;
	text-transform: uppercase;
	font-weight: 300;
	display: block;
	text-decoration: none;
}
#header .mod_navigation li strong {
	font-weight: 500
}
#header .toggle {
	display: none;
}
/*
 * ----------------------------------------------------- Subheader
 */


#subheader .inside {
	background-color: #008D8C;
	background-image: url(../subheader.svg);
	background-size: contain;
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 30px
}
.subheader-text #subheader .inside {
	background-color: #008D8C;
	background-image: url(../subheader-text.svg);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 2.2em;
	font-weight: 300;
	padding: 70px 5% 50px 30%;
	background-size: 228px 240px;
}
.subheader-text #subheader .inside strong {
	font-weight: 400;
	font-size: 1.05em;
}
.subheader-text #subheader .inside p {
	margin: 0
}
/*
 * ----------------------------------------------------- Main
 */
 
#main .inside {
	padding: 2.5% 4%;
}
#main .mod_article {
	padding: 4%;
	background-color: #FFFFFF;
	margin-top: 2px;
}
#main .bereiche.mod_article {
	background-color: transparent;
}
#main .bereiche .ce_text {
	background-color: #fff;
	padding: 8%
}
#main .bereiche h2 {
	margin: 0;
}
#main .bereiche p:last-child {
	margin-bottom: 0;
}
#main .bereiche figure {
	margin: 2em 0 0.5em;
}
#main .einleitung {
	background-color: #FFF5DB;
}
#main .einleitung p:last-child {
	margin-bottom: 0;
}
#main .team h3 {
	margin-top: 0;
}
/*
 * ----------------------------------------------------- Footer
 */
 
#footer {
	background-color: #008D8C;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	-webkit-box-shadow: 0px -5px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -5px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 0px -5px 8px 0px rgba(0,0,0,0.2);
	color: #fff;

}
#footer p {
	margin:  0.5em;
	text-align: right;
	font-size: 0.8em;
}
#footer a {

color: #fff;
text-decoration: none;
}


 @media only screen and (max-width: 1200px) {
#header #logo {
	float: none;
	text-align: center;
}
#header .mod_navigation {
	float: none;
}
#header .mod_navigation ul {
	text-align: center;
}
#header .mod_navigation li {
	float: none;
	display: inline
}
#header .mod_navigation li a,
 #header .mod_navigation li strong {
	padding: 1em;
	display: inline-block;
}
@media only screen and (max-width: 900px) {
 #header .mod_navigation li a,  #header .mod_navigation li strong {
 padding: 1em 0.7em;
 font-size: 0.9em;
}
}
 @media only screen and (max-width: 767px) {
button,  input[type="button"],  input[type="submit"],  .button {
 width: 100%;
 text-align: center;
}
#navigation {
display: none;
}
 #header .mod_navigation li a,  #header .mod_navigation li strong {
 padding: 0.5em 0.7em 1em;
 font-size: 1em;
}

 #header .toggle {
 display: block;
 position: fixed;
 top: 4%;
 left: 4%;
 z-index: 999;
}
 @media screen and (max-width: 599px) {
.ce_form .widget.row-1, .ce_form .widget.row-2 {
 float: none;
 width: 100%;
 margin-right: 0;
 margin-left: 0
}
}
