/**
 * Theme Name: Leisten-Beyer - BS4
 * Version: 4.6.2.31
 * Author: Christian Sander
 */

:root {
	--wpem-primary-color: #d41118;
	--primary: #d41118;
}

/* Google Font API */
/* source-sans-pro-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/source-sans-pro-v21-latin-300.eot'); /* IE9 Compat Modes */
  src: url('fonts/source-sans-pro-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro-v21-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro-v21-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/source-sans-pro-v21-latin-600.eot'); /* IE9 Compat Modes */
  src: url('fonts/source-sans-pro-v21-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro-v21-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro-v21-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'Open Sans Condensed';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/open-sans-condensed-v15-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
	     url('fonts/open-sans-condensed-v15-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('fonts/open-sans-condensed-v15-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	     url('fonts/open-sans-condensed-v15-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
	     url('fonts/open-sans-condensed-v15-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	     url('fonts/open-sans-condensed-v15-latin-ext_latin-300.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'lb-icons';
  src:  url('fonts/lb-icons.eot?fi90wo');
  src:  url('fonts/lb-icons.eot?fi90wo#iefix') format('embedded-opentype'),
    url('fonts/lb-icons.ttf?fi90wo') format('truetype'),
    url('fonts/lb-icons.woff?fi90wo') format('woff'),
    url('fonts/lb-icons.svg?fi90wo#lb-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


html,
body {
	height: 100%;
	background-color: #f4f3f0;
	background-color: #ebeae4;
}

/* Header */

header {
	height: 0;
	margin: 0;
	padding: 0;
}

/* Navigation */

.navbar {
	/* z-index: 50; z-index: 999;*/
	position: fixed;
	top : 0;
	width: 100%;
	height: 5rem;
	max-height: 5rem;
	margin-bottom: 0;
	padding: 0 .25rem;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.90);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	font-family: 'Source Sans Pro', 'Open Sans Condensed';
	font-size: 1rem;
	font-weight: 400 !important;
	letter-spacing: 0;
	line-height: 1.388888888888 !important;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
}
.nav-item, .navbar-nav, .navbar-brand {
	height: auto;
}
.navbar-brand {
	width: auto;
}
.nav-item {
	border: 1px solid transparent;
	border-left: none;
	border-right: none;
}
.nav-frame {
	border: 1px solid #d41118;
	background-color: transparent;
	border-radius: 3px;
	color: #fff;
}
.nav-link {
	color: #747675;
	border-top: 3px transparent ;
}
.nav-item.active .nav-link,
.nav-link:hover,
.nav-link:focus {
	color: #d41118;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.nav-frame {
	border: 1px solid #d41118;
	background-color: transparent;
	border-radius: 3px;
}
.nav-item.active .nav-frame,
.nav-frame:hover,
.nav-frame:focus {
	border: 1px solid #d41118;
	background-color: #d41118;
	border-radius: 3px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.nav-item.active.nav-frame .nav-link,
.nav-frame .nav-link:hover,
.nav-frame.nav-link:focus {
	color: #fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

@media (max-width: 991.98px) {
	.navbar {
		padding: .1875rem .25rem;
		height: auto;
		max-height: none;
		min-height: 3rem;
		-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
	}
	.navbar-brand {
		padding: 0 0 0 0.375rem;
		padding: 0;
		margin: 0;
	}
	.navbar-brand img {
		height: 4rem;
		border-radius: 0;
	}
	.navbar-brand .text {
		margin-left: 0.75rem;
		font-size: 1.5rem;
		color: #444;
	}
	.navbar-nav {
		margin-top: 1rem;
		margin-top: 0;
		border-top: 1px solid #c9c4b6;
	}
	header {
		height: 0 !important;
		display: none;
	}
}
@media (max-width: 575.98px) {
	.navbar-brand .text {
		margin-left: 0.5rem;
		font-size: 1.375rem;
	}
}

@media (min-width: 992px) {
	.navbar {
		padding: 0 .25rem;
	}
	.navbar-nav .nav-link {
		padding-left: .3125rem !important;
		padding-right: .3125rem !important;
	}
	.navbar-brand> img {
		height: 5.5rem;
		margin-top: 0;
		margin-bottom: 0;
		border: none;
		border-radius: 0;
		box-shadow: none;
	}
}
@media (min-width: 992px) {
	.navbar-nav .nav-link {
		padding-left: .625rem !important;
		padding-right: .625rem !important;
	}
	.navbar-brand> img {
		height: 5.5rem;
	}
}

/*** bis hierhin validiert ***/

/* Navbar-Toggler */

.navbar-toggler {
  position: relative;
  float: right;
  padding: 0.5rem 0.625rem;
  margin: 0.25rem 0.375rem 0.25rem 0;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus {
  outline: 0;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 1.375rem;
  height: 0.125rem;
  border-radius: 1px;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 0.25rem;
}
.navbar-toggler {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	background-color: transparent;
	border-color: #999;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
	background-color: transparent;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
}
.navbar-toggler .icon-bar {
	background-color: #d41118;
}
.navbar-toggler:hover .icon-bar,
.navbar-toggler:focus .icon-bar {
	background-color: #d41118;
}

/* http://www.julienmelissas.com/animated-x-icon-for-the-bootstrap-navbar-toggle/ */

.navbar-toggler .top-bar {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transform: translate(3px, 0) rotate(45deg);
	-moz-transform: translate(3px, 0) rotate(45deg);
	-ms-transform: translate(3px, 0) rotate(45deg);
	-o-transform: translate(3px, 0) rotate(45deg);
	transform: translate(3px, 0) rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-moz-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	-o-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
	opacity: 0;
}
.navbar-toggler .bottom-bar {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transform: translate(3px, 0) rotate(-45deg);
	-moz-transform: translate(3px, 0) rotate(-45deg);
	-ms-transform: translate(3px, 0) rotate(-45deg);
	-o-transform: translate(3px, 0) rotate(-45deg);
	transform: translate(3px, 0) rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-moz-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	-o-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar,
.navbar-toggler.collapsed .bottom-bar {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	opacity: 1;
}


.dropdown-menu {
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	font-size: 1rem;
}
.dropdown-item:first-child,
.dropdown-item:last-child {
	border-radius: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
	color: #fff;
	text-decoration: none;
	background-color: #d41118;
	background-color: rgba(212, 17, 24, 0.95);
}
.dropdown-item.active,
.dropdown-item:active  {
	color: #fff;
	text-decoration: none;
	background-color: #d41118;
	background-color: rgba(212, 17, 24, 0.95);;
}
.dropdown-menu.intern {
	left: auto;
	right: 0;
}

@media (max-width: 991.98px) {
	.w-dropdown-menu {
		width: auto !important; 
	}
}
@media (min-width: 992px) {
	.w-dropdown-menu {
		width: 100% !important; 
	}
}

/* Sektion Dropdown slideIn */

@keyframes slide-in {
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
	100% {
		transform:translateY(0rem);
		opacity: 1;
	}
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
}
.not-mobile .slide-in {
	animation-name: slide-in;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}
/* Ende Sektion Dropdown slideIn */

/* disable caret */
.nav .dropdown-toggle:after {
	content: none;
}

.navbar-collapse.show {
	overflow-y: auto;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

@keyframes move_down {
 0% {
  transform: translateY(-6px);
  opacity: 0;
 }
 50% {
  opacity: 1;
 }
 100% {
  transform: translateY(10px);
  opacity: 0;
 }
}
.not-mobile .movedown {
	animation-name: move_down;
	animation-duration: 2.5s;
	animation-timing-function: ease-in-out;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
}



/* Inhalt: Slides, Trenner, etc. */

@media screen {
	.slide,
	.separator {
		z-index: 5;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		/* overflow: hidden; */
		/* min-width: 760px; */
		width: 100%;
		margin: 0 auto 0 auto;
		position: relative;
	}
	.container,
	.container-fluid,
	.image-container,
	.content-container {
		position: relative;
	}
	@media (max-width: 991.98px) {
		.container {
			width: 100%;
			max-width: none;
		}
	}
	/*
	.container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	*/
	.container-fullwidth {
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}
	@media (min-width: 768px) {
		.slide .content-container {
			margin-top: 6rem;
		}
		.slide .image-container {
			margin-top: 5rem;
		}
		footer {
			margin-top: 0;
		}
	}
	@media (max-width: 767.98px) {
		.slide .content-container:first-child {
			margin-top: 5rem;
		}
		.slide .image-container {
			margin-top: 70px !important;
		}
	}
	.slide-fullheight {
		min-height: 90%;
		min-height: calc(100% - 100px);
	}
	.fullwidth {
		width: 100%;
		height: auto;
	}
	.bg-fixed {
		background-attachment: fixed;
	}
	.bg-scroll {
		background-attachment: scroll;
	}
	.bg-bottom {
		background-position: center bottom;
	}
	.separator {
		color: #fff;
	}
	.content-box {
		background-color: #fff;
		margin: 0 0 1.5rem 0;
		padding: 0.5rem 0.75rem 1rem 0.75rem;
		-webkit-border-radius: 5px 3px;
		-moz-border-radius: 5px 3px;
		border-radius: 5px 3px;
		-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
		box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
	}
	.image-box {
		background-color: #fff;
		padding: 0.4rem;
		-webkit-border-radius: 5px 3px;
		-moz-border-radius: 5px 3px;
		border-radius: 5px 3px;
		-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
		box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
	}
	footer {
		height: auto;
		background-image: none;
		background-repeat: repeat;
		background-color: transparent;
		color: inherit;
	}
	
	footer .bottom {
		height: auto;
		background-image: none;
		background-repeat: repeat;
		background-color: #d41118;
		color: #fff;
	}
}

/* Ende Sektion Inhalt */


/* Allgemeine Textauszeichnung */

p {
	margin: 0;
	padding: 0;
}
.float-box p {
	margin-bottom: .5rem;
}
.comment-content {
	padding-left: .125rem;
}
.infobox {
	width: 60%;
  margin: 3em 0 1.25rem;
	padding: .5rem;
	background-color: #e1eae8;
  border: 1px solid #f2f2f2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
@media (max-width: 767px) {
	.infobox {
		width: 100%;
	}
}
.middot {
	margin: 0 .625rem;
}
strong {
	font-weight: bold;
}
.lb-rot {
	color: #d41118;
}
acronym, abbr {
	border-bottom: 1px #aaa dotted;
	font-variant: small-caps;
	letter-spacing: .07em;
	cursor: help;
}

div.post {
	padding-top: 0.5rem;
	border-top: 1px solid #ddd;
}
.zoomin {
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 1.25rem;
}

/* Bootstrap Popover */

.popover.bottom {
	margin-top: 1rem;
}
.popover-title {
	padding: .3125rem .625rem;
	margin: 0;
	font-size: 1rem;
	font-weight: bold;
	white-space: nowrap;
	background-color: transparent;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: .3125rem .625rem;
}


.blockquote {
	position: relative;
	font-family: "Times New Roman", "Georgia", serif;
	font-size: 1.25rem;
	font-style: italic;
	line-height: 1.25;
	color: #999;
	color: rgba(0,0,0,.8);
}
.blockquote-footer {
	font-size: 1rem;
	color: inherit;
}
.blockquote-symbol:before {
	display: block;
	font-family: sans-serif;
	content: "„"; vertical-align: top;
	font-size: 4rem;
	line-height: 1;
	position: absolute;
	left: 0;
	top: -2.25rem;
	color: #d41118;
}

hr {
	color: #fff;
	background: transparent;
	margin: 0 0 .5rem 0;
	padding: 0 0 .5rem 0;
	border: 0;
	border-bottom: 1px #b9cbc5 solid;
}
hr.absatz {
	padding: 0.1em 0;
	border: 0;
}
hr.absatz-gross {
	padding: 0.5em 0;
	border: 0;
}
hr.absatz-sehrgross {
	padding: 1.5em 0;
	border: 0;
}
.trenner {
    border-top: 1px solid #c9c6b6;
    border-bottom: 1px solid #fff;
    height: 0;
    margin: 0 auto 1em auto;
}
.werdegang-trenner {
	border-top: 1px dotted #c9c4b6;
}
hr.trenner {
	background-image: linear-gradient(to right, transparent, #c2c2c2, transparent);
	border: 0;
	height: 1px;
	padding: 0;
	margin: .625rem 0;
}

/* Ende Allgemeine Textauszeichnung */


/* Tabellen */

table[class*="tabelle-agb-b2b"] td:first-child {
	min-width: 2.5rem !important;
}
table[class*="tabelle-agb-b2c"] td:first-child {
	min-width: 2.5rem !important;
}
table[class*="tabelle-datenschutz"] td:first-child {
	min-width: 2.5rem !important;
}

.table.tabelle-tagesansicht {
	table-layout: fixed !important;
	width: 100%;
}
.table.tabelle-tagesansicht td.uhrzeit,
.table.tabelle-tagesansicht th.uhrzeit {
	width: 5% !important;
	font-size: .875rem;
	line-height: 1.0rem;
	padding: .125rem .25rem;
	border: 1px solid #d9d9d9;
	border-left: none;
}
.table.tabelle-tagesansicht td.feld,
.table.tabelle-tagesansicht th.feld {
	width: 19% !important; min-width: 100px;
	font-size: 0.875rem;
	line-height: 1.0rem;
	padding: .125rem .25rem;
}
.table.tabelle-tagesansicht tr.border-top-gray,
.table.tabelle-tagesansicht td.border-top-gray {
	border-block-start: 1px solid #d9d9d9;
	writing-mode: horizontal-tb;
}
.table.tabelle-tagesansicht tr.border-top-lightgray,
.table.tabelle-tagesansicht td.border-top-lightgray {
	border-block-start: 1px solid #e6e6e6;
	writing-mode: horizontal-tb;
}
.table.tabelle-tagesansicht td.border-left {
	border-inline-start: 2px solid red;writing-mode: horizontal-tb;
}
.table.tabelle-tagesansicht td.feld {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap !important;
}
.table.tabelle-tagesansicht td.no-border-top {
	border-block-start: 1px solid transparent;
	writing-mode: horizontal-tb;
}



.table.tabelle-verbandsspiele td {
	text-align: center;
}
.table.tabelle-verbandsspiele > thead > tr > th {
	vertical-align: top;
}
.table.tabelle-verbandsspiele > thead  tr:nth-child(2) > th,
.table.tabelle-verbandsspiele > tbody  tr > th:first-child {
	font-weight: 400;
}
.table.tabelle-verbandsspiele.table-bordered,
.table.tabelle-verbandsspiele > thead > tr > th,
.table.tabelle-verbandsspiele > tbody > tr > th {
	border-color: #bfbfbf;
}
.table.tabelle-verbandsspiele.tabelle-damen-herren > tbody > tr > td:nth-child(6),
.table.tabelle-verbandsspiele.tabelle-damen-herren > tbody > tr > td:nth-child(14) {
	border-right-color: #bfbfbf;
}
.table.tabelle-verbandsspiele.tabelle-jugend > tbody > tr > td:nth-child(3),
.table.tabelle-verbandsspiele.tabelle-jugend > tbody > tr > td:nth-child(5),
.table.tabelle-verbandsspiele.tabelle-jugend > tbody > tr > td:nth-child(7) {
	border-right-color: #bfbfbf;
}
.table.tabelle-verbandsspiele > tbody > tr:last-child > td {
	border-bottom-color: #bfbfbf;
}
.table.tabelle-verbandsspiele > thead > tr > th {
	border-bottom-width: 1px;
}
.table.tabelle-verbandsspiele td.keine-spielklasse {
	background-color: #d2d2d2;
}
.table.tabelle-verbandsspiele td.damen,
.table.tabelle-verbandsspiele th.damen,
.table.tabelle-verbandsspiele td.juniorinnen,
.table.tabelle-verbandsspiele th.juniorinnen {
	background-color: #ffe6ff;
	background-color: rgba(255, 230, 255, 0.2);
}
.table.tabelle-verbandsspiele td.herren,
.table.tabelle-verbandsspiele th.herren,
.table.tabelle-verbandsspiele td.junioren,
.table.tabelle-verbandsspiele th.junioren {
	background-color: #e6f2ff;
	background-color: rgba(230, 242, 255, 0.2);
}
.table.tabelle-verbandsspiele td.midcourt,
.table.tabelle-verbandsspiele th.midcourt {
	background-color: #f2e6ff;
	background-color: rgba(242, 230, 255, 0.3);
}

.table.tabelle-beitragskonditionen > thead > tr > th {
	vertical-align: top;
}
.table.tabelle-beitragskonditionen > tbody > tr > th {
	text-align: center;
}
.table.tabelle-beitragskonditionen > tbody > tr > td:nth-child(3),
.table.tabelle-beitragskonditionen > tbody > tr > td:nth-child(4) {
	text-align: right;
}

.table.tabelle-termine tbody > tr > th,
.table.tabelle-termine tbody > tr > td {
	border-width: 0;
}
.table.tabelle-termine tbody > tr > th.monat {
	border-bottom: 1px solid #f2f2f2;
}
.table.tabelle-termine tbody > tr > th.monatswechsel,
.table.tabelle-termine tbody > tr > th.jahreswechsel {
	padding-top: 1em;
}
.table-hover > tbody > tr.disable-hover:hover {
	background-color: transparent;
}

.table.tabelle-vorstand td,
.table.tabelle-vorstand th {
	padding-top: .1rem;
	padding-bottom: .1rem;
}
.table.tabelle-vorstand .caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.table.table-acf-minimal-width {
	width: auto;
}
.table-acf.table-acf-padding-sm td,
.table-acf.table-acf-padding-sm th {
	padding: 0 .5rem;
}
.table-acf.table-acf-padding-md td,
.table-acf.table-acf-padding-md th {
	padding: .15rem .5rem;
}
.table-acf.table-acf-padding-lg td,
.table-acf.table-acf-padding-lg th {
	padding: .3rem .5rem;
}
.table-acf.table-borderless.table-acf-padding-sm td:first-child,
.table-acf.table-borderless.table-acf-padding-sm th:first-child,
.table-acf.table-borderless.table-acf-padding-md td:first-child,
.table-acf.table-borderless.table-acf-padding-md th:first-child,
.table-acf.table-borderless.table-acf-padding-lg td:first-child,
.table-acf.table-borderless.table-acf-padding-lg th:first-child {
	padding-left: 0;
}

/* Ende Tabellen */


/* Sektion Typography */

body {
	/* Native font stack verwenden */
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans serif; */
	font-style: normal;
	font-weight: 300;
	font-weight: inherit;
}
.header-info {
	font-size: .9375rem;
	line-height: 1.6;
}
.text-big {
	font-size: 1.25rem;
	line-height: 1;
}
.text-muted {
	color: #ccc;
}
footer {
	font-size: .9375rem;
	line-height: 1.6;
}
.eventinfo {
}
.postinfo {
	font-size: 12px;
}
.btn-mylink {
	color: #333;
}
.btn-mylink.active {
	color: #336699;
	border-bottom: 1px solid #336699;
}
.btn-mylink:hover {
	color: #333;
	text-decoration: none;
}
.lb-spinner-border {
	-webkit-animation: spinner-border 1s linear infinite;
	animation: spinner-border 1s linear infinite;
}

/* Überschriften */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #d41118;
}
footer h6 {
	color: #fff;
}
h1, .h1 {
  font-size: 2.75rem;
}
h6, .h6 {
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
	body {
		font-size: .875rem;
	}
	.btn {
		font-size: .875rem;
	}
	h1, .h1 {
	  font-size: 2rem;
	}

}

.owl-carousel .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px);
}

.owl-carousel-home .img-overlay {
	position: absolute;
	left: 50%;
	line-height: 1.5rem;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.owl-carousel-home .img-overlay.image-1 {
	width: 60%;
	top: 80%;
}
.owl-carousel-home .img-overlay.image-1 .h2 {
	line-height: 3rem;
	letter-spacing: 1px;
}
@media (max-width: 1199.98px) {
	.owl-carousel-home .img-overlay.image-1 {
	}
	.owl-carousel-home .img-overlay.image-1 .h2 {
		font-size: 1.75rem;
		line-height: 2.5rem;
	}
}
@media (max-width: 991.98px) {
	.owl-carousel-home .img-overlay.image-1 {
		width: 70%;
	}
	.owl-carousel-home .img-overlay.image-1 .h2 {
		font-size: 1.5rem;
		line-height: 2.25rem;
	}
}
@media (max-width: 767.98px) {
	.owl-carousel-home .img-overlay.image-1 {
		width: 80%;
	}
	.owl-carousel-home .img-overlay.image-1 .h2 {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (max-width: 575.98px) {
	.owl-carousel-home .img-overlay.image-1 {
		width: 90%;
		top: 80%;
	}
	.owl-carousel-home .img-overlay.image-1 .h2 {
		font-size: 1rem;
		line-height: 1.25rem;
	}
	.mobile .owl-carousel-home .img-overlay.image-1 .movedown {
		transform: translateY(-0.5rem);
	}
	.owl-carousel-home .img-overlay.image-1 .movedown .h1 {
		font-size: 1.5rem;
		line-height: 1.25rem;
	}
}

.owl-carousel-home .img-overlay.image-2 {
	width: 65%;
	top: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	padding: .25rem;
}
.owl-carousel-home .img-overlay.image-2 .h3 {
	/* font-size: 1.75rem; */
}
.owl-carousel-home .img-overlay.image-2 .h4 {
	/* font-size: 1.5rem; */
}
.owl-carousel-home .img-overlay.image-2 .h5 {
	/* font-size: 1.25rem; */
}
@media (max-width: 1199.98px) {
	.owl-carousel-home .img-overlay.image-2 {
		width: 70%;
	}
	.owl-carousel-home .img-overlay.image-2 .h3 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.owl-carousel-home .img-overlay.image-2 .h4 {
		font-size: 1.25rem;
	}
	.owl-carousel-home .img-overlay.image-2 .h5 {
		font-size: 1.0rem;
	}
}
@media (max-width: 991.98px) {
	.owl-carousel-home .img-overlay.image-2 {
		width: 75%;
		top: 60%;
	}
	.owl-carousel-home .img-overlay.image-2 .h3 {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.owl-carousel-home .img-overlay.image-2 .h4 {
		font-size: 1.125rem;
	}
	.owl-carousel-home .img-overlay.image-2 .h5 {
		font-size: 1.0rem;
	}
}
@media (max-width: 767.98px) {
	.owl-carousel-home .img-overlay.image-2 {
		width: 80%;
	}
	.owl-carousel-home .img-overlay.image-2 .h3 {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.owl-carousel-home .img-overlay.image-2 .h4 {
		font-size: 1.125rem;
	}
	.owl-carousel-home .img-overlay.image-2 .h5 {
		font-size: 1.0rem;
	}
}
@media (max-width: 575.98px) {
	.owl-carousel-home .img-overlay.image-2 {
		width: 90%;
		top: 50%;
	}
	.owl-carousel-home .img-overlay.image-2 .h3 {
		font-size: 1rem;
		line-height: 1.25rem;
	}
	.owl-carousel-home .img-overlay.image-2 .h4 {
		font-size: .875rem;
	}
	.owl-carousel-home .img-overlay.image-2 .h5 {
		font-size: .75rem;
	}
}

/* Ende Sektion Typography */


/* Sektion Bilder */

img.alignleft {
	margin-right: 15px;
	margin-bottom: 15px;
}
.img-bordered {
	display: inline-block;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.img-bordered-active {
	border: 1px solid #888;
}
.img-shadow {
	-webkit-box-shadow: 0 1px 8px #ccc;
	-moz-box-shadow: 0 1px 8px #ccc;
	-o-box-shadow: 0 1px 8px #ccc;
	box-shadow: 0 1px 8px #ccc;
}
.img-slideshow {
	border-radius: 5px 5px 3px 3px;
}
.cursor-zoomin {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.cursor-hand {
	cursor: pointer;
}
a.image-link {
	position: relative;
	display: block;
	padding: 10px;
}
.image-zoom-hover,
.image-link-hover {
	position: absolute;
	top: .5rem;
	left: .5rem;
	width: 100%;
	width: calc(100% - 1rem); /*   2 * p-2 (.5 rem) */ 
	height: 100%;
	height: calc(100% - 3rem);
	height: calc(100% - 1rem); /*   2 * p-2 (.5 rem) */ 
	filter: alpha(opacity=0);
	opacity: 0;
	background-color: #f4f4f0;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
.owl-carousel-studio .image-zoom-hover {
	height: calc(100% - 3rem);
}
.image-link-hover {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.image-zoom-hover:hover,
.image-link-hover:hover {
	filter: alpha(opacity=80);
	opacity: 0.80;
}
.image-zoom-hover .image-zoom-hover-content,
.image-link-hover .image-link-hover-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 50%;
	text-align: center;
}
.image-zoom-hover-icon,
.image-link-hover-icon {
	background-color: #d41118;
	color: #fff;
	border-radius: 100%;
	position: relative;
	display: inline-block;
	z-index: 1;
	font-size: 1.5rem;
	height: 3rem;
	width: 3rem;
	line-height: 1.5rem;
	padding: 0.75rem 0 0 0;
	top: -1.5rem;
}
.image-link-hover-icon {
	font-size: 20px;
	line-height: 20px;
	padding: 10px 0 0 1px;
}

.img-mw-200px {
	max-width: 200px;
}

@media (max-width: 575.98px) {
  .img-w-25,
	.img-w-33,
	.img-w-50,
	.img-w-66,
	.img-w-75,
	.img-w-100 {
    width: 100% !important;
  }
}
@media (min-width: 576px) {
  .img-w-25 {
    width: 50% !important;
  }
  .img-w-33 {
    width: 50% !important;
  }
  .img-w-50 {
    width: 50% !important;
  }
  .img-w-66 {
    width: 50% !important;
  }
  .img-w-75 {
    width: 50% !important;
  }
  .img-w-100 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .img-w-25 {
    width: 25% !important;
  }
  .img-w-33 {
    width: 33% !important;
  }
  .img-w-50 {
    width: 50% !important;
  }
  .img-w-66 {
    width: 66% !important;
  }
  .img-w-75 {
    width: 75% !important;
  }
  .img-w-100 {
    width: 100% !important;
  }
}

/* Ende Sektion Bilder */


/* Links */

a,
.nav-tabs .nav-link,
.nav-pills .nav-link {
	color: #d41118;
	background: transparent;
	text-decoration: none;
	font-weight: 400;
	outline: none !important;
}
a:focus,
a:hover {
	color: #d41118;
	outline: none !important;
}

a.nav-link {
	font-weight: 400;
	color: #000;
}
@media (min-width: 992px) {
	.nav-item::before {
  	content: "";
  	display: block;
  	width: 100%;
  	margin-top: 3px;
  	border-top: 3px solid #d41118;
		-ms-transform: scaleX(0);
		-webkit-transform: scaleX(0);
		-o-transform: scaleX(0);
  	transform: scaleX(0);
		-ms-transition: transform .3s ease-in-out;
		-webkit-transition: transform .3s ease-in-out;
		-o-transition: transform .3s ease-in-out;
  	transition: transform .3s ease-in-out;
	}
	.nav-item:hover::before {
		transform: scaleX(1);
	}
	.nav-item.active::before {
		transform: none;
	}
}

a.mailto, a.tel {
	color: #212529;
}

footer a,
.bx-prev-next a,
.panel-heading a {
	color: #212529;
}
footer a:hover {
	color: #d41118;
}
footer .bottom a {
	color: #fff;
}
footer a:hover {
	color: inherit;
}
.zoomin a {
	color: inherit;
}
header a:hover,
.zoomin a:hover,
.panel-heading a:hover,
.bx-prev-next a:hover {
	text-decoration: none;
}
a:active,
a:focus {
	outline: none;
	text-decoration: none;
}

/* Ende Sektion Links

/* Sektion Listen */

ul {
	list-style-image: none;
	list-style-type: none;
	padding-left: 2rem;
}
ul.arrow-right li,
ul.download li,
ul.links li  {
	text-indent: -1.75rem;
	margin-bottom: .25rem;
}
ul.arrow-right li:before {
	font-family: 'lb-icons';
	content: "\e902";
	float: left;
	width: 1.75rem;
	color: #2a6b00;
	color: #d41118;
}
ul.download li:before {
	font-family: 'lb-icons';
	content: "\e92b" !important; /* icon-download */
	float: left;
	width: 1.75rem !important;
}
ul.links li:before {
	font-family: 'lb-icons';
	content: "\f08e" !important;
	float: left;
	width: 1.75rem !important;
}
.home ul,
.leistungen ul {
	padding-left: 1.25rem;
	list-style-type: square;
}
.home ul li,
.leistungen ul li {
	margin-bottom: .625rem;
}
.home ul li:before,
.leistungen ul li:before {
	width: 1.75rem;
	float: left;
	content: "";
}
.home ul li::marker,
.leistungen ul li::marker {
	font-size: 1.25rem;
	color: #dcba6d;
}

.postinfo {
	margin: 0;
	padding: 0;
	color: #888;
}
.postinfo li {
	padding: 0;
	margin: 0;
	text-indent: 0;
}

ul.eventinfo {
	text-indent: -1.75rem;
	margin-bottom: .25em;
	padding-left: 1.75rem !important;
}
ul.eventinfo li:before {
	font-family: 'lb-icons';
	content: "\e616";
	float: left;
	width: 1.75rem;
	color: #2a6b00;
}
ul.eventinfo li {
	margin-top: .5rem !important;
}



dl {
	padding-left: 2rem;
}
dt {
	text-indent: -1.75rem;
	color: #2a6b00;
}
dt:before {
	width: 1.75rem;
	float: left;
	font-family: 'lb-icons';
	content: "\e902";
	color: #2a6b00;
}
dd {
	margin-bottom: 1rem;
}
/* Ende Sektion Listen */

/* Sektion Cards */

.card {
	/* border: none; */
}
.card-header {
	padding: .5rem;
	margin-bottom: 0;
	color: #d41118;
	background-color: transparent;
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header .h6 {
	margin-bottom: 0;
}
.card-body {
	padding: .5rem;
	margin-bottom: 1rem;
}
.card-border {
	border: 1px solid #f0e2c1;
}
.card-border .card-header {
	border: 0;
}

.list-group-item-action {
	color: #d41118 !important;
}
.list-group-item.active {
	color: #fff !important;
	background-color: #d41118;
	border-color: #d41118;
}
.list-group-item-action:active {
  color: #d41118;
  background-color: #fff;
}

/* Ende Sektion Cards */

/* Sektion Tabs */

.nav-tabs .nav-link {
	border-top-width: 3px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
	/* font-weight: bolder; */
	border-top-color: #f2f2f2;
}
.nav-pills .nav-link.active, 
.nav-pills .show > .nav-link {
	background-color: #f2f2f2;
}
.nav-tabs .nav-link:not(.active):hover,
.nav-pills .nav-link:not(.active):hover {
	text-decoration: underline;
}
/* Ende Sektion Tabs */

/* Sektion Icons */

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lb-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-fax:before {
  content: "\e932";
}
.icon-box-arrow-up-right:before {
  content: "\e92f";
}
.icon-calendar-event:before {
  content: "\e90f";
}
.icon-calendar-plus:before {
  content: "\e925";
}
.icon-calendar4-event:before {
  content: "\e924";
}
.icon-check-circle-fill:before {
  content: "\e91a";
}
.icon-check-circle:before {
  content: "\e91b";
}
.icon-check2-circle:before {
  content: "\e91c";
}
.icon-chevron-down:before {
  content: "\e900";
}
.icon-chevron-left:before {
  content: "\e901";
}
.icon-chevron-right:before {
  content: "\e902";
}
.icon-chevron-up:before {
  content: "\e903";
}
.icon-clock:before {
  content: "\e92a";
}
.icon-dash-circle-fill:before {
  content: "\e916";
}
.icon-dash-circle:before {
  content: "\e917";
}
.icon-download:before {
  content: "\e92b";
}
.icon-mail-fill:before {
  content: "\e914";
}
.icon-mail:before {
  content: "\e910";
}
.icon-filetype-pdf:before {
  content: "\e91d";
}
.icon-fullscreen-exit:before {
  content: "\e90d";
}
.icon-fullscreen:before {
  content: "\e91f";
}
.icon-location-fill:before {
  content: "\e911";
}
.icon-location:before {
  content: "\e915";
}
.icon-grid-3x2:before {
  content: "\e904";
}
.icon-grid-2x3:before {
  content: "\e905";
}
.icon-image:before {
  content: "\e906";
}
.icon-images:before {
  content: "\e907";
}
.icon-info-circle-fill:before {
  content: "\e930";
}
.icon-info-circle:before {
  content: "\e931";
}
.icon-layout-three-columns:before {
  content: "\e908";
}
.icon-link-45deg:before {
  content: "\e91e";
}
.icon-pencil:before {
  content: "\e909";
}
.icon-person-circle:before {
  content: "\e90a";
}
.icon-person-fill:before {
  content: "\e92d";
}
.icon-plus-circle-fill:before {
  content: "\e918";
}
.icon-plus-circle:before {
  content: "\e919";
}
.icon-power:before {
  content: "\e90e";
}
.icon-search:before {
  content: "\e90b";
}
.icon-share-fill:before {
  content: "\e92e";
}
.icon-tag-fill:before {
  content: "\e926";
}
.icon-tag:before {
  content: "\e927";
}
.icon-tags-fill:before {
  content: "\e928";
}
.icon-tags:before {
  content: "\e929";
}
.icon-phone-fill:before {
  content: "\e912";
}
.icon-phone:before {
  content: "\e913";
}
.icon-trash3:before {
  content: "\e90c";
}
.icon-x-circle:before {
  content: "\e920";
}
.icon-x:before {
  content: "\e921";
}
.icon-zoom-in:before {
  content: "\e922";
}
.icon-zoom-out:before {
  content: "\e923";
}
.icon-earth:before {
  content: "\e60e";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-copy:before {
  content: "\e92c";
}
.icon-mobile:before {
  content: "\e958";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-arrow-left:before {
  content: "\e600";
}
.icon-arrow-right:before {
  content: "\e603";
}
.icon-arrow-left2:before {
  content: "\e604";
}
.icon-arrow-right2:before {
  content: "\e607";
}
.icon-images {
	vertical-align: -1px;
}
.icon-mobile {
	vertical-align: -1px;
}
.icon-chevron-down {
	vertical-align: -2px;
}
.icon-chevron-right {
	vertical-align: -2px;
}
.icon-user-circle {
	vertical-align: -2px;
}
.icon-tag {
	vertical-align: -2px;
}
.icon-earth {
	vertical-align: -2px;
}
.icon-mail-fill {
	vertical-align: -2px;
}
.icon-info-circle-fill {
  vertical-align: -2px;
}
.icon-info-circle {
  vertical-align: -1px;
}
.icon-file-pdf {
	margin: 0 8px 0 0;
	color: #4d87c7;
}
.icon-export {
	margin: 0 8px 0 1px;
	vertical-align: -1px;
	color: #4d87c7;
}
.icon-arrow-right,
.icon-arrow-right2 {
	vertical-align: 0;
}
.icon-arrow-right2 {
	margin-left: .25rem;
	margin-right: 0;
}
.icon-arrow-left2 {
	margin-left: 0;
	margin-right: 0.5rem;
}
.icon-arrow-down2:before {
	line-height: 1;
	vertical-align: -1px;
	margin-left: 2px;
}
.icon-fax {
	vertical-align: -1px;
}
.icon-mail {
	vertical-align: -2px;
}
header .icon-mail {
	vertical-align: -3px;
	margin: 0 6px 0 0;
}
header .icon-location {
	vertical-align: -2px;
	margin: 0 5px 0 0;
}
header .icon-phone {
	vertical-align: -2px;
	margin: 0 5px 0 0;
}

.iconarea {
	display: table-cell;
	color: #777;
}
.icontext {
	padding-left: .5rem;
	display: table-cell;
	vertical-align: middle;
}

footer .icon {
	color: #212529;
}
footer .icon-arrow-right,
footer .icon-arrow-right2 {
	vertical-align: -2px;
}
footer .icon-location,
footer .icon-location-fill {
	vertical-align: -1px;
}
footer .icon-mail {
	vertical-align: -2px;
}
footer .icon-fax {
	vertical-align: -1px;
}

footer .iconarea {
	display: table-cell;
	color: #f2f2f2;
}


.icon-fix {
	display: none;
}

.icon-rotatable {
	display: inline-block;
	-ms-transform: rotate(0);
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  transition: transform .3s linear;
}
.dropdown.show .icon-rotatable {
	display: inline-block;
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* Ende Sektion Icons */

/* Start Sektion Akkordeon */


.accordion > .single-card {
	border-radius: 0.25rem !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.accordion.separate-borders > .card {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}
.accordion.separate-borders.ae-bm-xs > .card:not(:last-of-type) {
	margin-bottom: 0.5rem !important;
}
.accordion.separate-borders.ae-bm-sm > .card:not(:last-of-type) {
	margin-bottom: 1rem !important;
}
.accordion.separate-borders.ae-bm-md > .card:not(:last-of-type) {
	margin-bottom: 1.5rem !important;
}
.accordion.separate-borders.ae-bm-lg > .card:not(:last-of-type) {
	margin-bottom: 2rem !important;
}
.accordion.separate-borders.ae-bm-xl > .card:not(:last-of-type) {
	margin-bottom: 2.5rem !important;
}
.accordion > .card.active {
	border-color: #d41118 !important;
}
.accordion > .card.active > .card-header {
	background-color: #d41118;
	border-color: #d41118;
	color: #fff;
}
.accordion > .card.active > .card-header .icon {
	color: #fff !important;
}
.accordion > .card.active > .card-header .card-header-title {
	color: #fff !important;
}

.accordion.shared-borders  > .card {
	border-bottom-width: 1px !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accordion.shared-borders  > .card.active {
	border-bottom-width: 1px !important;
	border-bottom-color: #d41118 !important;
}
.accordion.shared-borders  > .card:not(:first-of-type) {
	border-top-width: 0 !important;
}



.accordion .icon {
	position: relative;
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	padding: 0;
	z-index: 1;
	text-align: center;
	background-color: transparent;
	color: #ccc;
	color: #d41118;
	font-size: 1.125rem !important;
}
.accordion .icon .icon-chevron-down {
	line-height: 1 !important;
	vertical-align: 3px !important;
}
.accordion .icon .icon-plus-circle:before,
.accordion .icon .icon-minus-circle:before {
	line-height: 1;
	vertical-align: 10px;
}
.accordion .icon .icon-plus-square-2:before,
.accordion .icon .icon-minus-square-2:before {
	line-height: 1;
	vertical-align: 10px;
}
.accordion div[aria-expanded="true"] .icon-plus-circle {
	display: none;
}
.accordion div[aria-expanded="true"] .icon-minus-circle {
	display: block;
}
.accordion div[aria-expanded="false"] .icon-plus-circle {
	display: block;
}
.accordion div[aria-expanded="false"] .icon-minus-circle {
	display: none;
}
/*
.accordion div[aria-expanded="true"] .icon-chevron-down {
	display: none;
}
.accordion div[aria-expanded="true"] .icon-chevron-up {
	display: block;
}
.accordion div[aria-expanded="false"] .icon-chevron-down {
	display: block;
}
.accordion div[aria-expanded="false"] .icon-chevron-up {
	display: none;
}
*/
.accordion div[aria-expanded="true"] .icon-rotatable {
	display: inline-block;
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.not-mobile .accordion .icon:hover {
	color: #d41118;
	color: #d41118;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

/* Ende Sektion Akkordeon */

/* Sektion Alerts */

.alert {

}
.alert-danger {
	border-color: #721c24;
}

/* Ende Sektion Alerts */

/* Buttons */
.btn {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.btn.active,
.btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn:focus,
.btn:focus-visible,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none !important;
	box-shadow: none;
}
.btn-lb {
	background-color: #fff !important;;
  border-color: #d41118 !important;
	color: #212529 !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	outline: none !important;
	box-shadow: none !important;
}
.btn-lb-invers {
	background-color: #d41118 !important;;
  border-color: #d41118 !important;
	color: #fff !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	outline: none !important;
	box-shadow: none !important;
}
.btn-lb-shadow {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.2),0 2px 10px 0 rgba(0,0,0,.1);
}
.btn-lb-outline,
.btn-lb-outline:focus {
	color: #d41118;
	border-color: #d41118;
}
.btn-lb-outline:hover {
  background-color: #d41118;
  border-color: #d41118;
  color: #fff;
  outline: none;
}
.btn-lb:hover {
  background-color: #d41118;
  color: #fff;
  outline: none;
}
.btn-lb:focus {
  background-color: #d41118;
  color: #fff;
	outline: none;
	box-shadow: none;
}
.btn-lb:active,
.btn-lb.active {
  background-color: #d41118;
  outline: none;
	box-shadow: none;
}
.btn-icon-lb {
	width: 2rem;
	height: 2rem;
	padding: .2rem;
	line-height: 1;
	border-radius: 100%;
	color: inherit !important;
}
.btn-icon-lb:hover {
	background-color: rgba(255, 255, 255, 0.2);
	outline: none;
}
.wpcf7-submit.disabled,
.wpcf7-submit[disabled],
fieldset[disabled] .wpcf7-submit,
.wpcf7-submit.disabled:hover,
.wpcf7-submit[disabled]:hover,
fieldset[disabled] .wpcf7-submit:hover,
.wpcf7-submit.disabled:focus,
.wpcf7-submit[disabled]:focus,
fieldset[disabled] .wpcf7-submit:focus,
.wpcf7-submit.disabled.focus,
.wpcf7-submit[disabled].focus,
fieldset[disabled] .wpcf7-submit.focus,
.wpcf7-submit.disabled:active,
.wpcf7-submit[disabled]:active,
fieldset[disabled] .wpcf7-submit:active,
.wpcf7-submit.disabled.active,
.wpcf7-submit[disabled].active,
fieldset[disabled] .wpcf7-submit.active {
	background-image: none;
	background-color: #e6e6e6;
	color: #444;
	cursor: not-allowed;
}

.spinner-border-lb {
	-webkit-animation: spinner-border 1s linear infinite;
	animation: spinner-border 1s linear infinite;
}

/* Ende Sektion Buttons */

/* Radio-Buttons */
.radio.radio-inline {
	margin: 0 1em;
}
.radio input[type="radio"] {
	opacity: 0;
}
.radio label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
}
.radio-info input[type="radio"]:checked + label::before {
	border-color: #888;
}
.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 5px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #888;
	border-radius: 50%;
	background-color: transparent;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}
.radio-info input[type="radio"]:checked + label::after {
	background-color: #b71e10;
}
.radio input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.radio-info input[type="radio"] + label::after {
	background-color: #d41118;
}
.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 9px;
	height: 9px;
	left: 3px;
	top: 8px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #d41118;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
/* Ende Radio-Buttons */

/* Formulare */
fieldset {
	overflow: hidden;
	position: static;
	margin: 0 2px;
	padding: 0.5em;
	border: 1px #ddd solid;
}
form legend {
  background: transparent;
  border:0;
	margin: 0;
  padding:0 0.5em;
	width: auto;
}
form legend h5 {
 margin: 0;
}
form label .invisible,
.placeholder .hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
form textarea {
 	resize: none;
}
.formfield-error-wrapper {
  color: #800;
	margin: 5px 0 5px 5px;
}
.form-group {
    margin-top: 5px;
    margin-bottom: 18px;
}
.form-control {
	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
	     -o-transition: all 0.3s linear;
	        transition: all 0.3s linear;
}
.form-control {
  padding: 6px 10px;
  font-size: inherit;
  color: #444;
}
.wpcf7-not-valid,
.has-error .form-control {
	border-color: #a94442;
	border-width: 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.form-control:focus {
  border-color: #888;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(192, 192, 192, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(192, 192, 192, .6);
}
.wpcf7-not-valid:focus,
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.form-bedingung {
	margin-right: .8rem;
}
#form-bedingung .wpcf7-not-valid {
	border-width: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.wpcf7-not-valid-tip,
.formfield-error-message {
	display: block;
	padding: .3125rem .675rem 0 .6875rem;
	font-size: .875rem;
	color: #a94442;
}
.wpcf7-response-output {
	margin: 1rem 0 1rem 0;
	padding: .5rem .625rem;
	border-radius: 4px;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
	border: 1px solid #3c763d;
	color: #3c763d;
	background-color: #dff0d8;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border: 1px solid #a94442;
	color: #a94442;
	background-color: #f2dede;
}

/* Simple Membership Formulare */
.anmelden .swpm_error {
	margin: 1rem 0 1rem 0;
	padding: .5rem .625rem;
	border-radius: 4px;
	font-weight: normal;
	border: 1px solid #a94442;
	color: #a94442;
	background-color: #f2dede;
}
.neues-passwort-anfordern .swpm_error {
	margin: 1rem 0 1rem 0;
	padding: 0;
	border: 1px solid #a94442;
	color: #a94442;
	background-color: #f2dede;
	border-radius: 4px;
	font-weight: normal;
}
.neues-passwort-anfordern .swpm-reset-pw-success-box {
	border: 1px solid #3c763d;
	margin: -1px;
	padding: .5rem .625rem;
	color: #3c763d;
	background-color: #dff0d8;
}
.neues-passwort-anfordern .swpm-reset-pw-error,
.neues-passwort-anfordern .swpm-reset-pw-error-email {
	color: inherit;
	font-weight: normal;
	margin: .5rem .625rem;
}
.neues-passwort-anfordern .swpm-reset-pw-error {
	margin-bottom: .25rem;
}
.neues-passwort-anfordern .swpm-reset-pw-error-email {
	margin-top: .25rem;
}
.benutzerprofil-bearbeiten .swpm-label,
.benutzerprofil-bearbeiten .swpm-username-input,
.benutzerprofil-bearbeiten .swpm-password-input {
	margin: 0;
}
.benutzerprofil-bearbeiten .swpm_success {
	margin: 1rem 0 1rem 0;
	padding: .5rem .625rem;
	border-radius: 4px;
	font-weight: normal;
	border: 1px solid #3c763d;
	color: #3c763d;
	background-color: #dff0d8;
}
.benutzerprofil-bearbeiten .swpm-profile-update-success {
	font-weight: inherit;
	color: inherit;
}
.benutzerprofil-bearbeiten .swpm_error {
	margin: 1rem 0 1rem 0;
	padding: .5rem .625rem;
	border-radius: 4px;
	font-weight: normal;
	border: 1px solid #a94442;
	color: #a94442;
	background-color: #f2dede;
}
.benutzerprofil-bearbeiten .swpm-profile-update-error {
	font-weight: inherit;
	color: inherit;
}
.benutzerprofil-bearbeiten .swpm-error li:before {
	font-family: 'lb-icons';
	content: "\e902";
}
.swpm-red-error-text {
	font-weight: inherit;
	color: inherit;
}
/* Ende Simple Membership Formulare */

.screen-reader-response {
	display: none;
}

::-webkit-input-placeholder {
  color: #444;
}
:-moz-placeholder {
  color: #444;
}
::-moz-placeholder {
  color: #444;
}
:-ms-input-placeholder {
  color: #444;
}
.placeholder {
  color: #444 !important;
}
/* Ende Sektion Formulare */

/* Sektion Events */

.no-pointer-events {
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}
/* Ende Sektion Events */

/* Timeline */
.timeline {
	list-style: none;
	padding: 0;
	position: relative
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: "";
	width: 2px;
	background-color: #f1f1f1;
	left: 50px;
	margin-left: -1.5px
}
.timeline>li {
	margin-bottom: 40px;
	position: relative;
	min-height: 100px;
}
.timeline>li:before,
.timeline>li:after {
	content: " ";
	display: table
}
.timeline>li:after {
	clear: both
}
.timeline>li .timeline-panel {
	width: 100%;
	float: right;
	padding: 0 20px 0 120px;
	position: relative;
	text-align: left
}
.timeline>li .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto
}
.timeline>li .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto
}
.timeline>li .timeline-image {
	left: 0;
	margin-left: 0;
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 100;
	background-color: #fff;
	color: #fff;
	border-radius: 100%;
	border: 1px solid #ccc;
	text-align: center
}
.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	text-align: left;
	padding: 0 20px 0 120px
}
.timeline>li.timeline-inverted>.timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto
}
.timeline>li.timeline-inverted>.timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto
}
.timeline>li:last-child {
	margin-bottom: 0
}
.timeline .timeline-heading h4 {
	margin-top: 0;
	color: inherit
}
.timeline .timeline-heading h4.subheading {
	text-transform: none
}
.timeline .timeline-body>p,
.timeline .timeline-body>ul {
	margin-bottom: 0
}
@media (min-width: 768px) {
	.timeline:before {
		left: 50%
	}
	.timeline>li {
		margin-bottom: 40px;
		min-height: 150px
	}
	.timeline>li .timeline-panel {
		width: 41%;
		float: left;
		padding: 0 30px 0 10px;
		text-align: right
	}
	.timeline>li .timeline-image {
		width: 150px;
		height: 150px;
		left: 50%;
		margin-left: -75px
	}
	.timeline>li.timeline-inverted>.timeline-panel {
		float: right;
		text-align: left;
		padding: 0 10px 0 30px
	}
}
@media (min-width: 992px) {
	.timeline>li {
		min-height: 200px;
		margin-bottom: 40px;
	}
	.timeline>li .timeline-panel {
		padding: 0 40px 20px 20px;
		margin-top: 10px;
	}
	.timeline>li .timeline-image {
		width: 200px;
		height: 200px;
		margin-left: -100px
	}
	.timeline>li.timeline-inverted>.timeline-panel {
		padding: 0 20px 20px 40px;
	}
}

/* Ende Sektion Timeline */

/* Owl Carousel */

.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next {
	position: relative;
	display: inline-flex;
	width: 1.5rem;
	height: 1.5rem;
	padding: 0;
	z-index: 1;
	text-align: center;
	background-color: transparent;
	color: #d41118;
	border: 0px solid #d41118;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 100%;
	font-size: 1.5rem !important;
	line-height: 1;
}
.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	padding: 0;
	z-index: 1;
	text-align: center;
	background-color: transparent;
	color: #d41118;
	border: 1px solid #888;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 100%;
	font-size: 1.5rem !important;
	line-height: 1;
}
.owl-theme .owl-nav .icon-chevron-left:before,
.owl-theme .owl-nav .icon-arrow-left2:before {
	margin-left: -1px;
	align-self: center !important;
}
.owl-theme .owl-nav .icon-chevron-right:before,
.owl-theme .owl-nav .icon-arrow-right2:before {
	margin-left: 0;
	align-self: center !important;
}
.owl-theme .owl-nav .icon-chevron-left,
.owl-theme .owl-nav .icon-chevron-right {
	margin: 0 6px 0;
	vertical-align: -6px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: inherit;
	color: #d41118;
	text-decoration: none;
}
.owl-theme .owl-nav [class*="owl-"]:hover:not(.disabled) {
	background: #d41118;
	border-color: #d41118;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.owl-theme .owl-nav .disabled {
	cursor: not-allowed;
	opacity: 1;
}
.owl-theme .owl-nav {
	margin-top: -1rem;
}
.owl-carousel-gemeindebriefe.owl-theme .owl-nav {
	margin-top: 1rem;
}
.owl-carousel-gemeindebriefe.owl-theme .owl-nav .icon-chevron-left,
.owl-carousel-gemeindebriefe.owl-theme .owl-nav .icon-chevron-right {
	margin-top: 0;
}
.owl-theme .owl-nav [class*="owl-"]:focus {
	outline: none;
}

#page-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
}
.page-loader-inner {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
	text-align: center;
}
.page-loader-inner .loader-icon {
	position: absolute;
	top: 90px;
	right: 25px;
}
.page-loader-inner .loader-icon img {
	max-height: 25px;
	max-width: 25px;
}

/* Sektion Bootstrap Select */

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: inherit;
}

.bootstrap-select .dropdown-menu li.dropdown-divider {
  margin: .25rem 0;
  border-top: 1px solid #808080 !important;
}

.bootstrap-select .dropdown-menu {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: 0 !important;
}

/* Ende Sektion WP Event Manager */
/* Sektion WP Event Manager Calendar */

.wpem-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	box-shadow: white 0px 0px 0px 1px inset;
	border-radius: 2px;
	background: rgb(63, 81, 181);
	margin-right: .25rem;
}

.wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container .calendar-event-details-link {
	display: inline-block !important;
	height: auto !important;
	width: 90%;
	width: calc(100% - 20px) !important;
	text-align: left !important;
	font-weight: normal !important;
	font-size: .875rem !important;
	line-height: 1.25rem !important;
	padding: 0 .25rem !important;
	margin-bottom: 0 !important;
	white-space: nowrap !important;
}

.wpem-calendar-view-container .calendar-contents-container table.calendar {
	table-layout: fixed !important;
	width: 100% !important;
}
.wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container,
.wpem-calendar-view-container .calendar-contents-container table.calendar td.empty-gray-background {
	width: 14.285% !important;
}
.wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container.today {
  background: #bbd2dd !important;
}

@media only screen and (max-width: 768px) {
	.wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container .calendar-event-details-link,
	.wpem-calendar-view-container .calendar-widget-event-details-link {
		border-radius: 3px !important;
	}
}

/* Ende Sektion WP Event Manager Calendar */



/*! PhotoSwipe v4.1.1 - main CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*  Styles for basic PhotoSwipe functionality (sliding area, open/close transitions) */

/*  pswp = photoswipe */
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	/* create separate layer, to avoid paint on window.onscroll in webkit/blink */
	
	-webkit-backface-visibility: hidden;
	outline: none;
}
.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pswp img {
	max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
	/* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
	
	opacity: 0.001;
	will-change: opacity;
	/* for open/close transition */
	
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
	display: block;
}
.pswp--zoom-allowed .pswp__img {
	/* autoprefixer: off */
	
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
	/* autoprefixer: off */
	
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}
.pswp--dragging .pswp__img {
	/* autoprefixer: off */
	
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}
.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	/* for open/close transition */
	
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
	will-change: opacity;
	/* for open/close transition */
	
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}
.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}
.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
	background: #222;
}
.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC;
}
.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline;
}

/*! PhotoSwipe v4.1.1 - Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*
	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/

/* 1. Buttons */
.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	color: #fff;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 0.75;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
	opacity: 1;
}
.pswp__button:active {
	outline: none;
	opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.pswp__button:before {
	font-family: 'lb-icons' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.5;
	font-size: 24px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background-image: none !important;
	width: 44px;
	height: 44px;
}
.pswp__button--close,
.pswp__button--share {
	background-image: none !important;
}
.pswp__button--close:before {
	content: "\e920";
}
.pswp__button--share:before {
	content: "\e80d";
}
.pswp__button--fs {
	display: none;
}
.pswp__button--fs:before {
	content: "\e91f";
}
.pswp--supports-fs .pswp__button--fs {
	display: block;
}
.pswp--fs .pswp__button--fs {
	background-image: none !important;
}
.pswp--fs .pswp__button--fs:before {
	content: "\e90d";
}
.pswp__button--zoom {
	background-image: none !important;
	display: none;
}
.pswp__button--zoom:before {
	content: "\e922";
}
.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
	background-image: none !important;
}
.pswp--zoomed-in .pswp__button--zoom:before {
	content: "\e923";
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute;
}
.pswp__button--arrow--left {
	left: 0;
}
.pswp__button--arrow--right {
	right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background-image: none !important;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	height: 36px;
	width: 32px;
	font-size: 30px;
	line-height: 1.2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pswp__button--arrow--left:before {
	background-image: none !important;
	content: '\e901';
	left: 6px;
}
.pswp__button--arrow--right:before {
	background-image: none !important;
	content: '\e902';
	right: 6px;
}

/* 2. Share modal/popup and links */
.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}
.pswp__share-modal--hidden {
	display: none;
}
.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}
.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}
.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}
.pswp__share-tooltip a:first-child {
	/* round corners on the first/last list item */
	
	border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
	opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}
a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}
a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF;
}
a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF;
}
a.pswp__share--googleplus:hover {
	background: #dd4b39;
	color: #FFF;
}
a.pswp__share--pinterest:hover {
	background: #CE272D;
	color: #fff;
}
a.pswp__share--mailto:hover {
	background: #00BCF2;
	color: #FFF;
}
a.pswp__share--download:hover {
	background: #eee;
}

