/*
/*
 Theme Name:   Botschaft Basic Theme
 Description:  Botschaft Basic Theme
 Author:       Botschaft.digital
 Author URI:   http://botschaft.digital
 (Template:     botschaftbasic) NUR bei Child-Themes
 Version:      1.0
 Text Domain:  botschaftbasic

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.
*/

.primary-background {
	background: var(--primary-color);
}

.p-5 {
	padding: 2.5rem;
	box-sizing: border-box;
}


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

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

@media screen and (min-width: 64em) {
	.col-md-6 {
	flex: 0 0 50%;
	max-width:50%;
	}
	.order-md-1 {
		order: 1;
	}

	.order-md-2 {
		order: 2;
	}

	.order-md-3 {
		order: 3;
	}
	.p-5 {
		padding: 5rem;
	}
}
@media screen and (min-width: 48em) {
	.col-sm-6 {
	flex: 0 0 50%;
	max-width:50%;
	}
}

.relative {
	position: relative;
}

[class*="col"] figure.aligncenter {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.wp-block-columns.row {
	max-width: 1280px !important;
	flex-wrap: nowrap !important;
	gap: 0;
}

.row > div:has(.p-5){
	margin-left: -2.5rem;
	margin-right: -2.5rem;
}


/*NAVIGATION*/

.navigation-top {
	position: RELATIVE;
	Z-INDEX: 0;
}

ul#menu-hauptmenue {
	padding: 10px 0 0;
}

.admin-bar ul#menu-hauptmenue{margin-top:32px}

.main-navigation.open > a .show-on-hover-opened,
.main-navigation.open > a .show-on-hover-closed {display:none}

a.toggle-navigation {
	position: relative;
}

.show-on-hover-opened,
.show-on-hover-closed {
	visibility:hidden;
	display: block;
	width: 0;
	-webkit-transition: all 0.1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s;
	-moz-transition: all 0.1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s ;
	-o-transition: all 0.1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s ;
	transition: all 0.1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s ;
	word-break: keep-all;
	white-space: nowrap;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	left: 25px;
	top: 0;
	opacity: 0;
	padding: 0 5px 0;
}

.main-navigation.open > a:hover .show-on-hover-closed {
	display: none !important; }
.main-navigation > a:hover .show-on-hover-closed,
.main-navigation.open > a:hover .show-on-hover-opened {
	visibility: visible;
	left: 100%;
	width: 100%;
	opacity: 1;
}


.open span.menu-icon i {
	display: none;
	width: 16px;
	height: 2px;
	border-radius: 0;
	background: var(--textcolor);
}

.open span.menu-icon i:first-child,
.open span.menu-icon i:last-child {
	display: block;
}

.open span.menu-icon i:first-child {
	transform: translate(2px, 7px) rotate(-45deg);
}

.open span.menu-icon i:last-child {
	transform: translate(2px, 5px) rotate(45deg);
}

.navigation-top .menu-hauptmenue-container {
	width: 100%;
	height: 100%;
}

.main-navigation        {position: relative ;z-index: 999;transition: all 0.1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.4s;float:left;}
.main-navigation.open   {left: 0;}
.main-navigation > a    {margin-top: 2.25rem;}
.menu-top-menu-container {width: 100%;position: fixed;left: 0;top: 0;visibility: hidden}

.open .menu-top-menu-container {
	visibility: visible;
	height: 50vh;
	display: block;
	border-bottom: 2px solid var(--primary-color);
	box-shadow: 0 2rem 3rem rgba(0,0,0,0.2);
	top: 110px;
	background:rgba(250,250,250,0.99);
}

ul#menu-top-menu li a {
	border-bottom: 1px solid var(--primary-color);
	text-transform: unset;
	color:#292927;
	padding: 15px 20px;
}

ul#menu-top-menu {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto 3rem;
}

.su-posts.su-posts-teaser-loop,
ul#menu-top-menu {
	display: grid;
	gap: 1rem;
	grid-template-columns: 25% 25% 25% 25%;
}

@media screen and (max-width:1024px){
	.su-posts.su-posts-teaser-loop,
	ul#menu-top-menu {
		grid-template-columns: 50% 50%;
	}
	.home article:not(#panel1) .panel-content {
		padding: 0 1rem;
		box-sizing: border-box;
	}
}
@media screen and (max-width:768px){
	.su-posts.su-posts-teaser-loop,
	ul#menu-top-menu {
		grid-template-columns: 100%;

	}
	.blog .site-content-contain article, .archive .site-content-contain article {
		display: block;
		width: 100%;
	}

	.blog .site-content-contain.post-type-post header.entry-image, .archive .site-content-contain.post-type-post header.entry-image {
		display: block;
	}

	h3.entry-title {
		line-height: 1.4;
	}
}

nav#site-navigation .menu-item a.toggle-submenu {
	display: none !important;
}
ul#menu-top-menu ul.sub-menu {
	height: 100%;
	display: block;
}

.open.main-navigation > a {
	-webkit-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s;
	-moz-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s ;
	-o-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s ;
	transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s ;}




.menu-item a {
	text-transform: uppercase;
	text-decoration: none;
	color: #555;
	padding: 0;
	float: left;
	width: 100%;
}

nav#site-navigation .menu-item a {
	font-size: 1rem;
	font-weight:600;
}
nav#site-navigation .sub-menu .menu-item a {
	font-weight: 400;
	font-size: 0.95rem;
}

