html {
	padding: 0;
	margin: 0;
	background-color: #1e5480;
	background: linear-gradient(180deg, rgba(26,53,103,1) 0%, rgba(75,118,185,1) 100%);
	-webkit-appearance: none;
}
body {
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555;
	padding: 0;
	margin: 0;
	text-align: center;
	touch-action: pan-y;
}
.lang {
	width: 20px;
	height: 20px;
}
.langmenu {
	height: 20px;
	margin-top: 10px;
	width: 160px;
}
.langa {
	margin-right: 16px;
}
a {
	text-decoration: none;
}
.container {
	max-width: 390px;
	margin: 0 auto;
}
.gelb {
	color: #fed001;
}
.mtop10 {
	margin-top: 10px !important;
}
.mtop20 {
	margin-top: 20px !important;
}
.mbott0 {
	margin-bottom: 0px !important;
}
.filform {
	font-size: 11px;
	line-height: 13px;
	color: #7b6400;
}
@keyframes slideInFromLeft {
  0% {
	transform: translatey(-200%);
  }
  100% {
	transform: translatey(0);
  }
}
.logo {  
	animation: 1s ease-out 0s 1 slideInFromLeft;
	margin-top: 30px;
}
.logo img {
	max-width: 190px;
}
.activelg {
	background: #fff;
}
.slog h1 {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.skyline {  
	position: fixed;
	top: 100px;
	z-index: -1;
	margin: 0 auto;
	left: 0;
	right: 0;
	max-width: 600px;
} 
.skyline img {  
	max-width: 600px;
} 
.top {
	width: 94%;
	overflow: hidden;
	margin: -80px auto 20px auto;
}
.top-angle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 400px 0 0;
	border-left-width: 365px;
	border-top-width: 90px;
	border-color: transparent #fff;
}
.bottom {
	width: 94%;
	overflow: hidden;
	margin: 0 auto;
}
.bottom-angle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 400px;
	border-right-width: 365px;
	border-top-width: 90px;
	border-color: #fff transparent;
}
.bewbut {
	position: sticky;
	top: 0px;
	margin-top: 80px;
	z-index: 99;
}
.col1, .col2 {
	background: #fff;
	width: 90%;
	padding: 0px 2%2% 2%;
	margin: -20px auto 0px auto;
}
.floating {
	animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
@keyframes floating {
	from { transform: translate(0,  0px); }
	65%  { transform: translate(0, 10px); }
	to   { transform: translate(0, -0px); }    
}
#topbox div {
	margin-bottom: 30px;
}
.height180 {
	height: 180px;
}
hl {
	color: #1d557f;
	font-size: 15px;
	text-transform: uppercase;
}
h2, h3 {
	font-size: 17px;
	color: #1b3567;
}
.bordq {
	position: relative;
	border: 2px solid #fbce11;
	border-radius: 10px;
	padding: 0 80px 10px 10px;
	min-height: 70px;
	font-weight: 500;
}
.big {
	color: #ffce00;
	font-size: 30px;
}
.imgq, .imgqxl, .imgql {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 80px;
}
/*-- faq --*/
.accordion, .accordion * {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.accordion {
	overflow:hidden;
	/*box-shadow:0px 1px 3px rgba(0,0,0,0.25);*/
	border-radius:3px;
}
/* Section Title */
.section-title {
	background: #fff;
	display: inline-block;
	border-bottom: 1px solid #ffce00;
	width: 100%;
	padding: 15px 20px 15px 5px;
	transition: all linear 0.15s;
	color: #555;
	position: relative;
}
.section-title.active,
.section-title:hover {
	background: #ffe898;
}
.section:last-child .section-title {
	border-bottom:none;
}
.section-title:after {
/* Unicode character for "plus" sign (+) */ 
	content: '\02795';
	font-size: 13px;
	color: #FFF;
	float: right;
	margin-left: 5px;
	position: absolute;
	right: 2px;
	top: 17px;
}
.section-title.active:after {
	content: "\2796";
}
/* Section Content */
.section-content {
	display: none;
	padding: 5px 15px 3px 15px;
	border-bottom: 1px solid #ffcf00;
	background: #ffe798;
	color: #184161;
}
#footer {
	height: 40px;
	clear: both;
	background: #1a3668;
	box-shadow: 0 0 14px -3px #000;
	border-top: 2px solid #ffcf00;
	position: fixed;
	bottom: 0;
}
#footerl {
	width: 73%;
	float: right;
}
#footerr {
	width: 25%;
	text-align: center;
	margin-left: 2%;
}
ul {
	list-style: none;
	width: 100%;
	padding: 0;
	list-style-type: none;
}
#footerr img {
	width: 90%;
	margin-top: 13px;
}
#footerl li {
	float: left;
	margin-left: 0px;
}
#footerl li a {
	font-weight: 500;
	color: #fff;
	font-size: 10px;
	margin-left: 20px;
}
#footerl li span {
	margin-left: 20px;
	font-weight: 700;
	color: #ffce00;
}
a.btny {
	background: rgba(255, 207, 0, 0.75);
	border-radius: 16px;
	backdrop-filter: blur(8.5px);
	-webkit-backdrop-filter: blur(8.5px);
	border: 1px solid rgba(255, 207, 0, 0.08);
	color: #1b3567;
	padding: 1em;
	font-size: 16px;
	border-radius: 0.5em;
	/*background: #ffcf00;*/
	border: 2px solid #1e4253;
	transition: all .3s;
	box-shadow: 0 0 15px -3px #000;
	display: block;
	margin: 20px auto;
	max-width: 250px;
	text-align: left;
	position: relative;
	height: 22px;
}
a.btnb {
	color: #fed001;
	background: #1b3567;
	border: 2px solid #fed001;
	padding: 1em;
	font-size: 16px;
	border-radius: 0.5em;
	transition: all .3s;
	box-shadow: 0 0 15px -3px #000;
	display: block;
	margin: 20px auto;
	max-width: 250px;
	text-align: left;
	position: relative;
	height: 22px;
}
a.btny:active, a.btnb:active {
	color: #666;
	box-shadow: inset 4px 4px 12px #d69f17, inset -4px -4px 12px #e39800;
}
.imgbtn {
	position: absolute;
	top: -3px;
	right: -4px;
	width: 93px;
}
.topbtn {
	 --offset: 50px;
	position: sticky;
	bottom: 25px;
	place-self: end;
	margin-top: calc(100vh + var(--offset));
	margin-left: -91%;
	aspect-ratio: 1;
	z-index: 9999999;
}	
.topbtn img {
	width: 50px;
	position: relative;
	z-index: 99999999;
}
.width15 {
	width: 15px;
}
.fb {
	margin-right: 15px;
}
.social {
	z-index: -1;
	bottom: 110px;
}
.textleft {
	text-align: left;
	position: sticky;
	top: 81vh;
	z-index: -1;
}			
/*--- contact --*/
.form-group {
	margin-bottom: 5px;
}
.contactform_100 input {
	height: 50px;
}
[type='email']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
	color: #a2a2a2;
}
[type='email']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #a2a2a2;
}
[type='email']::placeholder, [type='text']::placeholder, [type='tel']::placeholder, textarea::placeholder {
	color: #a2a2a2;
}
.attach {
	background: #fecf03bd;
	padding: 10px;
	border: 1px solid #1a3567;
	border-radius: 10px;
	margin-left: 1%;
	margin-right: 1%;
}
.attach input.form-control {
  max-width: 320px;
}


