﻿@charset "UTF-8";

@import url('mo-grid.css');
@import url('fonts.css');
@import url('menu.css');
@import url('module.css');
@import url('bewerbung.css');


;


:root {
  --bg-color: #000000;
  --bg-color-zwei: #ffffff;
  --rahmen-color: #000000;   
  --text-color: #ffffff;
  --text-color-zwei: #ffa600;
  --filter-color-2:filter: brightness(0) saturate(100%) invert(18%) sepia(50%) saturate(1328%) hue-rotate(200deg) brightness(87%) contrast(90%);;
}
html {
  scroll-behavior: smooth;
}
body {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.643;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	letter-spacing: 0px;
	text-align: left;
	color: #333333;
}
p {
  margin-bottom: 15px;
}
b,strong {
	font-weight:600!important;
}
a{
	color:#333333;
	font-weight:600;
	text-decoration:none;
}
.text-left{text-align:left !important}
.text-right{text-align:right !important}
.text-center{text-align:center !important}

.section-sm, .section-md, .section-lg, .section-xl {
  padding: 60px 0;
}
.section-sp{
	padding:90px 0 60px 0;
}
.relative{
	position:relative;
}
img{
	width:100%;
	height:auto;
}
.img-responsive img{
	width:100%;
	height:auto;
}
.txt-right{
	text-align:right;
}
.txt-center {
  text-align: center;
}
.txt-left{
	text-align:left;
}
.border-r10,
.border-r10 img{
	border-radius: 10px;
}
.bg-gray-light {
  background-color: #f5f5f5;
}
.bg-grey{
	background:#FCFCFC;
}
.flaticon {
  font-family: flaticon_mycollection;
}
.font-popp {
  font-family: Poppins !important;
}
.font-rale {
  font-family: 'Raleway', sans-serif;
}
.color-1 {
  color: #FFFFFF;
}
.color-2 {
  color: #207893;
}

.mo-txt-right {
  text-align: right;
}
.mo-txt-left {
  text-align: left;
}
.fontsize-1 {
  font-size: 14px;
}
.fontsize-2 {
  font-size: 24px;
}
.fontsize-3 {
  font-size: 45px;
}
.fontspace-1 {
  letter-spacing: -.02em !important;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.lineheight-13 {
  line-height: 1.3;
}
.lineheight-16 {
  line-height: 1.6;
}
.distance-3 {
  margin-top: 30px;
}
.distance-3 img {
  width: auto;
  height: auto;
}
.distance-4 {
  margin-top: 40px;
}
.distance-5 {
  margin-top: 50px;
}
.bg-gray-light,.hgrey {
  background: #f6f6f6;
}
.txt h3{
	font-family: 'Poppins';
	font-size:1.6em;
	font-weight:700;
	margin-bottom:15px;
}
.standart h2,.standart h4{
	font-family: 'Poppins';
	font-size:1.6em;
	font-weight:700;
	margin-bottom:25px;
}
@media (max-width: 767px) {
  .fontsize-3 {
    font-size: 1.5em;
  }
 .mo-txt-right, .mo-txt-left {
    text-align: center;
  }  
    .distance-4, .distance-5 {
    margin-top: 15px;
  }
}

/* U Header
 ======================================================== */
.u_header {
  height: 25em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(135deg, #6589ff 20%, #2ab4c5 70%);
}
[class*="bg-"] {
  background-size: cover;
  background-position: center center;
}
.bg-paper {
  position: relative;
}
.bg-paper {
  background-color: #ffffff;
}
.bg-paper::after{
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: calc( 100% - 2px);
  height: 35px;
  background-image: url("../images/decor-gray-paper1.png");
}
.u_header .h2 {
  padding: 1em;
  margin-top:50px;
  color: #ffffff;
  font-size:2.6em;
  text-align:center;
}
.u_header .h2 span {
  font-weight: normal;
  font-size: 0.8em;
  display: block;
}
@media only screen and (max-width:768px){
	.u_header .h2{
	font-size:1.8em;
	line-height:1.2;
	padding: 0.5em;
	}
	.u_header .h2 span {
	padding-top:12px;
	font-weight: normal;
	font-size: 0.6em;
	line-height:1.2;
	display: block;
	}	
}
 
/* Footer
 ======================================================== */
 .footer{
 	color:#ffffff!important;
	display:inline-block;
	width:100%;
	padding:60px 0 60px 0;
	background:#042c4c;
}
 .footer a{
 	color:#ffffff!important;
 	text-decoration:none;
}
.footer-head{
	font-size:20px;
	font-weight:bold;
	color:#f6f6f6!important;
	margin-bottom:12px;
}
.footer  ul{
	margin:0 0 0 20px;
}
.footer ul > li {
  padding: 0 0 15px 0;
}
.footer li a {
  display: inline-block;
  padding-left: 15px;
  position: relative;
  color:#f6f6f6;
  text-decoration:none;
}
.footer li a::before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  top: 4px;
  left: 0;
  line-height: 1em;
  font-size: 14px;
}
@media only screen and (max-width:768px){
	.footer img{
	width:60%;
	height:auto
	}
}
/* Back to Top
 ========================================================================== */
#back-top{
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 80px;
  overflow: hidden;
  width:60px;
  height:60px;
  border: 1px solid #fff;
  border-radius:4px;
    background: url(../images/totop.png) no-repeat center center rgba(32,120,147,0.9);
  /*background: url(../images/totop.png) no-repeat center center rgba(178,150,91,0.9);*/
  z-index:99;
} 
#back-top:hover {
  /*outline: none;*/
    background: url(../images/totop.png) no-repeat center center rgba(0,0,0,0.9);
}
@media only screen and (max-width: 1199px) {
  #back-top {
    display: none !important;
  }
} 
/* Footer
 ======================================================== */
 .footer{
 	color:#ffffff!important;
	display:inline-block;
	width:100%;
	padding:60px 0 60px 0;
	background:#042c4c;
}
 .footer a{
 	color:#ffffff!important;
 	text-decoration:none;
}
.footer-head{
	font-size:20px;
	font-weight:bold;
	color:#f6f6f6!important;
	margin-bottom:12px;
}
.footer  ul{
	margin:0 0 0 20px;
}
.footer ul > li {
  padding: 0 0 15px 0;
}
.footer li a {
  display: inline-block;
  padding-left: 15px;
  position: relative;
  color:#f6f6f6;
  text-decoration:none;
}
.footer li a::before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  top: 4px;
  left: 0;
  line-height: 1em;
  font-size: 14px;
}
@media only screen and (max-width:768px){
	.footer img{
	width:60%;
	height:auto
	}
}

