@charset "utf-8";

/*********
Allgemein
*********/
* {
	font-family: DINOT-Light, sans-serif;
}

body {
}

html {
    hyphens: auto;
}

a:link,
a:visited,
a:hover,
a:active {
	outline: 0;
}

address {
	font-style: normal;
}

.noscroll {
	position: fixed;
}

/*********
Allgemeine Responsive Klassen für Geräte
*********/
/* Desktop */
@media 
only screen and (min-width : 1221px) {
	.desktop-off, 
	.tablet-on,
	.phone-on {
		display: none !important;
	}
	.desktop-on, 
	.tablet-off, 
	.phone-off {
		display: block !important;
	}
	span.desktop-on, 
	span.tablet-off, 
	span.phone-off {
		display: inline-block !important;
	}
}
/* Tablets */
@media 
only screen and (min-width : 600px) and (max-width : 1200px) {
	.tablet-off,
	.desktop-on, 
	.phone-on {
		display: none !important;
	}
	.tablet-on,
	.desktop-off, 
	.phone-off {
		display: block !important;
	}
}
/* Mobile */
@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	.phone-off,
	.desktop-on, 
	.tablet-on
	 {
		display: none !important;
	}
	.phone-on, 
	.desktop-off, 
	.tablet-off {
		display: block !important;
	}	
}

/*********
Allgemeine Content Styles
*********/
h1, h2, h3, p {
	margin: 0;
	padding: 0;
	color: #323334;
}

h1, h2, h3, h4 {
	font-family: Bitter-Bold, sans-serif;
	text-transform: uppercase;	
}

h1, h2 {
	font-size: 3.1875rem; 
	font-weight: normal;
	color: #323334;
	margin-bottom: 1.5rem;
}

h1 hr,
h2 hr {
	width: 300px;
	color: #9b9166;
	border-top: 5px solid;
	margin: 0px;
	margin-bottom: 1rem;
	text-align: left;
}

h3 hr {
	width: 300px;
	color: #9b9166;
	border-top: 5px solid;
	margin: 0px;
	margin-bottom: 1rem;
}

h3,
h2.small, 
.accordion h2.ui-accordion-header,
.masonry-box.news h2 {
	font-size: 1.875rem; 
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}

.accordion h2.ui-accordion-header:first-child {
	margin-top: 0;
	margin-top: -34px;
}

.masonry-box.news h2 {
	margin: 0;
}

h4,
.accordion h3 {
	font-size: 1.25rem; 
	margin-bottom: 1rem;
	margin-top: 1.5rem;
	break-inside: avoid-column;
}

h2:first-child, 
h3:first-child {
	margin-top: 0;	
} 

p {
	font-size: 1.25rem; 
	line-height: 1.5rem;
	margin-bottom: 1rem;
}

p:last-child {
	margin-bottom: 0;
}

p.lead {
	font-family: Bitter-Bold, sans-serif;
}

strong  {
	font-size: 1.25rem;
	font-family: DINOT-Bold, sans-serif;
}

img {
	border: 0;
}

img.full {
	width: 100%;
	height: auto;
	display: block;
}

.img-right {
	float: right;
	margin-left: 1.5vw;
	margin-bottom: 1.5vw;
}

.img-left {
	float: left;
	margin-right: 1.5vw;
	margin-bottom: 1.5vw;
}

/* Tablets */
@media 
only screen and (min-width : 600px) and (max-width : 1200px) {
	h1, h2 {
		font-size: 2.75rem;
		margin-bottom: 1.5rem;
	}
	h3, 
	.accordion h2.ui-accordion-header,
	.masonry-box.news h2 {
		font-size: 1.75rem; 
		margin-bottom: 1rem;
		margin-top: 1.5rem;
	}
	.masonry-box.news h2 {
		margin-top: 0;
	}
	p {
		font-size: 1.15rem; 
		line-height: 1.3em;
		margin-bottom: 1rem;
	}	
	strong  {
		font-size: 1.15rem;
		line-height: 1.3em;
		font-family: DINOT-Bold, sans-serif;
	}
}

/* Mobile */
@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	h1, h2 {
		font-size: 2rem; /*vorher 2.5rem*/
		margin-bottom: 1rem;
	}
	h3, 
	.accordion h2.ui-accordion-header,
	.masonry-box.news h2 {
		font-size: 1.5rem; 
		margin-bottom: 1rem;
		margin-top: 1.5rem;
	}
	.masonry-box.news h2 {
		margin-top: 0;
	}
	h1 hr,
	h2 hr {
		width: 75%;
		border-top: 2.5px solid;
	}

	h3 hr {
		width: 75%;
	}
	p {
		font-size: 1rem; 
		line-height: 1.25rem;
		margin-bottom: 1rem;
	}	
	strong  {
		font-size: 1rem;
		font-family: DINOT-Bold, sans-serif;
	}
	.img-right {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0px;
	}
	.img-left {
		float: none;
		display: block;
		width: 100%;
		margin-right: 0px;
	}
	.grid-2 > img.full,
	.grid-2 > #map {
		margin-top: 2.5vh;
	}
}

