/*
Theme Name: dba
Text Domain: dba
Version: 4.74
Tested up to: 5.9
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Test
Author: AWF
Author URI: awf.marketing
Theme URI: awf.marketing
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*--------------------------------------------------------------fix
 * 
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

html,
body {
	border: none;
	margin: 0;
	padding: 0;
	min-height: 100vh;
	/* mobile viewport bug fix */
	min-height: -webkit-fill-available;

/*	height: -moz-available;  // Mozilla-based browsers
  height: -webkit-fill-available; //  WebKit-based browsers
  height: fill-available;*/
	
}
/*body {
	min-height: 100vh;
	min-height: -webkit-fill-available;
}
html {
	height: -webkit-fill-available;
}*/

/* Fix für mobile Menü fullscreen */
body.no-scroll {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}

/* Vars */
:root {
  --bg: #606060;
  --color: #ffffff;
}


#liveSearch {
  box-sizing: border-box;
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}
#liveSearch:focus {
	outline: 3px solid #ddd;
}
.grid_w {
	width:100%;
	margin:2.8rem 0;
}
.full_width:not(.remove_overflow) {
	width:100%;
	margin:0;
	overflow-x: hidden !important;
}
.full_width .post-inner {
	padding-top:0 !important;
}
.content_text {
	padding:0 20%;
}
.content_text h1 {
	text-transform: uppercase;
}
.shadow {
	text-shadow: 1px 1px 4px rgba(0,0,0,1);
}
#site-content {
	background:white !important;
}
.category-profile .post-meta-wrapper {
	display:none;
}
.entry-categories-inner {
	width:100%;
	margin-top:10px !important;
}
.entry-categories-inner a {
	text-decoration:none !important;
	border-right:1px solid #ccc !important;
	border-bottom:0 !important;
	font-size:1.0rem !important;
	padding-right:4px;
	font-weight:400 !important;
	margin:0 4px 0 0 !important;
}
.pt-nav-wrapper {
	flex: 0 0 325px;
	height:100vh;
	border-right:1px solid #ddd;
	margin:0 !important;
	border-left:1px solid #ddd;
	position:sticky;
	top:0;
	left:0;
}
.w_head .pt-nav-wrapper {
	height: calc(100vh - 128px);
	top:128px;
	/*min-height:720px;*/
	/*overflow-y:scroll;*/
}
.m_head .pt-nav-wrapper, .w_head .pt-nav-wrapper {
	min-height:523px;
	/*Scroll Fix*/
	/*overflow-y:scroll;*/
}
.pt-cv-scrollable .pt-cv-title {
	margin-bottom:0 !important;
}
.pt-cv-scrollable .pt-cv-meta-fields .author a {
	color:#fff !important;
}
.pt-cv-scrollable {
	margin-top:10px !important;
}/*
.pt-cv-colsys.pt-cv-scrollable:last-child { 
	margin-top:-17px !important;
}*/
.pt-cv-wrapper > br {
	display:none;
}
.pt-cv-scrollable .carousel-control {
	top:50%;
	background:#606060;
	display:block;
	width:30px;
	height:50px;
	margin-top:-40px !important;
/*	margin-top:200px;*/
}
.pt-cv-scrollable .pt-cv-content-item {
	margin-bottom:0 !important;
}

.pt-cv-scrollable .left.carousel-control {
	left:-17px;
}
.glyphicon {
	height:60px !important;
	width:35px !important;
	background:rgba(50,50,50,1) !important;
	border-radius:0 !important;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(60,60,60,0.37); 
	box-shadow: 0px 0px 4px 0px rgba(60,60,60,0.37);
}

.pt-cv-scrollable .right.carousel-control {
	right:-17px;
}

.pt-cv-scrollable .left.carousel-control .glyphicon:before,
.pt-cv-scrollable .left.carousel-control .glyphicon:after,
.pt-cv-scrollable .right.carousel-control .glyphicon:before,
.pt-cv-scrollable .right.carousel-control .glyphicon:after{
	width: 2px;
	height: 14px;
	left: 22px;
	top: 16px;
	position: absolute;
	display: block;
	-webkit-transform-origin: 50% 100% 0;
	-moz-transform-origin: 50% 100% 0;
	transform-origin: 50% 100% 0;
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	transform: rotate(-40deg);
	-webkit-transition: -webkit-transform 0.15s !important;
	-moz-transition: -moz-transform 0.15s !important;
	transition: transform 0.15s !important;
	content: "";
	background-color: #fff;
}



.pt-cv-scrollable .left.carousel-control .glyphicon:before{
	top: 29px;
	left: 12px;
	-webkit-transform-origin: 50% 0% 0;
	-moz-transform-origin: 50% 0% 0;
	transform-origin: 50% 0% 0;
}

.pt-cv-scrollable .left.carousel-control .glyphicon:after{
	left: 12px;
	-webkit-transform-origin: 50% 100% 0;
	-moz-transform-origin: 50% 100% 0;
	transform-origin: 50% 100% 0;
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	transform: rotate(40deg);
}


.pt-cv-scrollable .right.carousel-control .glyphicon:after {
	top: 29px;
	right: 12px;
	-webkit-transform-origin: 50% 0% 0;
	-moz-transform-origin: 50% 0% 0;
	transform-origin: 50% 0% 0;
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	transform: rotate(40deg);
}

.pt-cv-scrollable .right.carousel-control .glyphicon:before {
	right: 12px;
	-webkit-transform-origin: 50% 100% 0;
	-moz-transform-origin: 50% 100% 0;
	transform-origin: 50% 100% 0;
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	transform: rotate(-40deg);
}
.pt-cv-carousel-indicators li {
	background:#fff !important;
	border-radius:3px !important;
/*	border:2px solid #fff;*/
	width:16px !important;
	height:16px !important;
	opacity:0.6;
	-webkit-box-shadow: 1px 1px 2px 2px rgba(96,96,96,0.86); 
	box-shadow: 1px 1px 2px 2px rgba(96,96,96,0.86);
}
.pt-cv-carousel-indicators li.active {
	background:#000 !important;
}

.pt-nav-wrapper.profile_page .nav.nav-tabs {
	margin-left:0 !important;
	background:#fff;
}
.adress_wrapper, .projekte_wrapper {
	position:absolute;
	bottom:0;
	width:100%;
	color:#606060;
}
.adress_wrapper a, .proinfo_wrapper {
	color:#606060;
}
/*Profile Icons Animation */
.profile_page .profile_details {
	animation-duration: 0.25s;
	animation-timing-function: ease-in-out;
/*	animation-delay: 0s;*/
	animation-name: iconsAni;
	animation-fill-mode: forwards;
	opacity:0;
}
.profile_page .p_route {
	animation-delay: 0s;
}
.profile_page .p_tel {
	animation-delay: 0.25s;
}
.profile_page .p_mail {
	animation-delay: 0.5s;
}
.profile_page .p_web {
	animation-delay: 0.75s;
}
@keyframes iconsAni {
	0% {
		opacity:0;
		transform:scale(0.4);
	}
    80% {
		opacity:1;
		transform:scale(1.2);
	}
	100% {
		opacity:1;
		transform:scale(1);
	}
}

/*fix eckdaten*/
.projekte_wrapper p, .profile_details p {
	margin-bottom:0;
}
.pt-cv-wrapper:not(.pro-tabs) .nav.nav-tabs li {
	float:none !important;
	width:100%;
	border-bottom:1px solid #ddd;
	margin: 0 !important;
	padding:6px 0;
	border-radius:0 !important;
}
.nav.nav-tabs li a {
	text-decoration:none !important;
	border-radius:0 !important;
	border:0 !important;
	padding:10px 3.5rem;
}
.nav.nav-tabs li a:hover {
	/*background:none !important;*/
}
.nav.nav-tabs li.active a {
	border:0 !important;
}
.nav.nav-tabs li::hover {
	background:#ddd;
}
.pt-cv-wrapper .nav-tabs {
	border-bottom:0 !important;
}
.pt-cv-wrapper .tab-content {
/*	float:right;
	width:75%;*/
	padding:0 25px;
	border-right:1px solid #ddd;
	flex:1;
	min-width: 0;
}
/* Projekte Main */
#pt-cv-view-ca461a6sun .pt-cv-ctf-pro_ort {
	font-size:13px;
	color:#858585;
}
#pt-cv-view-ca461a6sun .pt-cv-ctf-pro_ort .pt-cv-ctf-name, #pt-cv-view-455fbabae3.pt-cv-scrollable .pt-cv-ctf-name {
	min-width:auto !important;
	margin-right:3px;
	font-weight:normal !important;
}
#pt-cv-view-ca461a6sun .pt-cv-meta-fields .author::before {
	content:"Vorsteller:";
	font-size:13px;
	color:#858585;
}
#pt-cv-view-455fbabae3.pt-cv-scrollable .author::before {
	content:"Vorsteller:";
	font-size:13px;
	color:#fff;
}
#pt-cv-view-ca461a6sun .pt-cv-ctf-list {
	margin-bottom:0 !important;
}
#pt-cv-view-ca461a6sun p.pt-cv-title, #pt-cv-view-fa01158h4a p.pt-cv-title {
	margin-bottom:0 !important;
}
#pt-cv-view-fa01158h4a a.pt-cv-readmore {
	margin-bottom:6px;
}
p.pt-cv-title a {
	letter-spacing:-0.748125px;
/*	color:rgb(96,96,96);*/
	font-weight:600 !important;
}
/* Projekte Home */
#pt-cv-view-455fbabae3.pt-cv-scrollable .pt-cv-ctf-list .pt-cv-ctf-value, #pt-cv-view-455fbabae3 .pt-cv-custom-fields.pt-cv-ctf-pro_ort, #pt-cv-view-fa01158h4a .pt-cv-ctf-value p {
	font-size:13px;
	margin:0;
}
.home #pt-cv-view-455fbabae3 .pt-cv-ctf-list {
	margin-bottom:0 !important;
}
#pt-cv-view-455fbabae3.pt-cv-scrollable p.pt-cv-title {
	line-height:1.2 !important;
}
.pop_wrapper {
	width:100%;
	display:flex;
/*	margin:0 auto;*/
}
#cvpboxClose {
	background:url('c_img/close.png');
	width:40px;
	height:40px;
	background-size:40px;
	background-position:center;
	background-repeat:no-repeat;
	right:0 !important;
	top:-22px;
}
#site-header {
	/*-webkit-box-shadow: 0px 1px 3px -1px rgba(0,0,0,0.45); 
	box-shadow: 0px 1px 3px -1px rgba(0,0,0,0.45);*/
	background-image:url("https://dba-bau.com/wp-content/uploads/bg_header_test.jpg");
	background-position:0 left;
	background-repeat:no-repeat;
	background-size: cover;
	position: sticky;
	top:0;
	left:0;
	z-index:1002;
}

#site-header .primary-menu a {
	color:#fff;
	text-decoration: none !important;
}
.cvp-dropdown select {
	border:1px solid #ddd !important;
	border-radius:0 !important;
	background:#ebebeb;
}
#cvpcolorbox {
	overflow:unset !important;
	left:0 !important;
	width:100vw !important;
}
#cvpboxWrapper {
	width:100% !important;
}
.tab-content .tab-pane {
	opacity:0;
 	transition: all 4s;
}
.tab-content .tab-pane.active {
	opacity:1;
}

/*Content align center left*/
.tab-content .profile_content {
	padding:0 10%;
	text-align:left;
}
.tab-content .profile_content h1 {
	text-align:center;
}
.profile_content h1, .profile_content h2 {
	margin-bottom:25px !important;
}
.profile_content ul {
	margin-left:0 !important;
}
.tab-content #projekte {
	padding-top:25px;
}
.selectize-dropdown-content .option {
	padding:9px 20px 9px 9px !important;
	min-width:200px;
	border-bottom:1px solid #e4e4e4;
}
.selectize-input.items.full.has-options.has-items {
	padding-right:27px !important;
}
.cvp-live-filter.cvp-search-box  {
	max-width:250px;
	display:inline-block;
}
.cvp-live-filter input {
	padding:12px !important;
	font-size:18px !important;
	border:1px solid #606060 !important;
} 
.cvp-live-filter .selectize-input.has-options {
	height:45px;
	padding:9px 12px !important;
}
.cvp-live-filter.cvp-search-box input {
	border-radius:3px !important;
	height:45px;
}
.selectize-input {
	padding:0 12px !important;
	border:1px solid #606060 !important;
	border-radius:3px !important;
	position:static !important;
}
.cvp-live-filter {
	min-width:200px;
	margin-right:10px;
}
.p_logo {
	margin:25px 3.5rem;
}
.p_logo img {
	max-height:120px;
	width:auto;
/*	image-rendering: pixelated;*/
	image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering:   -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: initial;
	-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
.profile_details {
/*	margin-bottom:15px;*/
	display:flex;
	align-items:center;
	/*padding:0 3.5rem 12px 3.5rem;*/
	padding:12px 3.5rem;
	border-bottom:1px solid #ddd;
}
.profile_details a {
	display:flex;
	align-items:center;
	width:100%;
}
.col2 .profile_details {
	flex-wrap:wrap;
}
h2.ac-header button {
	font-weight:bold;
	font-size:18px;
	letter-spacing: normal !important;
}
h2.ac-header {
	margin:0 0 20px 0!important;
}
.col2 .profile_details {
	padding-top:0 !important;
}
.col2 .profile_details .pro_details {
	padding-top:0 !important;
}
.pro_wrapper {
	padding:16px 3.5rem;
	border-bottom:1px solid #ddd;
}
.pro_details {
	padding:6px 0;
}
/*fix eckdaten*/
.pro_details p {
	margin-bottom:12px;	
}
.pro_details p::last-child {
	margin-bottom:0 !important;
}
.profile_details a {
	text-decoration:none;
}
.acf-map {
    width: 100%;
    height: calc(100vh - 178px);
    margin: 25px 0;
}
.m_head .acf-map {
	height:calc(100vh - 50px) !important;
}

.acf-map img {
   max-width: inherit !important;
}
/*Multiple Marker CSS*/
.marker_img {
	width:100%;
/*	height:150px;
	object-fit:cover;*/
}
.gm-style-iw.gm-style-iw-c {
	max-width:320px !important;
	width:20%;
}
.selectize-input>* {
	vertical-align: middle !important;
}
.cvp-live-button {
	display:inline-block;
}
.cvp-live-reset, .cvp-live-submit {
	color:#fff !important;
	border:0 !important;
	border-radius:3px;
	background-color:#606060 !important;
	font-size:13px !important;
	padding:8px !important;
	margin-left:0 !important;
	display:inline-block;
	height:35px;
}
.cvp-live-button {
/*	margin-top:37px !important;*/
	margin-top:37px;
}
.col-md-4.col-sm-6.pt-cv-content-item .pt-cv-ifield {
	border-bottom:1px solid #ddd;
}
.selectize-control {
	height:45px;
}/*
.selectize-dropdown-content {
	z-index:2 !important;
}*/


.pt-cv-readmore {
	border-left:1px solid #ddd !important;
}

/* PROFILE Layout */
/*Content align center left*/
.tab-content .post-inner.thin .entry-content {
	text-align:left;
}
.tab-content .profile_content ul {
	margin-top:-4px;
	margin-bottom:20px !important;
}
#leistungen .profile_content a {
	text-decoration:underline !important;
}
.pt-cv-wrapper .nav > li > a {
	padding-left:3.5rem;
}

/* SWIPER */
.swiper, .m_head .featured-media {
	width: calc(100% + 50px);
/*	margin-left:-25px !important;*/
/*	margin-left:-25px;*/
	height: 100vh;
	min-height:250px;
	margin-bottom:25px !important;	
}
.w_head .featured-media  {
	width: calc(100% + 50px);
	margin-left:-25px !important;
	margin-bottom:25px !important;	
}
.w_head .swiper, .w_head .featured-media .wp-post-image, .w_head .featured-media .projekt_video {
	height: calc(100vh - 128px);
}

.featured-media .wp-post-image, .featured-media .projekt_video {
	object-fit: cover;
	height: 100vh;
	width:100%;
}
.featured-media-inner {
	position:relative;
}
.icon-circle-down::before {
	cursor: pointer;
}
.entry-header-inner.section-inner {
	width:100%;
	text-align:center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position:center center;
	border:none !important;
	border-image-width:0 !important;
	position:absolute;
}
.home .swiper-slide {
	display:flex;
	justify-content:space-evenly;
	align-items:center;
	position:relative;
}
.swiper-button-prev, .swiper-button-next {
	color:#fff !important;
	text-shadow: 1px 1px 4px rgba(79,79,79,0.79);

}
.swiper .swiper-pagination {
	text-align:left !important;
	margin-left:15px;
}

.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	background:#fff;
	border-radius:3px;
/*	border:2px solid #fff;*/
	width:16px;
	height:16px;
	opacity:0.6;
	-webkit-box-shadow: 1px 1px 2px 2px rgba(96,96,96,0.86); 
	box-shadow: 1px 1px 2px 2px rgba(96,96,96,0.86);
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background:#fff;
	opacity:1;
}
.swiper2 .swiper-lazy-preloader, .swiper .swiper-lazy-preloader {
	z-index:1;	
}

.content_logo {
	width:100%;
	text-align:center;
	margin-bottom:25px;
}
.content_logo img {
	max-height:160px;
	max-width:300px;
	min-width:200px;
	margin:0 auto;
	object-fit:contain;
	
}
.entry-header-inner h1 {
	text-transform:uppercase;
	font-weight:bold;
}
.pt-cv-wrapper h1, .category-news h1.entry-title {
	font-size: 4.4rem;
	text-transform: none;
	letter-spacing:0;
}
/*h2 fix? */
.pt-cv-wrapper h2 {
	/*font-size: 3.4rem;*/
	font-size: 2.6rem;
	font-weight:600;
	text-transform: uppercase;
	letter-spacing:-0.0415625em;
}
.profil-template-default .pt-cv-wrapper h2 {
	font-size: 3.4rem;
}
.netzwerkv2 h1, #post-5233 h1 {
	text-transform:uppercase !important;
}
.category-news h1.entry-title {
	color:#fff;
	background:rgba(96,96,96,0.8);
	margin:0 20%;
}
.category-news .entry-header-inner p, .category-news .post-date, .category-news .news_author {
	background:rgba(96,96,96,0.8);
	padding:3px 8px;
}
.category-news .entry-header-inner p, .category-news .news_author {
	margin-top:2rem;
	margin-bottom:0 !important;
	display:inline-block;
}
.category-news .alignnone {
	margin:10px 0;
	max-width:100%;
}
.category-news .entry-content a {
	text-decoration:underline !important;
	color:#707070;
}
.category-news .post-inner {
	display:flex;
}
.category-news .news_sidebar {
	border-left: 1px solid #ddd;
	padding-left: 3.5rem;
	margin-left:5%;
	float: right;
	text-align: left;
	width: 33%;
	order:1;
	border-right: 1px solid #ddd;
  	padding-right: 3.5rem;
}
.category-news .news_sidebar hr {
	margin-top:10px;
	margin-bottom:40px;
}
.category-news .news_sidebar .pt-cv-readmore {
	border:none !important;
	padding-left:0 !important;
	font-weight:bold;
}
.category-news .news_sidebar .pt-cv-content-item {
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}
.category-news .news_sidebar .pt-cv-wrapper {
	border-bottom:1px solid #ddd;
	margin-bottom:35px;
}
.category-news .news_sidebar .pt-cv-content-item {
/*	border-right:1px solid #ddd;*/
	margin-bottom:20px !important;
/*	border-bottom:1px solid #ddd;*/
}
.category-news .news_sidebar .pt-cv-content {
	margin-bottom:0;
}
.category-news .news_sidebar .pt-cv-pagination-wrapper {
	margin:0 0 20px 0;
}
.category-news .news_sidebar .clear.pt-cv-clear-pagination {
	display:none;
}
.category-news .news_sidebar h2 {
	margin-top:15px;
}
.category-news .news_sidebar h2 {
	margin-top:0;
}
.category-news .post-inner .full {
	margin:30px 0 !important;
	width:100%;
}
.category-news .pt-cv-view .pt-cv-thumbnail {
	height: 150px;
	min-height:unset !important;
}
.category-news .entry-content.sidebar-active {
	width:66%;
	margin-top:15px;
}
.share-buttons {
	display:flex;
}
.projekte .share-buttons img {
	width:40px;
	height:40px;
	filter:grayscale(0.5);
}
.share-buttons_h {
	margin-top:35px;
	display:block;
	margin-bottom:0 !important;
	clear:both;
}
.share-buttons .ps_icons img {
	-webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.share-buttons .ps_icons img:hover {
	transform: scale(1.1);
	filter:grayscale(0);
}


/* Fast fix */
#profil .mySwiper .swiper-slide .youtube {
	height:100%;
}

/* CTA btn YT */
#profil .paket-paket-3 .youtube .play-button, #profil .paket-paket-2 .youtube .play-button, .projekt_wrapper .featured-media .youtube .play-button {
	-webkit-animation: pulse 2s infinite cubic-bezier(0.25, 0, 0, 1);
	animation: pulse 2s infinite cubic-bezier(0.25, 0, 0, 1);
	box-shadow: 0 0 0 0 white;
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}

#profil .swiper-pagination {
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
	width:auto;
}
#profil .swiper-pagination.yt-hide {
	transform: translateX(-110%);
}


/* Padding Projekt */
.tab-content .post-inner.thin .entry-content {
	padding:0 7%;
}
.pt-cv-thumbnail {
	height:25vw;
	min-height: 250px;
	width:100%;
	object-fit:cover;
}
.home .pt-cv-thumbnail {
	height:25vw !important;
}
.wpb_gallery_slides img {
	padding:0 6px;
}

/*Projekt Video*/
.projekt_video {
	width:100%;
	height:300px;
	display:relative;
}
.projekt_video .BorlabsCookie {
	height:100%;
}
.projekt_video img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.projekt_video .youtube, .pn .youtube {
	height:100%;
}
/*Profil Video*/
.profil_video, .profile_content .youtube {
	width:100%;
	min-height:350px;
	height:50vh;
	margin-top:30px;
	padding:0 7%;
}
.pn .youtube {
	width:100%;
	min-height:350px;
	height:50vh;
	margin-top:30px;
}
.pn .swiper-slide .youtube {
	margin-top:0 !important;
}

.profil_video .BorlabsCookie, .profile_content .youtube .BorlabsCookie {
	height:100%;
	padding:0 7%;
}
.profil_video img, .profile_content .youtube img, .pn .youtube img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.profil_video .youtube, .profil_video .vimeo, .profile_content .youtube, .profile_content .vimeo {
	height:100%;
}


/* News Video */
.news_video {
	min-height:200px;
	height:50vh;
	margin-top:30px;
	padding:0%;	
}
.news_video.links {
/*	margin-left:0 !important;*/
	width:100%;
}
.news_video.mitte {
/*	margin-left:auto !important;*/
	width:100%;
}
.news_video.full_width {
	margin-left:0 !important;
	width:100% !important;
}
.news_video .BorlabsCookie {
	height:100%;
	padding:0 7%;
}
.news_video img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.news_video .youtube {
	height:100%;
}

/******* ICONS *******/
.p_icons {
	font-size:30px;
	margin-right:10px;
}
.nav.nav-tabs .p_logo {
/*	display:none;*/
}
.arrow_down2 {
	color:#fff;
	font-size:40px;
	text-shadow:1px 1px 4px rgba(79,79,79,0.79);
	  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
	width:50px;
	margin:0 auto;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.arrow_wrapper {
	width:50px;
	text-align: center;
	position: absolute;
	bottom:15px;
	z-index:1;
	left:50%;
	transform:translateX(-50%);
}
.site-logo img {
	width:auto;
}
.header-inner {
	padding: 14px 3.5rem;
	max-width: 100%;
	min-height:120px;
}
.header-navigation-wrapper, .probox  .proinput {
	  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
	margin-left:auto;
}
.asp_w_container_3 {
		  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
	
}
.asp_w_container_3 {
	width:65px !important;
	margin-left:30px;
	border-left:1px solid #fff;
	padding-left:30px;
	display:flex;
	flex-grow:0;
	justify-content: flex-end;
	max-width:none !important;
}
.asp_w_container_3.active {
/*	width:330px !important;*/
	width:70vw !important;
}
.asp_w {
	min-width:34px;
}
.promagnifier {
	position:absolute;
	right:0;
}
.probox {
	position:relative;
}
.proinput {
/*	min-width:200px !important;*/
/*	display:block !important;*/
	-webkit-transition: all 2.4s ease-in-out;
  transition: all 2.4s ease-in-out;
}
.proinput.hiddend {
	width:1px !important;
	visibility:hidden;
}
.footer-nav-widgets-wrapper {
	background:#767676;
	padding:0 80px;
}
.footer-widgets-wrapper a {
	color:#fff;
	text-decoration: none;
	font-size:20px;
	cursor: pointer;
}
.footer-widgets-wrapper .grid-item {
	border-left:1px solid #fff;
	padding-left:13px;
}
.footer-widgets-social {
	display:flex;
	height:auto;
	justify-content:left;
	align-content: center;
	align-items: center;
	margin-bottom:20px;
}
.footer-widgets-social .widget_text {
	margin-right:10px;
	color:#fff;
	font-family:"Source Sans Pro";
}
.footer-widgets-social p {
	margin:0 !important;
}
.footer-widgets-social .widget.widget_text:first-child {
	font-weight:700;
}


.m_head {
/*	margin-top:128px;*/
}
.tab-content .col {
	padding:0 5%;
	
}
.tab-content .col1 {
	float:left;
	text-align:left;
	width:66%

}
.tab-content .col2 {
	border-left: 1px solid #ddd;
	padding-left: 3.5rem;
	float:right;
	text-align: left;
	width:33%;
}
.pro_details a {
	text-decoration: none;
	color:#606060;
}
.partner {
	display: flex;
	align-items: center;
	margin:3px 0;
}
.partner i {
	font-size:25px !important;
}
.gal_wrapper {
	display:flex;
	flex-wrap: wrap;
}
.gal_wrapper a {
	width:auto;
	display:block;
	padding:6px;
	flex-grow: 1;
	height:30vh;
	max-width:800px;
}
.gal_wrapper img {
/*	min-width:250px;
	object-fit: cover;
	height:166px;*/
	height:100%;
	max-height: 100%;
	min-width: 100%;
	object-fit: cover;
	vertical-align: bottom;
}
.pro_title, h2 {
	font-size:3.7rem;
	text-transform: uppercase;
	text-align:center;
}
/*Home Template*/
.home .entry-header {
	display:none;
}
.home .post-inner {
	padding-top:0;
}
/* Galerie */
.pswp__button {
	text-align:center;
}
.pswp__top-bar {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pswp__button--close {
	order:4;
} 

/* Content */
.white {
	color:#fff;
}
.bg > .vc_column-inner > .wpb_wrapper {
	background:rgba(60,60,60,0.8) !important;
	padding:0 30px;
	
}
.bg_white > .vc_column-inner > .wpb_wrapper {
	background:rgba(255,255,255,0.8) !important;
	padding:0 30px;	
}
.white_text > .vc_column-inner > .wpb_wrapper h2, .white_text > .vc_column-inner > .wpb_wrapper p {
	color:#fff;
	text-shadow: 1px 1px 6px rgba(0,0,0,1);
}

.bg_vid iframe {
	-webkit-box-shadow: 1px 1px 15px 1px #3F3F3F;
	box-shadow: 1px 1px 15px 1px #3F3F3F;
}
.bg_vid .wpb_video_widget {
	margin-top:35px;
}
/* Leistungen & Jobs */
.profile_c {
	position:relative;
	margin-bottom:25px;
}
img.leistung_cover, img.jobs_cover {
	margin-left:-25px;
	margin-right:-25px;
	width: calc(100% + 50px);
	max-width:none !important;
	object-fit: cover;

}
.m_head img.leistung_cover, .m_head img.jobs_cover {
	height: 100vh;

	object-fit:cover;	
}
.w_head img.leistung_cover, .w_head img.jobs_cover {
	height: calc(100vh - 128px);
	object-fit:cover;
}
/* Scrollbar */
html {
  --scrollbarBG: #fff;
  --thumbBG: #606060;
/*	scroll-behavior: smooth;*/
}
body::-webkit-scrollbar {
  width: 9px;
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}
.modal {
    display:    none;
    position:   fixed;
    z-index:    100000000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
 	 background: rgba( 255, 255, 255, .8 ) 
                url('https://dba-bau.com/wp-content/themes/dba/c_img/loader_t.gif')
                50% 50% 
                no-repeat;
	background-size:300px;
}
body.loading {
    overflow: hidden;   
}
body.loading .modal, .modal.start, .start .modal{
    display: block !important;
}

/*** Netzwerk ***/
.grid_netzwerkMain .acf-map, .grid_netzwerkMain .BorlabsCookie ._brlbs-google-maps, .tax-bundeslander .gmaps, .tax-bundeslander .gmaps .BorlabsCookie ._brlbs-google-maps {
	margin:0 !important;
	height:calc(50vh - 1px) !important;
}
.grid_netzwerkMain ._brlbs-google-maps, .grid_netzwerkMain ._brlbs-google-maps img {
	width:100%;
	
}
.netzwerk_teaser_ani1 .vc_col-sm-4.wpb_fadeIn:nth-child(1) {
	
}
.netzwerk_teaser_ani1 .vc_col-sm-4.wpb_fadeIn:nth-child(2) {
	animation-delay: 0.3s;
}
.netzwerk_teaser_ani1 .vc_col-sm-4.wpb_fadeIn:nth-child(3) {
	animation-delay: 0.6s;
}


.netzwerk_teaser_ani2 .vc_col-sm-4.wpb_fadeIn:nth-child(4) {
	animation-delay: 0.9s;
}
.netzwerk_teaser_ani2 .vc_col-sm-4.wpb_fadeIn:nth-child(5) {
	animation-delay: 1.2s;
}
.netzwerk_teaser_ani2 .vc_col-sm-4.wpb_fadeIn:nth-child(6) {
	animation-delay: 1.5s;
}
.grid_netzwerkMain .gm-style-iw.gm-style-iw-c {
	max-width:220px !important;
}
.grid_netzwerkMain .gm-style-iw.gm-style-iw-c img {
	height:110px;
	object-fit:cover;
} 
.netzwerk_teaser {
/*display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;*/
}



.netzwerk_teaser .wpb_single_image {
	text-align:center !important;
}
.netzwerk_teaser .wpb_single_image img {
	width:100px;
	height:auto;
}
.netzwerk_teaser .wpb_text_column.wpb_content_element {
	text-align:center;
}
.netzwerk_teaser .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
	-webkit-box-shadow: 0px 1px 9px 0px rgba(201,201,201,0.24); 
	box-shadow: 0px 1px 9px 0px rgba(201,201,201,0.24);
	border:1px solid #c9c9c9;
	padding:20px;
	transition:0.3s all ease-in;
	position:relative;
	height:100% !important;
}
.netzwerk_teaser .vc_col-sm-4 .vc_column-inner > .wpb_wrapper:hover {
	-webkit-box-shadow: 0px 1px 9px 0px rgba(140,140,140,0.84); 
	box-shadow: 0px 1px 9px 0px rgba(140,140,140,0.84);
}

.n_button_wrapper {
	/*-webkit-transform: translateY(73px);
  transform: translateY(73px);*/
	position: absolute;
	bottom: 0;
	margin: 0 auto !important;
	left: 50%;
	transform: translate(-50%, 17px);

}
.netzwerk_teaser .vc_col-sm-4 .vc_column-inner > .wpb_wrapper:hover .netzwerk_f_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	z-index: -1;
	opacity:1;
	transition:all 0.2s ease-in;
}


