/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	overflow-x: hidden;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
	overflow-x: hidden;
}

body .vc_row:focus {
	outline: none;
}

body:not(.homepage) {
	/*padding-top: 78px;*/
}


/* clear */
.clear:before,
.clear:after {
	content:' ';
	display:table;
}

.clear:after {
	clear:both;
}
.clear {
	*zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}


a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

p {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: normal;
}

ul {
    padding: 0 15px;
    color: #000;
    font-weight: normal;
    font-size: 12px;
}

ul li {
	margin-bottom: 10px;
}

h2.custom-section-main-title {
	font-family: 'Dancing Script', cursive;
	font-size: 50px;
	font-weight: normal;
	color: #3a3a3c;
	margin: 0 0 30px;
	font-family: "Bebas Neue";
}

h3.custom-section-inside-title {
	font-family: "Bebas Neue";
	font-weight: normal;
	font-size: 30px;
	color: #000;
	margin: 0 0 10px;
}

.custom-button-shape,
.custom-button-shape-grid a,
.custom-button-shape a {
	border-radius: 50%!important;
    font-family: "Bebas Neue"!important;
    padding: 0 15px!important;
    color: #ffffff!important;
    border-color: #59a9de!important;
    background-color: #5ba9dd!important;
    line-height: initial!important;
    background-image: none!important;
    padding: 8px 15px!important;
    display: inline-block;
    font-size: 14px;
    width: 80px!important;
    height: 80px!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center;
    border: 3px solid #59a9de!important;
    word-wrap: break-word!important;
}

.project-wrapp .custom-button-shape,
.project-wrapp .custom-button-shape-grid a,
.project-wrapp .custom-button-shape a {
	background-color: transparent!important;
	color: #5ba9dd!important;
}

.project-wrapp .vc_visible-item:last-child .custom-button-shape-grid a {
    background: #5ba9dd!important;
	color: #fff!important;
}

.custom-button-shape {
	word-wrap: break-word!important;
	white-space: pre-line!important;
    text-align: center!important;
	font-size: 15px!important;
    color: white!important;
    background: #59a9dd!important;
}

.white, .white * {
	color: #fff;
}

/*------------------------------------*\
    GENERAL
\*------------------------------------*/

#dienstleistungen,
#leidenschaft,
#team,
#instagram,
#letzte,
#kontakt {

}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/*#crop {*/
/*overflow: hidden;*/

/*position: absolute;*/
/*left: 100px;*/
/*top: 100px;*/

/*width: 450px;*/
/*height: 150px;*/
/*}*/

/*#overlay {*/
/*-webkit-filter:blur(4px);*/
/*filter:blur(4px);*/

/*width: 450px;*/
/*}*/


/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	position: fixed;
	top: 0;
	background: transparent;
	right: 0;
	left: 0;
	display: block;
	z-index: 99999;
	overflow: hidden;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.header-wrapp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1280px;
	width: 95%;
	margin: 0 auto;
	position: relative;
	padding: 15px 0;
}

header.header:before {
	content: " ";
	width: 130%;
	height: 140px;
	display: block;
	position: absolute;
	z-index: -1;
	background: -webkit-linear-gradient(right, rgba(76,112,145,0), rgba(76,112,145,1));
	/*-webkit-filter: blur(75px);*/
	/*filter: blur(25px);*/
	top: -30px;
	left: -20px;
}

/* logo */


.logo-img {
	width: 170px;
}

.logo-img {

}
/* nav */
.nav a {
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

.nav ul {
	padding: 0;
	display: flex;
}

.nav li {
	list-style-type: none;
	margin-left: 20px;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
	color: #fff;
}

.footer p {

	margin: 0 0 12px;
}

.footer .logo-footer img {
	width: 170px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* Slider */

#slider-1-slide-1-layer-0 {
	font-family: "Bebas Neue"!important;
}

#rev_slider_1_1_wrapper:before,
.post-featured-img:before{
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.44);

}

#rev_slider_1_1_wrapper {
	-webkit-box-shadow: 0px -8px 11px 20px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -8px 11px 20px rgba(0,0,0,0.75);
	box-shadow: 0px -23px 15px 32px rgba(0,0,0,0.4);
}

.news-service-slider .carousel-indicators {
	bottom: -30px;
}

