@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
	font-family: Lora;
	src: url('../fonts/Lora-SemiBold.ttf') format('truetype');
	font-weight: 400;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 700;
}


html {
	font-family: 'Open Sans', sans-serif;
}

body {
	min-width:360px;
	font-family: 'Open Sans', sans-serif;
}

#sp-header .logo a {
  font-family: 'Lora', sans-serif;
  font-weight:400;
  font-size:1.2em;
  color:#666;
  line-height: 1;
  margin: 0;
  padding: 0;
}
@media (max-width:991px){
	#sp-header {
		height:79px;
	}
	#sp-header .logo {
	  height: 79px;
	}
	#sp-top-bar {
		display:none;
	}
}
@media (max-width:480px){
	#sp-header .logo {
	  display:none;
	}
}
.home #sp-main-body {
	padding:0;
}
.home #sp-main-body main {
	display:none;
}
.rep {
	display:grid;
	grid-template-columns: 20% 30% 50%;
}
.besetzung .rep {

	grid-template-columns: 10% 50% 40%;
}
.rep div:nth-child(odd) {
	grid-column: 1;
}
.rep div:nth-child(even) {
	grid-column: 2;
}
@media (max-width:1200px){
.rep, .besetzung .rep {
	display:grid;
	grid-template-columns: 30% 40% 30%;
}
}
@media (max-width:992px){
.rep {
	display:grid;
	grid-template-columns: 40% 50% 10%;
}
}
@media (max-width:768px){
.rep {
	display:grid;
	grid-template-columns: 50% 50%;
}
}

#sp-footer, #sp-bottom {
  background: #888;
  color: #ffffff;
}

audio {
	border-radius:4px;
}

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.current > a,
.sp-megamenu-parent > li.active > span.sp-menu-separator,
.sp-dropdown-items li.active > a {
  color: #981914;
  font-weight: 700;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  line-height: 75px;
  border-bottom: 4px solid #fff;
  font-size: 14px;
  margin: 0;
}

.sp-megamenu-parent > li:last-child > a {
  padding: 0px 15px;
}

.sp-dropdown-items li {
  margin:4px 0 0 0;
  padding: 8px 0 0 0;
  border-bottom: 4px solid #fff;
}

.sp-megamenu-parent > li > a:hover,
.sp-megamenu-parent > li > span.sp-menu-separator:hover,
.sp-dropdown-items li > a:hover {
  margin-bottom:-4px;
  border-bottom: 4px solid #faba1c;
}
.sp-megamenu-parent > li > span.sp-menu-separator:hover {
	cursor:default;
}

#sp-logo .sp-module {
	float:left;
}

#sp-main-body {
  padding: 20px 0;
}

h1 {
	font-family: 'Lora', sans-serif;
	font-weight: 400;
	color: #981914;
	background: #fafafa;
	margin: 0 -14px;
	padding: 0 14px;
	padding-top: 5px;
	padding-bottom:5px;
	border-radius: 4px;
}

#sp-bottom .sp-module .sp-module-title {
	color: #fff;
	background: #888;
	padding: 5px 0 5px 10px;
	border-left:4px solid #ffe270;
	/* border-right:1px solid #981914; */
}

#sp-header .sp-module {
  margin-left: 0;
}

.page-header {
  padding-bottom: 30px;
}

.article-details .article-header h2, h2 {
  font-size: 1.5rem;
}

#sp-bottom {
    padding: 30px 0;
}

/*
#sp-bottom .sp-module {
    box-shadow: 0px 0px 3px #666;
}
*/

#sp-bottom .sp-module-content {
    padding: 0 10px 10px 15px;
}

@media (min-width:992px) and (max-width:1199px) {
#sp-bottom .container {
    padding: 0;
}
#sp-bottom .container .row {
  --bs-gutter-x: 2rem;
}
#sp-bottom1.col-lg-4, #sp-bottom3.col-lg-4 {
  width: 30%;
}
#sp-bottom2.col-lg-4 {
  width: 39%;
}
}

blockquote {
	font-weight: 100;
	max-width: 80%;
	line-height: 1.4;
	position: relative;
	margin: 2.5rem 0 0 5rem;
	padding: 2.5rem .5rem 1rem 0.5rem;
	border-top: 1px solid #efefef;
}
blockquote:first-of-type{
	border-top: none;
	margin-top: 0;
}
@media (max-width:480px) {
blockquote {
	max-width: 60%;
}
}
@media (min-width:481px) and (max-width:600px) {
blockquote {
	max-width: 70%;
}
}

blockquote:before,
blockquote:after {
	position: absolute;
	color: #fafafa;
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
	text-shadow: 1px 1px 1px #ccc;
}

blockquote:before {
	content: '”';
	left: -5rem;
	top: 0;
}

blockquote:after {
	content: '“';
	right: -5rem;
	bottom: 1rem;
}

cite {
	line-height: 3;
	text-align: left;
	margin:0 0 5rem 5.5rem;
}

.offcanvas-menu .offcanvas-inner {
  padding: 0 25px 25px 25px;
}