/*.netzwerk_teaser .vc_col-sm-4 .vc_column-inner > .wpb_wrapper:hover .netzwerk_f_bg img {
	clip-path:inset(0 0 0 0);
}*/
/*.netzwerk_teaser .vc_col-sm-4 .vc_column-inner > .wpb_wrapper:hover p {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	transition:all 0.2s ease-in;
}
.netzwerk_teaser .vc_col-sm-4 .vc_column-inner > .wpb_wrapper:hover h2 {
	-webkit-transform: translateY(-200px);
	transform: translateY(-500px);
	transition:all 0.2s ease-in;
}*/
.netzwerk_teaser .vc_col-sm-4 .vc_column-inner {
	overflow:hidden;
	padding-bottom:18px;
}

.netzwerk_teaser .vc_col-sm-4 .vc_column-inner > .wpb_wrapper:hover .n_button_wrapper {
/* -webkit-transform: translateY(-50%);
  transform: translateY(-50%);*/
}
.netzwerk_teaser .vc_col-sm-4 .vc_column-inner > .wpb_wrapper p, .netzwerk_teaser h2 {
/*	color:#fff;*/
	/*text-shadow: 2px 2px 1px rgba(10,10,10,0.94);*/
/*	background:rgba(30,30,30,0.7);*/
	
} 

.netzwerk_teaser .vc_col-sm-4 .vc_column-inner > .wpb_wrapper:hover .n_button_wrapper_go {
/*	-webkit-animation: netfade 1.5s forwards;
	animation: netfade 1.5s forwards;*/

}
@keyframes netfade {
    0% {
        display: flex !important;
        opacity: 0;
    }

    1% {
        display: flex !important;
        opacity: 0;
    }

    100% {
        display: flex !important;
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.98);
	 box-shadow: 0 0 0 0 rgba(40, 40, 40, 0.3);
  }
  70% {
    transform: scale(1);
	  box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
    100% {
    transform: scale(0.98);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}


.netzwerk_teaser h2 {
	margin-top:0 !important;
}
#post-7698 header.entry-header, #post-5761 header.entry-header  {
	display:none;
}
#post-5761 h1 {
	margin-top:10px;
}



.page-template-template-netzwerk h1 {
	margin:0 0 15px 0 !important;
}
.page-template-template-netzwerk .content_text.shadow {
	margin:15vh 0;
}
.page-template-template-netzwerk .vc_column-inner {
	padding-top:0 !important;
}
.logo_wrapper {
	display:flex;
	flex-wrap: wrap;
}
.n_logo {
	width:20%;
	padding-right:1%;
	padding-bottom:1%;
}
.n_logo a {
	-webkit-transition: box-shadow 0.2s ease-in-out 0s;
    -moz-transition: box-shadow 0.2s ease-in-out 0s;
    -o-transition: box-shadow 0.2s ease-in-out 0s;
    -ms-transition: box-shadow 0.2s ease-in-out 0s;
    transition: box-shadow 0.2s ease-in-out 0s;
	filter: grayscale(100%);
	border:1px solid #c9c9c9;
	padding:10px 25px;
	height:145px;
	display:flex;
	flex-direction: column;
	justify-content: center;
}
.n_logo:nth-child(5) {
	/*padding-right:0 !important;*/
}
.n_logo a:hover {
	-webkit-box-shadow: 0px 1px 9px 0px rgba(201,201,201,0.44); 
	box-shadow: 0px 1px 9px 0px rgba(201,201,201,0.44);
	filter: grayscale(0%);
}
.n_logo img {
	max-width: 100%;
	max-height: 120px;
	height: auto;
	width: auto;
	margin:0 auto;
}
/* Netzwerk Architekt & co */
.page-template-template-architekten .logo_wrapper, .netzwerkv2 .logo_wrapper {
	gap:1%;
}
.na_logo {
	overflow: clip;
	width: 19.2%;
/*	max-height:145px;*/
	position:relative;
	margin-bottom:1%;
	height:190px;
}
.na_logo h2 {
	flex:0 0 100%;
	margin: 0 0 15px 0 !important;
	text-transform:none !important;
	font-size:20px !important;
}
.na_logo h2, .na_logo a {
	color:#fff;
}
.na_logo .na_inner_wrapper {
	-webkit-transition: box-shadow 0.2s ease-in-out 0s;
    -moz-transition: box-shadow 0.2s ease-in-out 0s;
    -o-transition: box-shadow 0.2s ease-in-out 0s;
    -ms-transition: box-shadow 0.2s ease-in-out 0s;
    transition: box-shadow 0.2s ease-in-out 0s;
	filter: grayscale(100%);
	border:1px solid #c9c9c9;
	padding:10px 25px;
/*	height:145px;*/
	display:flex;
	flex-direction: column;
	justify-content: center;
	height:100%;
}
.na_logo img {
	max-width: 100%;
	max-height: 170px;
	height: auto;
	width: auto;
	margin:0 auto;
}
.na_logo:hover > .n_logo_slide {
	top:0;
	opacity:1;
}
.n_logo_slide {
	position:absolute;
	top:100%;
	opacity:0;
	transition: all 0.3s ease-out;
	height:100%;
	width:100%;
	background-color:#767676;
	background:rgba(118,118,118,0.95);
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
	align-content:center;
	padding:5px 8px;
}
.n_logo_slide p {
	margin-bottom:0 !important;
}
.na_logo i {
	font-size:24px;
}
.na_logo a i:before {
	width:100%;
	display:block;
	text-align:center;
}
.na_logo:target::before {
    content: "";
    display: block;
    height: 128px;
    margin: -128px 0 0;
}
.page-template-template-architekten .logo_wrapper .na_logo, .netzwerkv2 .logo_wrapper .na_logo {
	scroll-margin-top: 128px;
}
.page-id-5233 .logo_wrapper .na_logo:target {
/*	background: black;
	border-radius: 50%;*/
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);

	animation: pulse-black 2s infinite;
}
@keyframes pulse-black {
	0% {

		box-shadow: 0 0 0 0 rgba(40, 40, 40, 0.9);
	}
	
	70% {
		box-shadow: 0 0 0 20px rgba(40, 40, 40, 0);
	}
	
	100% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}


/* News */
article.category-news {
	padding-top:0 !important;
}
article.category-news .post-inner {
	padding: 10px 7%;
}
article.category-news .entry-content p::first-letter {
/*	initial-letter: 2;
	-webkit-initial-letter: 2;
	float:left;
	font-size:56px;
	margin-top:10px;
	margin-right:6px;*/
}
.category-news .post-author.meta-wrapper {
	display:none;
}
.category-news .post-date span, .category-news .post-date svg {
	color:#fff !important;
}
.category-news .post-inner {
	margin-top:20px !important;
}
.pt-cv-ctf-news_author p {
	font-size:14px !important;
	color:#909090;
	margin-bottom:0 !important;
	margin-top:2rem;
}
.pt-cv-ctf-news_author {
	margin-top:0 !important;
}
#pt-cv-view-dadf345u2z .pt-cv-title {
	margin-bottom:5px !important;
}
#pt-cv-view-dadf345u2z .pt-cv-ctf-news_author p {
	margin-top:0 !important;
}
.m_head .cover-header-inner-wrapper {
	height: 100vh;
}
.w_head .cover-header-inner-wrapper {
	height: calc(100vh - 128px);
}
#post-184 .cvp-live-submit {
	display:inline-block !important;
	margin-right:8px;
	background-image:url("https://dba-bau.com/wp-content/uploads/mg.png");
	background-size:18px;
	background-position: 6px 8px;
	background-repeat:no-repeat;
	padding-left:29px !important;	
}

/* Teaser */
.se {
	padding:0 20%;
	text-align:center;
}
/* Über uns */
.full_width h1.entry-title {
	margin: 40px 0 30px 0;
}

/*Author Seite */
.author h1 {
	text-align:center;
	margin-top:45px !important;
}
.author_bio {
	padding:0 7%;
	margin-top:25px;
}
.acf-map.author_m {
	width: calc(100% + 50px);
	margin-top:0 !important;
	margin-left: -25px;
	height:calc(100vh - 128px) !important;
}
.author .gmaps {
	position:relative;	
}
/*.author .gm-style-iw.gm-style-iw-c {
	background:#000;
	color:#fff;
}
.author .gm-style-iw.gm-style-iw-c a {
	color:#fff !important;
}*/

/* Ausschreibungen */


/* Widgets */
.widget.widget_media_image {
	margin-top:15px;
}
.column-three .widget.widget_text {
	margin-top:5px;
}
/* Borlabs */
.ls-layers .BorlabsCookie {
	max-width:600px;
}
.ls-layers ._brlbs-thumbnail {
	width:100%;
}
.BorlabsCookie._brlbs-cb-default {
	height:fit-content;
}


/* Borlabs */
._brlbs-video-youtube ._brlbs-caption, ._brlbs-video-vimeo ._brlbs-caption {
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
	top:0 !important;
	transform: translateY(0) !important;
	height:100%;
	background:rgba(60,60,60,0.85) !important;
}
._brlbs-google-maps ._brlbs-caption {
	background:rgba(60,60,60,0.7) !important;
}
._brlbs-video-youtube ._brlbs-caption p, ._brlbs-google-maps ._brlbs-caption p, ._brlbs-video-vimeo ._brlbs-caption p {
	width:100%;
}
._brlbs-video-youtube ._brlbs-thumbnail, ._brlbs-video-vimeo ._brlbs-thumbnail {
	width:100%;
}
._brlbs-video-youtube, ._brlbs-video-vimeo {
	width:100%;
	height:100%;
	border: 2px solid #fff !important;
}
._brlbs-video-youtube img {
/*	height:280px;*/
}
.BorlabsCookie ._brlbs-video-youtube a._brlbs-btn:hover {
	background:#d60909 !important;
}
.BorlabsCookie ._brlbs-google-maps a._brlbs-btn:hover {
	background:#3070e5 !important; 
}
.BorlabsCookie ._brlbs-video-vimeo a._brlbs-btn:hover {
	background:#039cd6 !important; 
}
.BorlabsCookie ._brlbs-video-vimeo a._brlbs-btn._brlbs-icon-play-white:hover::before {
  background: url("data:image/svg+xml,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270%27 y=%270%27 width=%2778%27 height=%2778%27 viewBox=%270, 0, 78, 78%27%3E%3Cg id=%27Layer_1%27%3E%3Cg%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill=%27%23ffffff%27/%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill-opacity=%270%27 stroke=%27%23ffffff%27 stroke-width=%2712%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center !important;
	background-size:contain !important;
}
._brlbs-content-blocker, .BorlabsCookie._brlbs-cb-youtube {
	height:100%;
}
._brlbs-cb-vimeo {
	height:80%;
}
._brlbs-caption a {
	color:#fff !important;
}
._brlbs-caption {
	white-space: normal;
}
.w_head #tab5 ._brlbs-embed._brlbs-google-maps {
	height:calc(100vh - 178px);
	margin:25px 0;	
}
.m_head #tab5 ._brlbs-embed._brlbs-google-maps {
	height:calc(100vh - 50px);
	margin:25px 0;	
}
.gmaps {
	display:none;
}
.gmaps.active {
	display:block !important;
}
.video_headline {
	margin-top:25px;
	padding-top:35px;
	padding-bottom:35px;
}
.video_headline .wpb_column > .vc_column-inner {
	padding-top:0 !important;
}
.video_headline .wpb_animate_when_almost_visible .vc_column-inner > .wpb_wrapper {
	padding:0 30px;
}
.back_link, .back_iphone {
	text-decoration: none;
	display:flex;
	align-content:center;
	align-items:center;
	font-size:18px;
	margin-bottom:15px;
}
.type-post .back_link {
	margin-top:25px;
}
.back_link i, .back_iphone i {
	margin-right:5px;
	font-size:24px;
}
.back_f.hidden {
	display:none;
}
.link_wrapper {
	display:flex;
	align-items:center;
	width:100px;
}
.small_c {
	font-size:14px;
}
.bg_video {
	width:100vw !important;
	max-height:600px;
	min-height:auto;
	object-fit:cover;
	width:100%;
	height:60vh;	
}
.bg_video_wrapper {
	position:relative;
	margin-top:35px;
}
.bg_video_wrapper a {
	color:#fff !important;
}
.bg_video_text {
	position:absolute;
	top:0;
	height:100%;
	display:flex;
	align-content:center;
	align-items:center;
	padding:0 20%;
	z-index:9;
	background-color:rgba(60,60,60,0.3);
}
.bg_video_container {
	margin-bottom:0 !important;
}
.bg_video_text h2 {
	margin-top:0 !important;
}

/*Home Fullscreen Slider*/
.fullscreen-slider {
	width: 100vw !important;
	margin-left: -80px !important;
/*	height: calc(100vh - 128px);*/
	height: calc(100svh - 120px);
	height: calc(100vh - 120px);
	position:relative;
	background:#606060;
	transform: none;
}
.home .fullscreen-slider .swiper-slide {
	justify-content:normal;
	-webkit-transform: translate3d(0, 0, 0);
}
.fullscreen-slider .slider_wrapper {
	position:absolute;
	z-index:999999999;
	margin-left: 15%;
	width:25%;
	max-width: 385px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	
}
.fullscreen-slider .d_rechts .slider_wrapper {
	right:0;
	margin-right:15%;
	margin-left:0 !important;
}
.fullscreen-slider h2 {
	color:#fff;
	text-shadow:rgba(0, 0, 0, 0.9) 1px 1px 4px;
	font-size:55px;
	font-weight:900;
	font-family:lato;
	margin:0px 0 0px 0 !important;
	line-height:54px;
	white-space:nowrap;

}
.fullscreen-slider .hs_fokus {
	color:#fff;
	text-shadow:rgba(0, 0, 0, 0.8) 1px 1px 3px;
	font-size:14px;
	font-weight:700;
	font-family:lato;
	text-align:center;
	margin-bottom:0 !important;
	width:100%;
}

.fullscreen-slider .hs_text {
	color:#fff;
	text-shadow:rgb(60, 60, 60) 0px 0px 13px;
	text-align:center;
	position:relative;
	line-height:22px;
	font-size:18px;
	margin-top:14px;
	font-family:lato !important;
	font-weight:700;
}

.fullscreen-slider .hs_text::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: radial-gradient(circle, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
	z-index:-1;
	opacity:0.8;
	transform: translate3d(0, 0, 0);
}
.fullscreen-slider .swiper-pagination {
	margin-left:18px;
	text-align:left;
}


.hs_logo_wrapper {
-webkit-transition: box-shadow 0.2s ease-in-out 0s;
  -moz-transition: box-shadow 0.2s ease-in-out 0s;
  -o-transition: box-shadow 0.2s ease-in-out 0s;
  -ms-transition: box-shadow 0.2s ease-in-out 0s;
  transition: box-shadow 0.2s ease-in-out 0s;
  border: 1px solid #c9c9c9;
  padding: 5px 10px;
  height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 180px;
  background: #fff;
  margin: 0 auto;
}
.hs_logo_wrapper img {
	max-width: 100%;
	max-height: 170px;
	height: auto;
	width: auto;
	margin: 0 auto;
	position:static;
}
.fullscreen-slider .hs_btn {
	background:rgba(30,30,30,0.8);
	padding:10px 20px;
	font-weight:700;
	color:#fff;
	font-size:14px;
	animation:hs_pulse 1500ms infinite;
	margin:0 auto;
	width:fit-content;
	display:block;
}
@keyframes hs_pulse {
  0%{
    box-shadow:#606060 0 0 0 0;
  }
  75%{
    box-shadow:#60606000 0 0 0 6px;
  }
}
.fullscreen-slider .hs_vorsteller {
	color:#fff;
	font-size:14px;
	text-align:center;
	text-shadow:rgba(0, 0, 0, 0.9) 1px 1px 4px;
	font-weight:700;
	font-family:lato;
	width:100%;
	margin-bottom:0;
}
.fullscreen-slider .hs_copyright {
	color:#fff;
	font-size:12px;
	text-align:center;
	text-shadow:rgba(0, 0, 0, 0.9) 1px 1px 3px;
	font-weight:400;
	font-family:lato;
	width:100%;
}
.fullscreen-slider .swiper-button-prev, .fullscreen-slider .swiper-button-next {
	background:rgba(0,0,0,0.7);
	margin-top:-30px;
	width:38px;
	height:65px;
}
.fullscreen-slider .swiper-button-prev {
	left:0;
}
.fullscreen-slider .swiper-button-next {
	right:0;
}
.fullscreen-slider .swiper-button-prev::after, .fullscreen-slider .swiper-button-next::after {
	font-size:26px;
}
.autoplay-progress svg {
    --progress: 10;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
	stroke-width: 4px;
	stroke: #fff;
	fill: none;
	/*stroke-dashoffset: calc(125.6 - 0.6);*/
	stroke-dashoffset: calc(var(--progress) * 125.6px);
	stroke-dasharray: 125.6;
	transform: rotate(-90deg);
	text-shadow:rgba(0, 0, 0, 0.9) 1px 1px 4px;
}
.autoplay-progress {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 10;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #fff;
	text-shadow:rgba(0, 0, 0, 0.9) 1px 1px 4px;
}
/* TEST
.swiperT {
	height:100px;
	box-sizing: border-box;
	padding: 10px 0;
	background:#606060;
	width:100vw;
	margin-left:-80px;
}

.swiperT .swiper-slide {
	width: 25%;
	max-width:200px;
	height: 100%;
	opacity: 0.4;
}
.swiperT .swiper-slide-thumb-active {
	opacity: 1;
}
*/
.swiperT {
	height:75px;
	box-sizing: border-box;
	padding: 13px 0;
	width:100%;
	margin:0 auto;
	position:absolute;
	bottom:0;
	left:0;
}

.swiperT .swiper-slide {
	width: 25%;
	max-width:110px;
	height: 100%;
	opacity: 1;
	-webkit-box-shadow: 1px 1px 2px 2px rgba(16,16,16,0.86); 
	box-shadow: 1px 1px 2px 2px rgba(96,96,96,0.86);
}
.swiperT .swiper-slide img {
	border:2px solid #fff !important;
}

.swiperT .swiper-slide-thumb-active {
	opacity: 1;
}
.swiperT .swiper-wrapper {
	width:fit-content;
}
.swiperT .swiper-slide-thumb-active {
	transform:scale(1.25) !important;
	transition: all .2s ease-in-out;
	z-index:9999999;

}

/* Home Slider */
.home-slider .slider_info {
	position:relative;
	text-align:center;
	z-index:10;
}
.home-slider.swiper2 {
/*	overflow:hidden;*/
}
.home-slider h3, .home-slider h2 {
	margin: 0 !important;
	color:#fff;
	text-shadow: 0px 1px 5px rgba(0,0,0,0.9);
}
.home-slider h3 {
	font-size:2.9rem;
}
.home-slider h2 {
	font-size:4.2rem;
}
.home-slider .animation {
/*	animation: 1s anim-lineUp ease-out;*/
	animation-name:anim-lineUp;
	animation-duration: 1s;
    animation-fill-mode: both;
	
}
.home-slider .animation_f {
	animation: 0.8s anim-lineBottom ease-out;
}
@keyframes anim-lineUp {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }
    to { opacity: 1 }
}
@keyframes anim-lineBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to { opacity: 1 }
}
.home-slider .slider_info a {
	color:#fff;
	background:rgba(14,14,14,0.8);
	padding:5px 10px;
	text-decoration:none;
	margin-top:20px;
	display:inline-block;
	font-size:14px !important;
	border:2px solid #fff;
}
.home-slider {
	height:50vh;
	min-height:350px;
	width:100vw !important;
	margin-left:-80px !important;
}
.home-slider .BorlabsCookie {
	width:300px !important;
	height:250px !important;
/*	position:absolute;
	right:10vw;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/
	z-index:10;
}
/*.home-slider iframe, */.home-slider .youtube, .bg_vid .vimeo, .home-slider .vimeo, .bg_vid .youtube {
	width:40vw;
	height:80%;
	z-index:10;
	border:2px solid white;
	-webkit-box-shadow: 1px 1px 2px 2px rgba(16,16,16,0.86); 
	box-shadow: 1px 1px 2px 2px rgba(96,96,96,0.86);
}
.home-slider .slider_overlay {
	width:100%;
	background:url("https://dba-bau.com/wp-content/themes/dba/c_img/overlay.png");
	background-repeat:repeat-y;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
/* Home2 Slider */
.swiper2 {
	position:relative;
}
.swiper2 .swiper-slide {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	position: relative;	
}
.swiper2 .slider_info {
	padding:30px 30px 30px 5%;
/*	background:#606060;*/
  background: rgb(78,78,78);
background: linear-gradient(47deg, rgba(86,86,86,1) 0%, rgba(118,118,118,1) 50%, rgba(118,118,118,1) 100%); 
	color:#fff;
	
}

.swiper2 .s_head {
	font-weight:600;
} 
.swiper2 .swiper-pagination {
	bottom:-28px !important;	
}
.swiper2 .swiper-pagination-bullet {
	box-shadow: inset 0 0 0 2px #666666 !important;
	margin: 0 2px !important;
}
.swiper2 .swiper-pagination-bullet-active {
	background:#666666 !important;
	box-shadow: none !important;
}
.swiper2 .slider_info a {
	background:transparent !important;
	margin-top:5px;
}
.swiper2 {
	background:url("https://www.dba-bau.com/wp-content/uploads/home_autor_bg2.jpg");
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center;
}
.swiper2 .sub_head {
	font-size:13px;
	margin-bottom:0;
}
.header-inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.ls-numbers .ls-nav-prev, .ls-numbers .ls-nav-next {
	z-index:100 !important;
}
.entry-content > * {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.ac-header button {
	background:none !important;
}
.ac-header button::hover {
	text-decoration:none !important;
}
.ac.is-active button {
	text-decoration: none !important;
}
button.ac-trigger {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;	
}
.category-news figure img {
	width:100%;
}
.primary-menu li a::after {
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    background-color: #fff;
    /*position: absolute;*/
    transition: all ease-in-out 250ms;
    margin: 1px 0 0 0;
}
.primary-menu li a:hover::after {
    width: 100%;
}
.primary-menu li a {
	margin: 0 0.7vw;	
}
.m_line1 {
	width:45%;
	height:2px;
	background:white;
	transform: rotate(45deg) translate(16px,50%);
	transition: all 0.4s ease;
}
.m_line2 {
	width:45%;
	height:2px;
	background:white;
	transform: rotate(-45deg) translate(-50%,23px);
	transition: all 0.4s ease;
}
.toggle .m_line1 {
	transform:rotate(45deg) translate(19px,8px);	
	width:65%;
}
.toggle .m_line2 {
	transform:rotate(-45deg) translate(-6px,18px);
	width:65%;
}
.pagination-single a.next-post .arrow {
	order:2;
}
/*Menü Sub 16072023*/
.primary-menu .icon:before, .primary-menu .icon:after {
	color:#fff !important;
}

.primary-menu .sub-menu {
	background-color:#777;
	left:0;
}
.primary-menu .sub-menu a {
	padding:5px 5px !important;
	width:max-content !important;
}
/* Search page */
.search_page h2 {
	margin-top:45px !important;
}
.search_result p {
	margin:10px 0 10px 0 !important;
	font-size:18px;
	font-weight:bold;
	line-height:1.2 !important;
	padding:0 10px;
	letter-spacing: -0.015em;
}
.search_page .search_result {
	width:33.3333%;
	padding:0 8px 0px 8px;
	display:block;
	margin-bottom:50px;
}
.search_wrapper {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.search_wrapper a.search_main_link {
	text-decoration:none !important;
	color:#606060;
	box-shadow: 0 2px 5px rgba(0,0,0,.15);
	display:block;
	height:100%;
}
.search_page .search_result img {
	height:20vw;
	min-height:215px;
	object-fit:cover;
	min-width:100%;
}
.search_page .search_content {
	color:#000 !important;
	padding:0 10px 10px 10px;
}
.p1 .adress_wrapper {
	display:none;
}
.paket_adresse {
	padding:10px 7%;
}
.adress_wrapper_a {
	pointer-events: none;
}
.adress_wrapper_a a {
	color:inherit;
	text-decoration:none;
}
.standalone .column-three .widget_media_image {
	display:none;
}
.full_width .back_link {
	margin-top:15px;
}
/*Suche Neu*/
.search_type {
	font-size:12px;
	color:gray;
	font-weight:400;
	margin:-8px 0px 14px 10px;
	display:block;
}
.search_vorsteller {
	font-size:12px;
	color:gray;
	display:block;
	margin:-5px 0px 8px 10px;
}


/*Homeslider  Mobile*/
.homeslider h2 {
	
}
.homeslider h3, .homeslider h2 {
	text-align:center;
	color:#fff;
	text-shadow:rgba(0, 0, 0, 0.77) 0px 0px 5px;
	font-family:Lato;
}
.homeslider h2 {
	font-size:36px;
	margin:0 0 5px 0 !important;
}
.homeslider h3 {
	font-size:18px;
	font-weight:400 !important;
	margin:0 !important;
}
.homeslider a {
	width:140px;
	text-align:center;
	text-decoration:none !important;
}
.homeslider a button, .about_btn {
	background:#000;
	padding: 9px 22px;
	font-size:14px;
	text-transform:none !important;
	letter-spacing:0 !important;
	font-family:"Source Sans Pro";
	font-weight:400;
	text-decoration:none !important;
}
.homeslider {
	display: flex !important;
	align-content:center;
	align-items:center;
	flex-direction:column;
	height:100%;
	justify-content:space-between;
}
.homeslider .animation {
/*	animation: 1s anim-lineUp ease-out;*/
	animation-name:anim-lineUp;
	animation-duration: 1s;
    animation-fill-mode: both;
}
.homeslider .animation_f {
	animation: 1s anim-lineBottom ease-out;
}
#onesignal-bell-launcher circle {
	fill:#606060 !important;
}
#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher-dialog button.action {
	background:#606060 !important;
}
#onesignal-slidedown-allow-button {
	background:#606060 !important;
}
#onesignal-slidedown-cancel-button {
	color:#606060 !important;
}
.to-the-top {
	background:none;
	font-size:16px;
	text-transform:none;
	color:#606060;
	letter-spacing:0 !important;
	font-weight:400;
	font-family:"Source Sans Pro";
}
/* Über uns Fix*/
.full_width .cover {
	max-width:none !important;
	width:100%;
}

.hidden {
	display:none !important;
}


.profile_c .profile_leistungen {
	flex-wrap:wrap;
}
.is-active .ac-panel {
		margin-top:10px;
		padding-left:12px !important;
}
.is-active .ac-header {
	background-color:#ebebeb;
}
.ac-trigger {
		padding-left:12px;
	}
.is-active .ac-header::after {
	transform: translateY(-50%) rotate(45deg) !important;
	/*transform: rotate(45deg) translateX(-50%); !important;
    -webkit-transform: rotate(45deg) translateX(-50%); !important;*/
}
.ac-header {
	padding:12px 0;
	width:100%;
	text-align:center;
	-webkit-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}
.accordion-containerS .ac {
	border-bottom:1px solid #ddd;
}
.l_wrap {
	margin-bottom:20px;
	width:100%;
}
.admin-bar .hidden {
	display:block !important;
}
/*Youtube Blocker*/
.youtube, .vimeo {
  background-color: #000;
  position: relative;
  /*overflow: hidden;*/
  cursor: pointer;
}
.projekt_wrapper .vimeo {
	height:100%;
}
.projekt_wrapper .col.col1 .vimeo {
	min-height:250px;
	height:40vh;
}

.youtube .play-button, .vimeo .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.youtube .play-button:before, .vimeo .play-button:before  {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}

.youtube img, .vimeo img,
.youtube .play-button, .vimeo .play-button  {
  cursor: pointer;
}
.vimeo img, .bg_vid .youtube img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.youtube img, .vimeo img,
.youtube iframe, .vimeo iframe,
.youtube .play-button, .vimeo .play-button,
.youtube .play-button:before, .vimeo .play-button:before {
  position: absolute;
}

.youtube .play-button:before, .vimeo .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d( -50%, -50%, 0);
-webkit-transform: translate3d( -50%, -50%, 0);	
}
.youtube .play-button, .vimeo .play-button {
	top: 50%;
	left: 50%;
	margin-left:-45px;
	margin-top:-30px;
}



.youtube iframe, .vimeo iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.bg_vid {
	align-items:center;
/*	height:100%;*/
}
.bg_vid .wpb_wrapper {
	height:100%;
	display:flex;
	align-items:center;
}
/*Content Views Pro Fix gleiche Höhe*/
.pt-cv-view .col-md-4.col-sm-6.col-xs-12.pt-cv-content-item.pt-cv-1-col, .pt-cv-same-height {
	border-color:transparent !important;
	border-width:0px !important;
}
.pt-cv-colsys {
	margin-left:-15px !important;
	margin-right:-15px !important;
}

/*Magazin*/
#site-magazin {
	height:100vh;
	overflow:auto;
	max-height:100%;
}
#site-magazin iframe {
	height:100vh;
}
#site-magazin .seo_text {
	margin-bottom:0 !important;
	padding:20px 20%;
	color:#fff;
	text-align:center;
}
#site-magazin .seo_text ul {
	margin-top:-0.6em;
	margin-bottom:3rem !important;
}

