@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	overflow-x: hidden !important;
	font-size:18px;
}
@media (max-width:768px){
	body {font-size:16px;}
	.eins ul {padding-inline-start: 20px;}
	.zwei ul {padding-inline-start: 20px;}
	.drei ul {padding-inline-start: 20px;}
	.vier ul {padding-inline-start: 20px;}
}
/* LAYOUT */
section {max-width:100%;}
.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: #ff8c17;
	border: none;
	font-size: 20px;
	padding: 10px 25px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background: #157fbf;
}
a {
	color: #027dbe;
}

/* 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;
	}
	.padder-30 {
	padding: 0;
}

}
@media (max-width: 359px) {
	.stage {
		height: 300px;
	}
}

/* BAKGROUNDS & COLORS */
.bg_blue {
	background: #2d5a77;
	color: #fff;
}
.bg_bluelight {
	background: #f3f7fa;
	color: #2d5a77;
}
.bg_1 {
	background-color:#ffffff;
}
.bg_2 {
	background:rgba(69,96,201,.1);
	background-size: cover;
}
.bg_3 {
	background:url(../img/AdobeStock_294542726.jpeg) no-repeat center right;
background-size:cover;
	color:#000000;
}
.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;
}
	.bg_3 {
	background:#d8d9d3 !important;
	color:#000000;
}
}
@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 {font-family: "Kalam", sans-serif;}
@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: 100px;
    max-width: 100%;
	transition:all .5s linear;
	box-shadow:inset 0 0 10px rgba(0,0,0,.3);
	margin-bottom:2em;
	margin-left:-4em;
}
label.card-btn.left {
    background: #c1c1c1;
    border-radius: 45px;
    border: none;
    font-size: 17px;
    font-weight: 600;
    padding: 25px 30px 0 90px;
    position: relative;
    height: 100px;
    max-width: 100%;
	transition:all .5s linear;
	box-shadow:inset 0 0 10px rgba(0,0,0,.3);
	margin-bottom:2em;
	margin-left:-4em;
	text-align: center;
	z-index:10;
}
label.card-btn.middle {
    background: #c1c1c1;
    border-radius: 45px;
    border: none;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 30px 0 90px;
    position: relative;
    height: 100px;
    max-width: 100%;
	transition:all .5s linear;
	box-shadow:inset 0 0 10px rgba(0,0,0,.3);
	margin-bottom:2em;
	margin-left:-4em;
	text-align: center;
	z-index:5;
}
label.card-btn.right {
    background: #c1c1c1;
    border-radius: 45px;
    border: none;
    font-size: 17px;
    font-weight: 600;
    padding: 25px 30px 0 90px;
    position: relative;
    height: 100px;
    max-width: 100%;
	transition:all .5s linear;
	box-shadow:inset 0 0 10px rgba(0,0,0,.3);
	margin-bottom:2em;
	margin-left:-4em;
	text-align: center;
	z-index:1;
}
.right {
	
}

		.display-control:checked + label.card-btn {  
			display: block;
			background-color: #0860a5;
			color: #ffffff;
			padding: 25px 30px 0 90px;
			cursor: pointer;
			border: 0.125rem solid #0860a5;
			box-shadow: none;
			z-index:999;
			
        }
.display-control:checked + label.card-btn.middle {  
			display: block;
			background-color: #8dc94b;
			color: #ffffff;
			padding: 15px 30px 0 50px;
			cursor: pointer;
			border: 0.125rem solid #8dc94b;
			box-shadow: none;
			z-index:999;
			
        }
.display-control:checked + label.card-btn.right {  
			display: block;
			background-color: #f08200;
			color: #ffffff;
			padding: 25px 30px 0 50px;
			cursor: pointer;
			border: 0.125rem solid #f08200;
			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: 14px;
    font-weight: 600;
    padding: 25px 5px 0 0px;
    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;
	text-align:center;
	
}
	.display-control:checked + label.card-btn {  
			display: block;
			background-color: #0860a5;
			color: #ffffff;
			padding: 25px 5px 0 0px;
			cursor: pointer;
			border: 0.125rem solid #0860a5;
			box-shadow: none;
			z-index:999;
			
        }

	.desktop {display:none;}
}