.menu-item {
	list-style: none;
	margin: 0;
	padding: 0 5%;
	float: left;width: 90%;
}

.main-navigation .menu-item a {
	font-weight: 500;
	font-size: 1.8rem;
	padding: 5px 10px;
	width: 100%;
}

.main-navigation .menu-item .sub-menu a {
	font-weight: 100;
	font-size: 1.4rem;
}

.main-navigation .menu-item .sub-menu li {
	padding: 0 20px;width: 100%;
}

ul.sub-menu {
	height: 0;
	overflow: hidden;
	width: 100%;
	display: none;
	transition: all 0.1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s;
}

.menu-item.open ul.sub-menu {
	height: 100%;
	display: block;
}

.menu-item.menu-item-has-children {
	position: relative;
}

.main-navigation .menu-item.open .sub-menu a {
	display: block;
}

.main-navigation .menu-item .sub-menu a {
	display: none;
}

.menu-item-has-children > a.toggle-submenu {
	height: 2rem;
	color: #a4343a;
	text-align: center;
	width: 15%;
	float: right;
	position: absolute;
	right: 0;
	top: -4px;
}
footer .menu-item-has-children>a.toggle-submenu {
	display: none;
}
.menu-hauptmenu-container .menu-item {
	position: relative;
	width: 100%;
	float: left;
	display: block;
	padding: 0;
}

.menu-hauptmenu-container {
	padding: 40px 20px;
}

.menu-item-has-children > a {
	width: 85%;
	float: left;
}

#metaa-navigation .menu-item-has-children > a {
	width: auto
}


ul#menu-social-links-menue {
	margin-top: 20px;
}
ul#menu-social-links-menue li {
	position: relative;
	text-align: center;
	margin: 0 20px 0 0;
	width:auto;
}
ul#menu-social-links-menue li:before {
	font-size: 24px;
	height: 30px;
	width: 30px;
	display: block;
	transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 0;
}
ul#menu-social-links-menue li:hover:before {
	font-size: 28px;height:30px;width:30px;color: #a4343a
}

ul#menu-social-links-menue li:hover{color: #a4343a
}

ul#menu-social-links-menue a {
	text-indent: -10000px;
	position: relative;
	text-align: center;
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	z-index: 1;
}

.imagewrapper {
	height: 60vh;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.imagewrapper img {
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
}

.entry-header .imagewrapper {
	height: unset;
	width: 100%;
	aspect-ratio: 1.6;
	display: block;
	margin-bottom: 1rem;
}

.entry-header .imagewrapper img {
	width: 100%;
}

.info-block {
	text-align: center;
	background: var(--primary-color);
	color: #fff;
	padding: 2rem;
}

.info-block * {
	color: #fff;
}

.parallax-background {position: relative;}
.parallax-background > div {background-size: 100%;background-position: bottom center;}
.centered-box {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.centered-box h2, .centered-box p {color: #fff;}
section.footer-mapcontact {
	width: 100%;
	position: relative;
}
svg.bi-gehrlein-signet {max-width: 100%;}
#panel2 .centered-box span {display: block;float: left;width: 5vw;margin: 17px 20px 0 0;}
#panel2 .centered-box h2, #panel2 .centered-box p {color: #1c1d1a;}

#panel5 .panel-content .panel-entry-content {
	padding-bottom: 0;
}

#panel5 .panel-content .panel-entry-content .su-row {
	padding-bottom: 0;
	margin-bottom: 0;
}

#panel5 .panel-content.front-page-panels {
	padding-bottom: 0;
	margin-bottom: 0;
}

.contact {
	left: 50%;
	margin: 0;
	opacity: 0;
	padding: 50px 0;
	top: 0;
	position: absolute;
	height:0;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.map {
	width: 100%;
	height: 50vh;}

.map iframe {
	width: 100%;
	height: 50vh;
	border: 0;
}
#panel6 .panel-content .panel-entry-content {
	padding-bottom: 0;
}


