﻿@charset "UTF-8";
/* CSS Document */

@import "fonts.css";
@import "form.css";
@import "grid.css";
@import "module.css";
@import "lightslider.css";


/* 
Color:
Gold: #B9A388
*/

* {
	margin:0;
	padding:0;
	list-style:none;
}
html {
  scroll-behavior: smooth;
}
html,body {
	width:100%;
	min-height:100%;
}
body {
  background: #ffffff;
  color: #1e283a;
  font: 400 14px/24px 'Roboto Condensed', sans-serif;
  -webkit-text-size-adjust: none;
}
body .bg-gr{
  background: #F6F6F6!important;
  color: #1e283a;
  font: 400 14px/24px 'Roboto Condensed', sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}
.anker{
	position:relative;
	top:-4.5rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e283a;
  font-family: 'Roboto Condensed', sans-serif;
}
h1 {
  font-size: 35px;
  line-height:1.5;
}
h2 {
  font-size: 33px;
  line-height: 33px;
  margin-bottom:15px;
}
h3 {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 600;
}
h4 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
}
h5 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
h6 {
  font-size: 16px;
}
p{
	margin-bottom:15px;
}
p a:hover {
  text-decoration: underline;
}
time {
  display: block;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #333333;
}
a:active {
  background: transparent;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align:center;
}
.logo{
	text-align:center;
	margin:10px 0 5px 0;
}
.mail a,.mail{
	color:#2E5EA0;
	font-weight:bold;
	margin:0px 0 5px 0;	
}
.spr{
	margin:0px 0 5px 0;		
}
/* Header bilder
 ======================================================================= */
#headerpic {
	position:relative;
	box-sizing: border-box;
	height:50vh!important;
	width:100%;
    /*min-height: calc(110vh - 100px);*//*war 140*/
    background-position:50% 50%;
    background-size:cover;
}

#headerpic .layer {
	background-color: #000;
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 0.2;
	z-index: 2;
}

.uk-card {
	position: absolute;
	padding:20px;
	width:100%;
	display:inline-block;
    top:50%;
    background: rgba(7, 98, 154, 0.0);
    z-index:3;
}
.uk-card h3{
	position:relative;
	font-family: 'Open Sans', sans-serif!important;
	color:rgba(255,255,255,1.0);
	text-align:center;
	font-size: 3em!important;
	line-height: 1.3!important;
	font-weight:600!important;
	margin-bottom:0px!important;
}
/*Apple iPad 10.2 (2019) Landscape Media Queries*/
@media only screen and (min-width: 1080px) and (orientation: landscape) {
.uk-card {
	position: absolute;
	padding:20px;
	width:100%;
	display:inline-block;
    top:20%;
    background: rgba(7, 98, 154, 0.0);
    z-index:3;
}}
/*Apple iPad 10.2 (2019) Portrait Media Queries*/
@media only screen and (min-width: 810px) and (orientation: portrait) { 
.uk-card {
	position: absolute;
	padding:20px;
	width:100%;
	display:inline-block;
    top:15%;
    background: rgba(7, 98, 154, 0.0);
    z-index:3;
}}

@media (max-width: 767px) {
#headerpic {
    /* top: 70px; */
    /* min-height: calc(50vh - 100px); */
    /* height: 100vh; */
    margin-top: 0px;
    height: auto;
    min-height: 150px!important;
    max-height: 50vw!important;
   /* background-size: 100% auto;*/
    background-repeat: no-repeat;
}
.uk-card {
	position: absolute;
	padding:20px;
	display:inline-block;
    top:15%;
    background: rgba(7,98,154,0.0);
}
.uk-card h3{
	font-family: 'Archivo Black', sans-serif!important;
	text-align:center;
	font-size:20px!important;
	line-height:1.1!important;
	color:rgba(255,255,255,.7)!important;
	margin-bottom:0px!important;
}
.layer{
	display:none!important;
}}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px){
#headerpic {
    /* top: 70px; */
    /* min-height: calc(50vh - 100px); */
    /* height: 100vh; */
    margin-top: 0px;
    height: auto;
    min-height: 235px!important;
    max-height: 50vw!important;
    background-size: cover;
    background-repeat: no-repeat;
}}
/*Apple iPad 10.2 (2019) Portrait Media Queries*/
@media only screen and (min-width: 810px) and (orientation: portrait){
#headerpic {
    /* top: 70px; */
    /* min-height: calc(50vh - 100px); */
    /* height: 100vh; */
    margin-top: 0px;
    height: auto;
    min-height: 335px!important;
    max-height: 50vw!important;
    background-size: cover;
    background-repeat: no-repeat;
}}