#a1, #a2, #a3 {display: none;}
/* TYPE */
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	color:#0967b1;
}
h1 {
	text-align: center;
	font-weight: 700;
	
	font-size: 34px;
	
}
h3 {
	margin-bottom: 15px;
	
	font-size: 26px;
}
.text ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 25px;
}
.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;
	}
	h2 {font-size: 22px;}
	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: #ff8c17;
	border-radius: 45px;
	border: none;
	font-size: 17px;
	font-weight: 600;
	padding: 25px 30px 0 30px;
	position: relative;
	height: 80px;
	max-width: 100%;
	overflow: hidden;
	white-space: normal;
	    width: fit-content;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: #157fbf;
}

.btn-primary2 {
	background: #0967b1;
	border-radius: 45px;
	border: none;
	font-size: 17px;
	font-weight: 600;
	padding: 15px 30px 0 30px;
	position: relative;
	height: 100px;
	max-width: 100%;
	overflow: hidden;
	color:#ffffff;
}
.btn-primary2:hover, .btn-primary2:focus, .btn-primary2:active {
	background: #157fbf;
	color:#ffffff;
}
.KRB-BG {
	
	background: url("../img/KRB-BG.png") no-repeat top left;
	background-size: contain;
}
.APP-BG {
	
	background: url("../img/APP-BG.png") no-repeat top left;
	background-size: contain;
}
.PAH-BG {
	
	background: url("../img/PAH-BG.png") no-repeat top left;
	background-size: contain;
}
#borderimg {
    /* You can also use border-top or border-bottom to target the side you want affected */
    border: 50px solid transparent;
    padding: 50px 15px;
    -webkit-border-image: url(../img/marker.png) 60 stretch ; /* Safari 3.1-5 */
    -o-border-image: url(../img/marker.png) 60 stretch; /* Opera 11-12.1 */
    border-image: url(../img/marker.png) 60 stretch;
	border-image-width: 0 0 0 50px;
	border-top:none;
	border-right:none;
	border-bottom:none;
}
h2#borderimg{font-family: 'Architects Daughter', cursive; font-weight:800;}
.font2 {font-family: 'Open Sans', sans-serif; font-size:1.1em;}
#notes{list-style-type: none;     padding-inline-start: 0;}
#notes li {
    position: relative;
    width: 100%;
    min-height: 100px;
    margin: 25px auto;
    padding: 30px 15px 15px 15px;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.5);
    -moz-box-shadow: 0 2px 12px rgba(0,0,0,.5);
    box-shadow: 0 1px 10px #cccccc;
    background-color:rgba(9,103,177,.1);
}.notesinner {padding-left:0;}
#notes .notesinner li {
    position: relative;
    width:90%;
    min-height: 100px;
	list-style-type: none;
    margin: 25px auto;
    padding: 25px 15px 15px 15px;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.5);
    -moz-box-shadow: 0 2px 12px rgba(0,0,0,.5);
    box-shadow: 0 1px 10px #cccccc;
    background-color:rgba(9,103,177,.1);
}


#notes li p {
    text-align: left;
    color: #000;
    text-shadow: white 1px 1px 0px;
    overflow:hidden;
}

#notes li::before {
    content: ' ';
    display: block;
    position: absolute; 
    left: 35%;
    top: -25px;
    width: 25%;
    height: 35px;
    z-index: 2;
    background-color: rgba(243,245,228,0.5);
    border: 2px solid rgba(255,255,255,0.5);
    -webkit-box-shadow: 0 0 5px #ccccccc;
    -moz-box-shadow: 0 0 5px #cccccc;
    box-shadow: 2px 2px 10px #cccccc;
    -webkit-transform: rotate(-6deg); 
    -moz-transform: rotate(-6deg); 
    -o-transform: rotate(-6deg); 
}
#notes .notesinner li::before {
    content: ' ';
    display: block;
    background-color: transparent;
    border: none;
    box-shadow: none;
   
}

