/**
* Template Name: Green - v2.3.1
* Template URL: https://bootstrapmade.com/green-free-one-page-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
 --color-primary:#204898;   /* Logo‑Blau */
 --color-secondary:#cacde3; /* helleres Blau */
 --color-accent:#D7DFEA;    /* helles Grau‑Blau */
}
body {
	font-family: "Open Sans", sans-serif;
	color: #444444;
}
p {
	font-family: "Open Sans", sans-serif;
	color: #444444;
	letter-spacing: 1px;
}
a {
	color: #204898;
}
p a {
	color: #204898!important;
}
a:hover {
	color: #80c792;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.2rem;
	font-family: "Raleway", sans-serif;
	color: #707595;
	letter-spacing: 1px;
}
.h3, h3 {
	font-size: 1.2rem;
}
.blocksatz {
	text-align: justify;
}
.break-word {
	hyphens: auto;
	word-wrap: break-word;
}

li{
  font-family: "Open Sans", sans-serif;
  color: #444444;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
h1, h2, h3, h4, h5, h6 {
	font-size: 1.1em;
}
.h3, h3 {
	font-size: 1.1em;
}
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	display: none;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
}
.back-to-top i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	background: #204898;
	color: #fff;
	transition: all 0.4s;
}
.back-to-top i:hover {
	background: #6ec083;
	color: #fff;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
	height: 40px;
	font-size: 14px;
	transition: all 0.5s;
	padding: 10px 0;
	background-color: #f4f4f4;
	color: #9a9a9a;
}
#topbar.topbar-scrolled {
	top: -40px;
}
#topbar .contact-info a {
	line-height: 1;
	color: #444444;
	transition: 0.3s;
}
#topbar .contact-info a:hover {
	color: #707595
}
#topbar .contact-info i {
	color: #204898;
	padding-right: 4px;
}
#topbar .contact-info i.icofont-phone {
	margin-left: 15px;
}
#topbar .social-links a {
	color: #777777;
	padding-left: 15px;
	display: inline-block;
	line-height: 1px;
	transition: 0.3s;
}
#topbar .social-links a:hover {
	color: #707595
}
#topbar .social-links a:first-child {
	border-left: 0;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background: #fff;
	transition: all 0.5s;
	z-index: 997;
	padding: 10px 0;
	top: 40px;
}
#header.header-scrolled {
	top: 0;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo {
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#header .logo a {
	color: #707595
}
#header .logo img {
	max-height: 40px;
}

@media (max-width: 992px) {
#header {
	top: 0;
	padding: 15px 0;
}
#header .logo {
	font-size: 28px;
}
}
/* Logo */
#header .logo img {
	max-height: 80px;
	background: #ffffff;
	padding: 4px 6px;
	border-radius: 4px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-menu > ul {
	display: flex;
}
.nav-menu > ul > li {
	position: relative;
	white-space: nowrap;
	padding: 10px 0 10px 28px;
}
.nav-menu a {
	display: block;
	position: relative;
	color: #222222;
	transition: 0.3s;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
	color: #707595
}
.nav-menu .drop-down ul {
	display: block;
	position: absolute;
	left: 15px;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}
.nav-menu .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.nav-menu .drop-down li {
	min-width: 180px;
	position: relative;
}
.nav-menu .drop-down ul a {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	color: #222222;
}
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
	color: #707595
}
.nav-menu .drop-down > a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 5px;
}
.nav-menu .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px);
}
.nav-menu .drop-down .drop-down:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
}
.nav-menu .drop-down .drop-down > a {
	padding-right: 35px;
}
.nav-menu .drop-down .drop-down > a:after {
	content: "\eaa0";
	font-family: IcoFont;
	position: absolute;
	right: 15px;
}

@media (max-width: 1366px) {
.nav-menu .drop-down .drop-down ul {
	left: -90%;
}
.nav-menu .drop-down .drop-down:hover > ul {
	left: -100%;
}
.nav-menu .drop-down .drop-down > a:after {
	content: "\ea9d";
}
}
/* Navigation NEU*/
.nav-menu > ul > li > a:hover, .nav-menu > ul > li.active > a, .nav-menu > ul > li > a:focus {
	color: var(--color-primary)!important;
}
.nav-menu .drop-down > a:after {
	/*content: " \f107";*/
	font-family: 'icofont';
	padding-left: 4px;
	color:#000;
}
/* Get Startet Button */
.get-started-btn {
	margin-left: 25px;
	color: #707595;
	border-radius: 4px;
	padding: 7px 25px 8px 25px;
	white-space: nowrap;
	transition: 0.3s;
	font-size: 14px;
	border: 2px solid #707595;
	display: inline-block;
	font-weight: 600;
}
.get-started-btn:hover {
	background: #707595;
	color: #fff;
}

@media (max-width: 768px) {
.get-started-btn {
	margin: 0 48px 0 0;
	padding: 6px 18px;
}
}
/* Mobile Navigation */
.mobile-nav-toggle {
	position: fixed;
	top: 58px;
	right: 15px;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}
