﻿@charset "UTF-8";
/* CSS Document */

@import "menu.css";
@import "module.css";
@import "fonts.css";

body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 1.76em;
    font-weight: 400;
    color: #1C374C;
    background-color: #ffffff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
}

a{
	color: #1C374C;
	text-decoration:none;
}
strong,b{
	font-weight:bold;
}
img{
	width:100%;
	height:auto;
}
.bg-grau{
	padding:100px 0;
	background:#F4F4F4;
}
.bg-weiss{
	padding:100px 0;
	background:#FFFFFF;
}
.bg-weiss2{
	padding:50px 0;
	background:#FFFFFF;
}
.bg-blue{
	padding:80px 20px;
	margin-bottom:-80px;
	display:inline-block;
	width:100%;
	background:url('../images/bg10.jpg');
}

.t-5{
	margin-top:-12px;
}
.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}
.text-primary {
	position:relative;
	line-height:1.4;
	color: #FFFFFF !important;/*#1C374C*/
	z-index:3
}

a.text-primary:hover, a.text-primary:focus {
	color: #0e7383 !important;
}
.text-primary-after{
	position:relative;
	line-height:1.4;
	margin:30px 0 30px 0;
	color: #FFFFFF;/*#1C374C*/
	z-index:3	
}
.font-base {
    font-family: "Roboto", sans-serif!important;
    font-weight:normal;
}

@media (min-width: 992px) {
	.big-text {
		font-size: 2.6rem;
	}
}
.block-1 {
	max-width: 400px;
}

@media (min-width: 768px) {
	.block-1 {
		max-width: 432px;
	}
}
/* Typography
 ======================================================================== */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'PT Serif', serif!important;
	font-weight: 700;
	color: #1C374C;
	margin-bottom: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
	color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
	color: #16B0C8;
}

h1{
	font-size:1.8em;
	line-height:1.4;
	margin-bottom:15px;
}

@media (min-width: 992px) {
	h1{
		font-size:1.9em;
		line-height:1.4;
		margin-bottom:15px;
	}
}

h2 {
		font-size:1.6em;
		line-height:1.4;
		margin-bottom:15px;
}

@media (min-width: 992px) {
	h2 {
		font-size:1.6em;
		line-height:1.4;
		margin-bottom:15px;

	}
}

h3{
		font-size:1.4em;
		line-height:1.4;
		margin-bottom:12px;
}

@media (min-width: 992px) {
	h3,
	.h3 {
		font-size:1.4em;
		line-height:1.4;
		margin-bottom:12px;

	}
}

h4,
.h4 {
	font-size: 18px;
	line-height: 1.4em;
}

@media (min-width: 992px) {
	h4,
	.h4 {
		font-size: 18px;
		line-height: 1.66667;
	}
}

h5,
.h5 {
	font-family: "Roboto", sans-serif;
	font-size: 12.8px;
	line-height: 1.76em;
}

@media (min-width: 992px) {
	h5,
	.h5 {
		font-size: 16px;
		line-height: 32px;
	}
}

h6,
.h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
}
p{
	margin-bottom:25px!important;
}
.link-white{
	color:#FFFFFF;
	text-decoration:none;
}
.link-h-blue{
	color: #25EBFF;
	text-decoration:none;
	font-family:font-family: 'FontAwesome';
}

/* Header
 ========================================================= */
.header {
	position: absolute;
	z-index: 1080;
	top:0;
	left: 0;
	right: 0;
	margin:0;
	padding:0;
}
.logo{

} 

.blue-line{
    padding: 10px 0 7px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 767px){
	.blue-line,.logo{
	display:none;
}}
@media (min-width: 768px) and (max-width: 1024px) {
.logo{
	display:none;
}}
.left{
	float:left;
	margin-top:4px;
}
.left span{
	font-size:15px;
	line-height:1;
	margin-right:17px;
}
.left i{
	line-height:1;
	padding-right:5px;
}
.right{
	float:right;
}
.right span{
	margin-left:11px;
	font-size:22px;
}
.section-xxl
 {
	padding: 60px 0;
}
@media (min-width: 576px) {
	.section-xxl {
		padding: 80px 0;
	}
}
@media (max-width: 767px){
	.section-xxl {
		padding: 120px 0 60px 0;
	}
}
@media (min-width: 768px) {
	.section-xxl {
		padding: 100px 0;
	}
}

@media (min-width: 992px) {
	.section-xxl {
		padding-top: 306px;
		padding-bottom: 180px;
	}
}
.image-hg1 {
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
}

@media (min-width: 576px) {
	.image-hg1 {
		background-position: center center;
	}
}

@media (min-width: 992px) {
	.image-hg1 {
		background-position: center 70px;
	}
}
.filter {
  position: relative;
  height: 100%; 
}

.filter:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    content: ""; 
}

.filter.filter-color:before {
    background:rgba(0, 0, 0, 0.3);
}

/* Header Bild
 ======================================================================= */