#notes li:nth-child(even)::before {
    -webkit-transform: rotate(6deg); 
    -moz-transform: rotate(6deg); 
    -o-transform: rotate(6deg);
}
.border-yellow {
	
	border: 5px solid #f08200;
}
.green {color:#09C402;}
.red {color:#9F0204;}
span.highlight {
    padding: 0.1em .3em;
    line-height: 2em;
font-weight: normal;
	color:#484847;
background: linear-gradient(104deg, rgba(9,103,177,0) 0.9%, rgba(9,103,177,1.25) 2.4%, rgba(9,103,177,0.5) 5.8%, rgba(9,103,177,0.1) 93%, rgba(9,103,177,0.7) 96%, rgba(9,103,177,0) 98%), linear-gradient(183deg, rgba(9,103,177,0) 0%, rgba(9,103,177,0.3) 7.9%, rgba(9,103,177,0) 15%);
-webkit-box-decoration-break: clone;
margin: 0;
border-radius: 7.5px;
text-shadow: -12px 12px 9.8px rgba(9,103,177,0.7), 21px -18.1px 7.3px rgba(255, 255, 255,1), -18.1px -27.3px 30px rgba(255, 255, 255,1);
position:relative;
	
}
span.highlight2 {
    padding: 0.1em .3em;
    line-height: 1.5em;
font-weight: normal;
	color:#484847;
background: linear-gradient(104deg, rgba(240,130,0,0) 0.9%, rgba(240,130,0,1.25) 2.4%, rgba(240,130,0,0.5) 5.8%, rgba(240,130,0,0.1) 93%, rgba(240,130,0,0.7) 96%, rgba(240,130,02,0) 98%), linear-gradient(183deg, rgba(240,130,0,0) 0%, rgba(240,130,0,0.3) 7.9%, rgba(240,130,0,0) 15%);
-webkit-box-decoration-break: clone;
margin: 0;
border-radius: 7.5px;
text-shadow: -12px 12px 12px rgba(240,130,0,0.7), 21px -18.1px 12px rgba(255, 255, 255,1), -18.1px -27.3px 30px rgba(255, 255, 255,1);
position:relative;
	
}
span.highlight3 {
padding: 0.1em .3em;
font-size:1.3em;
line-height: 1.5em;
font-weight: bold;
color:#ffffff;
background: linear-gradient(104deg, rgba(240,130,0,0) 0.9%, rgba(240,130,0,1.25) 2.4%, rgba(240,130,0,0.5) 5.8%, rgba(240,130,0,0.1) 93%, rgba(240,130,0,0.7) 96%, rgba(240,130,02,0) 98%), linear-gradient(183deg, rgba(240,130,0,0) 0%, rgba(240,130,0,0.3) 7.9%, rgba(240,130,0,0) 15%);
-webkit-box-decoration-break: clone;
margin: 0;
border-radius: 7.5px;
text-shadow: -12px 12px 9.8px rgba(240,130,0,0.7), 5px -1.1px 7.3px rgba(255, 255, 255,.5), 5px 10px 30px rgba(255, 255, 255,.5);
position:relative;
}

.top{
	background:#ffffff;
	
}
.top .container {max-width:90%;}
.subhead .container {max-width:1250px;}

.subhead2 .container {max-width:1250px; padding-top:2em;z-index:1;}
.subhead3 .container {max-width:1250px;}
.subhead1 {display: block;background: url("../img/head.png") no-repeat top center; background-size:cover; width:100%; min-height:500px;}
.subhead2 {display: block;background: url("../img/Leistungskatalog.jpg") no-repeat top center; background-size:cover; width:100%; min-height:700px; position: relative; z-index:1;}
.bg-light2{ background-color:rgba(255,255,255,.5);}
.subhead {background: url("../img/head.png") no-repeat top right; background-size:contain; min-height:500px;}
.subhead3 {background: url("../img/head3.jpg") no-repeat top right; background-size:cover; min-height:500px;}
.subhead h1{font-size:3em;}
.subhead2 h1{font-size:3em;z-index:1;}
.subhead3 h1{font-size:3em;}
.brief {background: url("../img/ripped-paper4.png") no-repeat top center; background-color:transparent; background-size:contain; padding: 1em 2em 1.5em 2em;}
.brief2 {background: url("../img/ripped-paper.png") no-repeat top center; background-color:transparent; background-size:contain; padding:2em 3em 2em 3em;}
@media only screen and (min-width: 768px){
.bg-light2{ background-color:rgba(255,255,255,.8);}
.subhead {background: url("../img/head.png") no-repeat top right; background-size:cover; min-height:500px;}
.subhead h1{font-size:2em;}
.brief2 {background: url("../img/ripped-paper3.png") no-repeat top center; background-color:transparent; background-size:contain; padding:2em 2em 2em 3em;}
.brief {background: url("../img/ripped-paper5.png") no-repeat top center; background-color:transparent; background-size:contain; padding:1.5em 3em 1em 5em;}
}
@media only screen and (min-width: 1020px){
.subhead {background: url("../img/head.png") no-repeat top right; background-size:contain; min-height:500px;}
.subhead h1{font-size:2.5em;}
.brief2 {background: url("../img/ripped-paper2.png") no-repeat top center; background-color:transparent; background-size:contain; padding:3em 2em 2em 2em;}
.brief {background: url("../img/ripped-paper.png") no-repeat top center; background-color:transparent; background-size:contain; padding:3em 3em 2em 3em;}
}
.top-head img {box-shadow: 5px 5px 10px #838887; padding:.5em;}
.bg_blue {background-color:#6f6f75 !important;}
.bg_blue a {color:#ffffff !important; text-decoration: underline;}
.txt{flex:1 0 0;}
		.txt *:first-child{margin-top:0;}
		.txt *:last-child{margin-bottom:0;}
.columns{display:flex;flex-direction:column;}
.more-right-margin{margin-right:0;}
@media only screen and (min-width: 960px){
			.columns{flex-direction:row;}
			.more-right-margin2{margin-right:1em;}
			.more-right-margin{margin-right:1em;}
	.menumobile {display:none;}
}
.box{background-color:#007fb5;border-radius:6px;padding:1em;position:relative;transition:all .25s;min-height:350px;text-align: center; margin-top:1em; }
		.box:hover{box-shadow:0px 14px 28px rgba(0,0,0,.5);}
		.box h3{margin-top:0; color:#ffffff !important; font-size:20px;}
		.box .lnkImage{margin:0;}
		.innerBox{position:absolute;left:0;top:0;border-radius:6px;background-color:#a7d7f3;color:#007fb5;height:100%;padding:1em;display:none;text-align:left;
		font-size:.9em;}
.box2 {
	align-self:auto;
}
.box2 .head {background-color:rgba(252,82,168, .8); color:#ffffff; padding:1em; font-weight:bold;}
.box2 .body { background-color:rgba(156,210,96, .8); color:#ffffff; padding:1em; text-align:left; }
.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: #ff8c17;
    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;
	}
	#notes li {width: 100%;}
	.padder-40-0 {
    padding-top: 15px;
    padding-bottom: 15px;
}
	.p-0 {padding-left:15px !important; padding-right:15px !important;}
	.subhead .p-0 {padding:0 !important;}
	.box2 .body {
    background-color: rgba(156,210,96, .8);
    color: #ffffff;
    padding: .3em;
    text-align: left;
}
	.box2 .head {
		padding: .3em;
	}
}

/* PACKAGE */
.package img {
	display: block;
	margin: 20px auto;
}
.content {
    max-width: 960px;
    margin: 0 auto;
}
label.hamburg { 
   display: block;
   background: #555; width: 50px; height: 50px; 
   position: absolute;
	top:10px;
	right:10px;
   margin-left: auto; 
	margin-right: 0;
   border-radius: 4px; 
}

input#hamburg {display:none;}
		.line { 
   position: absolute; 
   left:8px;
   height: 4px; width: 34px; 
   background: #fff; border-radius: 2px;
   display: block; 
   transition: 0.5s; 
   transform-origin: center; 
}

.line:nth-child(1) { top: 12px; }
.line:nth-child(2) { top: 24px; }
.line:nth-child(3) { top: 36px; }

#hamburg:checked + .hamburg .line:nth-child(1){
   transform: translateY(12px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2){
   opacity:0;
}

#hamburg:checked + .hamburg .line:nth-child(3){
   transform: translateY(-12px) rotate(45deg);
}
	nav.topmenu { 
    height: auto; 
    max-height:0; 
    overflow: hidden; 
    transition: all 0.5s;
	color:#ffffff;
	margin-top:1em;
}
	nav.topmenu a {color:#ffffff;} 
	nav.topmenu ul {list-style-type: none; padding-left:0;} 
	
	#hamburg:checked + .hamburg  + nav.topmenu { 
    max-height: 200px; 
	color:#ffffff;
	background: rgba(0,174,226,.8);
	padding:.5em 1em;
	position: absolute;
    top: -7px;
    right: 60px;
	border-radius: 10px;
	
}
.menudesktop {
display:block;
padding-bottom: 5.5em;
padding-top: 1em;
z-index:100;
}
		.menudesktop .menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
} 
.menudesktop .menu ul li {
  display: inline;
	float:left;
	margin-top:5px;

}
.menudesktop .menu ul li:before{
	content:none;
}

.menudesktop .menu a {
  display: block;
  padding: 15px 8px 8px 8px;
  background-color: transparent;
color:#007fb5;
	font-size:1.2em;
	font-weight:700;
	
}
		.menudesktop .menu li{
			border-top:1px solid #007fb5;
			border-bottom:1px solid #007fb5;
			float:right;
			
		}
		.menudesktop .menu li:hover{
			color:#ffffff;
			background-color:rgba(6,62,111,.5);
			transform: scale(1.1);
			z-index:999;
			
		}
		.menudesktop .menu li a:hover{
			color:#ffffff;
			background-color:rgba(6,62,111,.5);
			
		}
		.menudesktop .menu li:nth-child(2):hover{
			color:#ffffff;
			background-color:transparent;
			
		}
		.menudesktop .menu li:nth-child(2){
			border-top:none;
			border-bottom:none;
			margin-left:1em;
			margin-top:0;
			
		}
		.menudesktop  .menu li:nth-child(2) a {
			color:#ffffff;
			background-color:#007fb5;
			border-radius:10px;
			padding:20px 40px;
			font-size:1em;
			float:right;
			margin-right:0;
			margin-left:auto;
			
		}
.menud {
display:block;
padding-bottom: 1.5em;
padding-top: 1em;
z-index:100;
}
		.menud .menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
} 
.menud .menu ul li {
  display: inline;
	float:left;
	margin-top:5px;

}
.menud .menu ul li:before{
	content:none;
}

.menud .menu a {
  display: block;
  padding: 15px 8px 8px 8px;
  background-color: transparent;
color:#007fb5;
	font-size:1.2em;
	font-weight:700;
	
}
		.menud .menu li{
			border-top:1px solid #007fb5;
			border-bottom:1px solid #007fb5;
			float:right;
			
		}
		.menud .menu li:hover{
			color:#ffffff;
			background-color:rgba(6,62,111,.5);
			transform: scale(1.1);
			z-index:999;
			
		}
		.menud .menu li a:hover{
			color:#ffffff;
			background-color:rgba(6,62,111,.5);
			
		}
		.menud .menu li:nth-child(2):hover{
			color:#ffffff;
			background-color:transparent;
			
		}
		.menud .menu li:nth-child(2){
			border-top:none;
			border-bottom:none;
			margin-left:1em;
			margin-top:0;
			
		}
		.menud  .menu li:nth-child(2) a {
			color:#ffffff;
			background-color:#007fb5;
			border-radius:10px;
			padding:20px 40px;
			font-size:1em;
			float:right;
			margin-right:0;
			margin-left:auto;
			
		}
		.menumobile {text-align: left; padding-right:1.5em; display: block;}

@media (max-width:960px){
			.menudesktop {display:none;}
}
@media only screen and (max-width: 640px){
	.desktop{display:none;}
	.mobile {display:block;}
	.top-head img {box-shadow: 5px 5px 10px #838887; padding:.5em;}
	.menudesktop .menu li {display:none;}
	.menudesktop .menu li a {display:none;}
	
}
 #quote-carousel {
        padding: 0 10px 30px 10px;
        margin-top: 30px;
    }
		.columns2 {display:flex; flex-direction:row;}
    #quote-carousel {
        padding: 0 10px 30px 10px;
        margin-top: 30px;
    }
    /* indicator position */

    #quote-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: -10px;
        margin-right: -19px;
		
    }
    /* indicator color */

    #quote-carousel .carousel-indicators li {
        background: #c0c0c0;
		padding:0;
    }
    /* active indicator */

    #quote-carousel .carousel-indicators .active {
        background: #4077aa;
        height: 10px;
        width: 10px;
        margin-bottom: 1px;
		}
		.carousel-controls {display: -ms-flexbox;display: flex;-ms-flex-pack: justify;justify-content: space-between;position: absolute;width: 100%;top: 43%;}