.news-service-slider .carousel-indicators li {
	border: 1px solid #616165;
}

.news-service-slider  .carousel-indicators .active {
	background-color: #616165;
	width: 9px;
	height: 9px;
}
.news-service-slider .carousel-indicators li {
	width: 9px;
	height: 9px;
	margin: 0 1px;
}



/* Section Dienstleistubgen */

.service-wrapp {
	padding: 0 80px;
}

.service-box > .vc_column-inner > .wpb_wrapper {
	padding: 0 30px!important;
}

/* Section Leidenschaft */

#dienstleistungen .custom-circle-image {
	margin-bottom: 10px;
}

.custom-circle-image .vc_figure > .vc_single_image-wrapper,
.custom-circle-image .vc_figure > .vc_single_image-wrapper img {
	border-radius: 0!important;
}

#leidenschaft .project-wrapp {
	margin-bottom: 60px;
}

.project-info-wrapp {
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 20px!important;
}

.project-info-wrapp .custom-button-shape-grid {
	margin-top: auto;
	margin-bottom: 0px;
}

.project-info-wrapp:before {
	content: " ";
	height: 100%;
	width: 100%;
	background: #fff;
	display: block;
	position: absolute;
	top: 0;
	transform: skewX(-20deg);
	left: -45px;
	z-index: -1;
}

.project-wrapp .vc_visible-item:last-child .project-info-wrapp:before {
    background: #756950;
}

.project-wrapp .vc_visible-item:last-child .project-info-wrapp h3 {
	color: #fff;
}

.project-wrapp-box {
	-webkit-box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.75);
}



.project-wrapp-box > .vc_gitem-zone-mini > .vc_gitem-row-position-middle {
	height: 100%;
}

.project-wrapp-right {
	position: relative;
	height: 100%;
}

.project-wrapp-right:before {
	content: " ";
	height: 100%;
	width: 26px;
	background: rgba(255, 255, 255, 0.7);
	display: block;
	position: absolute;
	top: 0;
	transform: skewX(-20deg);
	right: 190px;
	transition: all 1s;
	opacity: 0;
}

.project-wrapp-box:hover .project-wrapp-right:before {
	right: 120px;
	opacity: 1;
}


.project-wrapp-right:after {
	content: " ";
	height: 100%;
	width: 40px;
	background: rgba(255, 255, 255, 0.7);
	display: block;
	position: absolute;
	top: 0;
	transform: skewX(-20deg);
	right: 185px;
	transition: all 1s;
	opacity: 0;
}

.project-wrapp-box:hover .project-wrapp-right:after {
	right: 43px;
	opacity: 1;
}

.service-box-title h3 {
	font-family: "Bebas Neue";
	font-weight: normal;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	margin: 0;
}

.custom-request-button a {
	border-color: #6d7dba!important;
	background-color: #6d7dba!important;
	background-image: none!important;
	color: #fff!important;
	font-weight: 800;
}

.custom-request-button {
	display: none!important;
}

/* Team section */

.team-slider .carousel-slider-hero__cell__heading {
	display: none;
}

.team-slider h3 {
	font-family: "Bebas Neue";
	font-weight: 300;
	margin: 0 0 10px;
	color: #000;
}

.team-slider h4 {
	font-size: 11px;
	font-weight: 600;
	color: #8e8d8d;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.team-slider img {
	margin-bottom: 30px;
	height: 240px;
	object-fit: cover;
}

.team-slider p {
	margin: 0 0 10px;
	line-height: 1.7;
	font-weight: 400;
}

.team-slider i.fab {
	color: #585858;
	font-size: 17px;
}

.team-slider .owl-prev, .team-slider .owl-next {
	background: rgba(0, 0, 0, 0.4)!important;
	border-radius: 50%;
}

.team-slider .owl-prev:focus,
.team-slider .owl-next:focus,
.team-slider svg:focus {
	outline: none;
}

.team-slider svg {
	height: 35px!important;
	width: 18px!important;
}

.team-slider .carousel-slider-hero__cell__description {
	margin-bottom: 0!important;
}

.team-slider .owl-prev {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 40%;
	left: 0;
	display: block !important;
	border-radius: 50%!important;
}