.mobile-nav-toggle i {
	color: #222222;
}
.mobile-nav {
	position: fixed;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	z-index: 9999;
	overflow-y: auto;
	background: #fff;
	transition: ease-in-out 0.2s;
	opacity: 0;
	visibility: hidden;
	border-radius: 10px;
	padding: 10px 0;
}
.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-nav a {
	display: block;
	position: relative;
	color: #222222;
	padding: 10px 20px;
	font-weight: 500;
	outline: none;
	border-bottom: #fff solid 1px;
	margin: 10px;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
	color: #FFF;
	text-decoration: none;
}
.mobile-nav .drop-down > a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}
.mobile-nav .active.drop-down > a:after {
	content: "\eaa1";
}
.mobile-nav .drop-down > a {
	padding-right: 35px;
}
.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}
.mobile-nav .drop-down li {
	padding-left: 20px;
}
.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(9, 9, 9, 0.6);
	overflow: hidden;
	display: none;
	transition: ease-in-out 0.2s;
}
.mobile-nav-active {
	overflow: hidden;
}
.mobile-nav-active .mobile-nav {
	opacity: 1;
	visibility: visible;
	background: linear-gradient(#204898, rgb(248 249 250 / 29%)), url(../img/navihintergrund.jpg) fixed center center;
	background-size: cover;
}
.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}
/* Headings */
.section-title h2 {
	color: var(--color-primary);
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
	height: 70vh;
	background-color: rgba(9, 9, 9, 0.8);
	overflow: hidden;
	position: relative;
}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
#hero .carousel-item::before {
	content: '';/*background-color: rgba(45, 103, 60, 0.8);*/
}
#hero .carousel-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 112px;
	left: 50px;
	right: 50px;
}
#hero .container {
	text-align: center;
}
#hero h2 {
	color: #fff;
	margin-bottom: 20px;
	font-weight: 400;
	font-family: "Raleway", sans-serif;
	font-size: 60px;
	line-height: 20px;
	text-shadow: 2px 2px 6px darkgrey;
}
#hero p {
	-webkit-animation-delay: 0.4s;
	/*text-transform: uppercase;*/
	/*letter-spacing: 0.05em;*/
	font-family: "Raleway", sans-serif;
	font-size: 60px;
	animation-delay: 0.4s;
	/*margin: 0 auto 30px auto;*/
	color: #fff;
	line-height: 1.3em;
	font-weight: 400;
	text-shadow: 2px 2px 6px darkgrey;
}
#hero .carousel-inner .carousel-item {
	transition-property: opacity;
	background-position: center top;
}
#hero .carousel-inner .carousel-item, #hero .carousel-inner .active.carousel-item-left, #hero .carousel-inner .active.carousel-item-right {
	opacity: 0;
}
#hero .carousel-inner .active, #hero .carousel-inner .carousel-item-next.carousel-item-left, #hero .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
	transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next, #hero .carousel-inner .carousel-item-prev, #hero .carousel-inner .active.carousel-item-left, #hero .carousel-inner .active.carousel-item-right {
	left: 0;
	transform: translate3d(0, 0, 0);
}
#hero .carousel-control-prev, #hero .carousel-control-next {
	width: 10%;
	top: 112px;
}
/* Hero NEU*/
#hero .carousel-item h2 {
	font-size: 3rem;
	line-height: 1.2;
	text-shadow: 0 2px 6px rgba(0,0,0,.45);
	white-space:normal;      /* erlaubt Umbruch */
    word-break:break-word;   /* bricht zur Not nach Bindestrich/Breitenende */
	font-weight: bolder;
}
#hero .carousel-item p {
	font-size: 1.25rem;
	margin-bottom: 1.5rem;
	font-weight: bold;
	text-shadow: 0 2px 6px rgba(0,0,0,.45);
}

@media (max-width: 992px) {
#hero .carousel-control-prev, #hero .carousel-control-next {
	top: 66px;
}
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
	background: none;
	font-size: 36px;
	line-height: 1;
	width: auto;
	height: auto;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	padding: 10px;
	transition: 0.3s;
	color: rgba(255, 255, 255, 0.5);
}
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
	background: rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
	cursor: pointer;
	background: #fff;
	overflow: hidden;
	border: 0;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	opacity: .6;
	transition: 0.3s;
}
#hero .carousel-indicators li.active {
	opacity: 1;
	background: #707595
}
#hero .btn-get-started {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 14px 32px;
	border-radius: 4px;
	transition: 0.5s;
	line-height: 1;
	color: #fff;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	background: #204898b8;
}
#hero .btn-get-started:hover {
	background: #709595;
	text-decoration: none;
}
#hero .opening {
	/*font-size:20px; */
	position: relative;
	top: -7px;
}

@media (max-width: 768px) {
#hero .opening {
	font-size: 18px;
	position: relative;
	top: -14px;
}
}
#hero .opening1 {
	font-size: 20px;
	position: relative;
	top: -20px;
}

@media (max-width: 768px) {
#hero .opening1 {
	font-size: 14px;
	position: relative;
	top: -20px;
	line-height: 16px;
	margin-bottom: 0px;
}
}

@media (max-width: 1024px) {
#hero {
	height: 50vh;
}
#hero .carousel-container {
	top: 30px;
}
}

