/* ----- Slider Home ----- */
span.header_2 {
	font-size: 48px;
}
span.header_1 {
	font-size: 27px;
	margin-top: 0 !important;
}
@media (max-width: 767px) {
	span.header_2 {
		font-size: 40px;
	}
	span.header_1 {
		font-size: 20px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	span.header_2 {
		font-size: 44px;
	}
	span.header_1 {
		font-size: 24px;
	}
}
.home-slider-container .elementor-container, .slider-row {
	min-height: calc(100vh - 60px) !important;
}
/* ggf. Positionierung auf kleineren Monitoren anpassen */
/*@media (max-width: 767px) {
	.home-slider-container .elementor-container, .slider-row {
		min-height: calc(100vh - 132px) !important;
	}
}*/
.slider-balken {
	height: 50px;
	background-color: #eee;
	bottom: 0;
}
/* button rechts unten */
.slider-link {
	background-color: #ACB0B7;
	width: 50px;
	height: 50px;
	color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.slider-link:hover {
	background-color: #33a1c9;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.slider-link .elementor-widget-container {
	width: 50px;
	height: 50px;	
}
.slider-link a {
	width: 50px;
	height: 50px;
}
.slider-link a i {
	color: #fff;
	font-weight: 900;
	font-size: 25px;
	padding: 14px 16px;
}
/* arrows */
.premium-carousel-wrapper a.carousel-arrow {
	z-index: 1 !important;
}
.carousel-prev, .carousel-next {
	bottom: 10px;
	top: inherit !important;
}
.carousel-next {
	right: auto !important;
	left: 51px !important;
}
/* dots */
.slick-dots {
	width: 110px;
	margin: 0 auto !important;
}
/* dark */
.wp-dark-mode-active .slider-balken,
.wp-dark-mode-active .home-slider-container{
	background-color: #2f3238 !important;
}
.wp-dark-mode-active .slider-link,
.wp-dark-mode-active .carousel-arrow{
	background-color: #26292e !important;
}
.wp-dark-mode-active .slider-link:hover,
.wp-dark-mode-active .carousel-arrow:hover {
	background-color: #de5e60 !important;
}
.wp-dark-mode-active .slick-dots li,
.wp-dark-mode-active .slick-dots {
	background-color: rgba(0,0,0,0) !important;
}
.wp-dark-mode-active .slick-dots li {
	color: #bfbfbf !important;
}
.wp-dark-mode-active  .slick-dots li.slick-active {
	color: #de5e60 !important;
}
/* ----- section mobile ----- */
#mobile-features .elementor-widget-heading {
    margin: 0 !important;
}
/* Info Icons */
#mobile-features .info-icon-container {
	margin-bottom: 0;
}
#mobile-features .info-icon {
	font-size: 50px;
	display: block;
	text-align: center;
}
#mobile-features .info-icon i {
  color: #33a1c9;
}
/* dark */
.wp-dark-mode-active #mobile-features .info-icon i {
  color: #de5e60;
}
.wp-dark-mode-active #mobile-features h3 {
  color: #343434;
}