.team-slider .owl-prev:before {
	content: " ";
	position: absolute;
	width: 12px;
	height: 12px;
	border: 1px solid #ffffff;
	transform: rotate(-45deg);
	left: 2px;
	border-right: none;
	border-bottom: none;
	top: calc(50% - 6px);
	left: calc(50% - 4px);
}

.team-slider .owl-next:before {
	content: " ";
	position: absolute;
	width: 12px;
	height: 12px;
	border: 1px solid #ffffff;
	border-right: none;
	border-bottom: none;
	top: calc(50% - 6px);
	left: calc(50% - 9px);
	transform: rotate(135deg);
}

.team-slider .owl-next {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 40%;
	right: 0;
	display: block !important;
	border-radius: 50%!important;
}

.team-slider .owl-prev span,
.team-slider .owl-next span {
	display: none;
}

.team-slider .carousel-slider-hero__cell__inner {
	padding: 30px;
}

.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}

/* Section Shop Design */

.news-service-slider ul.cards li {
	border-radius: 0;
	padding: 0;
	height: 100%;
}

.news-service-slider .card {
	box-shadow: none;
}

.news-service-slider li.card.card--out,
.news-service-slider li.card.card--next,
.news-service-slider li.card.card--current {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.news-service-slider .card {
	transform: translateY(20px) rotate(0deg) translateX(20px) scale(1);
	display: flex;
}

.news-service-slider .card--current {
	transform: initial;
}

.news-service-slider .card--next {
	transform: translateY(10px) rotate(0deg) translateX(10px) scale(1);
}

.news-service-slider .cards {
	margin: 0 auto;
	width: 100%;
	max-width: initial;
	height: 240px;
}

.news-service-slider .card-image {
	width: 50%;
}

.news-service-slider .card-content {
	width: 50%;
	padding: 35px;
	background: #fff;
	display: flex;
	flex-direction: column;
}

.news-service-slider .card-image a {
	height: 100%;
	background-position: center center;
	background-size: cover;
	display: block;
}

.news-service-slider .card-content p {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-service-slider h3 {
	font-family: "Bebas Neue";
	font-weight: 300;
	margin: 0 0 10px;
	color: #000;
	font-size: 18px;
	margin: 0 0;
}

.wrap-bottom-info .read-time {
	display: flex;
	justify-content: space-between;
}

.wrap-bottom-info .read-time a {
	font-family: "Bebas Neue";
	font-size: 12px;
	font-weight: 600;
}

.wrap-bottom-info .read-time p {
	margin: 0;
}

.wrap-bottom-info {
	margin-top: auto;
}

/* Contact page */

.qr-contact img {
	width: 200px;
}

span.ui-selectmenu-button-text.wpcf7-form-control.wpcf7-select {
	display: none;
}

.wpcf7 input, .wpcf7 select, .wpcf7 textarea{
	padding: 5px 0px;
	border: 2px solid #f38a81;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	background: none;
	-webkit-appearance: none;
	box-shadow: none !important;
	width: 100%;
	font-size: 14px;
}


.wpcf7 input::placeholder,
.wpcf7 select::placeholder,
.wpcf7 textarea::placeholder,
.wpcf7 select {
	color: #a9a9a9;
}

#select-17-button:after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #2f2f2f transparent transparent transparent;
	position: absolute;
	top: calc(50% - 4px);
	right: 0;
	pointer-events: none;
}

.footer-text p {
	font-size: 14px;
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
	outline: none;
	border-bottom: 2px solid #6d7dba;
}

.wpcf7 input.wpcf7-submit {
	width: initial;
}

.wpcf7 textarea {
	min-height: 100px;
	margin-bottom: 10px;
}

#wpcf7-f31-p36-o1 {
	padding-right: 40px;
}

.wpcf7 .wpcf7-form-control-wrap {
	width: 100%;
}

.wpcf7 i.fas {
	margin-right: 10px;
	font-size: 14px;
	color: #2f2f2f;
}

label {
	display: flex;
	align-items: center;
}

label.contact-message {
	align-items: initial;
}

label.contact-message .fas {
	padding-top: 5px;
}

.google-maps-wrapp {
	padding-left: 40px;
}

input[type=submit] {
    border-radius: 50%;
    font-family: "Bebas Neue";
    color: #ffffff;
    border-color: #59a9de;
    background-color: #5ba9dd;
    line-height: initial;
    background-image: none;
    padding: 8px 15px;
    font-size: 14px;
    width: 80px!important;
    height: 80px!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center;
    border: 3px solid #59a9de;
}