@media (max-width: 992px) {
#hero {
	height: 55vh;
}
#hero .carousel-container {
	top: 30px;
}
}

@media (max-width: 768px) {
#hero h2 {
	font-size: 30px;
	font-weight: 400;
	line-height: 26px;
}
#hero p {
	font-size: 1.6em;
	line-height: 30px;
	font-weight: 400;
}
}

@media (min-width: 1024px) {
#hero .carousel-control-prev, #hero .carousel-control-next {
	width: 5%;
}
}

@media (max-height: 500px) {
#hero {
	height: 70vh;
}
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
	padding: 60px 0;
}
.section-bg {
	background-color: #f8fcf9;
}
.section-title {
	text-align: center;
	padding-bottom: 30px;
}
.section-title h2 {
	font-size: 1.6em;
	/* font-weight: bold; */
    /* text-transform: uppercase; */
	margin-bottom: 20px;
	padding-bottom: 0px;
	position: relative;
	font-family: "Raleway", sans-serif;
	color: #707595;
	letter-spacing: 1px;
	font-weight: 200;
}
.section-title h2::before {
	content: '';
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}
.section-title h2::after {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: #707595;
	bottom: 0;
	left: calc(50% - 20px);
}
.section-title h4 {
	margin-bottom: 0;
	font-size: 14px;
	color: #323232;
	font-family: "Raleway", sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 400;
	margin-top: 0em;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	letter-spacing: 0.05em;
	margin-top: -10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

@media (max-width: 768px) {
.section-title h4 {
	padding-top: 10px;
	font-size: 1.2em;
	padding-bottom: 10px;
}
.section-title {
	padding-bottom: 0px;
}
}
/* Leistungen – Cards */
.services .icon-box {
	background: #fff;
	border-radius: 8px;
	padding: 40px 30px;
	transition: .4s;
	box-shadow: 0 2px 18px rgba(0,0,0,.05);
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.services .icon-box:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 22px rgba(0,0,0,.08);
}
.services .icon {
	margin-bottom: 20px;
	color: var(--color-primary);
	font-size: 48px;
}
.services .icon-box h4 {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 15px;
}
.services .icon-box p {
	flex-grow: 1;
}
#leistungen h2 {
	font-size: 2.6rem;
	font-weight: 700;
	color: var(--color-primary);
}
#leistungen h3 {
	font-size: 1.75rem;
	font-weight: 700;
}
.leistungen-btn {
	background: var(--color-primary);
	border: 0;
	color: #fff;
	padding: 10px 30px;
	border-radius: 4px;
	transition: .3s;
	font-weight: 600;
	letter-spacing: 1px;
	display: inline-block;
}
.leistungen-btn:hover {
	background: var(--color-secondary);
	color: #fff;
	text-decoration: none;
	color: #204898
}
/* Kunden‑Logos Hover‑Effekt */
.clients .img-fluid {
	transition: transform .3s, box-shadow .3s, filter .3s;
	border-radius: 12px;
	filter: grayscale(100%) contrast(.85);
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.clients .img-fluid:hover {
	transform: scale(1.05);
	filter: grayscale(0) contrast(1);
	box-shadow: 0 8px 20px rgba(0,0,0,.15);
}
/* --- Section-Headings allgemeiner Stil ----------------- */
.section-title h2 {
	font-size: 2.6rem;        /* etwas größer           */
	font-weight: 700;         /* mehr Gewicht           */
	color: var(--color-primary);
	letter-spacing: .5px;
	margin-bottom: 1.2rem;    /* Platz für die Linie    */
	position: relative;
	display: inline-block;    /* zentrierter Akzent-Strich */
}
.section-title h2::after {   /* dezent-farbiger Strich */
	content: "";
	position: absolute;
	left: 50%;                /* Strich mittig zentrieren */
	transform: translateX(-50%);
	bottom: -8px;             /* Abstand zum Text        */
	width: 60px;
	height: 3px;
	background: var(--color-secondary); /* Logo-Hellblau (#7483B9) */
	border-radius: 2px;
}
/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services {
	padding: 20px 0;
}
.featured-services .icon-box {
	padding: 20px;
	background-color: #f8fcf9;
}
.featured-services .icon-box-bg {
	background-image: linear-gradient(0deg, #222222 0%, #2f2f2f 50%, #222222 100%);
}
.featured-services .icon {
	margin-bottom: 15px;
}
.featured-services .icon i {
	color: #707595;
	font-size: 42px;
}
.featured-services .title {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}
.featured-services .title a {
	color: #222222;
	transition: 0.3s;
}
.featured-services .icon-box:hover .title a {
	color: #707595
}
.featured-services .description {
	line-height: 24px;
	font-size: 14px;
}
/*--------------------------------------------------------------
# Datenschutz
--------------------------------------------------------------*/
.datenschutz {
	background: #FFF;
}
.datenschutz h3 {
	font-family: "Raleway", sans-serif;
	font-size: 1.4em;
}
.datenschutz img {
	/*border: #8ed4cc solid 1px;*/
	padding: 10px;/*background: #f29f8f;*/
}
.datenschutz ul {
/*list-style: none;*/
    /*padding: 0;*/
}
.datenschutz .content h3 {
	font-weight: 700;
	font-size: 28px;
}
.datenschutz .content ul {
	list-style: none;
	padding: 0;
}
.datenschutz .content ul li {
	padding-bottom: 10px;
}
.datenschutz .content ul i {
	font-size: 20px;
	padding-right: 4px;
	color: #707595
}
.datenschutz .content p:last-child {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
	background: #F8F8F8;
}
.about img {
	/*border: #8ed4cc solid 1px;*/
	padding: 10px;/*background: #f29f8f;*/
	    margin-top: 20px;
}
.about .einleitung {
	font-size: 1.05em;
	font-weight: 600;
	padding-bottom: 20px;
}
.about ul {
	list-style: none;
	padding: 0;
}
.about .content h3 {
	font-weight: 700;
	font-size: 28px;
}
.about .content ul {
	list-style: none;
	padding: 0;
}
.about .content ul li {
	padding-bottom: 10px;
}
.about .content ul i {
	font-size: 20px;
	padding-right: 4px;
	color: #707595
}
.about .content p:last-child {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
	padding: 0;
}
.why-us .row {
	overflow: hidden;
}
.why-us .content-item {
	padding: 40px;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: -1px;
}
.why-us .content-item span {
	display: block;
	font-size: 24px;
	font-weight: 400;
	color: #6ec083;
}
.why-us .content-item h4 {
	font-size: 26px;
	font-weight: 300;
	padding: 0;
	margin: 20px 0;
}
.why-us .content-item p {
	color: #aaaaaa;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

@media (max-width: 768px) {
.why-us .content-item {
	padding: 40px 0;
}
}
/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .owl-item {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
}
.clients .owl-item img {
	width: 80%;
	opacity: 0.5;
	transition: 0.3s;
}
.clients .owl-item img:hover {
	opacity: 1;
}
.clients .owl-nav, .clients .owl-dots {
	margin-top: 5px;
	text-align: center;
}
.clients .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd !important;
}
.clients .owl-dot.active {
	background-color: #5cb874 !important;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
	text-align: center;
	padding: 50px 20px 50px 20px;
	transition: all ease-in-out 0.3s;
	background: #f8f8f8;
	box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}
.services .icon-box .icon {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease-in-out 0.3s;
	position: relative;
}
.services .icon-box .icon i {
	font-size: 36px;
	transition: 0.5s;
	position: relative;
}
.services .icon-box .icon svg {
	position: absolute;
	top: 0;
	left: 0;
}
.services .icon-box .icon svg path {
	transition: 0.5s;
	fill: #f5f5f5;
}
.services .icon-box h4 {
	font-weight: 600;
	margin: 10px 0 15px 0;
	font-size: 16px;
}
.services .icon-box h4 a {
	color: #222222;
	transition: ease-in-out 0.3s;
}
.services .icon-box p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 16px;
	margin-left: 12px;
	letter-spacing: 1px;
}
.services .icon-box:hover {
	border-color: #fff;
	box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}
.services .iconbox-blue i {
	color: #47aeff;
}
.services .iconbox-blue:hover .icon i {
	color: #fff;
}
.services .iconbox-blue:hover .icon path {
	fill: #47aeff;
}
.services .iconbox-orange i {
	color: #ffa76e;
}
.services .iconbox-orange:hover .icon i {
	color: #fff;
}
.services .iconbox-orange:hover .icon path {
	fill: #ffa76e;
}
.services .iconbox-pink i {
	color: #e80368;
}
.services .iconbox-pink:hover .icon i {
	color: #fff;
}
.services .iconbox-pink:hover .icon path {
	fill: #e80368;
}
.services .iconbox-yellow i {
	color: #ffbb2c;
}
.services .iconbox-yellow:hover .icon i {
	color: #fff;
}
.services .iconbox-yellow:hover .icon path {
	fill: #ffbb2c;
}
.services .iconbox-red i {
	color: #ff5828;
}
.services .iconbox-red:hover .icon i {
	color: #fff;
}
.services .iconbox-red:hover .icon path {
	fill: #ff5828;
}
.services .iconbox-teal i {
	color: #11dbcf;
}
.services .iconbox-teal:hover .icon i {
	color: #fff;
}
.services .iconbox-teal:hover .icon path {
	fill: #11dbcf;
}
/*------------------------ERGÄNZUNG-----------------------------*/
.services_item_content {
	margin: 0 0.7em;
	padding: 1.5em 0 2em 0;
	margin-top: -4.7em;
	position: relative;
	z-index: 1;
	background-color: #fff;
}

@media (max-width: 768px) {
.services_item_content {
	padding: 0px;
	margin-top: -15%;
	/*margin-left: 17%;
    margin-right: 17%;*/
	padding-top: 5%;
	padding-bottom: 5%;
}
}
.services_item img {
	width: 100%;
	height: auto;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.services_item_content_kategorie {
	font-size: 1.6em;
	line-height: 1.2em;
	text-align: center;
	font-family: 'Raleway';
	margin-bottom: 0;
	color: #707595;/*padding-bottom: 18px;*/
}
.services_item_content_kategorie_überschrift {
	font-size: 1.6em;
	line-height: 1.2em;
	text-align: center;
	font-family: 'Raleway';
	margin-bottom: 0;
	color: #707595;
	padding-bottom: 0px;
}
.services_item_content_titel {
	margin-top: 0;
	padding: 0 10px;
	font-family: "Raleway", sans-serif;
	color: #323232;
}
.services_item_content_description {
	margin-top: 1.2857em;
	line-height: 1.75em;
	overflow: hidden;
	padding: 0em 1em 0em 1em;
	letter-spacing: 1px;
}
.services_item_content_description ul {
	color: #212529;
	font-size: 14px;
	text-align: left;
	list-style-image: url("../../assets/img/bullet_kreis.png");
	list-style-type: none; /* Entfernt den standardmäßigen Aufzählungspunkt */
	padding-left: 20px; /* Optional: Fügt links einen Abstand hinzu */
	letter-spacing: 1px;
}
.services_item_content_description li {
	padding-left: 5px;
}
.services_item_content_description p {
	text-align: left;
	margin-bottom: 14px;
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
	background: #707595;
	background: linear-gradient(#707595, rgb(0 0 0 / 8%)), url(../img/cta-bg.jpg) fixed center center;
	background-size: cover;
	padding: 120px 0;
}
.cta h2 {
	color: #fff;
	margin-bottom: 20px;
	font-weight: 200;
	font-family: sans-serif;
	font-size: 1.8em;
	line-height: 40px;
}
.cta h4 {
	margin-bottom: 0;
	font-size: 14px;
	color: #FFF;
	font-family: "Raleway", sans-serif;
	font-size: 2.153em;
	line-height: 1.3em;
	font-weight: 400;
	margin-top: 0em;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	letter-spacing: 0.05em;
}
.cta h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}
.cta p {
	color: #fff;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}

@media (max-width: 768px) {
.cta p {
	color: #fff;
	font-size: 1.2em;
	letter-spacing: 0px;
}
}
.cta .cta-btn {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 2px;
	transition: 0.5s;
	margin: 10px;
	/*border: 2px solid #fff;*/
	color: #fff;
	border-radius: 4px;
	background-color: #707595;
	text-decoration: none;
}
.cta .cta-btn:hover {
	background: #709595;
	text-decoration: none;
}

@media (max-width: 1024px) {
.cta {
	background-attachment: scroll;
}
}

@media (min-width: 769px) {
.cta .cta-btn-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
}
/*--------------------------------------------------------------
# Unternehmen
--------------------------------------------------------------*/

.unternehmen .unternehmen-btn {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 2px;
	transition: 0.5s;
	margin: 10px;
	/*border: 2px solid #fff;*/
	color: #fff;
	border-radius: 4px;
	background-color: #707595b8;
	text-decoration: none;
}
.unternehmen .unternehmen-btn:hover {
	background: #cacde3;
	color: #204898;
	text-decoration: none;
}

@media (min-width: 769px) {
.unternehmen .unternehmen-btn-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
}
/* Unternehmen NEU*/
#unternehmen h2 {
	font-size: 3.25rem;
	font-weight: 700;
	color: var(--color-primary);
}
#unternehmen h3 {
	font-size: 1.75rem;
	font-weight: 700;
}
.unternehmen-btn {
	background: var(--color-primary);
	border: 0;
	color: #fff;
	padding: 10px 30px;
	border-radius: 4px;
	transition: .3s;
	font-weight: 600;
	letter-spacing: 1px;
	display: inline-block;
}
.unternehmen-btn:hover {
	background: var(--color-secondary);
	color: #fff;
	text-decoration: none;
	color: #204898
}
/*--------------------------------------------------------------
# Werdegang
--------------------------------------------------------------*/
.cv-table {
	display: table;
	width: 100%;
	font-family: 'Raleway';
	letter-spacing: 1px;
}
.breite {
	min-width: 60px;
}
.cv-row {
	display: table-row;
}
.cv-cell {
	display: table-cell;
	padding: 5px;
	color: #FFF;
}
/*@media (max-width: 500px) {	*/
.cv-cell {
	display: table-cell;
	padding: 5px;
	color: #FFF;
	line-height: 18px;
}
.cv-subtable {
	margin-left: 20px;
	line-height: 18px;
}
.cv-subtable {
	margin-left: 20px;
}
#Werdegang {
	padding: 0;
	margin-bottom: 60px;
}
.Werdegang {
	background: #707595;
	background: linear-gradient(#707595, rgb(0 0 0 / 8%)), url(../img/PREISE-bg.jpg) fixed center center;
	background-size: cover;
	padding: 120px 0;
}
.Werdegang h2 {
	color: #fff;
	margin-bottom: 20px;
	font-weight: 200;
	font-family: Mr De Haviland;
	font-size: 58px;
	line-height: 50px;
}
.Werdegang h4 {
	margin-bottom: 0;
	font-size: 1.6em;
	text-align: center;
	color: #FFF;
	font-family: "Raleway", sans-serif;
	line-height: 1.3em;
	font-weight: 400;
	margin-top: 2em;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	letter-spacing: 0.05em;
}
.Werdegang h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}
.Werdegang p {
	color: #fff;
	font-size: 13px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.Werdegang .rum {
	padding-left: 20%;
	padding-right: 20%;
}
.Werdegang_box {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #8ed4cc;
	/*width: 585px;*/
	height: auto;
	z-index: 10;
	padding: 0em 3em 4em 3em;
}
.Werdegang ul {
	color: #212529;
	font-size: 14px;
	text-align: left;
	list-style-image: url(../../assets/img/bullet_kreis_innenweiss.png);
	list-style-type: none;
	padding-left: 20px;
	line-height: 2.3em;
	padding-left: 10px;
}
.Werdegang li {
	padding: 5px;
	font-size: 16px;
}
/*@media (max-width: 500px) {*/
.Werdegang li {
	padding: 5px;
	font-size: 16px;
	color: #FFF;
	line-height: 18px;
}
.Werdegang hr {
	margin-top: -0.5rem;
	margin-bottom: 0.5rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
}
.Werdegang .Werdegang-btn {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 2px;
	transition: 0.5s;
	margin-top: 10px;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;/*background-color: #707595;*/
}
.Werdegang .Werdegang-btn:hover {
	background: #dc3545;
	text-decoration: none;
	color: #FFF;
}

@media (max-width: 1024px) {
.Werdegang {
	background-attachment: scroll;
}
}

@media (min-width: 769px) {
.Werdegang .Werdegang-btn-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
}

@media (max-width: 500px) {
.Werdegang h4 {
	font-size: 1.4em;
	font-weight: 500;
}
.Werdegang .rum {
	padding-left: 2%;
	padding-right: 2%;
}
}
/*--------------------------------------------------------------
# PREISE
--------------------------------------------------------------*/
#PREISE {
	padding: 0;
	margin-bottom: 60px;
}
.PREISE {
	background: #707595;
	background: linear-gradient(#707595, rgb(0 0 0 / 8%)), url(../img/PREISE-bg.jpg) fixed center center;
	background-size: cover;
	padding: 120px 0;
}
.PREISE h2 {
	color: #fff;
	margin-bottom: 20px;
	font-weight: 200;
	font-family: Mr De Haviland;
	font-size: 58px;
	line-height: 50px;
}
.PREISE h4 {
	margin-bottom: 0;
	font-size: 2.3em;
	text-align: center;
	color: #FFF;
	font-family: "Raleway", sans-serif;
	font-size: 2.153em;
	line-height: 1.3em;
	font-weight: 400;
	margin-top: 2em;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	letter-spacing: 0.05em;
}
.PREISE h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}
.PREISE p {
	color: #fff;
	font-size: 13px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.PREISE .rum {
	padding-left: 20%;
	padding-right: 20%;
}
.PREISE_box {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #709595;
	/*width: 585px;*/
	height: auto;
	z-index: 10;
	padding: 0em 3em 4em 3em;
}

@media (max-width: 500px) {
.PREISE_box {
	padding: 1em 2em 1em 2em;
}
}
.PREISE ul {
	color: #212529;
	font-size: 14px;
	text-align: left;
	list-style-image: url(../../assets/img/bullet_kreis_innenweiss.png);
	list-style-type: none;
	padding-left: 20px;
	line-height: 2.3em;
}
.PREISE li {
	padding: 5px;
	font-size: 16px;
}
.PREISE hr {
	margin-top: -0.5rem;
	margin-bottom: 0.5rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
}
.PREISE .PREISE-btn {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 2px;
	transition: 0.5s;
	margin-top: 10px;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;/*background-color: #707595;*/
}
.PREISE .PREISE-btn:hover {
	background: #dc3545;
	text-decoration: none;
	color: #FFF;
}

@media (max-width: 1024px) {
.PREISE {
	background-attachment: scroll;
}
}

@media (min-width: 769px) {
.PREISE .PREISE-btn-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
}

@media (max-width: 500px) {
.PREISE h4 {
	font-size: 1.7em;
}
.PREISE .rum {
	padding-left: 2%;
	padding-right: 2%;
}
}
/*--------------------------------------------------------------
# Horario
--------------------------------------------------------------*/
.PRAXISZEITEN {
	padding-top: 20px;
	padding-bottom: 80px;
}
.PRAXISZEITEN ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}

