* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

header, main, footer, article, nav, section, aside {
  display: block;
}
body {
  background: #000;
  margin: 0px;
  font-family: 'Open-Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif !important;
  color: #fff;
  font-size: 15px;
  line-height: 1.4 !important;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Josefin-Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #fff;
  font-weight: 600;
  overflow-wrap: break-word;
  margin-bottom: 1rem;
  margin-top: 0;
  line-height: 1.3em;
  text-align: left;
  hyphens: manual;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 40px;
	line-height: 1.1;
}
h3 {
  font-weight: 400;
  font-size: 25px;
  line-height: 1.1em;
}
h4 {
  font-size: 20px;
  line-height: 1.5em !important;
}
h5 {
  font-size: 16px;
  line-height: 1.5em !important;
	text-transform: none;
}


@media only screen and (min-width: 768px) {
  	body {
	font-size: 16px;
	}
	h1 {
    font-size: 40px;
	line-height: 1.1em;
  }
}
@media only screen and (min-width: 1025px) {
	h1 {
		font-size: 45px;
		
	}
	h2 {
		font-size: 60px;
	}
}
@media only screen and (min-width: 1280px) {
	h1 {
		font-size: 53px;
	}
	h2 {
		margin-bottom: 1rem;
}
	h3 {
		font-size: 30px;
		margin-bottom: 1.5rem;
	}
}
a {
  transition: all 0.8s ease 0s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
	transition: all 0.8s ease 0s;
}
a[rel="noreferrer noopener"]:after, a[target="_blank"]:after {
  content: "\f0aa";
  transform: rotate(45deg);
  font-size: 0.7em;
  vertical-align: super;
  line-height: 1em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ac8c05;
  display: inline-block;
	transition: all 0.8s ease 0s;
}
a[rel="noreferrer noopener"]:hover:after, a[target="_blank"]:hover:after {
	 color: #f2c307;
	transition: all 0.8s ease 0s;
}
a.wp-block-button__link[rel="noreferrer noopener"]:after {
  color: #fff !important;
}

figure a[rel="noreferrer noopener"]:after, figure a[target="_blank"]:after, #powered a:after {
	content: none;
}

.separator {
  margin: 0 5px;
}
p {
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 1em;
  hyphens: manual;
}
p:last-child {
  margin-bottom: 0 !important;
}

.hide {
	display: none !important;
}

.no-margin {
	margin: 0 !important;
}

.marke-pos {
  visibility: hidden;
  position: relative;
}
.marke, .marke-ext {
  visibility: hidden;
  height: 0px !important;
  position: absolute;
  margin-top: -230px;
}

