/* cmsms stylesheet: buddy011_v1.1-main modified: Freitag, 28. April 2023 13:23:22 */
@charset "utf-8";
/* ----------------------------------------------
	Main CSS Document
------------------------------------------------- */

/* DEFINE MAIN COLOR HERE
================================================== */
/* Primary color variable */
/* Common 
================================================== */

/* Webfont: Roboto-Regular */
@font-face {
	font-family: 'Roboto-Regular';
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	src: url("https://abfluss.team/uploads/designs/tpl-buddy-011_v1.1/fonts/Roboto/Roboto-Regular.ttf");
}

/* Webfont: Raleway-Regular */
@font-face {
	font-family: 'Raleway-Regular';
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	src: url("https://abfluss.team/uploads/designs/tpl-buddy-011_v1.1/fonts/Roboto/Raleway-Regular.ttf");
}

span.accesskey {
	text-decoration: none;
}

.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}

dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}

body {
	font-size: 15px;
	font-weight: 400;
	line-height: 160%;
	font-family: 'Raleway-Regular', Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	/* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
legend {
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	line-height: 130%;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 38px;
	margin: 20px 0 20px 0;
}

h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 28px;
}

h3.big {
	font-size: 36px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

p {
	margin: 0 0 20px;
	hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	text-align: justify;
	text-justify: inter-word;
}

a {
	color: #b70000;
}

a:hover,
a:focus {
	color: #b70000;
}

b,
strong {
	font-weight: 700;
}

dl,
dt,
dd,
ol,
ul,
li {
	margin: 0;
	padding: 0;
}

pre {
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

::selection {
	background: #b70000;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #b70000;
	/* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #b70000;
	/* Safari */
	color: #FFF;
	text-shadow: none;
}

:active,
:focus {
	outline: none !important;
}

img {
	max-width: 100%;
}

.error_message,
.error {
	color: red;
}

.textCenter {
	text-align: center;
}

.boxFeature {
	margin-bottom: 30px;
}

.noScroll {
	overflow: hidden;
}

.overflow-x-auto {
	overflow-x: auto !important;
}

/* Layout, custom
================================================== */
.wrapper {
	margin: 88px 0 0;
}

header {
	border-top: 2px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 88px;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	-ms-transition: height 0.2s;
	-o-transition: height 0.2s;
	transition: height 0.2s;
}

header nav {
	margin-right: 30px;
	float: right;
}

header .mobile-nav-trigger,
.mobile-nav {
	display: none;
}

section {
	padding: 60px 0;
}

section.grey {
	background-color: #f6f6f6;
}

section.mobile-navigation {
	display: none;
}

section.parallax_block {
	padding: 20px 0;
}

section.parallax_block+section.grey {
	margin-top: -20px;
}

/* Footer
================================================== */
footer {
	background-color: #E9E9E9;
	line-height: 1.8;
	font-size: 14px;
}

.footer-big {
	padding: 40px 0;
}

.footer-small {
	padding: 40px 0;
	background-color: #DCDCDC;
}

.footer-big .NewsSummary {
	margin-bottom: 0;
}

.footer-big .NewsSummary+.NewsSummary {
	margin-top: 20px;
}

.footer-big .NewsSummary a {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	display: block;
}

.footer-big .NewsSummaryPostdate {
	color: #777;
	font-style: italic;
}

.footer-big .portfolio-gallery {
	border: none;
}

.footer-big .portfolio-gallery .img {
	margin-bottom: 30px;
}

.footer-big .portfolio-gallery .img .image-overlay .overlay-icon {
	width: 40px;
	height: 40px;
}

.footer-big .portfolio-gallery .img .image-overlay .overlay-icon i {
	margin: 10px 0 0 11px;
	font-size: 18px;
}

.footer-big .portfolio-gallery .img:hover .image-overlay .overlay-icon {
	opacity: 0.85;
	margin: 30px auto 0;
}

.footer-big .parentlink a {
	color: #b70000;
}

.footer-big .img a,
.footer-big .img a:hover {
	border: none;
}

.mainContent {
	padding: 60px 0 80px 0;
}

.mainTitle {
	padding: 60px 0 0;
}

/* Home page custom */
h2.homeTitle {
	text-align: center;
	position: relative;
	margin: 20px 0 40px 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 44px;
}

.blog h2.homeTitle {
	text-align: left;
	margin: 0 0 70px 0;
}

.blog h2.homeTitle:after {
	left: 4px;
	margin-left: 0;
}

h3.homeTitle {
	position: relative;
	text-align: center;
	margin-bottom: 70px;
	text-transform: uppercase;
}

h2.homeTitle:after,
h3.homeTitle:after {
	display: block;
	height: 1px;
	width: 100px;
	content: '';
	bottom: -30px;
	position: absolute;
	margin-left: -50px;
	left: 50%;
	background-color: #b70000;
}

.morePadding {
	padding-bottom: 40px;
}

