
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 300, 400, 600, 700, 800;
  font-style: normal, italic;
}

@font-face {
  font-family: 'Righteous';
  src: url('../fonts/Righteous-Regular.ttf') format('truetype');
  font-weight: 300, 400, 600, 700, 800;
  font-style: normal, italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 300, 400, 600, 700, 800;
  font-style: normal, italic;
}

@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: white;
}
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #2F302F;
}

.dropdown-menu > li > a {
	color: white;
	list-style-type: none;
	padding: 5px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: white;
    background-color: #D3BE99;
}

.navbar-nav > li > .dropdown-menu {
	background-color: #2F302F;
	color: white;
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dropdown-menu > li {
	text-transform: uppercase;
	color: white;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.header-about {
	background: url(../images/ueber_mich.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-width: 100%;
	min-height: 932px;
}

.header-termine {
	background: url(../images/termine.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-width: 100%;
	min-height: 650px;
}

.header-datenschutz {
	background: url(../images/datenschutz.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-width: 100%;
	min-height: 650px;
}

.header-impressum {
	background: url(../images/impressum.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-width: 100%;
	min-height: 650px;
}

.header-downloads {
	background: url(../images/download.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-width: 100%;
	min-height: 650px;
}

.header-faq {
	background: url(../images/faq.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-width: 100%;
	min-height: 650px;
}

.header-leistungen {
	background: url(../images/leistungen.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-width: 100%;
	min-height: 650px;
}

.header-leistungen-elektro-hybrid {
	background: url(../images/elektro_hybrid2.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-width: 100%;
	min-height: 650px;
}

.faq-bottom {
	padding-top: 140px !important;
	padding-bottom: 140px !important;
	background-image: url("../images/parallax-faq.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 450px;
}

.leistungen-bottom {
	padding-top: 140px !important;
	padding-bottom: 140px !important;
	background-image: url("../images/parallax-leistungen.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 450px;
}

.termininfo {
	padding-top: 80px;
	padding-bottom: 80px !important;
	position: relative;
	overflow: hidden;
}

.termine-circle {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 1em;
}

.termine-circle a {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 1em;
}

.termine-circle a:hover, .termine-circle a:focus {
	border: solid 15px;
	border-color: #C8B797;
	border-radius: 30px;
	background-color: #C8B797;
	color: white;
}

@media (max-width: 767px) {
.dayBox, .dayBoxDisabled {
	padding-top: 25px;
	padding-bottom: 25px;
}
}

@media (min-width: 767px) {
.dayBox, .dayBoxDisabled {
	padding: 25px;
}
}

.dayBox {
	width: 14%;
	border-right: 1px solid #D4D9DF;
	border-bottom: 1px solid #D4D9DF; 
	background: white;
	color: #333;
	font-family: Lato;
	font-size: 15px;
}

.dayBoxDisabled {
	background: #f8f8f8;
	color: #ccc;
	line-height: 1.7;
	width: 14%;
	border-right: 1px solid #D4D9DF;
	border-bottom: 1px solid #D4D9DF; 
	font-family: Lato;
	font-size: 15px;
}

.borderLeft {
	border-left: 1px solid #D4D9DF;
}

/*
.openPopup {
	font-size: 1.4em;
	color: white;
}
*/

.calendar-header {
	background: #C8B797;
	width: 14%;
	display: flex;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.calendar-header-day {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: white;
}

.calendar-week {
	margin-right: 0;
	margin-left: 0;
	position: relative;
    display: -ms-flexbox;
    display: flex;
}

.calendar-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0rem;
}

.whateverRed {
    background-color: #f17777;
    display: inline-block;
	margin-bottom: 5px;
	color: white;
	padding: 5px;
	font-weight: normal;
	cursor: not-allowed;
}

.modal-body .fa {
	color: #C8B797;
	padding-right: 10px;
}

.modal-body .modal-bottom p {
	font-size: 0.8em;
	color: #333;
}

.modal-body .modal-bottom a {
	font-family: Lato;
	font-size: 1em;
	color: #333;
}

.modal-body .modal-bottom a:hover, .modal-body .modal-bottom a:focus {
	color: #C8B797;
}

.whateverGreen {
	box-shadow: none;
	font-family: Lato;
	font-size: 15px;
	border: 1px #e2e5e7 solid;
	background: #fff;
	padding: 15px 15px 15px;
	margin: 0 0 15px;
	border-radius: 0px;
}    

.whateverGreen:hover {
	box-shadow: none;
	border: 1px #e2e5e7 solid;
	background: #fff;
	padding: 15px 15px 15px;
	margin: 0 0 15px;
	border-radius: 0px;
	color: black;
}    
    
/*    
.whateverGreen {
    background-color: #6ae66d;
    display: inline-block;
	margin-bottom: 5px;
	color: white;
	padding: 5px;
	font-weight: normal;
}
*/

.whateverBlue {
    background-color: #69a1e6;
    display: inline-block;
	margin-bottom: 5px;
	color: white;
	padding: 5px;
	font-weight: normal;
}

.whateverGrey {
	box-shadow: none;
	font-family: Lato;
	font-size: 15px;
	border: 1px #e2e5e7 solid;
	background: #eaeaea;
	padding: 15px 15px 15px;
	margin: 0 0 15px;
	border-radius: 0px;
	color: #666;
	cursor: not-allowed;
}

#checkboxes input[type=checkbox]{
    display: none;
}

#checkboxes input[type=checkbox]:checked + .whateverGreen {
	background-color: #D3BE99;
    border: 1px #D3BE99 solid;
	color: white;
}

#checkboxes input[type=checkbox]:checked + .whateverGreen .fa {
	color: white;
}

.form-control .error {
	border: 1px solid background: #9e0000;	
}

.error {
		color: red;
	}

#privacy h2 {
	color: #E31513;
	padding-bottom: 10px;
	padding-top: 25px;
}

.nav-tabs {
    border: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border-width: 1px;
	border-style: solid;
	font-family: Montserrat;
	font-size: 1em;
	background-color: #C8B797;
	color: white;
	border-color: rgb(204, 189, 153);
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0;
	transition: 0.3s;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-width: 1px;
	border-style: solid;
	font-family: Montserrat;
	font-size: 1em;
	background-color: #C8B797;
	color: white;
	border-color: rgb(204, 189, 153);
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0;
	transition: 0.3s;
}

.nav-tabs .nav-link {
	border: solid 1px #e8e8e8;
	background-color: white;
	color: #333;
	font-family: Montserrat;
	font-size: 1em;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0;
	transition: 0.3s;
}

.red {
	color: #E31513;
}

	.btn-contact, .btn-contact:visited {
	    color: #E31513;
	    font-size: 16px;
		background: white;
		border: 1px solid #E31513;
		border-radius: 0;
		}

	.btn-contact:hover, .btn-contact:focus, .btn-contact:active {
    	color: white;
		background: #E31513;
		border: 1px solid #E31513;
		}









video {
	max-width: 100%;	
	height: auto;
}

#contact h4 {
	margin-bottom: 10px;
	margin-top: 20px;
}

.btn_b {
	border-width: 1px;
	border-style: solid;
	font-family: Montserrat;
	font-size: 14px;
	background-color: rgb(204, 189, 153);
	color: rgb(255, 255, 255);
	border-color: rgb(204, 189, 153);
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0;
	transition: 0.3s;
}

.btn_b:hover {
	border: solid 1px #e8e8e8;
	background-color: white;
	color: rgb(204, 189, 153);
}

.btn_c {
	border-width: 1px;
	border-style: solid;
	font-family: Montserrat;
	background-color: rgb(204, 189, 153);
	color: #2F302F;
	border-color: rgb(204, 189, 153);
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0;
	transition: 0.3s;
	text-align: left;
	width: 100%;
	margin-top: 15px;
}

.btn_c:hover {
	border: solid 1px #e8e8e8;
	background-color: white;
	color: rgb(204, 189, 153);
}


.zahlen {
	padding-top: 140px !important;
	padding-bottom: 140px !important;
	background-image: url("../images/statistik.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.zahlen h5 {
	font-family: 'Roboto';
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	font-size: 60px;
	line-height: 165%;
	text-align: center;
	text-shadow: 1px 1px 4px black;
}

.zahlen p {
	text-align: center;
	color: #D3BE99;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 600;
	text-shadow: 1px 1px 4px black;
}

@media (min-width: 767px) {
	.zahlen .cell1 {
		min-height: 175px;
		border-bottom: solid 1px rgba(250, 250, 250, 0.3);
		border-right: solid 1px rgba(250, 250, 250, 0.3);
	}

	.zahlen .cell2 {
		min-height: 175px;
		border-bottom: solid 1px rgba(250, 250, 250, 0.3);
	}

	.zahlen .cell3 {
		min-height: 175px;
		border-right: solid 1px rgba(250, 250, 250, 0.3);
	}

	.zahlen .cell4 {
		min-height: 175px;
	}
}

@media (max-width: 767px) {
	.zahlen .cell1 {
		min-height: 175px;
		border-bottom: solid 1px rgba(250, 250, 250, 0.3);
	}

	.zahlen .cell2 {
		min-height: 175px;
		border-bottom: solid 1px rgba(250, 250, 250, 0.3);
	}

	.zahlen .cell3 {
		min-height: 175px;
		border-bottom: solid 1px rgba(250, 250, 250, 0.3);
	}

	.zahlen .cell4 {
		min-height: 175px;
	}
}

footer p {
	font-family: 'Lato';
	font-size: 16px;
	line-height: 1.5em;
	color: #797f85;
}

footer h3 {
    margin-bottom: 0;
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2em;
    color: white;
}

footer .top {
	background-color: #333 !important;
}

footer .bottom {
	padding-top: 66px !important;
	padding-bottom: 66px !important;
	background-color: #333 !important;
}

footer .copyright {
	border-top: 1px solid rgba(51,55,59,1);
	font-family: 'Lato';
	font-size 0.6em;
	color: #797f85;
	margin-top: 46px !important;
}

footer ul li {
	padding: 0 0 5px 5px;
	color: #797f85;
	font-weight: 400;
	line-height: 2.15em;
}

footer a {
	color: #797f85;
}

footer a:hover, footer a:focus {
    text-decoration: none;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    color: #D3BE99;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Prata';
    src: url('../fonts/Prata-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.dark {	color: #20272A; }
.gold {	color: #D3BE99;	}
.white { color: white; }

.innose {
	display: none;
}

.large {
	font-size: 1.8em;
	line-height: 2em;
	font-weight: 400;
	text-transform: none;
}

.larger {
	font-size: 2.6em;
	line-height: 2em;
	font-weight: 400;
}

.headline {
	font-size: 1.4em;
	text-transform: none;
	font-family: 'Prata';
}

.small {
	text-transform: uppercase;
	font-size: 0.8em;
}

.intro {
	padding-top: 85px !important;
	padding-bottom: 85px !important;
}

.intro h2 {
	font-weight: 400;
	font-size: 1.8em;
	color: #20272A;
}

.intro p {
	font-weight: 400;
	color: #20272A;
}







.about {
	padding-top: 85px !important;
	padding-bottom: 85px !important;
	background-color: #483F4E;
}

.about h2 {
	font-weight: 400;
	font-size: 1.8em;
	color: white;
}

.about ul {
	list-style: none;
}

.about ul li {
	font-size: 1.1em;
	color: #D3BE99;
}

.about h5, .about p {
	text-shadow: 1px 1px 4px black;
}

.page_leistungen {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
	background-color: #333 !important;
}

.page_leistungen h1 {
	font-size: 1.8em;
	color: white;
}

.page_leistungen h3 {
	font-size: 1.2em;
	margin-bottom: 0px;
	color: #ccbd99;
	font-family: Lato;
}

.page_leistungen h2 {
	font-size: 1.5em;
	margin-bottom: 0px;
	color: white;
}

.page_leistungen h4 {
	font-size: 1.2em;
	margin-bottom: 0px;
}

.page_leistungen p {
	font-size: 1em;
	color: white;
	font-family: Lato;
}

/*
.page_leistungen a {
	text-decoration: none;
}
*/

.page_leistungen .maintext .leistung {
	margin-top: 45px;
}

.page_leistungen .maintext h1 {
	margin-top: -20px;
	margin-bottom: -30px;
}

.page_leistungen .maintext a {
	border: medium none rgb(128, 133, 139);
	font-size: 1em;
	line-height: 1.2em;
	font-family: Lato;
	font-style: normal;
	background-color: transparent;
	color: #ccbd99;
}

.page_leistungen .maintext a:hover, .page_leistungen .maintext a:focus {
    text-decoration: none;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    color: #D3BE99;
    text-decoration: underline;
}

/*
.page_leistungen li {
	text-decoration: none;
	font-size: 1em;
	color: white;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
*/
.page_leistungen .maintext ul li {
  margin-left: 24px;
  font-family: "Lato";
  font-size: 1em;
  line-height:  1.2em;
  list-style-image: url('../images/list-dot.png');
  color: white;
}

.downloads {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
	background-color: #333 !important;
}

.downloads h1 {
	font-weight: 400;
	font-size: 46px;
	color: white;
	font-family: 'Prata';
}

.downloads p {
	font-size: 1em;
	color: white;
	line-height: 1.2em;
/*	text-align: justify; */
	padding-right: 30px;
}

.downloads .leilink {
	width: 98%;
	border-top: solid 1px rgba(250, 250, 250, 0.2);
	padding-left: 0;
	padding-right: 0;
	padding-top: 18px;
	padding-bottom: 18px;
}

.downloads .leilink a {
	border: medium none rgb(128, 133, 139);
	font-size: 18px;
	line-height: 26px;
	font-family: Prata;
	font-weight: 400;
	font-style: normal;
	background-color: transparent;
	color: rgb(255, 255, 255);
}

/*
.downloads a {
	border: medium none rgb(128, 133, 139);
	font-size: 18px;
	line-height: 26px;
	font-family: Prata;
	font-weight: 400;
	font-style: normal;
	background-color: transparent;
	color: rgb(255, 255, 255);
}
*/

.downloads a {
	border: medium none rgb(128, 133, 139);
	font-size: 1em;
	line-height: 1.2em;
	font-family: Lato;
	font-style: normal;
	background-color: transparent;
	color: #ccbd99;
}

.downloads a:hover, .downloads a:focus {
    text-decoration: none;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    color: #D3BE99;
    text-decoration: underline;
}



.bg-collapse {
	color: white;
	background-color: #403f3f;
	padding: 15px;
}

.leistungen {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
	background-color: #333 !important;
}

.leistungen h2 {
	font-weight: 400;
	font-size: 46px;
	color: white;
	font-family: 'Prata';
}

.leistungen p {
	font-size: 1.2em;
	color: white;
	padding-right: 30px;
}

.leistungen .leilink {
	width: 98%;
	border-top: solid 1px rgba(250, 250, 250, 0.2);
	padding-left: 0;
	padding-right: 0;
	padding-top: 18px;
	padding-bottom: 18px;
}

.leistungen a {
	border: medium none rgb(128, 133, 139);
	font-size: 18px;
	line-height: 26px;
	font-family: Prata;
	font-weight: 400;
	font-style: normal;
	background-color: transparent;
	color: rgb(255, 255, 255);
}

.leistungen a:hover, .leistungen a:focus {
    text-decoration: none;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    color: #D3BE99;
}

.faq {
	padding-top: 60px !important;
	padding-bottom: 80px !important;
	background-color: #333 !important;
}

.faq h2 {
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
}

.faq p {
	font-size: 1.2em;
	color: white;
	line-height: 1.5em;
	text-align: justify;
	padding-bottom: 20px;
}

.faq .leilink {
	width: 98%;
	border-top: solid 1px rgba(250, 250, 250, 0.2);
	padding-left: 0;
	padding-right: 0;
	padding-top: 18px;
	padding-bottom: 18px;
}

.faqtf {
	background-color: #5f5f5f;
	padding: 5px;
}

.faqtn {
	padding: 5px;
}

.faqtext p {
	padding: 5px;
	color: white;
	font-family: 'Lato';
	font-size: 1em;
}

.callus {
	padding-top: 60px !important;
	padding-bottom: 80px !important;
}

.callus p {
	font-weight: 700;
	text-transform: uppercase;
}

.callus h2 {
	font-family: 'Prata';
	font-weight: 400;
	font-style: normal;
	color: #20272A;
	font-size: 60px;
	line-height: 165%;
}

.callus h3 {
	font-family: 'Prata';
	font-weight: 400;
	font-style: normal;
	color: #20272A;
	font-size: 40px;
	line-height: 100%;
}

.callus .btns {
	margin-top: 15px;
}



.zertborder {
	border: solid white 5px;
}
.zert {
	padding-top: 30px !important;
	padding-bottom: 60px !important;
}

.zert_gal {
	padding-top: 0px;
	padding-bottom: 0px !important;
	margin-left: 0;
	margin-right: 0;
}

.zert-caption {
	position: relative;
	padding: 0;
	margin: 0;
}

.zert-caption img {
	display: block;
	max-width: 100%;
	height: auto;
}

.zert-caption-text {
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;

	width: 100%;
	height: 100%;

	font-family: 'Montserrat';
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.8em;
	color: #fff;

	z-index: 2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0,0,0,.7);
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	text-align: center;
	padding-top: 35%;
}

.zert-caption:hover .zert-caption-text {
	opacity: 0.8;
}



#gutachten {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.gutachten h2 {
	font-family: 'Prata';
	font-weight: 400;
	font-style: normal;
	color: #20272A;
	font-size: 60px;
	line-height: 165%;
}




.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 280px;
	max-width: 30%;
	max-height: 360px;
	width: 48%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 200;
}

.grid figure h2 span {
	font-weight: 400;
}

.grid figure h2 {
	margin: 0;
	font-family: 'Prata';
	font-size: 32px;
	text-shadow: 1px 1px 4px black;
	color: white;
}

.grid figure p {
	margin: 0;
	font-family: 'Lato';
	color: white;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Duke *****/
/*---------------*/

figure.effect-duke {
	background: -webkit-linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
	background: linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
}

figure.effect-duke img,
figure.effect-duke p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-duke:hover img {
	opacity: 0.1;
	-webkit-transform: scale3d(2,2,1);
	transform: scale3d(2,2,1);
}

figure.effect-duke h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

figure.effect-duke p {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 10px;
	padding: 10px;
	border: 1px solid #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% -100%;
	transform-origin: 50% -100%;
}

figure.effect-duke:hover h2 {
	opacity: 0;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-duke:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/* Media queries */
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}








.boxes {
	padding-top: 80px;
	padding-bottom: 80px !important;
	margin-left: 0;
	margin-right: 0;
}

.boxes-caption {
	position: relative;
	padding: 0;
	margin: 0;
	color: white;
}

.bottom-left {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.boxes-caption img {
	background-color: rgba(0, 0, 0, 0.8);

	display: block;
	max-width: 100%;
	height: auto;
}

.boxes-caption-text {
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;

	width: 100%;
	height: 100%;

	font-family: 'Montserrat';
	font-size: 1em;
	color: #20272A;

	z-index: 2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(248, 248, 248, 1);
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	text-align: left;
	padding: 15%;
}

.boxes-caption-text p {
	padding-top: 20px;
}

.boxes-caption-text a {
	color: #20272A;
	text-decoration: none;
}

.boxes-caption-text a:hover, .boxes-caption-text a:focus {
	color: #D3BE99;
}

.boxes-caption:hover .boxes-caption-text {
	opacity: 1;
}





.aboutme {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
	background-color: #333 !important;
}

.aboutme h1 {
	font-weight: 400;
	font-size: 46px;
	color: white;
	font-family: 'Prata';
}

.aboutme p {
	color: #f9f9fa;
	font-size: 1.2em;
	line-height: 150%;
	text-shadow: 1px 1px 8px black;
}


.impressum h1 {
	font-family: 'Prata';
	font-weight: 400;
	color: #D3BE99;
	font-size: 1.8em;
}

.impressum h2 {
	font-family: 'Prata';
	color: #D3BE99;
	font-size: 1.4em;
}

.impressum h3 {
	font-family: 'Prata';
	color: #D3BE99;
	font-size: 1.4em;
}

.impressum p {
	color: white;
	font-size: 1.1em;
}

.impressum a {
	color: white;
	font-size: 1em;
}

.impressum a:hover {
	color: #D3BE99;
}

.impressum ul {
	list-style: none;
}

.impressum ul li {
	font-size: 1.1em;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 10px;
	color: #D3BE99;
}


.title_head h6, .title_head h1 {
	padding-bottom: 0;
	font-size: 46px;
	line-height: 44px;
	text-align: center;
}

.title_border {
	border-bottom: solid 2px #D3BE99;
	padding-bottom: 16px;
	text-align: center;
}





.testi {
	padding-top: 140px !important;
	padding-bottom: 140px !important;
	background-image: url("../images/about.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.testi p {
	color: #f9f9fa;
	font-size: 24px;
	line-height: 150%;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	padding: 0 0 21px 61px;
	font-weight: 300;
	text-shadow: 1px 1px 8px black;
}

.testi h5 {
	font-family: 'Prata';
	font-weight: 400;
	font-style: normal;
	color: #D3BE99;
	font-size: 46px;
	line-height: 165%;
	text-shadow: 1px 1px 8px black;
}






/*************************
******Map CSS****
**************************/
.map {
  position: relative;
  margin-left: 0;
  margin-right: 0;
-webkit-box-shadow: 0 17px 31px 0 rgba(0, 0, 0, .16);
-moz-box-shadow: 0 17px 31px 0 rgba(0, 0, 0, .16);
box-shadow: 0 17px 31px 0 rgba(0, 0, 0, .16);
margin-bottom: 50px;
}


.sp20 {
	min-height: 20px;
}

.pb-10 {
	padding-bottom: 10px;
}

.contactinfo {
	padding-top: 80px;
	padding-bottom: 80px !important;
	position: relative;
	overflow: hidden;
}

.contactinfo .container-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(176, 23, 0, 0.6);
  z-index: 1;
}

.contactinfo .contact-form {
  padding-bottom: 25px;
}

.contactinfo .contact-form h3 {
  margin-top: 0;
}

.contactinfo p {
	color: #20272A;
}


.contactinfo .txt a, .contactinfo .txt a:focus, .contactinfo .txt a:hover  {
	color: #D3BE99;
	text-decoration: none;
	font-family: Lato;
}

.contactinfo h4 {
	font-family: 'Prata';
	font-weight: 400;
	font-style: normal;
	color: #20272A;
	font-size: 1.2em;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
    display: block;
    box-sizing: border-box;
    margin: 0;
    margin-top: 10px;
    padding: 10px;
    max-width: 100%;
    width: 100%;
    outline: none;
    border: none;
    background-color: #f8f8f8;
    color: #797f85;
    font-size: 12px;
    line-height: 46px;
    -webkit-appearance: none;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select {
    height: 46px;
    font-family: inherit;
}

.error {
	color: red;
	font-size: 0.8em;
}

.privacy-info p {
	color: #20272A;
	font-size: 0.7em;
}


.social-icons ul li {
	padding: 0 10px;
}

.social-icons ul li:last-child {
	padding-right: 0;
}

.social-icons ul li a {
	font-size: 18px;
	color: #d3d3d3;
	padding: 0;
}

.social-icons ul li a:hover .fa-facebook {
	color: #0884d5;
}

.social-icons ul li a:hover .fa-xing {
	color: #016F6F;
}

.social-icons ul li a:hover .fa-instagram {
	color: #F2288A;
}

.social-icons ul li a:hover .fa-whatsapp {
	color: #00C94A;
}

.social-icons ul li a:hover, .social-icons ul li a:focus {
	background: none;
}




.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid white;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.modal-body p {
	margin: 0 0 15px;
	font-size: 15px;
	color: #20272A;
}

.modal-body input[type="date"], .modal-body input[type="email"], .modal-body input[type="number"], .modal-body input[type="password"], .modal-body input[type="search"], .modal-body input[type="tel"], .modal-body input[type="text"], .modal-body input[type="url"], .modal-body select, .modal-body textarea {
    display: block;
    box-sizing: border-box;
    margin: 0;
    margin-top: 10px;
    padding: 10px;
    max-width: 100%;
    width: 100%;
    outline: none;
    border: 1px solid #E2E6E8;
    background-color: white;
    color: #797f85;
    font-size: 12px;
    line-height: 46px;
    -webkit-appearance: none;
}




.privacy {
	padding-top: 80px;
	padding-bottom: 80px !important;
}

.privacy p {
	font-size: 1em;
}

.privacy h2 {
	font-size: 1.5em;
	font-weight: 400;
	padding-top: 25px;
}

.privacy h3 {
	font-size: 1.2em;
	font-weight: 400;
}

.imprint {
	padding-top: 80px;
	padding-bottom: 80px !important;
}

.imprint p {
	font-size: 1em;
}

.imprint h2 {
	font-size: 1.5em;
	font-weight: 400;
	padding-top: 25px;
}

.imprint h3 {
	font-size: 1.2em;
	font-weight: 400;
}





.fixedArea {
    position: fixed;
    left: 0%;
    top: 0px;
    z-index: 9;
    padding-left: 10px;
    width: 100%;
}


.noPadding{
    padding: 0px;
}

.logo{
    margin-top: 10px;
}

p.colorfullText {
    color: #fab000;
    letter-spacing: 2px;
}



* {
  margin: 0px; 
  padding: 0px; 
  box-sizing: border-box;
}

body, html {
  height: 100%;
  font-family: 'Poppins';
}

/*---------------------------------------------*/
a {
  font-family: 'Lato';
  color: white;
}

a:focus {
  text-decoration: none;
  color: #C8B797;
}

a:hover {
  text-decoration: none;
  color: #C8B797;
}

.logo-text a {
  display: block;
  line-height: 0;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  margin: 0px;
}

p {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
}

.downloads ul {
	margin-top:  7px;
}
.downloads ul li {
  margin-left: 24px;
  font-family: "Lato";
  font-size: 1em;
  line-height:  1.2em;
  list-style-image: url('../images/list-dot.png');
}




/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

textarea {
outline: none;
border: none;
}

textarea:focus, input:focus {
border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }



/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}

h1 {
  font-size: 46px;
  font-family: 'Prata';
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 40px;
}

h6 {
  font-size: 46px;
  font-family: 'Prata';
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 40px;
}

h2 {
  font-size: 38px;
  font-family: 'Prata';
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 30px;
}

h3 {
  font-size: 22px;
  font-family: 'Prata';
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}

p {

  font-family: "Lato";
  font-size: 1.2em;
  color: #666666;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;


}


/*
* ==========================================
* GENERAL AND HEADER END
* ==========================================
*/

/*
* ==========================================
* MAIN SLIDER START
* ==========================================
*/

.classic{
    max-width: 100px;
    display: block;
    float: none;
    margin: auto;
    margin-bottom: 20px;
}

.slide-content h3{
    font-family: 'Roboto';
    margin-bottom: 20px;
    font-size: 22px;
}


.owl-item.active .slide-content h2, 
.owl-item.active .slide-content h3, 
.owl-item.active .slide-content p
{
  visibility: visible;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-name: fadeInUp;
}



.slide-content h2{
    font-family: 'Prata';
    margin-bottom: 20px;
    font-size: 52px;
    visibility: hidden;
    color: white;
    text-shadow: 1px 1px 3px black;
}

.right {
	text-align: right;
}

.slide-content p{
    margin-bottom: 20px;
    margin-top: 20px;
    color: #ffffff70;
    font-family: 'Roboto';
    font-size: 18px;
    visibility: hidden;

}

.slider-content-area{
    position: absolute;
    top: 75%;
    color: #fff;
    font-size: 30px;
    left: 10%;
    right: 10%;
}

.slider-content-area2 {
    position: absolute;
    top: 10%;
    color: #fff;
    font-size: 30px;
    left: 10%;
    right: 10%;
}

.slider-content-area3 {
    position: absolute;
    top: 64%;
    color: #fff;
    font-size: 30px;
    left: 10%;
    right: 10%;
}

.slider-area, .main-slider {
  position: relative;
  height: 100%;
}


.slide-content .default-btn{
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  font-size: 22px;
  color: #fff;
}

.main-slider div:not(.owl-nav):not(.owl-prev):not(.owl-prev):not(.owl-next) {
  height: 100%;
}


.single-slide.item{
	
 background-position: center;	
	
}



.owl-dots {
    counter-reset: dots;
}
.owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
}
.owl-dots {
    counter-reset: dots;
    position: absolute;
    bottom: 95px;
    display: flex;
}
.owl-dot {
    margin-left: 10px;
    border: 2px solid;
    padding:8px;
    border-radius: 40px;
    width: 35px;
    height: 35px;
}
.owl-dot.active {
    margin-left: 10px;
    border: 2px solid #ffffff70;
    padding:10px;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    color: #ffffff70;
}
.owl-carousel .owl-dot, 
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    text-align: center;
}

/*
* ==========================================
* MAIN SLIDER END
* ==========================================
*/


/*
* ==========================================
* SECTION1 START
* ==========================================
*/


.topOff{
  padding-top: 50px;
  padding-bottom: 50px;
}

.colorfullPanel{
  background-color: #333333;
  color: #fff;
  transition: background-color 0.5s ease;
}

.colorfullPanel h3{
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 24px;
  font-family: 'Righteous';
  position: relative;
}

.colorfullPanel h2{
  margin-bottom: 15px;
  font-size: 36px;
  position: relative;

}


.colorfullPanel h2 span{
    font-size: 36px;
    color: #85a900;
    position: relative;

}

.colorfullPanel p{
  margin-bottom: 40px;
  position: relative;

}

.colorfullPanel:hover {
  background-color: #000;
}


/*
* ==========================================
* SECTION1 END
* ==========================================
*/



/*
* ==========================================
* SECTION2 START 
* ==========================================
*/
section#section2 {
  padding-top: 65px;
  padding-bottom: 150px;
}

section#section2 .maintext span{
  margin-top: 90px;
  font-weight: 800;
  color: #f9b000;
  line-height: 1.7;
  letter-spacing: 6px;
  text-transform: uppercase;

}

section#wsign {
  padding-top: 65px;
  padding-bottom: 150px;
  background-image: url(../img/background/wsign.jpg);
}


section#section2 .maintext h2 {
  font-size: 52px;
  font-family: 'Righteous';
  color: rgb(68, 68, 68);
  line-height: 1;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 50px;
}
section#section2 .maintext p {
  font-family: "Roboto";
  font-size: 1em;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
}

section#section2 .shapes span{
  font-size: 18px;
  font-family: "Roboto";
  color: rgb(51, 51, 51);
  line-height: 1.7;
  font-weight: bold;
  text-transform: uppercase;
}

section#section2 .shapes p{
    font-size: 15px;
    font-family: "Roboto";
    color: rgb(119, 119, 119);
    line-height: 1.4;
    text-align: center;
    margin-top: 25px;
}

.minHeightProp{
  min-height: 150px;
}



.section-title h3{
  margin-top: 90px;
  font-weight: 800;
  color: #f9b000;
  line-height: 1.7;
  letter-spacing: 6px;
  text-transform: uppercase;
  
  }

.section-title h2 {
  margin-top: 30px;
  font-size: 70px;
  font-family: 'Righteous';
  color: rgb(68, 68, 68);
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}


.imgback {
  background-image: url(../img/shape/backgroundshape.png);
  /* max-width: 100%; */
  padding-right: 35px;
  background-repeat: no-repeat;
  display: block;
  float: none;
  margin: auto;
  padding-left: 35px;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: padding-top 0.5s;
}


img.imgback:hover {
  padding-top: 32px;
}

.shapes{
  margin-top: 50px;
  margin-bottom: 50px;
}


/*
* ==========================================
* SECTION2 END 
* ==========================================
*/
.content h3{
  transition: color 0.5s;

}

.content h3:hover {
  color: rgb(68, 68, 68);

}


/*
* ==========================================
* PRODUCTS SECTION (SECTION3) START  
* ==========================================
*/

.post-slide .post-title {
  font-size: 17px;
  font-family: "Roboto";
  color: rgb(51, 51, 51);
  line-height: 1.7;
  text-align: center;
  font-weight: bold;
}


.post-slide .post-description {
  font-size: 22px;
  font-family: 'Righteous';
  color: rgb(252, 177, 0);
  line-height: 1.1;
  text-align: center;
  padding-bottom: 30px;
}

div#news-slider {
    margin-bottom: 50px;
}
  