/* ---------- Container -------------*/
.container-100 {
  width: 100%;
  box-sizing: border-box;
  padding: 10vw 0 10vw 0;
}
.container-100.less-padding {
  padding: 8vw 0;
}
.container-100.less-padding.bg-mod {
  padding-bottom: calc(10vw + 45px);
}
@media only screen and (min-width: 600px) {
  .container-100 {
    padding: 6vw 0;
  }
  .container-100.less-padding {
    padding: 4vw 0;
  }
  .container-100.less-padding.bg-mod {
    padding-bottom: 6vw;
  }
}
.container, .navigation.pagination {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) {
  .container, .navigation.pagination {
    max-width: 560px;
  }
}
@media (min-width: 767px) {
  .container, .navigation.pagination {
    max-width: 90vw;
  }
}
@media (min-width: 1025px) {
  .container, .navigation.pagination {
    max-width: 960px;
  }
}
@media (min-width: 1201px) {
  .container, .navigation.pagination {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
	main .container.wide {
     max-width: 90%;
	}
}
@media (min-width: 2000px) {
	main .container.wide {
	 max-width: 70%;
	}
}
.columnContainer {
  display: flex;
}

.bg-first {
  background: #fff !important;
}
.bg-second {
  background: #f2f2f2 !important;
}
.bg-third {
  background: #dc911e !important;
}
.bg-alternate {
  background: #323232;
}

.wp-block-button__link, .button {
  background-color: #dc911e !important;
  color: #fff !important;
  font-size: 16px !important;
  border-radius: 3px !important;
  padding: 6px 12px !important;
  -webkit-transition-duration: 0.5s !important;
  transition-duration: 0.5s !important;
  text-decoration: none !important;
  border: none;
}
.wp-block-button__link:hover, .button:hover {
  color: #fff;
  background-color: #323232 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wp-block-button__link:hover:before, .button:hover:before {
  content: none;
}
.wp-block-buttons .wp-block-button a.wp-block-button__link:before, .wp-block-buttons .wp-block-button a.wp-block-button__link:hover:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 0.4em;
  vertical-align: 1px;
}
.wp-block-buttons .wp-block-button.downloadbutton a.wp-block-button__link:before, .wp-block-buttons .wp-block-button.downloadbutton a.wp-block-button__link[rel="noreferrer noopener"]:before {
  content: "\f019";
  font-size: 0.8em;
}
.wp-block-buttons.alignright {
  text-align: right;
}
.wp-block-buttons.is-content-justification-center {
  text-align: center;
}
.wp-block-buttons.in-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.wp-block-buttons.in-row .wp-block-button {
  padding-right: 0;
}
@media only screen and (min-width: 600px) {
  .wp-block-buttons.in-row {
    justify-content: initial;
  }
  .wp-block-buttons.in-row .wp-block-button {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
  .no-hyphens-sm {
    hyphens: none;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

#top-link {
  display: block;
  opacity: 0;
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 20px;
  height: 20px;
  background: #BA942B;
  cursor: pointer;
  border-radius: 200px;
  z-index: 999;
  color: #fff;
  text-align: center;
  line-height: 1rem;
  font-size: 17px;
  transition: 0.8s;
}
#top-link:hover {
  background-color: #fff;
  color: #000;
  transition: 0.5s;
  box-shadow: 0 0 2px 0 white;
}
@media (min-width: 1200px) {
  #top-link {
    width: 40px;
    height: 40px;
    bottom: 100px;
	right: 17px;
    font-size: 35px;
  }
}
.content-button {
	width:100%;
	text-align:center;
	margin-top:-75px;
	position:relative;
    height:80px;
	font-size:40px;
}
.content-button a {
	color:#ba942b;
	transition: 0.8s;
}
.content-button a:hover {
	color:#fff;
	transition: 0.8s;
}
@keyframes bounce {
	0%   { transform: translateY(0) scale(1); }
	50%  { transform: translateY(10px) scale(1); }
	100% { transform: translateY(0) scale(1); }
}
.bounce {
	animation-name: bounce;
	animation-timing-function: ease;
	animation-duration: 2s;
    animation-iteration-count: infinite;
}
@media (min-width: 768px) {
	.content-button {
		margin-top:-130px;
		font-size: 80px;
	}
}
@media (max-width: 1600px) {
	.content-button {
		display: none;
	}
}


/* ------ plugin kadence -------------- */

.glightbox-container .gclose {
    opacity: 1;
}

@media (min-width: 769px) {
	.glightbox-container .gclose, .glightbox-container .gnext, .glightbox-container .gprev {
    background-color: transparent;
	transition: 0.3s;
  }
  .glightbox-container .gclose:hover, .glightbox-container .gnext:hover, .glightbox-container .gprev:hover {
    background-color: rgba(255,255,255,0.3);
	transition: 0.3s;
  }
}

/* --- Spezialseiten --- */
@media (max-width: 1199px) {
.grecaptcha-badge {
	display: none !important;
}
}

.cmplz-placeholder-element.g-recaptcha {
	position: relative !important;
}
	
#datenschutz h1, #impressum h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 600;
  background: transparent;
  border: none;
  text-align: left;
  position: inherit;
  display: block;
  width: auto;
  padding: 0;
}
#datenschutz h2, #impressum h2 {
  font-size: 25px !important;
  margin-top: 50px;
  margin-bottom: 15px;
  font-weight: 600;
}
#datenschutz h3, #impressum h3 {
  font-size: 20px !important;
  margin-top: 30px;
  margin-bottom: 5px;
  font-weight: 600;
}
#datenschutz h4, #impressum h4 {
  font-size: 16px !important;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 600;
}