ul, ol {
	padding: 0;
	margin: 0;
	margin-bottom: 1.5vh;
	margin-left: 1vw;
} 

li {
	padding-bottom: 1vh;
	padding-left: 0;
	margin-left: 0;
	list-style-type: disc;
	font-size: 1.25rem;
}

ol li {
	list-style-type: decimal;
}

/*Links*/
a {
	color: #323334;
	text-decoration: underline;
}

a:hover {
	color: #9b9166;
}

a[href^="tel"],
a[href^="mailto"],
a.phone,
a.mail {
	text-decoration: none;
}

.hashtag {
	position: absolute;
	margin-top: -120px;
}

/* Buttons */
.btn a,
.btn span {
	display: block;
	padding: none;
	color: #9b9166;
	text-align: left;
	text-decoration: none;
	font-family: DINOT-Bold, sans-serif;
	margin-top: 2vh;	
}

.btn.action {
	display: flex;
	justify-content: space-around;
}

.btn.action a {
	display: inline-block;
	/*background-color: #eee9e0;
	color: #9b9166;*/
	
	background-color: #9b9166;
	color: #eee9e0;
	
	padding: 10px;
	margin-top: 0;
	font-size: 0.9rem;
	
	flex-grow: 1;
	margin-right: 5px;
	
	text-align: center;
}

.btn.action a:last-child {
	margin-right: 0;
}

.btn.action a#prev,
.btn.action a#next {
	/*flex-grow: 1;*/
}

.btn.button a,
.btn.button span {
	background-color: #eee9e0;
	padding: 15px;
	padding-right: 20px;
	background-image: url(../img/layout/icon-plus.svg);	
	background-size: 15px;
	background-position: 25px center;
	background-repeat: no-repeat;
	padding-left: 50px;
	margin-top: 3.5%;
}

.btn.button.termintyp a,
.btn.button.termintyp span {
	margin-top: 5px;
	background-image: none;
	padding-left: 15px;
	padding: 10px;
}

.btn.button.termintyp a.active,
.btn.button.termintyp a:hover {
	background-image: none;
}

.bg-beige .btn.button.termintyp a,
.bg-beige .btn.button.termintyp span {
	background-color: #fff;
}

.btn.center {
	text-align: center;
}

.btn.filter a {
	margin-top: 0;
}

.btn.filter.active a {
	color: #323334;
}

.btn.inline a,
.btn.inline span {
	display: inline-block;
}

.btn.inline.right {
	text-align: right;
}

p.more,
a.more {
	display: block;
	padding: none;
	color: #9b9166;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	font-family: DINOT-Bold, sans-serif;
	margin-top: 2vh;
	align-items: flex-end;
	background-image: url(../img/layout/icon-plus.svg);	
	background-size: 15px;
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

a.more {
	font-size: 1.25rem;
	line-height: 1.5rem;
}

.btn.button a:hover,
.btn.button a.active,
p.more:hover,
a.more:hover,
.list.news li a:hover p.more,
.masonry-box.news a:hover p.more,
.list.angebot li a:hover p.more {
	color: #323334;
	background-image: url(../img/layout/icon-plus-on.svg);
}

.btn.action a:hover {
	color: #323334;
}

.list.news li a p.more,
.masonry-box.news a p.more {
	padding-left: 50px;
	background-position: 25px 5px;
	padding-top: 0;
}

/* Mobile */
@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	.btn.inline a,
	.btn.inline span {
		display: block;
	}
	.btn.button a,
	.btn.button span {
		background-image: url(../img/layout/icon-plus.svg);
		background-size: 12px;
		background-position: 25px center;
		padding-left: 45px;
	}
	.btn.filter {
		display: inline-block;
		padding-right: 15px;
	}
	p.more {
		background-size: 12px;
		background-position: 0px 4px;
	}
	.list.news li a p.more,
	.masonry-box.news a p.more {
		padding-left: 45px;
	}
	.filter-content {
		display: none;
	}
}
/* Tablets */
@media 
only screen and (min-width : 600px) and (max-width : 1200px) {
	.btn.inline a,
	.btn.inline span {
		display: block;
	}
	.btn.filter {
		display: inline-block;
		padding-right: 15px;
	}
	.filter-content {
		display: none;
	}
}
/* Desktop */
@media 
only screen and (min-width : 1200px) {
	.filter-content {
		display: block !important;
	}
}

/*********
Raster-Styles
*********/
body {
	font-size: 100%; 
	height: 100%;
}

body, img, p, tr, td {
	color: #323334;
}

header {
	text-align: center;
	position: relative;
	width: 100%;
	height: 0;
}
.index-site header {
	height: 150px;
}

#logo a,
#mobile-menu {
	width: 100%;
    left: 0px;
	display: block;
}