div#news-slider .owl-dots {
  counter-reset: dots;
  position: absolute;
  bottom: -20px;
  display: flex;
  /* margin-left: 10px; */
  /* margin-top: 20px; */
  left: 46%;
}
  
div#news-slider .owl-dot.active {
  margin-left: 10px;
  border: 0px;
  padding: 10px;
  border-radius: 0px;
  width: 30px;
  height: 40px;
  color: #270909a6;
  border-bottom: 3px solid #83ad00;
  font-size: 22px;
  font-weight: bold;
}

div#news-slider .owl-dot{
  border: 0px;
  padding: 10px;
  /* border-radius: 40px; */
  width: 30px;
  height: 40px;
  color: #270909a6;
}

div#news-slider .owl-prev {
  position: absolute;
  bottom: -20px;
  left: 40%;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Roboto";
  color: rgb(204, 204, 204);
  line-height: 1.7;
  text-align: center;
  background: #ffffff;
  padding: 10px;
  
}




div#news-slider .owl-next {
  position: absolute;
  bottom: -20px;
  right: 40%;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Roboto";
  color: rgb(204, 204, 204);
  line-height: 1.7;
  text-align: center;
  background: #ffffff;
  padding: 10px;
}

.post-slide{margin-left: 10px;margin-right: 10px;background:#fff;box-shadow:0 1px 2px rgba(43,59,93,.3);margin-bottom:2em}
.post-slide .post-img{position:relative;margin-bottom:20px}
.post-slide .post-img img{width:100%;height:auto}


.post-abs {
  width: 0px;
  height: 100%;
  position: absolute;
  background: rgba(221, 221, 221, 0.4);
  transition: width 0.5s;
}

.post-img:hover .post-abs{
  width: 100%;
}

.post-img p {
  color: #fff;
  margin-top: 150px;
  text-align: center;
  visibility: hidden;
}

.post-img:hover p {
  visibility: visible;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-name: fadeInUp;
}




/*
* ==========================================
* PRODUCTS SECTION (SECTION3) END  
* ==========================================
*/


/*
* ==========================================
* NAVBAR START
* ==========================================
*/

.navbar.active {
  background: #333333;
  border-radius: 0px;
  padding-bottom: 10px;
  box-shadow: 0 10px 15px rgba(25,25,25,0.1);
}

#navbarResponsive{
  width: 100%;
}

