@font-face {
	font-family: "baar_philos";
	src: url("/media/design/fonts/baarprg_-webfont.eot");
	src: url("/media/design/fonts/baarprg_-webfont.eot?#iefix") format("embedded-opentype"),
		url("/media/design/fonts/baarprg_-webfont.woff2") format("woff2"),
		url("/media/design/fonts/baarprg_-webfont.woff") format("woff"),
		url("/media/design/fonts/baarprg_.TTF") format("truetype");
	font-weight: normal;
	font-style: normal;
}

/* open-sans-300 - latin */
@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 300;
	src: local(""), url("../fonts/open-sans-v18-latin-300.woff2") format("woff2"),
		/* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/open-sans-v18-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 700;
	src: local(""), url("../fonts/open-sans-v18-latin-700.woff2") format("woff2"),
		/* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/open-sans-v18-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

* {
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
}

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 16px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 300;
}

h1 {
	font-family: "baar_philos", "Calibri", Arial, Helvetica, sans-serif;
}

a,
p,
li,
span,
input,
label {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 300;
}

strong,
b {
	font-weight: 700;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #de4e5c;
}

ul a {
	color: #000;
}

.clearfix:after,
.row:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

/*#site_wrap {
	position: relative;
	width: 100%;*/
/*max-width: 1200px;
	margin: 0 auto;*/
/*height: 100%;
	overflow: hidden;
}*/

#bg,
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.error {
	color: #de4e5c;
	font-weight: bold;
	font-size: 1.2em;
}

/* ******************************************************************** *
 * ************************  HINTERGRUND  ***************************** *
 * ******************************************************************** */

#bg {
	height: 100%;
}

#bg_wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
}

#top_img,
#body_img {
	width: 100%;
	background-repeat: no-repeat;
	background-color: #efefef;
}

#top_img {
	height: 432px;
	background-position: top center;
	margin: 0 auto;
	margin-bottom: 12px;
}

#body_img {
	height: 100%;
	background-position: center;
	background-size: cover;
	margin: 0 auto;
}

#bg #bg_wrap #body_img #infobox {
	width: 260px;
	height: auto;
	float: right;
	margin-right: 1.667%; /* 20px bei 1200px*/
	padding-top: 1em;
	z-index: 1000;
}

#content .row.infobox {
	display: none;
}

@media screen and (max-width: 1199px) {
	#content .row.infobox {
		display: block;
	}

	#bg #bg_wrap #body_img #infobox {
		display: none;
	}
}

/* ******************************************************************** *
 * **************************  INHALT  ******************************** *
 * ******************************************************************** */

#content_scroll {
	position: relative;
	height: auto;
	width: 100%;
	z-index: 1000;
}

#content_scroll #content_wrap {
	height: auto;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 444px;
}

#content_scroll #content_wrap #content {
	width: 100%;
	max-width: 780px;
	background-color: rgba(255, 255, 255, 0.9);
	border-top: 1px solid transparent;
	height: auto;
	padding: 0 2.833%; /* 34px bei 1200px */
	margin: 0 auto;
	min-height: 100px;
	/*float: left;*/ /* wegen der Infobox */
}

body.startseite #content_scroll,
body.startseite #content_scroll #content_wrap {
	height: 100%;
}

body.startseite #content_scroll #content_wrap #content {
	position: absolute;
	font-size: 1.8em;
	bottom: 15%;
}

body.startseite.mobile #content_scroll #content_wrap #content {
	font-size: 1.4em;
	bottom: 10%;
	padding: 0 2%;
	min-height: 0;
}

body.startseite.mobile #content_scroll #content_wrap #content p {
	margin: 10px 0;
}

body.startseite.mobile #content_scroll #content_wrap #content a {
	color: #000;
}

#content_scroll #content_wrap #content > h1 {
	font-size: 1.43em;
}

#content_scroll #content_wrap #content .row {
}

#content_scroll #content_wrap #content .row .col_text,
#content_scroll #content_wrap #content .row .col_text_full {
	/*width: 38.75%;*/ /* 465px bei 1200px */
	/*width: 63.733%;*/ /* 465px bei 750 row */
	width: 65.85%;
	padding: 0 4% 4% 0; /* 0 30px 30px 0 bei 750px */
	float: left;
}

#content_scroll #content_wrap #content .row .col_text_full {
	width: 100%;
	float: none;
	padding: 0 4% 0 0;
}

#content_scroll #content_wrap #content .row .col_img,
#content_scroll #content_wrap #content .row .col_text_re {
	width: 34.133%;
	float: left;
	padding-top: 1em;
}

#content_scroll #content_wrap #content .row .col_text_re {
	padding-top: 0;
}

#content_scroll #content_wrap #content .row .col_img_big {
	width: 24.667%;
	float: left;
	padding-top: 1em;
}

#content_scroll #content_wrap #content .row .col_img img,
#content_scroll #content_wrap #content .row .col_img_big img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 15px;
}

#content_scroll #content_wrap #content .row .col_img_big img {
	width: 200%;
}

