/**
 * Theme Name: Liebrecht - BS4
 * Version: 4.6.2.3
 * Author: Christian Sander
 */


/* Google Font API */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/OpenSans-CondensedLight.eot');
  src: url('fonts/OpenSans-CondensedLight.eot?#iefix') format('embedded-opentype'),
       local('Open Sans Cond Light'),
       local('OpenSans-CondensedLight'),
       url('fonts/OpenSans-CondensedLight.woff') format('woff');
}
@font-face {
  font-family: 'bs-icons';
  src:  url('fonts/bs-icons.eot?r40ikm');
  src:  url('fonts/bs-icons.eot?r40ikm#iefix') format('embedded-opentype'),
    url('fonts/bs-icons.ttf?r40ikm') format('truetype'),
    url('fonts/bs-icons.woff?r40ikm') format('woff'),
    url('fonts/bs-icons.svg?r40ikm#bs-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

/* Header */

header {
	height: auto;
	padding: 0;
	background-color: #fff;
	color: #2a6b00;
}

/* Navigation */

@media (max-width: 767.98px) {
	.navbar-sm-fixed-top {
  	position: fixed;
  	top: 0;
  	right: 0;
  	left: 0;
  	z-index: 1030;
	}
}
@media (max-width: 575.98px) {
	.navbar-xs-fixed-top {
  	position: fixed;
  	top: 0;
  	right: 0;
  	left: 0;
  	z-index: 1030;
	}
}

.navbar {
	z-index: 1000;
	position: fixed;
	top : 0;
	height: auto;
	margin-bottom: 0;
	padding: .5rem .25rem;
	background-color: #fff;
	filter: alpha(opacity=98);
	opacity: 0.98;
	font-family: 'Open Sans Condensed';
	font-size: 1.375rem;
	letter-spacing: 0;
	line-height: 1.388888888888 !important;
	border: 0;
	border-radius: 0;
	-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.7);
}

.nav-item, .navbar-nav, .navbar-brand {
	height: auto;
}
.nav-item {
		border: 1px solid transparent;
}
.nav-frame {
	border: 1px solid #416f8b;
	background-color: transparent;
	border-radius: 3px;
	color: #fff;
}
.nav-link {
	color: #444;
}
.nav-item.active .nav-link,
.nav-link:hover,
.nav-link:focus {
	color: #416f8b;
	-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 #416f8b;
	background-color: transparent;
	border-radius: 3px;
}
.nav-item.active .nav-frame,
.nav-frame:hover,
.nav-frame:focus {
	border: 1px solid #416f8b;
	background-color: #416f8b;
	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: 767.98px) {
	.navbar {
		height: auto;
		min-height: 2.5rem;
		-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;
		font-size: 2.25rem;
		line-height: 1;
	}
	.navbar-brand img {
		height: 2.5rem;
		border-radius: 100%;
		border: 1px solid #f5f5ee;
	}
	.navbar-brand .text {
		margin-left: 0.75rem;
		font-size: 1.5rem;
		color: #444;
	}
	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: 768px) {
	.navbar-nav .nav-link {
		padding-left: .3125rem !important;
		padding-right: .3125rem !important;
	}
	.navbar-brand {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 3rem;
		line-height: 1;
	}
	.navbar-brand> img {
		height: 3.75rem;
		margin-top: -1rem;
		margin-bottom: -1rem;
		border: 2px solid #f5f5ee;
		border-radius: 100%;
		box-shadow: none;
	}
}
@media (min-width: 992px) {
	.navbar-nav .nav-link {
		padding-left: .625rem !important;
		padding-right: .625rem !important;
	}
	.navbar-brand> img {
		height: 3.75rem;
		margin-top: -1rem;
		margin-bottom: -1rem;
		border-width: 1px;
		box-shadow: none;
	}
}

/*** 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: #444;
}
.navbar-toggler:hover .icon-bar,
.navbar-toggler:focus .icon-bar {
	background-color: #444;
}

/* 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 {
	font-size: 1.125rem;
}
.dropdown-item:first-child,
.dropdown-item:last-child {
	border-radius: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
	color: #fff;
	text-decoration: none;
	background-color: #416f8b;
	filter: alpha(opacity=95);
	opacity: 0.95;
}
.dropdown-item.active,
.dropdown-item:active  {
	color: #fff;
	text-decoration: none;
	background-color: #416f8b;
	filter: alpha(opacity=95);
	opacity: 0.95;
}
.dropdown-item:focus .text-muted,
.dropdown-item:hover .text-muted,
.dropdown-item:active .text-muted,
.dropdown-item.active .text-muted {
	color: #fff !important;
}

.nav-benutzer-angemeldet .dropdown-item:focus,
.nav-benutzer-angemeldet .dropdown-item:hover {
	color: #fff;
	background-color: #2d8659;
}
.nav-benutzer-angemeldet .dropdown-item.active,
.nav-benutzer-angemeldet .dropdown-item:active  {
	color: #fff;
	background-color: #2d8659;
}

/* Sektion Dropdown slideIn */

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

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

.navbar-collapse.show {
	overflow-y: auto;
}

/* 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: 1rem;
		padding-right: 1rem;
	}
	.container-fullwidth {
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}
	@media (min-width: 768px) {
		.slide .image-container,
		.slide .content-container {
			margin-top: 6rem;
		}
		footer {
			margin-top: 0;
		}
	}
	@media (max-width: 767.98px) {
		.slide .content-container {
			margin-top: 5rem !important;
		}
	}
	.slide-fullheight {
		min-height: 90%;
	}
	.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;
		border-color: rgb(238, 238, 238);
		border-radius: 5px 3px;
		border-style: solid;
		border-width: 1px;
		border-top-width: 1px;
		-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:not(.modal) {
		min-height: 3rem;
		height: auto;
		background-image: none;
		background-repeat: repeat;
		color: #888;
	}
	
	.label-area {
		display: table-cell;
	}
	.label-text {
		padding-left: 10px;
		display: table-cell;
		vertical-align: middle;
	}
}

/* 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;
}
.text-blau {
	color: #416f8b;
}
.text-rot {
	color: #cc0000;
}
.text-gruen {
	color: #006600;
}
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;
}
.popover-content {
	padding: .3125rem .625;
}
.popover-angemeldet,
.popover-angemeldet .popover-body {
	background-color: #2d8659;
	color: #fff;
}
.popover-angemeldet .arrow::before {
  border-bottom-color: transparent !important;
}
.popover-angemeldet .arrow::after {
  border-bottom-color: #2d8659 !important;
}
.popover-pms,
.popover-pms .popover-body {
	background-color: #416f8b;
	color: #fff;
}
.popover-pms .arrow::before {
  border-top-color: transparent !important;
	border-bottom-color: transparent !important;
}
.popover-pms .arrow::after {
  border-top-color: #416f8b !important;
	border-bottom-color: #416f8b !important;
}

blockquote {
	border-left-color: #336699;
	border-left-width: 3px;
	font-style: italic;
}
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;
}
hr.trenner {
	background-image: linear-gradient(to right, transparent, #c2c2c2, transparent);
	border: 0;
	height: 1px;
	padding: 0;
	margin: .625rem 0;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

/* Ende Allgemeine Textauszeichnung */


/* Sektion Typography */

body {
	/* Native font stack verwenden */
	font-family: 'Roboto', 'Open Sans', 'Helvetica Neue', Arial, sans serif;
	font-style: normal;
	font-weight: 300;
}
.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;
}
.mce-spinner-border {
	-webkit-animation: spinner-border 1s linear infinite;
	animation: spinner-border 1s linear infinite;
}

