@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Overpass', sans-serif;
	color: #333;
	overflow-x: hidden !important;
}
section {
}
/* LAYOUT */
.container {
	max-width: 1024px;
}
.padder-40-0 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padder-30 {
	padding: 30px 30px 15px;
}

/* BUTTONS & LINKS */
.btn-primary {
	border-radius: 0;
	background: #22396d;
	border: none;
	font-size: 20px;
	padding: 10px 25px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background: #a9050b;
}
a {
	color: #25b0b5;
}
.postit {
 
	margin:-2.5em auto 20px auto;
  width:80%;
  height:auto;
  padding:45px 15px 25px 15px;
  background: #fefabc linear-gradient(150deg, #efec88 0%, #fefabc 100%);
  border: 1px solid #cccccc;
box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
transform:rotate(4deg);
	border-bottom-right-radius:60px 5px;
	position:relative;
	 z-index:1;
}
@media (max-width:767px){.postit {margin:0 auto 20px auto;}}

.postit a {
	 font-family: 'Zeyada', cursive;
	font-weight:400;
  font-size:1.4em;
text-align: center;
	line-height:1em;
  margin: 0.5em 0;
}
.postit::before {
  content: "";
  background-color: rgba(0,0,0,0.025);
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0;
  height: 40px;
  z-index: -1;
}
.postit::before {
  background: #03756a radial-gradient(at 8px 8px, rgba(255,255,255,0), rgba(0,0,0,0.5));
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: calc(50% - 12px);
  box-shadow: 4px 4px 3px rgba(0,0,0,0.5);
}
.postit::after {
  content:"";
  position: absolute;
  bottom: 5px;
  right: -4px;
  width: 100%;
  height: 140px;
  background-image: linear-gradient(173deg, rgba(0,0,0,0) 92%,
  rgba(0,0,0,0.4) 100%);
  transform: rotate(6deg);
  z-index: -1;
  filter: blur(2px);
}
.postit:hover {
	transform:scale(1.2);
	z-index:10 !important;
}
/* HEADER */
.stage {
	height: 628px;
	background: #ccc url('../images/header.jpg') center center no-repeat;
	cursor: pointer;
}
@media (max-width: 991px) {
	.stage {
		height: 490px;
		background-size: auto 100%;
	}
}
@media (max-width: 767px) {
	.stage {
		height: 460px;
		background: #ccc url('../images/header_phone.jpg') center center no-repeat;
		background-size: auto 100%;
	}
}
@media (max-width: 479px) {
	.stage {
		height: 350px;
	}
}
@media (max-width: 359px) {
	.stage {
		height: 300px;
	}
}

/* BAKGROUNDS & COLORS */
.bg_blue {
	background: #2d5a77;
	color: #fff;
}
.bg_bluelight {
	background: #f3f7fa;
	color: #2d5a77;
}
.bg_1 {
	background: url('../images/bg1.jpg') center center no-repeat;
	background-size: cover;
}
.bg_2 {
	background: #f1f1f1;;
	background-size: cover;
}
.cr {position: relative; paddin-left:0;}
.cr .left {position: absolute; left:0; z-index:0;bottom:0; width:400px;}

.cr .box {background: url('../img/box1.png') top left no-repeat;
	background-size: contain;}
@media (max-width:767px){
	.cr .left {display: none;}
	.cr .box {background: url('../img/box1.png') top left no-repeat;
	background-size: cover;}
}
.img-max {
  max-width: 500px;
  width:100%;
}
 .box {background: url('../img/box1.png') top left no-repeat;
	background-size: cover;
min-height:250px;
position:relative;
}
@media (max-width:767px){
	.box {background: url('../img/box1.png') top left no-repeat;
	background-size: cover;
min-height:auto;
position:relative;
}
}
@media (min-width:1600px){.col-xll-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%;
	
	}
	}
@media (min-width:1800px){.col-xll-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 90%;
flex: 0 0 90%;
max-width: 90%;
	
	}
	}
@media (min-width:2000px){.col-xxl-12 {
	-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
	
	}
}
.box h3 {padding:50% 0 0 0;}
@media (max-width:767px){
	
	 .box {background: url('../img/box1.png') top left no-repeat;
	background-size: cover;}
}
.modal-dialog {
 width: 80%;
          height:100% !important;
        }
.modal-content {
    /* 80% of window height */
    height: 90%;
    background-color:#ffffff;
		}
.modal-body{
	height:80% !important;
}
.show {cursor:pointer;}
/* Essential for Toggle Modus */
		.display-control {
            display: none;
        }

		.container-hidden {
            height: 0;
            overflow: hidden;
        }

label.card-btn {
    background: #c1c1c1;
    border-radius: 45px;
    border: none;
    font-size: 17px;
    font-weight: 600;
    padding: 25px 30px 0 90px;
    position: relative;
    height: 80px;
    max-width: 100%;
	transition:all .5s linear;
	box-shadow:inset 0 0 10px rgba(0,0,0,.3);
	margin-bottom:2em;
	margin-left:-4em;
}