/*Apple iPad 10.2 (2019) Landscape Media Queries*/
@media only screen and (min-width: 1080px) and (orientation: landscape){
#headerpic {
    /* top: 70px; */
    /* min-height: calc(50vh - 100px); */
    /* height: 100vh; */
    margin-top: 0px;
    height: auto;
    min-height: 335px!important;
    max-height: 50vw!important;
    background-size: cover;
    background-repeat: no-repeat;
}}

/* Style the list */
.rex-breadcrumbs{
  float: left;
  color: #333333!important;
  letter-spacing: 0.18em;
  font-size: 14px !important;
  font-size: 14px !important;
  margin-top: 5px;
  padding-right:16px!important;
}
.rex-breadcrumbs a{
  color: #333333!important;
  text-decoration: none;
}
.rex-breadcrumbs a:hover {
  color: #000000!important;
  text-decoration: underline;
} 
ul.rex-breadcrumb {
	position: relative;
  padding: 0px 16px;
  list-style: none;
  z-index: 6;
  /*background-color: #eee;*/
}

/* Display list items side by side */
ul.rex-breadcrumb li {
  display: inline-block;
  color: #333333!important;
  letter-spacing: 0.18em;
  font-size: 14px!important;
  text-transform:uppercase;
  margin-top:5px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.rex-breadcrumb li+li:before {
  font-family: FontAwesome;
  padding: 8px;
  color: #333333!important;
  content: "\f101";
}

/* Add a color to all links inside the list */
ul.rex-breadcrumb li a {
  color: #333333!important;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.rex-breadcrumb li a:hover {
  color: #3BABC2!important;
  text-decoration: none;
} 
.bread{
	padding:12px 0 12px 20px;
	background:#ECECEC;
	border-bottom:1px #E4E4E4 solid;	
} 

.txt-color-w{
	color:#ffffff;
}
.txt-size-1{
	font-size: clamp(1.25rem, 1.3vw, 1.5rem);
	line-height:1.2;
}
.mt-1{
	margin-top:20px;
}
footer{
	background:#61B9CD;
}
.footer-one{
	padding:20px 0;
	border-bottom:1px #7DC2D1 solid;
	background:#61B9CD;	
}
.button {
	color: #ffffff;
	padding: 10px 32px;
	margin:30px 0 0 0;
	text-align: right;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	border: 1px #fff solid;
	transition-duration: 0.4s;
	border-radius: 4px;
	background:#3165A1;
}
.button:hover{
	color:#ffffff;
	background:#c30000;
}
.footer-two{
	padding:20px 0;
	border-bottom:1px #75B9CB solid;
	background:#3CAAC1;	
}
.footer-two .f-head{
	color:#ffffff;
	font-size:22px;
	font-weight:bold;
	margin-bottom:15px;
}
.footer-two .f-txt{
	color:#ffffff;
	font-size:16px;
	font-weight: normal;
	line-height:1.4;
	margin-bottom:15px;
}
.footer-two .f-txt-tr{
	color: #3CAAC1;
}

.footer-three{
	padding:10px 0;
	background:#3199B4;	
}
.footer-three .f-txt-tr{
	color: #3199B4;
}

/* Sozial */
.socialmediaicons{
	margin:25px 0 0 0;
} 
.socialmediaicons img{
	height:30px;
	width:auto;
	filter: brightness(0) saturate(100%) invert(92%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
}
.socialmediaicons .facebook {
  background: #3B5998;

}
.socialmediaicons a.gradient {
  color:#ffffff;
  background: #833ab4;
  background: linear-gradient(115deg, rgb(249, 206, 52), rgb(238, 42, 123), rgb(98, 40, 215));
  /*background: linear-gradient(to right, #833ab4,#fd1d1d,#fcb045);*/
}
.socialmediaicons a.tik-tok{
	background:#000;
}
.socialmediaicons a.linkedin{
	background:#1B92C5;
}
.socialmediaicons a.youtube{
	background:#FD3428;
}

.socialmediaicons .ic {
  padding: 10px 10px;
  /*font-size: 20px;
  width: 50px;*/
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius:5px;
}

/* Cookie Icon
 =============================================================================== */
.cookie-box {
	position:fixed;
	bottom:20px;
	left:20px;
	width:40px;
	height:40px;
	padding:10px;
    border-radius: 50%;
    background-color: #f8f8f8;
}

.geheim {
  position: absolute;
  text-align:center;
  font-size: 12px;
  width: 150px;
  display: none;
  background-color: #f8f8f8;
  top: 5px;
  left: 50px;
  color: black;
}

.cookie-box:hover > .geheim {
  display: block;
  z-index: 4;
  
}
 