/* ----- Startseite Blog Integration ----- */
.premium-blog-post-container {
 	overflow: inherit !important;
}
.premium-blog-entry-meta {
	margin-top: 10px !important;
}
.premium-blog-post-content:after {
    content: " ...";
    white-space: pre;
}
.premium-blog-excerpt-link:after {
    content: '\2192';
    display: inline-block;
    margin-left: 7px;
}
/* button Korrektur */
.premium-blog-excerpt-link-wrap a {
	display: inline-block;
}
/* ------------- */
h3.premium-blog-entry-title {
	word-break: break-word;
}
.premium-blog-wrap ul.slick-dots li {
    font-size: 12px;
}
/* Buttons ohne Schatten */
/*.premium-blog-excerpt-link-wrap a {
	-webkit-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.3) !important;
    box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.3) !important;
}*/
.premium-blog-content-wrapper  {
	-webkit-transition: .3s;
	transition: .3s;
	margin: 0 !important;;
	-webkit-border-radius: 4px;
	border-radius: 0 0 4px 4px;
}
.premium-blog-content-wrapper:hover  {
/*	-webkit-box-shadow: 0 4px 7px 0 rgba(0,0,0,0.2) !important;
	box-shadow: 0 4px 7px 0 rgba(0,0,0,0.2) !important;*/
/* shadow sehr stark wie alte version */
/*	-webkit-box-shadow: 0 14px 30px -15px rgba(0,0,0,.75) !important;
    box-shadow: 0 14px 30px -15px rgba(0,0,0,.75) !important;*/
/* shadow wie grid */
	-webkit-box-shadow: 0px 20px 30px -10px rgba(0,0,0,0.3) !important;
	box-shadow: 0px 20px 30px -10px rgba(0,0,0,0.3) !important;
}
/* meta design */
.premium-blog-meta-separator, .premium-blog-post-time i, .premium-blog-post-categories i {
	display: none;
}
.premium-blog-post-time {
	margin-right: 10px;
}
.premium-blog-post-categories {
	color: #fff;
}
.premium-blog-post-categories a {
	text-transform: uppercase;
	color: #fff !important;
	background: #18C02D;
	font-size: 13px;
    padding: 0.25rem;
    border-radius: 0.25rem;
    margin-bottom: 0.25rem;
    display: inline-block;
    line-height: 1.2;
	font-weight: 700;
}
/*.premium-blog-post-categories a:hover {
	background: #007cb9;
}*/
/* dark */
.wp-dark-mode-active .premium-blog-post-container {
    background-color: #2f3238 !important;
}
.wp-dark-mode-active .premium-blog-entry-title:hover a,
.wp-dark-mode-active .premium-blog-entry-title:focus a,
.wp-dark-mode-active .premium-blog-entry-title:active a,
.wp-dark-mode-active .premium-blog-entry-title a:hover,
.wp-dark-mode-active .premium-blog-entry-title a:focus,
.wp-dark-mode-active .premium-blog-entry-title a:active{
	color: #de5e60 !important;
}
/* immer grün ! */
/*.wp-dark-mode-active .premium-blog-post-categories a {
	background: #F95959;
}
.wp-dark-mode-active .premium-blog-post-categories a:hover {
	background: #d54444;
}*/
.wp-dark-mode-active .premium-blog-excerpt-link {
	background-color: #F95959 !important;
}
.wp-dark-mode-active .premium-blog-excerpt-link:hover {
	background-color: #d54444 !important;
}

/* ----- Referenzen Grid ----- */
/* Grid init */
.og-grid {
	list-style: none;
	padding: 0 0.95rem !important;
	margin: 0 auto !important;
	text-align: center;
}
@media (max-width: 767px) {
	.og-grid {
		padding: 0 0.45rem !important;
	}
}
/* Container Layout korrigieren */
@media (min-width: 1529px) {
	.og-grid {
    	max-width: 1520px !important;
	}
}
/* modal lightbox */
.dialog-widget-content a {
	text-decoration: none;
}
/* -------------- */
.og-grid li {
	display: inline-block;
	margin: 0px 0px 20px 0px;
	vertical-align: top !important;
	padding-right: 10px;
    padding-left: 10px;
	width: 24.7%;
}
@media (min-width: 1025px) and (max-width: 1200px) {
	.og-grid li {
		width: 33%;
	}
}
@media (min-width: 601px) and (max-width: 1024px) {
	.og-grid li {
		width: 49.5%;
	}
}
@media (max-width: 600px) {
	.og-grid li {
		width: 100%;
	}
}
.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}
.og-grid li > a img {
	width: 100%;
	-webkit-box-shadow: 0px 20px 30px -10px rgba(0,0,0,0.3);
	box-shadow: 0px 20px 30px -10px rgba(0,0,0,0.3);
}
/* dark */
.wp-dark-mode-active .og-grid li > a img {
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);	
}
/* setzt den Pfeil über den Kasten in der Funktion setHeights */
.og-grid li.og-expanded, .og-grid li.first-expanded {
	margin-bottom: 75px;
}
.og-grid li > a::after, 
.og-grid li.og-expanded > a::after{
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	border-bottom-color: #1c1d25;
	position: absolute;
	pointer-events: none;
	border-width: 25px;
	left: 30px;
	margin: 0px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}
.og-grid li > a::after {
	opacity: 0;
}
.og-grid li.og-expanded > a::after {
	opacity: 1;
}
/* dark */
.wp-dark-mode-active .og-grid li > a::after, 
.wp-dark-mode-active .og-grid li.og-expanded > a::after{
	border-bottom-color: #f6f6f6;	
}
/* 	titel */
#og-grid li .titel {
	position: absolute;
	text-align: center;
	display: block;
	bottom: 15px;
	width: 100%;
	margin: 0 auto;
	height: 40px;
	text-transform: uppercase;
	background-color: #33A1C9;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
#og-grid li h2 {
	display: block;
	margin: 8px 0 0 0 !important;
	font-size: 20px;
	color: #fff !important;
}
#og-grid li .titelvisible {
	opacity: 1;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