/*BX Slider*/
.bx-controls {float: left;display: block;width: 100%;}
.bx-page {float: left;width: 100%;text-align: center;}
.bx-pager-item {display: inline-block;float: none;text-indent: -100000px;width: 15px;height: 15px;border-radius: 50%;margin: 0 5px 0;border: 3px solid rgba(225,225,225,0.6);}
.bx-pager {display: block;float: left;width: 100%;text-align: center;margin: -30px 0 0;position: relative;z-index: 9999;}
a.bx-pager-link.active {background: #a4343a;}
a.bx-pager-link {display: block;width: 100%;float: left;height: 100%;background: rgba(225,225,225,0.6);}
.bx-controls-direction {position: absolute;top: 50%;z-index: 99999;width: 100%;display: block;}
.bx-controls-direction a {text-indent: -10000px;display: block;width: 40px;height: 40px;border-style:solid;border-width:2px;border-color: transparent #ffffff #ffffff transparent;position: absolute;}
a.bx-prev {left: 30px;transform: rotate(135deg) skew(-10deg, -10deg);transition: left ease 0.2s;}
a.bx-prev:hover {left: 35px;}
.bx-wrapper {position: relative;overflow: hidden;}
a.bx-next {right: 30px;transform: rotate(-45deg) skew(-10deg, -10deg);transition: right ease 0.2s;}
a.bx-next:hover {right: 35px;}
.referenzen-listing {
	display: grid;
	gap: 1em;
	grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
	grid-template-rows: masonry;
}

p.excerpt {
	margin-top: 1rem;
}

.listing-item {
	margin-bottom: 1rem;
	display: flex;
	position: relative;
}

.listing-item-inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-bottom: 10rem;
	padding-top: 0;
}




.listing-block .listing-item .listing-item-inner {
	display: block;
	flex-direction: unset;
}

.listing-item a.readmore {
	background: none;
	color: var(--primary-color);
	text-transform: unset;
	border-bottom: 1px solid;
	border-radius: 0;
	padding: 0;
	display: inline;
	text-align: left;
	float: none;
	clip-path: unset;
}

.listing-item .image {
	flex: 0 0 100%;
	width: 100%;
	order: 1;
	aspect-ratio: 5;
	height: 4rem;
}


img.attachment-medium.size-medium {
	width: 100%;
	max-width: 100%;
}

.single-referenzen .type-referenzen img.attachment-medium.size-medium {
	width: 300px	;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
img.attachment-medium.size-medium {
	width: 100%;
	max-width: 100%;
}

.listing-item .image img.attachment-medium.size-medium {
	width: 80%;
	max-width: 80%;
	margin: 0 auto;
	display: block;
}


.single-referenzen .single-featured-image-inner,
.single-referenzen .single-featured-image-header {
	display: none;
}

.single-referenzen main#main {
	margin-top: 6rem;
}

.listing-item .title {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	height: 4rem;
	flex: 1 1 100%;
	max-width: 100%;
	width: 100%;
	order: 2;

}

.listing-item p.excerpt {
	flex: 0 0 100%;
	max-width: 100%;
	order: 3;
	padding-left: 1rem;
	margin-top: 0;
}

.referenceListing.works {
	display: grid;
	gap: 1em;
	grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
	grid-template-rows: masonry;
}


.referenceListing.works .listing-item-inner {
	display: block;
	height: 100%;
}

.referenceListing.works .listing-item .image {
	height: 100%;
	width: 100%;
}

.referenceListing.works .listing-item .title {
	height: 100%;
}

a.readmore {
	background: var(--primary-color);
	color: #fff;
	text-decoration: none;
	padding: 0.8rem 1rem;
	float: right;
	transition: all ease 0.2s;
	border-radius: 2px;
}
a.readmore i {
	color: #fff;
}

a.readmore:hover, a.readmore:hover i {
	background: #222;
	color: #fff
}

.lightgrey {
	background: #efefef;
}

.single-vereine h2.content-title {
	margin: 2rem 0 3rem;
}

.vereineListing,
.recent-posts {
	display: grid;
	width: 100%;
	margin: 0 auto;
	gap: 3em;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	grid-template-rows: masonry;
}

.vereinsnews .listing-item .image {
	width: auto;
	float: left;
	max-width: unset;
}

.vereinsnews .listing-item a.title {
	text-align: left;
	margin: 0;
	width: 75%;
	position: static;
	float: left;
	padding: 0 1rem 0;
	height: unset;
	font-family: 'adelle', sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
}

.vereinsnews .listing-item-inner {
	display: block;
}

.vereinsnews .listing-item .excerpt {
	width: 75%;
	float: left;
	margin: 0;
}

@media screen and (min-width:1281px) {
	.vereineListing,
	.recent-posts {
		max-width: 1280px;
	}
}

.entry-meta a {
	color: #fff;
	background: var(--primary-color);
	text-decoration: none;
	font-size: 0.8rem;
	padding: 0.25rem 1rem;
	border-radius: 3px;
}

.entry-content > .entry-meta a {
	color: #222;
	background:none;
	padding: 0;
}

.entry-meta .edit-link {
	display: none;
}

h3.entry-title a {
	color: var(--primary-color);
	text-decoration: none;
}

.recent-posts a.readmore {
	display: block;
	float: right;
	margin-top: 2rem;
	position: absolute;
	bottom: 0;
	right: 0;
}

.recent-posts article {
	position: relative;
	padding-bottom: 4rem;
	padding-left: 5%;
	padding-right: 0%;
	max-width: 90%;
}

/* SOCIAL MENU */
ul.social-links-menu {
	width: 100%;
	display: flex;
}

ul.social-links-menu li {
	flex-grow: 2;
}

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

ul.social-links-menu li a {
	width: 100%;
	text-align: center;
}

ul.social-links-menu li a svg {
	max-width: 20px;
	max-height: 20px;
}

.home h2.entry-title {
	position: relative;
	z-index: 1;
}


h2.content-title {
	text-align: center;
	font-size: 1.5rem;
	padding: 2rem 0 0;
	margin: 2rem 0 1rem;
	display: inline-block;
	width: 100%;
}

.entry-content-inner .alignright img {
	margin-left: 1rem;
	margin-bottom: 1rem;
}

.reference-content {
	width: 100%;
	float: left;
	display: block;
	position: relative;
}

.reference-content img {
	width: 120%;
	position: absolute;
	max-width: 120%;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.reference-content header.entry-image {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.reference-content .entry-title {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	float: left;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.2);
	margin: 0;
	word-break: break-word;
	padding: 20px 20px;
}

.reference-content .entry-title a{
	color: #fff;
	font-size: 1.6em;
	text-decoration: none;
	text-transform: uppercase;
}

.footer-contact {
	margin-top: 4rem;
}

.single-vereine .footer-contact,
.single-historic .footer-contact {
	margin-top: 0;
}
footer.entry-footer {
	background: #ccc;
	margin-bottom: 4rem;
}

.entry-customer {
	font-weight: 100;
	font-size: 1rem;
	color: #fff;
	padding: 20px 30px 10px;
	margin: 0 0;
}

h5.entry-works {
	margin: 0 0 10px;
	padding: 0 30px 20px;
	color: #fff;
	font-weight: 300;
}

h5.entry-works a,
h4.entry-customer a {
	color: #fff;
	text-decoration: none;
	transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
}

h5.entry-works a {
	padding: 1px 10px;
	border: 1px solid;
	display: inline-block;
	margin-bottom: 5px;
}
h4.entry-customer a:hover, h4.entry-customer a:focus,
h5.entry-works a:hover, h5.entry-works a:focus {
	color: #555;
}

footer.entry-footer .fas {
	font-size: 50%;
	vertical-align: middle;
}

nav.footer-contact {
	background: #a4343a;
	float: left;
	width: 100%;
}

nav.footer-contact li {
	float: left;
	display: block;
	list-style: none;
}

nav.footer-contact a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px;
	display: block;
	min-width: 100px;
	text-align: center;
	font-weight: 400;
	letter-spacing:0.07em;
}

nav.footer-contact .active a {
color:#ccc}

/* FOOTER */
.grid.grid-pad {
	display: block;
}
.col-1-4 {
	margin: 0 1% 0 1%;
	width: 98%;
	float: left;
	min-height:1px;
}

input{font-family:inherit;}

footer.site-footer {
	padding: 40px 15px 20px;
	box-sizing: border-box;
	border-top: 1px solid var(--primary-color);
	background: #333;
	color: #ccc;
}


footer small {
	line-height: 1.5 !important;
	font-size: 11px;
	width: 100%;
	display: block;
}

.site-info {
	float: left;
	width: 100%;
	display: block;
	padding: 2px 0;
	text-align: center;
	font-size: 0.7rem;
	letter-spacing: 0.07em;
}
footer form {
	margin:  0 0 0;
}
ul#menu-footer-menue {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

footer .menu-item {
	display: inline-block;
	width:  auto;
	padding: 0 2rem 0 0;
}

footer .menu-item a, footer a {
	text-transform: unset;
	color: #fff;
	margin: 0 0 10px;

}
footer small {
	line-height: 1.5 !important;
	font-size: 11px;
	width: 100%;
	display: block;
}

footer aside {
	padding: 0 10px;
	box-sizing: border-box;
}
footer.site-footer .site-info a {
	text-decoration: none;
}
.opener.fa {
	float: right;
	text-decoration: none;
}

.footer-contact svg {
	width: 1rem;
	height: 1rem;
}

.footer-contact svg path {
	fill: #fff;
}

/* INDIVIDUALS */
.calltoaction-banner-basic,
.calltoaction-banner {
	display: block;
	padding: 7.5vh 25px;
	margin: 50px 0 0;
	box-sizing: border-box;
}

span.calltoaction-banner-basic {
    float: left;
    background: #fff;
    color: #292927;
}

.calltoaction-banner-basic a,
.calltoaction-banner a {
	color: #fff;
	text-decoration: none;
	border: 1px solid;
	padding: 10px 15px 6px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	transition: all ease 0.1s;
	display: inline-block;
}

.calltoaction-banner-basic a{
    color:#292927
}

.calltoaction-banner-basic a:hover,
.calltoaction-banner a:hover {
	box-shadow: inset -1px -1px 1px rgba(0,0,0,0.5);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	margin: 1px -1px -1px 1px;
	color: #ededed;
}
.calltoaction-banner-basic > h2,
.calltoaction-banner-basic > h3,
.calltoaction-banner-basic > h4,
.calltoaction-banner-basic > h5,
.calltoaction-banner-basic > h6,
.calltoaction-banner-basic > span,
.calltoaction-banner > h2,
.calltoaction-banner > h3,
.calltoaction-banner > h4,
.calltoaction-banner > h5,
.calltoaction-banner > h6,
.calltoaction-banner > span {font-size:18px;color: #fff;font-weight: 100;}

span.calltoaction-banner-basic > * {
    color: #555;
}

.flexListing {
	display: block;
}

figcaption, figure, main {
	width: 100%;
	float: left;
	display: block;
}
article, aside, footer, header, nav, section {
	display: block;
	float: left;
	width: 100%;
}


nav.navigation.pagination {
	text-align: center;
	line-height: 1.4;
	margin: 0 0 2rem;
}

nav.navigation.pagination svg {
	max-height: 1.25rem;
	max-width: 1.25rem;
	margin: 0.5rem 1rem -0.3rem;
}

.nav-links > * {
	border: 1px solid #ccc;
	height: 2rem;
	line-height: 2rem;
	display: inline-block;
	width: 2rem;
}

.nav-links > .prev,
.nav-links > .next {
	border: none;
	width: 3rem;
}

nav.navigation.pagination a {
	color: var(--primary-color);
	border-color: var(--primary-color);
}

nav.navigation.pagination svg use {
	fill: var(--primary-color);
}

.single-historic nav.navigation.pagination span.meta-nav.screen-reader-text {
	display: inline-block;
	width: auto;
	height: auto;
	font-size: 1rem;
	visibility: visible;
	position: relative;
	clip: unset;
	clip-path: unset;
}

.single-historic nav.navigation.pagination svg {
	max-height: unset;
	margin-bottom: 0;
	border:none;
	display: none;
}

article + p.post-nav-links {
	display: none;
}
.customer .listing-item .image img {
	filter: grayscale(1) contrast(0.2) brightness(0.7);
	opacity: 0.8;
	transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
	max-height: 100px;
	width: auto;
}

.customer .listing-item:hover .image img {
	filter: grayscale(0) contrast(1);
	opacity: 1;
	transform: scale(1.2);
}

.tabcontent.struktur {
	display: block;
}
.struktur em {
	clear: left;
	display: block;
	float: left;
	padding: 0 10px;
	width: 40%;
}

.struktur strong {
	clear: both;
	display: block;
	float: left;
	margin: 10px 0 0;
	width: 100%
}

.page-listing {
	display: grid;
	grid-template-columns: 33.3333% 33.3333% 33.3333%;
	gap: 2rem;
}

.page-listing .image, .page-listing img {
	width: 100%;
	display: block;
	flex: auto;
}

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

	.page-listing {
		grid-template-columns: 50% 50%;
	}
}

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

	.page-listing {
		grid-template-columns: 100%;
	}

	.struktur em {
		width: 100%;
		padding: 1rem 0 0 0;
	}
}

/*FOOTER*/
.site-info i.fas.fa-heart {color:red; animation: pulse 0.8s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;-webkit-animation: pulse 0.8s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;}
@keyframes pulse {
	0% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
	100% {
		transform: scale(0.9);
		-webkit-transform: scale(0.9);
	}
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.google-maps iframe {
	max-height: 50vh;
	border: none;
	border: 0;
}
.embed-container.google-maps {
	height: 50vh;
	padding: 0;
	margin-bottom: -15px;
}
input.wpcf7-form-control.wpcf7-submit {
	-webkit-appearance: none;
}

input.wpcf7-not-valid{background: rgba(164, 52, 58, 0.40)
}

.su-tabs input.wpcf7-form-control.wpcf7-submit {color: #555;}

.post-21 .su-tabs {
	margin: 1.5em auto 1.5em auto;
	padding: 0;
	border-radius: 0;
	max-width: 1140px;
	width: 100%;
	background: transparent
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
	width: 100%;
	float: left;
	margin: 20px 0 0 -13px;
}

.post-21 .su-tabs-nav > span {
	background: #777676;
	width: 100%;
	margin: 0 0 -10px;
	padding: 15px 20px;
	color:#fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.post-21 .su-tabs-nav span.su-tabs-current {
	background: #fff;
	cursor: default;
	border-style: solid;
	border-color: #777676;
	border-width: 1px 1px 0;
	color:#777676;
	padding: 20px
}

.post-21 .su-tabs-panes {
	border-style: solid;
	border-color: #777676;
	border-width: 0 1px 1px;
}

.post-21 .su-tabs-pane {
	padding: 50px;
	font-size: 14px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	color: #555;
}

.su-tabs-nav span:focus {outline: none!important;}

.scale-img-onhover {
	overflow: hidden;}
.scale-img-onhover img {
	transition: transform cubic-bezier(0.65, 0.05, 0.36, 1) 5s;
}

.scale-img-onhover img:hover {
	transform: scale(1.1);
}
.display-mobile {display: none !important;}
.is-mobile .display-mobile {display:block!important;}

.entry-content-inner.grundsaetze {margin: 0;width: 100%;}



.about-fullwith {
	width: 100%;
	display: block;
	float: left;
}

span.wpcf7-not-valid-tip {
	z-index: 1;
	background: #fff;
	float: left;
	clear: both;
}

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

span.wpcf7-form-control-wrap.your-message {
	width: 100%;
	margin: 20px 0 0;
}

.wpcf7-form small {
	float: left;
	width: 100%;
}

.wpcf7-form > div {
	position: relative;
	width: 100%;
	min-height: 4rem;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"] {
	width: 96%;
	float: left;
	display: block;
	margin: 0 4% 4% 0;
	position: relative;
	clear: both;
}

.wpcf7-form textarea {
	width: 98%;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
	position: relative;
	-webkit-transition: all cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.2s;
	-moz-transition: all cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.2s;
	-o-transition: all cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.2s;
	transition: all cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.2s;
	margin-bottom: 1.5rem !important;
}

input[type="text"] ~ label,
input[type="email"] ~ label,
input[type="tel"] ~ label,
input[type="password"] ~ label,
textarea ~ label{color:#333;position: absolute;left: 2px;top: 2px;padding: 11px 8px;-webkit-transition: all cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.2s;-moz-transition: all cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.2s;-o-transition: all cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.2s;transition: all cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.2s;border-radius: 50px;line-height: 1;}

input[type="text"]:focus ~ label,
input[type="email"]:focus ~ label,
input[type="tel"]:focus ~ label,
input[type="password"]:focus ~ label,
textarea:focus ~ label,
input[type="text"]:not(:placeholder-shown) ~ label,
input[type="email"]:not(:placeholder-shown) ~ label,
input[type="tel"]:not(:placeholder-shown) ~ label,
input[type="password"]:not(:placeholder-shown) ~ label,
textarea:not(:placeholder-shown) ~ label   {top: -7px;font-size: 0.8em;padding: 1px 5px;left: 10px;background:#fff;border-radius:1rem;}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder {color: transparent;}

input[type="text"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="password"]:focus::placeholder,
textarea:focus::placeholder {color: #999;}

input[type="text"]:hover ~ label,
input[type="email"]:hover ~ label,
input[type="tel"]:hover ~ label,
input[type="password"]:hover ~ label,
textarea:hover ~ label{cursor:text;color:#222}

.service-boxes {
	padding: 6rem 2rem;
}

.service-boxes.has-background {
	background-image: url(/wp-content/uploads/2024/12/service-background.png);
	background-size: cover;
	background-position: center;
}

.background-multiply {
	background-blend-mode: multiply;
}
.background-luminosity {
	background-blend-mode: luminosity;
}

.service-boxes path {
	fill: var(#ccc);
}

.service-boxes h2 {
	font-weight: bold;
	font-size: 2.75rem;
}

.service-boxes svg {
	display: block;
	width: 2rem !important;
	height: 2rem !important;
}
.service-boxes span {
	width: 4rem;
	height: 4rem;
	background: #ededed;
	border-radius: 2rem;
	margin: 1rem auto 2rem;
	display: block;
	padding: 1rem;
	box-sizing: border-box;
}

.service-boxes progress {
	width: 96%;
	display: block;
	height: 2rem;
	margin: 0 2% 1rem;
	box-sizing: border-box;
	position: relative;
}

.service-boxes label {
	color: var(--text-color);
	font-family: 'kallisto', sans-serif;
	font-size: 1.25rem;
}

progress:after {content: attr(value);color: var(--text-color);position: absolute;right: 0;top: -2rem;font-family: 'kallisto', sans-serif;font-size: 1.25rem;}


div[class*="container"].prograss-bars {
	margin-top: 3rem;
	background: rgba(255,255,255,0.95);
	padding: 1.5rem;
	border-radius: 1rem;
}


.info-box {
	padding: 0 1rem 1rem 1rem;
}

.info-box h3 {
	color: var(--primary-color);
}

@media screen and (max-width: 64em) {
	.open .menu-top-menu-container {
		height: calc(100vh - 58px);
		top: 90px;
		overflow: auto;
	}
	.su-row .su-column-size-1-2,
	.su-row .su-column-size-1-3 {
		width:98%
	}
	header.entry-header h1,
	nav.breadcrumb {
		margin-left: 1rem;
	}

	#panel2 .centered-box span {
		width: 6vw;
	}
}

@media screen and (max-width: 48em){
	#panel3 .imagewrapper,
	#panel5 .imagewrapper {
		height: 18rem;
		overflow: hidden;
		width: 100%;
		position: relative;
		margin-bottom: 2rem;
	}

	#panel3 .su-spacer,
	#panel5 .su-spacer {
		display: none;
	}
	html {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	body {
		height: 100%;
		-webkit-overflow-scrolling: touch;
		margin: 0;
		padding: 8px;
	}
	.open .menu-top-menu-container {
		height: calc(100vh - 58px);
		top: 90px;
	}

	.open .menu-top-menu-container:after {
		display: none;
	}
	.embed-container{
		width: 100%;
		height: 100%;
		overflow: hidden;}
	.customer .listing-item .image img {max-height: 85px;}
	h5.entry-works {
		font-size: 1rem;
	}
    .page-id-7 .entry-content .su-column-size-1-2 {width: 100%;display: block;float: left;padding: 0 0 50px 0;}
    .page-id-7 .su-row {display: block;}

	nav.breadcrumb {
		font-size: 0.7rem;
	}

	#panel2 .centered-box span {
		width: 8vw;
	}
}
@media screen and (max-width: 32em){
	#panel2 .centered-box span {width: 10vw;}
	footer aside  ul {
		margin: 0 0 20px;
		width: 100%;
		display: block;
		float: left;
	}
	footer aside {border-bottom:none}
	footer aside.open > div {
		height: auto;
		-webkit-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
		-moz-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
		-o-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
		transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
	}
	footer aside > div {
		 height: 0;
		 overflow: hidden;
		 width: 100%;
		 float: left;
		 -webkit-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
		 -moz-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
		 -o-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
		 transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
	 }
	.customer .listing-item .image img {max-height: 70px;}
	.open .opener.fa {
		transform: rotate(180deg);
	}
}

@media screen and (min-width: 32em){
	.grundsaetze svg {width: 200px;margin: 0 20px 0 0;}
	.entry-customer {font-size: 1.3rem;}
	.reference-content {width: 50%;}
	h2.content-title {font-size: 2rem;}
	.col-1-4 {width: 48%; margin: 0 2% 0 0;}
	.opener.fa {display:none}
	.post-21 .su-tabs-nav > span {width: 50%;}
	.flexListing .listing-item {
		flex-grow: 1;
	}
}
@media screen and (min-width: 767px){
	.workslisting .su-row .su-column-size-1-2:first-child {
		padding-right: 25px;
	}

	.workslisting .su-row .su-column-size-1-2:last-child {
		padding-left: 25px;
	}
}
@media screen and (min-width: 48em){
	.entry-customer {font-size: 1.8rem;}
	h2.content-title {font-size: 2.5rem;}
	.blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article,
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .entry-content,
	body.page-two-column #comments {float: right;width: 100%;}
	.reference-content {width: 25%;}
	.col-1-4 {width: 23%; margin: 0 2% 0 0;}
	.flexListing {display:flex}
	.flexListing .listing-item {max-width:50%;}
    .su-tabs small {float: left;display: block;max-width: 80%;margin: 10px auto;}
    .entry-content .su-row .su-column.addresses:last-child{
        margin-left:40px;}
}

article#panel6 {
	padding-bottom: 4rem;
}

.footer-contact {
	float: left;
	width: 100%;
	background: #c3c2c1;
	color: #fff;
	list-style: none;
	padding: 4rem 0;
}

aside#nav_menu-5 {
	list-style: none;
	width: 100%;
}

ul#menu-footer-menu {
	list-style: none;
	width: 100%;
	display: block;
	float: left;
}

ul#menu-footer-menu li {
	display: block;
}

ul#menu-footer-menu a {
	padding: 0 1rem 0 0;
}

