/* Reset
-------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
select,
button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	background: none;
	color:#000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	position: relative;
	height: 100%;
}

:root {
	color-scheme: only light;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;

}



/* Main
-------------------------------------------------- */
html {
	zoom: reset;
}

body {

	color: #000;
	font-family: 'bur-reg', serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 21px;
	line-height: 30px;
	background-color: #cae1e7;
	margin: 0px;
}

@font-face {
	font-family: 'bur-reg';
	src: url('bur-reg.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'bur-reg-ita';
	src: url('bur-reg-ita.woff2') format('woff2');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'sui-reg';
	src: url('sui-reg.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;

}

em {
	font-family: 'bur-reg-ita';
}

a {
	color: #000;
	text-decoration: none;
	transition: color .3s, background .3s, border .3s;
}

a:hover {}

::selection {
	background: #e3f2f6;
}

.logo {
	font-size: 30px;
	text-align: right;
	line-height: 28px;
	margin: auto;
	width: 100%;
	max-width: 1200px;
	display: block;
}
figure{display:inline;
	}

.wrap {
	margin: auto;
	width: calc(100% - 40px);
	display: block;
	z-index: 1;
	margin-bottom: 100vh;
	background: #cae1e7;
	padding: 20px 20px 90px 20px;
				overflow:hidden;
background:#cae1e7;
}

.content {
	margin: auto;
	width: 100%;
	max-width: 1200px;
	height: auto;
	min-height: 50vh;
}

.intro-text{
	font-size: 30px;
	line-height: 40px;
}

.kontakt {
	margin-top:40px;
  font-family: 'sui-reg';
  font-size: 18px;
}
.kontakt p {
	margin-bottom:20px;
 }

.kontakt a {
text-decoration: underline;
}

.kontakt a:hover {
text-decoration: none;
 }

.blog-images{
padding-right:10px;
 }

/* Newsletter 
-------------------------------------------------- */
#content-3 input{
display :block;
background:white;
 padding: 12px 22px; 
border:none;
	border-radius:5px;
}

#content-3 label{
background:none;
	padding:0;
margin:40px 0 10px 0;
pointer-events:none;

}
#mc-embedded-subscribe {
padding: 12px 22px; 
margin-bottom:30px;
text-align: center;
margin-top:10px;
border-radius:9999px !important;
cursor:pointer;
font-family: 'sui-reg';
font-size:18px;
}

/* Tabs 
-------------------------------------------------- */

.tabcontent {
  backface-visibility: hidden;
  overflow: hidden;
}

.tabcontent > div {
  display: none;
 
}
input {
  display: none;
	
}
label {
  display: inline-block; 
  padding: 12px 22px; 
  text-align: center;
  border-bottom: none;
  transition: all .3s ease-out 0.1s;
  border-radius:9999px;
  margin:20px 4px 40px 0;
 font-family: 'sui-reg';
 font-size:18px;
 background: #fff;

}
label:hover {
  color: #000; 
  cursor: pointer;
}

input:checked + label {
  background: #000;
  color: #fff;
  border: none;
}

#tab-1:checked ~ .tabcontent #content-1,
#tab-2:checked ~ .tabcontent #content-2,
#tab-3:checked ~ .tabcontent #content-3,
#tab-4:checked ~ .tabcontent #content-4 {
  display: block;
  animation-name: inUp;
  animation-timing-function: ease-in-out;
  animation-duration: .6s;
}


/* Swiper
-------------------------------------------------- */
.lgb-slider {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: -1;
	pointer-events: none;
}

.swiper {
	width: 100%;
	height: 100%;
	cursor: row-resize;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
 display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* Accordion 
-------------------------------------------------- */
#dates >li{
border-bottom:1px solid #000;
}

#dates >li:last-child{
border-bottom:none;
}

.more{
	display: none;
}
.acc-faq-content p{
padding-bottom:20px;
}
.txtxl {
font-size:30px;
padding-bottom:20px;
line-height:40px;
}
.acc-dates-button a{
display:block;
padding-top:15px;
width:100%;
text-align: center;
}



.acc-date {
	width: 160px;
	padding-right: 4px;
	float: left;
}

.acc-auth {
	width: calc(100% - 280px);
	display: inline-block;
}

.acc-faq-group a {
	text-decoration: none !important
}

.acc-faq *::after,
.acc-faq *::before {
	content: '';
}

body.acc-overlay::after {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.acc-faq-items {
	position: fixed;
	height: 100%;
	width: 90%;
	top: 0;
	right: 0;
	background: #000;
	padding: 0 5% 1em;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0) translateX(100%);
	-moz-transform: translateZ(0) translateX(100%);
	-ms-transform: translateZ(0) translateX(100%);
	-o-transform: translateZ(0) translateX(100%);
	transform: translateZ(0) translateX(100%);
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s;
}



.acc-faq-items.slide-in {
	-webkit-transform: translateZ(0) translateX(0%);
	-moz-transform: translateZ(0) translateX(0%);
	-ms-transform: translateZ(0) translateX(0%);
	-o-transform: translateZ(0) translateX(0%);
	transform: translateZ(0) translateX(0%);
}

