/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* General */

body {
	background: white;
	color: black;
	font-family: "Open Sans", sans-serif;
}

.cc_banner-wrapper {
	position: static;
}

.cc_banner-wrapper .cc_banner {
	background-color: #999;
}

.cc_banner-wrapper p {
	color: white;
}

.cc_banner-wrapper p.cc_message a.cc_more_info {
	text-decoration: underline;
	color: white;
}

.cc_banner-wrapper a.cc_btn_accept_all {
	background-color: white;
	color: black;
}

a {
	color: #06f;
	transition: 0.5s;
}

a:hover,
a:active,
a:focus {
	color: #06f;
	outline: none;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}



/* Back to top button */

.back-to-top {
	position: fixed;
	display: none;
	background: #06f;
	color: white;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	border-radius: 50%;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 11;
}

.back-to-top i {
	padding-top: 12px;
	color: white;
}



/* Prelaoder */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: white;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #f2f2f2;
	border-top: 6px solid #06f;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	}

	100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	}

	100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	}
}



/* Header */

#header {
	padding: 20px 0;
	height: 100px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s;
	z-index: 997;
}

#header.header-scrolled {
	background: #06f;
	height: 80px;
	transition: all 0.5s;
}

#header #logo {
	float: left;
}

#header #logo img {
	padding: 0;
	margin: 0;
	width: auto;
	height: 80px;
}

#header.header-scrolled #logo img {
	height: 40px;
	transition: all 0.5s;
}



/* Intro */

#intro {
	display: table;
	width: 100%;
	height: 100vh;
	background: black;
}

#intro .carousel-item {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#intro .carousel-item::before {
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

#intro .carousel-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#intro .carousel-background img {
	max-width: 100%;
}

#intro .carousel-content {
	text-align: center;
}

#intro h2 {
	font-size: 3em;
	font-weight: 700;
	color: white;
	margin-bottom: 30px;
}

#intro p {
	width: 80%;
	font-size: 1.5em;
	color: white;
	margin: 0 auto 30px auto;
}

#intro .carousel-fade {
	overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
	transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
	opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
	transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
	width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
	background: none;
	font-size: 32px;
	line-height: 1;
}

#intro .carousel-indicators li {
	cursor: pointer;
}

#intro .btn-get-started {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 32px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 10px;
	color: white;
	background: #06f;
}

#intro .btn-get-started:hover {
	background: white;
	color: #06f;
}



/* Navigation */

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.nav-menu li {
	position: relative;
	white-space: nowrap;
}

.nav-menu > li {
	float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
	display: block;
}

.nav-menu ul ul {
	top: 0;
	left: 100%;
}

.nav-menu ul li {
	min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
	padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 15px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
	float: right;
	margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
	padding: 10px 8px;
	text-decoration: none;
	display: inline-block;
	color: white;
	font-weight: 400;
	font-size: 1.125em;
	text-transform: uppercase;
	outline: none;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
	color: rgba(255, 255, 255, 0.4);
}

.nav-menu > li {
	margin-left: 10px;
}

.nav-menu ul {
	margin: 4px 0 0 0;
	padding: 10px;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	background: white;
}

.nav-menu ul li {
	transition: 0.3s;
}

.nav-menu ul li a {
	padding: 10px;
	color: #06f;
	transition: 0.3s;
	display: block;
	font-size: 13px;
	text-transform: none;
}

.nav-menu ul li:hover > a {
	color: #06f;
}

.nav-menu ul ul {
	margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 20px 20px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}

#mobile-nav-toggle i {
	color: white;
}

/* Mobile Nav Styling */

#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: rgba(0, 0, 0, 0.8);
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
}

#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mobile-nav ul li {
	position: relative;
}

#mobile-nav ul li a {
	color: white;
	font-size: 13px;
	text-transform: uppercase;
	overflow: hidden;
	padding: 10px 22px 10px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
	font-weight: 700;
}

#mobile-nav ul li a:hover {
	color: #06f;
}

#mobile-nav ul li li {
	padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
	color: #06f;
}

#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: white;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #06f;
}

#mobile-nav ul .menu-has-children li a {
	text-transform: none;
}

#mobile-nav ul .menu-item-active {
	color: #06f;
}

#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
	overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
	left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
	color: white;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
	font-size: 32px;
	color: black;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	position: relative;
	padding-bottom: 15px;
}

