@charset "UTF-8";
/*
Name: 			theme-elements.css
Written by: 	Okler Themes - (http://www.okler.net)
Version: 		4.5.1
*/
/* Titelbereich */
.titeltext-h1, .titeltext-h2,.titeltext-h3 {
	color: #FFF;
	font-weight: 200;
	letter-spacing: -1px;
	margin: 0;
	text-align:left;
}

.titeltext-h1 {
	font-size: 2.6em;
	line-height: 44px;
	margin: 0 0 32px 0;
}

.titeltext-h2{
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 27px;
}

.titeltext-h3{
	font-size: 1.0em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 27px;
}

.header-pic {
	  background-color: #cccccc; /* Used if the image is unavailable */
	  background-size: contain;
	  background-repeat: no-repeat; /* Do not repeat the image */
	  background-size: cover; /* Resize the background image to cover the entire container */
	  width: 100%;
	  padding-top: 42%;
}	

.header-titel {
	  position: absolute;
	  bottom: 0;
	  padding: 30px;
	  background-color: rgba(46, 46, 46, 0.6);
	  width: 100%;
}	           
 
 		           
/* Feature Box */
.feature-box {
	clear: both;
}

.feature-box .feature-box-icon {
	background: #CCC;
	border-radius: 35px;
	color: #666;
	display: inline-block;
	float: left;
	height: 35px;
	line-height: 35px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	top: 5px;
	width: 35px;
}

.feature-box .feature-box-info {
	padding-left: 50px;
}

/* Style 2 */
.feature-box.feature-box-style-2 h4 {
	color: #1d2127;
}

.feature-box.feature-box-style-2 .feature-box-icon {
	background: transparent;
	width: 50px;
	height: 50px;
	font-size: 28px;
}

.feature-box.feature-box-style-2 .feature-box-info {
	padding-left: 60px;
}

/* Style 3 */
.feature-box.feature-box-style-3 h4 {
	color: #1d2127;
}

.feature-box.feature-box-style-3 .feature-box-icon {
	border: 1px solid #CCC;
	background: transparent;
	line-height: 32px;
}

.feature-box.feature-box-style-3 .feature-box-icon i.fa,
.feature-box.feature-box-style-3 .feature-box-icon i.icons {
	color: #CCC;
}

/* Style 4 */
.feature-box.feature-box-style-4 h4 {
	color: #1d2127;
}

.feature-box.feature-box-style-4 .feature-box-icon {
	background: transparent;
	padding-bottom: 10px;
	height: auto;
	width: auto;
	float: none;
}

.feature-box.feature-box-style-4 .feature-box-icon i.fa,
.feature-box.feature-box-style-4 .feature-box-icon i.icons {
	font-size: 38px;
}

.feature-box.feature-box-style-4 .feature-box-info {
	clear: both;
	padding-left: 0;
}

/* Style 5 */
.feature-box.feature-box-style-5 h4 {
	color: #1d2127;
}

.feature-box.feature-box-style-5 .feature-box-icon {
	background: transparent;
	width: 74px;
	height: 74px;
}

.feature-box.feature-box-style-5 .feature-box-icon i.fa,
.feature-box.feature-box-style-5 .feature-box-icon i.icons {
	font-size: 44px;
}

.feature-box.feature-box-style-5 .feature-box-info {
	padding-left: 84px;
}

/* Style 6 */
.feature-box.feature-box-style-6 h4 {
	color: #1d2127;
}

.feature-box.feature-box-style-6 .feature-box-icon {
	border: 1px solid #cecece;
	background: transparent;
	line-height: 32px;
}

.feature-box.feature-box-style-6 .feature-box-icon:after {
	border: 3px solid #f4f4f4;
	border-radius: 50%;
	box-sizing: content-box;
	content: "";
	display: block;
	height: 100%;
	left: -4px;
	padding: 1px;
	position: absolute;
	top: -4px;
	width: 100%;
}

.feature-box.feature-box-style-6 .feature-box-icon i.fa,
.feature-box.feature-box-style-6 .feature-box-icon i.icons {
	color: #a9a9a9;
}

/* Für Scroll to top */
/* Scroll to Top Button Design */
.scroll-to-top {
    position: fixed;
    bottom: 0px;
    right: 20px;
    width: 45px;
    height: 45px;
    background-color: rgba(0, 136, 204, 0.7) !important;
    color: #ffffff !important;
    border-radius: 4px; /* Leicht abgerundet wie im Screenshot */
    text-align: center;
    line-height: 45px;
    z-index: 9999;
    cursor: pointer;
    transition: opacity 0.3s, background-color 0.3s;
    opacity: 1;
    visibility: hidden;
    text-decoration: none;
    font-size: 18px;
}

/* Erscheinen beim Scrollen */
.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

/* Hover Effekt */
.scroll-to-top:hover {
    background-color: #006699; /* Etwas dunkleres Blau */
    color: #fff;
}

/* bei Themen wird das Video so vom Text umflossen und auf dem Handy auch korrekt dargestellt */
/* Für Mobilgeräte (Handys und kleine Tablets) */
/* --- BASIS STYLE --- */
.hero-responsive {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

/* --- HANDY EINSTELLUNGEN (Standard) --- */
@media (max-width: 767px) {
    .hero-responsive {
        min-height: 70vh; /* Bild wird am Handy nicht mehr künstlich aufgebläht */
    }
    .hero-content {
        padding-top: 40vh; /* Text sitzt schön mittig-tief */
    }
    .text-50 {
        font-size: 24px !important; /* Verhindert, dass der Text das Handy sprengt */
        line-height: 1.2 !important;
		padding-bottom:15px;
    }
}

/* --- DESKTOP EINSTELLUNGEN (ab 992px) --- */
@media (min-width: 992px) {
    .hero-responsive {
        min-height: 105vh; /* Deine gewünschte Desktop-Höhe */
    }
    .hero-content {
        padding-top: 50vh; /* Schiebt den Text auf die "Eckkopf"-Höhe */
    }
}

/* bei alpine-sicherheit die captions */
.thumb-info .thumb-info-type2 {
	background-color: #0088cc;
}