/* --------------------------
:: Template Name: Colorlib App - App Landing Page
:: Template Author: Colorlib
:: Template Author URI: https://colorlib.com/
:: Description: Colorlib is a One Page based App Landing Template. It's very clean, creative & beautiful. It's super     responsive & ultra light.
:: Tags: Colorlib, App Landing, Apps, Responsive App Landing, Bootstrap 4, Free Theme, Free HTML Template, HTML5 Template etc.
:: Version: v1.0
:: Created: 11/03/2017
-------------------------- */

/* --- [Master Stylesheet] ----
:: 1.0 Base CSS Start
:: 2.0 Header Area CSS
:: 3.0 Wellcome Area CSS
:: 4.0 Special Area CSS
:: 5.0 Features Area CSS
:: 6.0 Video Area CSS
:: 7.0 Cool Facts Area CSS
:: 8.0 Screenshots Area CSS
:: 9.0 Pricing Plan Area CSS
:: 10.0 Testimonials Area CSS
:: 11.0 CTA Area CSS Start
:: 12.0 Team Area CSS Start
:: 13.0 Contact Area CSS Start
:: 14.0 Footer Area CSS Start
-------------------------- */


@import 'css/bootstrap.min.css';
@import 'css/animate.css';
@import 'css/magnific-popup.css';
@import 'css/owl.carousel.min.css';
@import 'css/slick.css';
@import 'css/font-awesome.min.css';
@import 'css/elusive-icons.min.css';
@import 'css/themify-icons.css';
@import 'css/ionicons.min.css';



@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Tight';
  src: url('fonts/InterTight-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Tight';
  src: url('fonts/InterTight-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Tight';
  src: url('fonts/InterTight-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Tight';
  src: url('fonts/InterTight-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Tight';
  src: url('fonts/InterTight-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}





/* --------------------------
:: 1.0 Base CSS Start
-------------------------- */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #fff;
	color: #444;
    font-size: 20px;
    font-weight: normal; /* oder 400 */
}

b, strong {
	font-weight: 700;
}

a.weitere {
color: #0B615E;
font-weight: 500;
display: inline-block;
border: 2px solid #0B615E;
height: 40px;
min-width: 218px;
line-height: 36px;
text-align: center;
padding: 0 15px;
}

a.weitere:hover {
color: #fff;
background-color: #0B615E;
}

a.button {
background-color: #F8DC00;
font-size: 18px;
font-weight: 500;
color: #444;
box-shadow: 6px 6px 0px 0px rgba(230, 239, 239, 0.5);
border-radius: 0px 0px 0px 0px;
padding: 15px;
display: inline-block;
margin-top: 20px;
}

a.button:hover {
    color: #000;
    box-shadow: 6px 6px 0px 0px #000000;
}

.button-content-wrapper {
    display: flex;
    gap: 5px;
}

.button-icon {
    display: flex;
    align-items: center;
}

.button-icon svg {
    height: 1em;
}


h1 {
    color: #0B615E;
    font-size: 46px;
    font-weight: 500;
    font-family: 'Inter Tight', sans-serif;
}

h1.technisch {
    color: #0B615E;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Inter Tight', sans-serif;
}

h2 {
	color: #0B615E;
    font-size: 32px;
	margin-bottom: 20px;
    font-family: 'Inter Tight', sans-serif;
font-size: 32px;
font-weight: 500;
}

h2.wpr-feature-list-title {
    margin-bottom: 8px;
}

h3 {
	color: #0B615E;
	margin-top: 40px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.btn,
.form-control {
	border-radius: 0;
}

.section_padding_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section_padding_100_50 {
    padding-top: 100px;
    padding-bottom: 50px;
    padding: 5% 0;
}

.section_padding_100_20 {
    padding-top: 100px;
    padding-bottom: 20px;
}

.section_padding_100_0 {
    padding-top: 100px;
    padding-bottom: 0px;
}

.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section_padding_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section_padding_50_20 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.section_padding_150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section_padding_200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section_padding_0_100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section_padding_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section_padding_0_50 {
    padding-top: 0;
    padding-bottom: 50px;
}

.text-center {
    text-align: center;
}

.immer-center {
    text-align: center;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

#scrollUp {
    bottom: 0;
    font-size: 24px;
    right: 30px;
    width: 50px;
    background-color: #f8dc00;
    color: #444;
    text-align: center;
    height: 50px;
    line-height: 50px;
	z-index: 100 !important;
}

a,
a:hover,
a:focus,
a:active {
	color: #0B615E;
    xtext-decoration: none;
    text-decoration: underline;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

header a,
footer a,
a.button,
.branchen-box-title a,
a.toggle_faq {
    text-decoration: none;
}

li {
    list-style: none;
}

.gesundheitswesen-box-content ul {
margin-left: 20px;
font-size: 16px;
font-weight: 400;
}

.gesundheitswesen-box-content ul li {
    list-style: inherit;
}

p {
    color: #444;
    font-weight: 400;
    margin-top: 0;
}

.pfeil {
	width: 100px;
	height: auto;
}

.arrow {
	padding: 4% 0;
	margin: 0 !important;
}

.section-arrow {
    margin: 20px 0;
    text-align: center;
}

.heading-text > p {
    font-size: 16px;
}

.section-heading > h2 {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 300;
    color: #0B615E;
    xfont-size: 48px;
    font-size: 40px;
    margin: 0;
}

.footer-contact-area .section-heading {
    margin-bottom: 20px;
}

.footer-contact-area .section-heading > h3 {
    font-family: 'Inter Tight', sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.1em;
    color: #0B615E;
    margin: 0;
}


.section-heading {
    margin-bottom: 60px;
}

.line-shape-white,
.line-shape {
    width: 80px;
    height: 2px;
    background-color: #f8dc00;
    margin-top: 15px;
}

.line-shape {
    margin-left: calc(50% - 40px);
}

.table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.colorlib-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running colorlib-load;
    animation: 2000ms linear 0s normal none infinite running colorlib-load;
    background: transparent none repeat scroll 0 0;
    border-color: #dddddd #dddddd #f8dc00;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 40px;
    left: calc(50% - 20px);
    position: relative;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 9;
}

@-webkit-keyframes colorlib-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes colorlib-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* --------------------------
:: 2.0 Header Area CSS
-------------------------- */

.header_area {
    margin-top: -60px;
position: fixed;
width: 100%;
z-index: 199;
background-image: url(img/bg-img/logo_header_white_bg.png);
background-repeat: no-repeat;
background-size: 1800px auto;
height: 90px;
}

.navbar {
    padding-top: 15px;
}

/*
.menu_area .navbar-brand {
    font-size: 72px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1;
    padding: 0;
}
*/

.menu_area .navbar-brand {
    width: 180px;
    padding: 20px;
}

.navbar-light .navbar-toggler {
cursor: pointer;
xcolor: rgba(255,255,255,1);
color: #000;
border: none;
xborder-color: rgba(255,255,255,.1);
margin-right: 120px;
}

.navbar-light .navbar-toggler:before {
content: "\f19b";
font: normal normal normal 18px/1 'Elusive-Icons';
}

.navbar-light .show .navbar-toggler:before {
content: "\f1dd";
font: normal normal normal 18px/1 'Elusive-Icons';
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler {
	xmargin: 10px;
    margin: 20px;
	border-radius: 0;
}

.show .navbar-toggler {
	margin: 20px;
	border-radius: 0;
}


.menu_area .navbar-brand:hover,
.menu_area .navbar-brand:focus {
    color: #fff;
}


.menu_area {
    position: relative;
    z-index: 2;
}

.menu_area #nav {
    xmargin-left: 220px;
}

.menu_area #nav .nav-link {
    color: #444444;
    display: flex;
    font-size: 17px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Inter Tight', sans-serif;
    xborder-radius: 30px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    xpadding: 35px 15px;
	padding: 14px 10px;
}

.menu_area #nav .nav-link:hover,
.menu_area #nav .active,
.nav-item.active > .nav-link {
color: #0B615E;
}

.menu_area #nav .nav-link .menu-item-text {
	position: relative;
}

.menu_area #nav .nav-link .menu-item-text .menu-text {
	white-space: nowrap;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7);
    }

.menu_area #nav li:last-child {
    display: none;
}