@media (max-width: 500px) {
.PRAXISZEITEN {
	padding-bottom: 20px;
}
.PRAXISZEITEN ul {
	font-size: 14px;
}
}
.PRAXISZEITEN h4 {
	font-size: 1.5em;
}
.PRAXISZEITEN .content ul {
	list-style: none;
	padding: 0;
}
.PRAXISZEITEN .content ul li {
	padding-bottom: 10px;
}
.PRAXISZEITEN .content ul i {
	font-size: 20px;
	padding-right: 4px;
	color: #707595
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
	margin-bottom: 30px;
}
.portfolio #portfolio-flters {
	padding: 0;
	margin: 0 auto 20px auto;
	list-style: none;
	text-align: center;
}
.portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 8px 15px 10px 15px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	color: #444444;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
	border-radius: 3px;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
	color: #fff;
	background: #707595
}
.portfolio #portfolio-flters li:last-child {
	margin-right: 0;
}
.portfolio .portfolio-wrap {
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: rgba(34, 34, 34, 0.6);
}
.portfolio .portfolio-wrap::before {
	content: "";
	background: rgba(34, 34, 34, 0.6);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all ease-in-out 0.3s;
	z-index: 2;
	opacity: 0;
}
.portfolio .portfolio-wrap img {
	transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-info {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	transition: all ease-in-out 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 20px;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	font-style: italic;
}
.portfolio .portfolio-wrap .portfolio-links {
	text-align: center;
	z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
	color: #fff;
	margin: 0 5px 0 0;
	font-size: 28px;
	display: inline-block;
	transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
	color: #6ec083;
}
.portfolio .portfolio-wrap:hover::before {
	opacity: 1;
}
.portfolio .portfolio-wrap:hover img {
	transform: scale(1.2);
}
.portfolio .portfolio-wrap:hover .portfolio-info {
	opacity: 1;
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
	text-align: center;
	margin-bottom: 20px;
	box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.07);
	padding: 30px 20px;
	background: #fff;
}
.team .member img {
	max-width: 80%;
	border-radius: 50%;
	margin: 0 0 30px 0;
}
.team .member h4 {
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 18px;
}
.team .member span {
	font-style: italic;
	display: block;
	font-size: 13px;
}
.team .member p {
	padding-top: 10px;
	font-size: 14px;
	font-style: italic;
	color: #aaaaaa;
}
.team .member .social {
	margin-top: 15px;
}
.team .member .social a {
	color: #919191;
	transition: 0.3s;
}
.team .member .social a:hover {
	color: #707595
}
.team .member .social i {
	font-size: 18px;
	margin: 0 2px;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/


.contact .info {
	/*border-top: 3px solid #707595;*/
	/*border-bottom: 3px solid #707595;*/
	padding-top: 30px;
	background: #fff;
	width: 100%;
	/*box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);*/
	font-family: "Raleway", sans-serif;
}
.contact .info i {
	font-size: 20px;
	color: #707595;
	float: left;
	width: 44px;
	height: 44px;
	background: #eceaf6;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}
.contact .info h4 {
	padding: 0 0 0 60px;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #222222;
	font-family: "Raleway", sans-serif;
}
.contact .info p {
	padding: 0 0 10px 70px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #555555;
}
.contact .info .social-links {
	padding-left: 60px;
}
.contact .btn-primary {
	width: 100%;
	color: #fff;
	background-color: #707595;
	border-color: #707595;
}
.contact .btn-primary:hover {
	color: #fff;
	background-color: #8ed4cc;
	border-color: #8ed4cc;
}
.contact .btn-primary:active {
	color: #fff;
	background-color: #8ed4cc;
	border-color: #8ed4cc;
}
.contact .info .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #333;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
	margin-right: 10px;
}
.contact .info .social-links a:hover {
	background: #707595;
	color: #fff;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
	background: #707595;
	color: #fff;
}
.contact .php-email-form {
	width: 100%;
	border-top: 3px solid #707595;
	border-bottom: 3px solid #707595;
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .php-email-form .form-group {
	padding-bottom: 8px;
}
.contact .php-email-form .validate {
	display: none;
	color: red;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 13px;
}
.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}
.contact .php-email-form .error-message br + br {
	margin-top: 25px;
}
.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}
.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}
.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
	border-color: #707595
}
.contact .php-email-form input {
	height: 44px;
}
.contact .php-email-form textarea {
	padding: 10px 12px;
}
.contact .php-email-form button[type="submit"] {
	background: #707595;
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover {
	background: #6ec083;
}
 @-webkit-keyframes animate-loading {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
 @keyframes animate-loading {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	padding: 15px 0;
	background: #fbfbfb;
	min-height: 40px;
	margin-top: 122px;
}

@media (max-width: 992px) {
.breadcrumbs {
	margin-top: 66px;
}
}
.breadcrumbs h2 {
	font-size: 28px;
	font-weight: 300;
}
.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.breadcrumbs ol li + li {
	padding-left: 10px;
}
.breadcrumbs ol li + li::before {
	display: inline-block;
	padding-right: 10px;
	color: #3c3c3c;
	content: "/";
}

@media (max-width: 768px) {
.breadcrumbs .d-flex {
	display: block !important;
}
.breadcrumbs ol {
	display: block;
}
.breadcrumbs ol li {
	display: inline-block;
}
}
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
	padding-top: 40px;
}
.portfolio-details .portfolio-details-container {
	position: relative;
}
.portfolio-details .portfolio-details-carousel {
	position: relative;
	z-index: 1;
}
.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
	margin-top: 5px;
	text-align: left;
}
.portfolio-details .portfolio-details-carousel .owl-dot {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd !important;
}
.portfolio-details .portfolio-details-carousel .owl-dot.active {
	background-color: #5cb874 !important;
}
.portfolio-details .portfolio-info {
	padding: 30px;
	position: absolute;
	right: 0;
	bottom: -70px;
	background: #fff;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	z-index: 2;
}
.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
	margin-top: 10px;
}
.portfolio-details .portfolio-description {
	padding-top: 50px;
}
.portfolio-details .portfolio-description h2 {
	width: 50%;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
	padding: 0 0 0 0;
}