.carousel .left > i,
.carousel .right > i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.carousel .right > i {
  left: auto;
  right: 20px;
}
.carousel-controls a {

background-color: rgba(255, 255, 255, 0.6);

color: #000;

padding: 10px 14px;

font-size: 30px;

}

.carousel-controls a:hover {

background-color: rgba(255, 255, 255, 0.9);

}
.item .col-md-12 {padding:4em;}
.item .col-sm-12 {padding:4em;}
@media (max-width:768px){
	#quote-carousel {
        padding: 0;
        margin-top: 0;
    }
	.item .col-md-12 {padding:1em 3em;}
	.item .col-sm-12 {padding:1em 3em;}
}
.postit {
  margin:auto 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: #0967b1 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;
}
@media (max-width:767px){
	.bg_3 {
	background:#d8d9d3 !important;
	color:#000000;
}
	.box{background-color:#007fb5;border-radius:6px;padding:1em;position:relative;transition:all .25s;text-align: center; margin-top:1em; min-height:auto;}
}
.pfeil1{
	background-color:#0967b1;
	color:#ffffff;
	padding:1em;
	text-align:center;
}
.pfeil2{
	background-color:#0967b1;
	color:#ffffff;
	padding:1em 0 1em 1em;
}
 #triangle-right {
      width: 0;
      height: 0;
      border-top: 60px solid transparent;
      border-left: 80px solid #0967b1;
      border-bottom: 60px solid transparent;
    }