.right {
	
}
label.card-btn {
    z-index:1;
	margin-left:-4em;
}

		.display-control:checked + label.card-btn {  
			display: block;
			background-color: #2d5a77;
			color: #ffffff;
			padding: 25px 30px 0 90px;
			cursor: pointer;
			border: 0.125rem solid #2d5a77;
			box-shadow: none;
			z-index:999;
			
        }


@media (max-width:767px) {
	.input-group-prepend{
		max-width:500px;
	}
	label.card-btn {
    background: #c1c1c1;
    border-radius: 50px;
    border: none;
    font-size: 12px;
    font-weight: 600;
    padding: 25px 5px 0 20px;
    position: relative;
    height: 100px;
    max-width:500px;
	transition:all .5s linear;
	box-shadow:inset 0 0 10px rgba(0,0,0,.3);
	margin-bottom:2em;
	margin-left:0 !important;
	
}
	.display-control:checked + label.card-btn {  
			display: block;
			background-color: #2d5a77;
			color: #ffffff;
			padding: 25px 5px 0 20px;
			cursor: pointer;
			border: 0.125rem solid #2d5a77;
			box-shadow: none;
			z-index:999;
			
        }

	.right {
		width:250px;
		
		padding: 20px 10px 0 40px;
	}
	.desktop {display:none;}
}
.green h1, .green h2, .green h3, .green h4 {color:#ffffff}
#a1, #a2, #a3 {display: none;}
/* TYPE */
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 {
	text-align: center;
	font-weight: 700;
	color: #25b0b5;
	font-size: 34px;
	
}
h2 {
	text-align: center;
	font-weight: 700;
	color: #25b0b5;
	
	
}
h3 {
	margin-bottom: 15px;
	color: #25b0b5;
	font-size: 26px;
}
h4 {
	margin-bottom: 15px;
	color: #25b0b5;
}
.fas , .far, .fab {color:#25b0b5;}
.text ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 25px;
}
.green {background-color:#25b0b5;
color:#ffffff !important;
}

.text ul li {
  margin-top: 10px;
}
.text ul li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  display: inline-block;
  font-size: 16px;
  margin-left: -25px;
  padding-right: 7px;
}
.text_large {
	font-size: 18px;
	font-weight: 700;
	color: #2d5a77;
}
@media (max-width: 767px) {
	h1 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
}
.img-responsive {
	max-width:500px;
}
@media (max-width: 767px) {
	.img-responsive {
	max-width:300px;
}
}
.img-responsive2 {
	max-width:350px;
}
@media (max-width: 767px) {
	.img-responsive2 {
	max-width:200px;
}
}
.img-responsive3 {
	max-width:380px;
}
@media (max-width: 767px) {
	.img-responsive3 {
	max-width:250px;
}
}
/* TEASER */
.teaser {
	font-size: 15px;
	background: #f3f7fa;
	margin-top: 25px;
}
.teaser.teaser-img .img-wrapper {
	height: 230px;
	background: #ccc url('../images/strategie_personal.jpg') center center no-repeat;
	background-size: 100% auto;
	position: relative;
}
.teaser.teaser-img .img-wrapper h3 {
	position: absolute;
	bottom: 0;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	font-size: 20px;
	color: #2d5a77;
	font-weight: 700;
	width: 100%;
	margin: 0;
}
.teaser.teaser-img .img-wrapper h3 span {
	font-weight: 500;
	padding-top: 4px;
	display: inline-block;
}
.teaser.teaser-img .text {
	padding: 25px 15px 10px;
}
.teaser .text a {
	color: #185b8d;
	text-decoration: underline;
}
.teaser .text a.btn {
	color: #ffffff;
	text-decoration: none;
}
@media (max-width: 767px) {
	.teaser {
		height: auto !important;
	}
}
.head {
	width: 100%;
	background: url("../images/bg1-head.jpg") right center no-repeat;
	background-size: cover;
}
.hexagon {
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate(120deg);
       -moz-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
         -o-transform: rotate(120deg);
            transform: rotate(120deg);
    cursor: pointer;
    }
.hexagon-in1 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
       -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
         -o-transform: rotate(-60deg);
            transform: rotate(-60deg);
    }
.hexagon-in2 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(http://placekitten.com/240/240);
    visibility: visible;
    -webkit-transform: rotate(-60deg);
       -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
         -o-transform: rotate(-60deg);
            transform: rotate(-60deg);
    }