.hfe-menu-toggle svg {
    margin-left: 3px;
    margin-bottom: 3px;
}

li.parent {
    position: relative;
}

li.parent:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

ul.sub-menu {
    width: 270px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
position: absolute;
top: 100%;
left: 0;
z-index: 9999;
visibility: hidden;
opacity: 0;
}

ul.sub-menu li:last-child {
    display: inherit !important;
}

ul.sub-menu li a {
    padding: 10px 15px !important;
}

/*
.menu_area #nav .nav-link .menu-item-text:before {
bottom: -6px;
height: 2px;
background-color: #f8dc00;
background: #f8dc00;
background: -webkit-linear-gradient("");
background: linear-gradient("");
position: absolute;
left: 0;
width: 100%;
content: '';
opacity: 0;
-ms-transition: opacity .3s,-webkit-transform .3s;
-webkit-transition: opacity .3s,-webkit-transform .3s;
transition: opacity .3s,transform .3s;
-ms-transform: translateY(10px);
-webkit-transform: translateY(10px);
transform: translateY(10px);
}

.menu_area #nav .active .nav-link .menu-item-text:before,
.menu_area #nav .nav-link:hover .menu-item-text:before {
opacity: 1;
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
}
*/

a.kontaktanfrage:before {
content: "";
background-image: url(img/bg-img/envelope-close.svg);
height: 16px;
width: 16px;
margin-right: 5px;
opacity: 1 !important;
position: relative !important;
xbackground-color: #fff !important;
bottom: 2px;
}

a.kontaktanfrage:hover:before {
background-image: url(img/bg-img/envelope-open.svg);
}

.menu_area nav ul li > a:hover {
    color: #f8dc00;
}

.menu_area nav ul li > a.login:hover {
    color: #fff;
}

.sign-up-button {
    text-align: right;
}

.navbar-login {
    position: absolute;
    right: 15px;
    top: 15px;
}

#login {
xfont-size: 0.9em;
xwidth: 25%;
background-color: #e6efef;
position: absolute;
xtop: 32px;
xtop: 2rem;
top: 60px;
right: 4%;
z-index: 10000;
width: 500px;
max-width: 30ch;
/*
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .6);
-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .6);
box-shadow: 0 0 6px rgba(0, 0, 0, .6);
xoverflow: hidden;
*/
border: 3px solid #0B615E;
}

/*
#login:after {
bottom: 100%;
right: 20px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #e6efef;
border-width: 10px;
margin-left: -10px;
}
*/

#login .real_content {
    text-align: left;
    max-width: 100%;
    min-width: 300px;
    padding: 25px 20px;
    display: block;
}

.login-close {
visibility: hidden;
display: none;
height: 0;
-webkit-transition: -webkit-transform 0.4s, height 0.4s;
transition: transform 0.4s, height 0.4s;
}

.login-open {
visibility: visible;
display: block;
xheight: 300px;
-webkit-transition: -webkit-transform 0.4s, height 0.4s;
transition: transform 0.4s, height 0.4s;
}

#login h4 {
font-size: 1.2rem;
margin-bottom: 1.0rem;
color: #0B615E;
}

#login .btn.submit-btn {
width: 100%;
min-width: inherit;
height: auto;
margin-bottom: 10px;
display: inline;
text-transform: uppercase;
padding: 8px 13px;
font-size: 15px;
}

#login .btn.submit-btn-forgot {
width: 100%;
background: #bbb;
min-width: inherit;
color: #000000;
}

#login .btn.submit-btn-forgot:hover {
cursor: pointer;
background: #0B615E;
color: #fff;
-webkit-transition-duration: 500ms;
-o-transition-duration: 500ms;
transition-duration: 500ms;
}

#login a.forgot {
text-decoration: underline;
font-size: 16px;
}

#login a.weitere {
width: 100%;
}

#login .contact_input_area .row {
display: block;
}

a.login {
    background-color: #0B615E;
    color: #fff;
    font-size: 15px;
    display: flex;
}

a.login:before {
content: "";
background-image: url(img/bg-img/lock-close.svg);
height: 16px;
width: 16px;
margin-right: 5px;
opacity: 1 !important;
position: relative !important;
bottom: -1px;
}

a.login:hover:before {
background-image: url(img/bg-img/lock-open.svg);
}

.password-parent-container
{
    position: relative;
}

.password-icon-eye
{
    position: absolute;
    top: 5px;
    right: 12px;
}
.password-icon-eye:hover
{
    cursor: pointer;
}

.password-icon-eye i
{
    font-size: 18px;
}

.sign-up-button > a {
	position: relative;
	padding-left: 20px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border: 2px solid #fff;
    height: 40px;
min-width: 100px;
    line-height: 36px;
    text-align: center;
    xborder-radius: 24px 24px 24px 0px;
}

.sign-up-button > a:hover {
    background: #f8dc00;
    color: #fff;
    border-color: transparent;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

/* stcicky css */

.header_area.sticky {
    xbackground-color: #0B615E;
background-color: rgba(11, 97, 94, 0.7);
background: rgba(11, 97, 94, 0.7);
color: rgba(11, 97, 94, 0.7);
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    xheight: 70px;
    position: fixed;
    top: 0;
    z-index: 199;
}

.header_area.sticky .menu_area .navbar-brand {
    font-size: 50px;
}

.header_area.sticky .menu_area #nav .nav-link {
    xpadding: 23px 15px;
}
.header_area.sticky .navbar {
    xpadding: 0;
}

.headerbild {
    margin-top: 60px;
    height: 400px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
}

.headerbg {
    margin-top: 60px;
    height: 200px;
}

.header_expert {
    margin-top: 60px;
}


/* --------------------------
:: 3.0 Wellcome Area CSS
-------------------------- */

#logoleiste {
	position: absolute;
	bottom: -80px;
    background-image: url(img/bg-img/bg_welcome_logo_trans.png);
    background-position: right;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 215px;
}

.wellcome_area {
    margin-top: 60px;
}

.wellcome-box-wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(1, 1fr);
}