#mobile-menu img {
	float: right;
    padding-right: 10vw;
}

.index-site header {
	position: absolute;
}

.logo-nav {
	top: 7vh;
	position: relative;
	z-index: 100;
}

.btn-mobile-nav {
	position: absolute;
	right: 0;
    margin-right: 7vw;
	top: 0;
}

.sticky header .logo-nav {
	top: 0vh;
	padding: 20px 7vw;
    background: #fff;
    border-bottom: 1px solid #dadada;
	position: fixed;
	width: calc(100% - 14vw);
	z-index: 100;
	display: flex;
    background: #fff;
    align-items: center;
	justify-content: space-between;
}

.sticky header .logo-nav #logo img {
	max-height: 50px;
}

.sticky header .logo-nav div .btn-mobile-nav {
	position: static;
	margin-right: 0;
	display: block;
}

.sticky header .logo-nav div .btn-mobile-nav img {
	padding-top: 0;
}

header .main-nav {
	position: fixed;
	z-index: 100;
}

.startsection {
	position: relative;
	overflow: hidden;
}

.startsection .image-full {
	overflow: hidden;
	display: grid;
	position: relative;
}

.startsection .image-full img {
	height: auto;
	width: 100vw;
}

.startsection .slogan {
	position: absolute;
	bottom: 2vw;
	left: 7vw;
	font-size: 2vw;
	font-family: Bitter-Bold, sans-serif;
	color: #ffffff;
	text-shadow: 0 0 2px #323334;
	text-shadow: 0 0 10x #323334;
	text-shadow: 0 0 25px #323334;
	display: none;
}

.startsection .slogan span {
	font-size: 1.3vw;
}

.startsection .slogan.jack.img-1,
.startsection .slogan.jack.img-3,
.startsection .slogan.jack.img-5 {
	display: block;
}

@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	.startsection .slogan {
		font-size: 3.5vw;
	}
	.startsection .slogan span {
		font-size: 2.5vw;
	}
}

.startsection .slogan.eva.img-2,
.startsection .slogan.eva.img-4 {
	display: block;
}


.content-block-center {
	margin-left: 20vw;
	margin-right: 20vw;
}

.grid-container + .grid-container {
	padding-top: 4vw;
}

.content {
	margin-top: 15vh;
	margin-bottom: 15vh;
}

.bg-beige {
	background: #eee9e0;
	padding-top: 15vh;
	padding-bottom: 15vh;
}

.teaser {
	background: #eee9e0;
	border-top: 5px solid #9b9166;
	padding-top: 1vw;
	padding-bottom: 1vw;
	font-weight: bold;
	text-align: center;
}
.teaser .date {
	font-weight: normal;
	color: #9b9166;
	font-size: 1rem;
}
a.noline {
	text-decoration: none;
}

.footerelement {
	display: flex;
	justify-content: center;
	text-align: center;
}

.footerelement img {
	height: 4vh; 
}

.audibene-site .footerelement,
.kaffee-site .footerelement{
	  margin-top: -5vh;
}

section.content:last-of-type + .footerelement img,
.aktuelles-site .footerelement img,
.aktuelles-site .footerelement,
.terminvereinbarung-site .footerelement
{
	/*margin-top: -7.5vh; */
}

section.content:last-of-type.bg-beige + .footerelement img {
	margin-top: -17vh; 
}

footer {
	margin-top: 2.5vh;
}

footer h2 {
	font-size: 1.875rem;
	margin-bottom: 1vh;
}

footer .content-block-center.grid-container {
	display: flex; 
    flex-direction: row; 
    align-items: flex-end; 
	justify-content: space-between;
	margin-bottom: 5vh;
}

footer ul.socialmedia {
	margin-left: 0;
	margin-bottom: 0;
	display: flex;
    justify-content: center;
}

footer ul.socialmedia li {
	float: left;
	list-style: none;
	padding: 0;
	display: block;
	margin-right: 15px;
}

footer ul.socialmedia li:last-child {
	padding-right: 0;
	margin-right: 0px;
}

footer ul.socialmedia li img {
	width: 40px;
	display: grid;
	padding-right: 0px; /*vorher 15*/
}

footer .footerelements {
	display: contents;
}

footer a {
	text-decoration: none;
}

footer .impressum {
	text-align: right;
}

main .content:first-child {
	clear: both;
	margin-top: 150px;
}

/* Tablets */
@media 
only screen and (min-width : 600px) and (max-width : 1200px) {
	header {
		position: absolute;
		top: 0;
	}
	.startsection {
		height: auto;
	}

	.content {
		margin-top: 10vw;
		margin-bottom: 10vw;
	}

	.bg-beige {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}

	section.content:last-of-type.bg-beige + .footerelement img {
		margin-top: calc(-10vw - 2vh); 
	}
	
	footer .content-block-center.grid-container {
		display: flex;
	}
	
	footer .footerelements .grid-1 {
		width: 100%;
		margin-bottom: 1.5vh;
	}
	
	footer .footerelements  {
		display: grid !important;
		width: 50%;
		float: left;
	}
	
	footer p,
	footer p:last-child,
	footer ul.socialmedia {
		margin-bottom: 2vh;
	}
	
	footer .impressum {
		text-align: left;
	}
	
	footer .content-block-center.grid-container {
		display: flex; 
	}
	
	footer ul.socialmedia {
		display: block
	}
	
	footer ul.socialmedia.list.drei-spalten li {
		width: auto;
	}
}