.logo a {
	display: block;
	float: left;
	margin: 16px 0 0;
	border: none;
	line-height: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

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

.logo a img {
	max-width: 220px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.logo h1 {
	margin: 0;
	padding: 0;
}

.totoplink a {
	display: block;
	display: none;
	z-index: 999;
	opacity: 1;
	position: fixed;
	right: 20px;
	bottom: 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 40px;
	height: 40px;
	background: #b70000 url(https://abfluss.team/uploads/designs/tpl-buddy-011_v1.1/to-top.svg) no-repeat center center;
	text-indent: -9999px;
}

.totoplink a:hover {
	opacity: .95;
}

.breadcrumbs {
	font-size: 12px;
	background-color: #e9e9e9;
	padding: 20px 0;
}

.breadcrumbs-item {
	margin-bottom: 0;
	background-color: transparent;
	padding: 8px 10px;
}

.parallax {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0;
	background-size: cover;
	min-height: 200px;
	padding: 60px 0;
	position: relative;
	color: #FFF;
	text-align: center;
}

.parallax h3 {
	font-size: 44px;
	text-transform: uppercase;
	margin: 30px 0;
	letter-spacing: 0.1em;
}

.parallaxMask {
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	overflow: hidden;
	position: absolute;
	background: rgba(0, 0, 0, 0.55);
	padding: 60px 0;
}

.featureBlock {
	text-align: center;
	padding: 60px 0 40px 0;
}

.featureIcon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #e2e2e2;
	text-align: center;
	margin-bottom: 25px;
}

.featureIcon i {
	font-size: 32px;
	color: #b70000;
	margin-top: 20px;
}

.featureBlock.inverse .featureIcon {
	background-color: #b70000;
}

.featureBlock.inverse .featureIcon i {
	color: #fff;
}

.featureContent h3 {
	margin: 5px 0 60px 0;
	text-transform: uppercase;
	position: relative;
}

/* Services 
================================================== */
.services-home h4 {
	margin: 0 0 10px 0;
}

.iconBig {
	font-size: 64px;
	color: #b70000;
}

/* Social icons
================================================== */
.social-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	float: right;
	padding: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 5px;
	text-align: center;
	color: #999;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.social-icon:hover {
	background-color: #b70000;
	color: white;
	text-decoration: none;
}

.social-icon i {
	font-size: 14px;
}

/* Search
================================================== */
.search-wrapper {
	position: absolute;
	top: 0;
	right: 0;
}

.search-trigger {
	position: relative;
	display: block;
	width: 86px;
	height: 86px;
	border-left: 1px solid #efefef;
	color: #ccc;
	text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.search-trigger i {
	font-size: 22px;
	margin-top: 30px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.search-input {
	box-sizing: border-box;
	display: block;
	font-size: 70px;
	font-weight: 400;
	line-height: 90px;
	padding: 0 20px;
	text-align: center;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
	background-color: #FFF;
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	-ms-transition: height 0.2s;
	-o-transition: height 0.2s;
	transition: height 0.2s;
}

.show-search .search-input {
	height: 140px;
	border-bottom: 1px solid #eee;
	visibility: visible;
}

.search-input input {
	background: none;
	vertical-align: middle;
	margin: 0 5px 0 0;
	padding: 20px 0 20px 0;
	border: 0;
	color: #000;
	width: 100%;
	text-align: center;
	line-height: 1.1em;
}

.search-input input:focus {
	outline: none;
	border: none;
}

.search-input input::-webkit-input-placeholder {
	color: #eee;
	line-height: 1.3em;
}

.search-input input:-moz-placeholder {
	/* Firefox 18- */
	color: #eee;
}

.search-input input::-moz-placeholder {
	/* Firefox 19+ */
	color: #eee;
}

.search-input input:-ms-input-placeholder {
	color: #eee;
}

/* News
================================================== */
.NewsSummary {
	margin-bottom: 30px;
}

.NewsSummaryLink h4 {
	font-size: 24px;
	line-height: 120%;
	font-weight: 600;
}

.NewsSummaryLink a {
	color: #333;
}

.NewsSummaryLink a:hover {
	text-decoration: none;
	color: #b70000;
}

.NewsSummaryPostdate,
.NewsSummaryCategory,
.NewsSummaryAuthor,
.NewsPostDetailDate,
.NewsPostDetailCategory,
.NewsPostDetailAuthor {
	font-size: 14px;
	color: #aaa;
	display: inline-block;
	margin-right: 14px;
}

.NewsSummarySummary p,
.NewsPostDetailSummary p {
	margin: 10px 0 15px 0;
}

.NewsSummaryMorelink a {
	font-weight: 600;
}

h3+.NewsSummary {
	margin-top: 20px;
}

.NewsPostDetailSummary {
	font-weight: 600;
}

.NewsSummaryField,
.NewsDetailField {
	margin-bottom: 30px;
}

h3.NewsPostDetailTitle {
	font-size: 30px;
	font-weight: 400;
	padding-bottom: 12px;
	line-height: 110%;
	margin-bottom: 0;
}

#NewsPostDetailHorizRule {
	margin: 0 0 10px;
}

.NewsDetailInfo {
	margin-bottom: 20px;
}

/* CGBlog 
================================================== */
.CGBlogSummaryLink h4 {
	font-size: 20px;
	margin: 10px 0;
}

.CGBlogSummaryLink h4 a {
	color: #333;
	font-weight: 400;
}

.CGBlogSummaryLink h4 a:hover {
	text-decoration: none;
	border-bottom: 2px solid #333;
}

.CGBlogSummaryField {
	position: relative;
	text-align: center;
}

.CGBlogSummaryField img {
	width: 100%;
}

.CGBlogSummaryField .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 0;
	overflow: hidden;
}

.CGBlogSummaryField:hover .image-overlay {
	opacity: 1;
	background-color: rgba(0, 0, 0, .6);
}