#pt-cv-view-460015cm16 .pt-cv-thumbnail {
	height:auto !important;
}
/* Swiper Outline Fix */
.swiper-button-next:focus, .swiper-button-prev:focus {
	outline:none;
}
/* Profile Slider Copyright */
.pop_wrapper .swiper .copyright_slider {
	position:absolute;
	bottom:0px;
	right:0px;
	background:rgba(96,96,96,0.8);
	color:#fff;
	padding:2px 3px;
	font-size:14px;
}
.leistungen_wrapper .copyright_slider {
	position:absolute;
	bottom:0px;
	right:-25px;
	background:rgba(96,96,96,0.8);
	color:#fff;
	padding:2px 3px;
	font-size:14px;
}
.paket-paket-1 figure.featured-media figcaption {
	position:absolute;
	bottom:0px;
	right:0px;
	background:rgba(96,96,96,0.8);
	color:#fff;
	padding:2px 3px;
	font-size:14px;
	width:auto;
}
/*News Copyright*/
.cover-header .copyright_slider {
	position:absolute;
	bottom:0px;
	right:0px;
	background:rgba(96,96,96,0.8);
	color:#fff;
	padding:2px 3px;
	font-size:16px;
}
/* Layerslider Überbreite Fix*/
.home article {
	overflow-x:hidden !important;
}
.home {
/*	overflow:hidden !important;*/
}
/* Profil Leistungen Auflistung*/
.paket-paket-2 > ul {
	margin-top:-14px;
	margin-bottom:20px;
}
/*Projekte Sidebar Logo*/
.projekt_logo {
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
	margin-bottom:20px;
}
.projekt_logo img {
	max-height:160px;
}
/* Projekt Website */
.projekt_url {
	margin-top:7px;
	display:block;
}
/* Projekt Rundgang */
i.rundgang {
	background-image:url("https://dba-bau.com/wp-content/themes/dba/c_img/rundgang.png");
	background-size:80px;
	background-repeat:no-repeat;
	background-position:center;
	height:65px;
	width:100px;
	display:block;
	margin:0 auto;
}
.rundgang_btn {
	text-align:center;
	font-weight:bold !important;
	padding:0;
	letter-spacing:0 !important;
	color:#000 !important;
}
.rundgang_wrapper {
	width:100%;
	display:block;
	text-align:center;
	margin-bottom:30px;
}
/*Table Projekte*/
.projekte .col.col1 > table td {
	padding:5px 5px 5px 0;
}
.projekte .col.col1 > table tr {
	vertical-align:top;
}
.projekte .col.col1 > table {
	margin-bottom:12px;
	width:100%;
}
.projekte .wrapper {
	display:flex;
}
.projekte .t_item {
   padding:5px 0;
   width: 100%;
}
.t_col1, .t_col2 {
	margin-bottom:22px;
}
.mobile_table_content {
	display:none;
}
/* Social Media Icons -> Profile */
.adress_wrapper_a .social_media_wrapper {
	display:flex;
	margin-bottom:8px;
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
}
.social_media_wrapper > * {
	pointer-events: auto !important;
}
.social_media_wrapper img.ps_icons {
	width:40px;
	height:40px;
	filter: grayscale(1);
}
.social_media_wrapper img.ps_icons:hover {
	filter: grayscale(0) !important;
}
.paket_adresse .social_media_wrapper {
	display:flex;
	margin-top:8px;
}
/* Projekte Figcaption remove*/
.type-projekte .featured-media .wp-caption-text {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: rgba(96,96,96,0.8);
	color: #fff;
	padding: 2px 3px;
	font-size: 14px;
	width: auto;
}
/*ul margin fix*/
.projekte ul.list, .profil ul.list, .seo_textbox .list {
	margin-top:-14px;
	margin-bottom:18px;
}
/* Password Form*/
.post-password-form input[type=submit] {
	background:#606060 !important;
	padding:14px 16px !important;
}
/* Projekte ul no margin */
ul.no_margin {
	margin-bottom:0;
}
.grid_w #post-178 .pt-cv-wrapper, .grid_w #post-13 .pt-cv-wrapper, .grid_w #post-180 .pt-cv-wrapper, .grid_w #post-184 .pt-cv-wrapper  {
	margin-top:40px;
}
/* Netzwerk Standard Neu */
.page-template-template_netzwerkBasic .entry-content {
	padding:0 80px;
}


/* SEO Textbox Profile, News, Projekte, Magazin,  */
.seo_wrapper {
	padding:0 80px;
	width:100%;
	display:flex;
	flex-direction:row;
}
.grid_netzwerkMain .seo_wrapper {
	margin-top:60px;
}
.seo_sitemap {
	flex:0 0 250px;
	margin-top:3rem;
	margin-right:50px;
	padding-right:25px;
	box-shadow:3px 2px 5px -4px rgba(114,114,114,0.46);
	border-right:1px solid #ddd;
	padding-bottom:10px;
}
.seo_textbox h3:target:before, .seo_textbox h2:target:before {
    content: "";
    display: block;
    height: 128px;
    margin: -128px 0 0;
}

.seo_sitemap ul {
	margin-left:0 !important;
}
.seo_sitemap li {
	list-style-type:decimal !important;

}
.seo_sitemap li a {
	text-decoration: underline;
}
.sitemap_list {
	position:sticky;
	top:150px;
	height:auto;
	display:block;
}

.sitemap_list a:hover {
	color:#000;
}
.seo_textbox h3 {
	margin:3rem 0 1rem !important;
}
.seo_sitemap h3 {
	margin:0 0 1rem !important;
}
/* Netzwerk -> Kontaktformular */
.kontaktform {
	width:100%;
	height:100vh;
	padding:0;
	background:rgba(96,96,96,0.7);
	display:none;
	opacity:0;
	position:fixed;
	top:0;
	left:0;
	z-index:999999999999;
	justify-content: center;
	align-content: center;
	align-items: center;
    -webkit-animation: kontaktAni 0.5s ease-out;
    animation: kontaktAni 0.5s ease-out;
	color:#fff;
}
.kontaktform  ._brlbs-default p a {
	font-weight:bold;
	text-decoration:underline;
}
.kontaktform h2 {
	margin-top:35px;
}
.kontaktform  ._brlbs-default p {
	color:#000;
}
.kontaktform_inner {
	max-height:100vh;
	overflow:auto;	
}
@keyframes kontaktAni {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}
.full_dsgvo .wpcf7-list-item {
	margin-left:0 !important;
}
.full_dsgvo a {
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}

.kontaktform .icon-cancel-circle {
	color:#fff;
	font-size:40px;
}
.kontaktform .kontaktform_inner {
	background:#606060;
	padding:40px 40px;
	max-width:1100px;
	margin:0 auto;
	-webkit-box-shadow: 2px 2px 8px 3px rgba(80,80,80,0.72); 
	box-shadow: 2px 2px 8px 3px rgba(80,80,80,0.72);
	position:relative;
}
.kontaktform.active {
	display:flex;
	opacity:1;
}
.kontaktform_inner .icon_w {
	color: #fff;
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 80px;
	position: absolute;
	right: 10px;
	top:10px;
}
.kontaktform_inner .wpcf7 {
	clear:both;
}
.kontaktform_inner .half_w {
	width:48%;
	float:left;
	margin-bottom:16px;
}
.kontaktform_inner .full_w {
	margin-bottom:25px; 
	clear:both;
}
.kontaktform_inner .half_w_l {
	margin-right:4%;
}
.kontaktform_inner h2 {
	color:#fff;
}
.kontaktform_inner label {
	font-size:18px;
	color:#fff;
}
.kontaktform_inner input.wpcf7-submit {
	font-family:"Source Sans Pro";
	background:#000 !important;
	padding:13px 17px !important;
	margin:15px 0;
}
.kontaktform_inner .wpcf7-response-output {
	color:#fff !important;
	font-weight:bold;
	margin-left:0 !important;
	margin-right:0 !important;
}
.kontaktform_inner .wpcf7-submit {
	
}
.kontaktform_inner .wpcf7-text, .kontaktform_inner .wpcf7-textarea {
	padding:12px 4px !important;
}
.kontaktform_inner .wpcf7-not-valid-tip {
	color:#f10f0f !important;
}

/* iPhone text fix nach orientation change*/
@media (orientation: portrait) {
	.wpb_wrapper p {
		-webkit-text-size-adjust: 100%;
	}
}
/* Magazin BG */
#site-magazin {
	background-image:url('https://www.dba-bau.com/wp-content/uploads/texture.jpg');
	background-repeat:repeat;
}

/*Profile Anpassungen Extra*/
.post-3108.paket-paket-1 .entry-content img.alignnone {
	margin:40px 0 15px 0 !important;
}

/* Pagination Fix */
.pt-cv-wrapper .pagination > li {
	display:inline-block;
	margin:0 !important;
}
/* Maps Pro */
.pro-tabs ul {
	display: flex;
	max-width: 400px;
	width:100%;
	margin: 0 auto !important;
	justify-content: center;
	align-content: center;
	align-items: center;
}
/* Profile und Projekte Revamp Karte */
.page-template-template-profilt .tab-content, .page-template-template-author-mtest .tab-content {
	padding:0 !important;
}
.page-template-template-profilt #kacheln .entry-content {
	
}
.pro_rev .nav.nav-tabs a {
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width:130px;
}
.pro_rev .nav.nav-tabs a p {
	margin-bottom:0 !important;
}
.pro_rev .nav.nav-tabs a i {
	font-size:28px;
	color:#000;
}
.pro_rev .nav.nav-tabs li {
	margin-left:0 !important;
}
.pro_rev .profil_tab_desc {
	text-align:center;
	margin-bottom:0 !important;
	font-weight:bold;
}
.pro_rev .nav.nav-tabs {
	margin-bottom:25px !important;
}

/* Andreas Pakete anzeigen lassen */
#pt-cv-view-630c9857t4 .pt-cv-ifield .terms {
	display:none;
}
.logged-in.admin-bar #pt-cv-view-630c9857t4 .pt-cv-ifield .terms {
	display:block !important;
}
/* Edge Home Projekte und Profile Grafik Fix*/
/*.pt-cv-wrapper .carousel-inner>.item.active {
	-webkit-transform: none !important;
	transform: none !important;
}
.pt-cv-wrapper .carousel-inner>.item {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
.home .pt-cv-wrapper .carousel-inner {
	overflow:visible;
}*/


/* Partner / Mitliegschaften*/
.dgnb_logo {
	max-width:160px !important;
}
.dhbv_logo {
	width:80px;
}
/* News LI fix mit img float*/
.li_fix {
	margin-top:-18px !important;
	overflow:hidden;
}
.li_fix li {
	list-style-position:inside !important;
	text-indent:-20px;
}
.li_fix li::marker {
	margin-left:15px;
}
.magazin_about .pt-cv-thumbnail {
	height:100% !important;
}
#pt-cv-view-a04de51uhp .pt-cv-ctf-name {
	min-width:unset !important;
	margin-right:3px !important;
}
/* Profil Projekte Locator Map */
.maps_locator {
	width: 100%;
	display: flex;
}
.map_pro_output {
/*	flex: 0 0 325px;*/
	height: 100%;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	top: 0;
	left: 0;
	overflow-y:scroll;
}
.map_pro_output .box {
	height:100%;
}
.gmaps {
	flex: 1;
	min-width: 0;
}
.map_pro_output .info-box {
	border-bottom:1px solid #ddd;
	margin-top:10px;
	box-shadow:0px 5px 8px -4px rgba(114,114,114,0.46);
}
.map_pro_output .info-box h3, .map_pro_output .info-box p {
	margin:0;
}
.map-filter {
	display:flex;
/*	gap:12px;*/
	position:relative;
	justify-content:center;
}
.location_wrapper {
	display:flex;
	min-width:300px;
}
.map-filter .location_wrapper.deactivate #plzort_box {
	color:#ccc;
}
.map-filter #plzort_box {
	border:1px solid #000;
}
.map-filter .f_icon_wrapper {
	height:60px;
	overflow-y:clip;
	width:60px;
	margin-right:20px;
}
.map-filter .location_wrapper .standort {
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	height:60px;
	width:60px;
	background:#606060;
	display:flex;
	align-items:center;
	color:#fff;
	align-content:center;
	justify-content: center;
	font-size:25px;
	flex-direction:column;

}
.map-filter .location_wrapper.deactivate .standort {
	transform:translateY(-58px);
}
.map-filter .suggestion-list {
	position:absolute;
	bottom:100px;
}
.map-filter {
	height:60px;
}
.search_box_wrapper {
	position:relative;
}

.search_box_wrapper .selectize-dropdown.single {
	width:100%;
	top:57px;
}
.search_box_wrapper #search_box {
	height:100%;
	border:1px solid #000;
}

.search_box_wrapper .ajax_list {
	padding: 5px 12px 5px 9px !important;
	min-width: 200px;
	border-bottom: 1px solid #e4e4e4;
}
.ajaxoutput {
	font-size:11px;
	color:gray;
}
.search_box_wrapper .icon-branche {
	height:40px;
	min-width:22px;
	margin-right:10px;
	background:url("https://www.dba-bau.com/wp-content/uploads/icon_branche.png");
	background-size:22px;
	background-repeat:no-repeat;
	background-position:center;
}
.search_box_wrapper .icon-profil {
	min-width:22px;
	height:40px;
	margin-right:10px;
	font-size:22px;
	display:flex;
	align-content:center;
	justify-content:center;
	align-items:center;
}
.search_box_wrapper .ajax_list {
	display:flex;
	cursor:pointer;
	
}
.search_box_wrapper .ajax_text {
	display:flex;
	align-content:center;
	align-items:center;
}
.maps_locator .maps_logos {
	max-width:100%;
/*	margin-top:10px;*/
	margin-bottom:15px;
	max-height:120px;
	object-fit:contain;
	filter:grayscale(1);
	transition:0.5s all;
}
.maps_locator .info-box:hover img {
	filter:grayscale(0);
}
.maps_locator .info-box h3 {
	margin:5px 0;
	text-align:left;
	margin-bottom:0px;
	font-size:1.8rem;
}
.maps_locator .info-box {
	margin-bottom:10px;
	border-bottom:1px solid #ddd;
	padding:10px 20px 25px 20px;

}
.maps_locator .acf-map {
	margin:0 !important;
	height:100% !important;
}
.maps_locator {
	margin-top:20px;
	height:calc(100vh - 236px);
}
.maps_locator .gm-style-iw.gm-style-iw-c {
	padding-top:17px !important;
}
.map_social_wrapper {
	display:flex;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:-2px;
}
.map_social_wrapper img {
	width:35px;
	height:35px;
}

.map_pro_output .info-box {
	display:flex;
	flex-direction:column;
}
.map_pro_output .info-box .col1 {
	padding-right:15px;
	padding-left:5px;
	width:40%;
	display:flex;
	flex-direction:column;
}
.map_pro_output .info-box .col2 {
	padding-left:15px;
	width:60%;
	padding-right:5px;
	display:flex;
	flex-direction:column;
}
.map_pro_output .map-icon-wrapper {
	display:flex;
	margin-bottom:5px;
}
.map_pro_output .icon-location2.map-icon-wrapper {
	margin-bottom:3px !important;
}
.map_pro_output .map-icon-wrapper::before {
	margin-right:7px;
/*	font-size:22px;*/
}
.map_pro_output .map_cta {
	width:100%;
	padding:5px;
	height:35px;
	border-radius:3px;
	color:#fff;
	text-align:center;
	border:1px solid #606060;
	background:#f9f5ed;
}
.map_pro_output .profil_btn {
	background:#727272;
}
.map_pro_output .profil_btn a {
	color:#fff !important;
}
.map_pro_output .karte_btn {
	margin-top:15px;
	margin-bottom:10px;
	cursor:pointer;
}
.map_pro_output .map_cta a {
	color:#444;
	text-align:center;
	font-weight:400;
	display:block;
	width:100%;
}
.map_pro_output .location2.map-icon-wrapper {
	margin-left:25px;
	margin-bottom:10px;
}
.map_pro_output .map-icon-wrapper a {
	text-decoration:underline;

}
.page-template-template-verzeichnis #onesignal-bell-launcher {
	right:60px !important;
}
/**/
.marker_c_wrapper {
	max-width:300px;
	width:50vw;
	display:block;
	overflow: visible;
	padding:8px;
	font-size:18px;
}
.maps_locator .gm-style-iw, .maps_locator .gm-style-iw-d {
    overflow:visible !important;
    min-height:fit-content !important; 
	max-height:fit-content !important; 
}
.marker_c_wrapper h3 {
	margin:0 0 15px 0 !important;
	font-size:1.8rem;
}
.marker_c_wrapper .map-icon-wrapper {
	display:flex;
	margin-bottom:5px;
	font-size:15px !important;
}
.marker_c_wrapper .icon-location2.map-icon-wrapper {
	margin-bottom:2px !important;
}
.marker_c_wrapper .map-icon-wrapper::before {
	margin-right:7px;
/*	font-size:22px;*/
}
.marker_c_wrapper .maps_logos {
	width:100%;
}
.marker_c_wrapper .profil_btn {
	background:#727272;
	width: 100%;
	padding: 5px;
	height: 35px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	border: 1px solid #606060;
}
.marker_c_wrapper .profil_btn a {
	color:#fff;
	font-family:"Source Sans Pro", "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
.marker_c_wrapper .location2 {
	margin-left:25px;
	margin-bottom:15px; 
}
.gm-style-iw button.gm-ui-hover-effect span {
	width:30px !important;
	height:30px !important;
}
.gm-style-iw button.gm-ui-hover-effect  {
	top:-6px !important;
	right:9px !important;
	width:30px !important;
	height:30px !important;
}
.marker_c_wrapper .map-icon-wrapper a {
	color:#606060;
	text-decoration:underline;
}

.map-filter .search_box_wrapper {
	display:flex;
	flex:0 0 20%;
	padding:0 20px;
}
#map_radius {
	margin-right:20px;
	color:gray;
	-webkit-appearance: menulist-button;
}
.map-filter .filter_submit {
	background:#606060;
	border:1px solid #000;
	border-radius:3px;
	transition: all 0.2s linear 0s;
	width:120px;
	height:100%;
	padding-right:9px !important;
	padding-left:25px !important;
	text-transform:none !important;
}
.map-filter .input_container {
	position:relative;
}
.map-filter .input_container .input_ani {
    content:"\e92c";
	font-family: icomoon !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 30px;
    border-radius: 0 50% 50% 0;
    transform: scale(0,1);
    transform-origin: left center;
    transition: all 0.2s linear 0s;
	color:#fff !important;
	background:rgba(255,255,255,0.3);
}
.map-filter .input_container:hover .filter_submit {
/*	text-indent: 20px;*/
	text-decoration:none !important;
}
.map-filter .input_container:hover svg {
	opacity:0;
}
.map-filter .input_container:hover .input_ani {
	 transform: scale(1, 1);
	 text-indent: 0;
}
.map-filter .clear_filter {
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-left:20px;
	height:60px;
	width:65px;
	background:#606060;
	border-radius:3px;
	color:#fff;
	border:1px solid #000;

}
.map-filter .filter_text {
	font-size:16px;
	margin-bottom:0 !important;
	text-align:center;
	line-height:18px;
	cursor:pointer;
}
.input_container .input_wrapper {
	display:flex;
	align-items:center;	
}
.input_container .input_wrapper svg {
	fill:#fff;
	position:absolute;
	left:13px;
	transition: opacity 0.25s linear 0s;
	opacity:1;
}
/* News Beitrag CV Fix pt-cv-view-5d7b05162i und fix  */
#pt-cv-view-5d7b05162i .pt-cv-ctf-name, #pt-cv-view-dcd9217oy2 .pt-cv-ctf-name {
	min-width:auto !important;
	margin-right:6px !important;
}
#pt-cv-view-5d7b05162i .pt-cv-ctf-pro_ort, #pt-cv-view-dcd9217oy2 .pt-cv-ctf-pro_ort {
	margin-top:0 !important;
}
#pt-cv-view-5d7b05162i .pt-cv-ctf-list, #pt-cv-view-dcd9217oy2 .pt-cv-ctf-list {
	margin-bottom:0 !important;
}




#pt-cv-view-5d7b05162i h3 a, #pt-cv-view-dcd9217oy2 h3 a {
	text-decoration: none !important;
	font-weight:600 !important;
	font-size:18px;
}
#pt-cv-view-5d7b05162i h3, #pt-cv-view-dcd9217oy2 h3 {
	margin-bottom:0 !important;
}
#pt-cv-view-5d7b05162i img.pt-cv-thumbnail, #pt-cv-view-dcd9217oy2 img.pt-cv-thumbnail {
	height:350px !important;
}


/* Remove Edit */
.logged-in .post-meta-wrapper.post-meta-edit-link-wrapper {
	display:none;
}


/* Projekte neue Partner am Bau Siderbar */
.pab_sidebar {
	height:100%;
	border-right:1px solid #ddd;
	flex:0 0 325px;
	border-left:1px solid #ddd;
	position:absolute;
	width:100%;
	z-index:1;
	background:#fff;
	transition:all 0.4s ease;
	left:-325px;
}
.pab_sidebar.active {
	left:0;
}
.pab_sidebar .pab_scroll {
	overflow-y:scroll;
	height:100%;
}
.pab_sidebar .logo_wrapper {
	width:100%;
	/*border:1px solid #ddd;*/
/*	height:140px;*/
	display:flex;
	align-content:center;
	padding:15px 25px;
	justify-content:center;
	border:1px solid #ddd;
	transition: 0.3s ease transform;
}
.pab_sidebar .pro_sidebar_logos {
	margin-bottom:-20px;
	border-bottom:1px solid #ddd;
	box-shadow:0px 5px 8px -4px rgba(114,114,114,0.26);
	padding:0 25px;
	padding-bottom:25px;
	position:relative;
	transition: 0.3s ease transform;
}
.pab_sidebar .pro_sidebar_logos img {
	width:100%;
	filter:grayscale(1);
	height:120px;
	object-fit:contain;
	object-position:center;
/*	transition:all 0.4s;*/
	transition: 0.3s ease transform;
	
}

.pab_sidebar .pro_sidebar_logos:hover .logo_wrapper img {
	filter:grayscale(0);
}
.pab_sidebar .pab_btnurl {
	background:#606060;
	padding:10px 20px;
	color:#fff;
	font-weight:bold;
	height:60px;
	line-height:40px;
	opacity:0;
}
.pab_sidebar .pab_btnurl {
	width:100%;
	display:block;
	text-align:center;
	opacity:0;
	margin:0 auto;
	z-index:999;
	/*transform: translateY(20px);*/
}
.pab_sidebar .pro_sidebar_logos:hover .pab_btnurl {
	opacity:1;
	transition: 0.3s ease all;
/*	transform: translateY(38px) rotateY(-20deg) rotateX(-35deg) translateZ(20px) translateX(17px);*/
}

.pab_sidebar .pab_sidebar_name {
	text-align:center;
	font-weight:bold;
	margin-top:10px;
}
.pab_sidebar h2 {
	font-size:26px !important;
	margin-top:25px !important;
	font-weight:bold;
	margin-bottom:-20px;
	padding-bottom:20px;
	box-shadow: 0px 5px 8px -4px rgba(114,114,114,0.26)
}
.pab_sidebar .pab_btn_wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction:column;
}
.pab_sidebar .pab_ani {
	width: 99%;
	height: 99%;
	border-radius: 0px;
	z-index: 1;
	position: absolute;
}
.pab_sidebar .pro_sidebar_logos:hover .pab_ani:before, .pab_sidebar .pro_sidebar_logos:hover .pab_ani:after {
	width: 100%;
	height: 100%;
	border: inherit;
	top: 0;
	left: 0;
	z-index: 0;
	background: #606060;
	border-radius: inherit;
	animation: pulsing 1.8s linear infinite;
	content: "";
	position: absolute;
}
.pab_sidebar .pro_sidebar_logos:hover .pab_ani:after {
	animation: pulsing1 1.8s linear infinite;
}
.pab_sidebar .trigger_pab_menu:not(.toggle) {
	-webkit-animation: pulse 2s infinite cubic-bezier(0.25, 0, 0, 1);
	/*! animation: pulse 2s infinite cubic-bezier(0.25, 0, 0, 1); */
	box-shadow: 0 0 0 0 #606060;
}


@keyframes pulsing {
	0% {
		opacity: 0.3;
		transform: scaleY(1) scaleX(1);
	}
	20% {
		opacity: 0.2;
	}
	70% {
		opacity: 0.1;
		transform: scaleY(1.4) scaleX(1.2);
	}
	80% {
		opacity: 0;
		transform: scaleY(1.4) scaleX(1.2);
	}
	90% {
		opacity: 0;
		transform: scaleY(1) scaleX(1);
	}
}
@keyframes pulsing1 {
	0% {
		opacity: 0.3;
		transform: scaleY(1) scaleX(1);
	}
	20% {
		opacity: 0.2;
	}
	70% {
		opacity: 0.1;
		transform: scaleY(1.1) scaleX(1.1);
	}
	80% {
		opacity: 0;
		transform: scaleY(1.1) scaleX(1.10);
	}
	90% {
		opacity: 0;
		transform: scaleY(1) scaleX(1);
	}
}



/*.trigger_pab_menu {
	display:block;
	position:absolute;
	top:50%;
	height:40px;
	width:40px;
	background:#707070;
	z-index:20;
	right:-42px;
	transform:translateY(-50%);
	transition: all 0.4s ease;
	border-radius:0 10px 10px 0;
}*/


/* Projekte Partner am Bau Revamp */
.trigger_pab_menu {
	display:block;
	position:absolute;
	top:50%;
	height:60px;
	width:60px;
	background:#707070;
	z-index:20;
	right:-62px;
	transform:translateY(-50%);
	transition: all 0.4s ease;
	border-radius:0 10px 10px 0;
}
.trigger_pab_menu .m_text {
	display:flex;
	align-content:center;
	align-items:center;
	justify-content:center;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
}
.trigger_pab_menu .m_text img {
	width:46px;
	image-rendering:-webkit-optimize-contrast;
}



.standalone .pab_sidebar {
	top:calc(-100vh + 70px);
}
.projekt_page {
	z-index:1;
}
/*Author IMG Update*/
.author_wrapper {
	position:relative;
	overflow:hidden;
}
.author_wrapper .author_img {
	position:absolute;
	right:0;
	bottom:0;
	width:175px;
	height:auto;
filter: drop-shadow(1px 1px 5px #555);
	margin-bottom:0;
	pointer-events:none;
}
.author_wrapper .pt-cv-thumbnail {
	margin-bottom:0 !important;
}
#pt-cv-view-070e3fcphc a.pt-cv-lightbox {
	pointer-events:auto;
}
/* Borlabs Umbrechen Fix iPhone */
#BorlabsCookieBox label._brlbs-checkbox {
	white-space:nowrap;
}
.author_wrapperpage {
	padding:0 80px;
}

/* Hierachie Seiten */
.archiv_result p {
	margin:10px 0 10px 0 !important;
	font-size:18px;
	font-weight:bold;
	line-height:1.2 !important;
	padding:0 18px;
	letter-spacing: -0.015em;
}
.archiv_wrapper .archiv_result {
	width:33.3333%;
	padding:10px;
	display:block;	
}
.archiv_wrapper {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.archiv_wrapper a {
	text-decoration:none !important;
	color:#606060;
	box-shadow: 0 2px 5px rgba(0,0,0,.15);
	display:block;
	height:100%;
}
.archiv_wrapper .archiv_content {
	padding:0 18px 10px 18px;
	margin-bottom:18px;
}
.author_wrapperpage {
	padding:0 80px;
}
.grid_w .archive-description p {
	text-align:center;
}
.hierarchie_page h1 {
	text-align:center;
	margin-bottom:25px !important;
	text-transform:uppercase;
}
.archiv_result img {
	height: 20vw;
	min-height: 250px;
	width: 100%;
	object-fit: cover;
	margin-bottom:18px;
}
.archiv_result {
	animation: 0.5s ease-out 1 fadeIn;
}
.tax-bundeslander .archiv_result a {
	position:relative;
}

@keyframes fadeIn {
  0% {
    opacity:0;
   transform: translateY(30px);
  }
  100% {
    opacity:1;
   transform: translateY(0);
  }
}
.tax-bundeslander .acf-map {
	margin-top:0 !important;
	height:100% !important;
}
.tax-bundeslander .pswp {
	display:none;
}
.tax-bundeslander .seo_textbox h2.seo_headline {
	margin-top:3rem;
}
.tax-bundeslander .load-more.button {
	margin:0 auto;
	display:flex;
	align-content:center;
	justify-content:center;
	flex-direction:column;
	background:#606060 !important;
	color:#fff;
	box-shadow:0 2px 5px rgba(0,0,0,.15);
}
.tax-bundeslander .load-more.button p {
	line-height:0 !important;
	text-transform:none !important;
}
.tax-bundeslander .pagination {
	width:fit-content;
}
.tax-bundeslander .load-more.button i.icon-circle-down {
	font-size:22px;
}
.tax-bundeslander .archiv_cta_wrapper {
	position:absolute;
	top:0;
	right:0;
	background:rgba(255,255,255,0.7);
	height:100%;
	width:100%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	opacity:0;
	transition:all 0.5s ease-out;
}
.tax-bundeslander .archiv_img_wrapper {
	position:relative;
}
.tax-bundeslander .cta_2projekt {
	width: 175px;
    height: 175px;
    text-align: center;
    color: white !important;
    border: none !important;
    border-radius: 50%;
    background: #606060 !important;
    cursor: pointer;
    font-size: 18px !important;
    display: flex !important;
/*    animation: pulse 1.5s infinite !important;*/
	justify-content:center;
	align-content:center;
	align-items:center;
	line-height:normal !important;
	transform: translate(-50%,-50%);
	-webkit-transform: translate3d(-50%,-50%,0);
	position:absolute;
	top:50%;
	left:50%;
	opacity:0;
	z-index:99;
	animation: pulseBtn 1.5s infinite !important;
}

.tax-bundeslander .archiv_result:hover .cta_2projekt {
	opacity:1;
}
.tax-bundeslander .archiv_result:hover .archiv_cta_wrapper {
	opacity:1;
}
.hierarchie_page .seo_wrapper {
	margin-top:45px;
}

/* Error 404 */
.bg_404 {
	position:absolute;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	z-index:1;
}
.bg_404 img {
	width: 100%;
	height: 100%;
	max-height:70vh;
	object-fit: cover;
	object-position: bottom;
	position:absolute;
	bottom:0;
}
.bg_404 .paral_1 {
	z-index:1;
	object-fit:cover !important;
}
.bg_404 .paral_2 {
	z-index:10;
	opacity:0.4;
}
.tax-bundeslander .errorp404, .error404 .errorp404 {
	height:calc(100vh - 538px);
	min-height:800px;
}
.error404 .footer-nav-widgets-wrapper {
	margin-top:0 !important;
}
.error404 #site-content {
	position:relative;
}
#site-content.errorp404 {
	display:flex;
	align-content:center;
	align-items:center;
	justify-content:center;
	overflow:hidden;
}
.error404 .error404-content {
	z-index:99;
	position:relative;
	background: rgb(255,226,0);
	background: radial-gradient(circle, rgba(255,226,0,1) 0%, rgba(252,207,18,1) 100%); 
	border:2px solid #606060;
	border-radius:10px;
	padding:25px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 5px 5px 11px 0px rgba(20,20,20,0.31);
	box-shadow: 5px 5px 11px 0px rgba(20,20,20,0.31);
}
.hook_404 {
	position:absolute;
	top:50%;
	transform: translate(-50%, -100%);
	left:50%;
}
.hook_404 img {
	margin-top:-1443px;
}
.wrapper_404 {
	width:100%;
	height:100%;
	animation: hookUp 3s alternate !important;
	opacity:1;
}
.hook_404_el {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -2px;
	margin-left: -1px;
	opacity: 0.7;
}
.wrapper_404 #search-form-1 {
	border:1px solid #000;
}
.error404-content {
	margin:0 auto;
	height:329px;
	width:580px;
	max-width:80%;
	display:flex;
	flex-direction:column;
/*	justify-content:center;*/
	justify-content:space-around;
}
.error404-content input.search-submit {
	background:#606060;	
}
.error404-content {
	text-align: center;
}
.error404 #site-content .search-form {
	justify-content: center;
	margin-top: 0;
	
}
.tax-bundeslander ._brlbs-thumbnail {
	height:50vh !important;
	max-height:500px;
	object-fit:cover;
	width:100%;
}
.tax-bundeslander ._brlbs-embed._brlbs-google-maps {
	width:100%;
}
.tax-bundeslander .seo_textbox a {
	font-weight:bold;
	text-decoration:underline;
}

@keyframes hookUp {
  0% {
   transform: translateY(100%);
	  z-index:99;
  }
  100% {
	transform: translateY(0%);
	  	  z-index:99;
  }
}