/* Mobile */
@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	header {
		position: absolute;
		top: 0;
	}
	
	.startsection {
		height: auto;
	}

	.content {
		margin-top: 10vw;
		margin-bottom: 10vw;
	}

	.bg-beige {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}

	section.content:last-of-type.bg-beige + .footerelement img {
		margin-top: calc(-10vw - 2vh); 
	}
	
	footer .content-block-center.grid-container {
		flex-direction: column;
		align-items: flex-start;
	}
	
	footer p,
	footer p:last-child,
	footer ul.socialmedia {
		margin-bottom: 2vh;
	}
	
	footer .impressum p {
		margin-bottom: 0;
	}
	
	footer ul.socialmedia {
		display: flex;
	}
	
	footer ul.socialmedia li,
	footer ul.socialmedia.list.drei-spalten li:nth-last-child(3),
	footer ul.socialmedia.list.drei-spalten li:nth-last-child(2)  {
		margin-bottom: 0;
	}
	
	footer .impressum {
		text-align: left;
	}	
	
	.audibene-site .footerelement,
	.termin-site .footerelement,
	.kaffee-site .footerelement {
	  margin-top: -7.5vh;
	}
}

@media 
only screen and (min-width : 600px) and (max-width : 1200px) {
	.content-block-center {
	margin-left: 10vw;
	margin-right: 10vw;
	}
}
@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	body {
		font-size: 90%; 
	}
	.content-block-center {
		margin-left: 0vw;
		margin-right: 0vw;
	}
	.content {
    	width: calc(100%-20vw);
    	padding-left: 10vw;
    	padding-right: 10vw;
	}
	footer {
		width: calc(100%-20vw);
    	margin-left: 10vw;
    	margin-right: 10vw;
	}
}

#logo img {
	width: auto;
	max-height: 75px;
	filter: drop-shadow(0 0 3px rgba(255, 255, 255, 1)) drop-shadow(0 0 8px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 15px rgba(255, 255, 255, 0.6));
}

@media 
only screen and (min-width : 220px) and (max-width : 1200px) {
	.logo-nav {
		top: 5vh;	
	}
	#logo img {
		margin-left: 7vw;
		float: left;
		max-height: 50px;
	}
	.sticky .logo-nav #logo img {
		margin-left: 0vw;
	}
	.btn-mobile-nav {
		right: 0vw; /*vorher 10*/
	}
	/*
	.btn-mobile-nav img, .main-nav .close img {
		max-height: 26px;
	}
	*/
}

@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	#logo img {
		max-height: 40px;
		margin-top: 20%;
	}
	.sticky #logo img {
		margin-top: 0;
	}
}

.skipp {
	float: right;
	height: 100%;
	width: 100%;
	right: 10px;
	bottom: 10px;
}

.skipp img {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE 5-7 */
	filter: alpha(opacity=70);
	/* Netscape/FireFox */
	-moz-opacity: 0.7;
	/* Safari 1.x */
	-khtml-opacity: 0.7;
	/* aktuelle Browser */
	opacity: 0.7;
}

@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	.skipp {
		display: none;
	}
}

#map h4 {
	margin: 0;
	margin-bottom: 10px;
	color: #ffffff;
	font-weight: normal;
}
#map p {
	color: #ffffff;
}

#map .gm-style .gm-style-iw-c {
	background-color: #323334;
}

#map .gm-style .gm-style-iw-t::after {
	background-image: linear-gradient(45deg, rgb(32, 33, 34) 50%, rgba(32, 33, 34, 0) 51%, rgba(32, 33, 34, 0) 100%);
	background-color: #323334;
}

/*********
Tools & spezifische Content-Styles
*********/
ul.list {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-right: 0%;
	margin-bottom: 3.5%;
}

.list li a {
	text-decoration: none;
	display: block;
}

.list.vier-spalten li {
	width: 22.375%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	float: left;
}

.list.drei-spalten li {
	float: left;
	width: calc(31% - 7%);
	margin-right: 3.5%;
}

.list.zwei-spalten li {
	width: 48.25%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	float: left;
}

.list.vier-spalten li:nth-child(4n),
.list.drei-spalten li:nth-child(3n), 
.list.zwei-spalten li:nth-child(2n) {
	margin-right: 0;
}

.list.drei-spalten li:nth-last-child(-n+3) {
	margin-bottom: 0px;
}

.list li {
	padding: 25px;
}

.list.front li {
	width: 31%;
	border-top: 5px solid #9b9166;
}