/* 3. Index indicator ("1 of X" counter) */
.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	line-height: 44px;
	color: #FFF;
	opacity: 0.75;
	padding: 0 10px;
}

/* 4. Caption */
.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}
.pswp__caption small {
	font-size: 11px;
	color: #BBB;
}
.pswp__caption__center {
	text-align: center;
	max-width: 420px;
	margin: 0 auto;
	padding: 10px;
	line-height: 20px;
	color: #CCC;
}
.pswp__caption--empty {
	display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
	visibility: hidden;
}

/* 5. Loading indicator (preloader) */
.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	will-change: opacity;
	direction: ltr;
}
.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}
.pswp__preloader--active {
	opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
	/* We use .gif in browsers that don't support CSS animation */
	
	background: url(images/PhotoSwipe/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise 500ms linear infinite;
	animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: 0.75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
	/* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
	
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0;
}
@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}
@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

/* 6. Additional styles  */

/*    root element of UI */
.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
	background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
	/* Force paint & create composition layer for controls. */
	
	opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none;
}
.pswp__element--disabled {
	display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
	background: none;
}

/* Modifikationen */
.pswp__share-tooltip a {
	padding: 5px 12px 5px 8px;
}
.pswp__share-tooltip [class^="icon-"] {
	font-size: 14px;
	margin-right: 10px;
}
.pswp__share--facebook .icon-facebook {
	color: #3E5C9A;
}
.pswp__share--facebook:hover .icon-facebook {
	color: #fff;
}
.pswp__share--twitter .icon-twitter {
	color: #55ACEE;
}
.pswp__share--twitter:hover .icon-twitter {
	color: #fff;
}
.pswp__share--googleplus .icon-googleplus {
	color: #dd4b39;
	vertical-align: -2px;
}
.pswp__share--googleplus:hover .icon-googleplus {
	color: #fff;
}
.pswp__share--pinterest .icon-pinterest {
	color: #CE272D;
}
.pswp__share--pinterest:hover .icon-pinterest {
	color: #fff;
}
.pswp__share--mailto .icon-mail {
	color: #00BCF2;
	vertical-align: -2px;
}
.pswp__share--mailto:hover .icon-mail {
	color: #fff;
}
.pswp__share--download .icon-download {
	color: #555;
}
.scroll-to-top {
	position: fixed;
	display: block;
	text-indent: -999em;
	background: white url(data:image/svg+xml;base64,PHN2ZyBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTcuNCIgaGVpZ2h0PSIxMC44IiB2aWV3Qm94PSIwIDAgMTcuNCAxMC44Ij48c3R5bGU+LnN0MHtmaWxsOiMyQTMxMzY7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTIgMTAuN2w2LjctNi42IDYuNyA2LjcgMi0yLTYuNy02LjdWMmwtMi0yTDAgOC43eiIvPjwvc3ZnPg==) center 50% no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.75);
	border-radius: 50%;
	height: 2.5rem;
	width: 2.5rem;
	bottom: .5rem;
	right: 1rem;
	opacity: 0.5;
	z-index: 15;
	cursor: pointer;
}
.not-mobile .scroll-to-top:hover {
	opacity: 1;
}