@-webkit-keyframes pulseBtn {
  0% {
	 box-shadow: 0 0 0 0 rgba(40, 40, 40, 0.3);
  }
  70% {
	  box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
    100% {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
/* Gängschter CSS Home Hightlights Fix*/
.home #highlights:target:before {
    content: "";
    display: block;
    height: 128px;
    margin: -128px 0 0;
}
/* Fix für Post dawegen Bild nicht abgeschnitten */
#post-13934 .bg-image {
	background-position:top !important;
}
/* Projekte pba menu change */
.t_btn_wrapper {
	margin-top:9px;
	margin-left:2px;
}
.trigger_pab_menu .m_text {
	opacity:1;
	transition:0.1s all ease-in;
}
.trigger_pab_menu .t_btn_wrapper {
	opacity:0;
	transition:0.1s all ease-in;
}
.pab_sidebar.active .m_text {
	opacity:0;	
}
.pab_sidebar.active .t_btn_wrapper {
	opacity:1;
}
/* Main Slider Home Fix Thumbs überbreite */
.home .swiperT.swiper-thumbs {
	overflow:hidden;
}
.agb_wrapper .wrap {
	padding:0 80px;
}


/* Login Button neu für Backend */
header #login_btn {
	height:36px;
	width:36px;
	background:#5f5f5f;
	border-radius:3px;
	margin-left:8px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	border:1px solid rgba(96,96,96,1);
	display:none;
}
header #login_btn svg {
	width:22px;
	height:22px;
	color:#fff;
}
header #login_btn, header #ajaxsearchpro3_1 .probox .promagnifier{
  background-repeat: no-repeat !important;
  background-position: -120px -120px, 0 0 !important;
  background-image: -webkit-linear-gradient(top left,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0.0) 50%
  ) !important;
  background-image: -moz-linear-gradient(0 0,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0.0) 50%
  ) !important;    
  background-image: -o-linear-gradient(0 0,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0.0) 50%
  ) !important;
  background-image: linear-gradient(0 0,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0.0) 50%
  ) !important;

  -moz-background-size: 250% 250%, 100% 100%;
       background-size: 250% 250%, 100% 100%; 
  -webkit-transition: background-position 0s ease;
     -moz-transition: background-position 0s ease;       
       -o-transition: background-position 0s ease;
          transition: background-position 0s ease;
}
header #login_btn:hover, header #ajaxsearchpro3_1 .probox .promagnifier:hover {
  background-position: 0 0, 0 0 !important;
	-webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
/* Datenschutzerklärung headlines links*/
.page-id-201 h2 {
	text-align:left !important;
}


/* Verzeichnis Content */
.li_middle {
	display:inline-block;
	text-align:left;
	margin-top:-14px;
}
.verzeichnis_content {
	padding:0 12%;
}
.verzeichnis_content .wpb_wrapper {
	text-align:center;
}

/* Hyphen fix bei Baunetzwerk */
.post-7698 .wpb_wrapper h2 {
	hyphens:auto;
}



/* ATV Home  */
.atv_container img.vc_single_image-img {
	height:80px;
	width:160px;
	padding:20px;
	border:1px solid #c9c9c9;
	object-fit: contain;
}

.atv_l .vc_column-inner, .atv_l .vc_column-inner {
	padding-top:0 !important;
}
.atv_l .wpb_wrapper, .atv_r .wpb_wrapper {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.atv_l .wpb_single_image, .atv_r .wpb_single_image {
	-webkit-transition: box-shadow 0.2s ease-in-out 0s;
    -moz-transition: box-shadow 0.2s ease-in-out 0s;
    -o-transition: box-shadow 0.2s ease-in-out 0s;
    -ms-transition: box-shadow 0.2s ease-in-out 0s;
    transition: box-shadow 0.2s ease-in-out 0s;
	/*filter: grayscale(100%);*/
	box-shadow:0;
	background:#fff;

	margin:10px !important;
}
.atv_l .wpb_single_image:hover, .atv_r .wpb_single_image:hover {
	/*filter: grayscale(0%);*/
	box-shadow:2px 2px 5px 4px rgba(142,142,142,0.1);
}
.atv_headline .wpb_text_column {
	margin-bottom:0 !important;
}
.atv_cta {
	/*background:#606060;*/
	background:url("https://www.dba-bau.com/wp-content/uploads/atv_b1.png");
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	margin:20px auto 0 auto;
	display:block;
	width: max-content;
	color: #fff;
	display: flex;
	padding: 15px;
	font-weight: bold;
	padding:70px;
	font-size:23px;
    animation: zoomInBtn 1.5s ease-in-out infinite;
}
.atv_cta br {
    display:none;
}
.atv_container .check {
    font-size:25px;
    font-weight:bold;
}
.atv_bg {
	/*background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);*/
    background:#767676;
    color:#fff !important;
}
.atv_l .ausblenden {
	opacity:0;
	display:none;
}
.atv_container #load_sender {
	margin-top:15px;
	width:100%;
	flex:0 0 100%;
	margin:0 auto;
	text-align:center;
}
.atv_container .einblenden {
	animation-name:atv_einblenden;
	animation-duration:2s;
}
@keyframes atv_einblenden {
  0%   {opacity:0;display:none;}
  1%  {opacity:0;display:block;}
  100% {opacity:1;display:block;}
}


@media (max-width: 1250px) and (min-width:660px) {
    .atv_container img.attachment-full {
        width:110px;
        height:70px;
    }
}
@media (max-width: 980px) {
    .atv_container {
        display:flex;
        flex-wrap:wrap;
    }
    .atv_container .atv_l, .atv_container .atv_r {
        width:100%;
    }
    .atv_l {
        border-right:none;
    }
    .atv_headline {
        width:100% !important;
    }
    .atv_container .vc_column_container:nth-child(1) {
        order:1;
    }
    .atv_container .atv_headline:nth-child(2) {
        order:2;
    }
    .atv_container .atv_headline:nth-child(3) {
        margin-top:45px;
        order:4;
    }
    .atv_l {
        order:3;
    }
    .atv_r {
        order:5;
    }
    .atv_container .wpb_column.vc_column_container.vc_col-sm-12:nth-child(6) {
        order:6;
    }
}
@media (max-width: 659px) {
    .atv_container img.attachment-full {
        width:34vw !important;
        height:70px;
    }
    .atv_r, .atv_l {
        padding:0 0 !important;
    }
	.profile_auftraggeber .s_vor_logos {
		width: calc(50% - 12px) !important;
        min-width:unset !important;
	}
}



/* Footer Fix Abstand Home */
.home .footer-nav-widgets-wrapper {
	margin-top:0 !important;
}
.home .m_head {
	padding-bottom:0 !important;

}

/* Search Partner Update */
.search_result .search_partner_content {
	display:flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap:wrap;
	position:absolute;
	left:0;
	background:#fff;
	width:100%;
	z-index:9 !important;
	transform:translateY(-100%);
	gap:12px;
}

.search_partner .search_partner_content img {
	max-width:100%;
	min-height:unset !important;
	min-width:unset !important;
    height:50px;
	filter:grayscale(0);
	width:100%;
	object-fit: contain;
	box-sizing: border-box;
    max-height: 80px;
}
.search_logos .search_logo {
	width:20% !important;
	display:flex;
	justify-content: center;
}
.search_result a {
	position:relative;
}
.search_result:hover .search_partner_tra {
	box-shadow: 0 7px 5px rgba(0,0,0,0.2);
}
.search_result .search_logos p {
	display:block;
	margin-left:10px !important;
}
.search_result .search_logos p {
	width:100%;
}
.search_result .search_p_desc {
    color:#000;
    display:block;
    margin:2px auto 0 auto;
    text-align:center;
    cursor:pointer;
    display:flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap:10px;
}
.search_result .search_partner_tra {
    width: 50%;
    height: 40px;
    background: #fff;
    transform: perspective(4px) rotateX(-1deg);
    box-shadow: 0px 6px 7px -1px rgba(0,0,0,.45);
	position:absolute;
	bottom:0;
}
.search_result .search_partner {
    position: relative;
}
.search_partner_link {
    position:absolute !important;
	margin:0 auto;
}
.search_result {
	position: relative;
}
.search_result .search_partner {
	/*height:100%;*/
	position:absolute;
	width:calc(100% - 15px);
	top:0;
}
.search_result .search_partner_wrapper {
	position:absolute;
	top:0;
	width:100%;
	display:flex;
	justify-content: center;
	height:40px;
}
.search_result .partner_wrapper_active {
    z-index:99 !important;
    box-shadow: 0px 2px 11px 3px #000
}
.search_result .icon-arrow-down2 {
    transition:all 0.25s ease-in;
}
.search_result .icon-arrow-down2.active {
    transform:rotate(180deg);
}
.search_result .search_partner_content.partner_active {
    padding:20px 0;
}
.search_result .pro_link {
    max-width: 100%;
    min-height: unset !important;
    min-width: unset !important;
    padding: 10px;
    max-height: 80px;
    display:flex;
    width: calc(25% - 20px);
    object-fit: contain;
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
}
.search_result .s_vor_logos {
	padding:10px;
	max-width: 100%;
	min-height: unset !important;
	min-width: unset !important;
	height: 72px !important;
	width: calc(25% - 20px) !important;
	object-fit: contain;
	box-sizing: border-box;
	max-height: 80px;
	border:1px solid #ddd;
}
/* Update Projekte 01102025 */
.pt-nav-wrapper.projekt_page .social_media_wrapper {
	padding:12px 3.0rem;
	border-bottom:1px solid #ddd;
	display:flex;
}
.profil_nl_wrapper {
	display:flex;
	gap:30px;
}

/* Hero IMG Template */
.hero_img .hero_img_full {
	width:100vw;
	height:calc(100vh - 128px);
	object-fit:cover;
}
.hero_img {
	position: relative;
}
.full_width_img {
	max-width:100vw !important;
	width:100vw !important;
}
.hero_img .hero_intro_text {
	background:url("https://www.dba-bau.com/wp-content/uploads/atv_b2.png");
	width:30%;
	position:absolute;
	top:35%;
	left:20%;
	transform:translateX(-50%) translateY(-50%) scale(0.85);
	background-size:contain;
	background-repeat:no-repeat;
	height:10vw;
	color:#fff;
	display:flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	background-position:bottom;
	font-size: clamp(1rem, 2.4vw, 6.0rem);
	font-weight:700;
	text-transform: uppercase;
	line-height:3vw;
	  /* Startzustand (vor der Animation) */
	opacity: 0;
	transform-origin: center center;
	animation: fadeZoomIn 1700ms cubic-bezier(.2,.9,.2,1) forwards;
	backface-visibility: hidden;
	will-change: transform, opacity;
}
.hero_img .atv_pop1, .hero_img .atv_pop2 {
	width:55vw;
	position:absolute;
	bottom:0;
}
.hero_img .atv_pop1 {
	left:0;
	animation: fadeInLeft 1s ease forwards;
}
.hero_img .atv_pop2 {
	right:0;
	animation: fadeInRight 1s ease forwards;
}
.hero_img .atv_pop1 img {
	width:inherit;
}
.hero_img .atv_pop2 img {
	width:inherit;
}
.grid_container {
	max-width:1400px !important;
	margin:0 auto !important;
}
.cloud_wrapper .wpb_wrapper {
    display:flex;
    position:relative;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.cloud_wrapper .wpb_single_image {
/*    position:absolute;*/
}
.cloud_wrapper .wpb_text_column {
    position:absolute;
    color:#fff;
    font-size: clamp(14px, 1.5vw, 2.1rem);
    font-weight:bold;

}
.cloud_wrapper .big_cloud_head {
    font-size: clamp(2.8rem, 2.4vw, 4.9rem);
    font-weight:bold;
}

@keyframes zoomInBtn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px); /* Start links außerhalb */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* Endposition */
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px); /* Start links außerhalb */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* Endposition */
  }
}
@keyframes fadeZoomIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(0.65);
  }
  70% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1.1); /* leichter Overshoot für lebendige Wirkung */
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}

/* Jobs Teaser */
.jobs_teaser_video {
	height:100%;
	object-fit:cover;
	max-width:unset;
	width:100%;
}
.half_vw {
	width:50vw;
}
.dba_job_cta {
	background:#606060;
		-webkit-animation: pulse 2s infinite cubic-bezier(0.25, 0, 0, 1);
	animation: pulse 2s infinite cubic-bezier(0.25, 0, 0, 1);
}
.half_center .wpb_wrapper {
	height:100%;
}
.half_center {
	background:url("https://www.dba-bau.com/wp-content/uploads/home_autor_bg2.jpg");
	background-repeat:no-repeat;
	background-position:center;
}
.half_center .wpb_wrapper .wpb_wrapper {
	height:100%;
	display:flex;
	justify-content:center;
	align-content:center;
	align-items:center;
	flex-direction:column;
	text-align:center;
	padding:0 10%;
}
.half_center .wpb_text_column, .half_vw .wpb_wrapper, .half_vw .wpb_raw_code {
	height:100%;
}
.half_center .wpb_text_column h3 {
	margin-top:0 !important;
}
.jobs_teaser_vid_head {
	font-family:Lato;
	/*font-size:55px;*/
	font-size: clamp(32px, calc(16px + 2vw), 55px);
	color:#fff;
	font-weight:900;
	text-shadow:rgba(0, 0, 0, 0.9) 1px 1px 4px;
	margin-bottom:0 !important;
	position:absolute;
	bottom:15px;
	left:60px;
	text-transform:uppercase;
	letter-spacing:-2.2px;
	/*animation: fadeInLeft 1s ease forwards;*/
}
#post-2 h2.pro_title {
	padding:0 3.5rem;
}
/* Footer Kooperation */
.kooperationen_wrapper {
	display:flex;
	flex-direction:row;
	gap:10px;
}
.kooperationen_wrapper .kooperation_logo {
	padding:10px;
	background:#fff;
}



/* Partner Logos im Profil anzeigen lassen */
.profile_auftraggeber .s_vor_logos {
  filter: grayscale(1);
  object-fit: contain;
  box-sizing: border-box;
  max-height: 80px;
  padding: 10px;
  max-width: 100%;
  min-height: unset !important;
  height: 80px !important;
  width: calc(10% - 12px);
  min-width: 160px;
  border: 1px solid #ddd;
  transition: all 0.3s linear;
}
.profile_auftraggeber .s_vor_logos:hover {
    filter: grayscale(0);
    box-shadow:2px 2px 5px 4px rgba(142,142,142,0.1)
}
.profile_auftraggeber {
	display: flex;
	justify-content: left;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	height: fit-content;
	padding: 5px 0;
  	width: 100%;
	gap: 12px;
}
.profile_auftraggeber_head {
	margin-top:37px;
    display:block;
}

/* desaree unfug */
.tg {
  border-collapse: collapse;
  margin: 0 auto; /* Tabelle zentrieren */
  width: auto;
}
.tg_desaree {
	width:100% !important;
}
.tg caption {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
	background:#606060;
	color:#fff !important;
}
.tg th, .tg td {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 6px 8px; /* Abstand zwischen Text und Linien */
  border: 1px solid black; /* schwarze Linien */
  text-align: left;
}
.tg tr:nth-child(even) {
  background-color: #ebebeb;
}
.tg th {
  background-color: #ddd;
  font-weight: bold;
}
.tg_desaree figcaption {
	text-align:center;
}
/* OneSignal */
#onesignal-bell-container {
	z-index:99 !important;
}

/* Footer Kooperation Mediennetzwerk */
.kooperationen_wrapper {
	display:flex;
	flex-direction:row;
	gap:15px;
	flex-wrap:wrap;
}
.kooperationen {
	margin-top:50px;
}
.kooperationen_wrapper .kooperation_logo {
	padding:10px;
	background:#fff;
	max-width:150px;
	filter:grayscale(1);
	transition:0.3s all linear;
	width:100%;
}
.kooperation_wrapper a {
	/*width:calc(12.5% - 15px);*/
}
.kooperationen_wrapper .kooperation_logo:hover {
	filter:grayscale(0);
}
.kooperationen p {
	color:#fff;
	font-weight:700;
}
/* ATV Animation fix weil wpbakery nicht mehr funktioniert */
.leftfader {
	animation-name:fadeLeft;
	animation-duration:0.5s;
}
.rightfader {
	animation-name:fadeRight;
	animation-duration:0.5s;
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-50%); /* Start links außerhalb */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* Endposition */
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(50%); /* Start links außerhalb */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* Endposition */
  }
}


/* -------------------------------------------------------------------------- */

/*	2. Media Queries
/* -------------------------------------------------------------------------- */

/* Media Query Desktop Large*/
@media all and (min-width: 1400px) {
	.projekt_wrapper .ac-header {
		display:none !important;
	}
	.projekt_wrapper .ac {
		/*border-right:0 !important;
		border-left:0 !important;
		border-bottom:0 !important;*/
	}
	.projekt_wrapper .ac .ac-panel {
		overflow:visible !important;
		height:auto !important;
	}
	.projekt_wrapper h2.ac-header button {
		padding:0 !important;
	}
	.map_pro_output {
		flex:0 0 20%;
		min-width:325px;
	}
	.category-news .news_sidebar {
		min-width:550px;
	}
}
@media all and (min-width:1400px) and (max-width:1600px) {
	.article.category-news .post-inner {
		padding:10px 3% !important;
	}
}
@media all and (max-width: 1400px) {
	.entry-content .col2 {
		width:100% !important;
		float:none !important;
		border:0 !important;
	}
	.entry-content .col1 {
		width:100%;
		float:none !important;
	}

	.txt_gewerke {
		display:none;
	}
	
	.ac-trigger {
		width:100%;		
	}
	.tab-content .col2 {
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:65px;
	}
	.type-projekte .col.col1 {
		margin-bottom:35px !important;
	}
	.tab-content .col {
		padding:0 !important;
	}
	.ac.p_name {
		padding:0 !important;
	}

	.tab-content {
		border:0 !important;
	}
	.projekt_logo {
		max-width:300px;
		/*display:none;*/
		border-bottom:0 !important; 
	}
	.category-news .post-inner {
		flex-direction:column;
	}
	.category-news .entry-content.sidebar-active, .category-news .news_sidebar {
		width:100% !important;
		margin-left:0 !important;
	}
	.category-news .news_sidebar {
		border-left:none !important;
		border-right:none !important;
		margin-top: 25px;
		border-top: 1px solid #ddd;
		padding-top: 20px !important;
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.category-news .pt-cv-view .pt-cv-thumbnail {
		height:200px;
	}
    /* Suche update */
	.search_result .pro_link {
		width:calc(50% - 20px);
	}
	.search_result .s_vor_logos {
		width:calc(50% - 20px) !important;
	}
	.search_result .search_partner_tra {
		width:60% !important;
	}

}
/* Media Query über 1280px */
@media all and (min-width: 1281px) {
	#login_btn {
		display:flex !important;
	}
	.netzwerk_teaser .vc_col-sm-4 .vc_column-inner > .wpb_wrapper:hover p {
		-webkit-transform: translateY(200px);
		transform: translateY(200px);
		transition:all 0.2s ease-in;
	}
	.netzwerk_teaser .vc_col-sm-4 .vc_column-inner > .wpb_wrapper:hover h2 {
		-webkit-transform: translateY(-200px);
		transform: translateY(-500px);
		transition:all 0.2s ease-in;
	}
	.netzwerk_teaser .vc_col-sm-4 .vc_column-inner > .wpb_wrapper:hover .n_button_wrapper_go {
		-webkit-animation: netfade 1.5s forwards;
		animation: netfade 1.5s forwards;
		cursor: pointer;
	}
	.netzwerk_teaser .vc_col-sm-4 .vc_column-inner > .wpb_wrapper:hover .netzwerk_f_bg img {
		clip-path:inset(0 0 0 0);
	}
	.netzwerk_teaser .netzwerk_f_bg img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
		z-index: -1;
		opacity:0.8;
		transition:all 0.2s ease-in;
		clip-path:inset(60px 0 40% 0);
	}
	.netzwerk_teaser .teaser_text {
		transform:translateY(126px);
		padding:100px 0;
	}
	.netzwerk_teaser .n_button_wrapper_go a {
		width: 175px;
		height: 175px;
		text-align: center;
		color: white !important;
		border: none !important;
		border-radius: 50%;
		background: #606060 !important;
		cursor: pointer;
		font-size:18px !important;
		display:inline !important;
		vertical-align:middle;
		animation: pulse 1.5s infinite !important;
		padding:60px 0;
	}

	.netzwerk_teaser .n_button_wrapper_go a:hover {
	  -webkit-animation: none;
	}
	.n_button_wrapper_go {
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
		display:flex !important;
		opacity:0;
		justify-content: center;
		align-content: center;
		align-items: center;
	}
	.netzwerk_teaser .netzwerk_f_bg {
		margin-bottom:0 !important;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:0;
	}
	.netzwerk_teaser .netzwerk_f_bg img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
		z-index: -1;
		opacity:0.8;
		transition:all 0.2s ease-in;
		/*clip-path:inset(14% 0 39% 0)*/
		clip-path:inset(60px 0 39% 0);
	}
	.netzwerk_teaser .teaser_text {
		transform:translateY(126px);
		padding:100px 0;
	}
}
@media all and (min-width: 1718px) {
	.netzwerk_teaser .netzwerk_f_bg img {
		clip-path:inset(60px 0 33% 0);
	}
	.article.category-news .post-inner {
		padding:10px 12%;
	}
}
/*Media Query Tablet*/
@media all and (min-width: 600px) and (max-width: 1280px) {
	.cvp-live-filter {
		width:49%;
		margin-right:0;
		max-width:none !important;
		min-width:auto !important;
	}
	.cvp-live-filter:nth-child(odd){
		margin-right:2%;
	}
	.cvp-live-button {
		margin-top:0 !important;
		width:100%;
		text-align:left;
		margin-bottom:35px;
	}
	.logo_wrapper .n_logo {
		width:33% !important;
	}
	.category-news figure {
		width:50% !important;
		max-width:341px;
	}
	.logo_wrapper .na_logo {
		width:32.5% !important;
		/*padding:1%;*/
	}
	.netzwerk_teaser .wpb_column {
		width:100%;
	}
	.netzwerk_teaser .netzwerk_f_bg {
		display:none;
	}
	.netzwerk_teaser .teaser_text {
		padding:0 !important;
		transform:translateY(0) !important;
	}
	.netzwerk_teaser .wpb_column.vc_column_container {
		margin-bottom:35px !important;
	}
	.netzwerk_teaser .n_button_wrapper_go {
		display:none !important;
	}
	.half_vw.vc_col-sm-6, .half_center.vc_col-sm-6 {
		width:100% !important;
	}
	.jobs_teaser_vid_head {
		left:0 !important;
		width: 100%;
		text-align: center;
	}

	
}
/*Media Query Tablet*/
@media all and (max-width: 599px) {
	.cvp-live-filter {
		width:100%;
		margin-right:0;
		max-width:none !important;
		min-width:auto !important;
	}
	.cvp-live-button {
		margin-top:0 !important;
		width:100%;
		text-align:left;
		margin-bottom:35px;
	}
	.cvp-live-filter {
		margin-bottom:15px;
	}
	.selectize-dropdown {
		min-width:100% !important;
	}
	.logo_wrapper .n_logo {
		width:50% !important;
		padding:1.5%;
	}
	.logo_wrapper a {
		height:100px !important;
	}
	.logo_wrapper .n_logo img {
		max-height:80px !important;
	}
	.logo_wrapper .n_logo a {
		padding:10px 15px;
	}
	.projekte .desktop_table {
		display:none;
	}
	.projekte .mobile_table_content {
		display:block !important;
	}
	.na_logo {
		overflow: clip;
		width: 100%;
		margin-bottom:18px;
	}
	.logo_wrapper .na_logo a {
		height:auto !important;
	}
	.kontaktform .kontaktform_inner {
		padding-bottom:95px !important;
	}
	.netzwerk_teaser .n_button_wrapper_go {
		display:none !important;
	}
	.netzwerk_teaser .wpb_column.vc_column_container {
		margin-bottom:35px !important;
	}
	.netzwerk_teaser .netzwerk_f_bg {
		margin-left:-20px;
		width:calc(100% + 40px);
		max-width:none !important;
	}
	.netzwerk_teaser .netzwerk_f_bg img {
		height:180px;
		object-fit:cover;
		width:100%;
	}
	.netzwerk_f_bg .vc_single_image-wrapper {
		width:100% !important;
	}
	.netzwerk_teaser .netzwerk_n_head {
		margin-bottom:15px !important;
	}
	.swiperT .swiper-slide {
		max-width:unset;
	}
	.profil_nl_wrapper {
		display:flex;
		gap:20px;
		flex-direction: column;
	}
	.jobs_teaser_vid_head {
		left:0 !important;
		width: 100%;
		text-align: center;
	}
	.jobs_flex .pagination .page-btn {
		font-size:14px;
	}
	.jobs_flex .pagination .dots {
		display:none;
	}

}

/*Media Query Desktop*/
@media all and (min-width: 1025px) {
	#cvpboxLoadedContent {
		height: calc(100vh - 128px) !important;
		width:100vw !important;
	}
	.m_head .nav.nav-tabs {
		position:relative;
		height:100vh;
	}
	.w_head .nav.nav-tabs {
		position:relative;
		height:calc(100vh - 128px);
	}
	.m_head .featured-media {
		width: calc(100% + 50px);
		margin-left:-25px !important;
		height: 100vh;
		min-height:250px;
		margin-bottom:25px !important;	
	}
	.pop_wrapper .swiper {
		width: calc(100% + 50px);
		margin-left:-25px !important;
		margin-bottom:25px !important;	
	}
	.trigger_mobile_menu {
		display:none;
	}
	.nav.nav-tabs li.active a {
		background:#ebebeb !important;
	}
	.paket_adresse {
		display:none;
	}
	.pt-cv-scrollable .item {
		transition-duration: 0.6s !important;
	}
	.next-post .title {
		margin-left:auto;
	}
	.projekt_wrapper .content_logo {
		display:none;
	}
	.projekt_page .nav.nav-tabs {
		min-height:520px;
	}
	/*neue sidebar*/
	.pt-nav-wrapper.profile_page .adress_wrapper_a {
		padding:20px 3.5rem;
	}
	.profile_page.pn .mobile_wrapper .pro_desc, .pn .mobile_wrapper .p_name.profile_details {
		display:none;
	}
	.profile_page.pn .mobile_wrapper {
		display: flex;
		align-content: center;
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}
	.profile_page.pn .mobile_wrapper .profile_details {
		padding:0 !important;
		border-bottom:0 !important;
	}
	.pt-nav-wrapper.pn.profile_page .adress_wrapper_a {
		position:absolute;
		bottom:60px;
	}
	.pt-nav-wrapper.p1.profile_page .adress_wrapper_a {
		position:absolute;
		bottom:0px;
	}
	.pt-nav-wrapper.pn.profile_page .adress_wrapper {
		padding:6px 3.5rem;
		background:#606060;	
		position:absolute;
		bottom:0;
	}
	.profile_page.pn .p_icons {
		margin-right:0;
		color:#fff;
	}
	.projekte_wrapper pn.profile_details a::after, .pn .adress_wrapper .profile_details a::after {
		display:block;
		width:100%;
		text-align:center;
		font-size:12px;
		padding-top:3px;
		color:#fff;
	}
	.pt-nav-wrapper.pn.profile_page .p_route.profile_details a::after {
		content: "Route";
	}
	.pt-nav-wrapper.pn.profile_page .p_tel.profile_details a::after {
		content: "Anrufen";
	}
	.pt-nav-wrapper.pn.profile_page .p_mail.profile_details a::after {
		content: "E-Mail";
	}
	.pt-nav-wrapper.pn.profile_page .p_web.profile_details a::after {
		content: "Website";
	}
	.pt-nav-wrapper.pn.profile_page .projekt_page .profile_details a, .profile_page .profile_details a {
		flex-wrap: wrap;
		justify-content:center;
	}
	.profile_details .pt-nav-wrapper.pn {
		height:auto !important;
		overflow-y:none !important;
	}
	.adress_wrapper_a {
		display:block;
	}
	.pt-nav-wrapper {
		box-shadow:3px 0px 5px -4px rgba(114,114,114,0.46);
	}
	.swiper2 img.swiper-lazy {
		width:auto !important;
		height:100%;
		position:relative;
		padding:0 10% 0 10%;
	}
	.grid_w #post-178 div > p, .grid_w #post-13 .entry-content div > p, .grid_w #post-180 .entry-content div > p, .grid_w #post-184 .entry-content div > p, .entry-content .text_entry  {
		padding:0 12%;
	}
	.grid_w .pt-cv-wrapper p.pt-cv-title, .grid_w .pt-cv-wrapper .pt-cv-ctf-news_author p {
		padding:0 !important;
	}
	/*.fullscreen-slider .hs_text.animation_hs {
		-webkit-animation: lineheight 2s forwards;
		animation: lineheight 2s forwards;
	}*/
	/* Neu PaB Sidebar Projekte*/
	.pab_sidebar .pro_sidebar_logos:hover .pab_btn_wrapper {
		transform: translateY(38px) rotateY(-20deg) rotateX(-35deg) translateZ(20px) translateX(17px);
	}
	.pab_sidebar .pro_sidebar_logos:hover .logo_wrapper {
		filter:grayscale(0);
		transform: scale(1) rotateY(-20deg) rotateX(45deg) translateZ(19px) translateX(-3px) translateY(22px);
		transform-origin: 0% 100%;
		transform-style: preserve-3d;
		box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.25);
	}

}


/*Media Query Height*/
@media all and (max-height: 710px) {
	.m_head .pn .adress_wrapper_a {
		display:none;
	}
	.m_head .pn .paket_adresse {
		display:block;
	}
}
@media all and (max-height: 830px) {
	.w_head .pn .adress_wrapper_a {
		display:none;
	}
	.w_head .pn .paket_adresse {
		display:block;
	}
}

