body, html {
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
}

body {
	font-size: 16px;
}

body a {
	color: #333;
}

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

a:hover {
	color: #333;
}

textarea {
	resize: vertical;
}

.footer .footer-content {
	background: #F5F5F5;
	color: #333;
	padding: 30px 0;
	font-size: 14px;
}

.footer .footer-content a {
	color: #333;
}

.footer .footer-content a:hover {
	color: #333;
}

.footer .footer-content .fa {
	padding-right: 8px;
	color: #333;
}

.footer .footer-content .sub-title {
	color: #333;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 30px;
}

.footer .footer-content .links-col li {
	margin-bottom: 10px;
}

.footer .footer-content .blog-col .item {
	margin-bottom: 30px;
	position: relative;
	padding-left: 75px;
	padding-right: 30px;
}

.footer .footer-content .blog-col .item .post-title {
	font-size: 14px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.8);
}

.footer .footer-content .blog-col .item .intro {
	margin-bottom: 5px;
}

.footer .bottom-bar {
	background: #EFEFEF;
	color: #333;
	padding: 15px;
	text-align: center;
}

.footer .bottom-bar .copyright {
	display: block;
	font-size: 13px;
	padding-bottom: 15px;
}

.btn-white {
	background-color: #FFF;
	color: #000;
}

.breadcrumb {
	background-color: #4A5A64;
}

.breadcrumb li a, .breadcrumb > .active {
	color: #FFF;
	text-transform: uppercase;;
}

.breadcrumb li.active::before {
	content: "/";
	font-weight: normal;
	margin: 0 7px;
}

.breadcrumb > .active {
	font-weight: bold;
}

.wunderbreadcrumb {
	background-color: #4A5A64;
	padding-top: 15px;
	padding-bottom: 15px;
}

.breadcrumb {
	margin-bottom: 3px;
	padding: 0;
	margin-top: 5px;
	border-radius: 0;
}

.form-control {
	border-radius: 0;
}

#preloader {
	background-color: rgba(255, 255, 255, 1);
	bottom: 0;
	display: block;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999;
}

.site-spinner {
	border: 2px solid #DDD;
	font-size: 44px;
	width: 44px;
	height: 44px;
	left: 50%;
	top: 50%;
	margin: -22px 0 0 -22px;
	position: absolute;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation: site-spin 1s linear infinite;
	animation: site-spin 1s linear infinite;
	border-top-color: #333;
}