@media (max-width: 992px) {
.portfolio-details .portfolio-description h2 {
	width: 100%;
}
.portfolio-details .portfolio-info {
	position: static;
	margin-top: 30px;
}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: #f4f4f4;
	;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 30px 0;
}
#footer a {
	color: #707595;
	color: #707595;
}
#footer a:hover {
	color: #204898;
	text-decoration: none;
}
#footer h3 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	position: relative;
	font-family: "Poppins", sans-serif;
	padding: 0;
	margin: 0 0 15px 0;
}
#footer p {
	font-size: 15;
	font-style: italic;
	padding: 0;
	margin: 0 0 40px 0;
}
#footer .social-links {
	margin: 0 0 40px 0;
}
#footer .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #707595;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}
#footer .social-links a:hover {
	background: #449d5b;
	color: #fff;
	text-decoration: none;
}
#footer .copyright {
	margin: 0 0 5px 0;
	color: #707595;
}
#footer .credits {
	font-size: 13px;
}
#footer .logo_bundesverband {
	max-height: 14px;
	position: relative;
	top: -1px;
}
/*--------------------------------------------------------------
# Innenreinigung
--------------------------------------------------------------*/
.innen .icon-box {
	margin-bottom: 20px;
	text-innenalign: center;
}
.innen .icon {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.innen .icon i {
	color: #aa0407;
	font-size: 42px;
}
.innen .title {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
	text-transform: uppercase;
}
.innen .title a {
	color: #343a40;
	transition: 0.3s;
}
.innen .icon-box:hover .title a {
	color: #aa0407;
}
.innen .description {
	line-height: 24px;
	font-size: 14px;
}
.innen.innen-item img {
	transition: all 0.3s ease-in-out;
}
.innen .innen-item {
	background-color: transparent;
	overflow: hidden;
	min-height: 200px;
	position: relative;
	border-radius: 20px;
	margin: 0 0 30px 0;
	border: solid 1px #333;
}
#innen {
	background: url("../img/about-bg.jpg") center top no-repeat fixed;
	background-size: cover;
	padding: 0px 0 4px 0;
	position: relative;
}
.innen .innen-item {
	background-color: transparent;
	overflow: hidden;
	min-height: 200px;
	position: relative;
	border-radius: 20px;
	margin: 0 0 30px 0;
	border: solid 1px #333;
}
.innen ul i {
	font-size: 20px;
	padding-right: 4px;
	color: #00a7eb;
}
.innen ul {
	list-style: none;
	padding: 0;
}
#innen::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.92);
	z-index: 9;
}
#innen .container {
	position: relative;
	z-index: 10;
}
#innen .innen-col {
	background: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
}
#innen .innen-col .img {
	position: relative;
}
#innen .innen-col .img img {
	border-radius: 4px 4px 0 0;
}
#innen .innen-col .icon {
	width: 64px;
	height: 64px;
	padding-top: 8px;
	text-align: center;
	position: absolute;
	background-color: #707595;
	border-radius: 50%;
	text-align: center;
	border: 4px solid #fff;
	left: calc( 50% - 32px);
	bottom: -30px;
	transition: 0.3s;
}
#innen .innen-col i {
	font-size: 36px;
	line-height: 1;
	color: #fff;
	transition: 0.3s;
}
#innen .innen-col:hover .icon {
	background-color: #fff;
}
#innen .innen-col:hover i {
	color: #00a7eb;
}
#innen .innen-col h2 {
	color: #000;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	padding: 0;
	margin: 40px 0 12px 0;
}
#innen .innen-col h2 a {
	color: #000;
}
#innen .innen-col h2 a:hover {
	color: #18d26e;
}
#innen .innen-col p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-bottom: 0;
	padding: 0 20px 20px 20px;
}
.section-title h2, .section-title h3 {
	white-space: normal;      /* erlaubt Umbrechen */
	word-break: keep-all;     /* bricht nur an Leerstellen */
}

/* ===== Responsive Typography Overrides =============================== */
@media(max-width:575.98px) {
/* Global headings slightly smaller */
h1 {
	font-size: 2rem
}
h2 {
	font-size: 1.5rem
}
h3 {
	font-size: 1.5rem
}
/* Hero slider */
#hero .carousel-item h2 {
	font-size: 1.5rem;
	line-height: 1.3
}
#hero .carousel-item p {
	font-size: 1.1rem;
	line-height: 1.4
}
/* Section headings */
.section-title h2 {
	font-size: 1.5rem
}
.section-title h3 {
	font-size: 1rem
}
/* Unternehmen headline */
#unternehmen h2 {
	font-size: 1.5rem
}
#unternehmen h3 {
	font-size: 1.2rem
}
/* Leistungen headline */
#leistungen h2 {
	font-size: 1.5rem
}
#leistungen h3 {
	font-size: 1.2rem
}
}
.blocksatz {
	text-align: justify
}

.break-word {
	word-wrap: break-word;
	hyphens: auto
}