aside#block-12 ul {list-style: none;}

aside#block-12 a {
	text-decoration: none;
	letter-spacing: 0.05rem;
}

footer .secondLogo {
	display: block;
	width: 150px;
	margin: 1rem auto;
}


.secondLogo .cls-1 {
	 fill: #fff;
 }

.secondLogo .cls-2 {
	fill: #fdfdfd;
	stroke: #1d1d1b;
	stroke-miterlimit: 10;
	stroke-width: 4px;
}

.secondLogo .cls-3 {
	fill: var(--primary-color);
}


/*
 * UWP Styles
 */
.uwp-account-avatar,
body.logged-in li#menu-item-227,
body:not(.logged-in) li#menu-item-228,
.uwp-footer-link.uwp-register-now,
.uwp-lf-icon,
.uwp_page .uwp-content-wrap h2 {
	display: none;
}
.uwp-profile-extra-wrap,
.uwp-profile-extra-div {
	border: none;
}

.uwp_page .uwp-account-form input[type="checkbox"] {
	margin: 0 1rem 0 0;
}

form.uwp-login-form.uwp_form {
	max-width: 340px;
	margin: 0 auto 3rem;
}

.uwp-login-links {
	max-width: 340px;
	margin: 0 auto;
}

.entry-content-inner:has(.bsui) {
	padding: 60px 0 0;
}
.bsui {
	width: 100%;
	margin: 0;
	padding: 0;
}