.form-select-dropdown .type-message {
	position: relative;
}

.form-select-dropdown .type-message:after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #2f2f2f transparent transparent transparent;
	right: 0;
	position: absolute;
	top: calc(50% - 4px);
	pointer-events: none;
}



/* Single post */

.post-featured-img {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.post-featured-img а,
.post-featured-img img {
	width: 100%;
}

.post-featured-img {
	height: 400px;
	object-fit: cover;
	margin-bottom: 20px;
}

.post-wrapp {
	padding: 0 20%;
}

.post-wrapp h3 {
	font-family: "Bebas Neue";
	color: #000;
	font-size: 35px;
	font-weight: normal;
	margin: 0 0 20px;
}

.post-wrapp {
	padding: 0 20%;
}

.post-wrapp p {
	font-weight: 400;
	line-height: 1.5;
	font-size: 14px;
	margin: 0 0 20px;
}

.post-header-titles h1 a {
	font-family: "Bebas Neue";
	color: #fff;
	font-size: 42px;
	font-weight: normal;
	text-align: center;
}

.post-header-titles {
	text-align: center;
	position: relative;
}

.post-carousel-slider .carousel-slider__post-content{
	display: flex;
	flex-direction: row;
}

.post-carousel-slider .carousel-slider__post-header {
	width: 50%;
}

.post-carousel-slider .carousel-slider__post-header a {
	height: 100%;
	border-radius: 0;
}

.post-carousel-slider .wrap-post-content {
	width: 50%;
	padding: 5px 18px;
	display: flex;
	flex-direction: column;
}

.post-carousel-slider {
	margin-bottom: 70px;
}

.post-carousel-slider .carousel-slider__post-category,
.post-carousel-slider .carousel-slider__post-author{
	display: none;
}

.post-carousel-slider .carousel-slider__post-meta {
	text-align: right!important;
	margin-top: auto!important;
	display: initial;
	margin: 0;
}

.post-carousel-slider .carousel-slider__post {
	border-radius: 0;
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.5);
}

.post-carousel-slider .carousel-slider__post {
	margin: 0;
	height: 100%;
}

.post-carousel-slider dot.active span,
.post-carousel-slider .owl-theme .owl-dots
.post-carousel-slider .owl-dot:hover span {
	background: #616165;
}

.post-carousel-slider .owl-theme .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	margin: 5px 2px;
	background: #fff;
	border: 1px solid #616165;
}

.post-carousel-slider .item {
	height: 100%;
}

.post-carousel-slider .publish-date p {
	font-size: 9px;
	color: #6d6969;
}

.post-carousel-slider .owl-theme .owl-dots .owl-dot.active span,
.post-carousel-slider .owl-theme .owl-dots .owl-dot:hover span {
	background: #616165;
}


.post-carousel-slider .owl-theme .owl-dots .owl-dot span {
	margin: 5px 2px;
}

.post-carousel-slider .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0)!important;
	transform: translate3d(0px, 0px, 0px)!important;
}

.title-similar-article {
	font-family: "Bebas Neue";
	font-size: 32px;
	font-weight: normal;
	margin: 0px 0 10px;
}

.post-next-prev-links .nextPost .postPreview {
	text-align: right;
}

.post-next-prev-links .previousPost .postPreview a {
	position: relative;
}

.post-next-prev-links .nextPost .postPreview a {
	padding-right: 20px;
	position: relative;
}

.post-next-prev-links .previousPost .postPreview a:before {
	content: " ";
	position: absolute;
	width: 12px;
	height: 12px;
	border: 3px solid #f38a81;
	transform: rotate(-45deg);
	left: 2px;
	border-right: none;
	border-bottom: none;
	top: calc(50% - 5px);
}

.post-next-prev-links .nextPost .postPreview a:after {
	content: " ";
	position: absolute;
	width: 12px;
	height: 12px;
	border: 3px solid #f38a81;
	transform: rotate(135deg);
	right: 2px;
	border-right: none;
	border-bottom: none;
	top: calc(50% - 5px);
}

.post-next-prev-links .previousPost a {
	padding-left: 20px;
}

.post-next-prev-links .qfPostNav {
	margin-bottom: 20px;
}