/*Media Query 1024 Tablet*/
@media all and (max-width: 1024px) {
	.home-slider {
		height:75vh;
	}
	.home .swiper-slide {
		flex-wrap: nowrap;
		flex-direction: column;
		justify-content:space-between;
	}
	.slider_info {
		width:100%;
		margin-top:30px;
	}
	.home-slider iframe {
		/*width:70vw !important;*/
		/*height:40% !important;*/
	}
	.home-slider .animation {
		animation: none !important;
	}
	.home-slider .animation_f {
		animation: none !important;
	}
	.home-slider .BorlabsCookie {
		width:70vw !important;
		height:40% !important;
	}
	.custom-logo {
		max-width:210px;
		width:100% !important;
		min-width:100px;
	}
	.bg_video {
		position:absolute;
		height:100% !important;		
		top:0;
		z-index:-1;		
		max-height:none !important;
	}
	.video_headline .bg_vid, .video_headline .white_text {
		width:100% !important;
		min-height:200px;
	}
	.video_headline .bg_vid .vimeo, .video_headline .bg_vid .youtube {
		width:100% !important;
		min-height:40vw;
		max-width:100%;
	}
	.home .youtube, .home .home-slider .vimeo {
		width:80% !important;
		margin-bottom:30px;
		/*height:20vh;*/
		max-height:180px !important;
		max-width:400px;
	}
	.bg_video_text {
		position:relative !important;
		padding:40px 40px;
		margin-bottom:0 !important;
		background-color:rgba(60,60,60,0.5) !important;
	}
	.projekt_page .pro_vorsteller, .nav-tabs .p_logo {
		display:none;
	}
	.pt-nav-wrapper.projekt_page {
		flex: 0 !important;
		width:100% !important;
		/*top:120px !important;*/
		height:70px;
		top: auto !important;
		min-height: auto !important;
		overflow:none !important;
		position:fixed !important;
		/*Apple iFrame fix*/
		/*display:none;*/
		
	}
	.pt-nav-wrapper.profile_page {
		flex: 0 !important;
		width:100% !important;
		position:fixed;
		min-height:auto !important;		
		height:70px;
		z-index:10;
		/*Apple iFrame fix*/
		/*display:none;*/
	}
	/*menü top important */
	.m_head .pt-nav-wrapper.profile_page {
		top:0;
	}
	.w_head .pt-nav-wrapper.profile_page {
		top:120px;
	}
	.standalone .w_head .pt-nav-wrapper.profile_page, .standalone .m_head .pt-nav-wrapper.profile_page, .standalone .w_head .pt-nav-wrapper.projekt_page, .standalone .m_head .pt-nav-wrapper.projekt_page {
		top: auto !important;
		bottom:0;
	}
	.pt-nav-wrapper.profile_page .adress_wrapper  {
		height:70px;
		/*top: 120px !important;*/
		min-height: auto !important;
		/*position:fixed !important;*/
		z-index:10;
	}
	.pt-nav-wrapper.profile_page .adress_wrapper .mobile_wrapper  {
		height:70px;
		z-index:10; 
	}
	.pt-cv-wrapper.pop_wrapper.projekt_wrapper {
		display:block !important;
	}
	.projekt_page .projekte_wrapper, .profile_page .mobile_wrapper {
		display:flex;
		align-content: center;
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
		height:100%;
		width:100%;
	}
	.projekt_page .pro_desc, .profile_page .pro_desc {
		display:none;
	}
	.projekte_wrapper .profile_details a::after, .adress_wrapper .profile_details a::after {
		display:block;
		height:auto;
		width:100%;
		text-align:center;
		font-size:12px;
		padding-top:4px;
	}
	.p_route.profile_details a::after {
		content: "Route";
	}
	.p_tel.profile_details a::after {
		content: "Anrufen";
	}
	.p_mail.profile_details a::after {
		content: "E-Mail";
	}
	.p_web.profile_details a::after {
		content: "Website";
	}
	.projekt_page .profile_details a, .profile_page .profile_details a {
		flex-wrap: wrap;
		justify-content:center;
	}
	.projekt_page .profile_details .p_icons, .profile_page .profile_details .p_icons  {
		margin-right:0 !important;
		width:100%;
		display:block;
		text-align:center;
	}
	.projekt_page.pt-nav-wrapper .profile_details, .profile_page.pt-nav-wrapper .profile_details {
		padding:0 !important;
		border-bottom:0 !important;
	}
	.projekt_page .projekte_wrapper, .pt-nav-wrapper.profile_page .adress_wrapper {
		padding:0 30px !important;
	}
	.projekt_page .projekte_wrapper .p_name, .profile_page .adress_wrapper .p_name {
		display:none !important;
	}
	.projekt_page.pt-nav-wrapper/*, .profile_page.pt-nav-wrapper*/ {
		overflow:visible !important;
		z-index:9;
		-webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.65); 
		box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.65);
	}
	.m_head /*.pt-cv-wrapper.pop_wrapper.projekt_wrapper, .m_head .pt-cv-wrapper.pop_wrapper.projekt_wrapper*/ {
		padding-bottom:80px;
	}
	.m_head .category-news {
		padding-bottom:80px !important;
	}
	#cvpcolorbox {
		margin-top:120px !important;
	}	
	#cvpboxLoadedContent {
		height: calc(100vh - 120px) !important;
		margin:0 !important;
		padding:0 !important;
		left:0 !important;
		width:100vw !important;
		/*height: -moz-available;  // Mozilla-based browsers
		height: -webkit-fill-available; //  WebKit-based browsers
		height: fill-available;*/
	}
	/*Pro Footer Colors*/
	.pt-nav-wrapper.projekt_page, .pt-nav-wrapper.profile_page .adress_wrapper {
		background-color: var(--bg);
	}
	.projekt_page .profile_details a, .profile_page .profile_details a {
		color: var(--color);
	}
	.w_head .swiper, .w_head .featured-media .wp-post-image {
		/*height: calc(100vh - 120px);
		min-height: -webkit-fill-available;*/
		height:100%;
		max-height:calc(100vh - 120px);
	}
	.pt-nav-wrapper {
		border:0 !important;
	}
	.tab-content .col1, .tab-content .post-inner.thin .entry-content {
		padding:0 !important;
	}
	.pt-cv-wrapper .tab-content .entry-header, .pt-cv-wrapper .tab-content .post-inner.thin, .page-template-template-grid .entry-content, .page-template-template-netzwerk .entry-content, .search .entry-content, .page-template-template-architekten .entry-content, .netzwerkv2.entry-content, .page-template-template-grid .entry-content, .page-template-template-author-mtest .entry-content, .page-template-template-netzwerkMain .entry-content, .page-template-template-profilt .entry-content, .page-template-template-author-mtest .entry-content, .template-verzeichnis .entry-content {
		padding:0 3.5rem !important;
	}
	article.category-news .post-inner {
		padding:10px 3.5rem;
	}
	.pt-cv-wrapper .tab-content {
		padding:0 !important;
	}

	.w_head .featured-media {
		width:100%;
		margin-left:0 !important;
	}
	.w_head .featured-media-inner {
		height:100%;
	}

	.gal_wrapper {
		padding:0 3.5rem;
	}
	.gal_wrapper a {
		height:25vh;
		margin-bottom:8px;
	}
	.gal_wrapper a img {
		height:100%;
	}
	.pagination-single-inner {
		flex-direction: row !important;
		justify-content:space-between;
		align-content:center;
		align-items:center;
	}
	.pagination-single-inner a {
		
/*		width:100%;*/
		align-items:center !important;
		max-width:50%;
	}
	.pagination-single-inner a.previous-post {
		justify-content:right;
	}
	.pagination-single-inner a.next-post {
		justify-content:left;
	}
	.pagination-single a.next-post .arrow {
		margin-left:1rem;
	}
	.pagination-single a.previous-post .arrow {
		margin-left:1rem;
	}
	.pagination-single a.next-post .title {
		order:1;
		margin-left:15px;
		text-align:left;
	}
	.pagination-single a.previous-post .title {
		margin-right:15px;
		text-align:right;
	}
	.pagination-single a .title {
		width:100%;
	}
	.pagination-single .next-post {
		margin-top:0 !important;	
	}
	.tab-content h2.pro_title, .tab-content .pt-cv-wrapper, .back_link {
		padding:0 3.5rem;
	}
	.type-post .back_link {
		padding:0 !important;
	}
	.pro_rev .tab-content .pt-cv-wrapper {
		padding:0;
	}	
	.entry-header.has-text-align-center.header-footer-group {
		margin-bottom:35px;
	}
	.se {
		padding:0 !important;
	}
	.pt-cv-wrapper h1, .pt-cv-wrapper h2, .category-news h1.entry-title {
		font-size:3.4rem;
	}
	.category-news h1.entry-title {
		font-size:3rem !important;
		margin:0 3.5rem;
	}
	.pro_title, h2 {
		font-size:2.8rem !important;
	}
	.grid_netzwerkMain h2 {
		font-size:2.6rem !important;
	}
	.entry-content figure {
		width:100%;
		max-width:100% !important;
	}
	.entry-content figcaption {
		margin-top:5px !important;
	}
	.footer-nav-widgets-wrapper {
		padding:0 3.5rem !important;
	}
	.featured-media, .pt-cv-wrapper .swiper, .m_head .featured-media, .m_head .leistung_cover, .m_head img.jobs_cover, .w_head .leistung_cover, .w_head .jobs_cover {
		width:100% !important;
		margin-left:0 !important;
		height:66vh !important;
	}
	.featured-media .wp-post-image {
		height:66vh !important;
	}
	.featured-media .projekt_video {
		height:100% !important;
	}
	.singular .entry-header {
		padding:0 !important;
	}
	.p_icons {
		font-size:20px;
		margin-right:10px;
	}
	.profile_page .nav.nav-tabs {
		position:fixed;
		top:50%;
		left:-151px;
		z-index:10;
		transition: 0.5s;
		/*background-color: var(--bg);*/
		background-image:url("https://dba-bau.com/wp-content/uploads/bg_header_test.jpg") !important;
		background-repeat:no-repeat;
		background-position:-90px 0;
		background-size:cover;
		border-radius:0 20px 20px 0;
		transform: translateY(-50%);
		transition: all 0.4s ease;
		min-width:150px;
	}
	.profile_page .nav.nav-tabs li.active a {
		background:none !important;
		color:#fff;
	}
	.profile_page .nav.nav-tabs a {
		color:#fff;
		padding:2px 1.5rem;
	}
	.profile_page {
		overflow: visible !important;
	}
	.trigger_mobile_menu {
		display:block;
		position:absolute;
		top:50%;
		height:40px;
		width:40px;
		background:#707070;
		z-index:20;
		right:-39px;
		transform:translateY(-50%);
		transition: all 0.4s ease;
		border-radius:0 10px 10px 0;
	}
	.trigger_mobile_menu:not(.toggle) {
		-webkit-animation: pulse 2s infinite cubic-bezier(0.25, 0, 0, 1);
		box-shadow: 0 0 0 0 #606060;
	}
	.profile_page .nav.nav-tabs.active {
		left:0 !important;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
	}
	.profile_page .nav.nav-tabs li:last-child {
		border-bottom:0 !important;
	}
	#site-content {
    top: 0;
    right: 0;
    bottom: 0;
	left: 0;
	overflow-y: scroll;
	/*-webkit-overflow-scrolling: touch;*/
	/* Apple Header Bug bei Fullscreen Profile */
	/*z-index: 1;	*/
	}
	.p1.profile_page {
		display:none !important;
	}
	.paket_adresse {
		margin:0 auto;
		text-align:left;
		margin-top:30px;
		padding:0 3.5rem;

	}
	.pt-cv-scrollable .item {
		transition-duration: 0.3s !important;
	}
	.search_page .search_result {
		width:50%;
	}
	.adress_wrapper_a {
		display:none;
	}
	.swiper2 img {
		width:50% !important;
		max-height:270px;
		height:100%;
		position:relative;
		padding:0 10% 0 10%;
		min-width:280px;
		object-fit:contain;
	}
	.swiper2 .swiper-slide {
		display:flex;
		justify-content: center;
		flex-direction: column-reverse;
	}
	.swiper2 .slider_info {
		height:100%;
		margin-top:15px !important;
		padding:30px 0 30px 0;
	}
	.swiper2 {
		height:auto !important;
		background-size:auto;		
	}
	.swiper2 .s_content {
		padding:0 5%;
	}
	.news_video {
		width:100% !important;
	}
	.pro_rev .nav.nav-tabs li.active a {
		background:#ebebeb !important;
	}
	/*Fullscreen Slider Home*/
	.fullscreen-slider .swiper-slide {
		justify-content:center !important;
	
	}
	.fullscreen-slider .swiper-slide .slider_wrapper {
		width:50%;
		margin:0 !important;
		position:static;
	}
	.fullscreen-slider .swiper-slide .slider_wrapper h2 {
		font-size:45px !important;
	}
	.fullscreen-slider .hs_text::before {
		/*transform: scale(1);
		opacity:0.25;
		transform: translate3d(0, 0, 0);
		filter: blur(10px);*/
	}

	.fullscreen-slider .hs_text {
		display:none;
	}
	.map_pro_output {
		flex:0 0 40%;
	}
	.maps_locator .gm-style-iw {
		padding-right:12px !important;
		padding-bottom:2px !important;
	}
	.projekt_page .pab_sidebar {
		/*left:-90%;*/
		left:-webkit-calc(-100% + 40px);
		left:-moz-calc(-100% + 40px);
		left:calc(-100% + 40px);

		height:auto;
		width:calc(100vw - 40px);
	}
	.projekt_page .pab_sidebar.active {
		left:0;
	}
	.m_head .pab_sidebar .pab_scroll {
		height:100vh;
	}
	.w_head .pab_sidebar .pab_scroll {
		height:calc(100vh - 120px);
	}
	.standalone .w_head .pab_sidebar .pab_scroll {
		height:calc(100vh - 70px) !important;
		margin-top:120px;
	}
	
	.pab_sidebar .pab_scroll {
		box-shadow: 0px 5px 8px 4px rgba(114,114,114,0.26);
		padding-bottom:90px;
	}
	.pab_sidebar .trigger_pab_menu.toggle {
		height:100%;
		border-radius:0 !important;
	}
	.pab_sidebar .trigger_pab_menu {
		animation: 1s all ease;
		right:-60px;
		display:flex;
		flex-direction:column;
		justify-content:center;
	}
	.pab_sidebar .trigger_pab_menu .m_line1, .pab_sidebar .trigger_pab_menu .m_line2 {
/*		position:absolute;
		top:50%;*/
	}
	.t_btn_wrapper {
		height:40px;
		width:40px;
	}
	.pab_sidebar .pab_btnurl {
		opacity:1;
		transform:none !important;
		height:45px;
		line-height:23px;
	}
	.pab_sidebar .pab_btn {
		display:flex;
		flex-direction:column;
		box-shadow:0px 1px 12px -4px rgba(114,114,114,0.86);
		border:1px solid #c6c6c6;
	}
	.pab_sidebar h2 {
		margin-bottom:35px !important;
	}
	.pab_sidebar .pro_sidebar_logos {
		margin-bottom:35px !important;
		box-shadow:0px 5px 8px -4px rgba(114,114,114,0.86)
	}
	.pab_sidebar .pab_btn_wrapper {
		order:3;
	}
	.pab_sidebar .logo_wrapper {
		order:2;
		border: none !important;
	}
	.pab_anim_wrapper {
		order:1;
		margin-bottom:10px;
	}
	.pab_anim_wrapper .pab_sidebar_name {
		padding:2px 5px;
	}
	.archiv_wrapper .archiv_result {
		width:100%;
	}
	.hierarchie_page .entry-content {
		padding:10px 3.5rem !important;
	}
	.projekte_wrapper .social_media_wrapper {
		display:none !important;
	}
	.hero_intro_text {
		top:40% !important;
		left:50% !important;
		width:60% !important;
		height:25vw !important;
		background-position: center !important;
		font-size:clamp(1rem, 4.8vw, 6.0rem) !important;
		line-height: 4.8vw !important;
	}
	.atv_pop1 img {
		margin-left:-10%;
	}
	.atv_pop2 img {
		margin-left:20%;
	}
	.hero_img .atv_pop1, .hero_img .atv_pop2 {
		width:66vw !important;
	}

}

@media all and (min-width: 480px) and (max-width: 768px) {
	.category-news figure {
		width:50%;
	}
}
@media all and (max-width: 479px) {
	.category-news figure {
		margin-right:0 !important;
	}
	.category-news h1.entry-title {
		font-size:2.3rem !important;
	}
	.fullscreen-slider .swiper-slide .slider_wrapper {
		width:calc(100vw - 80px)
	}
	.fullscreen-slider .swiper-slide .slider_wrapper h2 {
		font-size:35px !important;
		line-height:38px;
	}
	.swiperT {
		overflow:hidden;
	}
	.category-news .entry-content.sidebar-active figure.alignleft {
		width:100% !important;
	}
	.li_fix li {
		margin-left:22px;
	}
	.error404-content {
		height:480px !important;
		max-width:auto !important;
		width:90% !important;
	}
	.hook_404 img {
		margin-top:-1518px;
	}
	
}
@media all and (min-width: 769px) {
	.primary-menu .spacer {
		display:hidden;
	}
	.primary-menu .sub-menu {
		display:none;
	}	
	.primary-menu li.menu-item-has-children:hover > ul,
	.primary-menu li.menu-item-has-children:focus > ul,
	.primary-menu li.menu-item-has-children.focus > ul {
		right: 0;
		opacity: 1;
		transform: translateY(0);
		/*transition: opacity 0.15s linear, transform 0.15s linear;*/
		display:block;
		-webkit-animation: submenu 0.5s ease-out;
		animation: submenu 0.5s ease-out;
		
	}
	@keyframes submenu {
		0% {
			display: none;
			opacity: 0;
			transform: translateY(0);
		}

		1% {
			display: block;
			opacity: 0;
			transform: translateY(0);
		}

		100% {
			display: block;
			opacity: 1;
			transform: translateY(0px);
		}

	}
	
	
	.hamburger {
		display:none;
	}
	.mobile-search {
		display:none;
	}
	.full_width .back_link {
		display:none !important;
	}
	.primary-menu .menu-item-has-children a {
		padding-right:8px !important; 
	}
}
@media all and (max-width: 768px) {
	/* Mobile Menü Abstand Fix */
	.primary-menu li.menu-item-has-children a {
		margin-right:0 !important;
		padding-right:0 !important;
	}
	.kooperationen_wrapper a {
		width:calc(25% - 15px);
	}
	
	.header-navigation-wrapper {
		/*display:none;*/
	}
	.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), .home .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
		padding:0 30px !important;
	}
	.home-slider {
		margin-left:-30px !important;
	}
	.page-template-template-netzwerk .content_text {
		margin:8vh 0 !important;
		padding:0 3.5rem;
	}
	.hamburger div {
    	width: 30px;
    	height:3px;
    	background: #fff;
    	margin: 5px;
    	transition: all 0.4s ease;
	}
	.hamburger {
        display:block;
        cursor: pointer;
        right: 3.5rem;
		z-index: 3;
		transition: all 0.3s ease;
	}
	.toggle .line1{
		transform: rotate(-45deg) translate(-5px,6px);
	}
	.toggle .line2{
		transition: all 0.3s ease;
		width:0;
	}
	.toggle .line3{
		transform: rotate(45deg) translate(-5px,-6px);
	}
	.asp_w_container_3 {
 		display:none !important;
	}		
	 .header-navigation-wrapper {
        position: fixed;
        z-index: 3;
		left:0;
		top:0;
    }    
	.m_menu_i_wrapper {
        position: fixed;
        /*background: #777777;*/
		background-image: url("https://dba-bau.com/wp-content/themes/dba/c_img/mobile_bg3.png");
		background-repeat:no-repeat;
		background-size:cover;
        height: 100vh;
        width: 100%;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        transition: all 0.3s ease-out;
        pointer-events: none;
/*		justify-content: center !important;
		align-content:center !important; */
    }
    .m_menu_i_wrapper.open {
        clip-path: circle(1200px at 90% -10%);
        -webkit-clip-path: circle(1000px at 90% -10%);
        pointer-events: all;
    }
    .primary-menu {
		flex-direction: column;
		height:calc(100vh - 120px);
		justify-content: flex-start!important;
		align-content:center !important; 
		margin-top:120px !important;
        overflow-y:scroll;
	}
    .primary-menu li {
        opacity: 0;
		margin:0 !important;
		text-align:center;
		padding:1.5vh 0;
		font-size:3.0rem !important;
		width:fit-content;
    }
	.primary-menu a {
        display:inline-block !important;
    }
    .primary-menu li:nth-child(1){
        transition: all 0.5s ease 0.3s;
    }
    .primary-menu li:nth-child(2){
        transition: all 0.5s ease 0.4s;
    }
    .primary-menu li:nth-child(3){
        transition: all 0.5s ease 0.5s;
    }
    .primary-menu li:nth-child(4){
        transition: all 0.5s ease 0.6s;
    }
	.primary-menu li:nth-child(5){
        transition: all 0.5s ease 0.7s;
    }
	.primary-menu li:nth-child(6){
        transition: all 0.5s ease 0.8s;
    }
	.primary-menu li:nth-child(7){
        transition: all 0.5s ease 0.9s;
    }
	.primary-menu li.fade{
        opacity: 1;
    }
    /*?? live change*/
	ul.primary-menu {
		/*margin:0 !important;*/
	}
	#ajaxsearchprores5_1 {
		width:100vw;
	}
	.custom-logo {
		position:relative;
		z-index:10;
	}
	.mobile-search-icon {
		fill:#fff;
	}
	.header-inner {
		justify-content:flex-end;
	}
	.header-titles-wrapper {
		margin-right: auto;
	}
	.mobile-search-icon {
		margin-right:15px;
		padding-right:15px;
		border-right:1px solid #fff;
		position:relative;
		z-index:10;
	}
	.mobile-search-icon svg {
		min-width:25px;	
	}
	
	.search_mobile_test_w {
		position: fixed;
        /*background: #777777;*/
		background-image: url("https://dba-bau.com/wp-content/themes/dba/c_img/mobile_bg3.png");
		background-repeat:no-repeat;
		background-size:cover;
        height: 220px;
        width: 100%;
        flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        transition: all 0.3s ease-out;
        pointer-events: none;
		justify-content: center !important;
		align-content:center !important; 
		left:0;
		top:0;
    }
    .search_mobile_test_w.open {
        clip-path: circle(768px at 90% -10%);
        -webkit-clip-path: circle(768px at 90% -10%);
        pointer-events: all;
    }
	.search_mobile_test {
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-content: center;
		/*align-items: center;	*/
	}
	.search_mobile_test_w .asp_w_container_5 {
		margin-top:130px;
		padding:0 3.5rem;
	}
	#ajaxsearchprores5_1 {
		margin-top:-4px !important;
	}
	.pagination-single a.next-post .arrow {
		margin-left:1rem;
	}
	.custom-logo {
		display:none !important;
	}
	.custom-logo-link::after {
		content: '' !important;
		background:url('https://dba-bau.com/wp-content/themes/dba/c_img/dba_logo.webp');
		width:100%;
		height:100%;
		background-position:50% 50%;
		background-repeat:no-repeat;
		background-size:contain;
		display:block;
		max-width:102px;
		image-rendering: -webkit-optimize-contrast;
		transition: transform 0.8s;
		transform-style: preserve-3d;
		animation: logoAni 10s infinite;
		opacity:1;
		z-index:99999999999;
		position:relative;
	}
	.custom-logo-link::before {		  
		content: url('data:image/svg+xml,%3Csvg width="105" height="70" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"%3E%3Cg class="layer"%3E%3Ctitle%3ELayer 1%3C/title%3E%3Ctext fill="%23ffffff" font-family="Arial" font-size="13" id="svg_1" stroke="%23000000" stroke-width="0" text-anchor="middle" transform="matrix(1 0 0 1 0 0)" x="51" xml:space="preserve" y="11"%3EDEUTSCHE%3C/text%3E%3Ctext fill="%23ffffff" font-family="Arial" font-size="13" id="svg_2" stroke="%23000000" stroke-width="0" text-anchor="middle" transform="matrix(1 0 0 1 0 0)" x="51" xml:space="preserve" y="29"%3EBAUMEISTER &amp;%3C/text%3E%3Ctext fill="%23ffffff" font-family="Arial" font-size="13" id="svg_3" stroke="%23000000" stroke-width="0" text-anchor="middle" transform="matrix(1 0 0 1 0 0)" x="51" xml:space="preserve" y="47"%3EARCHITEKTEN%3C/text%3E%3Ctext fill="%23ffffff" font-family="Arial" font-size="13" id="svg_4" stroke="%23000000" stroke-width="0" text-anchor="middle" x="51" font-weight="bold" xml:space="preserve" y="65"%3EIM FOKUS%3C/text%3E%3C/g%3E%3C/svg%3E') !important;
		width:100%;
		height:100%;
		display:block;
		max-width: 90px;
		color: #fff;
		font-size: 15px;
		text-align: center;
		position: absolute;
		transform-style: preserve-3d;
		animation: textAni 10s infinite;
		transform: rotateY(90deg);
		opacity:0;
		z-index:99999999998;
		font-weight:"Source Sans Pro";
	}
	.mobile-open.custom-logo-link::before, .mobile-open.custom-logo-link::after, .mobile-open-s.custom-logo-link::before, .mobile-open-s.custom-logo-link::after {
		animation:0 !important;
	}
	.primary-menu ul {
		padding-top:0 !important;
	}
	
	
	@keyframes logoAni {
		0% {
			transform: rotateY(0deg);
			opacity:1;
		}
		45% {
			transform: rotateY(0deg);
			opacity:1;
		}
		50% {
			transform: rotateY(90deg);
			opacity:0;
		}
		95% {
			transform: rotateY(90deg);
			
		}
		100% {
			transform: rotateY(0deg);
		}
	}
	
	@keyframes textAni {
		0% {
			transform: rotateY(90deg);
			opacity:0;
		}
		50% {
			transform: rotateY(90deg);
			opacity:0;
		}
		55% {
			transform: rotateY(0deg);
			opacity:1;
		}
		90% {
			transform: rotateY(0deg);
			opacity:1;
		}
		95% {
			transform: rotateY(90deg);
			opacity:0;
		}
	}
	
	.header-titles-wrapper, .header-titles, .site-logo.faux-heading, .custom-logo-link {
		display:block;
		height:100%;
		width:100%;
	}
	.header-titles-wrapper {
		height:70px;
		margin-right:20px;
	}
	.search_page .search_result {
		width:100%;
		padding-left:0;
		padding-right:0;
		padding-bottom:25px;
	}
	.seo_wrapper {
		flex-direction:column;
		padding:0 3.5rem;
	}
	.seo_sitemap {
		flex:none;
		margin-right:0;
		padding-right:0;
		box-shadow:0px 4px 4px -4px rgba(114,114,114,0.46);
		border-right:none;
		border-bottom:1px solid #ddd;
	}
	.seo_sitemap ul {
		margin-bottom:3rem;
	}
/*	.primary-menu .sub-menu {
		position:static;
		background:none;
		opacity:1 !important;
		width:100%;
		transform: none !important;
		max-height:0px;
		overflow:hidden;
		transition: max-height 0.9s;
	}*/
    .primary-menu .sub-menu {
		position:static;
		background:none;
		opacity:1 !important;
		width:100%;
		/*transform: none !important;*/
		/*max-height:0px;*/
        height:0;
		overflow:hidden;
		transition: transform 0.5s ease-in-out;
        transform: scaleY(0); /* Unsichtbar */
        transform-origin: top;
        height:auto;
        display:none;
	}    
	.primary-menu li.menu-item-has-children {
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
		text-align: center;
		flex-flow: wrap;
	}
	.primary-menu li .icon {
		position:relative;
		right:-9px !important;
		top:0 !important;
		transform:rotate(45deg);
		pointer-events: all;
		cursor: pointer;
	}
	.primary-menu li .icon:target {
		width:50px;
		height:50px;
	}
	.primary-menu .icon::before {
		height: 3px !important;
		width: 12px !important;
		top:0 !important;
		left:0 !important;
		transition: 0.4s ease;
	}
	.primary-menu .icon.toggle::before {
		transform: translate(10px, 0);
	}	
	.primary-menu .icon::after {
		height: 3px !important;
		width: 12px !important;
		transform:rotate(90deg);
		top:-5px !important;
		left:5px !important;
		transition: 0.4s ease;
	}	
	.primary-menu .icon.toggle::after {
		transform: rotate(90deg) translate(10px, 0); 
	}
	.primary-menu .icon.toggle {
		transform: rotate(45deg) translate(-5px, -5px);	
	}
	.primary-menu .sub-menu.opened {
        transform: scaleY(1);
	}
	.m_menu_i_wrapper.open .sub-menu {
		text-align: center;
		/*display: flex;*/
		flex-direction: column;
		align-content: center;
		align-items: center;
	}
	.primary-menu .sub-menu a {
		padding:0 !important;
		font-size:20px;
	}
	.primary-menu .sub-menu li {
		padding:0 !important;
	}
	.primary-menu > li.menu-item-has-children > a {
		padding-right:0 !important;
		right:-20px;
	}
	.m_menu_i_wrapper.open .icon .spacer {
		display: block;
		width: 40px;
		height: 40px;
		transform: translate(-6px,-27px);
	}
	.fullscreen-slider {
		margin-left:-30px !important;
	}
	.page-template-template_netzwerkBasic .entry-content {
		padding:0 30px;
	}
	/*Karte Locator Media Handy*/
	.maps_locator {
		flex-direction:column;
		height:100% !important;
	}
	.map_pro_output {
    	flex: 0 0 100%;
		/*max-height:60vh;*/
		max-height:calc(90vh - 128px);
		order:1;
		border-top:1px solid #eee;
		border-bottom:1px solid #eee;
		box-shadow:0px 5px 8px -4px rgba(80,80,80,0.66)
	}
	.map_pro_output .box {
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}
	.map_pro_output .info-box {
		width:100%;
		flex-wrap:wrap;
		flex-direction:unset !important;
	}
	.maps_locator .gmaps {
		height:60vh !important;
		margin-top:25px;
		flex:auto !important;
	}
	.map_pro_output .info-box {
		margin:10px 20px;
		border:1px solid #dedede !important;
		box-shadow:0px 5px 8px -4px rgba(80,80,80,0.66);
		padding:25px !important;
	}
	.map-filter .search_box_wrapper {
/*		display: flex;
		flex: 0 0 20%;*/
		padding: 0 20px;
		height:60px !important;
	}
	.map-filter .location_wrapper {
		padding:10px 20px;
	}
	.map-filter .f_icon_wrapper {
		margin-right:0 !important;
	}
	.map-filter #map_radius {
		margin:0 20px;
		margin-bottom:10px;
		padding: 0px 20px;
	}
	.map-filter .input_container {
		margin:0 20px;

	}
	.map-filter .input_container input {
		width:100% !important;
	}
	.map-filter {
		height:fit-content;
		flex-direction:column;
	}
	.search_box_wrapper input, #map_radius {
		height:60px !important;
	}
	.search_box_wrapper {
		padding:0 !important;
		margin:0px 20px;
	}
	.map-filter .clear_filter {
		margin:0 auto !important;
		text-align:center;
	}
	.map-filter .clear_filter br {
		display:none;
	}
	.clear_filter {
		width:100% !important;
		height:40px !important;
	}
	.marker_c_wrapper {
		width:auto !important;
	}
	.box .maps_logos {
		max-width:30%;
		margin-bottom:0 !important;
	}
	.box .info-box h3 {
		width:66%;
		margin-left:4%;
		margin-top:0 !important;
		display:flex;
		align-items:center;

	}
	.box .map-icon-wrapper {
		width:100%;
		margin-top:15px;
	}
	.box .map_cta {
		width:48%;
		font-size:14px;
		margin-bottom:0 !important;
		display:flex;
	}
	.box .map_cta a {
		display: flex;
		align-content: center;
		justify-content: center;
		align-items: center;	
	}
	.box .profil_btn {
		margin-left:4%;
		margin-top:15px;
	}
	.box {
		padding-top:10px;
	}
	.maps_locator {
		margin-bottom:50px;
		margin-top:5px !important;
	}
	.clear_filter {
		background:none !important;
		color:#000 !important;
		border:unset !important;
	}
	.input_wrapper svg {
		display:none;
	}
	.input_wrapper .filter_submit {
		padding:14px 23px !important;
		height:60px !important;
	}
	.error404-content {
		height:333px;
		max-width:auto !important;
		width:90% !important;
	}
	.error404 .errorp404 {
		min-height:calc(100vh - 120px) !important;
		min-height:200px;
	}
    /* Suche Update */
	.search_result .search_partner {
		width:100% !important;
	}
	.hero_img .hero_img_full {
		height:65vh !important;
	}
	.cloud_wrapper img {
		width:140% !important;
		max-width:unset !important;
		margin-left:-20%;
	}

}

/* -------------------------------------------------------------------------- */

