﻿@import "fonts.css";
@import "mo-grid.css";
@import "menu.css";
@import "module.css";
@import "barierefrei.css";

/* Farben
Orange= #ef6f03*/

:root,
:root.dark{
	--bg-color-orange: #000000;
	--bg-color-orange-d: #000000;	
	--bg-color-h-grey:#FFFFFF;
	--bg-footer-1:#13182C;
	--bg-footer-2:#000000;		
	--text-color-1: #000000;
	--clr-main-rgb: #000000;
	--text-color-2: #ffffff;
	--flash-img: url('../images/haeder-blue.jpg');	
	--img-filter-1: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7495%) hue-rotate(183deg) brightness(98%) contrast(99%);
}
:root.light {
	--bg-color-orange: #F27003;
	--bg-color-orange-d: #3a4e8b;
	--bg-color-h-grey:#FCFCFC;
	--bg-footer-1:#333333;
	--bg-footer-2:#222222;	
	--text-color-1: #ffffff;
	--text-color-2: #000000;
	--clr-main-rgb: #000000;
	--flash-img: url('../images/haeder.jpg');
	--img-filter-1: brightness(0) saturate(100%) invert(0%) sepia(79%) saturate(7454%) hue-rotate(141deg) brightness(93%) contrast(98%);	
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
* {
  outline: none;
}
body {
  color: #000000;
  font-family:"Open Sans", sans-serif;
  font-size:18px;
  font-weight:400;
  line-height:1.4;
  -webkit-text-size-adjust: none;
  background: #ffffff;  
}
/*.big p {
    font-size: 20px!important;
}
*/
.big {
    font-size: 150%!important;
}
.big h1 {
    font-size: 200%!important;
}
.big .quote{
    font-size: 110%!important;
}
.i-moon{
	font-family:icomoon;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}
hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
b,
strong{
	font-weight:600;
}
em{
	font-style:italic;
}
a {
  color: #464646;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-weight:500!important;
}
a[href^="tel:"] {
  color: #000000;
  text-decoration: none;
}
a:hover{
	/*text-decoration:underline;*/
}
.a:focus-visible, a:focus-visible, button:focus-visible, label:focus-visible,.logo:focus-visible {
  outline: 2px dotted #000 !important;
  outline-offset: 2px;
  display: block;
  z-index: 1;
}
a.exlink{
	color:var(--bg-color-orange-d);
}
.relative{
  position: relative;
}
ol,
ul {
  list-style: none;
}
.clear {
  clear: both;
}
#content {
  overflow: hidden;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}

.jesdisp{
	display:none;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.color-1 {
  color: #ffffff;
}
.color-2 {
  color: #F27003;
}
.color-3 {
  color: #000000;
}
@media (max-width: 767px) {
	.jesdisp{
	display: block!important;
	}
	.f_left {
	float: none!important;
	}
	.f_right {
	float: none!important;
	}
}
/* Abstände
 =================================================== */
.mt {
	margin-top:40px;
}
.pt60{
	padding-top:60px;
}

.haed-line{
	position:relative;
	display:inline-block;
	width:100%;
	padding:0px 0 20px 0;
}
.haed-line .logo{
	padding:20px 0 0px 0;
}
.haed-line .logo img{
	max-width:220px;
	height:auto;
}
.haed-line-banner{
	font-family:"Open Sans", sans-serif;
	float:right;
	text-align:left;
	padding:15px 0 0 0;
}
.haed-line-banner .h1{
	/*color: #ef6f03;*/
	color:#000000;
	font-size: 24px;
	font-weight:600;
}
.haed-line-banner .h1 span{
	color: #000000;
}
.haed-line-banner .h2{
	line-height:1.5;
}
.haed-line-banner .h2 span{
	color: #000000;
	font-weight:600;
}
.haed-line-banner .h3{
	color: #000000;	
}
.haed-line-img{
	padding:0px 0 80px 0;
	display:inline-block;
	width:100%;
	background-image:var(--flash-img);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100% auto;
}
.title-1 {
  font-size: 70px;
  line-height: 74px;
  font-weight: 600 !important;
  color: #FFF;
  padding-top: 60px;
  text-shadow: 1px 1px #000;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.title-2 {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  color: #FFF;
  text-shadow: 1px 1px #000;
  text-align: center;
}
.title-2 span {
  color: #F99D1C;
}

@media only screen and (max-width: 767px) {
	.haed-line .logo{
	margin: 60px auto 0 auto;
    text-align: center;
	}
	.haed-line .logo img{
	max-width:160px;
	height:auto;
	margin-top:50px;
	}
	.title-1 {
	padding-top:15px!important;
	font-size: 19px;
	line-height: 20px;
	margin-top: 50px;
	}
	.title-2 {
	font-size: 16px;
	line-height: 18px;
	}
	.haed-line-banner .h1,
	.haed-line-banner .h2,
	.haed-line-banner .h3{
	text-align:center;
	}
}

/* Rechte Seite
 ============================================== */
.quote {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid #ebebeb;
  padding: 15px 15px 15px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 20px;
  background: var(--bg-color-h-grey);  
}
.quote strong{
	font-weight:bold;
}
/*
.quote ul{
	margin-bottom:15px;
}
.quote ul:last-child{
	margin-bottom:0px;
}
.quote li{
	line-height:1.3;
}*/
.quote .l-center{
	width:100%;
	text-align:center;
}
/* Footer
 ============================================== */
footer {
  font-family:"Open Sans", sans-serif;
	padding:20px 0 20px 0!important;
  background: #ffffff;
  border-top:1px #000 solid!important;
}
footer .brand-footer {
  display: inline-block;
  margin-top:-5px;
}
footer .brand-footer_name-footer {
  overflow: hidden;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}
footer .inline-list {
  float: right;
  display: inline-block;
}
@media (max-width: 767px) {
  footer .inline-list {
    float: none;
    margin: 10px 0;
  }
}
footer .inline-list .fa:hover {
  color: #FD7605;
}
/*===================   Copyright   =====================*/
.copyright {
  font-family:"Open Sans", sans-serif;
  display: inline-block;
  padding-left: 14px;
  padding-top: 3px;
  float:right;
}
.copyright a:hover {
  text-decoration: underline;
}
/* List 4
 =============================================================== */
.list.list-4 {
  font-family:"Open Sans", sans-serif;
  margin-top:3px;
  font-size: 12px;
  float: right;
  line-height:1.2!important;
}
.list.list-4 li {
  float: left;
  color: #000;
}
.list.list-4 li a {
    color: #000;
  margin-left: 5px;
  margin-right: 4px;
}
.list.list-4 li a:hover {
  text-decoration: underline;
}
.list.list-4 li + li {
  border-left: 1px solid;
  font-weight: 400;
}
