/* CSS Document */



body {
	background-image: none !important;
	background-color: #fff !important;
	color: #333;
	font-family: azo-sans-web, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 300;
	font-style: normal;
	transition: all .35s;
	font-size: 1.1rem;
}

.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);
}

.link {
	font-weight: bold;
	color: #0068B2;
}

.tel_link,
.links_header {
	color: #0068B2;
	font-weight: bold;
}

h1, h2, h3, h4 {
	font-family: calibri,sans-serif;
	font-weight: 400;
	font-style: normal;
}

.main h1 {
	font-size: 5rem;
}
.main h1.heading.unterseite {
	font-size: 4rem;
}
@media (max-width: 991px) {
	.main h1 {
		font-size: 3rem;
	}
	.main h1.heading.unterseite {
	font-size: 3rem;
}
}
a {
	color: #333;
	text-decoration: none;
}
.color-01 {
	color: #BFD100;
}
.bg-color-01 {
	background-color: #BFD100;
}
.main h1.heading {
	text-shadow: -5px 3px 0px #C8C8C8;
}
.main h1.heading.unterseite {
	
	text-shadow: -5px 3px 0px #fff;
}
.main h2 {
	background-color: #333;
	display: inline-block;
	color: #fff;
	padding: 0px 5px;
	position: relative;
	top: 35px;
}
@media (max-width: 991px) {
	.main h2 {
		top: 10px;
	}
}

.footer {
	background-size: cover;
	position: relative;
}
.footer::after {
	content: '';
	height: 100%;
	width: 100%;
background: rgb(33,33,33);
background: linear-gradient(90deg, rgba(33,33,33,1) 0%, rgba(33,33,33,0.9640231092436975) 45%, rgba(33,33,33,0.6026785714285714) 100%);
	position: absolute;
	top: 0px;
	left:0px;
	backdrop-filter: blur(5px);
}
.footer div {
	z-index: 2;
}

.footer h4 {
	text-transform: uppercase;
}
.form hr {
	
	width: 50%;
	margin: 0 auto;
	border: 1px solid #fff;
	margin-bottom: 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: #A7A7A7 !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);
    right: 2%;
    bottom: 13%;
    position: fixed;
    transition: all .35s;
	*box-shadow: 1px 0px 2px #333;
	font-size: 0.7rem;
	
	z-index: 9;
}
.scroll-top:hover {
    color: #1D1D1B;
	*background-color: #C3D565;
    text-decoration: none;
}



.btn.btn-default {
	background-color: #0068B2;
	border: none;
}
.btn.btn-default:hover {
	border: none;
	background-color: #0068B2;
	cursor: default;
}


.table {
	color: #333;
}
.table-success td {
	background-color: red;
	color: #fff;
}

/*Post It*/

.postit {
width:100%;
padding:25px 15px;
background-color: #fefabc;
background-image: linear-gradient(150deg, #efec88 0%, #fefabc 100%);
border: 1px solid #cccccc;
box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
transform:rotate(0deg);
border-bottom-right-radius:60px 5px;
}
								
.postit::before {
  content: "";
  background-color: rgba(0,0,0,0.025);
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0;
  height: 50px;
  z-index: -1;
}
								
.postit::after {
  content:"";
  position: absolute;
  bottom: 0;
  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(2deg);
  z-index: -1;
  filter: blur(2px);
}