.qfPostNav a {
	font-family: "Bebas Neue";
	font-size: 14px;
	color: #f38a81;
}

.post-carousel-slider .carousel-slider .owl-stage-outer {
	/*padding-bottom: 0px;*/
	/*margin: 0 -10px;*/
}

.post-carousel-slider .owl-item {
	padding: 10px 0;
}

.post-carousel-slider .carousel-slider__post-title h2 {
	margin: 0;
	font-family: "Bebas Neue";
	font-weight: normal;
	color: #000;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.1;
}


.post-carousel-slider .carousel-slider__post-title {
	min-height: initial;
	margin: 0;
}

.post-carousel-slider .carousel-slider__post-excerpt {
	color: #000;
	font-weight: 400;
	margin: 0;
	margin-bottom: 14px;
	line-height: 1.4;
}

.post-carousel-slider #id-349 .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	border: 1px solid #616165;
	border-radius: 50%;
	margin: 4px 2px;
}

.post-carousel-slider .owl-dot {
	outline: none;
}

.post-carousel-slider .carousel-slider__post-publication-meta {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.post-carousel-slider .carousel-slider__post-publication-meta p {
	margin: 0;
}

.post-carousel-slider .read-time {
	font-weight: bold;
}


.post-carousel-slider #id-349 .owl-dots .owl-dot:focus {
	outline: none;
}

#crumbs * {
	font-family: "Bebas Neue";
	font-size: 14px;
	font-weight: 500;
	color: #f38a81;
}

#crumbs {
	margin-bottom: 20px;
}

#crumbs .current {
	color: #000;
}

.qf-post-meta {
	color: #fff;
	font-weight: 600;
	text-align: center;
	position: relative;
	z-index: 9999;
	display: flex;
}

.qf-post-meta > div {
	margin: 0 15px;
}

.qf-post-meta i {
	margin-right: 5px;
}

.qf-post-meta * {
	color: #fff;
}


/* Single service */

.post_excerpt {
	color: #fff;
	max-width: 550px;
	margin-bottom: 25px;
}

.post_excerpt p {
	color: #fff;
}

.type-services h2 {
	font-family: "Bebas Neue";
	color: #000;
	font-size: 35px;
	font-weight: normal;
	margin: 0 0 20px;
}

.type-services h3 {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 20px;
}

.wrapp-offer {
	display: flex;
}

.offer-icons {
	width: 40%;
}

.post-description {
	width: 60%;
}

.post-description p {
	margin: 0 0 20px;
}

.container-offer {
	margin-bottom: 30px;
}