.myNavBar {
  background-color: #00000000;
  border-color: #e7e7e700;
  padding-bottom: 10px;
  padding-top: 10px;
}

.navbar {
  transition: all 0.4s;
}

.navbar .nav-link {
  color: #fff !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #fff;
  text-decoration: none;
}

.navbar .navbar-brand {
  color: #fff;
}

.nav>li>a:hover, .nav>li>a:focus {
  text-decoration: none;
}

/* Change navbar styling on scroll */

.navbar.active .nav-link {
  color: #ffffff;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
  color: #ffffff;
  text-decoration: none;
}

.navbar.active .navbar-brand {
  color: #555;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background: none;
}

.navBrandText{
  padding: 0px !important;
  margin-left: 15px;
  width: 100%;
}

.navBrand img{
  margin-left:5px;

}

.navBar li>.nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  background: #D3BE99; /*#f9b000;*/
  height: 1px;
  width: 0;
  transition: 0.3s;
}
.navBar li.active>.nav-link::before,
.navBar li>.nav-link:hover::before,
.navBar li>.nav-link.active::before {
  width: 100%;
  background: #D3BE99; /*#f9b000;*/

}


/*
* ==========================================
* NAVBAR END
* ==========================================
*/



/*
* ==========================================
* TESTIMONIALS START
* ==========================================
*/