.hexagon-in2:hover {
    background-image: url(http://placekitten.com/241/241);
    }

.hexagon1 {
    width: 400px;
    height: 200px;
    margin: 0 0 0 -80px;
    }

.btn-primary {
	background: #25b0b5;
	border-radius:10px ;
	border-bottom:5px solid #eed200;
	font-size: 17px;
	font-weight: 600;
	padding: 25px 30px 0 30px;
	position: relative;
	height: 80px;
	max-width: 100%;
	overflow: hidden;
}
.green .btn-primary {
	background: #ffffff;
	border-radius:10px ;
	border-bottom:5px solid #eed200;
	font-size: 17px;
	font-weight: 600;
	padding: 25px 30px 0 30px;
	position: relative;
	height: 80px;
	max-width: 100%;
	overflow: hidden;
	color:#eed200;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: #00508d;
}

.btn-primary2 {
	background: #7ab1df;
	border-radius: 45px;
	border: none;
	font-size: 17px;
	font-weight: 600;
	padding: 25px 30px 0 90px;
	position: relative;
	height: 80px;
	max-width: 100%;
	overflow: hidden;
	color:#2d5a77;
	transition: .5s all;
}
.btn-primary2:hover, .btn-primary2:focus, .btn-primary2:active {
	background: #2d5a77;
	color:#ffffff;
}
.btn-primary2:before {
	content:"\f002";
	font-family:'FontAwesome';
	font-weight: normal;
	font-size: 30px;
	line-height: 80px;
	display: inline-block;
	position: absolute;
	color:#ffffff;
	top: 0;
	left: 0;
	height: 80px;
	width: 80px;
	border-radius: 45px 45px 0 45px;
	background: #2d5a77;
}
.btn-primary2:hover:before{
	background: #7ab1df;
}

span.highlight {
    padding: 0.6em 13.7px;
    line-height: 2em;
font-weight: bolder;
background: linear-gradient(104deg, rgba(238,210,0,0) 0.9%, rgba(238,210,0,1.25) 2.4%, rgba(238,210,0,0.5) 5.8%, rgba(238,210,0,0.1) 93%, rgba(238,210,0,0.7) 96%, rgba(238,210,02,0) 98%), linear-gradient(183deg, rgba(238,210,0,0) 0%, rgba(238,210,0,0.3) 7.9%, rgba(238,210,0,0) 15%);
padding: 0.6em 13.7px;
-webkit-box-decoration-break: clone;
margin: 0;
border-radius: 7.5px;
text-shadow: -12px 12px 9.8px rgba(238,210,0,0.7), 21px -18.1px 7.3px rgba(255, 255, 255,1), -18.1px -27.3px 30px rgba(255, 255, 255,1);
position:relative;
	
}

.top{
	background: #25b0b5;;
	
}
.top h1{
	color:#eed200;
	border:none;
	
	padding:0 1em 1em 1em;
}
.top h3{
	color:#ffffff;
	padding:0 0 0;
	
}
.top p{
	color:#eed200;
	padding:1em 0 0 0;
	font-weight:bold;
	
}
.head h1 {
	
	color:#000000;
	text-align: center;
	font-size:1.7em;
	padding-bottom:20px;
	
}
.pfeil{margin-left:-10em;}
.head .box {
	
	background:rgba(19,76,113,.5);
	border-radius:20px;
	padding:1em;
	color:#ffffff;
	
}
.head .box h1 {
	color:#ffffff;
	border:none;
}
.head .btn-primary{
    background: #22396f;
    border-radius: 45px;
    border: none;
    font-size: 20px;
    font-weight: 600;
    padding: 25px 30px 0 90px !important;
    position: relative;
    height: 80px;
    max-width: 100%;
    overflow: hidden;
}


.head ul {
  list-style: none;
  margin: 0;
  padding: 0 0 20px 25px;
}
.head ul li {
  margin-top: 10px;
font-size:1.2em;
}
.head ul li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  display: inline-block;
  color: #deb76a;
  font-size: 17px;
  margin-left: -25px;
  padding-right: 7px;
}
.whitebg {background:rgba(91,155,213,.4);color:#1e4e78;align-self:center;padding:2em;border-radius:3px;box-shadow:0 8px 6px -6px #000; margin-bottom:2em;}
/* BANNER */
.banner.banner_dark p {
	font-size: 20px;
	color: #666666;
	font-weight: 700;
	padding: 15px 10%;
}

/* ICONBOX */
.icon-box {
	margin-top: 30px;
	padding: 0 15px;
	font-size: 18px;

}
.icon-box img {
	margin-bottom: 20px;
	width: 80px;
	height: 80px;
}
@media (max-width: 767px) {
	.icon-box {
		height: auto !important;
		text-align: center;
	}
	.icon-box img {
		margin: 0 auto 50px;
	}
}
.box-border{border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
padding:3em;}
.border-gradient { border-image-source: linear-gradient(to left, #7b7b7b, #ffffff, #9c9c9c, #006aae );}
/* PACKAGE */
.package img {
	display: block;
	margin: 20px auto;
}
.gelb{background-color:#f6f3a1;}
.gelb h1, .gelb h2, .gelb h3, .gelb h4 {color:#000000;}
.nav-item {padding:0 1em;}
.btn-outline-success {color:#ffffff; border-color:#ffd900;}
.btn-outline-success a {color:#ffffff;}
.btn-outline-success:hover {color:#1ea7a7; background-color:#ffd900;}
.btn-outline-success:hover a {color:#1ea7a7; }
#arrow {
	position:absolute;
  -webkit-animation: linear infinite;
  -webkit-animation-name: run ;
  -webkit-animation-duration: 3s ;
	animation: run 3s linear infinite;
}
@-webkit-keyframes run {
  0% {
    left: -20%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: -20%;    
  }
}
@-o-keyframes run {
  0% {
    left: -20%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: -20%;    
  }
}
@keyframes run {
  0% {
    left: -20%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: -20%;    
  }
}