@media screen and (max-width: 1199px) {
	body.startseite #content_scroll #content_wrap #content {
		/*bottom: 15%;*/
		margin-left: 7%;
	}
}

@media screen and (max-width: 1199px) {
	body.startseite #content_scroll #content_wrap #content {
		/*bottom: 15%;*/
		margin-left: auto;
		margin-right: auto;
		right: 0;
		left: 0;
	}
}

@media screen and (max-width: 1000px) {
	#content_scroll #content_wrap #content .row .col_img_big img {
		width: 100%;
	}

	#content_scroll #content_wrap #content .row .col_img_big {
		width: 34.133%;
	}

	body.startseite #content_scroll #content_wrap #content {
		bottom: 10%;
	}
}

@media screen and (max-width: 650px) {
	#content_scroll #content_wrap #content .row .col_text,
	#content_scroll #content_wrap #content .row .col_img,
	#content_scroll #content_wrap #content .row .col_img_big,
	#content_scroll #content_wrap #content .row .col_text_re,
	#content_scroll #content_wrap #content .row .col_img_big img {
		width: 100%;
		float: none;
		padding-right: 0;
		padding-left: 0;
	}

	#content_scroll #content_wrap #content {
		padding: 0 2.833%;
	}
}

/* ******************************************************************** *
 * ***************************  Kopf  ********************************* *
 * ******************************************************************** */

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1500;
}

#header #head_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background-position: top center;
	background-repeat: no-repeat;
}

#logo_small {
	display: none;
}

#logo {
	position: absolute;
	width: 140px;
	height: auto;
	top: 80px;
	left: 10px;
	z-index: 1500;
}

#logo img {
	width: 100%;
	height: auto;
}

#header #head_wrap #main_nav {
	width: 100%;
	max-width: 1200px;
	background-color: #fbfaf8;
	height: 60px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#header #head_wrap #main_nav #hamburger {
	display: none;
	width: 50px;
	height: auto;
	cursor: pointer;
}

#header #head_wrap #main_nav #hamburger img {
	width: 100%;
	height: auto;
}

.big {
	display: inherit;
}
.small {
	display: none;
}

@media screen and (max-width: 1199px) {
	#content_scroll #content_wrap {
		width: 100%;
	}

	/*#header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0; 
		margin: 0 auto; 
	}*/
	/*
	#header #head_wrap #main_nav {
		margin-left: 7%;
	}

	#content_scroll #content_wrap #content {
		margin-left: 7%;
	}

	#logo {
		right: 3%;
	}
	*/
}

@media screen and (max-width: 1199px) {
	#content_scroll #content_wrap #content {
		max-width: 690px;
	}
}

@media screen and (max-width: 1023px) {
	#header #head_wrap #main_nav {
		padding-top: 1px;
		height: 80px;
		position: relative;
	}

	body.mobile #header {
		height: 110px;
	}

	.big {
		display: none;
	}
	.small {
		display: inherit;
	}

	#logo {
		display: none;
	}

	#logo_small {
		height: 100%;
		width: auto;
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 0px;
		padding: 5px;
		/*padding-right: 0;*/
		/*z-index: 1000;*/
	}

	#logo_small img {
		height: 100%;
		width: auto;
	}

	#header #head_wrap #main_nav #hamburger {
		display: block;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		height: 50px;
	}

	#header #head_wrap #main_nav #hamburger + ul {
		display: none;
	}

	/*#header #head_wrap #main_nav:hover #hamburger + ul,
	#header #head_wrap #main_nav #hamburger.clicked + ul {
		display: inline-block;
	}*/
}

@media screen and (max-width: 930px) {
	#content_scroll #content_wrap #content,
	#header #head_wrap #main_nav {
		margin-left: auto;
		margin-right: auto;
	}
}

/* ******************************************************************** *
 * ***************************  MENÜ  ********************************* *
 * ******************************************************************** */

nav ul,
nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}

#header #main_nav ul a {
	font-family: "baar_philos";
	color: #e29664;
	display: block;
	font-size: 1.143em;
	line-height: 2em;
	padding: 0 25px;
	width: auto;
	white-space: nowrap;
	font-weight: 400;
}

.pc #header #main_nav ul a:hover,
.iOS #header #main_nav ul a:hover,
#header #main_nav li.aktiv > a,
#site-menu li.aktiv > a,
.iOS #site-menu ul a:hover,
.pc #site-menu ul a:hover {
	color: #805c77;
}

#header #main_nav ul li {
	display: inline-block;
}

#header #main_nav ul.ebene2 li {
	display: block;
	margin: 5px 0;
}

#header #main_nav ul.ebene2 li:first-of-type {
	border-top: solid 12px transparent;
}

#header #main_nav ul.ebene2 li a {
	background-color: #fbfaf8;
}

#header #main_nav ul.ebene1 {
}

#header #main_nav ul.ebene1 > li > ul.ebene2 {
	display: none;
}