#section4{
  padding-top: 30px;
  min-height: 400px;
  background: transparent;
}


#section4 h3{

  margin-top: 20px;
  font-weight: 800;
  color: #f9b000;
  line-height: 1.7;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-align: center;

}


#section4  h2 {
  font-size: 70px;
  font-family: 'Righteous';
  color: #ffffff;
  line-height: 1;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

#section4 .owl-item h2, 
#section4 .owl-item h3, 
#section4 .owl-item h4, 
#section4 .owl-item h5, 
#section4 .owl-item p
{
  visibility: hidden;
}



#section4 .owl-item.active h2, 
#section4 .owl-item.active h3, 
#section4 .owl-item.active h4, 
#section4 .owl-item.active h5, 
#section4 .owl-item.active p
{
  visibility: visible;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-name: fadeInUp;
}


.section-title{
    margin-top: 50px;
    margin-bottom: 50px;
}



.testimonial-content {
  position: absolute;
  top: 90%;
  color: #fff;
  left: 15%;
  right: 15%;
} 
.testimonial-content p{
  color: #ffffff;
  margin-bottom: 20px;
}

.testimonial-content  h4{

  font-weight: 800;
  color: #f9b000;
  line-height: 1.7;
  text-transform: uppercase;
  text-align: center;

}

