/*
Theme Name: 0815 Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: 0815design
Author URI: https://0815design.de
Description: 0815 is a lightweight and minimalist WordPress theme.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1769078146
Updated: 2026-01-22 11:35:46

*/



/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
	font-display: swap;
  src: local(''),
       url('fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v34-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
	font-display: swap;
  src: local(''),
       url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
	font-display: swap;
  src: local(''),
       url('fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v34-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
	font-display: swap;
  src: local(''),
       url('fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v34-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

:root :where(.is-layout-constrained) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.ctl-horizontal-timeline {
  --ctw-ibx-size: 170px !important; /* global scope */
}
.ctl-story .ctl-icondot {
	transform: scale(1.0);
	border: 0px solid #00858C;
}
.ctl-story:hover .ctl-icondot {
	transform: scale(1.3);
	transition: all 0.3s ease-in-out;
	--ctw-arw-bg: #fff !important;
	z-index:100;
	border: 2px solid #00858C;
}


.min_450 {
   min-height: 425px;
   padding-top: 250px !important;
}

body, html{
font-family: 'Open Sans', sans-serif;
font-size: 18px;
font-weight:300;
width: 100%;
box-sizing: border-box;
overflow-x: hidden;
scroll-behavior: smooth;
}

h1,h2,h3,h4,h5 {
font-family: 'Open Sans', sans-serif;
font-weight:300;
}

.site-branding img{
width: 400px;
height: auto;
}

p.ctl_read_more {
  font-size: 0.8rem !important;
	color: #333;
}

.jobicon {
  font-size: 4rem !important;
	color: #00858C;
	text-align:center;
}


.head_wrapper{
  z-index: 10;
  width: 100%;
  position: absolute;
  top: 0;
  height: 0px;
  transition: all 0.3s ease-in-out;
}

.head_wrapper i {
  font-family: 'Font Awesome 6 Free';
  font-size: 1.3rem;
  margin-right: 10px;
  color: #fff !important;
}

.head_wrapper .mod_address {
  margin-right: 18px;
}

.head_wrapper .top-menu {
	max-width: 1140px;
	margin: 0 auto;
	margin-top: 20px;
  display: flex;
	flex-direction: row-reverse;
	color: #fff;
    font-size: 0.9rem;
}

.head_wrapper .top-menu a {
	color: #fff;
}

.head_wrapper .top-menu ul {
  padding: 0 18px;
}

.head_wrapper .top-menu li{
	list-style-type: none;
}





.head_wrapper .top-menu a.highlight{
	color: #fff;
	background: #B6B800;
	padding: 4px 10px;
	border-radius: 3px;
}

.head_wrapper .sub-menu a{
	color: #000 !important;
}

.head_wrapper ul ul {
  width: auto !important;
  white-space: nowrap;
}

.head_wrapper ul ul li a {
  text-transform: none;
  text-align: left;
  line-height: 32px !important;
  color: #393939;
  font-size: .9rem;
  letter-spacing: 0;
  font-weight: 400;
}

.head_wrapper.solid{
  z-index: 1001;
  width: 100%;
  position: fixed;
  background: #fff;
	height: 110px;
	box-shadow: 0 0 2px 2px rgb(0 0 0 / .1);
	transition: all 0.3s ease-in-out;
}

.head_wrapper.solid .top-menu{
  display: none;
}

.head_wrapper ul.menu li.menu-item-has-children::after {
   color: #fff;
}
.head_wrapper.solid ul.menu li.menu-item-has-children::after {
   color: #000;
}

.site-header:not(.dynamic-header) {
  margin: 0 auto !important;
}

.site-header:not(.dynamic-header) a {
  color: #fff;
  text-decoration: none !important;
	text-shadow: 0px 0px 10px #015e63;
	transition: all 0.3s ease-in-out;
}
.site-header:not(.dynamic-header) a:hover {
  color: #bdf1f4;
	text-shadow: 0px 0px 30px #015e63;
}
.solid .site-header:not(.dynamic-header) a {
  color: #00858C;
  text-decoration: none !important;
	text-shadow: 0px 0px 0px #015e63;
}
.solid .site-header:not(.dynamic-header) a:hover {
  color: #666;
}

.site-header .site-branding {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .5rem;
}

.site-navigation ul.menu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
}

.site-navigation ul.menu li.menu-item-has-children a {
  padding: 8px 2px 8px 15px;
}

.site-branding img {
  border-style: none;
  height: auto;
  max-width: 100%;
  width: 400px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(70deg) brightness(108%) contrast(108%);
}

.solid .site-branding img {
  width: 250px;
  filter: none;
  margin-top: 10px;
}

.site-header .site-title, .entry-title {
  display: none;
}

.start_video {
	height: 100vh;
	text-shadow: 0px 0px 10px #00656a;
}

.start_video .nk-awb-wrap-content{
	display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
}

.page-content h2 {
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  line-height: 1.2;
}

#footer{
	background: rgba(0,133,140,1);
	width: 100%;
	color: #fff;
	position:relative;
	font-size: 0.85rem;
}

.footer-outer:before {
	content:'';
  display:block;
	background: rgba(0,133,140,0.55);
	width: 2000px;
	height: 200px;
	position: absolute;
	left: 22%;
	top: -30px;
	transform: rotate(-1deg);
	z-index: -1;
}
.footer-outer:after {
	content:'';
  display:block;
	background: rgba(0,133,140,0.2);
	width: 300px;
	height: 1500px;
	position: absolute;
	right: -180px;
	bottom: 50px;
	transform: rotate(9deg);
	z-index: -2;
}

#footer a{
	color: #fff;
}