.list.news.front li {
	background: #fff;
	display: flex;
}

.list.angebot.front li {
	background: #eee9e0;
	display: flex;
	margin-bottom: 3.5%;
}

.list.news li a,
.list.angebot li a {
	display: block;
}

.list.news img {
	margin-bottom: 0;
}

ul.list.angebot,
ul.list.news {
	display: flex;
}

ul.list.angebot li a,
ul.list.news li a {
	display: flex;
    flex-direction: column;
	justify-content: space-between;
	width: 100%;
}

.list.news.front li a div {
}

.list.angebot.front li div{
	overflow: hidden;
}

.list.news li,
.list.angebot li {
	padding: 0px;
}

.list.news.front li h3,
.masonry-box.news h2,
.list.news.front li p,
.list.angebot.front li a,
.masonry-box.news p {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-top: 25px;
	margin-bottom: 0;
	overflow: hidden !important;
}

.list.news li p.date + p,
.masonry-box.news p.date + p {
	padding-top: 0;
	padding-bottom: 0;
}

.list.zwei-spalten.gallery li {
	padding:0px;
}

ul.gallery {
	margin-top: 3.5%;
}

.masonry-box.news .box-item {
	background: #eee9e0;
	border-top: 5px solid #9b9166;
}

.index-site .masonry-box.news .box-item {
	background: #ffffff;
}

.news a {
	text-decoration: none;
}

.list.news.front p.date,
.masonry-box.news p.date {
	font-style: italic;
	font-size: 0.8rem;
	padding-bottom: 0.75rem;
}

@media 
only screen and (min-width : 600px) and (max-width : 1200px) {
	.list.drei-spalten.front,
	.list.vier-spalten {
		display: flex;
		flex-wrap: wrap;
	}
	.list.drei-spalten.front li,
	.list.vier-spalten li {
		width: 48.25%;
	}
	.list.drei-spalten.front li:first-child {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 3.5%;
	}
	.list.drei-spalten.news.front li {
		width: 48.25%;
	}
	.list.drei-spalten.news.front li:first-child {
		width: 100%;
	}
	.list.drei-spalten.front li:nth-child(3n-1) {
		margin-right: 3.5%;
	}	
	.list.vier-spalten li:nth-child(2n) {
		margin-right: 0;
	}	
}

@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	.list.drei-spalten li {
		width: 100%;
		margin-right: 0%;
		float: none;
		display: block
	}
	.list.drei-spalten.front {
		display: block;
	}
	.list.drei-spalten.front li {
		width: 100%;
		margin-bottom: 3.5%;
	}
	.list.drei-spalten li:nth-last-child(3),
	.list.drei-spalten li:nth-last-child(2) { 
	margin-bottom: 3.5%;
	}
	.list.drei-spalten li:nth-last-child(1) {
	margin-bottom: 0%;
	}
	.list.drei-spalten.news li,
	.list.drei-spalten.news.front li {
		width: 100%;
	}
	.list.vier-spalten {
		display: flex;
		flex-wrap: wrap;
	}
	.list.vier-spalten li {
		width: 48.25%;
	}
	.list.vier-spalten li:nth-child(2n) {
		margin-right: 0;
	}	
}

.cta-button {
	background-color: #9b9166;
	border-radius: 150px;
	width: 140px;
	height: 140px;
	position: absolute;
	right: 5vw;
	top: calc(100vw / 16 * 9 - 225px - 5vw);
	padding: 40px; 
	display: flex;
	text-align: center;
	z-index: 1;
}

.play-button-container {
	position: absolute;
	width: 100px;
	height: 100px;
	right: 250px;
	bottom: 80px;
	z-index: 1;
}

.play-button {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #323334;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 2;
	padding: 0;
	border: 2px solid transparent;
}

.play-button:hover,
.play-button.playing:hover {
	background-color: #eee9e0;
	border: 2px solid #9b9166;
}
.play-button:hover::before {
	border-left-color: #323334;
}

/* Play icon (triangle) */
.play-button::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 20px;
	border-color: transparent transparent transparent #ffffff;
	margin-left: 4px; /* slight offset for visual balance */
	transition: all 0.3s ease;
}

/* Pause icon (two bars) - hidden by default */
.play-button::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: transparent;
	opacity: 0;
	transition: all 0.3s ease;
	box-sizing: border-box;
	border-style: solid;
	border-color: white;
	border-width: 0 8px 0 8px;
}

/* When playing class is added */
.play-button.playing {
	background-color: #9b9166;
	border: 2px solid #eee9e0;
}

.play-button.playing:hover::after {
	border-color: #323334;
}

.play-button.playing::before {
	opacity: 0;
	transform: scale(0);
}

.play-button.playing::after {
	opacity: 1;
}