.iOS #header #main_nav ul.ebene1 > li:hover > ul.ebene2,
.pc #header #main_nav ul.ebene1 > li:hover > ul.ebene2,
#header #main_nav ul.ebene1 > li:focus > ul.ebene2,
#header #main_nav ul.ebene1 > li:active > ul.ebene2,
#header #main_nav ul.ebene1 > li ul.ebene3 {
	display: block;
	position: absolute;
	font-size: 0.9em;
	z-index: 1510; /* über das Logo */
}

.iOS #header #main_nav ul.ebene1 > li:hover > ul.ebene2,
.pc #header #main_nav ul.ebene1 > li:hover > ul.ebene2 {
	z-index: 3000;
}

#header #main_nav ul.ebene1 > li:hover > ul.ebene2 {
	z-index: 1520; /* über das Logo */
}

#header #main_nav ul.ebene1 > li ul.ebene3 {
	background-color: rgba(255, 255, 255, 0.75);
}

/* ******************************************************************** *
 * ***************************  Footer  ******************************* *
 * ******************************************************************** */

footer {
	position: relative;
}

footer .inner-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 3px;
	background-color: #e29664;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .inner-wrapper ul {
	list-style: none;
}

footer .inner-wrapper ul li {
	display: inline-block;
	color: white;
}

footer .inner-wrapper ul li a {
	text-transform: uppercase;
	color: white;
	font-weight: 400;
}

/* ******************************************************************** *
 * ***************************  EVENTS  ******************************* *
 * ******************************************************************** */

.event {
	margin-bottom: 2.5em;
}

.col_text_re .event {
	margin-bottom: 0;
}

.col_text_re .event p {
	margin-top: 0;
}

.col_text_re h4 {
	margin-bottom: 0em;
}

.event h4:first-child {
	margin-bottom: 0;
}

.event h4:first-child + h4 {
	margin-top: 0;
	margin-bottom: 0.6em;
}

td p:first-child {
	margin-top: 0;
}

/* ******************************************************************** *
 * ***************************  OFF-Canvas  *************************** *
 * ******************************************************************** */

#site-canvas {
	visibility: hidden;
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	left: -100%;
	z-index: 2000;
	top: 80px;
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;

	-webkit-transform: translateX(0);
	transform: translateX(0);

	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.show-nav #site-canvas {
	left: 0;
	visibility: visible;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);

	transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);

	background-color: rgba(255, 255, 255, 0.825);
}

#site-menu {
	width: 100%;
	padding: 15px;
	font-size: 1em;
	padding-bottom: 150px;
}

#site-menu ul {
	list-style: none;
	padding-left: 20px;
	margin-top: 0;
}

#site-menu ul ul {
	padding-left: 30px;
}

#site-menu a {
	color: #000;
	display: block;
	line-height: 1.75em;
	font-family: "baar_philos";
	font-weight: 400;
}

.show-nav #site-menu {
}

.show-nav #site-canvas {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* ******************************************************************** *
 * ****************************  Galerie  ***************************** *
 * ******************************************************************** */

.row .galerie {
	margin: 0 -1.417%;
	margin-bottom: 2.833%;
}

.row .galerie a.kachel {
	width: 33.333%;
	padding: 1.417%;
	border: none;
	display: inline-block;
}

.row .galerie a.kachel img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 650px) {
	.row .galerie a.kachel {
		width: 50%;
	}
}

/* ******************************************************************** *
 * ***************************  FORMULARE  **************************** *
 * ******************************************************************** */

ul.form_ycom_auth_form_info {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	font-size: 1em;
	color: rgb(51, 57, 127);
}

ul.form_ycom_auth_form_info li {
	line-height: 2.5em;
}

form label {
	width: 150px;
	display: inline-block;
	font-size: 1em;
}

form .form-group {
	margin-bottom: 10px;
}

.checkbox.yform-element {
	margin-bottom: 10px;
	margin-top: 20px;
}

.checkbox.yform-element input {
	height: auto;
	padding: none;
	font-size: inherit;
}

input {
	height: 2em;
	padding: 0.5em;
	font-size: 1em;
}

/*****************************************************
 ********************* BUTTON ************************
 *****************************************************/

.btn,
button {
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	vertical-align: middle;
	padding: 0.85em 1em;
	/*margin: 0 0 2em 0;*/
	/*margin: 1em 0;*/
	background-color: rgb(51, 57, 127);
	color: #f7f7f6;
	/*border-radius: 1.6em;*/
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 0.8em;
	padding-right: 0.8em;
	font-size: 1em;
	font-weight: normal;
	overflow: visible;
	width: auto;
	border: 1px solid rgb(51, 57, 127);
	margin: 10px 0;
}

.pc .btn:hover,
.iOS .btn:hover,
button {
	background-color: #f7f7f6;
	color: rgb(51, 57, 127);
}

.btn.grau {
	background-color: rgb(240, 240, 240);
	border-color: rgb(240, 240, 240);
	color: #8b8178;
	margin-right: 15px;
	float: left;
}

.pc .btn.grau:hover,
.iOS .btn.grau:hover {
	background-color: #f7f7f6;
	border-color: #8b8178;
}