/*	1. Document Setup
/* -------------------------------------------------------------------------- */


html {
	font-size: 62.5%;  /*1rem = 10px */
	scroll-behavior: smooth;
}
/* Font */

/* source-sans-pro-regular - latin */
/*@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/source-sans-pro-v21-latin-regular.eot');
  src: local(''),
       url('fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'),
       url('fonts/source-sans-pro-v21-latin-regular.woff') format('woff'),
       url('fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'),
       url('fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg');
	font-display: swap;
}*/
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
	font-display: swap;
}

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



@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
.pt-cv-wrapper, .proinput input, .proinput, .proinput input::placeholder, .map_pro_output .ico-phone, .map_pro_output .ico-mail, .map_pro_output .ico-map, .map_pro_output .ico-web, .marker_c_wrapper .map-icon-wrapper > div, .filter_text, .map-filter input, .search_box_wrapper select {
	font-family:"Source Sans Pro", Questrial !important;
}
body {
	background: #fff;
	box-sizing: border-box;
	color: #000;
	font-family:"Source Sans Pro", /*Questrial,*/ -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.8rem;
	letter-spacing: -0.015em;
	text-align: left;
}

@supports ( font-variation-settings: normal ) {

	body {
		font-family:"Source Sans Pro", /*Questrial,*/ "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}

*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}

#site-content {
/*	overflow: hidden !important;*/
}


/* Clearing ---------------------------------- */

.group::after,
.entry-content::after {
	clear: both;
	content: "";
	display: block;
}


/* Base Transitions -------------------------- */

a,
path {
	transition: all 0.15s linear;
}


/* Screen Reader Text ------------------------ */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/* Skip Link --------------------------------- */

.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}

.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
}


/* Fonts ------------------------------------- */

/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the classic editor and
 * block editor. The following font-face override fixes the issue by manually
 * inserting a custom font that includes just a Hoefler Text space replacement
 * for that character instead.
 */
@font-face {
	font-family: NonBreakingSpaceOverride;
	src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMoAA0AAAAACDQAAALTAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCahEICjx3CywAATYCJANUBCAFhiEHgWwbXQfILgpsY+rQRRARwyAs6uL7pxzYhxEE+32b3aeHmifR6tklkS9hiZA0ewkqGRJE+H7/+6378ASViK/PGeavqJyOzsceKi1s3BCiQsiOdn1r/RBgIJYEgCUhbm/8/8/h4saPssnTNkkiWUBrTRtjmQSajw3Ui3pZ3LYDPD+XG2C3JA/yKAS8/rU5eNfuGqRf4eNNgV4YAlIIgxglEkWe6FYpq10+wi3g+/nUgvgPFczNrz/RsTgVm/zfbPuHZlsuQECxuyqBcQwKFBjFgKO8AqP4bAN9tFJtnM9xPcbNjeXS/x1wY/xU52f5W/X1+9cnH4YwKIaoRRAkUkj/YlAAeF/624foiIDBgBmgQBeGAyhBljUPZUm/l2dTvmpqcBDUOHdbPZWd8JsBAsGr4w8/EDn82/bUPx4eh0YNrQTBuHO2FjQEAGBwK0DeI37DpQVqdERS4gZBhpeUhWCfLFz7J99aEBgsJCHvUGAdAPp4IADDCAPCEFMGpMZ9AQpTfQtQGhLbGVBZFV8BaqNyP68oTZgHNj3M8kBPfXTTC9t90UuzYhy9ciH0grVlOcqyCytisvbsERsEYztiznR0WCrmTksJwbSNK6fd1Rvr25I9oLvctUoEbNOmXJbqgYgPXEHJ82IUsrCnpkxh23F1rfZ2zcRnJYoXtauB3VTFkFXQg3uoZYD5qE0kdjDtoDoF1h2bulGmev5HbYhbrjtohQSRI4aNOkffIcT+d3v6atpaYh3JvPoQsztCcqvaBkppDSPcQ3bw3KaCBo1f5CJWTZEgW3LjLofYg51MaVezrx8xZitYbQ9KYeoRaqQdVLwSEfrKXLK1otCWOKNdR/YwYAfon5Yk8O2MJfSD10dPGA5PIJJQMkah0ugMJiv6x4Dm7LEa8xnrRGGGLAg4sAlbsA07sAt76DOsXKO3hIjtIlpnnFrt1qW4kh6NhS83P/6HB/fl1SMAAA==) format("woff2"), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAUQAA0AAAAACDQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE9AAAABwAAAAchf5yU0dERUYAAATYAAAAHAAAAB4AJwAbT1MvMgAAAaAAAABJAAAAYJAcgU5jbWFwAAACIAAAAF4AAAFqUUxBZ2dhc3AAAATQAAAACAAAAAgAAAAQZ2x5ZgAAApAAAAAyAAAAPL0n8y9oZWFkAAABMAAAADAAAAA2Fi93Z2hoZWEAAAFgAAAAHQAAACQOSgWaaG10eAAAAewAAAAzAAAAVC7TAQBsb2NhAAACgAAAABAAAAAsAOQBAm1heHAAAAGAAAAAHQAAACAAWQALbmFtZQAAAsQAAAF6AAADIYvD/Adwb3N0AAAEQAAAAI4AAADsapk2o3jaY2BkYGAA4ov5mwzj+W2+MnCzXwCKMNzgCBSB0LfbQDQ7AxuI4mBgAlEAFKQIRHjaY2BkYGD3+NvCwMDBAALsDAyMDKhAFAA3+wH3AAAAeNpjYGRgYBBl4GBgYgABEMnIABJzAPMZAAVmAGUAAAB42mNgZlJhnMDAysDCKsKygYGBYRqEZtrDYMT4D8gHSmEHjgUFOQwODAqqf9g9/rYwMLB7MNUAhRlBcsxBrMlASoGBEQAj8QtyAAAAeNrjYGBkAAGmWQwMjO8gmBnIZ2NA0ExAzNjAAFYJVn0ASBsD6VAIDZb7AtELAgANIgb9AHjaY2BgYGaAYBkGRgYQSAHyGMF8FgYPIM3HwMHAxMDGoMCwQIFLQV8hXvXP//9AcRCfAcb///h/ygPW+w/vb7olBjUHCTCyMcAFGZmABBO6AogThgZgIUsXAEDcEzcAAHjaY2BgECMCyoEgACZaAed42mNgYmRgYGBnYGNgYAZSDJqMgorCgoqCjECRXwwNrCAKSP5mAAFGBiRgyAAAi/YFBQAAeNqtkc1OwkAUhU/5M25cEhcsZick0AwlBJq6MWwgJkAgYV/KAA2lJeUn+hY+gktXvpKv4dLTMqKycGHsTZNv7px7z50ZAFd4hYHjdw1Ls4EiHjVncIFnzVnc4F1zDkWjrzmPW+NNcwGlzIRKI3fJlUyrEjZQxb3mDH2fNGfRx4vmHKqG0JzHg6E0F9DOlFBGBxUI1GEzLNT4S0aLuTtsGAEUuYcQHkyg3KmIum1bNUvKlrjbbAIleqHHnS4iSudpQcySMYtdFiXlAxzSbAwfMxK6kZoHKhbjjespMTioOPZnzI+4ucCeTVyKMVKLfeAS6vSWaTinuZwzyy/Dc7vaed+6KaV0kukdPUk6yOcctZPvvxxqksq2lEW8RvHjMEO2FCl/zy6p3NEm0R9OFSafJdldc4QVeyaaObMBO0/5cCaa6d9Ggyubxire+lEojscdjoWUR1xGOy8KD8mG2ZLO2l2paDc3A39qmU2z2W5YNv5+u79e6QfGJY/hAAB42m3NywrCMBQE0DupWp/1AYI7/6DEaLQu66Mrd35BKUWKJSlFv1+rue4cGM7shgR981qSon+ZNwUJ8iDgoYU2OvDRRQ99DDDECAHGmGCKmf80hZSx/Kik/LliFbtmN6xmt+yOjdg9GztV4tROnRwX/Bsaaw51nt4Lc7tWaZYHp/MlzKx51LZs5htNri+2AAAAAQAB//8AD3jaY2BkYGDgAWIxIGZiYARCESBmAfMYAAR6AEMAAAABAAAAANXtRbgAAAAA2AhRFAAAAADYCNuG) format("woff");
}

/* ----------------------------------------------
Inter variable font. Usage:

@supports (font-variation-settings: normal) {
	html { font-family: 'Inter var', sans-serif; }
}
---------------------------------------------- */
/*
@font-face {
	font-family: "Inter var";
	font-weight: 100 900; 
	font-style: normal;
	font-display: swap;
	src: url(./assets/fonts/inter/Inter-upright-var.woff2) format("woff2");
}

@font-face {
	font-family: "Inter var";
	font-weight: 100 900;
	font-style: italic;
	font-display: swap;
	src: url(./assets/fonts/inter/Inter-italic-var.woff2) format("woff2");
}
*/

/* Accessibility Settings -------------------- */

@media ( prefers-reduced-motion: reduce ) {

	* {
		animation-duration: 0s !important;
		transition-duration: 0s !important;
	}
}


/* -------------------------------------------------------------------------- */

/*	2. Element Base
/* ---------------------------------------------*---------------------------- */


main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
/*	font-feature-settings: "lnum";
	font-variant-numeric: lining-nums;
	font-weight: 700;*/
	letter-spacing: -0.0415625em;
	line-height: 1.25;
	margin: 3.5rem 0 2rem;
}

h1,
.heading-size-1 {
	font-size: 3.6rem;
	font-weight: 800;
	line-height: 1.138888889;
}

h2,
.heading-size-2 {
	font-size: 3.2rem;
}

h3,
.heading-size-3 {
	font-size: 2.2rem;
}

h4,
.heading-size-4 {
	font-size: 18px;
}

h5,
.heading-size-5 {
	font-size: 2.1rem;
}

h6,
.heading-size-6 {
	font-size: 1.6rem;
	letter-spacing: 0.03125em;
	text-transform: uppercase;
}

p {
	line-height: 1.5;
	margin: 0 0 1em 0;
}

em,
i,
q,
dfn {
	font-style: italic;
}

em em,
em i,
i em,
i i,
cite em,
cite i {
	font-weight: bolder;
}

big {
	font-size: 1.2em;
}

small {
	font-size: 0.75em;
}

b,
strong {
	font-weight: 700;
}

ins {
	text-decoration: underline;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

abbr,
acronym {
	cursor: help;
}

address {
	line-height: 1.5;
	margin: 0 0 2rem 0;
}

hr {
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	border-color: #dcd7ca;
	margin: 4rem 0;
}

.entry-content hr,
hr.styled-separator {
	background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
	background-color: transparent !important;
	border: none;
	height: 0.1rem;
	overflow: visible;
	position: relative;
}

.entry-content hr:not(.has-background),
hr.styled-separator {
	color: #6d6d6d;
}

.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
	background: currentColor;
	content: "";
	display: block;
	height: 1.6rem;
	position: absolute;
	top: calc(50% - 0.8rem);
	transform: rotate(22.5deg);
	width: 0.1rem;
}

.entry-content hr::before,
hr.styled-separator::before {
	left: calc(50% - 0.5rem);
}

.entry-content hr::after,
hr.styled-separator::after {
	right: calc(50% - 0.5rem);
}

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

a:hover,
a:focus {
	text-decoration: none;
}


/* Lists ------------------------------------- */

ul,
ol {
	margin: 0 0 3rem 3rem;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

li {
	line-height: 1.5;
	margin: 0.5rem 0 0 2rem;
}

li > ul,
li > ol {
	margin: 1rem 0 0 2rem;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
	list-style: none;
	margin: 0;
}

.reset-list-style li {
	margin: 0;
}

dt,
dd {
	line-height: 1.5;
}

dt {
	font-weight: 700;
}

dt + dd {
	margin-top: 0.5rem;
}

dd + dt {
	margin-top: 1.5rem;
}


/* Quotes ------------------------------------ */

blockquote {
	border-color: #cd2653;
	border-style: solid;

	/*rtl:ignore*/
	border-width: 0 0 0 0.2rem;
	color: inherit;
	font-size: 1em;
	margin: 4rem 0;

	/*rtl:ignore*/
	padding: 0.5rem 0 0.5rem 2rem;
}

cite {
	color: #6d6d6d;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
}

blockquote cite {
	display: block;
	margin: 2rem 0 0 0;
}

blockquote p:last-child {
	margin: 0;
}


/* Code -------------------------------------- */

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 0.9em;
	padding: 0.4rem 0.6rem;
}

code,
kbd,
samp {
	background: rgba(0, 0, 0, 0.075);
	border-radius: 0.2rem;
}

pre {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.5;
	margin: 4rem 0;
	overflow: auto;
	padding: 3rem 2rem;
	text-align: left;
}

pre code {
	background: transparent;
	padding: 0;
}


/* Media ------------------------------------- */

figure {
	display: block;
	margin: 0;
}

iframe {
	display: block;
	max-width: 100%;
}

video {
	display: block;
}

svg,
img,
embed,
object {
	display: block;
	height: auto;
	max-width: 100%;
}

figcaption,
.wp-caption-text {
	color: #6d6d6d;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1.5rem;
}

figcaption a,
.wp-caption-text a {
	color: inherit;
}

blockquote.instagram-media,
iframe.instagram-media {
	margin: auto !important;
}


/* GALLERIES */

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 3em 0 3em -0.8em;
	width: calc(100% + 1.6em);
}

.gallery-item {
	margin: 0.8em 0;
	padding: 0 0.8em;
	width: 100%;
}

.gallery-caption {
	display: block;
	margin-top: 0.8em;
}
/* Layerslider */
.ls_head1 {
	font-size:calc(28px + 1.5vw) !important;
	line-height:calc(32px + 1.5vw) !important;
}
.ls_btn {
	padding:14px 35px !important;
/*	width:30% !important;
	min-width:120px;
	min-height:40px;
	text-align:center;
	display:flex;
	align-content:center;
	align-items:center;
	bottom:30% !important;
	top:auto !important;*/
}


/* Inputs ------------------------------------ */

fieldset {
	border: 0.2rem solid #dcd7ca;
	padding: 2rem;
}

legend {
	font-size: 0.85em;
	font-weight: 700;
	padding: 0 1rem;
}

label {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0 0 0.5rem 0;
}

label.inline,
input[type="checkbox"] + label {
	display: inline;
	font-weight: 400;
	margin-left: 0.5rem;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	top: 2px;
	display: inline-block;
	margin: 0;
	width: 1.5rem;
	min-width: 1.5rem;
	height: 1.5rem;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	border-color: #dcd7ca;
	box-shadow: none;
	cursor: pointer;
}

input[type="checkbox"]:checked::before {
	/* Use the "Yes" SVG Dashicon */
	content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
	position: absolute;
	display: inline-block;
	margin: -0.1875rem 0 0 -0.25rem;
	height: 1.75rem;
	width: 1.75rem;
}

@supports ( font-variation-settings: normal ) {

	input,
	textarea,
	button,
	.button,
	.faux-button,
	.faux-button.more-link,
	.wp-block-button__link,
	.wp-block-file__button {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}

input,
textarea {
	border-color: #dcd7ca;
	color: #000;
}

code,
input[type="url"],
input[type="email"],
input[type="tel"] {

	/*rtl:ignore*/
	direction: ltr;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	box-shadow: none;
	display: block;
	font-size: 1.6rem;
	letter-spacing: -0.015em;
	margin: 0;
	max-width: 100%;
	padding: 1.5rem 1.8rem;
	width: 100%;
}

select {
	font-size: 16px;
}

textarea {
	height: 12rem;
	line-height: 1.5;
	width: 100%;
}

input::-webkit-input-placeholder {
	line-height: normal;
}

input:-ms-input-placeholder {
	line-height: normal;
}

input::-moz-placeholder {
	line-height: revert; /* Reset to the value from the user-agent stylesheet. */
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #cd2653;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.0333em;
	line-height: 1.25;
	margin: 0;
	opacity: 1;
	padding: 1.1em 1.44em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.15s linear;
}

button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
	text-decoration: underline;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: currentColor;
}

input[type="search"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

/* Tables ------------------------------------ */

table {
/*	border: 0.1rem solid #dcd7ca;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1.6rem;
	margin: 4rem 0;
	max-width: 100%;
	overflow: hidden;
	width: 100%;*/
}

.alignleft > table {
	margin: 0;
}

.alignright > table {
	margin: 0;
}

th,
td {
/*	border: 0.1rem solid #dcd7ca;
	line-height: 1.4;
	margin: 0;
	overflow: visible;
	padding: 0.5em;*/
}

caption {
	background: #dcd7ca;
	font-weight: 600;
	padding: 0.5em;
	text-align: center;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	font-weight: 700;
}


/* -------------------------------------------------------------------------- */

/*	3. Helper Classes
/* -------------------------------------------------------------------------- */


/* Layout ------------------------------------ */

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.screen-height {
	min-height: 100vh;
}

.admin-bar .screen-height {
	min-height: calc(100vh - 32px);
}

@media (max-width: 782px) {

	.admin-bar .screen-height {
		min-height: calc(100vh - 46px);
	}
}

.screen-width {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}

/* Sections ---------------------------------- */

section {
/*	padding: 5rem 0;*/
	width: 100%;
}

.section-inner.max-percentage {
	width: 100%;
}

.section-inner.thin {
	max-width: 58rem;
}

.section-inner.small {
	max-width: 80rem;
}

.section-inner.no-margin {
	margin: 0;
}

/* Hiding and Showing ------------------------ */

.js .show-js {
	display: block !important;
}

.js .hide-js {
	display: none !important;
}

.no-js .show-no-js {
	display: block !important;
}

.no-js .hide-no-js {
	display: none !important;
}


/* Typography -------------------------------- */

.font-size-xl {
	font-size: 1.25em;
}

.font-size-xs {
	font-size: 0.8em;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Colors ------------------------------------ */

/* COLOR */

.color-accent,
.color-accent-hover:focus,
.color-accent-hover:hover {
	color: #cd2653;
}

/* BACKGROUND COLOR */

.bg-accent,
.bg-accent-hover:focus,
.bg-accent-hover:hover {
	background-color: #cd2653;
}

/* BORDER COLOR */

.border-color-accent,
.border-color-accent-hover:focus,
.border-color-accent-hover:hover {
	border-color: #cd2653;
}

/* FILL COLOR */

.fill-children-accent,
.fill-children-accent * {
	fill: #cd2653;
}

.fill-children-current-color,
.fill-children-current-color * {
	fill: currentColor;
}


/* Opacity ----------------------------------- */

.opacity-0 {
	opacity: 0;
}

.opacity-5 {
	opacity: 0.05;
}

.opacity-10 {
	opacity: 0.1;
}

.opacity-15 {
	opacity: 0.15;
}

.opacity-20 {
	opacity: 0.2;
}

.opacity-25 {
	opacity: 0.25;
}

.opacity-30 {
	opacity: 0.3;
}

.opacity-35 {
	opacity: 0.35;
}

.opacity-40 {
	opacity: 0.4;
}

.opacity-45 {
	opacity: 0.45;
}

.opacity-50 {
	opacity: 0.5;
}

.opacity-55 {
	opacity: 0.55;
}

.opacity-60 {
	opacity: 0.6;
}

.opacity-65 {
	opacity: 0.65;
}

.opacity-70 {
	opacity: 0.7;
}

.opacity-75 {
	opacity: 0.75;
}

.opacity-80 {
	opacity: 0.8;
}

.opacity-85 {
	opacity: 0.85;
}

.opacity-90 {
	opacity: 0.9;
}

.blend-mode-exclusion {
	mix-blend-mode: exclusion;
}

.blend-mode-hue {
	mix-blend-mode: hue;
}

.blend-mode-saturation {
	mix-blend-mode: saturation;
}

.blend-mode-color {
	mix-blend-mode: color;
}

.blend-mode-luminosity {
	mix-blend-mode: luminosity;
}


/* Image Classes ----------------------------- */

.bg-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-attachment-fixed {
	background-attachment: fixed;
}

@supports ( -webkit-overflow-scrolling: touch ) {

	.bg-attachment-fixed {
		background-attachment: scroll;
	}
}

@media ( prefers-reduced-motion: reduce ) {

	.bg-attachment-fixed {
		background-attachment: scroll;
	}
}

.wp-block-image.is-resized {
	margin-left: auto;
	margin-right: auto;
}

/* Search Form ------------------------------- */

.search-form {
	align-items: stretch;
	display: flex;
	flex-wrap: nowrap;
	margin: 0 0 -0.8rem -0.8rem;
}

.search-form .search-field,
.search-form .search-submit {
	margin: 0 0 0.8rem 0.8rem;
}

.search-form label {
	align-items: stretch;
	display: flex;
	font-size: inherit;
	margin: 0;
	width: 100%;
}

.search-form .search-field {
	width: 100%;
}

.search-form .search-submit {
	flex-shrink: 0;
}

.search-form .search-submit:focus,
.search-form .search-submit:hover {
	text-decoration: none;
}


/* Social Icons ------------------------------ */

ul.social-icons {
	display: flex;
	flex-wrap: wrap;
	margin: -0.9rem 0 0 -0.9rem;
	width: calc(100% + 0.9rem);
}

ul.social-icons li {
	margin: 0.9rem 0 0 0.9rem;
}

.social-icons a {
	align-items: center;
	background: #cd2653;
	border-radius: 50%;
	color: #fff;
	display: flex;
	height: 4.4rem;
	justify-content: center;
	padding: 0;
	text-decoration: none;
	transition: transform 0.15s ease-in-out;
	width: 4.4rem;
}

.social-icons a:focus,
.social-icons a:hover {
	transform: scale(1.1);
	text-decoration: none;
}


/* Cover Modals ------------------------------ */

.cover-modal {
	display: none;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}

.cover-modal::-webkit-scrollbar {
	display: none !important;
}

.cover-modal.show-modal {
	display: block;
	cursor: pointer;
}

.cover-modal.show-modal > * {
	cursor: default;
}


/* -------------------------------------------------------------------------- */

/*	4.	Site Header
/* -------------------------------------------------------------------------- */



/* Header Titles ----------------------------- */


body:not(.enable-search-modal) .header-titles-wrapper {
	justify-content: flex-start;
	padding-left: 0;
	text-align: left;
}

.site-title,
.site-logo,
.site-description {
	margin: 0;
}

.site-title {
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1;
}

.site-title a {
	color: inherit;
	display: block;
	text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
	text-decoration: underline;
}

.site-description {
	margin-top: 1rem;
	color: #6d6d6d;
	font-size: 1.8rem;
	font-weight: 500;
	display: none;
	letter-spacing: -0.0311em;
	transition: all 0.15s linear;

}

.site-logo a,
.site-logo img {
	display: block;
}

.header-titles .site-logo .site-logo {
	margin: 0;
}

body:not(.enable-search-modal) .site-logo img {
	margin: 0;
}

/* Overlay Header ---------------------------- */

.overlay-header #site-header {
	background: transparent;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 102;
}

.overlay-header .header-inner {
	color: #fff;
}

.overlay-header .site-description,
.overlay-header .toggle {
	color: inherit;
}

.overlay-header .header-inner .toggle-wrapper::before {
	background-color: currentColor;
	opacity: 0.25;
}



/* Search Toggle ----------------------------- */

.search-toggle {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
}

.search-toggle .toggle-icon,
.search-toggle svg {
	height: 2.5rem;
	max-width: 2.3rem;
	width: 2.3rem;
}


/* Primary Menu ---------------------------- */

ul.primary-menu {
	display: flex;
	font-size: 1.8rem;
	font-weight: 500;
	flex-wrap: nowrap;
	justify-content: flex-end;
	margin: -0.8rem 0 0 -1.6rem;
	letter-spacing: 0;
	align-items:center;
}

.primary-menu .icon {
	display: block;
	height: 0.7rem;
	position: absolute;
	pointer-events: none;
	transform: rotate(-45deg);
	width: 1.3rem;
}

.primary-menu .icon::before,
.primary-menu .icon::after {
	content: "";
	display: block;
	background-color: currentColor;
	position: absolute;
	bottom: calc(50% - 0.1rem);
	left: 0;
}

.primary-menu .icon::before {
	height: 0.9rem;
	width: 0.2rem;
}

.primary-menu .icon::after {
	height: 0.2rem;
	width: 0.9rem;
}

.primary-menu li {
	font-size: 20px;
	line-height: 1.25;
	position: relative;
}

.primary-menu > li {
	margin: 0.8rem 0 0 2.6rem;
}

.primary-menu > li.menu-item-has-children > a {
	padding-right: 2rem;
}

.primary-menu > li > .icon {
	right: -0.5rem;
	top: calc(44% - 0.4rem);
}

.primary-menu a {
	color: inherit;
	display: block;
	line-height: 1.2;
	text-decoration: none;
	word-break: normal;
	word-wrap: normal;
}


.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-item > .link-icon-wrapper > a {
	text-decoration: underline;
}

.primary-menu li.current-menu-item > a:hover,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
.primary-menu li.current-menu-item > a:focus,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
	text-decoration: none;
}

/* SUB MENU */

.primary-menu ul {
	background: #000;
	border-radius: 0.4rem;
	color: #fff;
	font-size: 1.7rem;
	opacity: 0;
	padding: 0 0;
	position: absolute;
	right: 9999rem;
/*	top: calc(100% + 2rem);*/
	transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
	transform: translateY(0.6rem);
	/*width: 20rem;*/
	width:fit-content;
	padding-top:20px;
	z-index: 1;
}


/*.primary-menu ul::before,
.primary-menu ul::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
}
*/
.primary-menu ul::before {
	height: 2rem;
	left: 0;
	right: 0;
}

.primary-menu ul::after {
	border: 0.8rem solid transparent;
	border-bottom-color: #000;
	right: 1.8rem;
}

.primary-menu ul a {
	background: transparent;
	border: none;
	color: inherit;
	display: block;
	padding: 1rem 2rem;
	transition: background-color 0.15s linear;
	width: 100%;
}

.primary-menu ul li.menu-item-has-children > a {
	padding-right: 4.5rem;
}

.primary-menu ul li.menu-item-has-children .icon {
	position: absolute;
	right: 1.5rem;
	top: calc(50% - 0.5rem);
}

/* DEEP DOWN */

.primary-menu ul ul {
	top: -1rem;
}

.primary-menu ul li.menu-item-has-children:hover > ul,
.primary-menu ul li.menu-item-has-children:focus > ul,
.primary-menu ul li.menu-item-has-children.focus > ul {
	right: calc(100% + 2rem);
}

.primary-menu ul ul::before {
	bottom: 0;
	height: auto;
	left: auto;
	right: -2rem;
	top: 0;
	width: 2rem;
}

.primary-menu ul ul::after {
	border-bottom-color: transparent;

	/*rtl:ignore*/
	border-left-color: #000;
	bottom: auto;
	right: -1.6rem;
	top: 2rem;
}

.rtl .primary-menu ul ul::after {
	transform: rotate(180deg);
}

/*
 * Enable nav submenu expansion with tapping on arrows on large-viewport
 * touch interfaces (e.g. tablets or laptops with touch screens).
 * These rules are supported by all browsers (>IE11) and when JS is disabled.
 */
@media (any-pointer: coarse) {

	.primary-menu > li.menu-item-has-children > a {
		padding-right: 0;
		margin-right: 2rem;
	}

	.primary-menu ul li.menu-item-has-children > a {
		margin-right: 4.5rem;
		padding-right: 0;
		width: unset;
	}

}

/* Repeat previous rules for IE11 (when JS enabled for polyfill). */
body.touch-enabled .primary-menu > li.menu-item-has-children > a {
	padding-right: 0;
	margin-right: 0;
}




body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
	margin-right: 0;
	padding-right: 0;
	width: unset;
}

/* -------------------------------------------------------------------------- */

/*	5. Menu Modal
/* -------------------------------------------------------------------------- */


.menu-modal {
	background: #fff;
	display: none;
	opacity: 0;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	bottom: 0;
	left: -99999rem;
	right: 99999rem;
	top: 0;
	transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
	z-index: 99;
}

.admin-bar .menu-modal {
	top: 32px;
}

@media (max-width: 782px) {

	.admin-bar .menu-modal {
		top: 46px;
	}
}

.menu-modal.show-modal {
	display: flex;
}

.menu-modal.active {
	left: 0;
	opacity: 1;
	right: 0;
	transition: opacity 0.25s ease-out;
}

.menu-modal-inner {
	background: #fff;
	display: flex;
	justify-content: stretch;
	overflow: auto;
	-ms-overflow-style: auto;
	width: 100%;
}

.menu-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.menu-modal .menu-top {
	flex-shrink: 0;
}


/* Main Menu --------------------------------- */

.modal-menu {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}

.modal-menu li {
	border-color: #dedfdf;
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
	justify-content: flex-start;
	margin: 0;
}

.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -0.0375em;
}

.modal-menu > li:last-child {
	border-bottom-width: 0.1rem;
}

.modal-menu .ancestor-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.modal-menu a {
	display: block;
	padding: 2rem 2.5rem;
	text-decoration: none;
	width: 100%;
}

.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item > .ancestor-wrapper > a,
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
	text-decoration: underline;
}


.modal-menu ul {
	display: none;
	margin: 0;
	width: 100%;
}

.modal-menu ul li {
	border-left-width: 1rem;
}

.modal-menu ul li a {
	color: inherit;
	font-weight: 500;
}

/* Main menu animation ----------------------- */

.menu-wrapper .menu-item {
	position: relative;
}

.menu-wrapper .active {
	display: block;
}

.menu-wrapper.is-toggling {
	pointer-events: none;
}

.menu-wrapper.is-toggling .menu-item {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
}

.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
	width: auto;
}

.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
	transition-duration: 250ms;
}

.menu-wrapper.is-animating .menu-item {
	transition-property: transform;
}

.menu-wrapper.is-toggling .toggling-target {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}