.CGBlogSummaryField .image-overlay .overlay-icon {
	width: 70px;
	height: 70px;
	display: block;
	border-radius: 50%;
	margin: -70px auto 0;
	opacity: 0;
	background-color: #b70000;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.CGBlogSummaryField:hover .image-overlay .overlay-icon {
	opacity: 0.85;
	margin: 70px auto 0;
}

.CGBlogSummaryField .image-overlay .overlay-icon i {
	font-size: 32px;
	color: white;
	margin: 20px 0 0 2px;
}

.CGBlogSummaryInfo {
	width: 100%;
	padding: 10px 0 0;
	overflow: hidden;
}

.CGBlogSummaryPostdate,
.CGBlogSummaryCategory,
.CGBlogSummaryAuthor {
	font-size: 12px;
	color: #aaa;
	display: inline-block;
	margin-right: 6px;
}

/* CGBlog main blog page */
.blog .CGBlogSummaryField:hover .image-overlay .overlay-icon {
	margin: 100px auto 0;
}

.blog .CGBlogSummary {
	margin-bottom: 40px;
	border-bottom: 1px solid #aaa;
}

.blog .CGBlogSummarySummary {
	margin: 20px 0 30px 0;
}

.blog .CGBlogSummarySummary p:last-child {
	margin-bottom: 0;
}

.blog .CGBlogSummaryLink h4 {
	font-size: 30px;
	margin: 0 0 10px 0;
	line-height: 110%;
}

.blog .CGBlogSummaryInfo {
	padding: 0;
}

.blog .CGBlogSummaryInfo+.CGBlogSummaryField {
	margin-top: 30px;
}

.blog section.mainContent {
	padding: 40px 0;
}

.browsecat {
	margin-bottom: 30px;
}

.browsecat ul {
	list-style-type: none;
	margin: 0;
	padding-left: 20px;
	line-height: 200%;
}

.browsecat>ul {
	margin: 0;
	padding: 0;
}

.browsecat ul li {
	padding: 0;
}

.browsecat h4 {
	font-size: 18px;
}

/* Blog detail page */
.blog h3.CGBlogPostDetailTitle {
	font-size: 36px;
	font-weight: 400;
	border-bottom: 1px solid #aaa;
	padding-bottom: 12px;
	line-height: 110%;
	margin-bottom: 30px;
}

.blog .CGBlogPostDetailSummary {
	margin-bottom: 30px;
	font-weight: 600;
}

.blog .CGBlogPostDetailSummary p:last-child {
	margin-bottom: 0;
}

.blog .CGBlogDetailInfo {
	margin: 20px 0 10px 0;
	overflow: hidden;
}

.blog .CGBlogDetailField {
	margin-bottom: 30px;
}

.blog .CGBlogPostDetailContent {
	margin-bottom: 30px;
}

.blog .CGBlogPostDetailContent h3 {
	margin-bottom: 10px;
}

.blog .prevblogarticle {
	float: left;
}

.blog .nextblogarticle {
	float: right;
}

.blog-pagination {
	display: flex;
	justify-content: space-between;
	padding: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

.blog-pagination span {
	width: 32px;
	height: 32px;
}

.blog-pagination .fas {
	font-size: 24px;
}

.blog-pagination span a,
.blog-pagination span.first-nolink,
.blog-pagination span.prev-nolink,
.blog-pagination span.next-nolink,
.blog-pagination span.last-nolink {
	color: #fff;
	position: relative;
	width: 30px;
	height: 30px;
	display: inline-block;
}

.blog-pagination .left {
	float: left;
}

.blog-pagination .right {
	float: right;
}

.blog-pagination span a:hover {
	color: #fff;
}

.blog-pagination span a:before,
.blog-pagination span.first-nolink:before,
.blog-pagination span.prev-nolink:before,
.blog-pagination span.next-nolink:before,
.blog-pagination span.last-nolink:before {
	position: absolute;
	top: 0px;
	left: 6px;
	font-family: "Font Awesome 5 Free";
	font-size: 24px;
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	color: #ddd;
}

.blog-pagination span a:before {
	color: #666;
}

.blog-pagination span a:hover:before {
	color: #b70000;
}

.blog-pagination span.prev a:before,
.blog-pagination span.prev-nolink:before {
	content: "\f104";
}

.blog-pagination span.first a:before,
.blog-pagination span.first-nolink:before {
	content: "\f100";
}

.blog-pagination span.next a:before,
.blog-pagination span.next-nolink:before {
	content: "\f105";
}

.blog-pagination span.last a:before,
.blog-pagination span.last-nolink:before {
	content: "\f101";
}

/*
 * jQuery Superfish Menu Plugin
 * Copyright (c) 2013 Joel Birch
 *
 * Dual licensed under the MIT and GPL licenses:
 *	http://www.opensource.org/licenses/mit-license.php
 *	http://www.gnu.org/licenses/gpl.html
 ------------------------------------------------- */

/*** ESSENTIAL STYLES ***/
.sf-menu,
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu li {
	position: relative;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	max-width: 220px;
}

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

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

.sf-menu a {
	display: block;
	position: relative;
}

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

/*** DEMO SKIN ***/
.sf-menu {
	margin-top: -2px;
}

.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
	min-width: 12em;
	/* allow long menu items to determine submenu width */
	*width: 12em;
	/* no auto sub width for IE7, see white-space comment below */
}

.sf-menu a {
	padding: 10px 14px;
	text-decoration: none;
	zoom: 1;
	/* IE7 */
	color: #333;
	font-size: 13px;
}

