/* CSS Document */
body {
	background-image: none !important;
	background-color: #fff !important;
	color: #333;
  font-weight: 400;
  font-style: normal;
	font-family: urw-form, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	transition: all .35s;
	font-size: 1.1rem;
	font-display: swap;
}

.top-links {
	background-color: #F9AE28;
	/* color: #fff; */
	color: #000;
}
.logo-top {
	width: 150px;
}
.icon {
	margin-right: 20px;
	border: 1px solid #D7D7D7;
	padding: 15px;
	border-radius: 50%;
}
.top-links a {
	color: #000;
	/* color: #fff; */
}
hr {
	background-color: transparent;
}
.main {
	color: #333;
}

.main h1 {
	font-size: 4rem;
	font-weight: bold;
}
.main h2 {
	font-size: 4rem;
	font-weight: lighter;
	margin-top: -30px;
}

a {
	color: #F9AE29;
	text-decoration: none;
}

a:hover {
	color: #747474;
}
a.links_header {
	color: #000;
  font-weight: bold;
}
a.links_header:hover {
	color: #c9c9c9;
  font-weight: bold;
}
#review_slider {
	background-color: #F4F4F4;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
	position: relative;
}

.parallax-window::after {
	/*content: '';*/
	height: 100%;
	width: 100%;
	background-color: rgba(90,90,90,0.70);
	position: absolute;
	top: 0px;
	left:0px;
	backdrop-filter: blur(5px);
}

.parallax-window.height-2 {
	min-height: 250px;
}
.parallax-window.height-2::after {
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0px;
	left:0px;
	backdrop-filter: blur(5px);
}

.contact-form {
	position: relative;
	top: -200px;
	margin-bottom: -200px;
}
.contact-form h2 {
		color: #fff;
	}
@media (max-width: 991px) {
	.contact-form {
	position: relative;
	top: 0;
	margin-bottom: 0;
}
	.contact-form h2 {
		color: #333;
	}
}



h1, h2, h3, h4 {
	font-weight: 400;
	font-style: normal;
}

.main h1 {
	font-size: 5rem;
}
@media (max-width: 991px) {
	.main h1 {
		font-size: 3rem;
	}
  
  .main h2 {
    font-size: 12vw;
    font-weight: lighter;
    margin-top: 0px;
}
}
.color-01 {
	color: #F9AE29 !important;
}
.color-02 {
	color: #717171 !important;
}
.color-03 {
	color: #333 !important;
}
.color-04 {
	color: #0065E9 !important;
}
.bg-white-50 {
	background-color: rgba(255,255,255,0.50);
}
.bg-white-75 {
	background-color: rgba(255,255,255,0.50);
}
.bg-blur-2 {
	backdrop-filter: blur(2px);
}
.bg-color-01 {
  background-color: #F9AE29 !important;
}

.footer {
	background-size: cover;
	position: relative;
	background-color: #FBB03B;
}

.footer h4 {
	text-transform: uppercase;
}
.form hr {
	
	width: 50%;
	margin: 0 auto;
	border: 1px solid #fff;
	margin-bottom: 50px;
	
}

.footer:before {
	content: '';
	height: 50px;
	width: 100%;
	background-image: url("../images/bg-footer.svg");
	position: absolute;
	top: -50px;
}

.footer hr {
	width:30%;
	text-align:left;
	margin-left:0;
}
@media (max-width: 991px) {
	.footer .row div {
	margin-bottom: 30px;
}
}

ul {
	list-style-type: none;
	padding-left: 0px;
}
.footer a {
	color: #fff !important;
}
.footer a:hover {
	color: #747474 !important;
}
ul.footer-links > li > a::before {
	font-family: "Font Awesome 5 Solid" !important;
	display: inline-block;
	content: "\f0c1";
	color: rgba(33, 33, 33, 0.8);
	display: none;
}
ul.footer-links > li > a > svg {
	margin-right: 10px;
}

/*************Scroll-Top*/
.scroll-top {
  color: #fff;
  font-weight: bold;
	background-color: rgba(43,43,43,0.60);
  width: 66px;
  height: 66px;
  right: 2%;
  bottom: 2%;
  position: fixed;
  transition: all .35s;
	/* box-shadow: 1px 0px 2px #333; */
	font-size: 0.7rem;
	z-index: 1001;
}
.scroll-top:hover {
    color: #1D1D1B;
	  /* background-color: #C3D565; */
    text-decoration: none;
}

.icon-box svg {
  	font-size: 3rem !important;
    padding-right: 10px;
    color: #F9AE29;
}
.icon-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}

.icon-left {
    display: block;
    position: absolute;
    width: 30px;
    height: 64px;
    top: 0;
    left: 0;
}
/* ---------- Landingpage Liste START ---------- */
.bg-lp-orte {
  background: #f3f3f3;
  color: #000;
}

.btn-lp-ort {
  background: #FBB03B;
  color: #000;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 1.5rem;
}

.btn-lp-ort:hover {
  background: #383838;
  color: #fff;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 1.5rem;
}

/* ---------- Landingpage Liste START ---------- */