.testimonial-content h5 {
  font-weight: 800;
  color: #fff;
  line-height: 1.7;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  background: #f9b000;
  padding-left: 10px;
  padding-right: 10px;
}


.testimonial-area .owl-prev {
  position: absolute;
  bottom: -40px;
  left: 40%;
  text-transform: uppercase;
  color: #ffffff70;
}

.testimonial-area .owl-next  {
  position: absolute;
  bottom: -40px;
  right: 40%;
  text-transform: uppercase;
  color: #ffffff70;
}


/*
* ==========================================
* TESTIMONIALS END
* ==========================================
*/


/*
* ==========================================
* BANNER SECTION START
* ==========================================
*/
.banner {
    color: white;
    padding-bottom: 45px;
    padding-top: 45px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -100px;
}

.content span {
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(119, 119, 119);
  line-height: 2.4;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}

.content h2 {
  font-size: 60px;
  font-family: 'Righteous';
  color: rgb(68, 68, 68);
  line-height: 1;
  text-align: center;
}

.content h3 {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(132, 171, 0);
    line-height: 1.7;
    text-align: center;  
    padding-top: 25px;
}
/*
* ==========================================
* BANNER SECTION END
* ==========================================
*/

/*
* ==========================================
* BLOG SECTION START
* ==========================================
*/


