/*
Theme Name:         Sage Starter Theme
Theme URI:          https://roots.io/sage/
Description:        Theme for Actifloor by mh-6
Version:            1.0
Author:             mh-6
Author URI:         https://mh-6.de/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

/* rubik-300 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/rubik-v11-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/rubik-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rubik-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rubik-v11-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rubik-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rubik-v11-latin-300.svg#Rubik') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'Signika';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/Signika-Regular.ttf'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/Signika-Regular.ttf') format('truetype')
}

@font-face {
	font-family: 'Signika';
	font-style: bold;
	font-weight: 700;
	src: url('../fonts/Signika-Bold.ttf'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/Signika-Bold.ttf') format('truetype')
}



/* zurich-lt-lb */
@import url(//db.onlinewebfonts.com/c/bf37a240e6e7ebc1ac3846b4c405498a?family=Zurich+Lt+BT);

@font-face {font-family: "Zurich Lt BT"; src: url("//db.onlinewebfonts.com/t/bf37a240e6e7ebc1ac3846b4c405498a.eot"); 
src: url("//db.onlinewebfonts.com/t/bf37a240e6e7ebc1ac3846b4c405498a.eot?#iefix") format("embedded-opentype"), 
url("//db.onlinewebfonts.com/t/bf37a240e6e7ebc1ac3846b4c405498a.woff2") format("woff2"), 
url("//db.onlinewebfonts.com/t/bf37a240e6e7ebc1ac3846b4c405498a.woff") format("woff"), 
url("//db.onlinewebfonts.com/t/bf37a240e6e7ebc1ac3846b4c405498a.ttf") format("truetype"), 
url("//db.onlinewebfonts.com/t/bf37a240e6e7ebc1ac3846b4c405498a.svg#Zurich Lt BT") format("svg"); 
}

/* dancing-script-regular - latin */
@font-face {
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/dancing-script-v15-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/dancing-script-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/dancing-script-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/dancing-script-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/dancing-script-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/dancing-script-v15-latin-regular.svg#DancingScript') format('svg'); /* Legacy iOS */
}
/* dancing-script-700 - latin */
@font-face {
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/dancing-script-v15-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/dancing-script-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/dancing-script-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/dancing-script-v15-latin-700.woff') format('woff'), /* Modern Browsers */
	url('../fonts/dancing-script-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/dancing-script-v15-latin-700.svg#DancingScript') format('svg'); /* Legacy iOS */
}


/* ALLGEMEIN */

*:focus {
	outline: none;
}

img {
	width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

body {
	font-family: 'Signika', sans-serif;
	font-size: 1.5rem;
	color: #3e3e3e;
	min-height: 100vh;
	position: relative;
}

a {
	color: #fe5000;
}

.background-primary a {
	white-space: break-spaces;
	max-width: 100%;
}

h1, .h1 {
	color: #fe5000;
	font-weight: 500;
	font-size: 5rem;
	font-family: 'Signika';
	border-bottom: 1px solid;
}

h2, .h2 {
	color: #fe5000;
	font-weight: 400;
	font-size: 28px;
	margin-top: 2rem;
}


@media (max-width: 767px) {
	h1, .h1 {
		font-size: 3.5rem;
		margin: 8px 0 0 0;
	}
	h2, .h2 {
		font-size: 3rem;
		margin-top: 12px;
	}
}



h3, .h3, h4, .h4 {
	color: #3e3e3e;
	font-weight: 200;
	font-size: 22px;
	line-height: 30px;
	/*font-weight: bold;*/
}

.justCenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ctaBtn{
	color: #d2d2d2;
	background: #243743;
	padding: 1.4rem 3rem;
	position: relative;
	display: inline-block;
}

.ctaBtn:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	background: rgba(0,0,0,.05);
	z-index: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.ctaBtn span {
	z-index: 2;
	position: relative;
}

.ctaBtn:hover:after {
	width: 100%;
	background: rgba(0,0,0,.05);
}

.ghostBtn{
	background: transparent;
	color: #d2d2d2;
	border: 1px solid #d2d2d2;
	padding: 1.4rem 3rem;
	position: relative;
	display: inline-block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.ghostBtn:hover {
	background: #d2d2d2;
	color: #243743;
}


.flexRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.flexWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.alignItemsCenter {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.alignItemsEnd {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.opacity0 {
	opacity: 0!important;
	visibility: hidden;
}

.padTo3 {
	padding-top: 3rem;
}

.maTo3 {
	margin-top: 3rem;
}

.maTo2 {
	margin-top: 2rem;
}

.maTo1 {
	margin-top: 1rem;
}

.maTo6 {
	margin-top: 6rem;
}

.maBo3 {
	margin-bottom: 3rem;
}

.maBo1 {
	margin-bottom: 1rem;
}

.maBo0 {
	margin-bottom: 0;
}

.maBo6 {
	margin-bottom: 6rem;
}

@media (max-width: 1199px){
	.maToMD3 {
		margin-top: 3rem;
	}

	.maToMD6 {
		margin-top: 6rem;
	}
}

@media (max-width: 991px){
	.maToSM3 {
		margin-top: 3rem;
	}

	.maToSM6 {
		margin-top: 6rem;
	}
}

@media (max-width: 767px){
	.maToXS3 {
		margin-top: 3rem;
	}

	.maToXS6 {
		margin-top: 6rem;
	}

	html {
		font-size: 9px;
	}

	.order2mobile {
		order: 2;
	}
}


/* Fixed Contact */

.fixedContactWrap {
	position: fixed;
	right: 0;
	top: 50%;
	overflow: hidden;
	margin-top: -52px;
}

.fixedContactWrap > div{
	height: 44px;
}



@media (max-width: 767px){
	.fixedContactWrap > div{
		height: 40px;
	}
}

.fixedContactWrap a{
	color: #fff;
	font-size: 1.8rem;
	vertical-align: middle;
	height: 4.4rem;
}

.fixedContactWrap img{
	background: RGB(0, 0, 0,.8);
	width: 4.4rem;
	height: 4.4rem;
	padding: 0.5rem;
	display: inline-block;
	position: relative;
	z-index: 2;
	border-radius: 5px 0 0 5px;
	cursor: pointer;
}

.fixedContactWrap p{
	background: RGB(0, 0, 0,.6);
	display: inline-block;
	margin-bottom: 0;
	height: 4.4rem;
	vertical-align: middle;
	padding-top: 1.1rem;
	position: absolute;
	z-index: 1;
	right: -100%;
	-webkit-transition: right 0.5s ease;
	-o-transition: right 0.5s ease;
	transition: right 0.5s ease;
	padding-left: 2rem;
	padding-right: 2rem;
	border-radius: 5px 0 0 5px;
	visibility: hidden;
}

.fixedContact, .fixedRegistration{
	margin-top: 1.5rem;
}

.contactToLeft p, .fixedContact:hover > p, .fixedPhone:hover > p, .fixedRegistration:hover > p{
	right: -3px;
	visibility: visible;
	position: relative;
}

.contactToLeft img{
	border-radius: 0;
}

@media (max-width: 991px){
	.fixedContactWrap {
		top: unset;
		bottom: 0;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		/*	background: #8a6d3b;*/
		padding: 0.5rem 0;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.fixedContactWrap>div{
		margin-right: 20px;
	}

	.fixedContactWrap img{
		border: 1px solid #fff;
		border-radius: 5px;
	}

	.fixedContactWrap>div:last-of-type{
		margin-right: 0px;
	}

	.fixedContact, .fixedRegistration {
		margin-top: 0;
	}
}

/* Header Batch */

.headerBatch {
	position: absolute;
	right: -120px;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	bottom: -5rem;
	font-size: 2rem;
	background: #be9d54;
	color: #fff;
	padding: 2rem;
	border-radius: 100%;
	z-index: 999999999999;
	-webkit-box-shadow: 10px 10px 10px -2px rgba(207,207,207,1);
	box-shadow: 10px 10px 10px -2px rgba(207,207,207,1);
	display: none!important;
}

.headerBatchWrap {
	position: relative;
}

.headerBatch strong {
	font-size: 2.8rem;
}

@media (max-width: 1500px) {
	.headerBatch {
		right: 20px;
		bottom: -120px;
	}
}

@media (max-width: 991px) {
	.headerBatch {
		bottom: -9rem;
		font-size: 1.4rem;
		right: 0;
	}
}

@media (max-width: 767px) {
	.headerBatch {
		right: 30px;
	}
}

/* HEADER */

header {
	position: relative;
	width: 100%;
	z-index: 999999999;
}

/* Top Header */

.topHeader {
	background: #fe5000;
	color: #fff;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.topHeader a{
	color: #8a6d3b;
	text-decoration: none;
	line-height: 1;
}

.topHeader a:hover{
	text-decoration: underline;
}

.topHeader .container > p {
	display: inline-block;
	margin-left: 1.5rem;
	position: relative;
	line-height: 1;
	margin-bottom: 0;
}


.topHeader .container p {
	margin-bottom: 0;
}


.topHeader .container > .leftPart > p:first-of-type {
	margin-left: 0;
	float: left;
	color: #8a6d3b;
}

.topHeaderPhone, .topHeaderMail {
	padding-left: 2.6rem;
	position: relative;
	float: left;
	margin-left: 2rem;
}

.topHeaderPhone:before, .topHeaderMail:before{
	position: absolute;
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	width: 1.6rem;
	height: 1.6rem;
	left: 0;
	top: 5px;
}

.topHeaderInstagram, .topHeaderFacebook {
	padding-left: 1.6rem;
	position: relative;
	float: left;
	margin-left: 1rem;
}

.topHeaderInstagram img, .topHeaderFacebook img {
	width: 1.6rem;
	height: 1.6rem;
}


.menuWrapper:after, .menuWrapper:before {
	display: none;
}

.topHeaderPhone:before {
	background-image: url('../images/telephone-topheader.svg');
}

.topHeaderMail:before {
	 background-image: url('../images/email-topheader.svg');
 }


.mainHeader {
	background: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	-webkit-transition: top 1.5s ease;
	-o-transition: top 1.5s ease;
	transition: top 1.5s ease;
	width: 100%;
}

/*.navbar-nav a{*/
	/*color: white;*/
/*}*/

.navbar-header {
	margin-right: 11rem;
}

.navbar-brand img {
	width: 4rem;
}

header + .wrap {
	margin-top: 20px;
}

.weddinglocations-template-default header + .wrap {
	margin-top: 0;
}

header .dropdown-menu li a{
	color: #fe5000;
	font-size: 1.6rem;
}

/*
header .dropdown-menu li.current-menu-item a{
	color: ;
}
*/
header .dropdown-menu li {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.navbar-brand {
	/* padding: 7px 15px; */
}

header .dropdown-menu li:hover a{
	color: #fe5000;
}

header .dropdown-menu > li:last-of-type {
	border-bottom: none;
}

header .dropdown-menu {
	border: none;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-nav > li {
	font-size: 2rem;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #fe5000;
}

.mobileLangSwitcher {
	display: none;
}

@media (min-width: 992px){
	.navbar-brand {
		padding: 4px 4px;
		position: absolute;
		top: 8px;
		background-color: white;
		border-radius: 10px;
	}
	header .dropdown-menu li.current-menu-item, header .dropdown-menu li:hover {
		background: rgba(0,0,0,.06);
	}
	nav.navbar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.mainHeader .container:before, .mainHeader .container:after, .mainHeader .navbar:before {
		display: none;
	}

	.menuWrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}

	.navbar-collapse.collapse {
		padding-right: 0;
	}

	.navbar-nav > li.current-menu-item > a, .navbar-nav > li:hover > a {
		font-weight: bold;
	}

	.navbar-nav > li > a {
		color: #fe5000;
		padding: 20px 25px;
		/*border-right: 1px solid rgba(0,0,0,.05);*/
		/*margin-top: 15px;*/
		/*margin-bottom: 15px;*/
	}

	.navbar-nav > li  {
		position: relative;
	}

	.navbar-nav > li:after {
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 0%;
		height: 2px;
		background: #fe5000;
		-webkit-transition: width 0.4s ease;
		-o-transition: width 0.4s ease;
		transition: width 0.4s ease;
	}

	/*.navbar-nav > li > a:before {*/
		/*display: block;*/
		/*width: 25px;*/
		/*height: 25px;*/
		/*margin: 0 auto 6px;*/
		/*position: relative;*/
		/*text-align: center;*/
		/*content: '';*/
		/*background-size: cover;*/
	/*}*/


	.navbar-nav > li.current-menu-item:after , .navbar-nav > li:hover:after {
		width: 100%;
	}

	.navbar-nav > li:last-of-type > a {
		border-right: none;
	}
}

.navbar-nav > li.current-menu-item > a{
	color: #fe5000;
}


@media (min-width: 992px) and (max-width: 1500px) {
	.navbar-header {
		margin-right: 4rem;
	}

	.navbar-nav > li > a {
		padding: 20px 20px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-header {
		margin-right: 3rem;
	}

	.navbar-nav > li > a {
		padding: 20px 15px;
	}

	.navbar-brand img {
		width: 4rem;
	}
}

/* Stick Header */

header.scrolled {
	top: -140px;
	-webkit-transition: top 1.5s ease;
	-o-transition: top 1.5s ease;
	transition: top 1.5s ease;
	position: fixed;
	width: 100%;
}

header.scrolled .topHeader{
	display: none;
}

header.scrolled.sticky {
	top: 0;
}

.wrap.scrolled {
	margin-top: 169px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-header {
		margin-right: 2rem;
	}

	.navbar-nav > li > a {
		padding: 20px 15px;
	}
}

@media (max-width: 991px){
	header.scrolled .mainHeader {
		//background: #fafafa;
	}

	.navbar-default .navbar-toggle {
		position: absolute;
		right: 0;
	}

	.langSwitcher {
		position: absolute;
		right: 12rem;
		top: 0;
	}

	.current-menu-item > a, .current-menu-parent > a {
		color: #8a6d3b;
	}

	header .dropdown-menu li {
		border-bottom: unset;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	/* Animation Burgermenü */

	.navbar-toggle > span {
		margin-bottom: 4px;
		-webkit-transition: top 0.5s ease, -webkit-transform 0.5s ease;
		transition: top 0.5s ease, -webkit-transform 0.5s ease;
		-o-transition: transform 0.5s ease, top 0.5s ease;
		transition: transform 0.5s ease, top 0.5s ease;
		transition: transform 0.5s ease, top 0.5s ease, -webkit-transform 0.5s ease;
	}

	.navbar-toggle > span:first-of-type, .navbar-toggle > span:last-of-type{
		margin-bottom: 0px;
	}

	.navbar-toggle span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 7px;
		position: relative;
	}

	.navbar-toggle span:nth-child(3) {
		opacity: 0;
		/* width: 0; */
		/* height: 0; */
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.navbar-toggle span:nth-child(4) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: -5px;
		position: relative;
	}
	.navbar-toggle.collapsed span {
		opacity: 1;
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
		top: 0;
	}

	header.headerHelper {
		max-height: 100vh;
		overflow-y: scroll;
		border-bottom: 2px solid #fe5000;
	}
}

@media (max-width: 767px){
	.header.scrolled .mainHeader {
		//background: #fff;
	}

	.navbar-default .navbar-toggle {
		position: absolute;
		right: -15px;
		background: transparent;
	}

	.topHeader {
		display: none;
	}

	.mobileLangSwitcher {
		display: block;
	}

	.mobileLangSwitcher > div{
		float: right;
	}

	.langSwitcher {
		display: none;
	}

	.navbar-brand img {
		width: 3rem;
	}


	.wrap.scrolled {
		margin-top: 70px;
	}

	.range-container {
		padding: 30px 16px;
	}

	.p-xs-0 {
		padding: 0;
	}

	div.location-box {
		padding-left: 15px!important;
		padding-right: 15px!important;
	}

	.carousel-container .slick-gallery {
		height: 230px;

	}
	.carousel-container .slick-gallery img {
		height: 230px;
		object-fit: cover;
	}

	.slick-next, .slick-prev {
		color: #fe5000;
	}

	.slick-prev {
		left: -10px;
	}

	.slick-next {
		right: 0px;
	}
}


/* STOCKWERKE */

/* Voll breites Bild */

.fullWidthPicSection {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

@media (min-width: 992px){
    .fullWidthPicTextWrap {
         margin-top: 45vh;
    }
}

@media (max-width: 992px){
	.city-landingpage .fullWidthPicTextWrap {
		margin-top: 35vh;
	}

	.fullWidthPicTextWrap {
		margin-top: 15vh;
	}

}

.fullWidthPicTextWrap {
	padding: 1.5rem 3rem;
}

@media (min-width: 1025px){
	.fullWidthPicSection.paraxify {
		background-attachment: fixed;
	}
}

/* Freier Text */

@media (min-width: 992px){
	.freeTextSection .twoCols {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}
	.freeTextSection .threeCols {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}
	.freeTextSection .fourCols {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}
}

/* animierte Karten */

.aniCardWrap {
	overflow: hidden;
	position: relative;
}

.aniCardTextWrap {
	background-color: rgba(23,23,23,0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	font-family: 'Dancing Script';
	font-size: 2.6rem;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.aniCardInnerWrap {
	padding: 15px 15px 0;
	border-radius: 0px;
	height: 100%;
}

/*.aniCardWrap {
	border-radius: 8px;
}*/

.aniCardTextWrap p{
	margin-bottom: 0;
	color: #fff;
}

.aniCardWrap:hover .aniCardTextWrap {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.aniCardWrap img {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.aniCardWrap:hover img {
	/*-webkit-transform: scale(1.1);*/
	/*-ms-transform: scale(1.1);*/
	/*transform: scale(1.1);*/

	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.aniCardDownText {
	padding: 1rem 0;
}




/* Icons */

.iconImgOutterWrap {
	width: 12.6rem;
	height: 12.6rem;
	display: block;
	margin: 0 auto;
	border-radius: 100%;
	border: 0.8rem solid #f8f8f8;
	-webkit-box-shadow: inset 0 0 7px 0 rgba(0,0,0,.08);
	box-shadow: inset 0 0 7px 0 rgba(0,0,0,.08);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.iconImgWrap {
	width: 11rem;
	height: 11rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	border-radius: 100%;
	border: 2px solid #45a4a0;
	background-image: url(../images/stripes_3_b.png);
	-webkit-transition: background-color 0.4s ease;
	-o-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}

.iconImgWrap .iconImgInnerWrap{
	width: 4.5rem;
	height: 3.4rem;
	display: inline-block;
	margin: 0 auto;
	position: relative;

}

.iconImgWrap .iconImgInnerWrap img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -2.3rem;
	margin-top: -1.7rem;
	-webkit-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.iconsSection .hoverImg {
	opacity: 0;
}

.iconsSection .iconCol:hover .hoverImg{
	opacity: 1;
}

.iconsSection .iconCol:hover .standardImg{
	opacity: 0;
}

.iconsSection .iconCol:hover .iconImgWrap{
	background-color: #45a4a0;
	background-image: unset;
}

.iconsSection .iconCol:hover .iconImgOutterWrap{
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

/* Karten mit Text */

.picWithTextSection h1, .picWithTextSection h2, .picWithTextSection h3, .picWithTextSection h4 {
	margin-top: 0;
	line-height: 1;
}

.cardTextWrap {
	overflow: hidden;
}

.cardImgWrap {
	position: relative;
}

.cardIconWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: #45a4a0;
}

.cardTextWrap .cardImg{
	-webkit-transform: translate(20px);
	-ms-transform: translate(20px);
	transform: translate(20px);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.cardTextWrap .cardIcon{
	padding-left: 8px;
	padding-right: 8px;
}

.cardTextWrap:hover .cardImg {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.cardTextWrap:hover .cardIconWrap {
	-webkit-transform: translate(-90px);
	-ms-transform: translate(-90px);
	transform: translate(-90px);
}

.cardTextWrap .cardText {
	margin-left: 60px;
}

.picWithTextSection ul li{
	margin-bottom: 1rem;
}

.picWithTextSection ul li:last-of-type {
	margin-bottom: 2rem;
}

@media(max-width: 992px){
	.cardIconWrap {
		width: 50px;
	}
	.cardTextWrap .cardText {
		margin-left: 50px;
	}
}

@media(max-width: 767px){
	.cardIconWrap {
		width: 90px;
	}
	.cardTextWrap .cardText {
		margin-left: 90px;
	}
}

/* Zähler */

.counterWrap {
	position: relative;
}

.counterText {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.counterText {
	padding: 0 15px;
	color: #ededed;
	font-weight: bold;
}

.counterText > div {
	width: 100%;
}

.counterNumber {
	font-size: 5rem;
	margin-bottom: 0;
}

.counterUnit {
	font-size: 2.5rem;
}

/* Aktuelles & Jobs */

.newsHeadline {
	background: #8a6d3b;
	color: #fff;
	font-size: 2.2rem;
	padding: 10px;
	margin: 0;
}

.singleNewsHeadline{
	font-size: 20px;
	margin-bottom: 1.5rem;
}

.singleNewsTextWrap img {
	width: auto;
	max-width: 100%;
}

.singleNewsHeadline a{
	color: #000;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.singleNewsHeadline:hover a{
	color: #8a6d3b;
}

.newsInnerWrap {
	color: #737E86;
	/* padding: 1rem 1rem 4rem;
	margin-bottom: 20px; */
}


.readMoreLink a:hover{
	text-decoration: underline;
}

.newsDate {
	color: #373737;
	font-size: 13px;
	margin-bottom: 0.7rem;

}

.job-listing .job-preview .job-cta .apply-btn {
	border-radius: 5px!important;
	font-size: 14px!important;
	padding: 8px 26px!important;
}

.newsSlider .slick-next {
	right: -40px;
}

.newsSlider .slick-prev {
	left: -40px;
}

@media (max-width: 991px){
	.newsSlider button.slick-arrow{
		display: none!important;
	}
}

@media (max-width: 767px){
	.newsInnerWrap img{
		margin-left: 0;
		margin-bottom: 1rem;
	}
}

/* Bild und Text */

.picWithTextSection {
	overflow: hidden;
}

.roundImg {
	border-radius: 100%;
}

.picWithTextImg.fadeToLeft {
	-webkit-transform: translate(100%);
	-ms-transform: translate(100%);
	transform: translate(100%);
	opacity: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.picWithTextImg.fadeToRight {
	-webkit-transform: translate(-100%);
	-ms-transform: translate(-100%);
	transform: translate(-100%);
	opacity: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.picWithTextImg.fadeToLeft.fixMe, .picWithTextImg.fadeToRight.fixMe {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	opacity: 1;
}


@media (min-width: 992px){
	.textRight {
		text-align: right;
	}
}

/* Bild-Galerie */

#swipebox-overlay {
	background: rgba(13, 13, 13, 0.74);
}

.galleryRow img {
	width: 0;
	height: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.galleryRow.fixMe img {
	width: 100%;
	height: auto;
}

/* Kundenübersicht */

.customerSection {
	background-size: cover;
	background-repeat: no-repeat;
}

.customerName, .customerSection a{
	background: #ddd;
	color: #626262;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.customerName {
	padding: 2.2rem;
	font-size: 2.2rem;
}

.customerName:hover, .customerSection a:hover {
	background: rgba(69, 164, 160, 0.8);
	color: #fff;
}

/* Timeline */

.timelineRow h1, .timelineRow h2, .timelineRow h3, .timelineRow h4 {
	margin-top: 0;
}

.timelineRow {
	position: relative;
}

.timelineSection > div > div:nth-child(odd) {
	background: #f2f2f2;
}

.timelineSection > div > div:nth-child(even) {
	background: #fff;
}

.timelineRow:before {
	position: absolute;
	content: '';
	width: 0.4rem;
	left: 50%;
	margin-left: -0.2rem;
	height: 100%;
	background: #45a4a0;
}

.timelineRow:after {
	position: absolute;
	content: '';
	background: #cfcfcf;
	border-radius: 100%;
	border: 4px solid #45a4a0;
	width: 1.8rem;
	height: 1.8rem;
	left: 50%;
	margin-left: -0.9rem;
	top: 1.2rem;
}

.timelineSection > div > div:nth-child(odd) .timelineRightPart, .timelineSection > div > div:nth-child(even) .timelineRightPart {
	position: relative;
}

.timelineSection .timelineRightPart:after {
	position: absolute;
	content: '';
	width: 1.8rem;
	height: 2.4rem;
	left: 0;
	margin-left: -0.9rem;
	top: 0.9rem;
}

.timelineSection > div > div:nth-child(odd) .timelineRightPart:after {
	background: #f2f2f2;
}

.timelineSection > div > div:nth-child(even) .timelineRightPart:after {
	background: #fff;
}

.timelineRightPart {
	padding: 1rem 1.5rem 3rem 5rem;
}

.timelineLeftPart {
	padding: 1rem 5rem 3rem 1.5rem;
}

.timelineSection > .container {
	position: relative;
}

.timelineSection > .container:before, .timelineSection > .container:after {
	content: '';
	position: absolute;
	left: 50%;
	width: 0.4rem;
	margin-left: -0.2rem;
	height: 1.2rem;
	border-radius: 6px;
	background: #45a4a0;
}

.timelineSection > .container:before {
	top: -1rem;
}

.timelineSection > .container:after {
	bottom: -1rem;
}

.timelineHeadline {
	font-size: 2rem;
	font-weight: 700;
	color: #45a4a0;
}

@media (min-width: 992px){
	.timelineRow > div {
		width: 50%;
	}

	.timelineRightPart.wantAborder {
		position: relative;
	}

	.timelineRightPart.wantAborder:before {
		position: absolute;
		content: '';
		left: 1.4rem;
		width: 2.6rem;
		border-radius: 4px;
		top: 1.8rem;
		background: #45a4a0;
		height: 4px;
	}

	.timelineLeftPart.wantAborder {
		position: relative;
	}

	.timelineLeftPart.wantAborder:before {
		position: absolute;
		content: '';
		right: 1.4rem;
		width: 2.6rem;
		border-radius: 4px;
		top: 1.8rem;
		background: #45a4a0;
		height: 4px;
	}
}


@media (max-width: 991px){
	.timelineRow > div {
		width: 100%;
	}

	.timelineRightPart {
		position: relative;
	}

	.timelineRightPart:before {
		position: absolute;
		content: '';
		left: 1.4rem;
		width: 2.6rem;
		border-radius: 4px;
		top: 1.8rem;
		background: #45a4a0;
		height: 4px;
	}

	.timelineRow:before {
		left: 0;
	}

	.timelineRow:after {
		top: 5.2rem;
		left: 0;
	}

	.timelineSection .timelineRightPart:after {
		width: 0.4rem;
		left: 0.7rem;
	}

	.timelineSection > .container:before, .timelineSection > .container:after {
		left: 15px;
	}
}

/* Kontakt */

.contactSecIcon {
	width: 2rem;
	margin-right: 1rem;
}

/* Download Karten */

.downloadImgWrap {
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.07);
	box-shadow: 0 0 5px 2px rgba(0,0,0,.07);
}

.downloadImgWrap:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.4);
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	z-index: 2;
	left: 0;
	top: 0;
}

.downloadImgWrap:hover:after {
	opacity: 1;
}

.downloadImgHoverWrap {
	-webkit-transform: translate(0, 6rem);
	-ms-transform: translate(0, 6rem);
	transform: translate(0, 6rem);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	background: rgba(69, 164, 160, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 3;
}

.downloadImgHoverWrap a{
	width: 100%;
}

.downloadImgHoverWrap p{
	margin: 0.8rem 0;
}

.downloadImgHoverWrap img{
	width: 3.5rem;
	display: block;
	margin: 0 auto;
}

.downloadImgWrap:hover .downloadImgHoverWrap {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.downloadImg {
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	margin-bottom: -1.5rem;
}

.downloadImgWrap:hover .downloadImg {
	-webkit-transform: translate(0, -1.5rem);
	-ms-transform: translate(0, -1.5rem);
	transform: translate(0, -1.5rem);
	cursor: pointer;
}

/* Icons 4-Col */

.icon4ColIcon {
	width: 5rem;
	height: 5rem;
}

.icon4ColIcon.centerMe {
	margin: 0 auto;
	display: block;
}

/* St-18 Tabelle */



.tableSection .container > div:first-of-type {
	margin-top: 0;
}

.tableSection .tableContainer > .tableRow > div {
	border-right: 1px solid #45A4A0;
	border-top: 1px solid #45A4A0;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.tableSection .tableContainer > .tableRow  p {
	margin-bottom: 0;
}

.tableSection .tableContainer > .tableRow > div:last-of-type {
	border-right: none;
}

.tableSection .tableContainer > .tableRow:first-of-type > div {
	border-top: none;
}

@media(max-width: 767px){
	.tableSection .fourColTable .col-xs-3 {
		min-width: 175px;
	}
	.tableSection .fourColTable  {
		min-width: 700px;
	}
	.tableSection {
		overflow: scroll;
	}
}

@media(max-width: 767px){
	.tableSection .threeColTable .col-xs-4 {
		min-width: 230px;
	}
	.tableSection .threeColTable  {
		min-width: 690px;
	}
	.tableSection {
		overflow: scroll;
	}
}

/* AKTUELLES */

.newsOverviewHeadline {
	margin-top: 0;
}

.newsOverviewHeadline a{
	color: #444;
}

.newsOverviewImgWrap {
	overflow: hidden;
	position: relative;
}

.newsOverviewImgWrap:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.4);
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	z-index: 2;
	left: 0;
	top: 0;
}

.newsOverviewImgWrap:hover:after {
	opacity: 1;
}

.newsOverviewImgHoverWrap {
	-webkit-transform: translate(0, 6rem);
	-ms-transform: translate(0, 6rem);
	transform: translate(0, 6rem);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	background: rgba(41,145,214,0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 3;
}

.newsOverviewImgHoverWrap a{
	width: 100%;
}

.newsOverviewImgHoverWrap p{
	margin: 0.8rem 0;
}

.newsOverviewImgHoverWrap img{
	width: 3.5rem;
	display: block;
	margin: 0 auto;
}

.newsOverviewImgWrap:hover .newsOverviewImgHoverWrap {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.newsOverviewImg {
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	margin-bottom: -1.5rem;
}

.newsOverviewImgWrap:hover .newsOverviewImg {
	-webkit-transform: translate(0, -1.5rem);
	-ms-transform: translate(0, -1.5rem);
	transform: translate(0, -1.5rem);
}

.single-news .newsHeadline {
	position: relative;
}

.single-news .newsHeadline:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	background: rgba(0,0,0,.05);
	z-index: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.single-news .newsHeadline span {
	z-index: 2;
	position: relative;
}

.single-news .newsHeadline:hover:after {
	width: 100%;
	background: rgba(0,0,0,.05);
}

.singleNewsHero {
	background-size: cover;
	background-repeat: no-repeat;
}

/* TEAM */

.teamImgWrap {
	-webkit-box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.16);
	height: 100%;
	background: #F5F5F5;
}

.teamTextWrap {
	background: #F5F5F5;
	padding: 2rem 2rem 1rem;
}

.teamName {
	color: #626262;
	font-size: 2.2rem;
	font-weight: 700;
}

.teamMail img, .teamLinkedIn img, .teamPhone img {
	width: 2rem;
}

.teamMail {
	margin-right: 1.5rem;
}

.teamSection .cat-item {
	list-style: none;
}

.teamSection  .cat-item {
	display: inline-block;
	position: relative;
}

.teamSection  .cat-item a{
	background: #f9f9f9;
	padding: 1.5rem 3rem;
	display: inline-block;
	color: #626262;
	font-size: 1.8rem;
	font-weight: 700;
	border: 1px solid #e8e8e8;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.teamSection  .cat-item:hover > a, .teamSection  .cat-item.current-cat a, .teamSection  .cat-item.current-cat-parent > a, .teamSection > .cat-item.showSub a{
	background: #8a6d3b;
	color: #fff;
	cursor: pointer;
}

.teamSection  .cat-item a{
	color: #626262;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

.teamSection .cat-item:hover > a, .teamSection .cat-item.current-cat > a, .teamSection .cat-item.current-cat-parent > a, .teamSection > .cat-item.showSub > a {
	color: #fff;
}

.teamSection > .teamNavWrap > .cat-item ul.children{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
	z-index: 99;
	padding-top: 1rem;
}

.cat-item ul.children li {
	width: 100%;
}

.teamSection > .teamNavWrap > .cat-item:hover ul.children, .teamSection > .cat-item ul.children:hover, .teamSection > .cat-item.showSub ul.children{
	display: block;
}

.teamSection > .teamNavWrap > .cat-item ul.children > li a{
	border-top: none;
	display: block;
}

.teamSection > .teamNavWrap > .cat-item ul.children > li:first-of-type a{
	border-top: 1px solid #e8e8e8;
}

.category .teamSection {
	padding-top: 14rem;
}

.category .teamSection h1{
	margin-bottom: 5rem;
}

.teamSection  li.cat-item-3 {
	display: none;
}

.teamNavWrap > li {
	margin-bottom: 1.5rem;
}

@media  (max-width: 991px){
	.teamNavWrap{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.teamNavWrap > li {
		margin-right: 1.5rem;
	}
}

/* Video Section */

.videoSection + .fullWidthPicSection {
	margin-top: 7rem;
}
.videoSection {
	position: relative;
}

.videoSection.heroVideo {
	width: 100%;
	max-height: 90vh;
    height: 90vh;
	overflow: hidden;
	position: relative;
	top: 0;
	right: 0;
	z-index: -100;
}

@media(max-width: 991px){
    .videoSection.heroVideo {
        max-height: 85vh;
        height: 85vh;
        margin-top: -30px;
    }
	.videoTextInnerWrap {
		padding: 0.5rem 1rem!important;
		position: absolute;
		bottom: 2vw;
		max-width: 96vw;
	}
	.section-color-overlay {
		/*opacity: 0!important;*/
	}
}


.videoTextWrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}


video {
	width: 100%;
}

.heroVideo video{
	position: relative;
	width: auto;
	min-width: 100%;
	height: auto;
}

.videoTextInnerWrap {
	padding: 1rem 2rem;
	margin-top: auto;
	margin-bottom: auto;
}


/* Accordion */

.accordionHeadline p, .accordionHeadline h1, .accordionHeadline h2, .accordionHeadline h3, .accordionHeadline h4{
	font-size: 20px;
	padding: 9px 16px;
	line-height: 1.3;
	font-weight: 400;
	margin: 0;
}

.accordionWrap {
	border: 1px solid #dfe1e5;
	border-radius: 8px;
}

.accordionSection .accordion-title {
	margin: 0;
	padding: 9px 40px 9px 16px;
	border-top: 1px solid #dfe1e5;
}

.accordionSection .accordion-content {
	padding: 16px 16px 10px;
}

.accordionSection .accordion-title a{
	position: relative;
	color: #333;
	display: block;
}

.accordionSection .accordion-title a:after{
	position: absolute;
	content: '';
	background-image: url('../images/arrow.png');
	width: 12px;
	height: 7px;
	background-size: cover;
	background-repeat: no-repeat;
	top: 50%;
	right: -10px;
}

.accordionSection .accordion-title a.collapsed:after{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* Bild, Text mit Hintergrundbild */

.ctaSection2 {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow-y: hidden;
}

.ctaSection2 .innerWrap{
	padding: 5rem 3.5rem;
	margin-bottom: 1rem;
}

.ctaSection2 .ctaCard{
	padding: 15px;
}

.ctaSection2 .ctaCardInner{
	margin-top: 0;
	margin-bottom: 0;
}

.ctaName {
	position: absolute;
	color: #fff;
	z-index: 99;
}

/* Kundenmeinungen#2 - Testimonials */

.testimonialsSection2 {
	overflow: hidden;
}


.testimonialsSection2 .slick-prev, .testimonialsSection2 .slick-next {
	width: 41px;
	height: 78px;
}

.testimonialsSection2 .slick-prev {
	background: url(../images/control-left.png);
	left: -60px;
	background-size: contain;
}

.testimonialsSection2 .slick-next {
	background: url(../images/control-right.png);
	right: -60px;
	background-size: contain;
}

.testimonialsSection2 .slick-slider li:before {
	display: none;
}

.testimonialsSection2 .slick-dots {
	bottom: -40px;
}

.testimonialsSection2 .slick-dots li button:before {
	opacity: 1;
	content: '';
	height: 8px;
	background: rgba(65, 83, 93, 0.2);
}

.testimonialsSection2 .slick-dots li.slick-active button:before {
	background: #45a4a0;
	opacity: 1;
}

.testimonialsSection2 .testimonialTextWrap img {
	max-width: 200px;
	margin-left: 30px;
}

.testimonialsSection2 .vorteileWrap {
	background: #45a4a0;
	color: #fff;
	padding: 1rem 2rem;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -40px;
	font-size: 22px;
}

.testimonialsSection2 .vorteileWrap strong{
	font-size: 30px;
}

.posRel {
	position: relative;
}

@media(max-width: 991px){
	.testimonialsSection2 .testimonialTextWrap img {
		display: none!important;
	}

	.testimonialsSection2 .vorteileWrap {
		display: none;
	}
}


/* Google Maps */

.gmapsSection iframe{
	width: 100%;
	height: 67.6rem;
	margin-bottom: -6px;
}

.mapsContent {
	color: rgba(45,41,38,0.5);
	font-size: 1.6rem;
}

.mapsSwitcher {
	padding-left: 15px;
	padding-right: 15px;
}

.slider.round {
	border-radius: 34px;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 26px;
}

.switch input {
	display: none;
}

.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.slider.round:before {
	border-radius: 50%;
}

input:checked + .slider {
	background-color: #45a4a0;
}

input:checked + .slider:before {
	-webkit-transform: translateX(14px);
	-ms-transform: translateX(14px);
	transform: translateX(14px);
}

.contactSection iframe {
	width: 100%;
}

/* FOOTER */

footer {
	padding-bottom: 6rem;
}

.bottomFooter {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #fe5000;
	padding-top: 3rem;
	border-top: 5px solid #ffffff;
	height: 6rem;
}

.page-template-news footer, .page-template-team footer, .single-news footer, .category footer{
	margin-top: 6rem;
}

footer a, footer p{
	color: #f5f5f5;
}

footer img{
	width: 3rem;
}

.footerHeadline, .footerHeadline a{
	color: #f5f5f5;
	text-decoration: underline;
}

footer img.footerContactIcon {
	width: 2rem;
	margin-right: 1rem;
}

.footerHeadline{
	margin-bottom: 2rem;
}

.bottomFooter {
	margin-top: 4rem;
	border-top: 1px solid #cccccc;
	padding-top: 2rem;
}

.bottomFooter > .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.bottomFooter > .container:before, .bottomFooter > .container:after {
	display: none;
}

.impressumFooter {
	margin-right: 1.5rem;
}

/* Team Profilseite Bild verkleinern */

.page-id-1899 .picWithTextSection img {
	width: 60%;
	height: auto;
	float: right;
}

/*Bild bei Anmeldung verkleinern und rechtsbündig setzen*/
.page-id-1834 .picWithTextSection img {
	max-width: 20rem;
	float: right;
}

/* Google Bewertungen */

.topHeaderWrapper {
	background: #d2d2d2;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}

.topHeaderWrapper .leftPart a{
	margin-top: 3px;
	display: inline-block;
}

.topHeaderWrapper .leftPart a:last-of-type{
	margin-left: 20px;
}

.innerRating {
	position: absolute;
	height: 100%;
	background-image: url(../images/star-white.svg);
	background-size: contain;
}

.starRating {
	background-repeat: repeat-x;
	width: 109px;
	height: 19px;
	background-size: contain;
	margin-right: 0.8rem;
	display: inline-block;
	position: relative;
	background-image: url(../images/star-gray.svg);
	top: 3px;
	margin-left: 15px;
}

@media (max-width: 991px){
	.topHeaderWrapper .leftPart {
		display: block;
		width: 100%;
		text-align: center;
	}
	.topHeaderWrapper .rightPart {
		display: block;
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 380px){
	.topHeaderWrapper .leftPart a:last-of-type{
		margin-left: 0px;
		display: block;
		margin-bottom: 5px;
	}
}

@font-face {
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url("../fonts/fa-regular-400.eot");
	src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url("../fonts/fa-solid-900.eot");
	src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa, .fab, .fad, .fal, .far, .fas {
	font-family: 'Font Awesome 5 Pro';
}

/* WooCommerce */

.topBarCart {
	position: relative;
}
.topBarCart a {
	position: relative;
	padding: 0.8rem 1rem 0.6rem 4rem;
	display: inline-block;
	color: white;
	font-size: 16px;
}

.topBarCart a:hover {
	text-decoration: none;
}

.cross-sells h2, .related.products h2 {
	margin-bottom: 3rem;
}

.productImgWrap > img {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.categoryName, .productName {
	color: #8a6d3b;
	font-weight: 700;
	margin-top: 1rem;
	font-size: 2.4rem;
}

.productImgWrap {
	overflow: hidden;
	border-radius: 8px;
}

.productImgWrap:hover > img {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

@media (min-width: 768px){
	.mobileCart{
		display: none;
	}
}

@media (max-width: 767px){
	.mobileCart {
		position: absolute;
		right: 50px;
		top: 12px;
	}
	.mobileCart a {
		border: none;
		color: #fff;
	}

	.mobileCart a span {
		background: #fff;
		color: #8a6d3b;
		border-radius: 100%;
		width: 20px;
		height: 20px;
		display: inline-block;
		text-align: center;
		line-height: 1.5;
		font-size: 12px;
	}

	.topBarCart a:before {
		background-image: url('../images/cart-icon-white.png');
		left: 0.8rem;
	}
}

/* WooCommerce Sidebar */

#sidebar {
	border-left: 1px solid #8a6d3b;
}

#sidebar h3{
	margin-top: 0;
}

#sidebar .widget_product_categories > ul{
	padding-left: 0;
}

#sidebar .widget_product_categories ul{
	list-style: none;
}

#sidebar .widget_product_categories ul.product-categories > li.cat-item {
	font-weight: 700;
}

#sidebar .widget_product_categories ul.product-categories > li.cat-item ul li.cat-item {
	font-weight: 400;
}

#sidebar .widget_product_categories ul.product-categories > li.cat-item a {
	text-decoration: none;
}

@media (max-width: 991px){
	#sidebar {
		margin-top: 2rem;
		margin-bottom: 6rem;
	}
}



.wpforms-form button {
	background-color: #243743 !important;
	color: #fff !important;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover,
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

input[type=text].form-control, input[type=password].form-control, input[type=email].form-control {
	height: 50px;
	margin: 0;
	padding: 0 12px;
	vertical-align: middle;
	background: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 50px;
}
.form-box .btn {
	height: 50px;
	margin: 0;
	padding: 0 20px;
	line-height: 50px;
	font-weight: 700;
}
.form-box {
	margin-bottom: 30px;
}
.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #fe5000;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; color: #fff; }
.form-top-left p { opacity: 0.8; color: #fff; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #fff;
	line-height: 100px;
	text-align: right;
	opacity: 0.3;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #fe5000;
	background: rgba(232, 232, 232, 0.8);
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form button.btn {
	width: 100%;
}

.form-bottom form .input-error {
	border-color: #19b9e7;
}

.social-login {
	margin-top: 35px;
}

.social-login h3 {
	color: #fff;
}

.social-login-buttons {
	margin-top: 25px;
}

.middle-border {
	min-height: 300px;
	margin-top: 170px;
	border-right: 1px solid #fff;
	border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.w-100 {
	width: 100%!important;
}

.float-right {
	float: right;
}

.mt-3 {
	margin-top: 3rem!important;
}

.mt-2 {
	margin-top: 2rem!important;
}

.mb-2 {
	margin-bottom: 2rem!important;
}

.mt-1 {
	margin-top: 1rem!important;
}

.mb-1 {
	margin-bottom: 1rem!important;
}
.mb-3 {
	margin-bottom: 3rem!important;
}

.mb-4 {
	margin-bottom: 4rem!important;
}

.mb-5 {
	margin-bottom: 5rem!important;
}

.mb-7 {
	margin-bottom: 7rem!important;
}


.mt-5 {
	margin-top: 5rem!important;
}

.pb-5 {
	padding-bottom: 5rem!important;
}

.pt-5 {
	padding-top: 5rem!important;
}

.pt-2 {
	padding-top: 2rem!important;
}

.pb-8 {
	padding-bottom: 8rem!important;
}

.pb-4 {
	padding-bottom: 4rem!important;
}


.pt-8 {
	padding-top: 8rem!important;
}


.acf-field-group>.acf-label>label, .acf-field-google-map>.acf-label>label {
	color: #3e3e3e;
	font-size: 20px!important;
}

.header-container {
	position: relative;
}

.header-container .logo {
	width: auto /* 179px */;
	height: 125px;
	position: absolute;
	right: 30px;
	bottom: 50%;
	object-fit: contain;
	transform: translateY(50%);
	border: 1px solid #fe5000;
	padding: 3px;
	background: #fff;
}

.header-container .header-image {
	max-height: 600px;
	object-fit: cover;
}

.headline-container {
	transform: translate(0, -50%);
	position: absolute;
	width: 100%;
	top: 40%;
	left: 10%;
	text-align: left;
	padding: 30px;
	margin: 0 auto;
}

.headline-inner-container {
	position: relative;
}

.h1-container {
	/*
    background-color: rgb(201, 201, 201, 0.8);
     padding: 30px 40px; */
	margin-bottom: 10px;
}

.h1-container h1 {
	text-align:left !important;
	background: #fe5000;
	display: inline;
	padding: 20px 14px!important;
	box-decoration-break: clone;
	line-height: 1.4em;
	margin: 0 !important;
	color: #fff;
}

.h2-container-city h2 {
	border: 3px solid #fe5000;
}

.h2-container-city h2 {
	color: #fe5000;
	padding: 12px;
	background: white;
	box-decoration-break: clone;
	display: inline;
}


@media (min-width: 768px){

	.headline-inner-container {
		padding: 0 250px 0 30px;
	}
}

@media (max-width: 767px){
	.h2-container-mobile {
		margin-left: 32px;
		margin-right: 32px;
		margin-top: 55px;
		margin-bottom: -40px;
	}
	.headline-container {
		width: 100%;
		text-align: center;
		left: 0;
		right: 0;
		transform: translate(0px, -50%)
	}
}

@media (min-width: 768px) and (max-width: 1200px){
	.h1-container h1 { font-size: 4rem; }
	.h2-container-city h2 { font-size: 22px; }
}

.h1-container h1 {
	margin: 0;
}

p {
	color: #3e3e3e;
	font-size: 18px;
}

.color-primary {
	color: #fe5000;
}

.background-primary {
	color: #fe5000;
	border: 2px solid #fe5000;
	border-radius: 6px;
}

.text-cursiv {
	font-style: italic;
}

.text-20 {
	font-size: 20px;
}

.media-container .picture-item {
	/*
	padding: 15px;
	 */
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
}

.masonry {
	column-count: 3;
	transition: all .5s ease-in-out;
	column-gap: 30px;
	column-fill: initial;
}

@media only screen and (max-width: 768px) {
	.masonry {
		column-count: 2;
	}
}

/*  Bootstrap 4 Card */

.box-text {
	text-align: left;
	overflow: hidden;
	color: #3e3e3e;
	font-size: 20px;
	line-height: 1;
}

.card-body .center-childs:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.card-body h3 {
	margin: 0;
}

.card-body i.fas, .card-body i.far {
	position: absolute;
	margin-left: 5px;
	color: #fe5000;
	text-align: center;
	font-size: 20px;
	left: 5px;
}

.card-body .center-childs {
	padding: 10px 0;
	border-bottom: 1px solid #ecebeb;
	padding-left: 35px;
}

.card-body .center-childs:first-of-type {
	padding-left: 0;
	padding-top: 0;
}



.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	height: 100%;
}

.checkbox-row div {
	font-size: 18px;
	margin-bottom: 14px;
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
	padding-bottom: 0;
}

.card-title {
	margin-bottom: .75rem
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}

.card-text:last-child {
	margin-bottom: 0
}

.card-link:hover {
	text-decoration: none
}

.card-link+.card-link {
	margin-left: 1.25rem
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0,0,0,.03);
	border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}

.card-img {
	width: 100%;
	border-radius: calc(.25rem - 1px)
}

.card-img-top {
	width: 100%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	height: 250px;
	object-fit: cover;
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

.salespartner-list .card-body h3 {
	color: inherit;
	font-size: inherit;
	margin-top: inherit;
	margin-bottom: inherit;
}

.card-body img {
	margin-top: 16px;
}

.form-select {
	height: 50px;
	margin: 0;
	padding: 0 12px;
	vertical-align: middle;
	background: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 50px;
	color: #555;
	border: 1px solid #ccc;
	border-radius: 4px;
}

ul.ui-menu {
	color: #3e3e3e;
	font-family: inherit;
}

ul.ui-menu .ui-menu-item {
	padding: 6px 10px;
}

ul.ui-menu .ui-menu-item:hover {
	color: white;
	background-color: #fe5000;
	cursor: pointer;
}

ul.ui-menu .ui-menu-item:hover div {
	color: white;
	background-color: #fe5000;
	background: #fe5000;
}

.ui-menu .ui-menu-item div {
	color: #3e3e3e;
	font-family: inherit;
}

ul.ui-menu .ui-state-active {
	border: inherit;
}

.rangeslider__fill {
	background: #fe5000!important;
}

.range-output {
	margin-top: 10px;
	text-align: center;
}

.checkbox-row .unchecked {
	color: #dedede;
}

.checkbox-row .checked i {
	color: #3c763d;
	font-weight: bold;
}

table {
	width: 100%;
}

thead tr {
	border-bottom: 1px solid #3e3e3e;
}

table td, th {
	padding-top: 5px;
	padding-bottom: 5px;
}

tbody tr:first-of-type td {
	padding-top: 15px;
}

.acf-tab-wrap {
	position: sticky;
	top: 0px;
}

.background-primary h2, .background-primary p {
	color: #fe5000;
}

.sticky-button-wrapper {
	position: sticky;
	bottom: -3px;
	margin-right: auto;
	margin-left: auto;
	width: 220px;
}

.sticky-button-wrapper a {
	padding: 14px 0px;
	font-size: 20px;
	width: 100%;
}

.sticky-button-wrapper a:hover {
	padding: 14px 0px;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	max-width: 700px;
}

.mh-modal {
	position: relative;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: #fefefe;
	border-radius: 4px;
}

.mh-modal .modal-header {
	background: #fe5000;
	border: none;
	color: #fff;
	padding: 12px 16px;
	font-size: 22px;
	font-weight: bold;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.mfp-close-btn-in .mfp-close {
	color: white!important;
}

.mh-modal .modal-body {
	padding: 34px;
}

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

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

.form-row {
	margin-left: -15px;
	margin-right: -15px;
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem;
}

.form-check-label {
	margin-left: 20px;
}

textarea.form-control {
	height: auto!important;
}

.acf-form .acf-fields.-border {
	border: inherit;
}

.acf-form .acf-field .acf-label {
	margin: 0 0 2px;
}

.acf-form .acf-fields>.acf-field {
	padding: 8px 6px;
}

.acf-form ul.acf-radio-list li, .acf-form ul.acf-checkbox-list li {
	font-size: 16px;
	line-height: 24px;
	float: left;
}

.acf-checkbox-list.acf-bl, .acf-radio-list.acf-bl {
	margin-left: -22px;
}

.acf-checkbox-list.acf-bl li, .acf-radio-list.acf-bl li {
	margin-left: 22px;
}

.acf-form .form-control {
	font-size: 16px;
}

.acf-form {
	font-size: 16px;
}

.acf-fields>.acf-tab-wrap .acf-tab-group li a {
	font-size: 18px!important;
}
.acf-form .acf-field-true-false {
	display: inline-flex;
	width: 100%;
}

.acf-form .acf-field-true-false .acf-label {
	order: 1;
	margin-left: 9px;
}

.acf-form label {
	font-weight: inherit;
}

.acf-form-submit.text-center {
	position: sticky;
	bottom: 0;
	z-index: 99999;
	width: 225px;
	margin-left: auto;
	margin-right: auto;
}

.acf-field p.description {
	font-size: 14px;
}

.acf-field.acf-field-group, .acf-field.acf-field-google-map {
	border: 1px solid #fe5000!important;
	margin: 16px 10px!important;
	padding: 14px!important;
	border-radius: 6px;

}

.fab-container {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 999;
	cursor: pointer;
}

.fab-icon-holder {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #016fb9;

	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.fab-icon-holder:hover {
	opacity: 0.8;
}

.fab-icon-holder i {
	display: flex;
	align-items: center;
	justify-content: center;

	height: 100%;
	font-size: 25px;
	color: #ffffff;
}

.fab {
	width: 60px;
	height: 60px;
	background: black;
}

.fab-options {
	list-style-type: none;
	margin: 0;

	position: absolute;
	bottom: 70px;
	right: 0;

	opacity: 0;

	transition: all 0.3s ease;
	transform: scale(0);
	transform-origin: 85% bottom;
}

.fab:hover+.fab-options,
.fab-options:hover {
	opacity: 1;
	transform: scale(1);
}

.fab-options li {
	display: flex;
	justify-content: flex-end;
	padding: 5px;
}

.fab-label {
	padding: 2px 5px;
	align-self: center;
	user-select: none;
	white-space: nowrap;
	border-radius: 3px;
	font-size: 16px;
	background: #666666;
	color: #ffffff;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
	margin-right: 10px;
}

.content .acf-form .acf-gallery-sort {
	display: none;
}

.acf-gallery[data-columns="8"] .acf-gallery-attachment {
	width: 25%!important;
}

.acf-form input.form-control {
	height: 34px;
	margin: 0;
	padding: 0 8px;
}

.acf-button.button.button-primary {
	float: left;
}

.acf-button.button.button-primary.btn-success {
	float: inherit;
}

.media-frame-actions-heading.screen-reader-text {
	display: none;
}

.media-modal-icon .screen-reader-text {
	display: none;
}

.attachments-browser .media-toolbar, .media-views-heading.screen-reader-text {
	display: none;
}

.screen-reader-text {
	display: none;
}

.acf-gallery .acf-gallery-attachment .margin {
	background: inherit!important;
}

.margin .thumbnail {
	border: none;
}

.acf-input .acf-input-append {
	line-height: 1.6;
	padding: 5px 8px;
	background: #f5f5f5;
	border: #7e8993 solid 1px;
	min-height: 32px;
}

.attachments-browser .media-sidebar .compat-item, .attachments-browser .media-sidebar .description, .attachments-browser .media-sidebar .setting {
	display: none;
}

span[data-setting="caption"], span[data-setting=caption] {
	display: block!important;
}

.required label:after {
	content: ' *';
	color: #fe5000;
}

.required .acf-radio-list label:after, .required .acf-checkbox-list label:after {
	content: '';
}

.carousel-container {
	background-color: inherit!important;
}

.alert-danger, .alert-warning {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.alert.alert-danger:first-of-type {
	margin-top: 30px;
}

.alert a {
	text-decoration: underline;
}

.wrap > .content {
	margin-bottom: 60px;
}

.price-category {
	color: #c4c4c4;
}

.is-price-1.price-1, .is-price-1.price-2, .is-price-1.price-3, .is-price-1.price-4 {
	color: #fe5000;
}

.is-price-2.price-2, .is-price-2.price-3, .is-price-2.price-4 {
	color: #fe5000;
}

.is-price-3.price-3, .is-price-3.price-4 {
	color: #fe5000;
}

.is-price-4.price-4 {
	color: #fe5000;
}

.checkbox-subtitle {
	padding-left: 25px;
	margin-bottom: 14px;
}

.checkbox-subtitle.checked, .checkbox-subtitle.unchecked {
	padding-left: 42px;
	font-style: inherit;
}

.checkbox-sub {
	padding-left: 26px;
	font-size: 18px!important;
}

.row {
	display: flex;
	flex-flow: row wrap;
}


.btn-request {
	color: white;
	padding: 8px 12px;
	background: #fe5000;
	border: 4px solid white;
	font-size: 22px;
	margin-top: 17px;
	display: inline-block;
	border-radius: 6px;
}

.btn-request:hover, .btn-request:focus, .btn-request:active {
	color: #fe5000;
	padding: 8px 12px;
	background: white;
	border: 4px solid #fe5000;
}

.background-primary .h3 {
	font-size: 30px;
	color: #fe5000;
}

table {
	font-size: 18px;
}

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content{
	background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price{
	background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
	border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
	color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
	color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
	color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
	color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
	color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li{
	color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span{
	color: #414141;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	background-color: #E4E4E4;
	border-left: 5px solid #2ECC71;
}

#generic_price_table .generic_content .generic_price_btn button, #generic_price_table .generic_content .generic_price_btn a{
	border: 1px solid #2ECC71;
	color: #2ECC71;
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
	border-color: #2ECC71 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #2ECC71;
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn button,
#generic_price_table .generic_content.active .generic_price_btn button{
	background-color: #2ECC71;
	color: #fff;
}
#generic_price_table{
	/* margin: 50px 0 50px 0; */
}
.row .table{
	padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content{
	overflow: hidden;
	position: relative;
	text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
	margin:0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content{
	margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
	border-style: solid;
	border-width: 90px 1411px 23px 399px;
	position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head{
	padding-top: 40px;
	position: relative;
	z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{

	font-size: 28px;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
	padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
	display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
	display: inline-block;

	font-size: 28px;
	font-weight: 400;
	vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{

	font-size: 60px;
	font-weight: 300;
	letter-spacing: -2px;
	line-height: 60px;
	padding: 0;
	vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
	display: inline-block;

	font-size: 24px;
	font-weight: 400;
	vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{

	font-size: 18px;
	font-weight: 400;
	letter-spacing: 3px;
	vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li{

	font-size: 18px;
	padding: 15px 0;
	transition: all 0.3s ease-in-out 0s;
	padding: 7px 50px;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;

}
#generic_price_table .generic_content .generic_feature_list ul li .fa{
	padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn, #generic_price_table .generic_content a{
	margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn button, #generic_price_table .generic_content .generic_price_btn a{
	border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
	display: inline-block;
	font-size: 18px;
	outline: medium none;
	padding: 12px 30px;
	text-decoration: none;
	text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn button,
#generic_price_table .generic_content:hover .generic_price_btn button{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 320px) {
}

@media (max-width: 767px) {
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
	.p-xs-0 {
		padding: 0!important;
	}
	.pr-xs-1 {
		padding-right: 1rem!important;
	}
	.pl-xs-1 {
		padding-left: 1rem!important;
	}
	.mr-xs-1 {
		margin-right: 1rem!important;
	}
	.ml-xs-1 {
		margin-left: 1rem!important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#generic_price_table .col-md-3{
		float:left;
		width:50%;
	}

	#generic_price_table .col-md-4{
		float:left;
		width:50%;
	}

	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}


/*.text-center h1,*/
/*.text-center h1 a{*/
	/*color: #7885CB;*/
	/*font-size: 30px;*/
	/*font-weight: 300;*/
	/*text-decoration: none;*/
/*}*/
.demo-pic{
	margin: 0 auto;
}
.demo-pic:hover{
	opacity: 0.7;
}

#generic_price_table_home ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
}
#generic_price_table_home li{
	float: left;
}
#generic_price_table_home li + li{
	margin-left: 10px;
	padding-bottom: 10px;
}
#generic_price_table_home li a{
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0px;
}
#generic_price_table_home .blue{
	background: #3498DB;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald{
	background: #2ECC71;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey{
	background: #7F8C8D;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight{
	background: #34495E;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange{
	background: #E67E22;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple{
	background: #9B59B6;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red{
	background: #E74C3C;
	transition:all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise{
	background: #1ABC9C;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover{
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
}
#generic_price_table_home .divider span{
	width: 100%;
	display: table;
	height: 2px;
	background: #ddd;
	margin: 50px auto;
	line-height: 2px;
}
#generic_price_table_home .itemname{
	text-align: center;
	font-size: 50px ;
	padding: 50px 0 20px ;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	text-decoration: none;
	font-weight: 300;
}
#generic_price_table_home .itemnametext{
	text-align: center;
	font-size: 20px;
	padding-top: 5px;
	text-transform: uppercase;
	display: inline-block;
}
#generic_price_table_home .footer{
	padding:40px 0;
}

.price-heading h1{
	color: #666;
	margin: 0;
	padding: 0 0 50px 0;
}
.demo-button {
	background-color: #333333;
	color: #ffffff;
	display: table;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 50px;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium ;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}
.bottom_btn{
	background-color: #333333;
	color: #ffffff;
	display: table;
	font-size: 28px;
	margin: 60px auto 20px;
	padding: 10px 25px;
	text-align: center;
	text-transform: uppercase;
}
.demo-button:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;

}
.bottom_btn:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
}


.your-package {
	height: 45px;
	background-color: #fe5000;
	color: white;
	font-size: 20px;
	padding: 10px;
}

.card {
	margin-bottom: 20px;
	border: 1px solid #fe5000;
	border-radius: 6px;
}

.card-header {
	background-color: #fe5000;
}

.card-header h2 {
	margin: 3px 0;
	color: white;
}

#footer {
	display: none;
}

.carousel-container {
	padding: 0;
	width: 100%;
	background-color: #363636;

	margin: 0 auto;
}
.slick-gallery {
	height: 480px;

}
.slick-gallery img {
	height: 480px;
	object-fit: cover;
}
.slick-slide:not(.slick-center) img {
	/*opacity: 0.25;*/
	/*transition: opacity .2s ease-in-out;*/
}
.slick-next, .slick-prev, .pswp__button.pswp__button--arrow--right, .pswp__button.pswp__button--arrow--left {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	height: 100%;
	width: 50px;
	padding: 0;
	margin-top: -10px\9;
	transform: translateY(-50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 1;
}

.pswp__ui .pswp__button--arrow--right {
	right: 26px;
	margin-top: 0;
}

.pswp__ui .pswp__button--arrow--left {
	left: 26px;
	margin-top: 0;
}

@media (max-width: 767px) {

	.pswp__ui .pswp__button--arrow--right {
		right: 8px;
	}

	.pswp__ui .pswp__button--arrow--left {
		left: 8px;
	}

}

.pswp__ui .pswp__button--arrow--right:before {
	right: 18px;
}
.pswp__ui .pswp__button--arrow--left:before {
	left: 25px;
}
.slick-next:before, .pswp__button.pswp__button--arrow--right:before {
	content: "";
	position: absolute;
	top: 45%;
	height: 5%;
	width: 15%;
	background: #fe5000;
	transform: skew(
			45deg
			,
			0deg
	);
}
.slick-next:after, .pswp__button.pswp__button--arrow--right:after {
	content: "";
	position: absolute;
	top: 50%;
	height: 5%;
	width: 15%;
	background: #fe5000;
	transform: skew(
			-45deg
			,
			0deg
	);
}

.slick-prev:before, .pswp__button.pswp__button--arrow--left:before {
	content: "";
	position: absolute;
	top: 45%;
	height: 5%;
	width: 15%;
	background: #fe5000;
	transform: skew(
			135deg
			,
			0deg
	);
}
.slick-prev:after, .pswp__button.pswp__button--arrow--left:after {
	content: "";
	position: absolute;
	top: 50%;
	height: 5%;
	width: 15%;
	background: #fe5000;
	transform: skew(
			-135deg
			,
			0deg
	);
}

.slick-next:before, .slick-pre:before {
	font-family: slick;
	font-size: 50px;
	line-height: 1;
	opacity: .75;
	color: #fe5000;
	-webkit-font-smoothing: antialiased;
}

.slick-gallery img {
	display: none;
}
.slick-gallery .slick-list img {
	display: block;
}

.caption {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 4px 8px;
	/* background-color: white; */
	width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
}

.position-relative {
	position: relative;
}

.container.availability .calendar {
	max-height: 400px;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(to bottom,#000 59%,transparent 95%);
	mask-image: linear-gradient(to bottom,#000 75%,transparent 95%);
}


.container.availability .calendar.show-all {
	max-height: inherit;
	overflow: hidden;
	-webkit-mask-image: inherit;
	mask-image: inherit;
}

.show-more {
	bottom: 12px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-size: 30px;
	font-weight: bold;
	border-radius: 60px;
	width: 60px;
	height: 60px;
	background-color: #fe5000;
	border: 3px solid white;
	color: white;
}

.pswp--open {
	z-index: 999999999999999!important;
}

.checkboxes .row .col-md-4 {
	margin-bottom: 30px;
}

.location-box {
	cursor: pointer;
	max-width: 400px;
}

@media (max-width: 767px) {
	.acf-form .acf-fields>.acf-field {
		width: 100% !important;
		margin-left: 0!important;
	}
	.acf-fields>.acf-tab-wrap .acf-tab-group li a {
		padding: 6px 8px!important;
		font-size: 14px!important;
	}
	.acf-repeater {
		overflow-x: scroll;
	}
}

.ui-datepicker-current {
	display: none;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
	display: inline-block
}

.resp-sharing-button__link {
	text-decoration: none;
	color: #fff;
	margin: 0.5em;
	font-size: 20px;
}

.resp-sharing-button {
	border-radius: 5px;
	transition: 25ms ease-out;
	padding: 0.5em 0.75em;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
	width: 1em;
	height: 1em;
	margin-right: 0.4em;
	vertical-align: top
}

.resp-sharing-button--small svg {
	margin: 0;
	vertical-align: middle
}

.resp-sharing-button__link:hover {
	color: white;
	font-weight: bold;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
	stroke: #fff;
	fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
	fill: #fff;
	stroke: none
}

.resp-sharing-button--twitter {
	background-color: #55acee
}

.resp-sharing-button--twitter:hover {
	background-color: #2795e9
}

.resp-sharing-button--pinterest {
	background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
	background-color: #8c0615
}

.resp-sharing-button--facebook {
	background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
	background-color: #2d4373
}

.resp-sharing-button--tumblr {
	background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
	background-color: #222d3c
}

.resp-sharing-button--reddit {
	background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
	background-color: #3a80c1
}

.resp-sharing-button--google {
	background-color: #dd4b39
}

.resp-sharing-button--google:hover {
	background-color: #c23321
}

.resp-sharing-button--linkedin {
	background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
	background-color: #046293
}

.resp-sharing-button--email {
	background-color: #777
}

.resp-sharing-button--email:hover {
	background-color: #5e5e5e
}

.resp-sharing-button--xing {
	background-color: #1a7576
}

.resp-sharing-button--xing:hover {
	background-color: #114c4c
}

.resp-sharing-button--whatsapp {
	background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
	background-color: #1da851
}

.resp-sharing-button--hackernews {
	background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
	background-color: #507299
}

.resp-sharing-button--vk:hover {
	background-color: #43648c
}

.resp-sharing-button--facebook {
	background-color: #3b5998;
	border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
	background-color: #2d4373;
	border-color: #2d4373;
}

.resp-sharing-button--twitter {
	background-color: #55acee;
	border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
	background-color: #2795e9;
	border-color: #2795e9;
}

.resp-sharing-button--tumblr {
	background-color: #35465C;
	border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
	background-color: #222d3c;
	border-color: #222d3c;
}

.resp-sharing-button--email {
	background-color: #777777;
	border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
	background-color: #5e5e5e;
	border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
	background-color: #bd081c;
	border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
	background-color: #8c0615;
	border-color: #8c0615;
}

.resp-sharing-button--whatsapp {
	background-color: #25D366;
	border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
	background-color: #1DA851;
	border-color: #1DA851;
}

.resp-sharing-button--telegram {
	background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
	background-color: #4B97D1;}

.column {
	column-count: 3;
}

@media (max-width: 1024px){
	.column {
		column-count: 2;
	}
}

@media (max-width: 768px){
	.column {
		column-count: 1;
	}
}

.column div {
	margin-bottom: 6px;
}

.hero-content {
	display: block;
	padding: 35px;
	box-sizing: border-box;
	background-color: #fff;
	text-align: center;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

@media (min-width: 992px) {
	.hero-content-wrapper {
		width: 100%;
		padding-right: 15.25px;
		padding-left: 15.25px;
		margin-right: auto;
		margin-left: auto;
		display: block;
		position: absolute;
		bottom: 20%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.hero-content {
		width: 555px;
		text-align: left;
		background-color: rgba(255, 255, 255, 0.8);
		box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 25%);
	}

}
@media (min-width: 992px) and (min-width: 1200px) {
	.hero-content-wrapper {
		max-width: 1170px; }
}

@media (max-width: 991px) {
	.hero-content-wrapper {
		width: 100%;
		padding-right: 15.25px;
		padding-left: 15.25px;
		margin-right: auto;
		margin-left: auto;
		display: block;
		position: absolute;
		bottom: 20%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.hero-content {
		text-align: left;
		background-color: rgba(255, 255, 255, 0.8);
		box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 25%);
	}

}
.hero-content h1 {
	margin-top: 0;
}

.no-wrap {
	white-space: nowrap;
}

#qrcode {
	margin-left: auto;
	margin-right: auto;
	margin-top: 26px;
}

.p-1 {
	padding: 1rem;
}

.pl-1 {
	padding-left: 1rem;
}

.d-none {
	display: none!important;
}

.ui-state-active, .ui-widget-content .ui-state-active {
	background: inherit!important;
	background-color: #fe5000!important;
	color: white!important;
}

div .ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
	background: #fe5000!important;
	color: white;
}

div .ui-state-default, div .ui-widget-content .ui-state-default, div .ui-widget-header .ui-state-default {
	background: #2ECC71;
}

div .ui-datepicker td span, div .ui-datepicker td a {
	text-align: center;
	color: white!important;
}

div .ui-state-disabled span {
	background-color: red!important;
}

div .ui-widget-content {
	border: 1px solid #fe5000;
}

@media (min-width: 992px) {
	.pl-md-5 {
		padding-left: 5rem;
	}
}

.d-inline {
	display: inline-block;
	margin-bottom: 14px;
	margin-right: 10px;
}

.orange-section {
	background-color: #fe5000;
}

.orange-section p, .orange-section h2, .orange-section h3, .orange-section div {
	color: white;
}