.section-header h3::before {
	content: '';
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}

.section-header h3::after {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: #06f;
	bottom: 0;
	left: calc(50% - 20px);
}

.section-header p {
	text-align: center;
	padding-bottom: 30px;
	color: black;
	font-size: 1.125em;
	line-height: 1.5em;
}

/* Section with background
--------------------------------*/

.section-bg {
	background: #f7f7f7;
}

/* Featured Services Section
--------------------------------*/

#featured-services {
	background: url(../img/kontakt-bodensee.jpg) fixed center center;
	background-size: cover;
	padding: 45px 0 0;
}

#featured-services .box {
	padding: 30px 20px;
}

#featured-services i {
	color: white;
	font-size: 48px;
	display: inline-block;
	line-height: 1;
}

#featured-services h3 {
	color: white;
	font-size: 28px;
	font-weight: 700;
}

#featured-services h4 {
	color: white;
	font-weight: 400;
	margin: 15px 0;
	font-size: 18px;
}

#featured-services p {
	font-size: 1em;
	line-height: 1.5em;
	color: white;
	margin-bottom: 0;
}

#featured-services li {
	font-size: 1em;
	line-height: 1.5em;
	color: white;
	margin-bottom: 0;
}

/* About Us Section
--------------------------------*/

#about {
	background: url("../img/about-bg.jpg") center top no-repeat fixed;
	background-size: cover;
	padding: 60px 0 40px 0;
	position: relative;
}

#about::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.92);
	z-index: 9;
}

#about .container {
	position: relative;
	z-index: 10;
}

#about .about-col {
	background: white;
	border-radius: 0 0 4px 4px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
}

#about .about-col .img {
	position: relative;
}

#about .about-col .img img {
	border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
	width: 64px;
	height: 64px;
	padding-top: 8px;
	text-align: center;
	position: absolute;
	background-color: #06f;
	border-radius: 50%;
	text-align: center;
	border: 4px solid white;
	left: calc( 50% - 32px);
	bottom: -30px;
	transition: 0.3s;
}

#about .about-col i {
	font-size: 36px;
	line-height: 1;
	color: white;
	transition: 0.3s;
}

#about .about-col:hover .icon {
	background-color: white;
}

#about .about-col:hover i {
	color: #06f;
}

#about .about-col h2 {
	color: black;
	text-align: center;
	font-weight: 700;
	font-size: 1.25em;
	padding: 0;
	margin: 40px 0 12px 0;
}

#about .about-col h2 a {
	color: black;
}

#about .about-col h2 a:hover {
	color: #06f;
}

#about .about-col p {
	font-size: 1em;
	line-height: 1.5em;
	color: black;
	margin-bottom: 0;
	padding: 0 20px 20px 20px;
}



/* Services */

#services {
	background: #fff;
	background-size: cover;
	padding: 60px 0 40px 0;
}

#services .box {
	margin-bottom: 30px;
}

#services .icon {
	float: left;
}

#services .icon i {
	color: #06f;
	font-size: 36px;
	line-height: 1;
	transition: 0.5s;
}

#services .title {
	margin-left: 60px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}

#services .title a {
	color: #111;
}

#services .box:hover .title a {
	color: #06f;
}

#services .description {
	font-size: 14px;
	margin-left: 60px;
	line-height: 24px;
	margin-bottom: 0;
}



/* Wohnungen */

#wohnungen {
	background: url("../img/vogelhaus-garten.jpg") center top no-repeat fixed;
	background-size: cover;
	padding: 60px 0 40px 0;
	position: relative;
}

#wohnungen::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.92);
	z-index: 9;
}

#wohnungen .container {
	position: relative;
	z-index: 10;
}

#wohnungen .box {
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#wohnungen .wohnungen-col .box {
	position: relative;
	left: calc( 50% - 125px);
}

#wohnungen .icon {
	float: left;
}

#wohnungen .icon i {
	color: #06f;
	font-size: 36px;
	line-height: 1;
	transition: 0.5s;
}

#wohnungen .title {
	margin-left: 60px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}

#wohnungen .description {
	font-size: 14px;
	margin-left: 60px;
	line-height: 24px;
	margin-bottom: 0;
}

#wohnungen .wohnungen-col {
	background: white;
	border-radius: 0 0 4px 4px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
	text-align: center;
}