.sf-menu a:hover {
	color: #b70000;
}

.sf-menu a.menuactive {
	color: #b70000;
}

.sf-menu li {
	*white-space: normal;
	/* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}

.sf-menu>li>a {
	font-size: 14px;
	padding: 31px 18px;
	border-top: 2px solid transparent;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.smaller .sf-menu>li>a {
	padding: 18px 18px;
}

.sf-menu>li>a.menuactive {
	border-top: 2px solid #b70000;
}

.sf-menu ul li {
	background-color: white;
	border-top: 1px solid #e6e6e6;
}

.sf-menu ul li:first-child {
	border-top: none;
}

.sf-menu ul ul li {
	background-color: white;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

.sf-menu li.sectionheader>a {
	cursor: default;
}

.sf-menu li.sectionheader>a:hover {
	color: inherit;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.2em !important;
	*padding-right: 1em;
	/* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #999;
	/* edit this to suit design (no rgba in IE8) */
}

.sf-arrows>li>.sf-with-ul:focus:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>.sfHover>.sf-with-ul:after {
	border-top-color: #999;
	/* IE8 fallback colour */
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #999;
}

.sf-arrows ul li>.sf-with-ul:focus:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul .sfHover>.sf-with-ul:after {
	border-left-color: #999;
}

a.menuparent:hover {
	cursor: pointer;
	color: #b70000 !important;
}

@media screen and (max-width: 1280px) {
	.sf-menu>li:last-child ul ul {
		left: -100%;
	}
}

/* Footer navigation
================================================== */
.footerNav {
	list-style: none;
}

.footerNav a {
	border: none;
	color: #b70000;
}

.footerNav .fa {
	color: #b70000;
}

.footerNav a:hover {
	border: none;
}

.footerNav .activeparent,
.footerNav .currentpage,
.footerNav .activeparent .fa,
.footerNav .currentpage .fa {
	color: #000 !important;
}

.footerNav .sectionheader,
.footerNav .sectionheader .fa {
	color: #999;
}

.footerNav li .fa {
	margin-right: 10px;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
	padding: 0 15px 10px 15px;
	text-align: center;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
	cursor: url(https://abfluss.team/uploads/designs/tpl-buddy-011_v1.1/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(https://abfluss.team/uploads/designs/tpl-buddy-011_v1.1/AjaxLoader.gif) no-repeat center center;
}

.customNavigation {
	text-align: right;
	margin-bottom: 10px;
	margin-right: 15px;
}

.customNavigation a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.customNavigation a.btn {
	background-color: #eee;
	border-radius: 2px;
	color: #666;
}

.customNavigation a.btn:hover {
	background-color: #666;
	color: white;
}

.customNavigation a.btn.next {
	padding: 6px 11px 6px 13px;
}

.owl-item .img {
	background-color: #000;
	position: relative;
}

.owl-item .img .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 0;
	overflow: hidden;
}

.owl-item .img:hover .image-overlay {
	opacity: 1;
	background-color: rgba(0, 0, 0, .6);
}

.owl-item .img .image-overlay h4 {
	color: white;
	position: absolute;
	bottom: -40px;
	left: 20px;
	right: 20px;
	text-align: center;
	font-size: 18px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.owl-item .img:hover .image-overlay h4 {
	bottom: 20px;
}

.owl-item .img .image-overlay .overlay-icon {
	width: 70px;
	height: 70px;
	display: block;
	border-radius: 50%;
	margin: -70px auto 0;
	opacity: 0;
	background-color: #b70000;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.owl-item .img:hover .image-overlay .overlay-icon {
	opacity: 0.85;
	margin: 60px auto 0;
}

.owl-item .img .image-overlay .overlay-icon i {
	font-size: 28px;
	color: white;
	margin: 20px 0 0 2px;
}

/* Gallery magnific popup custom styles 
================================================== */
.portfolio-gallery {
	display: flex;
	flex-wrap: wrap;
}

.portfolio-gallery .img {
	background-color: #000;
	position: relative;
	margin-bottom: 30px;
}

.portfolio-gallery .img .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 0;
	overflow: hidden;
}

.portfolio-gallery .img:hover .image-overlay {
	opacity: 1;
	background-color: rgba(0, 0, 0, .6);
}