.icon-section {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.icon-section p {
	font-size: 18px;
	margin: 0;
	color: #444444;
}

.icon-section i {
	color: #f38982;
	font-size: 20px;
	width: 20px;
	margin-right: 20px;
}

.modal-popup-form .wpcf7 input,
.modal-popup-form .wpcf7 select,
.modal-popup-form .wpcf7 textarea {
	color: #fff;
}

.wpcf7 .modal-popup-form i.fas {
	margin-right: 10px;
	font-size: 14px;
	color: #fff;
}

.modal-popup-form .form-select-dropdown .type-message:after {
	border-color: #fff transparent transparent transparent;
}

.wpcf7 .modal-popup-form input,
.wpcf7 .modal-popup-form  select,
.wpcf7 .modal-popup-form textarea {
	border-bottom: 1px solid #f38a81;
}

.wpcf7 .modal-popup-form textarea {
	border: 1px solid #f38a81;
	border-top: 1px solid #f38a81;
	border-left: 1px solid #f38a81;
	border-right: 1px solid #f38a81;
	padding-left: 5px;
}

.wrap-modal-data .modal-project-title {
	color: #fff;
	font-size: 25px;
	font-family: "Bebas Neue";
	font-weight: normal;
}


.services-button {
	text-align: center;
	margin-bottom: 30px;
}

.lightbox {
	margin-left: -8px;
	counter-reset: brick;
	flex-flow: row wrap;
	display: flex;
	width: 100%;
}

.lightbox-item {
	flex: auto;
	height: 120px;
	min-width: 150px;
	overflow: hidden;
	margin: 0 0 8px 8px;
	background-color: #333;
	color: white;
	position: relative;
}

.lightbox-item:nth-child(4n+1) {
	width: 150px;
}
.lightbox-item:nth-child(4n+2) {
	width: 225px;
}
.lightbox-item:nth-child(4n+3) {
	width: 80px;
}
.lightbox-item:nth-child(4n+4) {
	width: 280px;
}

.lightbox-content {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.fancybox-caption-container {
	position: fixed;
	background: #000000b8;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	z-index: 999999;

}

.fancybox-image {
	object-fit: cover;
}

.fancybox-caption-wrapper {
	width: 800px;
	height: 620px;
}

.fancybox-slide--image {
	padding: 0!important;
}

.fancybox-content {
	transform: translate(0px, 50px)!important;
}

.fancybox-caption-box {
	position: initial;
}

.fancybox-content {
	height: calc(100% - 160px)!important;
}

.fancybox-caption.fancybox-caption--separate {
	text-align: left!important;
	padding: 16px 25px 16px!important;
}

.refProjTitle {
	font-family: "Bebas Neue";
	color: #fff;
	font-size: 24px;
}

button.fancybox-button.fancybox-button--thumbs,
button.fancybox-button.fancybox-button--play,
button.fancybox-button.fancybox-button--zoom,
.fancybox-infobar {
	display: none!important;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/* Modal Content/Box */

#myModal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 999999; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	/*background-color: rgb(0,0,0); !* Fallback color *!*/
	/*background: rgba(255, 255, 255, 0.95); !* Black w/ opacity *!*/
}

.modal-content {
	background-color: rgba(0, 0, 0, 0.6);
	/*margin: 15% auto;*/
	padding: 20px;
	border: none;
	width: 100%;
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

/* The Close Button */
.close {
	color: #fff;
	float: right;
	font-size: 28px;
	font-weight: bold;
	right: 12px;
	position: absolute;
	padding: 6px;
	top: 12px;
	cursor: pointer;
}

span.close:before {
	content: " ";
	background: #fff;
	position: absolute;
	display: block;
	width: 15px;
	height: 3px;
	border-radius: 0;
	transform: rotate(45deg);
	left: 0;
}

span.close:after {
	content: " ";
	background: #fff;
	position: absolute;
	display: block;
	width: 15px;
	height: 3px;
	border-radius: 0;
	transform: rotate(-45deg);
	left: 0;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.modal-content p {
	white-space: pre-line;
}

.modal-content a {
	text-decoration: underline;
	color: #000;
}

.wrap-modal-data {
	max-width: 960px;
	background: #000;
	padding: 30px 60px;
	position: relative;
}

p.modal-project-title {
	font-weight: bold;
}

.modal-project-description {
	text-align: left;
}

/* Telephone icon */

.qf-cart {
	position: fixed;
	right: -142px;
	top: 100px;
	z-index: 999999;
    background: #59a9dd;
	padding: 8px 20px 8px 8px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	transition: 1s all;
}

.qf-cart:hover {
	right: -10px;
}

.qf-cart img {
	width: 25px;
	height: 25px;
	object-fit: contain;
	margin-right: 15px;
}

.qf-cart .cart-customlocation {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 14px;
}

/* Newsletter */

.newsletter-title {
	font-family: "Bebas Neue";
	font-size: 20px;
}

.nesletter-desc {
	font-size: 17px;
	font-weight: 300;
}

.newsletter-wrapp {
	padding-left: 40px;
	padding-top: 5%;
}

.newsletter-input {
	display: flex;
	align-items: center;
}

.newsletter-input .vc_btn3-container {
	margin-bottom: 0;
}
.newsletter-input .vc_btn3-container a {
	width: 140px;
}

.newsletter-input label {
	margin-right: 20px;
	width: 50%;
}

.newsletter-input input[type="text"] {
	padding: 12px;
	border: 0;
	font-size: 11px;
	font-style: italic;
	width: 100%;
}

.newsletter-input  span {
	width: 100%;
}


/* Modal Cookie */

#myModalCookie {
	display: block;
	bottom: 10px;
	background: #4c6f8f;
	position: fixed;
	right: 10px;
	left: 10px;
	z-index: 9999999;
	padding: 20px 30px;
	box-shadow: inset 0px 11px 8px -10px #CCC,;
	/* -webkit-box-shadow: 0px -6px 60px rgba(0,0,0,.3); */
	-moz-box-shadow: 0px -6px 60px rgba(0,0,0,.3);
	box-shadow: 0px -6px 60px rgba(0,0,0,0.3);
	border-radius: 6px;
}


#myModalCookie #closeIcon {
	position: absolute;
	padding: 20px;
	right: 0px;
	top: 0px;
	cursor: pointer;
	z-index: 1;
	opacity: 1;
}

#myModalCookie #closeIcon:before {
	content: " ";
	background: #fff;
	position: absolute;
	display: block;
	width: 25px;
	height: 2px;
	border-radius: 0;
	transform: rotate(45deg);
	left: 0;
}

#myModalCookie #closeIcon:after {
	content: " ";
	background: #fff;
	position: absolute;
	display: block;
	width: 25px;
	height: 2px;
	border-radius: 0;
	transform: rotate(-45deg);
	left: 0;
}