#wohnungen .wohnungen-col .img {
	position: relative;
}

#wohnungen .wohnungen-col .img img {
	border-radius: 4px 4px 0 0;
}

#wohnungen .wohnungen-col .icon {
	width: 64px;
	height: 64px;
	padding-top: 8px;
	text-align: center;
	position: absolute;
	background-color: #06f;
	border-radius: 50%;
	text-align: center;
	border: 4px solid white;
	left: calc( 50% - 32px);
	bottom: -30px;
	transition: 0.3s;
}

#wohnungen .wohnungen-col i {
	font-size: 30px;
	line-height: 1;
	color: #06f;
	float: left;
}

#wohnungen .wohnungen-col:hover .icon {
	background-color: white;
}

#wohnungen .wohnungen-col h2 {
	color: black;
	text-align: center;
	font-weight: 700;
	font-size: 1.5em;
	padding: 0;
	margin: 40px 0 30px 0;
}

#wohnungen .wohnungen-col p {
	text-align: left;
	font-size: 1.125em;
	line-height: 1.5em;
	color: black;
	margin-bottom: 0;
	padding: 0 20px 20px 60px;
}

#wohnungen .wohnungen-col ul {
	display: inline-block;
	text-align: left;
	min-height: 144px;
	margin: 0 0 20px 0;
	padding: 0;
}

#wohnungen .wohnungen-col li {
	font-size: 1.125em;
	line-height: 1.5em;
	color: black;
}



/* Über uns */

#ueber-uns {
	background: url("../img/vogelhaus-garten.jpg") center top no-repeat fixed;
	background-size: cover;
	padding: 60px 0 40px 0;
	position: relative;
}

#ueber-uns::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.92);
	z-index: 9;
}

#ueber-uns .container {
	position: relative;
	z-index: 10;
}

#ueber-uns .box {
	margin-bottom: 30px;
}

#ueber-uns h4 {
	color: black;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	margin: 40px 0 12px 0;
	padding: 0;
}

#ueber-uns ul {
	width: intrinsic; /* Safari */
	width: -moz-max-content; /* Firefox */
	width: -webkit-max-content; /* Chrome */	
	width: max-content;
	margin: 0 auto;
}

#ueber-uns p {
	color: black;
	text-align: center;
	font-size: 1.125em;
	line-height: 1.5em;
	margin: 12px 30px;
}

#ueber-uns p.links {
	text-align: left;
}

#ueber-uns li {
	color: black;
	font-size: 1.125em;
}



/* Flaschner
--------------------------------*/

#flaschner {
	background: url(../img/kontakt-bodensee.jpg) fixed center center;
	background-size: cover;
	padding: 60px 0 15px;
}

#flaschner h3 {
	color: white;
	font-size: 28px;
	font-weight: 700;
}

#flaschner p {
	color: white;
	font-size: 1.125em;
	line-height: 1.5em;
}



/* Call To Action Section
--------------------------------*/

#call-to-action {
	background: url(../img/kontakt-bodensee.jpg) fixed center center;
	background-size: cover;
	padding: 60px 0;
}

#call-to-action h3 {
	color: white;
	font-size: 2em;
	font-weight: 700;
}

#call-to-action p {
	color: white;
	font-size: 1.25em;
	line-height: 1.5em;
}

#call-to-action .cta-btn {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 25px;
	transition: 0.5s;
	margin-top: 10px;
	border: 2px solid white;
	color: white;
}

#call-to-action .cta-btn:hover {
	background: #06f;
	border: 2px solid #06f;
}



/* Skills
--------------------------------*/

#skills {
	padding: 60px 0;
}

#skills .progress {
	height: 35px;
	margin-bottom: 10px;
}

#skills .progress .skill {
	font-family: "Open Sans", sans-serif;
	line-height: 35px;
	padding: 0;
	margin: 0 0 0 20px;
	text-transform: uppercase;
}

#skills .progress .skill .val {
	float: right;
	font-style: normal;
	margin: 0 20px 0 0;
}

#skills .progress-bar {
	width: 1px;
	text-align: left;
	transition: .9s;
}



/* Facts Section
--------------------------------*/

#facts {
	background: url("../img/facts-bg.jpg") center top no-repeat fixed;
	background-size: cover;
	padding: 60px 0 0 0;
	position: relative;
}

