@font-face {
	font-family: "Open Sans";
	font-weight: 400;
	src: url("/static/fonts/OpenSans-Regular.ttf");
}

@font-face {
	font-family: "Open Sans";
	font-weight: 600;
	src: url("/static/fonts/OpenSans-SemiBold.ttf");
}

@font-face {
	font-family: "Open Sans";
	font-weight: 700;
	src: url("/static/fonts/OpenSans-Bold.ttf");
}

@font-face {
	font-family: 'PT Serif';
	font-weight: 400;
	src: url("/static/fonts/PTSerif-Regular.ttf");
}

@font-face {
	font-family: 'PT Serif';
	font-weight: 700;
	src: url("/static/fonts/PTSerif-Bold.ttf");
}

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	box-sizing: border-box;
	list-style-type: none;
}

#page {
	background: url("/static/img/background.jpg") no-repeat fixed center 0 / cover rgba(0, 0, 0, 0);
	overflow-y: scroll;
	height: 100vh;
	padding: 0 100px;
}

#wrapper {
	background: white;
	padding: 30px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
	font-family: 'Open Sans', sans-serif;
}

#mood {
	position: relative;
	margin-bottom: 10px;
}

#moodBild {
	width: 100%;
	height: auto;
}

#logo {
	position: absolute;
	height: 80%;
	top: 10%;
	left: 30px;
}

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

#menuButton {
	display: none;
}

a {
	color: #964613;
}

a:hover {
	color: #e0844a;
}

nav,
footer {
	border-top: 1px solid #3c2319;
	border-bottom: 1px solid #3c2319;
	position: relative;
}

footer {
	margin-top: 40px;
}

nav ul,
footer ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

footer ul {
	justify-content: center;
}

nav a,
footer a {
	padding: 6px 5px 4px;
	display: block;
	color: #3c2319;
	text-decoration: none;
	font-size: 15px;
	font-weight: 300;
}

footer a {
	margin: 0 15px;
}

nav .menu-item-child-active>a,
nav .menu-item-link-active,
nav a:hover,
footer a:hover,
footer .menu-item-link-active {
	text-decoration: underline;
	color: #3c2319;
}

nav ul ul {
	position: absolute;
	left: 0;
	justify-content: flex-start;
	width: 100%;
	background-color: #3c2319;
	display: none;
}

nav ul ul li {
	margin-right: 20px;
}

nav ul ul a {
	color: white;
	font-size: 14px;
}

nav ul ul a:hover,
nav ul ul a.menu-item-link-active {
	color: white;
}

nav ul li.menu-item-child-active ul,
nav ul li.menu-item-parent.menu-item-active ul {
	display: flex;
}

#content {
	display: flex;
	padding-top: 60px;
	flex-wrap: wrap;
}

#headline {
	width: 100%;
}

#left {
	width: 70%;
	padding-right: 70px;
}

#right {
	width: 30%;
}

.contentelement {
	margin-bottom: 20px;
}

h1,
h2,
h3 {
	font-family: 'PT Serif', serif;
	color: #3c2319;
	font-weight: 400;
	line-height: 130%;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 24px;
	margin-bottom: 7px;
}

h3 {
	font-size: 20px;
	margin-bottom: 5px;
}

#right h3 {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}

p {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 300;
	line-height: 150%;
}

p strong {
	font-weight: 600;
}

.bildRechts {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
}

.bildRechts .bu {
	padding-right: 30px;
	width: 70%;
}

.bildRechts img {
	max-width: 30%;
	height: auto;
}

#aktion {
	border-top: 1px solid #3c2319;
	border-bottom: 1px solid #3c2319;
	margin: 50px 0;
	padding: 30px 0;
}

#aktion .contentbild {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	justify-content: space-between;
}

#aktion .contentbild .bu {
	padding-right: 30px;
	width: 70%;
	float: left;
}

#aktion .contentbild img {
	max-width: 30%;
	height: auto;
}

#aktion .contentbild>a {
	max-width: 30%;
}

#aktion .contentbild>a>img {
	width: 100%;
	max-width: unset;
}

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

.rundgang #left {
	width: 100%;
	padding: 0;
}

.rundgang #right {
	display: none;
}

iframe {
	width: 100%;
}

.rundgang iframe {
	height: 500px;
}

iframe.offen {
	height: 500px;
}

#map-button {
	cursor: pointer;
	border: 1px solid #3c2319;
	color: #3c2319;
	display: table;
	font-size: 15px;
	padding: 10px 22px;
	font-weight: 400;
}

#map-button:hover,
#map-button:focus,
#map-button:active {
	color: white;
	background-color: #3c2319;
}