#footer .bottom {
  font-size: .85rem;
  color: #fff;
  display: flex;
	flex-wrap: wrap;
}
#footer .bottom a{
  color: #fff;
  margin-left: 25px;
}
#footer .bottom .right{
  text-align: right;
  width: 50%;
}
#footer .bottom .left{
  width: 50%;
}

.footer-widgets {
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0;
}
#footer h2 {
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  line-height: 1.2;
	color: #c9f6f8;
}

.footer-widgets p, .footer-widgets a{
  color: #fff;
}
.footer-widgets ul{
  margin:0;
	padding: 0;
  list-style-type: none;
}
.footer-widgets li{
  margin-bottom: 10px;
}
.footer-widget-column:first-child {
  width: 60%;
}
.footer-widget-column:nth-child(2), .footer-widget-column:nth-child(3) {
  width: 20%;
  border-left: 1px solid #69bfc4;
  padding-left: 20px;
}
.footer-widget-column:nth-child(4) {
  width: 100%;
  height: 100px;
  font-size: 25px !important;
}

.page-content a{
	color: #00565a;
	text-decoration: none;
}
.page-content ul{
	margin-bottom: 30px;
}
.page-content li{
	margin-bottom: 5px;
}

.wp-block-cover {
  background: #00858C;
  text-shadow: 0px 0px 10px #000;
}
.wp-block-cover img {
  opacity: 0.3 !important;
	transition: all 0.3s ease-in-out;
}
.wp-block-cover:hover img {
  opacity: 0.8 !important;
	transform: scale(1.1);
}

.full_width{
	width: 100% !important;
}

[type="button"], [type="submit"], button {
  background-color: #00858C;
  border: 1px solid #00858C;
  border-radius: 5px;
  width: 100%;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  padding: .5rem 1rem;
  text-align: center;
  transition: all .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

[type="button"]:focus, [type="button"]:hover, [type="submit"]:focus, [type="submit"]:hover, button:focus, button:hover {
  background-color: #73BCC0;
  color: #fff;
  text-decoration: none;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.wpcf7-list-item label{
  line-height: 1.5;
}

.wpcf7-not-valid-tip {
  color: #cc0000;
  font-size: 0.8em;
  font-weight: normal;
  display: block;
}
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin-left: 10px;
}

#drdsgvo_map {
    max-width: 100%;
    width: 100%;
    height: 550px !important;
  }

.alignfull.map_group{
  margin-bottom: -37px;
  clip-path: polygon(0% 0%, 100% 15%, 100% 100%, 0% 100%);
}

.alignfull.map_group li img{
  display: none !important;
}

.ol-control button, .ol-control button, .ol-control a.drdsgvo_btn, .ol-control a.drdsgvo_btn {
  text-decoration: none;
  background-color: #00858C !important;
}

.ol-control button:focus, .ol-control button:hover, .ol-control a.drdsgvo_btn:focus, .ol-control a.drdsgvo_btn:hover {
  text-decoration: none;
  background-color: #43b5bb !important;
}


@media only screen and (min-width: 576px) {
  .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*="elementor-page-"]) .site-main {
    max-width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 768px) {
  .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*="elementor-page-"]) .site-main {
    max-width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 992px) {
  .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*="elementor-page-"]) .site-main {
    max-width: calc(100% - 40px);
  }
}

@media only screen and (min-width: 1200px) {
  .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*="elementor-page-"]) .site-main {
    max-width: 1140px;
  }
}


@media only screen and (max-width: 992px) {
.head_wrapper .top-menu.hide-mob {
  display: none !important;
}
}

@media only screen and (max-width: 768px) {
.footer-widget-column:first-child {
  width: 100%;
}
.footer-widget-column:nth-child(2), .footer-widget-column:nth-child(3) {
  width: 100%;
  border-left: 0px solid #69bfc4;
  padding-left: 0;
}
#footer .bottom .right{
  text-align: center;
  width: 100%;
}
#footer .bottom .left{
  width: 100%;
  text-align: center;
  margin: 10px auto;
}
#footer .bottom a {
  margin-left: 12px;
  margin-right: 12px;
}
.site-branding img {
  margin-left: 20px;
  max-width: 70%;
}
}


.glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0 rgba(0,0,0,.0) !important;
    box-shadow: 1px 2px 9px 0 rgba(0,0,0,.0) !important;
  }