@-webkit-keyframes site-spin {
	to {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes site-spin {
	to {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*navigation*/

.navbar {
	padding-top: 80px;
	margin-bottom: 0;
	border-radius: 0;
}

.nav-logo {
	width: 110px;
}

.navbar-default {
	background-color: #FFF;
	border-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}

.navbar-default .navbar-nav > li > a {
	color: #58585A;
	font-size: 14px;
	text-transform: uppercase;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
	font-weight: bold;
	color: #529389;
}

.dropdown-menu > li > a {
	display: block;
	text-align: center;
	padding: 10px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.dropdown-menu > li > a:hover {
	font-weight: bold;
	background-color: transparent;
	color: #529389;
}

.dropdown-menu {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
}

/* Spacer & Padding + Margin */

.spacer-15 {
	width: 100%;
	height: 15px;
}

.spacer-30 {
	width: 100%;
	height: 30px;
}

.spacer-45 {
	width: 100%;
	height: 45px;
}

.spacer-60 {
	width: 100%;
	height: 60px;
}

.spacer-75 {
	width: 100%;
	height: 75px;
}

.spacer-90 {
	width: 100%;
	height: 90px;
}

.no-padding {
	padding: 0;
}

.padding-30 {
	padding: 30px;
}

.padding-40 {
	padding: 40px;
}

.plr-0 {
	padding-left: 0;
	padding-right: 0;
}

.pl-0 {
	padding-left: 0;
}

.pr-0 {
	padding-right: 0;
}

.ptb-0 {
	padding-top: 0;
	padding-bottom: 0;
}

.pt-0 {
	padding-top: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.ptb {
	padding-top: 110px;
	padding-bottom: 110px;
}

.pt {
	padding-top: 110px;
}

.pb {
	padding-bottom: 110px;
}

.ptb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.pt-15 {
	padding-top: 15px;
}

.pb-15 {
	padding-bottom: 15px;
}

.ptb-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.pb-50 {
	padding-bottom: 50px;
}

.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}

.ptb-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-100 {
	padding-bottom: 100px;
}

.mtb-0 {
	margin-top: 0;
	margin-bottom: 0;
}

.mlr-0 {
	margin-left: 0;
	margin-right: 0;
}

.mt-0 {
	margin-top: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.ml-0 {
	margin-left: 0;
}

.mr-0 {
	margin-right: 0;
}

.mtb-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mtb-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.mtb-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mtb-45 {
	margin-top: 45px;
	margin-bottom: 45px;
}

.mt-45 {
	margin-top: 45px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.ml-30 {
	margin-left: 30px;
}

.mr-30 {
	margin-right: 30px;
}

.mtb-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}

.mt-25 {
	margin-top: 25px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mtb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.mt-15 {
	margin-top: 15px;
}

.mb-15 {
	margin-bottom: 15px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* QUOTE */

/* QUOTE */

.quote-carousel {
	position: relative;
	height: 45vh;
}

.quote-carousel .carousel-inner .carousel-item {
	height: 45vh;
}

.quote-carousel .carousel-indicators > li.active {
	opacity: 1;
}

.quote-carousel .carousel-inner .carousel-item .hero {
	opacity: 0;
	-webkit-transition: 1s all ease-in-out .1s;
	-o-transition: 1s all ease-in-out .1s;
	transition: 1s all ease-in-out .1s;
}

.quote-carousel .carousel-inner .carousel-item.active .hero {
	opacity: 1;
	-webkit-transition: 1s all ease-in-out .1s;
	-o-transition: 1s all ease-in-out .1s;
	transition: 1s all ease-in-out .1s;
}

.quote-carousel .slide {
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

hgroup {
	padding: 15px;
}

/********************************/
/*          SLIDESHOW        */
/********************************/
.slideshow {
	position: relative;
	height: 100vh;
}

.slideshow .carousel-inner,
.slideshow .carousel-inner .carousel-item {
	height: 100vh;
}

.carousel .carousel-indicators > li.active {
	opacity: 1;
}

.hero {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.hero h1 {
	font-size: 6em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.carousel .carousel-inner .carousel-item .hero {
	opacity: 0;
	-webkit-transition: 1s all ease-in-out .1s;
	-o-transition: 1s all ease-in-out .1s;
	transition: 1s all ease-in-out .1s;
}

.carousel .carousel-inner .carousel-item.active .hero {
	opacity: 1;
	-webkit-transition: 1s all ease-in-out .1s;
	-o-transition: 1s all ease-in-out .1s;
	transition: 1s all ease-in-out .1s;
}

.carousel .slide {
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.carousel-control.right, .carousel-control.left {
	background-image: none;
	-webkit-filter: none;
	filter: none;
}

.slider-text-big {
	font-size: 40px;
}

.slider-text-small {
	font-size: 26px;
}

.carousel-caption {
	left: 20%;
	color: inherit;
	bottom: 25%;
	text-align: left;
}

.grid-card {
	padding: 40px;
}

/* Teaser */

.teaser-title {
	padding-left: 15px;
	padding-right: 15px;
}

.teaser-content {
	padding-top: 30px;
}

.teaser-card {
	padding-top: 50px;
}

.teaser-footer {
	padding-bottom: 25px;
}

/* Team */

.team-card, .teaser-card {
	margin-bottom: 15px;
}

.team-info {
	padding: 10px 20px;
	margin-top: 20px;
}

.team-info .fa {
	padding-right: 10px;
}

/*News-Teaser*/

.news-teaser-content, .filter-teaser-content {
	border: 1px solid black;
	padding: 30px;
	background-color: #FFF;
}

.news-teaser-content h2 {
	margin-top: 0;
}

/*ACCORDION */

.wunder-accordion .btn-link {
	color: inherit;
	text-decoration: none;
	white-space: initial;
}

.panel-group .panel-heading {
	position: relative;
	padding: 0;
}

.panel-group .panel-heading > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
}

.panel-group .panel-heading > a:after {
	position: absolute;
	right: 10px;
	height: 20px;
	width: 20px;
	content: "\f107";
	background-color: #474747;
	border-radius: 20px;
	text-align: center;
	line-height: 20px;
	font-family: FontAwesome, fantasy;
	color: white;
}

.panel-group .panel-heading > .collapsed:after {
	content: "\f105";
}

/* QUOTE*/
.quote {
	padding-bottom: 50px;
}

/* CallToAction */
.calltoaction {
	padding-top: 35px;
	padding-bottom: 45px;
}

/* Map */
.map {
	height: 750px;
	width: 100%;
}

/* Gallery */
.fancybox-caption {
	border-top: none;
}

.portfolio-filter {
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
}

.portfolio-filter li {
	display: inline-block;
	list-style: none;
}

.portfolio-filter li a {
	display: block;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-left: 11px;
	margin-right: 11px;
	text-transform: uppercase;
}

.portfolio-filter li a:hover {
	cursor: pointer;
}

.portfolio-filter li a.active {
	color: #CCC;
}

.portfolio-grid-fit .portfolio-item {
	position: relative;
	float: left;
	padding-bottom: 30px;
	height: auto;
	margin: 0;
	color: #262524;
	display: block;
}

.portfolio-box {
	position: relative;
	overflow: hidden;
}

.portfolio-box .portfolio-image-wrap {
	display: block;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.portfolio-box .portfolio-image-wrap img {
	width: 100%;
}

.contactInfo-Icon {
	font-size: 32px;
}

.contactinfo-title {
	font-size: 18px;
	font-weight: 600;
}

.contact-link {
	font-size: 16px;
	padding-bottom: 30px;
}

.container-filter {
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
}

.container-filter li {
	list-style: none;
	display: inline-block;
}

.container-filter li a {
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}

.container-filter li a.active {
	color: #E6AE49;
}

.item-box {
	position: relative;
	overflow: hidden;
	display: block;
}

.item-box a {
	display: inline-block;
}

.item-box:hover .item-mask {
	opacity: 1;
	visibility: visible;
}

.item-box:hover .item-mask .item-caption {
	bottom: 30px;
	opacity: 1;
}

.item-box:hover .item-container {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
}

.item-container {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-mask {
	height: 100%;
	position: absolute;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.7) url(../img/icon_plus.png) no-repeat scroll center;
	background-size: 45px;
}

.item-mask h3, .item-mask h5, .item-mask h6, .item-mask p {
	margin-bottom: 0;
	color: #FFF
}

.item-mask .item-caption {
	position: absolute;
	bottom: -60px;
	left: 0;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	opacity: 0;
	width: 100%;
}

input.custom-cbx ~ span.custom-cbx {
	background: white;
	height: 28px;
	width: 28px;
	display: inline-block;
	margin-bottom: -8px;
	margin-right: 7px;
	border-radius: 2px;
	border: 2px solid #C1C1C1;
}

.custom-cbx input[type=checkbox] {
	display: none;
}

span.custom-cbx:hover {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	border: 2px solid #B2B2B2;
}

span.custom-cbx:active {
	background-color: #EBEBEB;
}

span.custom-cbx:focus {
	border: 2px solid #4D90FE;
	outline: none;
	appearence: none;
	-webkit-appearence: none;
	-moz-appearence: none;
}

input.custom-cbx:checked ~ span.custom-cbx {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAAsSAAALEgHS3X78AAABM0lEQVRIx2P4+fPnf3pihlELqYGnXtn+/+zLO/SxsOXcmv8M80L/iy5N/n/tzSPaWgizDIbdtjfTzkJ0y7TXFf5/8vE1bSzEZRlN4hCfZVS3kJBlVLWQGMuoZiGxllHFwrozK4i2DG7hpMtb/5efXEyyZSUnFqJYpr++BK9lYAvn39gH11B4fP7/Hz9/kGWZ6aaK/68+vydcllpsrkLRmHZkBkFLybUMbCFIoeXmahQDYg9M+v/tx3eqWwaPw/dfP/2331qHYlDEvv7/X75/o6plKKkUZKnXzjYUA72B/M/fv1LNMoxsATLcd1cHRglfAExM1LAMaz4ExR0oOJEtoJZlODM+yNLEQ1OpbhnekgaUNUBZBGaZzZZaii0jqmgDJRZQCgYlKro1omApdbSZOCgtBADmFB+79xvH1QAAAABJRU5ErkJggg==');
	background-position: top center;
	background-color: #FFF;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-left: 5px;
	margin-right: 2px;
}

div.custom-cbx {
	background: #F9F9F9;
	color: #000;
	display: inline-block;
	padding: 10px 12px 12px 12px;
	border: 1px solid #D3D3D3;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
	margin: 0 5px 5px 0;
}

div.custom-cbx label {
	padding-left: 0;
	font-family: Roboto, helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}

.custom-cbx-holder {
	display: inline-block;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: -11px;
}

.custom-cbx-text {
	float: right;
	max-width: 90%;
}

.cc-banner .cc-message {
	color: #999;
}

.cc-banner.cc-bottom {
	border-top: 1px solid #CCC;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
	border-color: transparent;
	color: #58585A;
	background-color: #C3DE3C;
}

.btn-outline-primary {
	color: #58585A;
}

.btn-outline-primary:hover {
	border-color: transparent;
	color: #58585A;
	background-color: #C3DE3C;
}

.card-header:hover {
	cursor: pointer;
}

.footer-link-modal {
	padding-left: 15px;
	padding-right: 15px;
}

.stage-stage {
	background-color: #000;
	color: #FFF;
	padding: 15px;
	width: 100%;
	position: fixed;
	z-index: 99999;
}

.btn-stage-message {
	margin-top: -5px;
	padding-left: 15px;
	padding-right: 15px;
}

.youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.youtube-container iframe,
.youtube-container object,
.youtube-container video,
.youtube-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}