.blog-area {
  padding: 40px;
}
.blog-section{
  margin-top: 30px;
  margin-bottom: 90px;
}

.blog-section-title h3{
    font-size: 15px;
    font-family: "Roboto";
    color: rgb(248, 176, 0);
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    margin-top: 80px;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 15px;
}
.blog-section-title h2{
    font-size: 70px;
    font-family: 'Righteous';
    color: rgb(68, 68, 68);
    line-height: 1;
    text-align: center;
    margin-bottom: 85px;
}

.blog-section-date{
  text-align: center;
}

.blog-section-date .month{
    font-size: 60px;
    font-family: 'Righteous';
    color: rgb(221, 221, 221);
    line-height: 0.85;
}

.blog-section-date .date{
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(221, 221, 221);
    line-height: 1.1;
    margin-left: 5px;
  
}

.blog-section-description h2{
    font-size: 22px;
    font-family: "Roboto";
    color: rgb(51, 51, 51);
    line-height: 1.4;
    text-align: left;
    font-weight: bold;
  
}

.blog-section-description p{
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(76, 76, 76);
  line-height: 1.4;
  text-align: left;
}

/*
* ==========================================
* BLOG SECTION END
* ==========================================
*/

/*
* ==========================================
* OWL CAROUSEL GENERAL STYLES START
* ==========================================
*/