.uwp_page .uwp-content-wrap * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.uwp_page .uwp-content-wrap .uwp-account .uwp-account-avatar {
	text-align: left;
}
.uwp-login, .uwp-registration, .uwp-forgot, .uwp-account {
	width: 100%;
	max-width: unset;
	background: transparent;
}
.uwp-account-class .alert.alert-info {
	background: none;
	color: #222;
	border: none;
}

.bsui h2, .bsui .h2 {
	font-family: 'adelle', sans-serif;
	text-align: left;
	margin: 0 0 3rem;
}

ul.uwp_account_menu {
	max-width: 30%;
	float: left;
}

.uwp_page .uwp-content-wrap .uwp_account_menu {
	overflow: unset;
	text-align: left;
}

.uwp_page .uwp-content-wrap .uwp_account_menu li {
	display: block;
}
div.uwp-account-form,
form.uwp-account-form {
	width: 70%;
	float: right;
}
div.uwp-account-form form.uwp-account-form {
	width:100%
}

.uwp_page .uwp-login-form label,
.uwp_page .uwp-registration-form label,
.uwp_page .uwp-forgot-form label,
.uwp_page .uwp-change-form label,
.uwp_page .uwp-account-form label,
.uwp_widgets .uwp-login-form label,
.uwp_widgets .uwp-registration-form label,
.uwp_widgets .uwp-forgot-form label,
.uwp_widgets .uwp-change-form label,
.uwp_widgets .uwp-account-form label,
.uwp_adv_search_form .uwp-login-form label,
.uwp_adv_search_form .uwp-registration-form label,
.uwp_adv_search_form .uwp-forgot-form label,
.uwp_adv_search_form .uwp-change-form label,
.uwp_adv_search_form .uwp-account-form label {
	display: block !important;
	font-size: 0.75rem;
}