.menu-wrapper.is-toggling .toggling-target.active {
	opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target {
	display: block;
	transition-property: opacity;
	opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target.active {
	opacity: 1;
}

.menu-wrapper.is-toggling .modal-menu > li:last-child li {
	border-top-color: transparent;
	border-bottom-width: 0.1rem;
}

@media (prefers-reduced-motion: reduce) {

	.menu-wrapper.is-animating .menu-item,
	.menu-wrapper.is-animating .toggling-target {
		transition-duration: 1ms !important;
	}

}


/* Expanded Menu ----------------------------- */

.expanded-menu {
	display: none;
}

.mobile-menu {
	display: block;
}


/* Menu Bottom ------------------------------- */

.menu-bottom {
	flex-shrink: 0;
	padding: 4rem 0;
}

.menu-bottom nav {
	width: 100%;
}

.menu-copyright {
	display: none;
	font-size: 1.6rem;
	font-weight: 500;
	margin: 0;
}

.menu-copyright a:focus,
.menu-copyright a:hover {
	text-decoration: underline;
}

.menu-bottom .social-menu {
	justify-content: center;
}


/* -------------------------------------------------------------------------- */

/*	6. Search Modal
/* -------------------------------------------------------------------------- */


.search-modal {
	background: rgba(0, 0, 0, 0.2);
	display: none;
	opacity: 0;
	position: fixed;
	bottom: 0;
	left: -9999rem;
	top: 0;
	transition: opacity 0.2s linear, left 0s 0.2s linear;
	width: 100%;
	z-index: 999;
}

.admin-bar .search-modal.active {
	top: 32px;
}

@media (max-width: 782px) {

	.admin-bar .search-modal.active {
		top: 46px;
	}
}

.search-modal-inner {
	background: #fff;
	transform: translateY(-100%);
	transition: transform 0.15s linear, box-shadow 0.15s linear;
}

.search-modal-inner .section-inner {
	display: flex;
	justify-content: space-between;
	max-width: 100%;
}

.search-modal.active {
	left: 0;
	opacity: 1;
	transition: opacity 0.2s linear;
}

.search-modal.active .search-modal-inner {
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
	transform: translateY(0);
	transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
}

button.search-untoggle {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	margin-right: -2.5rem;
	padding: 0 2.5rem;
}

.search-modal button.search-untoggle {
	color: inherit;
}

.search-modal.active .search-untoggle {
	animation: popIn both 0.3s 0.2s;
}

.search-untoggle svg {
	height: 1.5rem;
	transition: transform 0.15s ease-in-out;
	width: 1.5rem;
}

.search-untoggle:focus svg,
.search-untoggle:hover svg {
	transform: scale(1.15);
}


/* Modal Search Form ------------------------- */

.search-modal form {
	margin: 0;
	position: relative;
	width: 100%;
}

.search-modal .search-field {
	background: none;
	border: none;
	border-radius: 0;
	color: inherit;
	font-size: 2rem;
	letter-spacing: -0.0277em;
	height: 8.4rem;
	margin: 0 0 0 -2rem;
	max-width: calc(100% + 2rem);
	padding: 0 0 0 2rem;
	width: calc(100% + 2rem);
}

.search-modal .search-field::-webkit-input-placeholder {
	color: inherit;
}

.search-modal .search-field:-ms-input-placeholder {
	color: inherit;
}

.search-modal .search-field::-moz-placeholder {
	color: inherit;
	line-height: 4;
}

.search-modal .search-submit {
	position: absolute;
	right: -9999rem;
	top: 50%;
	transform: translateY(-50%);
}

.search-modal .search-submit:focus {
	right: 0;
}


/* -------------------------------------------------------------------------- */

/*	7a. Template: Cover Template
/* -------------------------------------------------------------------------- */


.cover-header {
	display: flex;
	overflow: hidden;
}

.cover-header-inner-wrapper {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.cover-header-inner {
	width: 100%;
}

.cover-color-overlay,
.cover-color-overlay::before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.cover-color-overlay::before {
	background: currentColor;
	content: "";
	display: block;
}

.cover-header .entry-header {
	position: relative;
	width: 100%;
	z-index: 1;
}

.cover-header .entry-header * {
	color: #fff;
}

body.template-cover .entry-header {
	background: transparent;
	padding: 0;
}

.cover-header h1,
.cover-header h2,
.cover-header h3,
.cover-header h4,
.cover-header h5,
.cover-header h6,
.cover-header .faux-heading {
	color: inherit;
}

.cover-header .entry-header a {
	color: inherit;
}

/* To The Content ---------------------------- */

.to-the-content-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 0.5rem);
}

.to-the-content {
	align-items: center;
	display: flex;
	justify-content: center;
	height: 4rem;
	text-decoration: none;
}

.to-the-content svg {
	height: 2rem;
	transition: transform 0.15s linear;
	transform: translateY(0);
	width: 1.767rem;
}

.to-the-content:focus svg,
.to-the-content:hover svg {
	transform: translateY(20%);
}


/* -------------------------------------------------------------------------- */

/*	8. Post: Archive
/* -------------------------------------------------------------------------- */


/* Archive Header ---------------------------- */

.archive-header {
	background-color: #fff;
	padding: 4rem 0;
}

.reduced-spacing .archive-header {
	padding-bottom: 2rem;
}

.archive-title {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -0.026666667em;
	margin: 0;
}

.archive-subtitle p:last-child {
	margin-bottom: 0;
}


/* Posts ------------------------------------- */

body:not(.singular) main > article:first-of-type {
	padding: 4rem 0 0;
}


/* Search Results ---------------------------- */

.no-search-results-form {
	padding-top: 5rem;
}


/* -------------------------------------------------------------------------- */

/*	9. Post: Single
/* -------------------------------------------------------------------------- */


/* Post Header ------------------------------- */

.singular .entry-header {
	padding: 4rem 0;
}

.entry-categories {
	line-height: 1.25;
	margin-bottom: 2rem;
}

.entry-categories-inner {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	margin: -0.5rem 0 0 -1rem;
}

.entry-categories a {
	border-bottom: 0.15rem solid currentColor;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.036666667em;
	margin: 0.5rem 0 0 1rem;
	text-decoration: none;
	text-transform: uppercase;
}

.entry-categories a:focus,
.entry-categories a:hover {
	border-bottom-color: transparent;
}

h1.entry-title,
h2.entry-title {
	margin: 0;
}

.entry-title a {
	color: inherit;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	text-decoration: underline;
}

.intro-text {
	margin-top: 2rem;
}

.singular .intro-text {
	font-size: 2rem;
	letter-spacing: -0.0315em;
	line-height: 1.4;
}

/* POST META */

.post-meta-single-top .post-meta {
	justify-content: center;
}

.post-meta-wrapper {
	margin-top: 2rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 58rem;
	width: 100%;
}

.post-meta {
	color: #6d6d6d;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.5rem;
	font-weight: 500;
	list-style: none;
	margin: -1rem 0 0 -2rem;
}


.post-meta a {
	color: inherit;
	text-decoration: none;
}

.post-meta a:focus,
.post-meta a:hover {
	text-decoration: underline;
}

.post-meta .meta-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}

.post-meta .meta-icon {
	flex-shrink: 0;
	margin-right: 1rem;
}

.sticky .post-sticky {
	color: inherit;
}

.post-meta .post-author .meta-icon svg {
	width: 1.6rem;
	height: 1.8rem;
}

.post-meta .post-categories .meta-icon svg {
	width: 1.8rem;
	height: 1.7rem;
}

.post-meta .post-comment-link .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta .post-date .meta-icon svg {
	width: 1.7rem;
	height: 1.8rem;
}

.post-meta .post-edit .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta .post-sticky .meta-icon svg {
	width: 1.5rem;
	height: 1.8rem;
}

.post-meta .post-tags .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta svg * {
	fill: currentColor;
}



/* Post Footer ------------------------------- */

/* POST NAV LINKS */

.post-nav-links {
	border-radius: 0.4rem;
	display: flex;
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1;
	margin: 3em auto 0 auto;
	padding: 0;
	width: calc(100% - 4rem);
	max-width: 58rem;
}

.post-nav-links > span.label {
	padding: 1em 0;
}

.post-nav-links > * {
	padding: 1em 0.75em;
}

/* POST META BOTTOM */

.post-meta-wrapper.post-meta-single-bottom {
	margin-top: 3rem;
}


/* Author Bio -------------------------------- */

.author-bio {
	margin-top: 4rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 58rem;
	width: 100%;
}

.hide-avatars .author-bio {
	padding-left: 0;
}

.author-bio .author-title-wrapper {
	align-items: center;
	display: flex;
	margin: 0 0 1rem 0;
}

.author-bio .avatar {
	border-radius: 50%;
	margin-right: 1.5rem;
	height: 5rem;
	width: 5rem;
}

.hide-avatars img.avatar {
	display: none;
}

.author-bio p:last-child {
	margin-bottom: 0;
}

.author-bio .author-title {
	margin: 0;
}

.author-bio .author-link {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	margin-top: 1em;
	text-decoration: none;
}

.author-bio .author-link:focus,
.author-bio .author-link:hover {
	text-decoration: underline;
}


/* Single Pagination ------------------------- */

.pagination-single {
	font-size: 1.8rem;
	margin-top: 5rem;
}

.pagination-single-inner {
	display: flex;
	flex-direction: column;
}

.pagination-single hr:first-child {
	margin: 0 0 2.8rem 0;
}

.pagination-single hr:last-child {
	margin: 2.8rem 0 0.8rem 0;
}

.pagination-single a {
	align-items: baseline;
	display: flex;
	font-weight: 600;
	letter-spacing: -0.0275em;
	text-decoration: none;
}

.pagination-single a + a {
	margin-top: 1rem;
}

.pagination-single a .arrow {
	margin-right: 1rem;
}

.pagination-single a:focus .title,
.pagination-single a:hover .title {
	text-decoration: underline;
}


/* -------------------------------------------------------------------------- */

/*	10. Blocks
/* -------------------------------------------------------------------------- */


/* Block Colors ------------------------------ */

.has-text-color a {
	color: inherit;
}

/* CUSTOM COLORS */

:root .has-accent-color {
	color: #cd2653;
}

:root .has-accent-background-color {
	background-color: #cd2653;
	color: #fff;
}

:root .has-primary-color {
	color: #000;
}

:root .has-primary-background-color {
	background-color: #000;
	color: #f5efe0;
}

:root .has-secondary-color {
	color: #6d6d6d;
}

:root .has-secondary-background-color {
	background-color: #6d6d6d;
	color: #fff;
}

:root .has-subtle-background-color {
	color: #dcd7ca;
}

:root .has-subtle-background-background-color {
	background-color: #dcd7ca;
	color: #000;
}

:root .has-background-color {
	color: #f5efe0;
}

:root .has-background-background-color {
	background-color: #f5efe0;
	color: #000;
}


/* Block Typography Classes ------------------ */

.has-text-align-left {

	/*rtl:ignore*/
	text-align: left;
}

.has-text-align-center {
	text-align: center;
}

.has-text-align-right {
	text-align: right;
}

.has-drop-cap:not(:focus)::first-letter {
	color: #cd2653;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 5.1em;
	font-weight: 800;
	margin: 0.05em 0.1em 0 0;
}

.has-drop-cap:not(:focus)::first-letter::after {
	content: "";
	display: table;
	clear: both;
}

.has-drop-cap:not(:focus)::after {
	padding: 0;
}


/* Block Font Families ----------------------- */

.has-drop-cap:not(:focus)::first-letter,
.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-cover-image,
.entry-content .wp-block-latest-comments,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-pullquote,
.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

@supports ( font-variation-settings: normal ) {

	.has-drop-cap:not(:focus)::first-letter,
	.entry-content .wp-block-archives,
	.entry-content .wp-block-categories,
	.entry-content .wp-block-latest-posts,
	.entry-content .wp-block-latest-comments,
	.entry-content .wp-block-cover-image p,
	.entry-content .wp-block-pullquote {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}

/* Block Font Sizes -------------------------- */

.entry-content .has-small-font-size {
	font-size: 0.842em;
}

.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size {
	font-size: 1em;
}

.entry-content .has-medium-font-size {
	font-size: 1.1em;
	line-height: 1.45;
}

.entry-content .has-large-font-size {
	font-size: 1.25em;
	line-height: 1.4;
}

.entry-content .has-larger-font-size {
	font-size: 1.5em;
	line-height: 1.3;
}


/* Block: Base Margins ----------------------- */

*[class*="_inner-container"] > *:first-child {
	margin-top: 0;
}

*[class*="_inner-container"] > *:last-child {
	margin-bottom: 0;
}

.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
	margin-bottom: 3rem;
	margin-top: 3rem;
}


/* Block: Shared Nesting Alignment Resets ---- */

[class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
}


/* Block: Shared Widget Styles --------------- */

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
	list-style: none;
	margin-left: 0;
}

.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-latest-comments ul {
	list-style: none;
}

.entry-content .wp-block-archives > li,
.entry-content .wp-block-categories > li,
.entry-content .wp-block-latest-posts > li,
.entry-content .wp-block-latest-comment > li {
	margin-left: 0;
}

.entry-content .wp-block-archives > li:last-child,
.entry-content .wp-block-categories > li:last-child,
.entry-content .wp-block-latest-posts > li:last-child,
.entry-content .wp-block-latest-comment > li:last-child {
	margin-bottom: 0;
}

.entry-content .wp-block-archives *,
.entry-content .wp-block-categories *,
.entry-content .wp-block-latest-posts *,
.entry-content .wp-block-latest-comments * {
	font-family: inherit;
}

.entry-content .wp-block-archives li,
.entry-content .wp-block-categories li,
.entry-content .wp-block-latest-posts li {
	color: #6d6d6d;
}

.wp-block-archives a,
.wp-block-categories a,
.wp-block-latest-posts a,
.wp-block-latest-comments a {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-archives a:hover,
.wp-block-categories a:hover,
.wp-block-latest-posts a:hover,
.wp-block-latest-comments a:hover,
.wp-block-archives a:focus,
.wp-block-categories a:focus,
.wp-block-latest-posts a:focus,
.wp-block-latest-comments a:focus {
	text-decoration: underline;
}

.wp-block-latest-posts a,
.wp-block-latest-comments__comment-meta {
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date {
	color: #6d6d6d;
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: normal;
	margin-top: 0.15em;
}


/* Block: Shared Media Styles ---------------- */

.wp-block-embed figcaption,
.wp-block-image figcaption {
	color: #6d6d6d;
	font-size: 1.4rem;
	margin-bottom: 0;
	margin-top: 1.5rem;
}

/* Block: Audio ------------------------------ */

.wp-block-audio audio {
	width: 100%;
}

/* Block: Button ----------------------------- */

.wp-block-button {
	margin: 3rem 0;
}

.wp-block-button.is-style-outline {
	color: #cd2653;
}

.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: inherit;
}

.is-style-outline .wp-block-button__link {
	padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
}

/* Block: Columns ---------------------------- */

.wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
	padding-left: 2rem;
	padding-right: 2rem;
}

.wp-block-column {
	margin-bottom: 3.2rem;
}

.wp-block-column > *:first-child {
	margin-top: 0;
}

.wp-block-column > *:last-child {
	margin-bottom: 0;
}

/* Block: Cover ------------------------------ */

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	width: calc(100% - 4rem);
	padding: 2rem 0;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
	max-width: 100%;
	padding: 0;
}

.wp-block-cover-image h2,
.wp-block-cover h2 {
	font-size: 3.2rem;
}

/* Block: Embed ------------------------------ */

/* Block: File ------------------------------- */

.wp-block-file {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wp-block-file a:not(.wp-block-file__button) {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-file a:not(.wp-block-file__button):not(:last-child) {
	margin-right: 1rem;
}

.wp-block-file a:not(.wp-block-file__button):focus,
.wp-block-file a:not(.wp-block-file__button):hover {
	text-decoration: underline;
}

.wp-block-file .wp-block-file__button {
	font-size: 1.5rem;
	padding: 1em 1.25em;
}

.wp-block-file a.wp-block-file__button:visited {
	opacity: 1;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
	opacity: 1;
	text-decoration: underline;
}


/* Block: Gallery ---------------------------- */

.wp-block-gallery ul {
	list-style: none;
	margin: 0 0 -1.6rem 0;
}

figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
	margin-bottom: 3rem;
	margin-top: 3rem;
}

figure.wp-block-gallery.alignleft {
	margin: 0.3rem 2rem 2rem 0;
}

figure.wp-block-gallery.alignright {
	margin: 0.3rem 0 2rem 2rem;
}

figure.wp-block-gallery.alignwide {
	margin-bottom: 4rem;
	margin-top: 4rem;
}

figure.wp-block-gallery.alignfull {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

/* Block: Group ------------------------------ */

.wp-block-group.has-background {
	padding: 2rem;
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-group__inner-container {
	margin: 0 auto;
}

.wp-block-group__inner-container,
.entry-content .wp-block-group p {
	max-width: 100%;
}

.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
	padding-left: 2rem;
	padding-right: 2rem;
}

/* Block: Image ------------------------------ */

/* Block: Media And Text --------------------- */

.wp-block-media-text .wp-block-media-text__content {
	padding: 3rem 2rem;
}

.wp-block-media-text .wp-block-media-text__content p {
	max-width: none;
}

.wp-block-media-text__content > *:first-child {
	margin-top: 0;
}

.wp-block-media-text__content > *:last-child {
	margin-bottom: 0;
}

/* Block: Pullquote -------------------------- */

/* STYLE: DEFAULT */

.wp-block-pullquote {
	padding: 0;
	position: relative;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: calc(100% - 4rem);
}

.wp-block-pullquote::before {
	background: #fff;
	border-radius: 50%;
	color: #cd2653;
	content: "”";
	display: block;
	font-size: 6.2rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 auto 1.5rem auto;
	text-align: center;
	height: 4.4rem;
	width: 4.4rem;
}

.reduced-spacing .wp-block-pullquote::before {
	border: 0.1rem solid currentColor;
	font-size: 5.9rem;
}

.wp-block-pullquote blockquote {
	border: none;
	margin: 0;
	padding: 0;
}

.wp-block-pullquote blockquote p {
	font-family: inherit;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.178571429;
	letter-spacing: -0.041785714em;
	max-width: 100%;
}

.wp-block-pullquote p:last-of-type {
	margin-bottom: 0;
}

.wp-block-pullquote cite {
	color: #6d6d6d;
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 1.2rem;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 2.8rem;
}

.wp-block-pullquote.alignleft {
	text-align: left;
}

.wp-block-pullquote.alignright {
	text-align: right;
}

.wp-block-pullquote.alignleft::before {
	margin-left: 0;
}

.wp-block-pullquote.alignright::before {
	margin-right: 0;
}

/* STYLE: SOLID BACKGROUND COLOR */

.wp-block-pullquote.is-style-solid-color {
	padding: 3rem 2rem;
}

.wp-block-pullquote.is-style-solid-color::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before,
.wp-block-pullquote.is-style-solid-color.alignright::before {
	transform: translateY(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before {
	left: 2rem;
}

.wp-block-pullquote.is-style-solid-color.alignright::before {
	left: auto;
	right: 2rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
	text-align: inherit;
}

.wp-block-pullquote.is-style-solid-color cite {
	color: inherit;
}

/* Block: Separator  ------------------------- */

hr.wp-block-separator {
	margin: 3rem 0;
}

/* STYLE: WIDE */

.wp-block-separator.is-style-wide {
	max-width: calc(100vw - 4rem);
	position: relative;
	width: 100%;
}

/* STYLE: DOTS */

.wp-block-separator.is-style-dots::before {
	background: none;
	color: inherit;
	font-size: 3.2rem;
	font-weight: 700;
	height: auto;
	letter-spacing: 1em;
	padding-left: 1em;
	position: static;
	transform: none;
	width: auto;
}

.wp-block-separator.is-style-dots::after {
	content: none;
}


/* Block: Search ----------------------------- */

.wp-block-search .wp-block-search__input {
	width: auto;
}

/* Block: Table ------------------------------ */

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: #dcd7ca;
}

figure.wp-block-table.is-style-stripes {
	border-bottom: none;
}

.wp-block-table.is-style-stripes table {
	border-collapse: inherit;
}

/* Block: Quote ------------------------------ */

.wp-block-quote p,
.wp-block-quote cite {
	text-align: inherit;
}

.wp-block-quote[style="text-align:center"] {
	border-width: 0;
	padding: 0;
}

.wp-block-quote[style="text-align:right"] {

	/*rtl:begin:ignore*/
	border-width: 0 0.2rem 0 0;
	padding: 0 2rem 0 0;

	/*rtl:end:ignore*/
}

/* STYLE: LARGE */

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	border: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-family: inherit;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.285;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 1.6rem;
	text-align: inherit;
}

/* Block: Widget Latest Comments ------------- */

.entry-content .wp-block-latest-comments li {
	margin: 2rem 0;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 5.5rem;
}

.entry-content .wp-block-latest-comments a {
	text-decoration: none;
}

.entry-content .wp-block-latest-comments a:hover,
.entry-content .wp-block-latest-comments a:focus {
	text-decoration: underline;
}

.wp-block-latest-comments__comment {
	font-size: inherit;
}

.wp-block-latest-comments__comment-date {
	margin-top: 0.4em;
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: 0.7em;
	margin: 0.9rem 0 2rem 0;
}

/* Block: Widget Latest Posts ---------------- */

.wp-block-latest-posts.is-grid li {
	border-top: 0.2rem solid #dcd7ca;
	margin-top: 2rem;
	padding-top: 1rem;
}

.wp-block-latest-posts.has-dates {
	list-style: none;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li {
	margin-top: 1.5rem;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li:first-child {
	margin-top: 0;
}

/* Block: Post Template ---------------- */

.wp-block-post-template,
.wp-block-post-template > li {
	margin-left: 0;
	margin-right: 0;
}


/* -------------------------------------------------------------------------- */

/*	11. Entry Content
/* -------------------------------------------------------------------------- */


.entry-content {
	line-height: 1.5;
}
.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.read-more-button-wrap {
	margin-top: 1em;
	text-align: center;
}

.entry-content a:hover,
.entry-content a:focus {
	text-decoration: none;
}

.entry-content p,
.entry-content li {
	line-height: 1.4;
}

.entry-content li img {
	display: inline-block;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 3.5rem auto 2rem;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 1rem;
}

.entry-content hr {
	margin: 4rem auto;
}

.post-inner .entry-content > .wp-block-cover.alignwide:first-child,
.post-inner .entry-content > .wp-block-cover.alignfull:first-child {
	margin-top: 0;
}

/* Font Families ----------------------------- */

.entry-content {
/*	font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;*/
	letter-spacing: normal;
}
/*
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content cite,
.entry-content figcaption,
.entry-content table,
.entry-content address,
.entry-content .wp-caption-text,
.entry-content .wp-block-file {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
*/
@supports ( font-variation-settings: normal ) {

	/*.entry-content h1,
	.entry-content h2,
	.entry-content h3,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-content cite,
	.entry-content figcaption,
	.entry-content table,
	.entry-content address,
	.entry-content .wp-caption-text,
	.entry-content .wp-block-file {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}*/
}


/* Alignment Classes ------------------------- */

.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), .home .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
/*	max-width: 58rem;
	width: calc(100% - 4rem);*/
	padding:0 80px;
	width:100%;
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 58rem;
	width: 100%;
}
.page-template-template-grid .entry-content, .page-template-template-netzwerk .entry-content, .search .entry-content, .template-pakete .entry-content, .page-template-template-architekten .entry-content, .entry-content.netzwerkv2, .page-template-template-author-mtest .entry-content, .page-template-template-prov2 .entry-content, .page-template-template-netzwerkMain .entry-content, .page-template-template-profilt .entry-content, .page-template-template-author-mtest .entry-content, .hierarchie_page .entry-content, .template-verzeichnis .entry-content {
	/*width: calc(100% - 7rem);
	margin:0 auto;*/
	padding:0 80px;
	width:100%;
}


.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
	margin-top: 4rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
}

/* Full */

.alignfull {
	margin-top: 5rem;
	margin-right: auto;
	margin-bottom: 5rem;
	margin-left: auto;
	max-width: 100vw;
	position: relative;
	width: 100%;
}

[class*="__inner-container"] > .alignfull {
	max-width: 100%;
}

/* Wide */

.alignwide {
	max-width: 120rem;
	position: relative;
	width: calc(100% - 4rem);
}

[class*="__inner-container"] > .alignwide {
	width: 100%;
}

/* Center */

.aligncenter,
.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}

/* Left and right */

.alignleft,
.alignright {
	max-width: 50%;
}

.alignleft {

	/*rtl:ignore*/
	float: left;
	margin: 0.3rem 2rem 2rem 0;
}

.alignright {

	/*rtl:ignore*/
	float: right;
	margin: 0.3rem 2rem 2rem 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {

	/*rtl:ignore*/
	margin-left: 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {

	/*rtl:ignore*/
	margin-right: 2rem;
}

/* Entry Media ------------------------------- */

.alignfull > figcaption,
.alignfull > .wp-caption-text {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
	width: calc(100% - 4rem);
}


/* -------------------------------------------------------------------------- */

/*	12. Comments
/* -------------------------------------------------------------------------- */


/* Comment Headers ----------------------------- */

.comments-wrapper {
	margin-top: 5rem;
}

.comment-reply-title {
	margin: 0 0 4rem 0;
	text-align: center;
}


/* Comment Item ----------------------------- */

/* COMMENT HEADER */

.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
	padding-top: 3.5rem;
}

div.comment:first-of-type {
	margin-top: 3.5rem;
	padding-top: 0;
}

.comments .comments-header + div {
	margin-top: 0;
	padding-top: 0;
}

.comment-body {
	position: relative;
}

.comment .comment {
	padding-left: 5%;
}

.comment-meta {
	line-height: 1.1;
	margin-bottom: 1.5rem;
	min-height: 5rem;
	padding-left: 5rem;
	position: relative;
}

.hide-avatars .comment-meta {
	min-height: 0;
	padding-left: 0;
}

.comment-meta a {
	color: inherit;
}

.comment-author {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.027777778em;
}

.comment-author a {
	text-decoration: underline;
}

.comment-author a:hover,
.comment-author a:focus {
	text-decoration: none;
}

.comment-meta .avatar {
	height: 4rem;
	position: absolute;
	left: 0;
	top: 0;
	width: 4rem;
}

.comment-author .url {
	text-decoration: underline;
}

.comment-metadata {
	color: #6d6d6d;
	font-size: 1.4rem;
	font-weight: 500;
	margin-top: 0.6rem;
}

.comment-metadata a {
	text-decoration: none;
}

.comment-metadata a:focus,
.comment-metadata a:hover {
	text-decoration: underline;
}


/* COMMENT CONTENT */

.comment-content.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	width: 100%;
}

.comment-content.entry-content .alignleft {

	/*rtl:ignore*/
	margin-left: 0;
}

.comment-content.entry-content .alignright {

	/*rtl:ignore*/
	margin-right: 0;
}

/* COMMENT FOOTER */

.comment-footer-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
	font-weight: 600;
	justify-content: flex-start;
	letter-spacing: 0.030833333em;
	line-height: 1;
	margin: 1.5rem 0 -1rem -1.5rem;
	text-transform: uppercase;
}

.comment-footer-meta > * {
	margin: 0 0 1rem 1.5rem;
}

.comment-reply-link {
	background-color: #cd2653;
	color: #fff;
	display: block;
	padding: 0.7rem;
}

.bypostauthor .comment-footer-meta .by-post-author {
	display: block;
}

.comment-footer-meta a {
	text-decoration: none;
}

.comment-footer-meta a:focus,
.comment-footer-meta a:hover {
	text-decoration: underline;
}


/* Pingbacks & Trackbacks ------------------------- */

.pingback .comment-meta,
.trackback .comment-meta {
	padding-left: 0;
}


/* Comments Pagination ---------------------------- */

.comments-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 6rem;
	text-align: center;
}

.comments-pagination.only-next {
	justify-content: flex-end;
}

.comments-pagination .page-numbers {
	display: none;
	text-decoration: none;
}

.comments-pagination .page-numbers:focus,
.comments-pagination .page-numbers:hover {
	text-decoration: underline;
}

.comments-pagination .prev,
.comments-pagination .next {
	display: block;
}

.comments-pagination .prev {
	left: 0;
}

.comments-pagination .next {
	right: 0;
	text-align: right;
}


/* Comment Respond ---------------------------- */

.comment-respond::after {
	clear: both;
	content: "";
	display: block;
}

.comment-respond .comment-notes,
.comment-respond .logged-in-as {
	color: #6d6d6d;
	font-size: 1.6rem;
	line-height: 1.4;
	margin: -3rem 0 4rem 0;
	text-align: center;
}

.comment-respond .comment-notes a,
.comment-respond .logged-in-as a {
	color: inherit;
	text-decoration: none;
}

.comment-respond .comment-notes a:focus,
.comment-respond .comment-notes a:hover,
.comment-respond .logged-in-as a:focus,
.comment-respond .logged-in-as a:hover {
	text-decoration: underline;
}

.comment-respond p {
	line-height: 1.1;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
}

.comment-respond p:not(.comment-notes) {
	max-width: 58rem;
}

.comment-form-cookies-consent {
	align-items: baseline;
	display: flex;
}

.comment-respond > p:last-of-type {
	margin-bottom: 0;
}

.comment-respond label {
	display: block;
}

.comment-respond input[type="checkbox"] + label {
	font-size: 1.5rem;
	line-height: 1.25;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
	margin-bottom: 0;
}

.comment-respond textarea {
	height: 15rem;
}

.comment-respond #submit {
	display: block;
}

.comment-respond .comments-closed {
	text-align: center;
}


/* Reply Respond ---------------------------- */

.comments .comment-respond {
	padding: 3rem 0 0;
}

.comments .comment-respond .comment-reply-title,
.comments .comment-respond .comment-notes,
.comments .comment-respond .logged-in-as {
	text-align: left;
}

.comment-reply-title small {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: -0.0277em;
	margin: 0.5rem 0 0 0;
	white-space: nowrap;
}

.comment-reply-title small a {
	text-decoration: none;
}

.comment-reply-title small a:focus,
.comment-reply-title small a:hover {
	text-decoration: underline;
}


/* -------------------------------------------------------------------------- */

/*	13. Site Pagination
/* -------------------------------------------------------------------------- */


.pagination .nav-links {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.8rem;
	font-weight: 600;
	margin: -1.5rem 0 0 -2.5rem;
	width: calc(100% + 2.5rem);
}

.pagination-separator {
	margin: 5rem 0;
}

.nav-links > * {
	margin: 1.5rem 0 0 2.5rem;
}

.nav-links .placeholder {
	display: none;
	visibility: hidden;
}

.pagination a {
	text-decoration: none;
}

.pagination a:focus,
.pagination a:hover {
	text-decoration: underline;
}

.pagination .dots {
	transform: translateY(-0.3em);
	color: #6d6d6d;
}

.nav-short {
	display: none;
}


/* -------------------------------------------------------------------------- */

/*	15.	Widgets
/* -------------------------------------------------------------------------- */


/* Font Families ----------------------------- */

.widget-content cite,
.widget-content figcaption,
.widget-content .wp-caption-text {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

@supports ( font-variation-settings: normal ) {

	.widget-content cite,
	.widget-content figcaption,
	.widget-content .wp-caption-text {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}

/* Base List Widget -------------------------- */

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_nav_menu li {
	color: #6d6d6d;
	margin: 0.3rem 0;
}

.widget_archive li li,
.widget_categories li li,
.widget_pages li li,
.widget_meta li li,
.widget_nav_menu li li {
	margin-left: 2rem;
}

.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_nav_menu a {
	text-decoration: none;
}


/* Widget: Image ----------------------------- */

/* Widget: Gallery --------------------------- */

.widget_media_gallery .gallery {
	margin: 0 -0.4em -0.8em -0.4em;
	width: calc(100% + 0.8em);
}

.widget_media_gallery .gallery-item {
	margin: 0 0 0.8em 0;
	padding: 0 0.4em;
}

/* Widget: Nav Menu -------------------------- */

.widget_nav_menu .widget-content > div > ul {
	margin-left: 0;
}

/* Widget: Recent Comments ------------------- */

.widget_recent_comments li {
	font-weight: 700;
}

.widget_recent_comments a {
	text-decoration: none;
}

.widget_recent_comments a:focus,
.widget_recent_comments a:hover {
	text-decoration: underline;
}

/* Widget: Recent Entries -------------------- */

.widget_recent_entries a {
	font-weight: 700;
	text-decoration: none;
}

.widget_recent_entries a:focus,
.widget_recent_entries a:hover {
	text-decoration: underline;
}


/* -------------------------------------------------------------------------- */

/*	16. Site Footer
/* -------------------------------------------------------------------------- */


.footer-top-visible .footer-nav-widgets-wrapper,
.footer-top-hidden #site-footer {
	margin-top: 5rem;
}

.reduced-spacing.footer-top-visible .footer-nav-widgets-wrapper,
.reduced-spacing.footer-top-hidden #site-footer {
	border-top-width: 0.1rem;
}