.wellcome-box-bild {
    background-image: url(img/bg-img/welcome.jpg);
    background-position: 58% 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.wellcome-box-bild::before {
background-color: #0B615E;
background-blend-mode: overlay;
}

.wellcome-box-text {
background-color: #0B615E;
padding: 8%;
color: #fff;
}

.wellcome-box-text p {
    color: #fff;
}

.wellcome-box-text p.minitext {
font-family: "Roboto Mono", Sans-serif;
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
line-height: 1.4em;
color: #FFFFFF;
}

.wellcome-box-text h1 {
    font-family: 'Inter Tight', sans-serif;
font-size: 50px;
font-weight: 400;
text-transform: none;
font-style: normal;
text-decoration: none;
line-height: 1.1em;
color: #FFFFFF;
}

.wellcome-box-text h1 span {
    font-size: 22px;
    display: inline-block;
    line-height: 1.5em;
    padding-top: 10px;
}

.wellcome-box-text p.introtext {
    font-family: 'Inter Tight', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4em;
    color: #FFFFFF;
    margin: 50px 0px 40px 0px;
}


.spezialisten_area {
    background-image: url(img/bg-img/header-expertinnen.jpg);
    background-position: center left;
}

.hygiene_knapp_area {
    background-image: url(img/bg-img/header-videos.png);
    max-width: 1000px;
    height: 400px;
    margin: 60px auto;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.faq_area {
    background-image: url(img/bg-img/faq-bg.jpg);
    background-position: bottom center;
}

.ueber_uns_area {
    background-image: url(img/bg-img/header-ueber-uns.jpg);
    background-position: bottom center;
}

.leitbild_area {
    background-image: url(img/bg-img/header-leitbild.jpg);
    background-position: bottom center;
}

.leistungen_area {
    background-image: url(img/bg-img/header-leistungen.jpg);
    background-position: center center;
}

.gesundheitswesen_area {
    background-image: url(img/bg-img/header-hygienemanagement-gus-einrichtungen.jpg);
}

.wassersicherheit_area {
    background-image: url(img/bg-img/header-wassersicherheit.jpg);
}

.kueche_area {
    background-image: url(img/bg-img/header-hygienemanagement-gastronomie.jpg);
    background-position: center center;
}

.housekeeping_area {
    background-image: url(img/bg-img/header-hygieneloesung-hotellerie-housekeeping.jpg);
}

.eichy_area {
    background-image: url(img/bg-img/header-eichy.jpg);
}

.eichy-container {
     margin-bottom: 50px;
     display: grid;
     grid-template-columns: 1fr 250px;
}

.eichylogo {
    margin: -150px 0px 0px 0px;
    z-index: 10;
}

.veranstaltungen_area {
    background-image: url(img/bg-img/veranstaltungen-bg.jpg);
    background-position: center center;
}

.product_area {
    background-image: url(img/bg-img/header-fachmaterial.jpg);
    background-position: center center;
}

.datenschutz_area,
.impressum_area,
.agb_area {
    background-color: #E6EFEF;
}

.technisch-area h3 {
    font-family: 'Inter Tight', sans-serif;
    font-size: 26px;
    font-weight: 400;
}

.technisch-area .intro p {
    font-size: 20px;
}

.technisch-area p {
    font-size: 18px;
}

.technisch-area ul {
list-style: disc;
}

.technisch-area ul,
.technisch-area ol {
margin: 0 0 1.5em 1.5em;
padding-left: 0;
padding-right: 0;
font-size: 18px;
}

.technisch-area ul li,
.technisch-area ol li {
list-style: inherit;
}

.expert_detail_area {
    background-color: #ECECEE;
}

.product-area ul {
    list-style: disc;
    margin-left: 20px;
}

.product-area ul li,
.product-area ol li {
    list-style: inherit;
}

.spezicon {
	xdisplay: table-cell;
}

.spezicon a,
.member-icons a {
font-size: 18px;
color: #000;
background: #f8dc00;
height: 40px;
xwidth: 40px;
line-height: 40px;
text-align: center;
display: block;
-webkit-transition-duration: 500ms;
-o-transition-duration: 500ms;
transition-duration: 500ms;
}

.spezicon a:hover,
.member-icons a:hover {
background-color: #0B615E;
color: #ffffff;
}

.spezitext {
display: table-cell;
}

.zitat {
	font-size: 1.2em;
	font-style: italic;
	color: #0B615E;
	margin: 30px 0 20px 0;
	line-height: 1.3;
}

.zitat p {
  font-size: 1.0em;
  font-style: italic;
  color: #0B615E;
  margin: 30px 0 20px 0;
  line-height: 1.3;

  padding-top: 0;
  padding-bottom: 0;
}

.zitatgrau {
	line-height: 1.5;
    margin: 0px 0px 80px 0px;
}

.zitatgrau p {
  font-size: 22px;
  font-style: italic;
  line-height: 1.5;
}

.themenbereiche {
color: #000;
display: inline;
}

.welcome-thumb {
    width: 45%;
    position: absolute;
    bottom: -130px;
    right: 85px;
    z-index: 9;
}

.welcome-thumb img {
    height: auto;
    width: 100%;
}

.introbox {
    padding-left: 50px;
    border-left: 5px solid #F8DC00;
}

.introboxgruen {
    padding-left: 50px;
    border-left: 5px solid #00A4B7;
}

.wellcome-heading > .banner-text {
    text-shadow: #222 0px 0px 8px;
    color: #ffffff !important;
    position: relative;
    z-index: 3;
    width: 101%;
}

.wellcome-heading > h4.banner-text {
    font-size: 32px;
}

.wellcome-heading > h5.banner-text {
    font-size: 21.5px;
}

.get-start-area .email {
    background: #9572e8;
    height: 50px;
    max-width: 260px;
    border: none;
    xborder-radius: 24px;
    padding: 0px 15px;
}

.form-control::-webkit-input-placeholder {
    color: #ddd;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #ddd;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #ddd;
    opacity: 1;
}

.form-control::placeholder {
    color: #ddd;
    opacity: 1;
}

.password_forgot {
    margin: 50px 0;
}

.password_forgot .form-group,
.password_change .form-group {
    display: flex;
    align-items: center;
}

.password_forgot label {
    margin: 0;
    width: 170px;
    font-weight: 700;
}

.password_change label {
    margin: 0;
    width: 250px;
    font-weight: 700;
}

.get-start-area .email:focus {
    border: none;
    outline-offset: transparent !important;
    xborder-radius: 30px;
}

.get-start-area .submit {
    background-color: #f8dc00;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border: none;
    height: 50px;
    min-width: 167px;
    line-height: 46px;
    text-align: center;
    xborder-radius: 24px 24px 24px 0px;
    margin-left: 10px;
}

.get-start-area .submit:hover {
    background: #6f52e5;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.wellcome-heading > p {
    color: #fff;
}

.wellcome-heading > h3 {
    font-size: 332px;
    position: absolute;
    top: -134px;
    font-weight: 900;
    left: -12px;
    z-index: -1;
    color: #fff;
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.wellcome-heading {
    xmargin: 50px 0 50px 0;
    margin: 0px 0 50px 0;
}

.intro-heading {
    margin: 0px 0 50px 0;
}

/* --------------------------
:: 4.0 Special Area CSS
-------------------------- */

.specials {
display: grid;
gap: 40px;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
}

.single-box-wrapper {
    text-align: left;
    display: flex;
    flex-direction: row-reverse;
}

.single-box-icon {
display: block;
flex: unset;
}

.single-box-content {
flex-grow: 1;
}

.single-elementor-icon {
fill: #0B615E;
color: #0B615E;
border-color: #0B615E;
display: inline-block;
font-size: 50px;
line-height: 1;
text-align: center;
transition: all .3s;
}

.single-elementor-icon svg {
display: block;
height: 1em;
    position: relative;
    width: 1em;
}

.single-box-title {
    background-color: #F8DC00;
    position: relative;
    left: -30px;
    padding: 10px 30px;
    top: -17px;
    display: inline-block;
    font-family: 'Inter Tight', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #444444;
}

.single-box-description {
xmargin-right: -50px;
color: #444444;
font-family: 'Inter', sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 1.4em;
}






.single-icon > i {
    font-size: 36px;
    color: #f8dc00;
}

.single-special > h3 {
    margin-top: 0;
    font-size: 22px;
    color: #0B615E;
}

.single-icon {
    margin-bottom: 25px;
}

.single-special > h3 {
    margin-top: 0;
    font-size: 22px;
    color: #0B615E;
    margin-bottom: 15px;
}

.single-special {
    xborder: 1px solid #eff2f6;
	xbackground-color: #e6efef;
    xpadding: 20px;
	xmin-height: 315px;
    xborder-radius: 40px 40px 40px 0px;

    background-color: #E6EFEF;
margin: 0px 0px 0px 0px;
padding: 30px 30px 30px 30px;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #0B615E;
border-radius: 0px 0px 0px 0px;
box-shadow: 6px 6px 0px 0px #0B615E;
	/*
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    margin-bottom: 30px;
	*/
}

.special_description_content > h2 {
    color: #0B615E;
    font-size: 48px;
    margin-bottom: 30px;
}

.single-special:hover {
	/*
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
            box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);

    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
            */
}

.single-special p {
    margin-bottom: 0;
}

.app-download-area {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    margin-top: 50px;
}

.app-download-btn a {
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    xborder-radius: 30px 30px 30px 0;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.app-download-btn.active a,
.app-download-btn a:hover {
    border-color: transparent;
    background-color: #f8dc00;
}

.app-download-btn a i {
    color: #47425d;
    font-size: 24px;
    margin-right: 15px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.app-download-btn a p {
    font-size: 16px;
    line-height: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.app-download-btn a p span {
    font-size: 12px;
    display: block;
}

.app-download-btn:first-child {
    margin-right: 20px;
}

.app-download-btn a:hover i,
.app-download-btn.active a i,
.app-download-btn.active a p,
.app-download-btn a:hover p {
    color: #fff;
}




/* --------------------------
:: 4.0 Branchen Area CSS
-------------------------- */

.branchen {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    }

    .branchen-box-content {
    padding: 15px;
    }

    .branchen-box-content ul {
        padding-left: 20px;
    }

    .branchen-box-content li {
        list-style: disc;
    }

    .branchen-box-title {
        margin: 0px;
        font-family: 'Inter', sans-serif;
        font-size: 15px;
        font-weight: 600;
    }

    .branchen-box-img {
        margin: 0px;
    }

    .branchen-special {
        background-color: #E6EFEF;
    margin: 0;
    padding: 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0B615E;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 6px 6px 0px 0px #0B615E;
        /*
        -webkit-transition-duration: 400ms;
        -o-transition-duration: 400ms;
        transition-duration: 400ms;
        margin-bottom: 30px;
        */
    }



    .gesundheitswesen-box-content {
    padding: 10px;
    }



.specials {
display: grid;
gap: 40px;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
}

.single-box-wrapper {
    text-align: left;
    display: flex;
    flex-direction: row-reverse;
}

.single-box-icon {
display: block;
flex: unset;
}

.single-box-content {
flex-grow: 1;
}

.single-elementor-icon {
fill: #0B615E;
color: #0B615E;
border-color: #0B615E;
display: inline-block;
font-size: 50px;
line-height: 1;
text-align: center;
transition: all .3s;
}

.single-elementor-icon svg {
display: block;
height: 1em;
    position: relative;
    width: 1em;
}

.single-box-title {
    background-color: #F8DC00;
    position: relative;
    left: -30px;
    padding: 10px 30px;
    top: -17px;
    display: inline-block;
    font-family: 'Inter Tight', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #444444;
    margin: 15px 0 20px 0;
}

.single-box-description {
xmargin-right: -50px;
color: #444444;
font-family: 'Inter', sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 1.4em;
}






.single-icon > i {
    font-size: 36px;
    color: #f8dc00;
}

.single-special > h3 {
    margin-top: 0;
    font-size: 22px;
    color: #0B615E;
}

.single-icon {
    margin-bottom: 25px;
}

.single-special > h3 {
    margin-top: 0;
    font-size: 22px;
    color: #0B615E;
    margin-bottom: 15px;
}

.single-special {
    xborder: 1px solid #eff2f6;
	xbackground-color: #e6efef;
    xpadding: 20px;
	xmin-height: 315px;
    xborder-radius: 40px 40px 40px 0px;

    background-color: #E6EFEF;
margin: 0px 0px 0px 0px;
padding: 30px 30px 30px 30px;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #0B615E;
border-radius: 0px 0px 0px 0px;
box-shadow: 6px 6px 0px 0px #0B615E;
	/*
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    margin-bottom: 30px;
	*/
}

.special_description_content > h2 {
    color: #0B615E;
    font-size: 48px;
    margin-bottom: 30px;
}

.single-special:hover {
	/*
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
            box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);

    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
            */
}

.single-special p {
    margin-bottom: 0;
}

.app-download-area {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    margin-top: 50px;
}

.app-download-btn a {
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    xborder-radius: 30px 30px 30px 0;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.app-download-btn.active a,
.app-download-btn a:hover {
    border-color: transparent;
    background-color: #f8dc00;
}

.app-download-btn a i {
    color: #47425d;
    font-size: 24px;
    margin-right: 15px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.app-download-btn a p {
    font-size: 16px;
    line-height: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.app-download-btn a p span {
    font-size: 12px;
    display: block;
}

.app-download-btn:first-child {
    margin-right: 20px;
}

.app-download-btn a:hover i,
.app-download-btn.active a i,
.app-download-btn.active a p,
.app-download-btn a:hover p {
    color: #fff;
}





.beratung {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    }

    .beratung-box-wrapper {
        text-align: left;
        display: flex;
        flex-direction: row-reverse;
    }

    .beratung-box-icon {
    display: block;
    flex: unset;
    }

    .beratung-box-content {
    flex-grow: 1;
    }

    .beratung-icon {
    fill: #0B615E;
    color: #0B615E;
    border-color: #0B615E;
    display: inline-block;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    transition: all .3s;
    }

    .beratung-icon svg {
    display: block;
    height: 1em;
        position: relative;
        width: 1em;
    }

    .beratung-box-title {
        margin: 0;
        position: relative;
        left: -30px;
        padding: 10px 30px;
        top: -17px;
        display: inline-block;
        font-family: 'Inter', sans-serif;
        font-size: 22px;
        font-weight: 600;
        color: #0B615E;
        text-transform: uppercase;
        height: 93px;
    }

    .beratung-box-description {
    margin-right: -50px;
    color: #444444;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    }

    .wpr-feature-list li {
        align-items: flex-start;
        justify-content: left;
        display: flex;
    }

    .wpr-feature-list li:not(:last-child) {
        margin-bottom: 5px;
    }

    .wpr-feature-list-icon-wrap {
        margin-right: 10px;
        margin-top: 10px;
    }

    .wpr-feature-list-icon-inner-wrap {
        width: 20px;
        height: 20px;
        background-color: #E6EFEF;
        border-style: none;
        border-radius: 5px 5px 5px 5px;
    }

    .wpr-feature-list-icon-wrap svg {
        width: 20px;
        height: auto;
        fill: #0B615E;
        display: inline;
    }

    .wpr-feature-list-description {
        color: #444444;
font-family: 'Inter', sans-serif;
font-size: 16px;
font-weight: 400;
    }



    .beratung-icon > i {
        font-size: 36px;
        color: #f8dc00;
    }

    .beratung-special > h3 {
        margin-top: 0;
        font-size: 22px;
        color: #0B615E;
    }

    .beratung-icon {
        margin-bottom: 25px;
    }

    .beratung-special > h3 {
        margin-top: 0;
        font-size: 22px;
        color: #0B615E;
        margin-bottom: 15px;
    }

    .beratung-special {
        background-color: #E6EFEF;
    margin: 0px;
    padding: 20px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 6px 6px 0px 0px #F8DC00;
    }

    .special_description_content > h2 {
        color: #0B615E;
        font-size: 48px;
        margin-bottom: 30px;
    }

    .beratung-special p {
        margin-bottom: 0;
    }





.award {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    }

.award-box-bild {
    background-image: url(img/bg-img/header-award.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.award-box-description {
    color: #444444;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
}

.textkursiv {
    font-size: 22px;
    font-style: italic;
    margin: 50px 0;
}

.award-container {
    xbackground: #e6efef;
    xpadding: 30px 20px;

    background-color: #E6EFEF;
margin: 0px 0px 20px 0px;
padding: 30px 30px 30px 0;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #0B615E;
border-radius: 0px 0px 0px 0px;
box-shadow: 6px 6px 0px 0px #0B615E;
}

.single-award,
.single-product {
width: 100%;
}

.single-award-oben .titlespan,
.single-product-oben .titlespan {
padding: 10px 30px;
}

.single-award-oben h3,
.single-product-oben h3 {
margin: 0;
font-family: 'Inter Tight', sans-serif;
font-size: 24px;
font-weight: 400;
line-height: 1.4em;
color: #FFFFFF;
}

.single-award-unten,
.single-product-unten {
    padding: 30px 30px 0 30px;
    display: grid;
    gap: 20px;
    grid-template-columns: 300px 1fr;
    grid-template-rows: repeat(1, 1fr);
}

.single-award-text,
.single-product-text {
    display: flex;
justify-content: space-between;
flex-direction: column;
}








.experten {
        display: grid;
        gap: 20px;
}

.expert-team-member:hover img {
    filter: brightness( 62% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
    transition-duration: 0.3s;
}

.expert-team-member:hover .member-oben::after {
    opacity: 0.7;
}

.member-oben {
    position: relative;
}

.member-oben::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
xbackground: #000;
opacity: 0;
display: flex;
justify-content: center;
align-items: center;
content: "Info";
font-size: 170%;
color: #fff;
transition: opacity 0.2s;
}


.dreispalten,
.vierspalten {
    margin-top: 40px;
}

.dreispalten {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(1, 1fr);
}

.vierspalten {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(1, 1fr);
}

.dreispalten .below9,
.vierspalten .top9 {
        display: none;
}

.zwischenheadline {
    font-family: 'Inter Tight', sans-serif;
font-size: 40px;
font-weight: 400;
text-transform: none;
font-style: normal;
text-decoration: none;
line-height: 1.1em;
}


.expert_header {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    padding-top: 40px;
}

.expert_details {
display: flex;
flex-direction: column;
gap: 20px;
z-index: 10;
}

.expert_details h1 {
font-family: 'Inter Tight', sans-serif;
font-size: 36px;
font-weight: 700;
margin: 0;
}

.expert_details h2 {
font-family: 'Inter', sans-serif;
font-size: 20px;
font-weight: 400;
line-height: 1.3em;
color: #444444;
}

.expert_foto {
    text-align: right;
}

.expert_foto img {
    width: 250px;
}

.expert_zitat {
margin-bottom: 50px;
}

.expert_zitat p {
font-family: 'Inter', sans-serif;
font-size: 30px;
font-weight: 500;
text-transform: none;
font-style: italic;
text-decoration: none;
line-height: 1.3em;
color: #0B615E;
}

.expert_text p {
font-family: 'Inter', sans-serif;
font-size: 22px;
font-weight: 400;
line-height: 1.5em;
color: #444444;
}






/* --------------------------
:: 5.0 Features Area CSS
-------------------------- */

.zielgruppe-foto {
	margin-bottom: 10px;
}

.zielgruppe-description {
	text-transform: uppercase;
	color: #0B615E;
	margin-bottom: 30px;
}


.single-feature {
    xmargin-bottom: 50px;
}

.single-feature > p {
    margin-bottom: 0;
}

.single-feature > i {
    color: #f8dc00;
    font-size: 30px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.single-feature > h5 {
	margin-bottom: 1.5rem;
    font-size: 22px;
    color: #0B615E;
	text-transform:uppercase;
}

.single-feature > p {
    margin-top: 15px;
}

.single-feature ul.check,
.single-feature ul.check_white {
padding-left: 2.5em;
}

.single-feature ul.check li:before {
	content: "\f00c";
font: normal normal normal 28px/1 FontAwesome;
color: #0B615E;
position: absolute;
margin-left: -1.5em;
}

.single-feature ul.check_white li:before {
	content: "\f00c";
font: normal normal normal 28px/1 FontAwesome;
color: #f8dc00;
position: absolute;
margin-left: -1.5em;
}

.single-feature ul.check_white li p {
color: #fff;
}

#zielgruppen .team-hover-effects {
	display: flex;
  justify-content: center;
  flex-direction: column;
	padding: 10px;
	text-align: center;
	color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 97, 94, 0.8);
    xborder-radius: 30px 30px 30px 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

#zielgruppen .details {
    padding: 20px;
    color: #0B615E;
}

#zielgruppen ul {
    padding-left: 15px;
}

#zielgruppen li {
    list-style-type: disc;
}

#zielgruppen .single-team-member {
    background: #e6efef;
    height: 100%
}

#zielgruppen .einrichtung {
    margin-bottom: 20px;
}

#zielgruppen .single-team-member:hover .team-hover-effects,
#zielgruppen .single-team-member:active .team-hover-effects {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


.tabs-container {
    background-color: transparent;
background-image: linear-gradient(180deg, #FFFFFF 50%, #E6EFEF 50%);
}

ul.tabs {
    display: flex;
    margin: 0 auto;
}

ul.tabs li {
    margin: 10px;
    padding: 0;
    display: inline-block;
    box-shadow: 6px 6px 0px 0px #0B615E;
}

ul.tabs li a {
    cursor: pointer;
background-color: #eee;
color: #000;
padding: 5px 15px;
font-family: 'Inter Tight', sans-serif;
font-size: 22px;
font-weight: 400;
font-style: italic;
}

ul.tabs li a:hover,
ul.tabs li a.active {
background-color: #F8DC00;
}

.products-container {
    background-color: #fff;
    margin: 10px 0;
    padding: 30px 30px 30px 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0B615E;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 6px 6px 0px 0px #0B615E;
    width: 100%;
}

.button-container {
    text-align: right;
}





/* --------------------------
:: 6.0 Video Area CSS
-------------------------- */

.video-area {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    border: 20px solid #fff;
    xborder-radius: 20px;
    height: 650px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
}

.video-area:after {
    position: absolute;
    content: "";
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 1px solid #f1f4f8;
    z-index: 2;
    xborder-radius: 20px;
}


.video-area .video-play-btn a {
    width: 80px;
    height: 80px;
    background-color: #f8dc00;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 36px;
    line-height: 80px;
    padding-left: 5px;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.video-area .video-play-btn a:hover {
    background-color: #a865e1;
    color: #fff;
}

/* --------------------------
:: 7.0 Cool Facts Area CSS
-------------------------- */

.cool_facts_area {
    position: relative;
    z-index: auto;
    background: #a865e1;
    background: -webkit-linear-gradient(to left, #7873ed, #a865e1);
    background: -webkit-linear-gradient(right, #7873ed, #a865e1);
    background: -webkit-gradient(linear, right top, left top, from(#7873ed), to(#a865e1));
    background: -o-linear-gradient(right, #7873ed, #a865e1);
    background: linear-gradient(to left, #7873ed, #a865e1);
    padding: 180px 0 80px 0;
    top: -100px;
}


.cool_facts_area:after {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    content: ''
}

.cool-facts-content > i {
    color: #ffffff;
    font-size: 36px;
}

.counter-area {
    min-width: 100px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.counter-area > h3 {
    color: #ffffff;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1;
}

.cool-facts-content > p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
}

/* --------------------------
:: 8.0 Screenshots Area CSS
-------------------------- */

.app_screenshots_slides {
    padding: 0 6%;
}

.app_screenshots_slides .single-shot {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85)
}

.app_screenshots_slides .center .single-shot {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.app-screenshots-area .owl-dot {
    height: 11px;
    width: 11px;
    border: 2px solid #a49fba;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    margin-top: 50px;
}

.app-screenshots-area .owl-dot.active {
    background-color: #f8dc00;
    border: transparent;
}

.app-screenshots-area .owl-dots {
    height: 100%;
    width: 100%;
    text-align: center;
}

/* --------------------------
:: 9.0 Pricing Plan Area CSS
-------------------------- */

.single-price-plan {
    background: #ffffff;
    xborder: 1px solid #ebebeb;
    xborder-radius: 30px 30px 30px 0;
    margin-bottom: 30px;
}

.single-price-plan .package-plan {
	color: #000;
	background-color: #f8dc00;
	float: left;
width: 100px;
    padding: 20px 0;
    xborder-radius: 30px 30px 0 0;
}

.single-price-plan .package-plan .day {
	font-size: 3em;
	line-height: 1em;
	font-weight: 700;
}

.single-price-plan .package-plan .month {
	font-size: 1.4em;
	line-height: 1em;
	font-weight: 700;
}

.single-price-plan .package-plan .year {
	font-size: 1.2em;
	line-height: 1em;
	margin-top:10px;
}

.single-price-plan .package-plan > h5 {
    color: #0B615E;
    font-size: 18px;
}


.single-price-plan .package-plan .ca-price h4 {
    color: #f8dc00;
    font-size: 48px;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    line-height: 1;
}

.single-price-plan .package-plan .ca-price span {
    font-size: 18px;
    color: #f8dc00;
}

.single-price-plan .plan-button {
	text-align: center;
}

.single-price-plan .plan-button > a {
    background: #f8dc00;
    padding: 10px 0;
    xborder-bottom-right-radius: 30px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    display: block;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-price-plan .package-description {
	text-align: left;
	padding: 20px;
overflow: hidden;
min-height: 330px;
}

.single-price-plan .package-description .title {
	color: #0B615E;
font-size: 1.6em;
font-weight: 500;
line-height: 1.3em;
margin: 20px 0 15px 0;
}

.single-price-plan .package-description .subtitle {
	color: #0B615E;
    font-size: 1.15em;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0 0 20px 0;
}

.single-price-plan .package-description .location {
	color: #000;
	margin: 20px 0;
}

.single-price-plan .package-description > p {
    margin-bottom: 0;
    line-height: 1;
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
}

.single-price-plan .package-description > p:first-child {
    border-top: 1px solid #ebebeb;
}

.single-price-plan.active .package-plan,
.single-price-plan.active .plan-button > a,
.single-price-plan:hover .plan-button > a {
    background-color: #0B615E;
	color: #ffffff;
}

.single-price-plan.active .package-plan .ca-price > h4,
.single-price-plan.active .package-plan .ca-price > span,
.single-price-plan.active .package-plan > h5,
.single-price-plan.active .plan-button > a {
    color: #fff;
}

.anmeldung_eventdaten {
background-color: #efefef;
padding: 20px;
}

.anmeldung_titel {
color: #0B615E;
font-size: 1.4em;
font-weight: 500;
line-height: 1.3em;
margin: 0 0 20px 0;
}

.anmeldung_datum {
}

.anmeldung_ort {
color: #000;
}

.anmeldung_preis {
margin-top: 20px;
}

.anmeldung_input_area span {
width: 120px;
font-weight: bold;
float: left;
padding-top: 8px;
padding-right: 5px;
}

.anmeldung_input_area label,
.anmeldung_input_area select {
margin-top: 8px;
}

.anmeldung_input_area .form-control {
display: inline-block;
width: 300px;
}

.anmeldung_input_area h4 {
color: #0B615E;
font-size: 1.2em;
margin-bottom: 20px;
}

.anmeldung_input_area .hinweis {
margin: 10px 0 0 0;
color: red;
font-style: italic;
}

.anmeldung_input_area .second {
display: none;
}




/* --------------------------
:: ACCORDION
-------------------------- */

.accordion {
    margin: 50px 0;
    display: block;
}


#accordion .item {
display: block;
opacity: 100;
margin-bottom: 10px;
border: 1px solid #0B615E;
}

#accordion .faq_frage {
	font-size: 22px;
	line-height: 1.2;
    font-weight: 500;
	color: #0B615E;
	padding: 15px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

#accordion .faq_icon {
    font-weight: bold;
    font-size: 1.5rem;
    margin-left: 1rem;
    transition: transform 0.3s ease;
}

#accordion .faq_antwort {
  padding: 0 15px 15px 15px;
margin: 0;
  overflow: hidden;
  display: none;
}

#accordion .faq_antwort p {
    font-size: 18px;
}

#accordion .faq_antwort ul {
margin: 0 0 1.5em 1.5em;
padding-left: 0;
padding-right: 0;
}

#accordion .faq_antwort ul:last-child {
margin: 0 0 0 1.5em;
}

#accordion .faq_antwort ul li {
    list-style: disc;
}

.faq_icon {
  font-weight: bold;
  font-size: 1.5rem;
  user-select: none;
  transition: transform 0.3s ease;
}

/* Plus zu Minus */
.open .faq_icon {
  content: "–";
}





/* --------------------------
:: 10.0 Testimonials Area CSS
-------------------------- */

.clients-feedback-area .client-name > h5 {
    color: #0B615E;
    font-size: 22px;
    margin-top: 5px;
}

.clients-feedback-area .star-icon > i {
    font-size: 18px;
    color: #f1b922;
}

.clients-feedback-area .client-description > p {
    max-width: 1010px;
    margin: auto;
    margin-bottom: 15px;
    font-size: 22px;
}

.clients-feedback-area .client > i {
    font-size: 48px;
    color: #0B615E;
    margin-bottom: 30px;
}

.clients-feedback-area .client-name > p {
    color: #b5aec4;
}

.clients-feedback-area .slick-dots {
    /*
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    */
    display: none !important;
}

.clients-feedback-area .slick-dots li button {
    text-indent: -999999999999999999999999px;
    border: 3px solid #a49fba;
    background-color: #a49fba;
    border-radius: 50%;
    margin: 4px;
    outline: none;
}

.clients-feedback-area .slick-dots li.slick-active button {
    background-color: #f8dc00;
    border-color: #f8dc00;
}

.clients-feedback-area .slick-slide.client-thumbnail {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 129px;
}


.clients-feedback-area .slick-slide img {
    display: block;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.clients-feedback-area .slick-slide.slick-current img {
    width: 100px !important;
    height: 100px !important;
}

.clients-feedback-area .slick-arrow {
    width: 30px;
    xbackground-color: #e6efef;
    background-color: #ffffff;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    xcolor: #b5aec4;
    color: #0B615E;
    display: block;
    z-index: 90;
    cursor: pointer;
}



/* Slideshow container */
.slideshow-container {
  position: relative;
  xbackground: #f1f1f1f1;
}

/* Slides */
.mySlides {
  display: none;
  padding: 0 80px;
  xtext-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 30%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  xbackground-color: rgba(0,0,0,0.8);
  xcolor: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  xbackground: #ddd;
}

/* The dots/bullets/indicators */
.slick-dots {
  position: relative;
}

.slick-dots li button {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #888;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.6s ease;
}

/* Add a background color to the active dot/circle */
.slick-dots li button .active, .slick-dots li button:hover {
  background-color: #f8dc00;
  border-color: #f8dc00;
}

/* Add an italic font style to all quotes */
q {
xfont-size: 22px;
font-size: 20px;
margin-bottom: 15px;
}

/* Add a blue color to the author */
.author {
xcolor: #0B615E;
color: #444444;
font-weight: 600;
font-size: 20px;
margin: 50px 0 0 0;
}

.function {
color: #0B615E;
xfont-size: 16px;
font-size: 20px;
}



/* --------------------------
:: 11.0 CTA Area CSS Start
-------------------------- */

.ueberzeugt {
background: #7eacaa;
background: -webkit-linear-gradient(to left, #0B615E, #7eacaa);
background: -webkit-linear-gradient(right, #0B615E, #7eacaa);
background: -webkit-gradient(linear, right top, left top, from(#0B615E), to(#7eacaa));
background: -o-linear-gradient(right, #0B615E, #7eacaa);
background: linear-gradient(to left, #0B615E, #7eacaa);

/*
background: rgb(234,248,249);
background: -moz-linear-gradient(left, rgba(234,248,249,1) 0%, rgba(44,162,180,1) 20%);
background: -webkit-linear-gradient(left, rgba(234,248,249,1) 0%,rgba(44,162,180,1) 20%);
background: linear-gradient(to right, rgba(234,248,249,1) 0%,rgba(44,162,180,1) 20%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf8f9', endColorstr='#0B615E',GradientType=1 );
*/
}

.membership-description > h2 {
    color: #ffffff;
    font-size: 36px;
}

.membership-description > p {
    color: #ffffff;
    margin-bottom: 0;
}

.get-started-button > a {
	font-size: 2em;
    background: #ffffff;
    height: 70px;
    min-width: 285px;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    color: #f8dc00;
    font-weight: 500;
    xborder-radius: 23px 23px 23px 0;
}

.get-started-button > a:hover {
    background: #f8dc00;
    color: #000;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.get-started-button {
    text-align: right;
}

/* --------------------------
:: 12.0 Team Area CSS Start
-------------------------- */

.intro {
	xmargin-bottom: 60px;
    margin-bottom: 0;
}

.intro p {
	font-size: 22px;
}

.member-image {
    position: relative;
    z-index: 1;
}

.member-image img {
    min-height: 163px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.member-facts > h4 {
xdisplay: inline-block;
color: #fff;
background-color: #0B615E;
padding: 10px;
font-weight: 700;
font-size: 20px;
}

.titlespan {
    xdisplay: inline-block;
    color: #fff;
    background-color: #0B615E;
    padding: 10px;
    font-weight: 700;
    font-size: 20px;
    margin:0;
    line-height: 24px;
}

.member-facts .titel {
	font-weight: 400;
}

.member-facts .funktion {
	font-weight: 400;
	font-size: 18px;
}

.member-text {
    text-align: center;
    padding: 20px;
}

.member-text h3 {
margin: 0 0 10px 0;
font-size: 20px;
font-weight: 600;
color: #0B615E;
}

.member-text p {
font-family: 'Inter Tight', sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 1.3em;
}

.team-hover-effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(189, 189, 189, 0.8);
    xborder-radius: 30px 30px 30px 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.member-oben {
padding: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.single-team-member:hover .team-hover-effects {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.team-social-icon {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team-social-icon > a {
	xpadding: 10px;
    font-size: 18px;
    color: #fff;
    background: #0B615E;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    xborder-radius: 10px 10px 10px 0;
    display: block;
    margin: 2.5px;
}


/* --------------------------
:: 13.0 Contact Area CSS Start
-------------------------- */

.address-text > p,
.phone-text > p,
.email-text > p {
    font-size: 18px;
    margin-bottom: 10px;
}

.address-text > p > span,
.phone-text > p > span,
.email-text > p > span {
    color: #0B615E;
}

.address-text > p > a,
.phone-text > p > a,
.email-text > p > a {
    color: #888;
}

.phone-text .icon,
.email-text .icon {
border: 1px solid rgb(35, 121, 134);
border-radius: 50px;
padding: 15px;
display: flex;
position: relative;
top: 0;
}

.phone-text .icon svg,
.email-text .icon svg {
    width: 20px;
    height: 20px;
    fill: #0B615E;
}

.phone-text a,
.email-text a {
    font-size: 20px;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 500;
    text-decoration: underline;
    align-items: var(--icon-vertical-align,center);
display: flex;
}

.phone-text .text,
.email-text .text {
    padding-left: 5px;
}

.footer-contact-area {
    padding: 5% 0;
}

.footer-contact-area .row {
    display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
align-items: center;
}

.footer-contact-area .grid-2 {
    column-count: 2;
}

.footer-contact-area .line-shape {
    margin-left: 0;
}

.footer-contact-area .heading-text > p {
    margin-top: 50px;
}

.footer-contact-area .heading-text {
    margin-bottom: 50px;
}

#name,
#email {
    font-size: 18px;
    padding: 15px 15px;
    xborder-radius: 25px 25px 25px 0;
}

/*
.password_input_area span {
width: 120px;
font-weight: bold;
float: left;
padding-top: 8px;
padding-right: 5px;
}
*/

.password_input_area .form-control {
width: 300px;
}

.btn.submit-btn,
.get-start-area > a {
    background: #f8dc00;
    height: 48px;
    min-width: 185px;
    color: #000000;
    font-weight: 500;
    xborder-radius: 22px 25px 22px 0;
}

.get-start-area > a {
	display: inline-block;
line-height: 48px;
text-align: center;
}

.btn.submit-btn:hover,
.get-start-area > a:hover {
	cursor: pointer;
    background: #0B615E;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.password_change .btn.submit-btn {
background-color: #F8DC00;
font-size: 18px;
font-weight: 500;
color: #444;
box-shadow: 6px 6px 0px 0px rgba(230, 239, 239, 0.5);
border-radius: 0px 0px 0px 0px;
padding: 15px;
display: inline-block;
margin-top: 20px;
height: inherit;
min-width: inherit;
}

.password_change .btn.submit-btn:hover {
    background-color: #F8DC00;
color: #000;
    box-shadow: 6px 6px 0px 0px #000000;
}

.footer-text > p {
    margin-bottom: 50px;
}

.footer-contact-area .footer-text {
    margin: 0;
}

.footer-contact-area .footer-text > p {
    font-size: 18px;
    color: #0B615E;
    margin: 0;
}

/* --------------------------
:: 14.0 Footer Area CSS Start
-------------------------- */

.footer-text > h5 {
    color: #0B615E;
    font-size: 1.25rem;
    font-weight: 700;
}

.footer-social-icon > a > i {
    background: #9b69e4;
    font-size: 14px;
    color: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-weight: 500;
    xborder-radius: 10px 10px 10px 0px;
    margin-right: 10px;
}

.footer-social-icon > a > i:hover {
    background: #f8dc00;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.social-icon {
    margin-bottom: 30px;
}

.footer-text {
    margin-bottom: 15px;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    xborder-right: 2px solid #0B615E;
    display: block;
    padding: 0 7.5px;
    color: #fff;
    font-size: 20px;
text-transform: uppercase;
}

.footer-menu ul li a:hover {
    text-decoration: underline;
}

.address-text {
    margin-bottom: 20px;
}

.address-text ul {
    display: inline-flex;
}

.address-text ul li {
    padding: 0 10px;
    border-right: 1px solid #fff;
}

.address-text ul li:last-child {
    border-right: 0;
}

.address-text ul li span {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3em;
    color: #fff;
}

.footer-social-icon > a .active {
    background: #f8dc00;
}

.footer-menu ul li:last-child a {
    border-right: 0 solid #ddd;
}

.footer-social-icon {
    background-color: #0B615E;
    padding: 5% 10%;
    xmargin-bottom: 30px;
}

.footer-social-icon > p {
    color: #fff;
}

.footer-menu {
    margin-bottom: 20px;
}

.social p {
    color: #fff;
    margin-bottom: 40px;
}

.social a {
    color: #fff;
}


a.linkedin svg {
    color: #fff;
    fill: #fff;
height: 20px;
width: 20px;
margin: 0 5px;
position: relative;
bottom: -3px;
}

.copyright-text > p {
    color: #fff;
    margin-bottom: 0;
    font-size: 1rem;
}



.member-facts-awards {
    margin-bottom: 0.5rem;
}

#accordion .item {
    background-color: #e6efef;
}

#accordion .item p:last-child {
    margin-bottom: 0;
}

@media (min-width: 319px) and (max-width: 767px) {

    .single-team-member {
        background: #e6efef;
        padding: 15px 0px;
    }

    .expert-team-member {
        padding: 5px 0px;
    }

    .member-text > h4 {
        margin-top: 20px;
        color: #0B615E;
    }

    .member-text {
        margin-bottom: 0;
    }

    .zitat {
        font-size: 1.5em;
    }

}

.single-price-plan .package-description {
    min-height: inherit;
}

.error_message{
    color:red;
    font-size:1rem !important;
    padding:0 !important;
}






@media (max-width: 1280px) and (min-width: 1024px) {

.menu_area #nav .nav-link {
    font-size: 15px;
    padding: 14px 5px;
}

}







@media (max-width: 1024px) {

    .section_padding_100_20 {
        padding-top: 60px;
    }

    .section_padding_0_100 {
        padding-bottom: 60px;
    }

    .section-heading {
margin-bottom: 40px;
}

.hygiene_knapp_area {
    height: 250px;
    background-size: contain;
}

    .container-fluid,
    .footer-contact-area .container {
        padding: 0;
    }

    body,
    .address-text ul li span,
    .footer-menu ul li a,
    q,
    .function,
    .expert_details h2,
    .wellcome-box-text p.introtext,
    .technisch-area .intro p {
    font-size: 18px;
}

.technisch-area p,
.technisch-area ul,
.technisch-area ol {
    font-size: 16px;
}

.zitatgrau {
   margin: 0px 0px 60px 0px;
}

.eichy-container {
     grid-template-columns: 1fr 200px;
}

.dreispalten,
.vierspalten {
grid-template-columns: repeat(2, 1fr);
}

.wellcome-box-text p.introtext {
margin: 30px 0px 20px 0px;
}

.intro-heading {
    margin: 0px 0 40px 0;
}

.section-arrow {
margin: 25px 0;
}

.pfeil {
	width: 80px;
}

.wpr-feature-list-icon-wrap svg {
width: 18px;
}

.intro p,
#accordion .faq_frage,
.expert_text p,
.wellcome-box-text h1 span,
.zitatgrau p,
.textkursiv,
.single-box-title {
font-size: 20px;
}

#accordion .faq_antwort p,
.single-box-description {
    font-size: 17px;
}

.accordion {
margin: 40px 0;
}

ul.tabs li {
margin: 10px 5px;
}

ul.tabs li a {
font-size: 18px;
}

.single-award-oben h3,
.single-product-oben h3 {
font-size: 21px;
}

.products-container,
.award-container {
padding: 20px 20px 20px 0;
}

.single-award-unten {
padding: 20px 0 0 20px;
}

.single-special {
    padding: 20px;
}

.single-box-title {
    left: -20px;
    padding: 10px 20px;
}


h1 {
    font-size: 38px;
}

h1.technisch {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

.technisch-area h3 {
    font-size: 23px;
}

.footer-contact-area .section-heading > h3,
.zwischenheadline {
    font-size: 34px;
}

    ul.sub-menu {
        width: 100%;
        opacity: 1;
        visibility: visible;
        position: relative;
        left: 20px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .container {
        max-width: 1100px;;
    }

    .headerbild {
    height: 250px;
}

.introbox,
.introboxgruen {
padding-left: 35px;
}

    .wellcome-box-wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        }

    .wellcome-box-bild,
    .award-box-bild {
        min-height: 400px;
        order: 2;
    }

    .wellcome-box-text h1 {
    font-size: 40px;
    }

    .section-heading > h2 {
        font-size: 34px;
    }

    .event-public-entry .spezicon a, .member-icons a {
        line-height: inherit;
        height: 100%;
    }

    .specials {
        gap: 30px;
        }

    .header_area {
        background-size: 1600px auto;
    }

    .header_area .col-12 {
        padding: 0;
        margin: 0;
    }

    .navbar {
        xjustify-content: end;
        padding: 0;
        }

    .menu_area #nav {
        margin-left: 0;
        }

    #ca-navbar {
        margin-top: 5px;
        background-color: #E6EFEF;
        text-align: left;
        }

    #ca-navbar ul.sub-menu {
        background-color: #E6EFEF;
    }

    .header_area .menu_area #nav .nav-link,
    .header_area.sticky .menu_area #nav .nav-link {
        padding: 7.5px 15px;
        }


        .beratung {
grid-template-columns: repeat(1, 1fr);
}

.beratung-box-title {
        height: inherit;
    }

.branchen {
grid-template-columns: repeat(2, 1fr);
}

.expert_details h1 {
font-size: 32px;
}

.expert_zitat {
margin-bottom: 40px;
}

.expert_zitat p {
font-size: 26px;
}





        .footer-contact-area,
        .footer-social-icon {
            padding: 5% 15px;
        }

        .footer-contact-area .row {
        grid-template-columns: repeat(1, 1fr);
        }

        .text-center {
            text-align: left !important;
        }

        .address-text ul,
        .footer-menu ul {
            display: block;
        }

        .address-text ul li,
        .footer-menu ul li,
        .footer-menu ul li a {
            padding: 0;
            border: none;
            display: block;
        }

}






@media (max-width: 767px) and (min-width: 319px) {

    .section_padding_100_50 {
        padding: 40px 0;
    }

    .section_padding_100_20 {
        padding-top: 40px;
    }

    .section_padding_0_100 {
        padding-bottom: 40px;
    }

    .section-heading {
margin-bottom: 30px;
}

.col-12,
.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xl-12 {
    padding-left: 0;
    padding-right: 0;
}

    body,
    .address-text ul li span,
    .footer-menu ul li a,
    q,
    .function,
    .expert_details h2,
    #accordion .faq_antwort p,
    .single-box-description,
    .member-text p,
    .technisch-area .intro p {
    font-size: 16px;
}

.hygiene_knapp_area {
    height: 150px;
    margin-top: 40px;
}

.zitatgrau {
   margin: 0px 0px 40px 0px;
}

.eichy-container,
.expert_header {
     grid-template-columns: 1fr;
}

.dreispalten,
.vierspalten {
grid-template-columns: 1fr;
gap: 0;
margin-top: 20px;
}

.eichylogo {
    margin: 0 auto;
    width: 200px;
}

.menu_area .navbar-brand {
width: 150px;
padding: 20px;
}

.intro-heading {
    margin: 0px 0 30px 0;
}

.section-arrow {
margin: 15px 0;
}

.pfeil {
	width: 60px;
}

.accordion {
margin: 30px 0;
}

.wpr-feature-list-icon-wrap svg {
width: 16px;
}

/* Slides */
.mySlides {
  padding: 0 30px;
}

.prev, .next {
padding: 0;
}

.intro p,
#accordion .faq_frage,
.author,
.expert_text p,
.single-award-oben h3,
.single-product-oben h3,
.wellcome-box-text h1 span,
.zitatgrau p,
.textkursiv,
.single-box-title,
.member-text h3 {
font-size: 18px;
}

ul.tabs li a {
font-size: 14px;
padding: 5px 5px;
}

.single-award-oben .titlespan,
.single-product-oben .titlespan {
padding: 10px 20px;
}

a.button,
.wellcome-box-text p.introtext,
.technisch-area p,
.technisch-area ul,
.technisch-area ol {
font-size: 15px;
}

.wpr-feature-list-description {
    font-size: 14px;
}

.wellcome-heading {
    margin: 0px 0 30px 0;
}

.wellcome-box-text p.introtext {
margin: 20px 0px 10px 0px;
}


.password_forgot .form-group {
    display: block;
}


h1 {
    font-size: 30px;
}

h1.technisch {
    font-size: 26px;
}

h2 {
    font-size: 24px;
}

.technisch-area h3 {
    font-size: 20px;
}

.zwischenheadline {
    font-size: 26px;
}

.footer-contact-area .section-heading > h3 {
    font-size: 28px;
}

    .headerbild {
    height: 150px;
    margin-top: 40px;
}

.headerbg {
    margin-top: 40px;
}

.introbox,
.introboxgruen {
padding-left: 20px;
}

    .wellcome_area,
    .header_expert {
    margin-top: 40px;
}

.wellcome-box-text {
padding: 25px;
}

    #ca-navbar {
        margin-top: 0;
    }

    .header_area {
        background-size: 1200px auto;
        margin-top: -40px;
    }

    .navbar-toggler {
        margin-top: 10px;
    }

    .navbar-login {
        top: 0;
    }

    .wellcome-box-bild {
        min-height: 350px;
    }

    .wellcome-box-text h1 {
    font-size: 30px;
    }

     .section-heading > h2 {
        font-size: 26px;
    }

    .single-price-plan .package-description .title
    {
        word-break: break-word;
    }

.single-award-unten {
grid-template-columns: 1fr;
}

.single-product-unten {
display: block;
padding: 20px 0 0 20px;
}

.slick-dots {
bottom: 0;
}

    .specials {
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
grid-template-rows: repeat(1, 1fr);
    }

    .branchen {
grid-template-columns: repeat(1, 1fr);
}

.expert_foto {
    margin: -80px -30px 0px 0px;
}

.expert_foto img {
    width: 150px;
}

.expert_details h1 {
font-size: 26px;
}

.expert_zitat {
margin-bottom: 30px;
}

.expert_zitat p {
font-size: 22px;
}

.footer-contact-area,
.footer-social-icon {
padding: 40px 15px;
}

    .footer-contact-area .grid-2 {
    column-count: 1;
    gap: 20px;
    display: grid;
    }

}






@media (min-width: 1280px)
{
    .expert-contact-alignment-bottom
    {
        position: absolute;
        bottom: 0;
    }
}

.products-arrows
{
    width: 30px;
    background-color: transparent;
    text-align: center;
    font-size: 40px;
    color: #b5aec4;
    display: block;
    z-index: 90;
    cursor: pointer;
    padding-top: 15%;
}

.products-container .slick-dots li.slick-active button
{
    background-color: #f8dc00;
    border-color: #f8dc00;
}

#facility_name {
    font-size: 18px;
    padding: 15px 15px;
    xborder-radius: 25px 25px 25px 0;
}

#facility_phone {
    font-size: 18px;
    padding: 15px 15px;
    xborder-radius: 25px 25px 25px 0;
}

.line-shape-product-category {
    /*width: 80px;*/
    width: auto;
    height: 2px;
    background-color: #f8dc00;
    margin-top: 5px;
    /*margin-left: calc(50% - 40px);*/
    /*margin-left: 25%;*/
    /*margin-right: 25%;*/
}

/*.product-category, .product-line-shape*/
/*{*/
/*    width: 80px;*/
/*    height: 2px;*/
/*    background-color: transparent;*/
/*    margin-top: 15px;*/
/*}*/

/*.product-category:active, .product-line-shape*/
/*{*/
/*    width: 80px;*/
/*    height: 2px;*/
/*    background-color: #f8dc00;*/
/*    margin-top: 15px;*/
/*}*/

.cookie-accept-banner
{
    width: 100%;
    background-color: #e6efef;
    border-top: 1px solid #7eacaa;
    color: black;
    position: fixed;
    bottom: 0;
    display: none;
    z-index: 1001;
}

.cookie-accept-banner .cookie-accept-content
{
    max-width: 1175px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    font-size: 16px;
}

.cookie-accept-banner .cookie-accept-content span
{
    display: block;
}

@media( min-width: 1175px )
{
    .cookie-accept-banner .cookie-accept-content span
    {
        display: block;
    }
}

.cookie-accept-banner .cookie-accept-content a
{
    color: #0B615E;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    font-weight: bold;
    margin: 0 22px;
}

.cookie-accept-banner .cookie-accept-content a:hover
{
    color: black;
}

.cookie-accept-banner #accept-all-cookies {
    background: #f8dc00;
    height: 40px;
    min-width: 185px;
    color: #000000;
    xborder-radius: 22px 25px 22px 0;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}

.cookie-accept-banner #accept-all-cookies:hover {
    cursor: pointer;
    background: #0B615E;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.a-text-bold
{
    font-weight: bold;
}