/* Überschriften */

h1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5 {
	color: #416f8b;
}
footer h6 {
	color: #416f8b;
}
h1, .h1 {
  font-size: 2.75rem;
}
.h1 {
  font-size: 2.5rem !important;
}
.h2 {
  font-size: 2rem !important;
}
.h3 {
  font-size: 1.75rem !important;
}
.h4 {
  font-size: 1.5rem !important;
}
.h5 {
  font-size: 1.25rem !important;
}
.h6 {
  font-size: 1rem !important;
}

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

}

/* 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;
}
.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);
	height: 100%;
	height: calc(100% - 1rem);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
.angebot-item .image-zoom-hover,
.angebot-item .image-link-hover {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.image-link-hover {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.image-link-hover:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.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-wrapper,
.image-link-hover-icon-wrapper {
	position: absolute;
	bottom: .5rem;
	right: .5rem;
	width: 2rem;
	height: 2rem;
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	border: .125rem solid #fff;
	box-shadow: .0625rem .125rem .375rem rgba(0, 0, 0, 0.3);
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	transition-duration: .3s;
}
.image-zoom-hover-icon,
.image-link-hover-icon {
	position: relative;
	display: inline-block;
	font-size: 1.375rem;
	color: #fff;
}
.image-zoom-hover-icon.icon-images {
	font-size: 1rem;
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.image-zoom-hover-icon-wrapper.iconsize-sm-3,
	.image-link-hover-icon-wrapper.iconsize-sm-3 {
		width: 3rem;
		height: 3rem;
		border-width: .1875rem;
	}
	.iconsize-sm-3 .image-zoom-hover-icon,
	.iconsize-sm-3 .image-link-hover-icon {
		font-size: 2rem;
	}
	.iconsize-sm-3 .icon-images {
		font-size: 1.5rem;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.image-zoom-hover-icon-wrapper.iconsize-md-3,
	.image-link-hover-icon-wrapper.iconsize-md-3 {
		width: 3rem;
		height: 3rem;
		border-width: .1875rem;
	}
	.iconsize-md-3 .image-zoom-hover-icon,
	.iconsize-md-3 .image-link-hover-icon {
		font-size: 2rem;
	}
	.iconsize-md-3 .icon-images {
		font-size: 1.5rem;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.image-zoom-hover-icon-wrapper.iconsize-lg-1,
	.image-link-hover-icon-wrapper.iconsize-lg-1 {
		width: 1.5rem;
		height: 1.5rem;
		border-width: .125rem;
	}
	.iconsize-lg-1 .image-zoom-hover-icon,
	.iconsize-lg-1 .image-link-hover-icon {
		font-size: 1rem;
	}
	.iconsize-lg-1 .icon-images {
		font-size: .75rem;
	}
	.image-zoom-hover-icon-wrapper.iconsize-lg-3,
	.image-link-hover-icon-wrapper.iconsize-lg-3 {
		width: 3rem;
		height: 3rem;
		border-width: .1875rem;
	}
	.iconsize-lg-3 .image-zoom-hover-icon,
	.iconsize-lg-3 .image-link-hover-icon {
		font-size: 2rem;
	}
	.iconsize-lg-3 .icon-images {
		font-size: 1.5rem;
	}
}
@media (min-width: 1200px) {
	.image-zoom-hover-icon-wrapper.iconsize-xl-1,
	.image-link-hover-icon-wrapper.iconsize-xl-1 {
		width: 1.5rem;
		height: 1.5rem;
		border-width: .125rem;
	}
	.iconsize-xl-1 .image-zoom-hover-icon,
	.iconsize-xl-1 .image-link-hover-icon {
		font-size: 1rem;
	}
	.iconsize-xl-1 .icon-images {
		font-size: .75rem;
	}
	.image-zoom-hover-icon-wrapper.iconsize-xl-3,
	.image-link-hover-icon-wrapper.iconsize-xl-3 {
		width: 3rem;
		height: 3rem;
		border-width: .1875rem;
	}
	.iconsize-xl-3 .image-zoom-hover-icon,
	.iconsize-xl-3 .image-link-hover-icon {
		font-size: 2rem;
	}
	.iconsize-xl-3 .icon-images {
		font-size: 1.5rem;
	}
}
.image-zoom-hover:hover .image-zoom-hover-icon-wrapper,
.image-link-hover:hover .image-link-hover-icon {
	background-color: #497c9c;
	background-color: rgba(73, 124, 156, 0.6);
}
.image-zoom-hover:hover .image-zoom-hover-icon,
.image-link-hover:hover .image-link-hover-icon {
	color: #fff;
}

@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;
  }
	.img-kompass {
		max-width: 200px;
	}
}
@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;
  }
	.img-kompass {
		max-width: 150px;
	}
}
@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;
  }
	.img-kompass {
		max-width: 200px;
	}
}

/* Ende Sektion Bilder */