/* dark */
.wp-dark-mode-active #og-grid li .titel,
.wp-dark-mode-active #og-grid li h2 {
	background-color: #de5e60 !important;
}
/* 	og-expander start */
.og-expander {
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 50px;
	padding: 0; 
	text-align: left;
	overflow: hidden;
	z-index: 10;
	background: #1c1d25;
	-webkit-box-shadow: 0px 30px 45px -15px rgba(0,0,0,0.3);
	box-shadow: 0px 30px 45px -15px rgba(0,0,0,0.3);	
}
/* dark */
.wp-dark-mode-active .og-expander {
	-webkit-box-shadow: inset 0px -10px 5px -10px rgba(0,0,0,0.6);
	box-shadow: inset 0px -10px 5px -10px rgba(0,0,0,0.6);
	background: #f6f6f6;
}
.og-expander-inner {
	padding: 0;
	margin: 0 auto;
	max-width: 1170px;
	height: 100%;
}
@media (max-width: 1263px) {
	.og-expander-inner {
		padding: 0 1.5rem;
	}
}
.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 2px;
	background: #ddd;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.og-close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.og-close:hover::before,
.og-close:hover::after {
	background: #fff;
}
/* 2 Spalten */
.og-fullimg,
.og-details {
	float: left;
	width: 50%;
	position: relative;
	margin: 70px 0 90px;
}
.og-fullimg {
	padding: 0 15px 0 0;
}
.og-details {
	padding: 0 0 0 45px;
}
@media (max-width: 991px) {	
	.og-fullimg, .og-details {
		float: inherit !important;
		width: 100% !important;
		padding: 0;
	}
	.og-fullimg {
		margin-bottom: 0; 
	}
	.og-details {
		margin-top: 30px; 
	}
}
@media (max-width: 480px) {
	.og-fullimg { 
		visibility: hidden; 
		height: 0px;
	}
	.og-details { 
		margin-top: 0px; 
	}
}
.og-details p {
	margin-bottom: 15px;
}
/* scrollrefdiv mit Hintergrundbild */
.scrollrefdiv {
	width: auto;
	max-width: 570px;
	max-height: 400px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
}
.scrollrefdiv:hover {
	background-position: bottom center;
	-webkit-transition:background 5s;
	transition:background 5s;
}
.trans-0sek {
	-webkit-transition:background 0s;
	transition:background 0s;
}
.trans-5sek {
	-webkit-transition:background 5s;
	transition:background 5s;
}
/* button */
.og-details a.button {
	margin-top: 15px;
	-webkit-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.3);
	text-transform: uppercase;
	padding: 16px 30px 16px 20px;
	color: #fff;
}
/* link */
.og-expander a:hover, .og-expander a:active, .og-expander a:focus {
	color:#fff;
}
/* textlink dark */
.wp-dark-mode-active .og-expander a.exp_a_href:hover,
.wp-dark-mode-active .og-expander a.exp_a_href:active,
.wp-dark-mode-active .og-expander a.exp_a_href:focus {
	color:#DE5E61;
}
/* Pfeil im Button */
.og-details .button::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}
.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
    outline: none !important;
    border: 0;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3) !important;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3) !important;
}
/* dark */
.wp-dark-mode-active .og-close::before,
.wp-dark-mode-active .og-close::after {
	background: #666;
}
.wp-dark-mode-active .og-details a.button {
    background-color: #de5e60;
}
.wp-dark-mode-active .og-details a.button:active,
.wp-dark-mode-active .og-details a.button:hover{
    background-color: #d54444;
}
.wp-dark-mode-active .og-fullimg img {
	-webkit-box-shadow: 0px 20px 30px -10px rgba(0,0,0,0.3) !important;
	box-shadow: 0px 20px 30px -10px rgba(0,0,0,0.3) !important;   	
}
/* -------- */
.og-details h3 {
	color: #fff;
	font-size: 32px;
}
@media (max-width: 991px) {
	.og-details h3 { 
		font-size: 36px; 
	}
}
@media (max-width: 767px) {	
	.og-details h3 { 
		font-size: 30px; 
	}
}
@media (max-width: 480px) {
	.og-details h3 { 
		font-size: 24px; 
	}	
}
.og-details p {
	color: #ccc;
}
/* dark */
.wp-dark-mode-active .og-details h3 {
	color: #343434;
}
.wp-dark-mode-active .og-details p {
	color: #595b5f;
}
/* og-loading preloader */
.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}
/* dark */
.wp-dark-mode-active .og-loading {
	background: #343434;
}
/* keyframes animations */
@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}