.bsui input[type="text"],
.bsui input[type="email"],
.bsui input[type="tel"],
.bsui input[type="password"],
.bsui textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
}
.uwp_page .uwp-login-form input[type="submit"],
.uwp_page .uwp-account-form input[type="submit"] {
	width: auto;
	font-weight: normal;
	letter-spacing: 0.05rem;
	padding: 0.75rem 2rem 0.75rem 1rem;
	background: var(--primary-color);
}
.uwp-content-wrap button {
	clip-path: unset;
	margin: 0 1rem 1rem 0rem !important;
}

.uwp-content-wrap button:focus, .uwp-content-wrap button:active, .uwp-content-wrap button:hover {
	box-shadow: unset !important;
}
nav#metaa-navigation .menu-item.open ul.sub-menu {
	position: absolute;
	top: 2rem;
	left: 0;
	width: 13rem;
	height: 7rem;
	background: #fff;
	border: 1px solid;
}

nav#metaa-navigation .menu-item.open ul.sub-menu li {
	margin: 0;
	text-align: left;
	float: left;
	width: 100%;
}

.meta-navigation .menu-item a {
	white-space: nowrap;
}
#metaa-navigation a.toggle-submenu {
	width: 2rem;
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	position: static;
	margin: 0 20px -30px 5px;
	float: left;
	padding: 0 0 0;
	text-align: center;
	background:  var(--primary-color);
	color: #fff;
	border-radius: 1rem;
}