/* SVG container for circular text */
.circular-text {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
  
.text-path {
	fill: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.play-button:hover .text-path {
	fill: #323334;
}

.cta-button a {
	display: block;
	text-decoration: none;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	transform: rotate(-10deg);
}

_:-ms-lang(x),
.cta-button a {
    display: block !important;
}

.cta-button p {
	color: #fff;
}

.cta-button p strong {
	font-family: Bitter-Bold, sans-serif;
	text-transform: uppercase;
}

@media 
only screen and (min-width : 480px) and (max-width : 1200px) {
	.cta-button {
		padding: 20px; 
		border-radius: 75px;
		width: 70px;
		height: 70px;
		top: calc(100vw / 16 * 9 - 112.5px - 5vw);
	}
	.cta-button p,
	.cta-button p strong {
		font-size: 0.8rem;
		line-height: 1em;
		margin-bottom: 0.5vh;
	}

	.play-button-container {
		transform: scale(60%);
		right: 115px;
		bottom: 20px;
	}
}

@media 
only screen and (min-width : 220px) and (max-width : 480px) {
	.cta-button {
		display: none;
	}

	.play-button-container {
		transform: scale(48%);
		right: 5px;
		bottom: 20px;
	}
	
	.play-button.playing {
		border: 2px solid transparent;
	}
}

/*********
Accordion und Tab/Register
*********/
.ui-accordion-header-icon {
	width: 100%;
}

.ui-accordion .ui-accordion-header {
	margin: 2vh 0 0 0;
    padding: 0;
}

.ui-corner-all, 
.ui-corner-top, 
.ui-corner-left, 
.ui-corner-tl,
.ui-corner-bottom {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.ui-state-default {
	background: none;
	border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover,
.ui-state-active:focus {
	border:none;
	background: none;
	font-weight:normal;
	color:#333;
	outline: none;
}

.ui-widget-content {
	background: none;
	border: none;
}

.ui-accordion .ui-accordion-content {
	column-count: 2;
    column-gap: 3.5%;
}

.ui-accordion .ui-accordion-content {
	padding-left: 0px;
	padding-right: 0px;
}

.ui-tabs {
    padding: 0;
}

.ui-tabs .ui-tabs-nav {
    border: none;
	border-bottom: 0px
}

.ui-icon {
	margin-left: 300px;
	top: 13px;
}

.ui-icon {
    background-size: 15px;
    background-position: 10px bottom;
	background-repeat: no-repeat;
	height: 34px;
}

.accordion {
	margin-bottom: 0px; /*vorher 25px*/
}

.accordion .avoid-break {
	break-inside: avoid-column;
}

.accordion h2 {
	outline: none;
}

.accordion .ui-icon, 
.accordion .ui-widget-header .ui-icon, 
.accordion .ui-state-hover .ui-icon, 
.accordion .ui-state-focus .ui-icon, 
.accordion .ui-button:hover .ui-icon, 
.accordion .ui-button:focus .ui-icon, 
.accordion .ui-state-highlight .ui-icon, 
.accordion .ui-button .ui-state-highlight.ui-icon, 
.accordion .ui-state-error .ui-icon, 
.accordion .ui-state-error-text .ui-icon, 
.accordion .ui-button .ui-icon, 
.accordion .ui-icon, 
.accordion .ui-widget-header .ui-icon, 
.accordion .ui-state-hover .ui-icon, 
.accordion .ui-state-focus .ui-icon, 
.accordion .ui-button:hover .ui-icon, 
.accordion .ui-button:focus .ui-icon, 
.accordion .ui-state-highlight .ui-icon, 
.accordion.service .ui-button .ui-state-highlight.ui-icon, 
.accordion.service .ui-state-error .ui-icon, 
.accordion.service .ui-state-error-text .ui-icon, 
.accordion.service .ui-button .ui-icon {
	outline: none;
}

.accordion .ui-state-active .ui-icon, 
.accordion .ui-button:active .ui-icon, 
.accordion .ui-state-active .ui-icon, 
.accordion .ui-button:active .ui-icon {
	outline: none;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-active .ui-icon,
.ui-button:active .ui-icon,
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon,
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon,
.ui-button .ui-icon {
	 background-image: url(../img/layout/icon-plus.svg);
}

.accordion-small .ui-accordion-content {
	column-count: 1 !important;
}

.ui-accordion .ui-accordion-content:last-child {
	padding-bottom: 0;
}

/* Mobile */
@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	.ui-accordion .ui-accordion-content {
		column-count: 1;
    	column-gap: 0;
	}
	.ui-icon {
   		margin-left: 75%;
		background-position: 10px 16px;
	}
	.accordion h2.ui-accordion-header:first-child {
		margin-top: -28px;
	}
	
}

/*********
Navigation
*********/
.btn-mobile-nav img,
.main-nav .close img {
	height: 48px;
    width: auto;
	/*padding-top: 2.5vh;*/
}

.main-nav .close img {
	height: 32px;
	position: fixed;
	padding-top: 9.5vh;
	top: 0;
	right: 7vw;
	padding-right: 0vw;
	cursor: pointer;
}

@media only screen and (max-width: 599px) and (min-width: 220px) {
	.main-nav .close img {
		padding-top: 7.5vh;
		right: 7vw;
	}
	.sticky header .logo-nav + .main-nav .close img {
		padding-top: 35px;
		right: 7vw;
	}
}

.main-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: #9c9066;
	display: none;
	z-index: 50;	
}

.main-nav .overlay {
	display: flex;
	justify-content: center;
	height: 100%;
	align-content: center;
	align-items: center;
}

.sticky header .logo-nav + .main-nav .close img {
	padding-top: 35px;
	right: 7vw;
}

.main-nav ul {
	margin-left: 0;	
	display: flex;
	flex-direction: column;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.main-nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;	
	text-align: left;
	height: 8vh;
	width: 100%;
	display: flex;
}

.main-nav ul li:last-child {
	margin-bottom: 0;
}

.main-nav li a {
	color: #f0e9e1;
	font-size: 2.5rem;
	line-height: 4.5rem;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Bitter-Bold, sans-serif;
	display: inline-block;
	width: 100%;
	align-self: center;
}

.main-nav li a.active, 
.main-nav li:hover a {
	color: #323334;
}

.main-nav li hr {
	border: 0;
	border-top: 5px solid #323334;
	margin-top: 0;
	margin: 0;
	width: 75%;
	text-align: left;
	visibility: hidden;
}

.main-nav li:hover hr {
	display: block;
	border-top: 5px solid rgba(0,0,0,1.00);
	margin-top: 0;
	width: 75%;
	visibility: visible;
}

.main-nav li a.active hr {
	border-top: 5px solid rgba(0,0,0,1.00);
	visibility: visible;
}

.main-nav .socialmedia {
	height: 5vh;
}

.main-nav .socialmedia ul {
	width: 100%;
	flex-direction: row;
}

.main-nav .socialmedia ul li {  
	height: 5vh;  
	width: 12%; 
    float: left;
	margin-right: 5%;
	margin-top: 0;
	margin-bottom: 0;
}

.main-nav .socialmedia ul li a { 
	line-height: 1rem;
}

.main-nav .site {
	margin-top: 4vh;
	height: 15vh;
}

.main-nav .site img {
	height: 7.5vh;
	max-width: 50%;
}

/* Tablet */
@media 
only screen and (min-width : 220px) and (max-width : 599px),
only screen and (min-height : 700px) and (max-height : 1000px) {
	.main-nav li hr {
		border-top: 4px solid #323334;
	}
	.main-nav li:hover hr {
		border-top: 4px solid rgba(0,0,0,1.00);
	}
	.main-nav li a.active hr {
		border-top: 4px solid rgba(0,0,0,1.00);
	}
	.main-nav li a {
		font-size: 2rem;
		line-height: 3.5rem;
	}
	.main-nav .socialmedia ul li {    
		width: 10%;
	}
}

/* Mobile */
@media 
only screen and (min-height : 500px) and (max-height : 699px) {
	.main-nav .overlay {
		height: 85%;
	}
	.main-nav li hr {
		border-top: 3px solid #323334;
	}
	.main-nav li:hover hr {
		border-top: 3px solid rgba(0,0,0,1.00);
	}
	.main-nav li a.active hr {
		border-top: 3px solid rgba(0,0,0,1.00);
	}
	.main-nav li a {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.main-nav .socialmedia ul li {    
		width: 8%;
	}
}

/* Small Mobile */
@media 
only screen and (min-height : 0px) and (max-height : 499px) {
	.main-nav li hr {
		border-top: 2px solid #323334;
	}
	.main-nav li:hover hr {
		border-top: 2px solid rgba(0,0,0,1.00);
	}
	.main-nav li a.active hr {
		border-top: 2px solid rgba(0,0,0,1.00);
	}
	.main-nav li a {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.main-nav .socialmedia ul li {    
		width: 8%;
	}
}

/*********
Tabellen
*********/
table, tbody, thead {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0px;
	margin-bottom: 15px;
	font-size: 1.25rem;
}

tr, td, th {
	border: 0px;
}

tr {
	padding: 0px;
	margin: 0px;
}

tr:hover {
	background-color: #A4A4A4;
}

th {
	padding: 8px;
	border-bottom: 1px solid #323334;
	vertical-align: top;
	text-align: left;
	color: #fff;
	font-weight: bold;
	background-color: #9b9166;
}

td {
	margin: 0;
	padding: 8px;
	border-bottom: 1px dotted #323334;
	vertical-align: top;
	text-align: left;
}

table.opentime td {
	padding: 0px;
	padding-bottom: 5px;
	border-bottom: 0px;
}

table.opentime td:first-child {
	width: 25%;
}

table.opentime tr:hover {
	background: none;
}

table.calendar th,
table.calendar td {
	text-align: center;
	border: 2px solid #fff;
}

table.calendar th {
	font-family: DINOT-Bold, sans-serif;
	font-size: 0.9rem;
}

table.calendar td {
	padding: 0;
}

table.calendar td a {
	/*background-color: #eee9e0;
	color: #9b9166;*/
	
	background-color: #9b9166;
	color: #eee9e0;
	
	text-decoration: none;
	display: block;
	padding: 5px;
	
	font-family: DINOT-Bold, sans-serif;
	font-size: 0.9rem;
}

table.calendar tr td:empty  {
	min-height: 25px;
}
table.calendar tr td:empty.mittag {
	
	height: 13.5px;
	background-color: #cccccc; /*vorher #9b9166*/
	
	
}

table.calendar td a:hover,
table.calendar td a.active {
	color: #323334;
}

table.calendar th span {
	font-size: 0.9rem;
}



table.calendar tr:hover {
	background: none;
}



table.calendar tr td:empty { 
	background: #eee9e0;
	    height: 27px;
	/*background: #9b9166;*/
}

table.calendar tr:empty td  { background: yellow; }



/* Tablets */
@media 
only screen and (min-width : 600px) and (max-width : 1200px) {
	table, tbody, thead {
	font-size: 1.15rem;
    line-height: 1.25rem;
	}
}
/* Mobile */
@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	table, tbody, thead {
	font-size: 1rem;
	}
}

/*********
Formulare
*********/
form {
	overflow: hidden;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

form p {
	padding-bottom: 10px;
}

legend {
	padding: 0;
	margin: 0;
	margin-bottom: 7px;
	font-size: 1.25rem;
	text-transform: uppercase;
	font-family: Bitter-Bold, sans-serif;
}

label {
	display: block;	
	margin-bottom: 5px;
}

label.inline {
	display: inline;
}

input, 
select, 
textarea {
	background-color: #A4A4A4;
	color: #323334;
	border: 0;
	padding: 8px;
	width: 100%;
	margin-bottom: 8px;
}

/* Autocomplete Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0;
  -webkit-text-fill-color: #323334;
  -webkit-box-shadow: 0 0 0 0 #323334 inset;
  transition: background-color 5000s ease-in-out 0s;
}

input, 
textarea {
	width: 90%;
	width: calc(100% - 16px); /*vorher 16*/
}

textarea {
	height: 120px;
}

input:focus {
	
}

input[type="checkbox"], 
input[type="radio"] {
	width: auto;
	margin-right: 5px;
	border: 0;
}

input[type="checkbox"] {
	border: 0;
	background: #fff;
	padding: 0px;
}

input[type="submit"], 
button[type="submit"] {
	width: 100%;
	background: #9b9166;
	color: #eee9e0;
	
	
}

input[type="submit"]:hover {
}

input.pflicht, 
textarea.pflicht,
input:required,
textarea:required {
	width: calc(100% - 21px);
	border-right: 5px solid #9b9166;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.validationerror,
input:-moz-ui-invalid,
select:-moz-ui-invalid {
	background-color: rgba(203,0,3,0.2);
	box-shadow: none;
}

@media 
only screen and (min-width : 220px) and (max-width : 1200px) {
	input, 
	select,
	textarea,
	input[type="submit"],
	button[type="submit"],
	input[type="submit"]:hover, 
	.validationerror
	 {
		width: 90%;
		width: calc(100% - 16px);
	}

	input, 
	select, 
	input[type="submit"],
	button[type="submit"],
	input[type="submit"]:hover {
		width: 100%;
	}
}

#message {
	font-weight: bold;
	color: #9b9166;
}

/*********
Masonry Box-System
*********/
.masonry-box {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.masonry-box .box-item {
	margin-bottom: 35px;
	
}

.masonry-box .column { 
	float: left;
}

.masonry-box .size-1of4, 
.masonry-box .size-1of3, 
.masonry-box .size-1of2 { 
	margin: 0;
	padding: 0;
	float: left;
	width: 22.375%;
	margin-right: 3.5%;
}

.masonry-box .size-1of3 { 
	width: 31%;
	overflow: hidden;
}

.masonry-box .size-1of2 {
	width: 48.25%;
	margin-right: 3.5%;
}

.masonry-box .size-1of1 {
	width: 100%;
	margin-right: 0;
}

.masonry-box .size-1of4:nth-child(4n), 
.masonry-box .size-1of3:nth-child(3n), 
.masonry-box .size-1of2:nth-child(2n) {
	margin-right: 0;
}

@media screen and (min-width: 880px) and (max-width: 5000px) {
	.masonry-box[data-columns]::before {
		content: '2 .column.size-1of2';
	}
	.index-site .masonry-box[data-columns]::before {
		content: '3 .column.size-1of3';
	}
}
@media screen and (min-width: 600px) and (max-width: 879px) {
	.masonry-box[data-columns]::before {
		content: '2 .column.size-1of2';
	}
}
@media screen and (max-width: 599px){
	.masonry-box[data-columns]::before {
		content: '1 .column.size-1of1';
	}
}

#selectdate {
	display: none;
}