.adressdaten div {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.formular_100 {
	width: 100%;
}

.formular_70 {
	width: calc(70% - 10px);
}

.formular_50 {
	width: calc(50% - 10px);
}

.formular_30 {
	width: calc(30% - 10px);
}

.formular_25 {
	width: calc(25% - 10px);
}

#left>form {
	margin-top: 30px;
	display: none;
}

#left>form h2 {
	margin-bottom: 12px;
}

#left>form .adressdaten {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#left>form input,
#left>form textarea {
	width: 100%;
	box-sizing: border-box;
	font-size: 15px;
	padding: 7px;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #ccc;
}

#left>form .adressdaten label {
	margin-bottom: 3px;
	display: block;
}

#left>form textarea {
	min-height: 300px;
	resize: none;
}

#left>form button {
	color: #3C2319;
	border: 1px solid #3C2319;
	font-size: 15px;
	padding: 10px 22px;
	display: block;
	font-weight: 400;
	background: white;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
}

#left>form button:hover {
	color: white;
	background: #3C2319;
}

#left>form button.disabled {
	color: #ccc;
	border: 1px solid #ccc;
	cursor: default;
	background: white;
}

#left>form button.disabled:hover {
	color: #ccc;
	border: 1px solid #ccc;
	background: white;
}

.pflichtfeld:after {
	content: "*";
	color: #964613;
	margin-left: 3px;
}

#radioButtons {
	margin-top: 10px;
}

.radioOption {
	margin-top: 2px;
	margin-bottom: 7px;
	display: flex;
	position: relative;
}

#left>form label {
	font-size: 15px;
}

.radioOption input {
	margin-right: 5px;
	position: relative;
	top: 0px;
	width: auto !important;
}

.radioOption label {
	font-size: 15px;
	font-weight: 300;
}

.radio {
	display: flex;
}

.radio .radioOption {
	margin-right: 20px;
	margin-bottom: 0 !important;
}

.radio .radioOption span {
	display: none;
}

#gutschein_betrag_input {
	position: absolute;
	width: 70px !important;
	right: -85px;
	top: -8px;
	display: none;
}

form ::-webkit-input-placeholder {
	font-weight: 200;
	color: #ddd;
	font-size: 15px;
}

form :-moz-placeholder {
	font-weight: 200;
	color: #ddd;
	opacity: 1;
	font-size: 15px;
}

form ::-moz-placeholder {
	font-weight: 200;
	color: #ddd;
	opacity: 1;
	font-size: 15px;
}

form :-ms-input-placeholder {
	font-weight: 200;
	color: #ddd;
	font-size: 15px;
}

form :placeholder-shown {
	font-weight: 200;
	color: #ddd;
	font-size: 15px;
}

.download {
	width: 100%;
	display: flex;
	border-top: 1px solid #3c2319;
	justify-content: space-between;
	align-items: center;
	padding: 20px 10px;
	margin: 0;
}

.download h3 {
	font-size: 18px;
	font-weight: normal;
	color: #3c2319;
	margin-bottom: 5px;
	text-decoration: none;
}

.download p {
	text-decoration: none;
	color: black;
	margin: 0;
}

.download a {
	text-decoration: none;
}

.karte #left .contenttext {
	margin-top: 30px;
}

.download .button {
	color: #3C2319;
	border: 1px solid #3C2319;
	font-size: 16px;
	padding: 10px 22px;
	display: block;
	font-weight: 400;
}

.download .button:hover {
	color: white;
	background: #3C2319;
}

#lightgallery {
	margin-top: 20px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#lightgallery a {
	width: calc(25% - 7.5px);
	display: block;
	height: 200px;
	overflow: hidden;
	margin-bottom: 10px;
	background-position: center center;
	background-size: cover;
}

.galerie #bilderbox {
	display: none;
}

.info {
	border: 2px solid #78a6d7;
	padding: 20px;
}

.info h2,
.info h3 {
	color: #78a6d7;
}

#right .info {
	padding: 0;
	margin: 40px 0 25px;
	border: none;
}

.info img {
	max-width: 100%;
	height: auto;
}

.contenttext.stoerer {
	position: absolute;
	right: -10px;
	bottom: 50%;
	transform: translate(0, 50%);
	padding: 10px;
	background-color: #78a6d7;
	border: 1px solid white;
	outline: 5px solid #78a6d7;
	color: white;
	font-size: 14px;
	max-width: 330px;
	margin: 0;
	text-align: center;
}

.contenttext.stoerer p {
	margin: 5px 0;
}

.contenttext.stoerer a {
	color: white;
	text-decoration: underline;
}

.contenttext.stoerer a:focus,
.contenttext.stoerer a:hover {
	color: #304357;
}

.info div {
	border-left: 8px solid #78a6d7;
	padding-left: 18px;
	margin: 20px 0;
}

.info p:last-of-type {
	margin-bottom: 0;
}