.uwp_page .uwp-login-form input[type="submit"], .uwp_page .uwp-registration-form input[type="submit"], .uwp_page .uwp-forgot-form input[type="submit"], .uwp_page .uwp-change-form input[type="submit"], .uwp_page .uwp-account-form input[type="submit"], .uwp_widgets .uwp-login-form input[type="submit"], .uwp_widgets .uwp-registration-form input[type="submit"], .uwp_widgets .uwp-forgot-form input[type="submit"], .uwp_widgets .uwp-change-form input[type="submit"], .uwp_widgets .uwp-account-form input[type="submit"], .uwp_adv_search_form .uwp-login-form input[type="submit"], .uwp_adv_search_form .uwp-registration-form input[type="submit"], .uwp_adv_search_form .uwp-forgot-form input[type="submit"], .uwp_adv_search_form .uwp-change-form input[type="submit"], .uwp_adv_search_form .uwp-account-form input[type="submit"] {
	width: auto;
}

.uwp-footer-link.uwp-changepsw {
	width: 100%;
	display: block;
	float: left;
}
.counter-box * {
	color: #fff;
}

.counter-box h3 {
	font-size: 1.5rem;
}

.counter-box em {
	font-style: normal;
	font-family: 'kallisto', sans-serif;
	font-weight: 900;
	font-size: 3.5rem;
}