.footer-top,
.footer-widgets-outer-wrapper,
#site-footer {
	padding: 3rem 0;
}


/* Footer Top -------------------------------- */

.footer-top {
	display: flex;
	border-bottom: 0.1rem solid #dedfdf;
	justify-content: space-between;
}

/* FOOTER MENU */

.footer-menu {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.0277em;
}

.footer-menu li {
	line-height: 1.25;
	margin: 0.25em 0 0 0;
}

.footer-menu a {
	text-decoration: none;
	word-break: normal;
	word-wrap: normal;
}

.footer-menu a:hover,
.footer-menu a:focus {
	text-decoration: underline;
}

/* FOOTER SOCIAL */

.footer-social-wrapper {
	margin: 0;
	width: 100%;
}

.has-footer-menu .footer-social-wrapper {
	flex-shrink: 0;
	margin-left: 1rem;
	width: 50%;
}

ul.footer-social {
	margin: -0.5rem 0 0 -0.5rem;
}

.has-footer-menu .footer-social {
	justify-content: flex-end;
}

ul.footer-social li {
	margin: 0.5rem 0 0 0.5rem;
}

.footer-social a {
	background-color: #cd2653;
	height: 3.6rem;
	width: 3.6rem;
}

.footer-social a::before {
	font-size: 1.6rem;
}

/* Footer Widgets ---------------------------- */

.footer-widgets + .footer-widgets {
	margin-top: 3rem;
}

/* Footer Bottom ----------------------------- */

#site-footer {
	font-size: 1.6rem;
}

#site-footer .section-inner {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
}

#site-footer a {
	text-decoration: none;
}

#site-footer a:focus,
#site-footer a:hover {
	text-decoration: underline;
}

a.to-the-top {
	margin-left: 2.4rem;
	white-space: nowrap;
}

a.to-the-top > * {
	pointer-events: none;
}

.to-the-top-long {
	display: none;
}


/* -------------------------------------------------------------------------- */

/*	17. Media Queries
/* -------------------------------------------------------------------------- */

@media ( max-width: 479px ) {

	/* Blocks -------------------------------- */

	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright {
		float: none;
	}

	/* Entry Content ------------------------- */

	/* LISTS */

	ul,
	ol {
		margin: 0 0 3rem 2rem;
	}

	li {
		margin: 0.5rem 0 0 1rem;
	}

	/* Post Footer --------------------------- */

	/* POST NAV LINKS */

	.post-nav-links {
		margin: 3em 0 0 0;
	}
}

@media ( min-width: 480px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: BASE ALIGNMENT WIDTH */

	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright,
	.wp-block-cover-image.alignleft,
	.wp-block-cover-image.alignright,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright,
	.wp-block-embed.alignleft,
	.wp-block-embed.alignright,
	.wp-block-gallery.alignleft,
	.wp-block-gallery.alignright {
		max-width: 26rem;
	}

	/* BLOCK: TABLE WIDTH */
	.wp-block-table.alignleft,
	.wp-block-table.alignright {
		max-width: 100%;
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.alignleft,
	.alignright {
		/*max-width: 26rem;*/
	}

	/* Post Footer --------------------------- */

	/* POST NAV LINKS */

	.post-nav-links {
		margin: 3em 0 0 0;
	}
}

@media ( max-width: 599px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	/* While columns are stacked */
	.wp-block-column:last-child {
		margin-bottom: 0;
	}

	.wp-block-columns + .wp-block-columns {
		margin-top: 0.2rem;
	}

	.wp-block-columns.alignwide + .wp-block-columns.alignwide {
		margin-top: -0.8rem;
	}

	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -1.8rem;
	}

	/* Template -------------------------------- */

	/* TEMPLATE: COVER */

	.template-cover .post-inner .post-meta-wrapper,
	.template-cover .post-inner .author-bio {
		width: calc( 100% - 4rem );
	}

	/* Post Footer --------------------------- */

	/* POST NAV LINKS */

	.post-nav-links {
		margin: 3em 0 0 0;
	}
}

@media ( min-width: 600px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -4rem;
	}

	/* Post Footer --------------------------- */

	/* POST NAV LINKS */

	.post-nav-links {
		margin: 3em 0 0 0;
	}
}

@media ( min-width: 660px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignleft {

		/*rtl:ignore*/
		margin-left: calc(( 100vw - 58rem - 8rem ) / -2);
	}

	figure.wp-block-gallery.alignright {

		/*rtl:ignore*/
		margin-right: calc(( 100vw - 58rem - 8rem ) / -2);
	}


	/* POST NAV LINKS */

	.post-nav-links {
		margin: 3em auto 0 auto;
	}
}

@media ( min-width: 700px ) {

	/* Element Base ------------------------- */

	ul,
	ol {
		margin-bottom: 4rem;
	}

	pre {
		padding: 3rem;
	}

	hr {
		margin: 8rem auto;
	}

	table {
		font-size: 1.8rem;
	}

	/* VANILLA GALLERIES */

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}

	/* TITLES */

	h1,
	.heading-size-1,
	h2,
	.heading-size-2,
	h3,
	.heading-size-3 {
		margin: 6rem auto 3rem;
	}

	h4,
	.heading-size-4,
	h5,
	.heading-size-5,
	h6,
	.heading-size-6 {
		margin: 4.5rem auto 2.5rem;
	}

	h1,
	.heading-size-1 {
		/*font-size: 6.4rem;*/
	}

	h2,
	.heading-size-2 {
		font-size: 2.6rem;
	}

	h3,
	.heading-size-3 {
	/*	font-size: 4rem;*/
	}
	
	h5,
	.heading-size-5 {
		font-size: 2.4rem;
	}

	h6,
	.heading-size-6 {
		font-size: 1.8rem;
	}

	/* INPUTS */

	fieldset {
		padding: 3rem;
	}

	legend {
		padding: 0 1.5rem;
	}

	button,
	.button,
	.faux-button,
	.wp-block-button__link,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: 1.7rem;
	}

	/* MEDIA */

	figcaption,
	.wp-caption-text {
		margin-top: 0.6rem;
	}


	/* Helper Classes ------------------------- */

	/* SECTIONS */

	section {
		/*padding: 8rem 0;*/
	}

	/* Site Header --------------------------- */


	.site-title {
		font-size: 2.4rem;
		font-weight: 700;
	}

	.site-logo img {
		max-height: 10rem;
		transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
	}

	/* HEADER TOGGLES */

	.toggle-inner .toggle-text {
		font-size: 1.2rem;
	}

	.search-toggle {
		left: 2rem;
	}

	.nav-toggle {
		right: 2rem;
	}


	/* Menu Modal ---------------------------- */

	button.close-nav-toggle {
		font-size: 1.8rem;
		padding: 4rem 0;
	}

	button.close-nav-toggle svg {
		height: 2rem;
		width: 2rem;
	}

	button.close-nav-toggle .toggle-text {
		margin-right: 2.1rem;
	}

	.modal-menu {
		left: auto;
		width: 100%;
	}

	.modal-menu > li > a,
	.modal-menu > li > .ancestor-wrapper > a {
		font-size: 2.4rem;
		padding: 2.5rem 0;
	}

	.modal-menu ul li {
		border-left-color: transparent;
	}

	.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle {
		padding: 0 3rem;
	}

	.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle svg {
		height: 1.1rem;
		width: 1.8rem;
	}

	.menu-bottom {
		align-items: center;
		display: flex;
		justify-content: space-between;
		padding: 4.4rem 0;
	}

	.menu-copyright {
		display: block;
		flex-shrink: 0;
		margin-right: 4rem;
	}

	/* Modal Search Form ------------------------- */

	.search-modal form {
		position: relative;
		width: 100%;
	}

	.search-untoggle svg {
		height: 2.5rem;
		width: 2.5rem;
	}

	.search-modal .search-field {
		border: none;
		font-size: 3.2rem;
		height: 14rem;
	}

	.search-modal .search-field::-moz-placeholder {
		line-height: 4.375;
	}

	/* Sub Page ------------------------------ */

	/* FEATURED MEDIA */

	.featured-media figcaption {
		margin: 2rem auto 0 auto;
		width: calc(100% - 8rem);
	}

	/* Template: Cover Template -------------- */

	.to-the-content-wrapper {
		top: calc(100% + 1.8rem);
	}

	.to-the-content {
		height: 6rem;
	}

	.to-the-content svg {
		height: 2.4rem;
		width: 2.12rem;
	}

	/* Post: Archive ------------------------- */

	.archive-header {
		padding: 8rem 0;
	}

	.reduced-spacing .archive-header {
		padding-bottom: 3rem;
	}

	.archive-title {
		font-size: 3.2rem;
	}

	body:not(.singular) main > article:first-of-type {
		padding: 8rem 0 0;
	}

	/* SEARCH RESULTS */

	.no-search-results-form {
		padding-top: 8rem;
	}

	/* Post: Single -------------------------- */

	/* POST HEADER */

	.singular .entry-header {
		padding: 0;
	}

	.intro-text {
		font-size: 2rem;
		margin-top: 2.5rem;
	}

	.singular .intro-text {
		font-size: 2.6rem;
	}

	.post-inner {
		padding-top: 25px;
	}

	/* POST FOOTER */

	.post-meta-wrapper.post-meta-single-bottom {
		margin-top: 4rem;
	}

	/* AUTHOR BIO */

	.author-bio {
		margin-top: 8rem;
		min-height: 8rem;
		padding-left: 10rem;
		position: relative;
	}

	.author-bio .avatar {
		position: absolute;
		left: 0;
		top: 0;
		height: 8rem;
		width: 8rem;
	}

	/* SINGLE PAGINATION */

	.pagination-single {
		font-size: 2.4rem;
		margin-top: 8rem;
	}

	.pagination-single-inner {
		flex-direction: row;
		justify-content: space-between;
		padding:0 3.5rem;
	}

	.pagination-single.only-next .pagination-single-inner {
		justify-content: flex-end;
	}

	.pagination-single hr:first-child {
		margin: 0 0 4rem 0;
	}

	.pagination-single hr:last-child {
		margin: 4rem 0 0.8rem 0;
	}

	.pagination-single a + a {
		margin: 0 0 0 4rem;
	}

	.pagination-single a .arrow {
		margin: 0 2rem 0 0;
	}
	
	.pagination-single .next-post .arrow {
		margin: 0 0 0 2rem;
	}

	/* Blocks -------------------------------- */

	/* BLOCK: SHARED MEDIA STYLES */

	.wp-block-embed figcaption,
	.wp-block-image figcaption {
		font-size: 1.6rem;
	}

	/* BLOCK: BASE MARGINS */

	.wp-block-archives:not(.alignwide):not(.alignfull),
	.wp-block-categories:not(.alignwide):not(.alignfull),
	.wp-block-code,
	.wp-block-columns:not(.alignwide):not(.alignfull),
	.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
	.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
	.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
	.wp-block-media-text:not(.alignwide):not(.alignfull),
	.wp-block-preformatted,
	.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
	.wp-block-quote,
	.wp-block-quote.is-large,
	.wp-block-quote.is-style-large,
	.wp-block-verse,
	.wp-block-video:not(.alignwide):not(.alignfull) {
		margin-bottom: 4rem;
		margin-top: 4rem;
	}

	/* BLOCK: COLUMNS */

	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -6rem;
	}

	.entry-content .wp-block-columns h1,
	.entry-content .wp-block-columns h2,
	.entry-content .wp-block-columns h3,
	.entry-content .wp-block-columns h4,
	.entry-content .wp-block-columns h5,
	.entry-content .wp-block-columns h6 {
		margin: 3.5rem 0 2rem;
	}

	/* BLOCK: COVER */

	.wp-block-cover-image .wp-block-cover__inner-container,
	.wp-block-cover .wp-block-cover__inner-container {
		width: calc(100% - 8rem);
	}

	.wp-block-cover-image h2,
	.wp-block-cover h2 {
		font-size: 4.8rem;
	}

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignnone,
	figure.wp-block-gallery.aligncenter {
		margin-bottom: 4rem;
		margin-top: 4rem;
	}

	figure.wp-block-gallery.alignwide,
	figure.wp-block-gallery.alignfull {
		margin-bottom: 6rem;
		margin-top: 6rem;
	}

	/* BLOCK: GROUP */

	.wp-block-group.has-background {
		padding: 4rem;
		margin-top: 0;
		margin-bottom: 0;
	}

	.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
		padding-left: 0;
		padding-right: 0;
	}

	/* BLOCK: MEDIA AND TEXT */

	.wp-block-media-text .wp-block-media-text__content {
		padding: 4rem;
	}

	/* BLOCK: PULLQUOTE */

	.wp-block-pullquote blockquote p {
		font-size: 3.2rem;
	}

	.wp-block-pullquote cite {
		margin-top: 2rem;
	}

	.wp-block-pullquote.alignfull:not(.is-style-solid-color) {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.wp-block-pullquote.alignwide::before,
	.wp-block-pullquote.alignfull::before {
		font-size: 11.272727272rem;
		height: 8rem;
		margin-bottom: 2rem;
		width: 8rem;
	}

	.wp-block-pullquote.alignwide blockquote p,
	.wp-block-pullquote.alignfull blockquote p {
		font-size: 4.8rem;
		line-height: 1.203125;
	}

	.wp-block-pullquote.alignleft p,
	.wp-block-pullquote.alignright p,
	.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
	.wp-block-pullquote.alignright.is-style-solid-color blockquote p {
		font-size: 3.2rem;
		line-height: 1.1875;
	}

	.wp-block-pullquote.is-style-solid-color.alignwide,
	.wp-block-pullquote.is-style-solid-color.alignfull {
		padding: 6rem 4rem 4rem;
	}

	.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
	.wp-block-pullquote.alignright.is-style-solid-color blockquote p {
		font-size: 2.6rem;
	}

	/* BLOCK: QUOTE */

	.wp-block-quote.is-large p,
	.wp-block-quote.is-style-large p {
		font-size: 2.8rem;
	}

	/* BLOCK: SEPARATOR */

	hr.wp-block-separator {
		margin: 6rem auto;
	}

	.wp-block-separator.is-style-wide {
		max-width: calc(100vw - 8rem);
	}

	/* Entry Content ------------------------- */

	.entry-content {
		font-size: 18px;
	}

	.entry-content p,
	.entry-content li {
		line-height: 1.476;
	}

	.entry-content h1,
	.entry-content h2,
	.entry-content h3 {
		margin: 6rem auto 1rem;
	}
	.grid_netzwerkMain .entry-content  .vc_col-sm-12 .wpb_content_element h2 {
		margin: 4rem auto 1rem !important;
	}

	.entry-content h4,
	.entry-content h5,
	.entry-content h6 {
		margin: 4.5rem auto 2.5rem;
	}

	.entry-content > .alignwide:not(.wp-block-group.has-background),
	.entry-content > .alignfull:not(.wp-block-group.has-background) {
		margin-bottom: 6rem;
		margin-top: 6rem;
	}

	.entry-content > .alignwide {
		max-width: calc(100vw - 8rem);
		width: calc(100vw - 8rem);
	}

	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: 4rem;
	}

	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: 4rem;
	}

	.entry-content > .alignwide:first-child,
	.entry-content > .alignfull:first-child {
		margin-bottom: 8rem;
	}

	/* ENTRY MEDIA */

	.alignfull > figcaption,
	.alignfull > .wp-caption-text {
		width: calc(100% - 8rem);
	}

	/* Comments ------------------------------ */

	.comments-wrapper {
		margin-top: 8rem;
	}

	.comment-reply-title {
		margin-bottom: 4.6rem;
	}

	.comment-respond p.comment-notes,
	.comment-respond p.logged-in-as {
		font-size: 1.8rem;
		letter-spacing: -0.025em;
		margin: -2.5rem 0 4.4rem 0;
	}

	.comments .comment,
	.comments .pingback,
	.comments .trackback,
	.comments .review {
		padding-top: 5rem;
	}

	div.comment:first-of-type {
		margin-top: 5rem;
	}

	.comment-meta {
		margin-bottom: 2rem;
		min-height: 6rem;
		padding: 0.3rem 0 0 7.5rem;
	}

	.comment-meta .avatar {
		display: block;
		height: 6rem;
		position: absolute;
		left: 0;
		top: 0;
		width: 6rem;
	}

	.comment-author {
		font-size: 2.4rem;
	}

	.comment-metadata {
		font-size: 1.6rem;
		margin-top: 0.8rem;
	}

	.comment-footer-meta {
		margin-top: 2.5rem;
	}

	.comments-pagination {
		margin-top: 8rem;
	}

	/* PINGBACKS & TRACKBACKS */

	.pingback .comment-body {
		padding: 0;
	}

	/* COMMENT RESPOND */

	.comment-respond p {
		margin-bottom: 2.5rem;
	}

	.comment-form p.logged-in-as {
		margin: -2.5rem 0 4.4rem 0;
	}

	.comment-respond .comment-form-author,
	.comment-respond .comment-form-email {
		float: left;
		width: calc(50% - 1rem);
	}

	.comment-respond .comment-form-email {
		margin-left: 2rem;
	}

	.comments .comment-respond {
		padding: 5rem 0 0;
	}

	.comment-reply-title small {
		display: inline;
		margin: 0 0 0 0.5rem;
	}

	/* Site Pagination ----------------------- */

	.pagination-separator {
		margin: 8rem 0;
	}

	/* Display the full text for Newer and Older Posts. */

	.nav-short {
		display: inline;
	}

	.pagination .nav-links {
		font-size: 2.4rem;
		font-weight: 700;
		margin: -2.5rem 0 0 -4rem;
	}

	.nav-links > * {
		margin: 2.5rem 0 0 4rem;
	}


	/* Widgets ------------------------------- */

	.widget .widget-title {
		margin-bottom: 3rem;
	}

	/* Site Footer --------------------------- */

	.footer-top-visible .footer-nav-widgets-wrapper,
	.footer-top-hidden #site-footer {
		margin-top: 8rem;
	}

	/* FOOTER TOP */

	.footer-top {
		padding: 3.7rem 0;
	}

	.footer-menu {
		font-size: 2.4rem;
		margin: -0.8rem 0 0 -1.6rem;
	}

	.footer-menu li {
		margin: 0.8rem 0 0 1.6rem;
	}

	.has-footer-menu .footer-social-wrapper {
		flex: 1;
		margin-left: 4rem;
		width: auto;
	}

	/* FOOTER WIDGETS */

	.footer-widgets-outer-wrapper {
		padding: 8rem 0;
	}

	.footer-widgets-wrapper {
		display: flex;
		justify-content: space-between;
		margin-left: -4rem;
		width: calc(100% + 4rem);
	}

	.footer-widgets {
		margin-left: 4rem;
		width: 50%;
	}

	.footer-widgets + .footer-widgets {
		margin-top: 0;
	}

	.footer-widgets .widget {
		border-top: none;
		padding-top: 0;
	}

	.footer-widgets .widget:first-child {
		margin-top: 0;
	}

	/* FOOTER BOTTOM */

	#site-footer {
		font-size: 1.8rem;
		padding: 2.3rem 0;
	}

	.footer-credits {
		display: flex;
		flex-wrap: wrap;
	}

	.footer-copyright {
		font-weight: 700;
	}

	.privacy-policy {
		margin: 0 0 0 2.4rem;
	}

	.to-the-top-long {
		display: inline;
	}

	.to-the-top-short {
		display: none;
	}

}

@media (min-width: 782px) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-column {
		margin-bottom: 0;
	}

	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -2.8rem;
	}
}

@media ( min-width: 1000px ) {


	/* Document Setup ------------------------ */

	/* Helper Classes ------------------------ */

	/* Site Header --------------------------- */

	#site-header {
		z-index: 102;
	}

	.header-titles-wrapper {
		margin-right: 4rem;
		max-width: 50%;
		padding: 0;
		text-align: left;
	}

	.header-titles {
		align-items: baseline;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: -1rem 0 0 -2.4rem;
	}

	.header-titles .site-title,
	.header-titles .site-logo,
	.header-titles .site-description {
		margin: 1rem 0 0 2.4rem;
	}

	.wp-custom-logo .header-titles {
		align-items: center;
	}

	/* HEADER NAVIGATION */


	.primary-menu-wrapper {
		display: block;
		width: 100%;
	}

	/* HEADER TOGGLES */

	.mobile-search-toggle,
	.mobile-nav-toggle {
		display: none !important;
	}

	.primary-menu-wrapper + .header-toggles {
	/*	margin-left: 3rem;*/
	}

	.header-toggles {
		display: flex;
		flex-shrink: 0;
		/*margin-right: -3rem;*/
	}

	.header-inner .toggle {
		height: 4.4rem;
		padding: 0 3rem;
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		top: auto;
		width: auto;
	}

	.header-inner .toggle-wrapper {
		position: relative;
	}

	.header-inner .toggle-wrapper::before {
		background: #dedfdf;
		content: "";
		display: block;
		height: 2.7rem;
		position: absolute;
		left: 0;
		top: calc(50% - 1.35rem);
		width: 0.1rem;
	}

	.header-inner .toggle-wrapper:first-child::before {
		content: none;
	}

	.header-inner .primary-menu-wrapper + .header-toggles .toggle-wrapper:first-child::before {
		content: "";
	}

	.nav-toggle-wrapper:not(.has-expanded-menu) {
		display: none;
	}

	.toggle-inner {
		position: static;
	}

	.toggle-inner .toggle-text {
		left: 0;
		right: 0;
		text-align: center;
		top: calc(100% - 0.3rem);
		width: auto;
	}

	.header-toggles:only-child .nav-toggle .toggle-inner {
		padding-top: 0;
	}

	.header-toggles:only-child .toggle-inner {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}

	.header-toggles:only-child .toggle-inner .svg-icon {
		order: 1;
	}

	.header-toggles:only-child .toggle-inner .toggle-text {
		position: static;
		padding-right: 20px;
		font-size: 15px;
		color: inherit;
	}

	/* Menu Modal ---------------------------- */

	.menu-modal {
		opacity: 1;
		justify-content: flex-end;
		padding: 0;
		transition: background-color 0.3s ease-in, left 0s 0.3s, right 0s 0.3s;
	}

	.menu-modal.cover-modal {
		background: rgba(0, 0, 0, 0);
	}

	.menu-modal.active {
		background: rgba(0, 0, 0, 0.2);
		transition: background-color 0.3s ease-out;
	}

	.menu-wrapper.section-inner {
		width: calc(100% - 8rem);
	}

	.menu-modal-inner {
		box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
		opacity: 0;
		padding: 0;
		transform: translateX(20rem);
		transition: transform 0.2s ease-in, opacity 0.2s ease-in;
		width: 50rem;
	}

	.menu-modal.active .menu-modal-inner {
		opacity: 1;
		transform: translateX(0);
		transition-timing-function: ease-out;
	}

	.mobile-menu {
		display: none;
	}

	.expanded-menu {
		display: block;
	}

	.menu-bottom {
		padding: 6rem 0;
	}

	.menu-bottom .social-menu {
		justify-content: flex-start;
	}

	/* Sub Page ------------------------------ */

	/* FEATURED MEDIA */

	.featured-media figcaption {
		width: 100%;
	}

	/* Template: Full Width ------------------ */

	.template-full-width .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-right: 2rem;
	}

	.template-full-width .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-left: 2rem;
	}

	/* Post: Archive ------------------------- */

	/* Post: Single -------------------------- */

	.singular .intro-text {
		font-size: 2.8rem;
	}

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -4.8rem;
	}

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignwide,
	figure.wp-block-gallery.alignfull {
		margin-bottom: 8rem;
		margin-top: 8rem;
	}

	/* BLOCK: GROUP */

	.entry-content > .wp-block-group.alignwide.has-background,
	.entry-content > .wp-block-group.alignfull.has-background {
		padding: 8rem 4rem;
		margin-bottom: 0;
		margin-top: 0;
	}

	/* BLOCK: IMAGE */

	.wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-right: 0;
	}

	.wp-block-image .alignright {

		/*rtl:ignore*/
		margin-left: 0;
	}

    .wp-block-image .aligncenter figcaption {
        text-align: center;
    }

	/* BLOCK: SEPARATOR */

	hr.wp-block-separator {
		margin: 8rem auto;
	}

	/* Entry Content ------------------------- */

	

	/* ENTRY MEDIA */

	.alignfull > figcaption,
	.alignfull > .wp-caption-text {
		width: calc(100% - 10rem);
	}

	/* Comments ------------------------------ */

	.comment-meta {
		padding-left: 0;
	}

	.comment-meta .avatar {
		left: -8rem;
	}

	/* Site Pagination ----------------------- */

	.pagination .nav-links {
		justify-content: space-between;
		margin: 0;
		width: 100%;
	}

	.nav-links > * {
		margin: 0 2rem;
	}

	.pagination .next,
	.pagination .prev {
		display: block;
	}

	.pagination .prev {
		margin: 0 auto 0 0;
	}

	.pagination .next {
		text-align: right;
		margin: 0 0 0 auto;
	}

	/* Site Footer --------------------------- */

	/* FOOTER TOP */

	.footer-top {
		align-items: center;
	}

	.footer-menu {
		align-items: baseline;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		font-size: 2.1rem;
		margin: -1.2rem 0 0 -2.4rem;
	}

	.footer-menu li {
		margin: 1.2rem 0 0 2.4rem;
	}

	.powered-by-wordpress {
		display: block;
	}
}


@media ( min-width: 1220px ) {

	/* Element Base -------------------------- */

	/* TITLES */

	page-template-template-grid h1,
	.heading-size-1 {
		font-size: 6.2rem;
	}
	 
	/* Helper Classes ------------------------ */

	/* Site Header --------------------------- */

	/* PRIMARY MENU */

	ul.primary-menu {
		margin: -0.8rem 0 0 -2.5rem;
	}

	.primary-menu > li {
		margin: 0.8rem 0 0 2.5rem;
	}

	/* HEADER TOGGLES */

	.primary-menu-wrapper + .header-toggles {
		margin-left: 4rem;
	}

	.header-toggles {
/*		margin-right: -4rem;*/
	}

	.header-toggles .toggle {
		padding: 0 4rem;
	}

	/* Menu Modal ---------------------------- */

	/* Search Modal -------------------------- */

	/* Sub Page ------------------------------ */

	/* Template: Cover Template -------------- */

	.cover-header + .post-inner {
		padding-top: 10rem;
	}

	/* Post: Archive ------------------------- */

	/* Post: Single -------------------------- */

	.singular .intro-text {
		font-size: 3.2rem;
		letter-spacing: -0.03125em;
		line-height: 1.375;
	}

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -6rem;
	}

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignfull {
		margin-bottom: 10rem;
		margin-top: 10rem;
	}

	/* BLOCK: GROUP */

	.entry-content > .wp-block-group.alignwide.has-background,
	.entry-content > .wp-block-group.alignfull.has-background {
		padding: 8rem 6rem;
		margin-bottom: 0;
		margin-top: 0;
	}

	/* BLOCK: PULLQUOTE */

	.wp-block-pullquote.alignwide blockquote p,
	.wp-block-pullquote.alignfull blockquote p {
		font-size: 6.4rem;
	}

	.wp-block-pullquote.is-style-solid-color.alignwide,
	.wp-block-pullquote.is-style-solid-color.alignfull {
		padding: 9rem 4rem 8rem;
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.entry-content > .alignfull {
		margin-bottom: 10rem;
		margin-top: 10rem;
	}

	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		right: calc((100% - 58rem) / 2 + 58rem - 2rem);
	}

	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		left: calc((100% - 58rem) / 2 + 58rem + 6rem);
	}

	/* Comments ------------------------------ */

	.comment-reply-title {
		font-size: 5.6rem;
		line-height: 1.2;
		margin-bottom: 6rem;
	}

	.comment-respond p.comment-notes,
	.comment-respond p.logged-in-as {
		margin: -4rem 0 6rem 0;
	}

	.comments .comment-respond .comment-reply-title {
		font-size: 4.8rem;
	}

	.comments .comment-respond p.comment-notes,
	.comments .comment-respond p.logged-in-as {
		margin: -4.5rem 0 4rem 0;
	}

	/* Site Pagination ----------------------- */

	/* Widgets ------------------------------- */

	.widget-content {
		font-size: 2.1rem;
	}

	/* Site Footer --------------------------- */

	.footer-menu {
		font-size: 2.4rem;
		margin: -1.5rem 0 0 -3rem;
	}

	.footer-menu li {
		margin: 1.5rem 0 0 3rem;
	}

	ul.footer-social {
		margin: -1rem 0 0 -1rem;
	}

	ul.footer-social li {
		margin: 1rem 0 0 1rem;
	}

	.footer-social a {
		height: 4.4rem;
		width: 4.4rem;
	}

	.footer-social a::before {
		font-size: 2rem;
	}

	/* FOOTER WIDGETS */

	.footer-widgets-wrapper {
		margin-left: -6rem;
		width: calc(100% + 6rem);
	}

	.footer-widgets {
		margin-left: 6rem;
	}

}

@media ( min-width: 1240px ) {


	/* Blocks -------------------------------- */

	body.template-full-width .entry-content > .alignleft {

		/*rtl:ignore*/
		margin-left: calc(( 100vw - 120rem ) / 2);
	}

	body.template-full-width .entry-content > .alignright {

		/*rtl:ignore*/
		margin-right: calc(( 100vw - 120rem ) / 2);
	}

}

@media ( min-width: 1280px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignleft {

		/*rtl:ignore*/
		margin-left: -31rem;
	}

	figure.wp-block-gallery.alignright {

		/*rtl:ignore*/
		margin-right: -31rem;
	}

	/* BLOCK: SEPARATOR */

	.wp-block-separator.is-style-wide {
		max-width: 120rem;
		width: 120rem;
	}

	/* Entry Content ------------------------- */


	[class*="__inner-container"] > .alignwide {
		max-width: 120rem;
		width: 100%;
	}

	/* Template: Full Width ------------------ */

	body.template-full-width .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
		padding-left: 0;
		padding-right: 0;
	}

	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: 0;
	}

	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: 0;
	}

}

@media ( min-width: 1330px ) {


	/* Entry Content ------------------------- */


	/* Blocks -------------------------------- */

	/* BLOCK: PULLQUOTE */

	.wp-block-pullquote.is-style-solid-color.alignleft::before,
	.wp-block-pullquote.is-style-solid-color.alignright::before {
		top: 0;
	}
}

/*Accordion*/
.ac{padding-left:0!important;padding-right:0!important}.ac>.ac-header{color:#000;text-decoration:none;outline:0;padding-right:30px;display:block;cursor:pointer;position:relative;text-align:left;margin-bottom:0!important}.ac-trigger{padding-bottom:10px!important;padding-top:10px!important;text-align:left!important}.ac>.ac-header::after{content:"+";text-align:center;width:15px;right:10px;top:50%;font-weight:700;transform:translate(0,-50%);position:absolute;font-family:arial;transition-duration:.8s;transition-property:transform}.ac>.ac-panel{overflow:hidden;-webkit-transition-property:all;-webkit-transition-timing-function:ease;transition-property:all;transition-timing-function:ease}.ac.active>.ac-header::after{content:"\2013"}