#facts::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.88);
	z-index: 9;
}

#facts .container {
	position: relative;
	z-index: 10;
}

#facts .counters span {
	font-weight: bold;
	font-size: 48px;
	display: block;
	color: #06f;
}

#facts .counters p {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 1em;
	color: black;
}

#facts .facts-img {
	text-align: center;
	padding-top: 30px;
}

/* Galerie Section
--------------------------------*/

#galerie {
	background: url("../img/vogelhaus-garten.jpg") center top no-repeat fixed;
	background-size: cover;
	padding: 60px 0;
	position: relative;
}

#galerie::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.88);
	z-index: 9;
}

#galerie .container {
	position: relative;
	z-index: 10;
}

#galerie #galerie-flters {
	padding: 0;
	margin: 5px 0 35px 0;
	list-style: none;
	text-align: center;
}

#galerie #galerie-flters li {
	cursor: pointer;
	margin: 15px 15px 15px 0;
	display: inline-block;
	padding: 10px 20px;
	font-size: 0.875em;
	line-height: 20px;
	color: black;
	border-radius: 4px;
	text-transform: uppercase;
	background: white;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
}

#galerie #galerie-flters li:hover,
#galerie #galerie-flters li.filter-active {
	background: #06f;
	color: white;
}

#galerie #galerie-flters li:last-child {
	margin-right: 0;
}

#galerie .galerie-wrap {
	transition: 0.3s;
}

#galerie .galerie-wrap:hover {
}

#galerie .galerie-item {
	position: relative;
	height: 270px;
	overflow: hidden;
}

#galerie .galerie-item figure {
	overflow: auto;
	height: 234px;
	position: relative;
	margin: 0;
}

#galerie .galerie-item figure:hover img {
	opacity: 0.4;
	transition: 0.3s;
}

#galerie .galerie-item figure .link-preview,
#galerie .galerie-item figure .link-details {
	position: absolute;
	display: inline-block;
	opacity: 0;
	line-height: 1;
	text-align: center;
	width: 36px;
	height: 36px;
	background: white;
	border-radius: 50%;
	transition: 0.2s linear;
}

#galerie .galerie-item figure .link-preview i,
#galerie .galerie-item figure .link-details i {
	padding-top: 6px;
	font-size: 22px;
	color: black;
}

#galerie .galerie-item figure .link-preview:hover,
#galerie .galerie-item figure .link-details:hover {
	background: #06f;
}

#galerie .galerie-item figure .link-preview:hover i,
#galerie .galerie-item figure .link-details:hover i {
	color: white;
}

#galerie .galerie-item figure .link-preview {
	left: calc(50% - 18px);
	top: calc(50% - 18px);
}

#galerie .galerie-item figure .link-details {
	right: calc(50% - 18px);
	top: calc(50% - 18px);
}

#galerie .galerie-item figure:hover .link-preview {
	opacity: 1;
}

#galerie .galerie-item figure:hover .link-details {
	opacity: 1;
}

#galerie .galerie-item .galerie-info {
	background: white;
	text-align: center;
	padding: 30px;
	height: 90px;
	border-radius: 0 0 3px 3px;
}

#galerie .galerie-item .galerie-info h4 {
	font-size: 18px;
	line-height: 1px;
	font-weight: 700;
	margin-bottom: 18px;
	padding-bottom: 0;
}

#galerie .galerie-item .galerie-info h4 a {
	color: black;
}

#galerie .galerie-item .galerie-info h4 a:hover {
	color: #06f;
}

#galerie .galerie-item .galerie-info p {
	padding: 0;
	margin: 0;
	color: black;
	font-weight: 500;
	font-size: 1em;
	text-transform: uppercase;
}



/* Clients Section */

#clients {
	padding: 60px 0;
}

#clients img {
	max-width: 100%;
	opacity: 0.5;
	transition: 0.3s;
	padding: 15px 0;
}

#clients img:hover {
	opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
	margin-top: 5px;
	text-align: center;
}

#clients .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: black;
}

#clients .owl-dot.active {
	background-color: #06f;
}



/* Stellenangebote Section */

#stellenangebote {
	background: white;
	padding: 60px 0;
}

#stellenangebote .section-header {
	margin-bottom: 0;
}