#headerpic {
	position: relative;
	background:#cccccc url('../images/hg1.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 110px;
	padding-top: 140px;/* war 140px */
	padding-bottom: 200px;/* war 140px */
	text-align:center;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}

#headerpic .layer {
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	z-index: 2;
}

#headerpic h3 {
	position: relative;
	font-family: 'Raleway', sans-serif!important;
	font-weight: 700;
	font-size:40px;
	letter-spacing: 0.1em;
	width:100%;
	/*text-transform: uppercase;*/
	text-align:center!important;
	top:50%;
	margin:0 auto;
	color: #ffffff;
	display: inline;
	z-index: 6;
}
@media (max-width: 767px) {
#headerpic {
	position: relative;
	background:#ffffff;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: relative;
	background-position: center center;
	margin-top: 80px;
	margin-bottom: 20px;
	padding-top: 70px;
	padding-bottom: 70px;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}
#headerpic h3 {
	position: relative;
	font-family: 'Raleway', sans-serif!important;
	font-weight: 700;
	font-size:28px;
	letter-spacing: 0.1em;
	width:100%;
	text-align:center!important;
	top:50%;
	margin:0 auto;
	color: #ffffff;
	display: inline;
}}
  

/* Footer 
 ========================================================= */
.footer-dark {
	font-family: "Roboto", sans-serif;
	padding: 140px 0 60px 0;
	background: #4183AE;
}
.footer-cont h6{
	font-family: "Roboto", sans-serif!important;
	margin-bottom:10px;
}
.footer-cont h3{
	margin-bottom:16px;
}

.footer-logo + p {
	margin-top: 6px;
}
a.footer-link{
	font-family: "Roboto", sans-serif!important;
	font-size:14px;
	color:#F6F6F6;
	text-decoration:none;
	padding:0 0 0 5px;
}
.lh-1 {
	line-height: 28px;
}
.red{
	color:#c30000;
}
.font-weight-bold {
	font-weight: 700;
}
.link-primary-white, .link-primary-white:focus, .link-primary-white:active {
	color: #16B0C8;
}

.link-primary-white:hover {
	color: #ffffff;
}

.link-secondary-white, .link-secondary-white:focus, .link-secondary-white:active {
	color: #FAE80C;
}

.link-secondary-white:hover {
	color: #ffffff;
}
.link-white, .link-white:focus, .link-white:active {
	color: #ffffff;
}

.link-white:hover {
	color: #16B0C8;
}

@media (min-width: 768px) {
	.footer-dark {
		padding: 100px 0;
	}
}

@media (min-width: 992px) {
	.footer-dark {
		padding-top: 115px;
		padding-bottom: 0px;
	}
}

@media (min-width: 992px) {
	.section-last + .footer-dark {
		padding-top: 228px;
	}
}

* + .footer-list {
	margin-top: 2px;
}

.footer-list li + li {
	margin-top: 4px;
}
@media (max-width: 767px){
	.footer-list li{
	width:100%;
}
	footer h3{
	padding:15px 0 5px 0;
}}

.footer-list-second li + li {
	margin-top: 4px;
}

.footer-list-third li {
	line-height: 28px;
}

.footer-list-third li + li {
	margin-top: 4px;
}

@media (min-width: 992px) {
	.footer-list-third li + li {
		margin-top: 14px;
	}
}

.footer-list-fourth li + li {
	margin-top: 4px;
}

.pre-footer {
	padding-top: 30px;
	border-top: 1px solid #91C3D4;
}

.footer-wrapp {
	padding-bottom: 30px;
}

@media (min-width: 992px) {
	.footer-wrapp {
		padding-bottom: 40px;
	}
	.block-2 {
		max-width: 240px;
	}	
}
.design {
	width:100%;
	color:#91C3D4;
	text-align:right;
}

.design a{
	color:#91C3D4;
	text-decoration:none;
}
.footer-cont, .bg-color-1, .bg-gray-700,
.footer-cont h1,
.bg-color-1 h1,
.bg-gray-700 h1, .footer-cont h2, .bg-color-1 h2, .bg-gray-700 h2, .footer-cont h3, .bg-color-1 h3, .bg-gray-700 h3, .footer-cont h4, .bg-color-1 h4, .bg-gray-700 h4, .footer-cont h5, .bg-color-1 h5, .bg-gray-700 h5, .footer-cont h6, .bg-color-1 h6, .bg-gray-700 h6, .footer-cont .h1, .bg-color-1 .h1, .bg-gray-700 .h1, .footer-cont .h2, .bg-color-1 .h2, .bg-gray-700 .h2, .footer-cont .h3, .bg-color-1 .h3, .bg-gray-700 .h3, .footer-cont .h4, .bg-color-1 .h4, .bg-gray-700 .h4, .footer-cont .h5, .bg-color-1 .h5, .bg-gray-700 .h5, .footer-cont .h6, .bg-color-1 .h6, .bg-gray-700 .h6 {
	color: #ffffff;
}
.bg-color-1 {
	color:#FFFFFF;
    background-color: #4183AE;
} 