@media screen and (max-width:1200px) {

	#page {
		padding: 0 50px;
	}

}

@media screen and (max-width:1024px) {

	#page {
		padding: 0 0px;
		overflow-y: visible;
		height: auto;
	}



}

@media screen and (max-width:860px) {

	#wrapper {
		padding: 20px;
	}

	#left {
		width: 100%;
		padding-right: 0px;
	}

	#right {
		width: 100%;
	}

	#aktion {
		margin: 20px 0;
		padding: 20px 0 0;
	}

	#lightgallery a {
		width: calc(33.33% - 6.66px);
	}

	.contenttext.stoerer {
		right: 20px;
	}
}

@media screen and (max-width:800px) {

	#menuButton {
		display: flex;
		width: 100%;
		cursor: pointer;
		text-align: center;
		padding: 5px;
		font-size: 22px;
		font-weight: 300;
		color: #3c2319;
		justify-content: center;
		align-items: center;
	}

	nav>ul {
		display: none;
		flex-direction: column;
		align-items: center;
		border-top: 1px solid #3c2319;
	}

	nav.open>ul {
		display: flex;
	}

	nav>ul>li>a {
		font-size: 20px;
		text-align: center;
		padding: 8px 0;
	}

	nav>ul>li {
		width: 100%;
	}

	nav>ul ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		background: none;
		position: static;
		margin-bottom: 10px;
	}

	nav ul ul a {
		color: #3c2319;
		padding: 3px 5px;
		width: 100%;
	}

	nav ul ul a:hover,
	nav ul ul a.menu-item-link-active {
		color: #3c2319;
	}
}

@media screen and (max-width:720px) {

	footer ul {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}

	#aktion .contentbild {
		flex-direction: column;
		margin-bottom: 20px;
	}

	#aktion .contentbild img {
		width: auto;
		max-width: 100%;
		margin-bottom: 20px;
	}

	#aktion .contentbild .bu {
		width: 100%;
		padding: 0;
	}

	#content {
		padding-top: 30px;
	}

	h1 {
		font-size: 26px;
	}

	h2 {
		font-size: 22px;
		margin-bottom: 7px;
	}

	.formular_70,
	.formular_25,
	.formular_30,
	.formular_50 {
		width: 100%;
	}

	.radio {
		flex-direction: column;
	}

	#gutschein_betrag_input {
		left: 150px;
	}

	.rundgang iframe {
		height: 400px;
	}

	.download {
		flex-direction: column;
		align-items: flex-start;
	}

	.download .button {
		margin-top: 10px;
	}

	#mood {
		overflow: hidden;
	}

	#moodBild {
		height: 180px;
		width: auto;
	}

	#logo {
		left: 20px;
	}

	iframe.offen {
		height: 300px;
	}

	#lightgallery a {
		width: calc(50% - 5px);
	}

	.bildRechts {
		flex-direction: column-reverse;

	}

	.bildRechts .bu {
		padding-right: 0;
		width: 100%;
		margin-bottom: 20px;
	}

	.bildRechts img {
		max-width: 100%;
		width: auto;
	}

	#aktion .contentbild>a {
		max-width: unset;
	}
}

@media screen and (max-width:560px) {

	.contenttext.stoerer {
		right: 20px;
		max-width: 230px;
	}

	.contenttext.stoerer br {
		display: none;
	}
}




@media screen and (max-width:420px) {
	#moodBild {
		margin-left: -20%;
	}

	.download .button {
		width: 100%;
	}

	#lightgallery a {
		width: 100%;
		cursor: default;
	}
}


body .cookie_popup_content p {
	font-family: 'Alegreya Sans', sans-serif;
}

body .cookie_popup_content button {
	font-family: 'Alegreya Sans', sans-serif;
}

body .cookie_popup_content p a {
	color: #964613;
}

body .cookie_popup_content p a:hover {
	color: #e0844a;
}

body .cookie_popup_content button {
	font-family: 'Alegreya Sans', sans-serif;
	border: 1px solid #964613;
	color: #964613;
}

body .cookie_popup_content button:hover {
	border: 1px solid #e0844a;
	background-color: #e0844a;
	color: white;
}

* {
	margin: 0;
	padding: 0;
}

/* Icon 1 */

.icon {
	width: 18px;
	height: 14px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	margin-right: 7px;
}

.icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #964613;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

/* Icon 3 */

.icon span:nth-child(1) {
	top: 0px;
}

.icon span:nth-child(2),
.icon span:nth-child(3) {
	top: 6px;
}

.icon span:nth-child(4) {
	top: 12px;
}

.open .icon span:nth-child(1) {
	top: 7px;
	width: 0%;
	left: 50%;
}

.open .icon span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.open .icon span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.open .icon span:nth-child(4) {
	top: 7px;
	width: 0%;
	left: 50%;
}