/* Links */

a,
.nav-tabs .nav-link,
.nav-pills .nav-link {
	color: #416f8b;
	background: transparent;
	text-decoration: none;
}
a:focus,
a:hover {
	color: #416f8b;
}
.btn-anmelden a,
.btn-angemeldet a {
	color: #fff;
	background: transparent;
	text-decoration: none;
}
.footer-links a,
.bx-prev-next a,
.panel-heading a {
	color: #888;
}
footer .footer-copyright a {
	color: #fff;
}
footer a:hover {
	color: #416f8b;
}
footer .footer-copyright a:hover {
	color: #fff;
}
.zoomin a {
	color: inherit;
}
header a:hover,
a.info: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;
}
.modal ul li {
	text-indent: -1.75rem;
	margin-bottom: .25rem;
}
ul.pdf li:before {
	font-family: 'gwn-icons';
	content: "\e908" !important;
	width: 1.75rem !important;
	color: #416f8b;
}
ul.links li.external-link:before {
	font-family: 'gwn-icons';
	content: "\e903" !important;
	width: 1.75rem !important;
}
ul.links li.internal-link:before {
	font-family: 'gwn-icons';
	content: "\e902" !important;
	width: 1.75rem !important;
}
.modal ul li:before {
	font-family: 'icomoon';
	content: "\e607";
	float: left;
	width: 1.75rem;
	color: #2a6b00;
}