.no-js .acc-faq-items {
	position: static;
	height: auto;
	width: 100%;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

@media only screen and (min-width: 100px) {
	.acc-faq-items {
		position: static;
		height: auto;
		width: 100%;

		overflow: visible;
		-webkit-transform: translateZ(0) translateX(0);
		-moz-transform: translateZ(0) translateX(0);
		-ms-transform: translateZ(0) translateX(0);
		-o-transform: translateZ(0) translateX(0);
		transform: translateZ(0) translateX(0);
		padding: 0;
		background: transparent;
	}
}

@media only screen and (min-width: 1024px) {
	.acc-faq-items {
		float: none;
		width: 100%;
	}

	.no-js .acc-faq-items {
		padding-left: 0;
	}
}

.acc-close-panel {
	position: fixed;
	top: 5px;
	right: -100%;
	display: block;
	height: 40px;
	width: 40px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 2;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: right 0.4s;
	-moz-transition: right 0.4s;
	transition: right 0.4s;
}

.acc-close-panel::before,
.acc-close-panel::after {
	position: absolute;
	top: 16px;
	left: 12px;
	display: inline-block;
	height: 3px;
	width: 18px;
	background: #6c7d8e;
}

.acc-close-panel::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.acc-close-panel::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.acc-close-panel.move-left {
	right: 2%;
}

@media only screen and (min-width: 100px) {
	.acc-close-panel {
		display: none;
	}
}

.acc-faq-group {
	/* hide group not selected */
	display: none;
}

.acc-faq-group.selected {
	display: block;
}

.acc-faq-group .acc-faq-title {
	background: transparent;
	box-shadow: none;
	margin: 1em 0;
}

.no-touch .acc-faq-group .acc-faq-title:hover {
	box-shadow: none;
}

.acc-faq-group .acc-faq-title h2 {
	text-transform: uppercase;
	color: #0e0e0e;
	font-weight: normal;
}

.no-js .acc-faq-group {
	display: block;
}

@media only screen and (min-width: 100px) {
	.acc-faq-group {
		/* all groups visible */
		display: block;
	}

	.acc-faq-group > li {

		box-shadow: none;
		border-bottom: 1px solid #000;
	}

	.acc-faq-group > li:last-child {
		border-bottom: none;
	}

	li.acc-faq-title {
		border-bottom: none;
	}

	li.acc-faq-title h2 {
		padding-left: 20px;
	}

	.acc-faq-trigger {
		font-size: 30px;
		text-decoration: none;
	}

	.no-touch .acc-faq-group > li:hover {
		box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
	}

	.acc-faq-group .acc-faq-title {
		margin: 2em 0 1em;
	}

	.acc-faq-group:first-child .acc-faq-title {
		margin-top: 0;
	}
}

.acc-faq-trigger {
	position: relative;
	display: block;
	margin: 1.6em 0 .4em;
	line-height: 1.2;
}


@media only screen and (min-width: 100px) {
	.acc-faq-trigger {
		margin: 0;
		padding: 12px 0;
	}

	.acc-faq-trigger::before,
	.acc-faq-trigger::after {
		position: absolute;
		right: 24px;
		top: 50%;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		height: 2px;
		width: 12px;
		background: #000;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition-property: -webkit-transform;
		-moz-transition-property: -moz-transform;
		transition-property: transform;
		-webkit-transition-duration: 0.2s;
		-moz-transition-duration: 0.2s;
		transition-duration: 0.2s;
	}

	.acc-faq-trigger::before {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		right: 32px;
	}

	.acc-faq-trigger::after {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.content-visible .acc-faq-trigger::before {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.content-visible .acc-faq-trigger::after {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

@media only screen and (min-width: 100px) {
	.acc-faq-content {
		display: none;
		padding: 8px 0px 16px 0;


	}

	.acc-faq-content a {
		display: inline-block;
		transition: none;
	}

}

.acc-faq-items h2 {
	padding-top: 0;
	margin-top: 0;
}

.acc-faq-items a {
	text-decoration: none;
}

.acc-faq-items a:hover {
	color: #000;
}

a:hover.acc-faq-trigger,
a:focus.acc-faq-trigger,
a:active.acc-faq-trigger {
	color: #000;
}
.acc-faq-trigger:hover{
	background: #e3f2f6;
}

.content-visible{
	background: #e3f2f6;

}
.acc-faq-content{

	padding:20px 40px 20px 164px;
}





/* Small
-------------------------------------------------- */

@media only screen and (max-width: 700px) { 
  
body {
font-size: 16px;
line-height:23px;
}
	
.logo {
	font-size: 24px;
line-height: 22px;
}
	
button.tablink {
margin: 30px 8px 30px 0;
}
	
button.tablink {
font-size: 15px;
}
	
.intro-text {
font-size: 20px;
line-height: 28px;
}

.kontakt {
font-size: 15px;
}
	
.acc-faq-trigger {
font-size: 12px;
	}
	
.acc-date{
font-size:19px
} 
	
.acc-auth {
width: calc(100% - 60px);
font-size:19px	
}
	
.wrap{
	width: calc(100% - 20px);
	margin-bottom: 50vh;
	padding: 10px;
}

.lgb-slider {
height: 50%;
position:fixed;
bottom: 0;
left: 0;
top:50vh;
bottom: 0;
}
	
.content {
	min-height: 50vh;
}
	
	.acc-faq-trigger:hover{
	background: #cae1e7;
}

.content-visible{
	background: #cae1e7;
}
	
.acc-faq-content{
	padding:20px 0 20px 0;
}

label {
 padding: 10px 16px; 
 margin:20px 2px 40px 0;
 font-size:17px;
}
.logo {
margin-top:5px;
}



}