/*
 * ANZEIGEN
 */
.awpcp-listing-excerpt-medium .awpcp-listing-excerpt-thumbnail {
	display: table-cell;
	width: 20%;
	margin: 0;
	float: none;
	aspect-ratio: 1;
}

.awpcp-listing-excerpt-inner {
	display: table-cell;
	width: 60%;
	float: none;
	margin: 0;
}

.awpcp-listing-excerpt-extra {
	display: table-cell;
	width: 20%;
}

.awpcp-listings.awpcp-clearboth {
	display: table;
}

body .awpcp-listing-excerpt-small,
body .awpcp-listing-excerpt-medium {
	display: table;
	background: transparent;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}

.awpcp-listing-excerpt-small > *, .awpcp-listing-excerpt-medium > * {
	padding: 1rem;
	vertical-align: top;
}

h4.awpcp-listing-title {
	font-weight: 500;
	font-size: 1.25rem;
	margin: 0 0 1rem;
}

h4.awpcp-listing-title a {
	text-decoration: none;
}

.awpcp-listing-excerpt-extra {
	font-size: 0.75rem;
	line-height: 1.8;
}

.page-id-163 .awpcp-classifieds-search-bar,
.single-awpcp_listing .awpcp-classifieds-search-bar {
	display: none;
}

.single-awpcp_listing .awpcp-title {
	display: none;
}

li.awpcp-attachments-list-item.awpcp-attachment-type-image {
	flex: 0 0 50%;
	width: 50%;
	max-width: 50%;
}

.single-awpcp_listing .entry-content-inner {
	padding: 0;
}

.single-awpcp_listing .single-featured-image-header {
	height: 25vh;
}

body .awpcp-classifieds-search-bar--submit-button input[type="submit"] {
	box-sizing: border-box;
	margin: 0;
	width: auto;
	float: none;
	padding: 0.7rem 2rem 0.7rem 1rem;
	margin: 1.9rem 0 0;
}

body .awpcp-classifieds-search-bar--query-field input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	border-color: #262626;
	border-radius: 5px;
}

body .awpcp-classifieds-search-bar--query-field label.screen-reader-text {
	display: block;
	height: 16px;
	width: auto;
	color: #555;
	overflow: unset;
	clip-path: unset;
	clip: unset;
	z-index: 1;
	position: relative;
	margin: 0rem 0 1rem;
}

.footer-contact {
	 text-align: center;
 }



ul#menu-social-links-menu i {
	color: #fff;
	display: block;
	font-size: 2rem;
	width: 2rem;
	height: 2rem;
}

ul#menu-social-links-menu .menu-item {
	display: inline-block;
	width: auto;
	float: none;
	padding: 0 1rem;
}

ul#menu-social-links-menu .menu-item a {
	color: #fff;
	float: none;
	display: block;
}

ul#menu-social-links-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}


.embedded,
.embedded-video {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.embedded video, .embedded iframe, .embedded object,
.embedded-video video, .embedded-video iframe, .embedded-video object{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tribe-events-single-section.tribe-events-event-meta {
	width: 100%;
	background: #efefef;
	padding: 1rem;
}

.tribe-events-meta-group {
	padding: 0;
}

.tribe-events-venue-map {
	width: 100%;
	border: 1px solid #ccc;
	margin: 0;
}

.tribe-events-meta-group.tribe-events-meta-group-gmap {
	margin: 0;
}

@media screen and (max-width:65em){
	h1.tribe-events-single-event-title {
		font-size: 2rem;
		margin: 0 0 1.5rem;
	}

	.tribe-events-single>.tribe_events>:not(.primary,.secondary,.tribe-events-related-events-title,.tribe-related-events) {
		width: 25%;
	}
	.tribe-events-single>.tribe_events .tribe-events-single-event-description.tribe-events-content {
		width: 75% !important;
		display: block;
	}
}


@media screen and (max-width: 48em) {
	body .awpcp-listing-excerpt-small > *,
	body .awpcp-listing-excerpt-medium > * {
		padding: 0.25rem;
	}

	body .awpcp-listing-excerpt-small, body .awpcp-listing-excerpt-medium {
		display: block;
	}
	body .awpcp-listing-excerpt-small .awpcp-listing-excerpt-thumbnail,
	body .awpcp-listing-excerpt-medium .awpcp-listing-excerpt-thumbnail {
		margin: 0 10px 10px 0;
		float: left;
		width: 25%;
		padding:0;
	}
	body .awpcp-listing-excerpt-inner {
		display: block;
		width: 100%;
		margin: 0;
	}
	body .awpcp-listing-excerpt-extra {
		margin-top: 0;
		display: block;
		width: 100%;
	}
}