.alert-success {
	color: #008e10;
	background: #60ff6a57;
	padding: 15px;
	margin: 0 -25px -15px -25px;
}
button {
  overflow: visible;
}
select {
	-webkit-appearance: none;
}
button, select {
  text-transform: none;
}
button, input, select, textarea {
	color: #1a3567;
	font: inherit;
	margin: 0;
}
.email {
	float: right;
	width: 45%;
}
.message {
	float: none;
}
.name {
	float: left;
	width: 45%;
}
input[type='text'], [type='email'], [type='tel'], select, textarea {
	display: block;
	width: 100%;
	line-height: 2.0;
	padding: .3em 1.4em .3em .8em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	border: 1px solid #fbce11;
	border-radius: 4px;
	letter-spacing: 1px;
	color: #6a6a6a;
}
input:focus, textarea:focus {
	border-color: #f4d600;
	box-shadow: 0 0 1px 3px #f4d600;
	color: #222;
	outline: none;
}
textarea {
	line-height: 150%;
	height: 150px;
	resize: none;
}
#contact_info {
	text-align: center;
}
#contact_info i {
	font-family: FontAwesome;
	font-size: 16px;
	color: #fecf03;
	margin-left: 5px;
}
#contact_info p {
		margin: 0 0 20px 0;
}
#contact_info a {
	color: #1b3567;
}
.bluetext {
	font-size: 16px;
	color: #1a3567;
}
.gelbtext {
	font-size: 16px;
	color: #ffce00;
}
.formular_accep label {
	font-size: 10px;
	color: #b7b7b7;
	line-height: 10px;
	display: block;
	padding: 0 0 0 8%;
	position: relative;
	text-align: justify;
}
.formular_accep {
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 11px;
}
.formular_accep #pp {
  width: 22px;
  height: 22px;
  margin-left: 0;
  margin-top: 0;
	float: left;
}

#btn {
	color: #fed001;
	background: #1b3567;
	border: 2px solid #fed001;
	padding: 1em 1.7em;
	font-size: 15px;
	border-radius: 0.5em;
	margin: 0px auto;
	width: 170px;
	height: 52px;
} 
#btn:hover {
   color: #1b3567;
	background: #fed001;
	border: 2px solid #1b3567;
} 
.desktop {
	color: #7384a4;
	font-size: 11px;
	float: right;
	margin-top: -15px;
	display: block;
	width: 150px;
}
.desktop::after {
	content: "\f108";
	margin-left: 5px;
	font: normal normal normal 14px/1 FontAwesome;
}
.menu{
	z-index: 99999999;
}
.wachaton {
	width: 200px;
	margin: 7px auto -11px auto;
}