#triangle-down {
      width: 0;
      height: 0;
      border-left: 80px solid transparent;
      border-right: 80px solid transparent;
      border-top: 80px solid #0967b1;
    }
.eins {padding:1em;
	background-color:rgba(9,103,177,.7);
	min-height: 100%;
}
.zwei {padding:1em;
		background-color:rgba(9,103,177,.5);
	min-height: 100%;
}
.drei {padding:1em;
		background-color:rgba(9,103,177,.3);
	min-height: 100%;
}
.vier {padding:1em;
		background-color:rgba(9,103,177,.1);
	min-height: 100%;}
.boxes2{border:0; background-color: #007fb5; color:#ffffff; text-align: center; margin-top:0;padding:1em;display:block; font-size:16px; border-radius:10px;     height: 100%;}
.boxes2 img {max-height:355px; max-width:100%;}
.overlay {
 width: 100%;
  height: 40%;
  position: absolute;
  center: 0;
  left: 0;
	z-index:999;
	background-color:rgba(0,127,181,.9);
	color:#ffffff;
}
.overlay h2, .overlay h3 {color:#ffffff;}
#close {
   position: absolute;
   top: 10px;
   right: 10px;
   cursor: pointer;
   color: #ffffff;
	margin-left:10px;
}
	.box-border{border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
padding:2em 2em;}
.box-border h4 {font-size:20px;}
.box-border p {font-size:14px;}
.border-gradient { border-image-source: linear-gradient(to left, #7b7b7b, #ffffff, #9c9c9c, #006aae );}
@media (max-width:768px) {
	.box2 ul {padding-inline-start:15px;}
}
@media (max-width:640px) {
	.box2 ul {padding-inline-start:25px;}
	.overlay {
  height: 60%;

}
	.overlay img {max-width:60%; margin:0 auto;}
	
}
  .lpv-cta-submit button {

    font-size: 26px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    position: relative;
    background: #df8944 !important;
    color: #000 !important;
    width: auto;

  }

  .lpv-cta-submit button:hover {

    background-color: #db7e33 !important;
    box-shadow: none !important;
  }

  .lpv-cta-submit button::after {
    content: "\f25a";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    color: #fff;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: black;
    font-weight: 600;
    font-size: 30px !important;
    position: absolute;
    bottom: -20px;
    right: 5px;

  }