.offcanvas-menu .offcanvas-inner .header-modules {
  margin-bottom: 0px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler::after, .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler::after {
  content: "";
}

.offcanvas-menu .logo a {
	display:none;
}

.offcanvas-menu .logo {
	width:117px;
	height:79px;
	background:url(../images/logo.png);
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
  font-size: 24px;
  padding: 10px 0px;
  line-height: 32px;
  cursor:pointer;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a:first-of-type {
	padding-top:0;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
  font-size: 24px;
  line-height: 40px;
}

.offcanvas-menu .offcanvas-inner ul.menu li.current a {
  font-weight:700;
}

#sp-footer a, #sp-bottom a {
  color: #fff;
}

.clbild {
	width: 600px;
	height:auto;
}

@media (max-width:991px) {
	.clbild {
	width: 690px;
	height:auto;
	margin-bottom: 20px;
}
}

@media (min-width:1400px) {
	.clbild {
	margin-bottom: 60px;
}
}

.slider-claim {
	position:relative;
	top:-7rem;
	left: 10%;
	width:90%;
	height:5rem;
	background: rgba(255, 226, 112, 0.9);
	padding: 0.5rem;
	font-family: Lora, serif;
	font-weight: 400;
	font-size: 1rem;
	box-shadow: 2px 2px 8px #666;
}
@media (min-width:421px) {
.slider-claim {
	top:-7.5rem;
	height:5.5rem;
	padding: 0.75rem;
	font-size: 1.2rem;
}
}
@media (min-width:431px) {
.slider-claim {
	top:-7.5rem;
	height:5rem;
}
}
@media (min-width:441px) {
.slider-claim {
	top:-8rem;
	height:5rem;
}
}
@media (min-width:481px) {
.slider-claim {
	top:-9.5rem;
	height:6rem;
}
}
@media (min-width:768px) {
.slider-claim {
	top:-14rem;
	height:10rem;
	padding: 2rem;
	font-size: 2rem;
}
}

h3 {
	font-family: Lora, serif;
	font-weight: 400;
}

#login-form-126 {
	position:relative;
	right:0;
	left:50%;
	width:50%;
	margin-top: 10px;
	padding: 10px;
	border:1px solid #fff;
	text-align:center;
}

#login-form-126 .login-greeting {
	margin-bottom: 10px;
}

#sp-footer a:hover, #sp-footer a:active, #sp-footer a:focus, #sp-bottom a:hover, #sp-bottom a:active, #sp-bottom a:focus {
  color: #fff;
  text-decoration:underline;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul {
  display: block!important;
}

#sp-slider {
	background:#888;
	height: 240px;
}

@media (min-width:390px) {
	#sp-slider {
		height: 260px;
	}
}

@media (min-width:405px) {
	#sp-slider {
		height: 270px;
	}
}

@media (min-width:420px) {
	#sp-slider {
		height: 280px;
	}
}
@media (min-width:440px) {
	#sp-slider {
		height: auto;
	}
}

#sp-header {
    animation: none !important;
}

@media (max-width: 1024px){
#offcanvas-toggler {
display: grid !important;
}
.sp-megamenu-parent{
    display:none !important;
}
}

.uk-scope .uk-position-bottom {
	bottom: 50px!important;
}

@media (min-width:366px) and (max-width:375px) {
	.uk-scope .uk-position-bottom {
	  bottom: 13vw!important;
	}
}

@media (min-width:376px) and (max-width:385px) {
	.uk-scope .uk-position-bottom {
	  bottom: 11vw!important;
	}
}

@media (min-width:386px) and (max-width:390px) {
	.uk-scope .uk-position-bottom {
	  bottom: 10vw!important;
	}
}

@media (min-width:391px) and (max-width:400px) {
	.uk-scope .uk-position-bottom {
	  bottom: 8vw!important;
	}
}

@media (min-width:401px) and (max-width:410px) {
	.uk-scope .uk-position-bottom {
	  bottom: 6vw!important;
	}
}

@media (min-width:411px) and (max-width:420px) {
	.uk-scope .uk-position-bottom {
	  bottom: 4vw!important;
	}
}

@media (min-width:421px) and (max-width:480px) {
	.uk-scope .uk-position-bottom {
	  bottom: 2.5vw!important;
	}
}

@media (min-width:481px) and (max-width:767px) {
	.uk-scope .uk-position-bottom {
	  bottom: 15px!important;
	}
}

@media (min-width:768px) {
	.uk-scope .uk-position-bottom {
	  bottom: 20px!important;
	}
}

.btn-primary,.sppb-btn-primary{color:#000;border-color:#ffe270;background-color:#ffe270}
.btn-primary:hover,.sppb-btn-primary:hover{color:#000;text-decoration:underline;border-color:#ffe270;background-color:#ffe270}

/*
	#sp-slider {
	height: auto;
}
*/

/*
#sp-menu {
	background:#fff;
	}
@media (min-width:768px) and (max-width:991px){
	#sp-header {
		height:80px;
	}
	.home .uk-slideshow {
	margin-top:30px;
	}
	#sp-menu {
		height:80px;
	}
@media (min-width:992px) and (max-width:1199px){
	#sp-menu {
	margin-top:2px;
	}
.home .uk-slideshow {
	margin-top:100px;
	}
}
.uk-scope .uk-transition-toggle:hover .uk-transition-fade {
  opacity: 0!important;
}
#sp-header {
	height:110px;
}
#sp-menu {
	margin-top:-15px;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  line-height: 1;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 992px) {

	#sp-header {
	height:60px;
	}
	#sp-menu {
		margin-top:-80px;
	}
}
*/