.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    border: 2px solid #37a6a4;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #37a6a4;
}

.owl-prev{
  position: absolute;
  bottom: 100px;
  left: 40%;
  text-transform: uppercase;
  color: #ffffff70;
}

.owl-next{
  position: absolute;
  bottom: 100px;
  right: 40%;
  text-transform: uppercase;
  color: #ffffff70;
}

.owl-height{
  min-height: 150px;
}
/*
* ==========================================
* OWL CAROUSEL GENERAL STYLES END
* ==========================================
*/

/*
* ==========================================
* CONTACT FORM STARTS
* ==========================================
*/

.contact{
  background: #f7f7f7;
}

.contact100-form{
    margin-top: 50px;
}

  

  
  .container-contact100 {
    width: 100%;  
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: transparent;
    position: relative;
    z-index: 1;
  }
  
  .contact100-map {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  
  .wrap-contact100 {
    width: 1170px;
    background: #fff;
    border-radius: 10px;
    padding: 82px 180px 33px 180px;
    position: relative;
    display: none;
  }
  
  .show-wrap-contact100 {
    visibility: visible;
    opacity: 1;
  }
  
  
  .contact100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    padding: 100px;
    padding-bottom: 68px;
  }
  
  .contact100-form-title h3{
      font-size: 15px;
      font-family: "Roboto";
      color: rgb(248, 176, 0);
      font-weight: bold;
      line-height: 1.7;
      text-align: center;
      margin-top: 80px;
      letter-spacing: 6px;
      text-transform: uppercase;
    
  }

  .contact100-form-title h2{
      font-size: 70px;
      font-family: 'Righteous';
      color: rgb(68, 68, 68);
      line-height: 1;
      text-align: center;  
}
  
  
  
  .wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 13px;
    margin-bottom: 65px;
  }
  
  .rs1-wrap-input100 {
    width: calc((100% - 30px) / 2);
  }
  
  .label-input100 {
    font-family: "Roboto";
    font-size: 15px;
    color: #999999;
    line-height: 1.5;
    padding-left: 5px;
  }
  
  .input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-family: "Roboto";
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    padding: 0 5px;
  }
  
  .focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  
  .focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
  
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  
    background: #ff4b5a;
  }
  
  
  input.input100 {
    height: 40px;
  }
  
  
  textarea.input100 {
    min-height: 110px;
    padding-top: 9px;
    padding-bottom: 13px;
  }
  
  
  .input100:focus + .focus-input100::before {
    width: 100%;
  }
  
  .has-val.input100 + .focus-input100::before {
    width: 100%;
  }
  
  

  .container-contact100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: -25px;
    justify-content: center;
  }
  
  .contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: rgb(248, 176, 0);
    border-radius: 25px;
    font-family: 'Poppins';
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
  
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  
    box-shadow: 0px 0px 10px 0px rgba(255, 75, 90, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(255, 75, 90, 0.5);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 75, 90, 0.5);
    -o-box-shadow: 0px 0px 10px 0px rgba(255, 75, 90, 0.5);
    -ms-box-shadow: 0px 0px 10px 0px rgba(255, 75, 90, 0.5);
  }
  
  .contact100-form-btn i {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .contact100-form-btn:hover {
    background-color: #333333;
    box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.5);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.5);
    -o-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.5);
    -ms-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.5);
  }
  
  .contact100-form-btn:hover i {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  
  
  
  @media (max-width: 992px) {
    .wrap-contact100 {
      padding: 82px 80px 33px 80px;
    }
  }
  
  @media (max-width: 768px) {
    .rs1-wrap-input100 {
      width: 100%;
    }
  }
  
  @media (max-width: 576px) {
    .wrap-contact100 {
      padding: 82px 15px 33px 15px;
    }
  }
  

  
  .validate-input {
    position: relative;
  }
  
  .alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 58%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2px;
    pointer-events: none;
  
    font-family: 'Poppins';
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
  
    visibility: hidden;
    opacity: 0;
  
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  
  .alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    top: 58%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
  }
  
  .alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
  }
  
  @media (max-width: 992px) {
    .alert-validate::before {
      visibility: visible;
      opacity: 1;
    }
  }
  
  

  
  .contact100-more {
    font-family: 'Poppins';
    font-size: 14px;
    color: #999999;
    line-height: 1.5;
  }
  
  .contact100-more-highlight {
    color: #ff4b5a;
  }
  

  .contact100-btn-hide {
    color: #333333;
    font-size: 14px;
  
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 50%;
    top: -15px;
    right: -15px;
  
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .contact100-btn-hide:hover {
    background-color: #333333;
    color: #fff;
  }
  

  
  .contact100-btn-show {
    color: #fff;
    font-size: 39px;
  
    position: fixed;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .contact100-btn-show::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    background-color: #ff4b5a;
    border-radius: 50%;
  
    top: 0;
    left: 0;
    
    box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
    -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
    -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  
    -webkit-animation: beatbtn 0.9s ease-in-out infinite;
    animation: beatbtn 0.9s ease-in-out infinite;
  }
  
  
  @keyframes beatbtn {
    0% {
      background-color: rgba(255, 75, 90, 1);
      transform-origin: center;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  
    50% {
      background-color: rgba(255, 75, 90, 0.8);
      transform-origin: center;
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
    }
  }


  


/*
* ==========================================
* CONTACT FORM ENDS
* ==========================================
*/
/*
* ==========================================
* ADRESS SECTION STARTS
* ==========================================
*/

.address {
    width: 100%;
    color: #fff;
    margin: 0px;
}

.addess-description{
  padding: 70px;
}

.addess-description span{
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(248, 176, 0);
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin-top: 80px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 15px;
}
.addess-description h2{
  font-size: 30px;
  font-family: 'Righteous';
  color: rgb(68, 68, 68);
  margin-bottom: 15px;
  color: rgb(255, 255, 255);
  line-height: 1;
  text-align: left;
  
}

.addess-description p{
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(255, 255, 255);
}


.addess-map {
  padding-top: 70px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 70px;
}


li.address-section{

  margin-top: 20px;
  margin-bottom: 20px;

}
li.address-section .fa{

  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid rgb(248, 176, 0);
  border-radius: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
}



.single-widget li.address-section .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0px;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  padding-top: 0px;
  margin-top: 0px;
  color: rgb(248, 176, 0);
}


#map {
  width: 100%;
  height: 500px;
  background-color: grey;
}

.lineHeight{
  line-height: 30px;
}