ul.arrow-right li {
	text-indent: -1rem;
}
ul.arrow-right li:before {
	font-family: 'bs-icons';
	content: "\e902";
	float: left;
	width: 1rem;
	font-size: .75rem;
	margin-top: 3px;
}




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

/* Tabellen */

.table td,
.table th {
  padding: .5rem;
}
.table.tabelle-darlehen {
	width: auto;
}
.table.tabelle-darlehen td {
	text-align: center;
}
.table.tabelle-darlehen > thead > tr > th {
	vertical-align: top;
}

.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-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;
}
td.bg-rot {
	background-color: #ff4d4d;
}
td.bg-orange {
	background-color: #ff9900;
}

.table-bordered tfoot td {
  border-top-width: 2px;
}

/* Ende Tabellen */

/* Bootstrap-Tabellen */

.bootstrap-table .fixed-table-container .table thead th .th-inner {
	white-space: normal !important;
}
@media (max-width: 767.98px) {
	.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
		min-width: 35%;
	}
}
@media (max-width: 575.98px) {
	.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
		min-width: 45%;
	}
}
.bs-text-monospace {
	font-size: 93.75%;
	letter-spacing: -1px;
}

/* Ende Bootstrap-Tabellen */


/* Sektion Cards */

.card-header {
	padding: .25rem 0.75rem;
	margin-bottom: 0;
	color: inherit;
	background-color: transparent;
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header:hover {
	background-color: #f2f2f2;
}
.card-body {
	padding: .5rem .75rem;
}

/* 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-"]:before,
[class*=" icon-"]:before {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'bs-icons' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.icon-haeuser:before {
  content: "\e90f";
}
.icon-coin-euro:before {
  content: "\e93c";
}
.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-dash-circle-fill:before {
  content: "\e916";
}
.icon-dash-circle:before {
  content: "\e917";
}
.icon-envelope-fill:before {
  content: "\e914";
}
.icon-envelope:before {
  content: "\e910";
}
.icon-filetype-pdf:before {
  content: "\e91d";
}
.icon-fullscreen-exit:before {
  content: "\e90d";
}
.icon-fullscreen:before {
  content: "\e91f";
}
.icon-geo-alt-fill:before {
  content: "\e911";
}
.icon-geo-alt: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-layout-three-columns:before {
  content: "\e908";
}
.icon-link-45deg:before {
  content: "\e91e";
}
.icon-pencil:before {
  content: "\e909";
}
.icon-person-circle:before {
  content: "\e90a";
}
.icon-plus-circle-fill:before {
  content: "\e918";
}
.icon-plus-circle:before {
  content: "\e919";
}
.icon-power:before {
  content: "\e90e";
}
.icon-search:before {
  content: "\e90b";
}
.icon-telephone-fill:before {
  content: "\e912";
}
.icon-telephone: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-arrow-right,
.icon-arrow-right2,
.icon-chevron-right {
	margin: 0 -5px 0 3px;
	vertical-align: -2px;
}
.icon-arrow-right2 {
	margin-left: 0;
	margin-right: 3px;
}
.icon-chevron-down:before {
	line-height: 1;
	font-size: 1rem;
	vertical-align: .1rem;
	margin-left: .25rem;
}
.icon-telephone-fill:before {
	line-height: 1;
	font-size: 1rem;
	vertical-align: 0rem;
}
.icon-envelope-fill:before {
	line-height: 1;
	font-size: 1rem;
	vertical-align: -1px;
}
.icon-geo-alt-fill:before {
	line-height: 1;
	font-size: 1rem;
	vertical-align: -1px;
}
.icon-area {
	display: table-cell;
	color: #777;
}
footer .icon-area {
	display: table-cell;
	color: #f2f2f2;
}
.icon-text {
	padding-left: 15px;
	display: table-cell;
	vertical-align: middle;
}

.icon-fix {
	display: none;
}

.accordion > .single-card {
	border-radius: 0.25rem !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125) !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: inherit;
	border: 1px solid gray;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 1.25rem !important;
}
.accordion .icon .icon-arrow-down2:before,
.accordion .icon .icon-arrow-up2:before {
	line-height: 1;
	vertical-align: 5px;
	margin-left: -1px;
}
button[aria-expanded="true"] .icon-plus-circle-fill {
	display: none;
}
button[aria-expanded="true"] .icon-dash-circle-fill {
	display: inline;
}
button[aria-expanded="false"] .icon-plus-circle-fill {
	display: inline;
}
button[aria-expanded="false"] .icon-dash-circle-fill {
	display: none;
}
.not-mobile .accordion .icon:hover {
	background-color: #f2f2f2;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
button[aria-expanded="true"] .text-einblenden {
	display: none;
}
button[aria-expanded="true"] .text-ausblenden {
	display: inline;
}
button[aria-expanded="false"] .text-einblenden {
	display: inline;
}
button[aria-expanded="false"] .text-ausblenden {
	display: none;
}

.portraet-card .icon-arrow-down2:before,
.portraet-card .icon-arrow-up2:before {
	line-height: 1;
	vertical-align: -2px;
	margin-left: 2px;
}

/* Ende Sektion Icons */

/* 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:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
}
.btn-thumbnail {
	padding: 0;
}
.btn-pms,
.btn-anmelden {
	background-color: #416f8b;
  border-color: #416f8b;
	color: #fff;
	border-radius: .25rem;
}
.input-group-btn .btn-pms {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-pms a,
.btn-anmelden a {
	padding: .375rem .75rem;
}
.btn-outline-pms {
  border-color: #416f8b;
	color: #416f8b;
}
.btn-pms:hover,
.btn-anmelden:hover {
  background-color: #497c9c;
  border-color: #497c9c;
  color: #fff;
  outline: none;
}
.btn-outline-pms:hover {
  border-color: #497c9c;
  color: #497c9c;
  outline: none;
}
.btn-pms:focus,
.btn-anmelden:focus {
  background-color: #416f8b;
  border-color: #416f8b;
  color: #fff;
	outline: none;
	box-shadow: none;
	box-shadow: 0 0 0 0.2rem rgba(99, 150, 182, 0.5);
}
.btn-outline-pms:focus {
  border-color: #416f8b;
  color: #416f8b;
	outline: none;
	box-shadow: none;
}
.btn-pms:active,
.btn-pms.active {
  background-color: #416f8b;
  border-color: #416f8b;
	color: #fff;
  outline: none;
}
.btn-outline-pms:active {
  border-color: #416f8b;
	color: #416f8b;
  outline: none;
}
.btn-angemeldet {
	background-color: #2d8659;
  border-color: #2d8659;
	color: #fff;
	border-radius: .25rem;
}
.btn-angemeldet:hover {
  background-color: #339966;
  border-color: #339966;
  color: #fff;
  outline: none;
}
.btn-angemeldet:focus {
  background-color: #2d8659;
  border-color: #2d8659;
  color: #fff;
	outline: none;
	box-shadow: none;
}
.btn-angemeldet:not(:disabled):not(.disabled).active,
.btn-angemeldet:not(:disabled):not(.disabled):active, 
.show > .btn-angemeldet.dropdown-toggle {
	color: #fff;
	background-color: #2d8659;
	border-color: #2d8659;
}
.btn-select,
.btn-select:focus {
	background-color: transparent;
  border-color: #ced4da;
	color: inherit;
}
.btn-select:hover {
  background-color: #f2f2f2;
  border-color: #888;
  color: inherit;
  outline: none;
}
.btn-select:focus {
  border-color: #888;
	outline: none !important;
	box-shadow: 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;
}

/* Ende Sektion 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: .25rem 0 .25rem 0;
}
.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: 1rem;
  color: #444;
}
.field-disabled {
	background-color: #e9eaef;
}
.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,
.form-rememberme {
	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;
	font-weight: normal;
}
.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;
	padding: .5rem .625rem;
	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: 'icomoon';
	content: "\e607";
}
/* Ende Simple Membership Formulare */

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

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

.success-box {
	margin: 1rem 0;
	padding: .5rem .75rem;
	border-radius: 4px;
	font-weight: normal;
	border: 1px solid #3c763d;
	color: #3c763d;
	background-color: #dff0d8;
}
.error-box {
	margin: 1rem 0;
	padding: .5rem .75rem;
	border-radius: 4px;
	font-weight: normal;
	border: 1px solid #a94442;
	color: #a94442;
	background-color: #f2dede;
}

/* Pagebar */
.pagebar {
	padding: 0.2em 0.5em;
	margin: 2.5em 0.1em 1.0em 0;
	border: 1px solid #fff;
	background-color: #fff;
	text-decoration: none;
	text-align: center;
}
.pagebar a,
.pageList .this-page {
	background-color: #fafafa;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-decoration: none;
	padding: 0.2em 0.5em;
}
.pagebar a:visited {
	text-decoration: none;
}
.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background-color: #fff;
	text-decoration: none;
}
.pagebar .this-page {
	border: 1px solid #666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0.2em 0.5em;
	background-color: #888;
	color: #fff;
}
.pagebar a:hover,
.pagebar a:focus {
	border-color: #bbb;
	background-color: #eee;
}
.pagebar .inactive {
	border: 1px solid #ddd;
	color: #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

/* Ende Sektion Pagebar */

/* Advanced Custom Fields */

.acf-fr {
	display: none !important;
}

.acf-label {
	color: #416f8b;
}
.acf-field--post-title > .acf-label,
.acf-darlehensdaten > .acf-label label,
.acf-anschlussfinanzierung > .acf-label label,
.acf-immobilien-objektdaten > .acf-label label,
.acf-immobilien-finanzdaten > .acf-label label,
.acf-wohnung-immobilienobjekt > .acf-label label,
.acf-wohnung-stammdaten > .acf-label label,
.acf-wohnung-finanzdaten > .acf-label label {
	font-size: 1.5rem !important;	
}

.acf-field input[type="text"],
.acf-field input[type="password"],
.acf-field input[type="date"],
.acf-field input[type="datetime"],
.acf-field input[type="datetime-local"],
.acf-field input[type="email"],
.acf-field input[type="month"],
.acf-field input[type="number"],
.acf-field input[type="search"],
.acf-field input[type="tel"],
.acf-field input[type="time"],
.acf-field input[type="url"],
.acf-field input[type="week"],
.acf-field textarea,
.acf-field select {
	font-size: 1rem !important;
}

.acf-input-prepend,
.acf-input-append {
	font-size: 1rem !important;
	line-height: inherit !important;
}

a.acf-button,
.acf-repeater .acf-actions .acf-button {
	display: inline-block;
	background-color: #6c757d;
  border-color: #6c757d;
	color: #fff;
	line-height: 1.5;
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem;
	margin-bottom: 1rem;
}
a.acf-button:hover,
.acf-repeater .acf-actions .acf-button:hover {
	text-decoration: none;
	background-color: #5a6268;
  border-color: #5a6268;
}

/* Ende Advanced Custom Fields */

/* Owl Carousel */

.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: #f2f2f2;
	border: 1px solid #f2f2f2;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 28px !important;
}
.owl-theme .owl-nav .icon-arrow-left2:before {
	line-height: .5;
	vertical-align: 7px;
	margin-left: -3px;
}
.owl-theme .owl-nav .icon-arrow-right2:before {
	line-height: .5;
	vertical-align: 7px;
	margin-left: -2px;
}
.owl-theme .owl-nav .icon-arrow-left2,
.owl-theme .owl-nav .icon-arrow-right2 {
	margin: 0 6px 0;
	vertical-align: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: inherit;
	color: #888;
	text-decoration: none;
}
.owl-theme .owl-nav [class*="owl-"]:hover:not(.disabled) {
	background: #f2f2f2;
	border-color: #f2f2f2;
	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: .5rem;
}
.owl-carousel-vereinstitel.owl-theme .owl-nav {
	margin-top: 1rem;
}
.owl-carousel-vereinstitel.owl-theme .owl-nav .icon-arrow-left2,
.owl-carousel-vereinstitel.owl-theme .owl-nav .icon-arrow-right2 {
	margin-top: 0;
}
.owl-theme .owl-nav [class*="owl-"]:focus {
	outline: none;
}