.portfolio-gallery .img .image-overlay h4 {
	color: white;
	position: absolute;
	bottom: -40px;
	left: 20px;
	right: 20px;
	text-align: center;
	font-size: 18px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.portfolio-gallery .img:hover .image-overlay h4 {
	bottom: 20px;
}

.portfolio-gallery .img .image-overlay .overlay-icon {
	width: 70px;
	height: 70px;
	display: block;
	border-radius: 50%;
	margin: -70px auto 0;
	opacity: 0;
	background-color: #b70000;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.portfolio-gallery .img:hover .image-overlay .overlay-icon {
	opacity: 0.85;
	margin: 50px auto 0;
}

.portfolio-gallery .img .image-overlay .overlay-icon i {
	font-size: 28px;
	color: white;
	margin: 20px 0 0 22px;
}

.parentlink .fas {
	color: #b70000;
	margin-right: 6px;
}

.pagenavigation {
	margin-top: 20px;
}

.pagenavigation span {
	display: inline-block;
}

.pagelinks {
	margin: 0 10px;
}

.pagelinks>* {
	display: inline-block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.pagelinks em {
	font-style: normal;
}

.pagelinks a:hover {
	text-decoration: none;
	background-color: #e9e9e9;
}

.grid-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-gap: 0;
	margin: 40px auto;
	max-width: 1200px;
	margin: 40px auto;
}

.grid-list__item {
	position: relative;
	z-index: 1;
}

/*
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
================================================== */
.slider {
	position: relative;
	margin: 0;
	padding: 0;
	-webkit-transition: all .3s ease;
	-ms-transition: all 0.3s;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.slider .error_message {
	margin-top: 150px;
	text-align: center;
}

.swiper-container {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.swiper-slide {
	text-align: center;
	font-size: 24px;
	background: #f2f2f2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.swiper-slide .col-sm-12 {
	min-height: 0;
}

.slider-caption {
	background: #333;
	background: rgba(40, 40, 40, 0.5);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	font-size: 13px;
	line-height: 18px;
	padding: 30px;
	text-align: left;
	width: 390px;
	margin: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.slider-caption.right {
	margin-left: auto;
}

.slider-caption.left {
	margin-right: auto;
}

.slider-caption.center {
	margin: 0 auto;
}

.slider-caption h2 {
	margin: 0 0 10px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 32px;
}

.slider-caption .btn-primary {
	background-color: #b70000;
	border: none;
	border-radius: 2px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

.slider-caption .btn-primary:hover {
	opacity: 0.9;
}

.swiper-next,
.swiper-prev {
	position: absolute;
	top: 50%;
	left: 0;
	cursor: pointer;
	z-index: 10;
	margin-top: -26px;
	background-color: rgba(0, 0, 0, 0.15);
	width: 52px;
	height: 52px;
	border: 0;
	border-radius: 0 3px 3px 0;
	-webkit-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}

.swiper-next {
	left: auto;
	right: 0;
	border-radius: 3px 0 0 3px;
}

.swiper-next:hover,
.swiper-prev:hover {
	background-color: rgba(0, 0, 0, 0.45);
}

.swiper-next i,
.swiper-prev i {
	line-height: 50px;
	width: 34px;
	height: 52px;
	color: #DDD;
	color: rgba(255, 255, 255, 0.6);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	font-size: 34px;
	text-align: center;
	margin-left: 7px;
	-webkit-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}

.swiper-next:hover i,
.swiper-prev:hover i {
	color: #F6F6F6;
	color: rgba(255, 255, 255, .95);
}

.swiper-next i {
	margin-left: 12px;
}

/* Portfolio detail swiper gallery */
.swiper-detail-container {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.gallery-top .swiper-slide {
	background-size: cover;
	background-position: center;
}

.gallery-top {
	height: 500px;
	width: 100%;
}

.gallery-thumbs {
	height: 140px;
	box-sizing: border-box;
	padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

/* Team 
================================================== */
.team-member {
	position: relative;
	transition: all ease-in 0.2s;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	padding: 30px;
}

.team-member:after {
	content: "";
	position: absolute;
	z-index: 4;
	transition: all ease-in-out 0.2s;
	height: 58px;
	width: 58px;
	top: 40px;
	left: 0;
	opacity: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 24px;
	line-height: 58px;
	content: "\f067";
	color: #b70000;
	background-color: white;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}

.team-member:hover {
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
	cursor: pointer;
	z-index: 2;
}

.team-member:hover .team-member__name {
	color: #b70000;
}

.team-member:hover .member-image--hover {
	opacity: 1;
}

.team-member:hover:after {
	left: 40px;
	opacity: 1;
}

.team-member__click {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 6;
}

.team-member__image {
	position: relative;
	width: 100%;
	transition: all ease-in 0.2s;
	overflow: hidden;
	border-radius: 50%;
}

.team-member__image img {
	width: 100%;
	height: auto;
	display: block;
	transition: all ease-in 0.2s;
}

.team-member__image img.member-image--main {
	z-index: 1;
}

.team-member__image img.member-image--hover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
}

.team-member__description {
	background-color: #fff;
	text-align: center;
	padding: 10px 0 10px;
}

.team-member__name {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 0;
}

.team-member__title {
	display: inline-block;
	padding-top: 8px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 15px;
	opacity: 0.6;
}

.team-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	transition: opacity ease-in-out 0.2s;
	z-index: 1001;
}

.team-modal:target {
	pointer-events: all;
	opacity: 1;
}

.team-modal.open {
	pointer-events: all;
	padding-right: 17px;
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 1;
}

.team-modal:hover {
	cursor: pointer;
}

.team-modal__backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: opacity ease-in-out 0.2s;
	background-color: white;
	opacity: .7;
	z-index: 1000;
	pointer-events: all;
	display: none;
}

.team-modal__inner {
	position: absolute;
	display: flex;
	flex-direction: row;
	width: 90%;
	max-width: 900px;
	max-height: 560px;
	height: 92vh;
	align-content: stretch;
	line-height: 1.8;
	top: 50%;
	left: 50%;
	cursor: default;
	transform: translateX(-50%) translateY(-50%);
	box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.25);
	background: white;
}

.team-modal__image {
	width: 50%;
	text-align: center;
	background: #f2f2f2;
	margin: 0;
	overflow: hidden;
}

.team-modal__image img {
	height: auto;
	object-fit: initial;
}

.team-modal__text-content {
	width: 50%;
	padding: 40px;
	display: flex;
	flex-direction: column;
}

.team-modal__text-content .team-modal__header {
	flex-grow: 0;
	flex-shrink: 0;
	margin-bottom: 16px;
}

.team-modal__text-content .team-modal_body-text {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 160%;
	flex-grow: 1;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 10px;
}

.team-modal__text-content .team-modal_body-text p {
	margin-bottom: 16px;
}

.team-modal__text-content .team-modal__name {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-transform: none;
	line-height: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: 700;
}

.team-modal__text-content .team-modal_title {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;
	opacity: 0.6;
	margin: 0 0 10px 0;
}

.team-modal__text-content .team-modal_lang {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	opacity: 0.6;
	margin: 0;
}

.team-modal__close {
	position: absolute;
	text-decoration: none;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	z-index: 2;
	top: 16px;
	right: 16px;
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.6;
	transition: opacity ease-in-out 0.2s;
}

.team-modal__close .icon__close {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url(https://abfluss.team/uploads/designs/tpl-buddy-011_v1.1/icon__close.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: 0.4;
}

.team-modal__close:hover {
	opacity: 0.8;
}

.team-modal__close:hover .icon__close {
	opacity: 0.6;
}

.team-modal__close:active {
	opacity: 1;
}

.team-modal__close:active .icon__close {
	opacity: 0.8;
}

.team-modal__close-overlay {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.7;
	cursor: pointer;
	transition: opacity ease-in-out 0.2s;
}

.team-modal__close-overlay:hover {
	opacity: 0.6;
}

/* Services
================================================== */
.services {
	max-width: 880px;
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}

.services__item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-bottom: 100px;
}

.services__item:nth-child(even) {
	flex-direction: row-reverse;
}

.services__item:last-child {
	margin-bottom: 60px;
}

.services__media {
	width: 200px;
	margin: 0 auto;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-height: 140px;
	border-radius: 20px;
	margin-top: 12px;
}

.services__icon {
	width: 158px;
	height: 158px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 25px;
	border: 2px solid #b70000;
	padding: 6px;
}

.services__icon i.fa {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 72px;
	line-height: 142px;
	color: white;
	border-radius: 50%;
	background-color: #b70000;
	background-image: url(https://abfluss.team/uploads/designs/tpl-buddy-011_v1.1/iconbg.svg);
	background-position: center center;
	background-size: 100% 100%;
}

.services__item-content {
	padding: 0 40px;
}

.services__item-content h3 {
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: left;
}

.services__item-content p {
	margin-bottom: 20px;
}

.services__item-label {
	font-weight: 600;
}

.services__item ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

.services__item li {
	margin-bottom: 6px;
	position: relative;
	padding-left: 20px;
}

.services__item li::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 6px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	border: 3px solid #b70000;
}

/* FAQs - Toggle - Tabs - Portfolio
================================================== */

/* FAQs */
.faqs .toggle {
	border-bottom: 1px solid #EEE;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.faqs .toggle .toggle__tab,
.faqs .toggle .toggle__tab--active,
.faqs .toggle .toggle__content {
	font-size: 15px;
}

.faqs .toggle .toggle__tab i {
	top: 1px;
	font-size: 14px;
}

.faqs .toggle .toggle__content {
	padding-bottom: 4px;
}

/* Toggle */
.toggle {
	display: block;
	position: relative;
	margin: 0 0 20px 0;
}

.toggle .toggle__tab,
.toggle .toggle__tab--active {
	display: block;
	position: relative;
	line-height: 24px;
	padding: 0 0 0 24px;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	color: #444;
	cursor: pointer;
}

.toggle .toggle__tab i {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}

.toggle .toggle__tab {
	font-weight: 600;
}

.toggle .toggle__tab.no-icon {
	padding: 0;
}

.toggle .toggle__tab i.toggle--open,
.toggle .toggle__tab--active i.toggle--closed {
	display: none;
}

.toggle .toggle__tab--active i.toggle--open {
	display: block;
}

.toggle .toggle__content {
	display: block;
	position: relative;
	padding: 10px 0 0 24px;
}

.toggle .toggle__content p {
	margin-bottom: 10px;
}

/* Tabs */
.tabs-filter {
	position: relative;
	margin: 0 0 20px 0;
	list-style: none;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}

.tabs-filter li a {
	display: block;
	position: relative;
	padding: 12px 18px;
	font-size: 13px;
	line-height: 15px;
	color: #666;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.tabs-filter li:first-child a {
	border-left: none;
	border-radius: 4px 0 0 4px;
}

.tabs-filter li:last-child a {
	border-radius: 0 4px 4px 0;
}

.tabs-filter li.active a {
	color: #FFF !important;
	background-color: #b70000;
	margin: -1px 0;
	padding: 13px 18px;
	font-weight: 600;
}

.tabs-filter li a:hover {
	color: #b70000;
}

/* Portfolio */
.portfolio-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 10px -6px;
	max-width: 100%;
}

.portfolio-grid__item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 10px 0;
	padding: 0 6px 12px;
}

.portfolio-category {
	font-size: 13px;
	color: #777;
}

.portfolio-image {
	position: relative;
}

.portfolio-image a {}

.portfolio-image img {}

.portfolio-title {
	text-transform: initial;
	font-size: 19px;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 0;
}

.portfolio-description {
	padding: 15px 5px 10px;
}

.portfolio-description h4 {
	margin: 0;
}

.portfolio-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	transition: opacity .4s ease-in-out;
}

.portfolio-grid__item:hover .portfolio-overlay {
	opacity: 1;
}

.portfolio-overlay a {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #F5F5F5;
	width: 40px !important;
	height: 40px !important;
	margin: -28px 0 0 -44px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #444;
	border-radius: 50%;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.portfolio-overlay .portfolio-image__right-icon {
	left: auto;
	right: 50%;
	margin-left: 0;
	margin-right: -44px;
	-webkit-transition-delay: .05s;
	-o-transition-delay: .05s;
	transition-delay: .05s;
}

.portfolio-grid__item:hover .portfolio-overlay .portfolio-image__left-icon,
.portfolio-grid__item:hover .portfolio-overlay .portfolio-image__right-icon {
	margin-top: -18px;
}

.portfolio-shuffle {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	border: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 14px;
	text-align: center;
	margin: 0 12px;
	line-height: 40px;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.portfolio-shuffle:hover {
	background-color: #b70000;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.portfolio-detail {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 40px;
}

.portfolio-detail__image {
	overflow: hidden;
}

.portfolio-detail__title {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-transform: initial;
	border-bottom: 2px solid #b70000;
}

.portfolio-detail__category {
	color: #777;
	font-size: 13px;
}

.portfolio-detail__description {
	margin: 10px 0;
}

.portfolio-detail__item-label {
	font-weight: 600;
}

/* Portfolio slider */
.portfolio-detail__slider {
	margin: 10px 0 20px;
	padding-top: 25px;
	opacity: 0;
}

.progress-bar {
	position: relative;
	margin-top: 38px;
	height: 4px;
	background-color: #F5F5F5;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}

.progress-bar:first-child {
	margin-top: 0;
}

.progress-bar .progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #b70000;
	overflow: visible !important;
	border-radius: 2px;
	-webkit-transition: width 1.2s ease-in-out;
	-o-transition: width 1.2s ease-in-out;
	transition: width 1.2s ease-in-out;
}

.progress-bar .progress-percent {
	position: absolute;
	top: -28px;
	right: 0;
	background-color: #333;
	color: #F9F9F9;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	height: 22px;
	line-height: 22px;
	padding: 0px 5px;
	font-size: 11px;
	border-radius: 2px;
}

.progress-bar .progress-percent .counter-instant {
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}

.progress-percent:after,
.progress-percent:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.progress-percent:after {
	border-top-color: #333;
	border-width: 4px;
	left: 50%;
	margin-left: -4px;
}

.progress-percent:before {
	border-top-color: #333;
	border-width: 5px;
	left: 50%;
	margin-left: -5px;
}

.progress-bar>span {
	position: absolute;
	z-index: 1;
	top: -23px;
	left: 0;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #222;
}

/* 404 page not found
================================================== */
.error-404 {
	display: block;
	font-size: 240px;
	font-weight: 700;
	color: #DDD;
	line-height: 70%;
	letter-spacing: 4px;
}

/* Video home page
================================================== */
.video-wrapper {
	position: relative;
	overflow: hidden;
	height: 400px;
	padding: 0;
}

.video-container video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 1;
	transform: translateX(-50%) translateY(-50%);
	filter: brightness(70%);
}

.video-caption {
	display: flex;
	flex-direction: column;
	min-height: 400px;
	justify-content: center;
	align-items: center;
	text-align: center;
	z-index: 2;
	position: relative;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -44px;
}

.video-caption h2 {
	font-size: 54px;
	line-height: 120%;
	animation-delay: .3s;
	color: #fff;
	text-transform: uppercase;
	font-size: 32px;
	display: none;
}

.video-caption p {
	animation-delay: .5s;
	display: none;
	color: #fff;
	margin: 0 auto 30px;
}

.video-caption .btn {
	display: none;
	-webkit-animation-delay: .7s;
	-moz-animation-delay: .7s;
	animation-delay: .7s;
}


/* Google map fix */
[id^="cggm_map_"] {
	width: 100% !important;
	margin: 0 0 60px 0;
}

[id^="cggm_map_"] img {
	max-width: none;
}

/* Bootstrap overwrites
================================================== */
.btn {
	border-radius: 0.125rem;
	text-transform: uppercase;
	font-size: 0.875rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.btn-default {
	color: #b70000;
}

.btn-light {
	background-color: #DCDCDC;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
	background-color: #b70000;
	border-color: #b70000;
}

.btn-primary:hover {
	opacity: 0.85;
}

.form-group .btn+.btn {
	margin-left: 8px;
}

.form-group {
	margin: 1rem 0;
}

/* Captcha
================================================== */
.captchapict {
	margin: 10px 0;
}

.cgbf_input_captcha {
	display: inline-block;
	width: 200px;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin: 10px 0;
}

.cgbf_input_captcha:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

/* Media Queries
================================================== */
@media screen and (max-width: 1280px) {
	.search-trigger {
		width: 66px;
		height: 86px;
	}

	header nav {
		margin-right: 16px;
	}
}

@media screen and (max-width: 1023px) {
	section {
		overflow: hidden;
	}

	.wrapper {
		margin: 76px 0 0;
	}

	.search-input {
		margin-top: 0px;
	}

	header {
		height: 76px;
	}

	header nav {
		display: none;
	}

	header .mobile-nav-trigger {
		display: block;
		float: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 66px;
		height: 74px;
		text-indent: -9999px;
		border-right: #e1e1e1 solid 1px;
		overflow: hidden;
	}

	header .mobile-nav-trigger span {
		position: relative;
		display: block;
	}

	header .mobile-nav-trigger span:before {
		content: "";
		position: absolute;
		left: 22px;
		top: 30px;
		width: 20px;
		height: 3px;
		background: #505050;
		box-shadow: 0 6px 0 0 #505050, 0 12px 0 0 #505050;
	}

	header .mobile-nav-trigger.active {
		background-color: #737475;
		border-right: none;
		height: 76px;
	}

	header .mobile-nav-trigger.active span:before {
		background: #fff;
		box-shadow: 0 6px 0 0 #fff, 0 12px 0 0 #fff;
	}

	header .container.mobile-header {
		width: 100%;
		height: 76px;
		margin: 0;
		padding: 0;
	}

	header .container.mobile-header .row {
		margin: 0;
	}

	header .container.mobile-header .col-sm-12 {
		float: none;
		padding: 0;
	}

	.logo a {
		float: none;
		text-align: center;
		margin: 0;
		position: absolute;
		left: 66px;
		right: 66px;
		top: 12px;
	}

	.search-trigger {
		width: 66px;
		height: 74px;
	}

	.search-trigger i {
		margin-top: 26px;
	}

	/* Mobile navigation */
	section.mobile-navigation {
		position: fixed;
		padding: 0;
		top: 76px;
		bottom: 0;
		overflow-y: scroll;
		z-index: 10000;
		width: 100%;
	}

	.mobile-nav {
		display: block;
		list-style: none;
		margin: 0;
		padding: 10px 6px;
		background-color: #737475;
		width: 100%;
	}

	.mobile-nav li {
		margin: 0;
		padding: 0;
		float: none;
	}

	.mobile-nav li a {
		width: 100%;
		font-size: 14px;
		padding: 7px 10px;
		display: block;
		color: #fff;
	}

	.mobile-nav li a:hover {
		text-decoration: none;
		background-color: #444;
	}

	/* second level */
	.mobile-nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.mobile-nav ul li a {
		padding-left: 40px;
	}

	/* third level */
	.mobile-nav ul ul {
		list-style: none;
	}

	.mobile-nav ul ul li a {
		padding-left: 80px;
	}
}

@media screen and (max-width: 991px) {
	.portfolio .img:hover .image-overlay .overlay-icon {
		margin: 70px auto 0;
	}

	.portfolio-detail {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 767px) {
	.portfolio .img:hover .image-overlay .overlay-icon {
		margin: 40px auto 0;
	}

	.featureContent {
		margin-bottom: 50px;
	}

	.owl-item .img img {
		width: 100%;
	}

	.boxFeature {
		margin-bottom: 0px;
	}

	.search-input {
		font-size: 40px;
	}

	.show-search .search-input {
		height: 100px;
	}

	.search-input input {
		padding: 10px 0 0;
	}

	.grid-list {
		grid-gap: 20px;
		max-width: 90%;
		grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
		margin: 0 auto;
	}

	/* Services */
	.services__item {
		flex-direction: column;
		margin-bottom: 60px;
	}

	.services__item:nth-child(even) {
		flex-direction: column;
	}

	.services__item:last-child {
		margin-bottom: 100px;
	}

	.services__item-content {
		flex-grow: 1;
		flex-shrink: 1;
		padding: 0;
	}

	.services__item-content h3 {
		text-align: center;
	}

	.services__media {
		min-height: 140px;
	}

	.services__icon {
		width: 108px;
		height: 108px;
		margin-bottom: 10px;
	}

	.services__icon i.fa {
		font-size: 42px;
		line-height: 94px;
	}

	/* Team */
	.team-modal__inner {
		flex-direction: column;
		width: 100%;
		max-height: none;
		height: 100vh;
	}

	.team-modal__image {
		max-height: 40vh;
		width: 100%;
	}

	.team-modal__image img {
		max-width: 100%;
	}

	.team-modal__text-content {
		width: 100%;
		max-height: 60vh;
		padding: 30px 20px 20px 20px;
	}

	.team-modal__text-content .team-modal__name {
		font-size: 24px;
	}

	.team-modal__text-content .team-modal_title {
		font-size: 16px;
	}

	/* Portfolio */
	.portfolio-grid {
		margin: 0;
		max-width: 100%;
	}

	.portfolio-grid__item {
		flex: 0 0 calc(50% - 12px);
		max-width: calc(50% - 12px);
		margin: 0 6px 12px 6px;
		padding: 0px;
	}

	.gallery-top {
		height: 300px;
	}

	.gallery-thumbs {
		height: 100px;
	}
}

@media screen and (max-width: 480px) {
	.portfolio-gallery .img .image-overlay .overlay-icon {
		display: none;
	}

	.logo a {
		margin: 8px 0 0;
	}

	.logo a img {
		max-width: 150px;
	}

	.slider-caption {
		width: 100%;
		padding: 20px;
	}

	.slider-caption h2 {
		font-size: 24px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.logo a {
		margin: 24px 0 0;
	}

	.logo a img {
		max-width: 150px;
	}
}

@media screen and (min-width: 1024px) {
	header.smaller {
		height: 60px;
	}

	.smaller .logo a {
		margin-top: 10px;
	}

	.smaller .logo a img {
		max-width: 150px;
	}

	.smaller .search-trigger {
		height: 58px;
	}

	.smaller .search-trigger i {
		margin-top: 18px;
	}
}