#myModalCookie .modal-container p {
	display: inline;
	font-size: 18px;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
	color: #fff;
}

#myModalCookie .modal-container * {
	display: inline;
	font-size: 18px;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}

#myModalCookie .modal-container h6 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
	display: block;
}

#myModalCookie .modal-container a {
	color: #fff;
	float: none;
	font-weight: normal;
	opacity: 1;
	text-shadow: none;
	display: inline;
}
#myModalClose:hover {
	border-bottom: 1px solid #fff;
}

#buttonMyModalClose {
	display: block!important;
	cursor: pointer;
	background-color: #a59278;
	background: #f38a82;
	color: #fff!important;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	border-radius: 0!important;
	padding: 12px 20px!important;
	font-size: 15px!important;
	border: none;
	font-weight: 600;
	border-radius: 6px!important;
	margin-top: 15px!important;
}



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*@font-face {*/
/*font-family:'Bebas Neue';*/
/*src:url('fonts/Bebas Neue.woff') format('woff'),*/
/*url('fonts/Bebas Neue.ttf') format('truetype');*/
/*font-weight:normal;*/
/*font-style:normal;*/
/*}*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/




@media only screen and (max-width:1114px) {
	.service-box-title h3 {
		font-size: 25px;
		line-height: 1;
	}
}

@media only screen and (max-width:1024px) {

}

@media only screen and (max-width:845px) {
	.service-box > .vc_column-inner > .wpb_wrapper {
		padding: initial!important;
	}

	.wrap-bottom-info .read-time {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.news-service-slider .card-content {
		padding: 15px;
	}

	.nav a {
		font-size: 11px;
	}

	.project-info-wrapp {
		padding: 10px!important;
	}

	.custom-button-shape, .custom-button-shape-grid a, .custom-button-shape a {
		font-size: 12px!important;
	}

	.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
		font-size: 12px;
	}

	.custom-request-button a {
		padding: 10px!important;
		font-size: 10px!important;
	}
}


@media only screen and (max-width:768px) {
	h2.custom-section-main-title {
		font-size: 40px;
	}

	h3.custom-section-inside-title {
		font-size: 24px;
	}

	.service-box-title h3 {
		font-size: 20px;
		line-height: 1;
	}

	.type-services h2 {
		font-size: 24px;
	}

	.icon-section p {
		font-size: 14px;
	}
}

@media only screen and (max-width:767px) {
	.project-info-wrapp:before {
		content: " ";
		height: 100%;
		width: 50%;
	}

	.news-service-slider {
		padding-right: 20px;
	}

	#wpcf7-f31-p36-o1 {
		padding-right: initial;
	}

	.google-maps-wrapp {
		padding-left: initial;
	}

	.responsive-menu-open button#responsive-menu-button,
	button#responsive-menu-button {
		background: transparent!important;
	}

	#responsive-menu-container {
		z-index: 99999!important;
		padding-top: 15px!important;
	}

	#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
		font-size: 18px!important;
		font-family: "Bebas Neue"!important;
		font-weight: normal!important;
	}
	.newsletter-wrapp {
		padding-left: initial;
		padding-top: initial;
	}

	.team-slider img {
	    height: 170px;
	}
}



@media only screen and (max-width:480px) {

}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
.custom-button-shape-grid a:hover,
input[type=submit]:hover {
	background: #6bcbff !important;
	border-color: #6bcbff !important;
}
.custom-button-shape-grid a,
input[type=submit] {
	transition: all .15s ease !important;
}