#stellenangebote h4 {
	color: black;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	margin: 24px 0 12px 0;
	padding: 0;
}

#stellenangebote ul {
	width: intrinsic;			/* Safari */
	width: -moz-max-content;		/* Firefox */
	width: -webkit-max-content; /* Chrome */	
	width: max-content;
	margin: 0 auto;
}

#stellenangebote p {
	color: black;
	text-align: center;
	font-size: 1.125em;
	line-height: 1.5em;
	margin: 12px 30px;
}

#stellenangebote li {
	color: black;
	font-size: 1.125em;
}



/* Kontakt */

#kontakt {
	padding: 60px 0;
}

#kontakt .contact-info {
	margin-bottom: 20px;
	text-align: center;
}

#kontakt .contact-info i {
	font-size: 48px;
	display: inline-block;
	margin-bottom: 10px;
	color: #06f;
}

#kontakt .contact-info address,
#kontakt .contact-info p {
	margin-bottom: 0;
	color: black;
}

#kontakt .contact-info h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
}

#kontakt .contact-info a {
	color: black;
}

#kontakt .contact-info a:hover {
	color: #06f;
}

#kontakt .contact-address,
#kontakt .contact-phone,
#kontakt .contact-email {
	margin-bottom: 20px;
}

#kontakt .form #sendmessage {
	color: #06f;
	border: 1px solid #06f;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#kontakt .form #errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#kontakt .form #sendmessage.show,
#kontakt .form #errormessage.show,
#kontakt .form .show {
	display: block;
}

#kontakt .form .validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}

#kontakt .form input,
#kontakt .form textarea {
	padding: 10px 14px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
}

#kontakt .form .g-recaptcha, #kontakt .form button[type="submit"] {
	background: #06f;
	border: 0;
	padding: 10px 30px;
	color: white;
	transition: 0.4s;
	cursor: pointer;
}

#kontakt .form .g-recaptcha:hover, #kontakt .form button[type="submit"]:hover {
	background: #13a456;
}



/* Footer */

#footer {
	background: #06f;
	padding: 0 0 30px 0;
	color: white;
	font-size: 0.9375em;
}

#footer .social {
	text-align: center;
	padding-top: 30px;
}

#footer .social img {
	width: auto;
	height: 35px;
}

#footer .social a {
	font-size: 20px;
	display: inline-block;
	background: #666;
	color: white;
	line-height: 1;
	padding: 10px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 40px;
	height: 40px;
	transition: 0.3s;
}

#footer .social a:hover {
	background: #06f;
	color: white;
}

#footer .copyright {
	text-align: center;
	padding-top: 30px;
}

	#footer .copyright a {
		color: white;
		margin-left: 24px;
	}
	
	#footer .copyright a:hover {
		color: #06f;
		transition: 0.3s;
	}
	
#footer .credits {
	text-align: center;
	font-size: 13px;
	color: #ddd;
}



/* Impressum */

#impressum {
	background: #444;
	padding: 180px 0 40px 0;
	color: white;
}

#impressum h2 {
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 2.5em;
}

#impressum h3 {
	font-size: 1.25em;
	font-weight: 700;
	margin-top: 1.75em;
	margin-bottom: 1.25em;
}

#impressum h4 {
	font-size: 1.125em;
	font-weight: 700;
	margin-top: 1.75em;
	margin-bottom: 1.25em;
}

#impressum p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
}



/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {
	#kontakt .contact-address,
	#kontakt .contact-phone,
	#kontakt .contact-email {
	padding: 20px 0;
	}

	#kontakt .contact-phone {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	}
}

@media (min-width: 992px) {
	#testimonials .testimonial-item p {
	width: 80%;
	}
}

@media (min-width: 1024px) {
	#header #logo {
	padding-left: 60px;
	}

	#intro p {
	width: 60%;
	}

	#intro .carousel-control-prev,
	#intro .carousel-control-next {
	width: 5%;
	}

	#nav-menu-container {
	padding-right: 60px;
	}
}

@media (max-width: 768px) {
	.back-to-top {
	bottom: 15px;
	}

	#header #logo h1 {
	font-size: 28px;
	}

	#header #logo img {
	max-height: 40px;
	}

	#intro h2 {
	font-size: 28px;
	}

	#nav-menu-container {
	display: none;
	}

	#mobile-nav-toggle {
	display: inline;
	}
}