#page-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	filter: alpha(opacity=95);
	opacity: 0.95;
	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;
}


/*! 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: 'bs-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;
	font-smoothing: antialiased;
	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: 4px;
	height: 40px;
	width: 40px;
	bottom: 8px;
	right: 8px;
	opacity: 0.5;
	z-index: 15;
	cursor: pointer;
}
.scroll-to-top:hover {
	opacity: 1;
}

/* Bootstrap-Select */
.bootstrap-select .btn,
.bootstrap-select .dropdown-menu {
	font-size: inherit; border-color: #888;
}
.bootstrap-select > .dropdown-toggle::after {
	margin-left: 8px;
}
.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
	box-shadow: none !important;
}
@media (max-width: 575.98px) {
	.bootstrap-select {
		width: 100% !important;
		max-width: 100%;
	}
	.bootstrap-select .dropdown-item {
		width: 100% !important;
		max-width: 100%;
	}
	.bootstrap-select .dropdown-item span.text {
		white-space: normal;
	}
}

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

@media screen and (max-width: 767px) {
	.xs-text-center {
		text-align: center;
	}
}

/* Bootstrap Modal */

#modal-search {
	top: 0 !important;
}
.modal-body-button-previous,
.modal-body-button-next {
	position: absolute;
	display: none;
	text-indent: 0;
	top: 40%;
	left: 30px;
	width: 48px;
	height: 48px;
	opacity: 0.8;
	cursor: pointer;
	background: #fff;
	border: 0px solid #555;
	border-radius: 50%;
	-webkit-transition: opacity .2s linear;
	   -moz-transition: opacity .2s linear;
	     -o-transition: opacity .2s linear;
			    transition: opacity .2s linear;
}
.modal-body-button-next {
	left: auto;
	right: 30px;
}
.modal-body-button-previous a,
.modal-body-button-next a {
	display: block;
	width: 100%;
	height: 100%;
	color: #555;
	text-decoration: none;    
}
.modal-body-button-previous:hover,
.modal-body-button-next:hover {
	opacity: 0.9;
}
.modal-body .icon-arrow-left22,
.modal-body .icon-arrow-right22 {
	position: relative;
	left: -2px;
	font-size: 48px;
	line-height: 1;
}
.modal-body .icon-arrow-right22 {
	left: auto;
	right: -2px;
}
@media screen and (max-width: 575px) {
	.modal-body-button-previous,
	.modal-body-button-next {
		left: 24px;
		width: 24px;
		height: 24px;
	}
	.modal-body-button-next {
		left: auto;
		right: 24px;
	}
	.modal-body .icon-arrow-left22,
	.modal-body .icon-arrow-right22 {
		top: -6px;
		left: -1px;
		font-size: 24px;
	}
	.modal-body .icon-arrow-right22 {
		left: auto;
		right: -1px;
	}
}

/* Bootstrap Pagination */

.page-link {
	color: #416f8b;
	border: 1px solid #dee2e6;
}
.page-item.active .page-link {
	background-color: #416f8b;
	border-color: #416f8b;
}

/* Download Monitor - Admin-Bereich */

.upsells-columns {
	display: none;
}

