section.m28_location .m28_shortcode_map_container {
max-width: none;
width: 100%;
display: inline-block;
mask-image: linear-gradient(
to top, 
transparent 0%, 
var(--overlay_color) 40%
);
}
section.m28_location .wpgmza_infowindow_description {
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
display: -webkit-box;
overflow: hidden;
}
@media screen and (min-width: 1200px) {
section.m28_location {
padding-bottom: 0;
}
section.m28_location.overhanging_bottom .m28_location_main {
margin-bottom: -65px;
}
}
@media screen and (min-width: 1921px) {
section.m28_location .wpgmza_map {
height: 720px !important;
}
}
@media screen and (min-width: 2200px) {
section.m28_location .wpgmza_map {
height: 770px !important;
}
}
@media screen and (max-width: 1399px) {
section.m28_location .wpgmza_map {
height: 570px !important;
}
}
@media screen and (max-width: 991px) {
section.m28_location .wpgmza_map {
height: 520px !important;
}
}
@media screen and (max-width: 767px) {
section.m28_location .wpgmza_map {
height: 470px !important;
}
}
@media screen and (max-width: 575px) {
section.m28_location .wpgmza_map {
height: 420px !important;
}
}
@media screen and (max-width: 399px) {
section.m28_location .wpgmza_map {
height: 370px !important;
}
}section.m27_contact_cta .m27_content *:not(.mM_links *) {
color: #e5e0dd;
}
section.m27_contact_cta .m27_contact_cta_main {
background-color: #262520;
}
section.m27_contact_cta .m27_content {
padding: 129px 0 136px;
padding-right: 25px;
}
section.m27_contact_cta .m27_contact_container {
align-items: stretch;
margin-left: -5px;
--row_gap: 40px;
gap: 10px var(--row_gap);
}
section.m27_contact_cta .m27_contact_item {
position: relative;
border-radius: 16px;
-webkit-backdrop-filter: blur(0);
backdrop-filter: blur(0);
transition: backdrop-filter .4s;
}
section.m27_contact_cta .m27_contact_item:before {
content: '';
background-color: #e5e0dd;
opacity: .0;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
border-radius: 16px;
z-index: -1;
pointer-events: none;
transition: opacity .4s;
}
section.m27_contact_cta .m27_contact_item:has(a:focus),
section.m27_contact_cta .m27_contact_item:has(a:hover) {
-webkit-backdrop-filter: blur(15px);
backdrop-filter: blur(15px);
}
section.m27_contact_cta .m27_contact_item:has(a:focus):before,
section.m27_contact_cta .m27_contact_item:has(a:hover):before {
opacity: .1;
}
section.m27_contact_cta .m27_contact_item a {
display: inline-flex;
align-items: center;
padding: 4px 11px 2px;
height: 100%;
}
section.m27_contact_cta .m27_contact_item svg {
margin-right: 15px;
min-width: 16px;
width: 16px;
fill: #e5e0dd;
}
section.m27_contact_cta .m27_contact_item.m27_telefon_container svg {
min-width: 14px;
width: 14px;
margin-bottom: -4px;
}
section.m27_contact_cta .m27_contact_item.m27_mail_container svg {
min-width: 20px;
width: 20px;
}
section.m27_contact_cta .m27_text_container * {
opacity: .5;
}
section.m27_contact_cta[data-variant="v1"] .m27_contact_cta_main {
background-color: #262520;
position: relative;
}
section.m27_contact_cta[data-variant="v1"] .m27_image {
display: block;
}
section.m27_contact_cta[data-variant="v1"] .m27_image_container {
position: absolute;
inset: 0;
}
section.m27_contact_cta[data-variant="v1"] .m27_image_item {
height: 100%;
}
section.m27_contact_cta[data-variant="v1"] .m27_content_container {
position: relative;
z-index: 1;
background: linear-gradient(
125deg, 
#262520 35%,
transparent 100%
);
}
section.m27_contact_cta[data-variant="v1"] .m27_content{
padding-right: 80px;
}
section.m27_contact_cta[data-variant="v2"] .m27_contact_cta_main {
z-index: 4;
}
section.m27_contact_cta[data-variant="v2"] .m27_form {
background-color: #fff;
padding: 61px 66px 69px;
margin-bottom: -200px;
}
@media screen and (min-width: 992px) {
section.m27_contact_cta.overhanging_top .m27_contact_cta_main {
margin-top: -135px;
}
section.m27_contact_cta.overhanging_bottom .m27_contact_cta_main {
margin-bottom: -135px;
}
section.m27_contact_cta .m27_content_container {
padding: 0 40px;
}
section.m27_contact_cta[data-variant="v2"] .m27_form_wrapper {
padding-top: 70px;
}
}
@media screen and (max-width: 1599px) {
section.m27_contact_cta .m27_content {
--content_padding: 15px;
}
section.m27_contact_cta .m27_content,
section.m27_contact_cta[data-variant="v1"] .m27_content {
padding-right: var(--content_padding);
}
}
@media screen and (max-width: 1399px) {
section.m27_contact_cta .m27_content {
--content_padding: 0;
}
section.m27_contact_cta[data-variant="v1"] .m27_content {
width: 70%;
}
section.m27_contact_cta[data-variant="v2"] .m27_form {
padding: 61px 46px 69px;
}
}
@media screen and (max-width: 991px) {
section.m27_contact_cta {
padding: 0;
}
section.m27_contact_cta .m27_mM_container_main {
max-width: 100%;
margin: 0;
padding: 0;
}
section.m27_contact_cta[data-variant="v2"] .m27_content {
padding-bottom: 0;
}
}
@media screen and (max-width: 767px) {
section.m27_contact_cta[data-variant="v1"] .m27_content {
width: 100%;
}
section.m27_contact_cta .m27_content {
padding: 79px 0 86px;
}
}
@media screen and (max-width: 767px) {
section.m27_contact_cta[data-variant="v2"] .m27_form {
padding: 41px 20px 49px;
}
}section.m26_flexible_content * {
color: #262520;
}
section.m26_flexible_content .m26_entry {
margin-bottom: 58px;
--offset_sides: 25px;
}
section.m26_flexible_content .m26_entry:has(+ .m26_entry[data-variant="accordeon"]) {
margin-bottom: 31px;
}
section.m26_flexible_content .m26_subtitle_group_container {
margin-bottom: 20px;
align-items: center;
}
section.m26_flexible_content .m26_subtitle_icon_container {
width: var(--offset_sides);
min-width: var(--offset_sides);
align-self: flex-start;
}
section.m26_flexible_content .m26_subtitle_icon_container svg,
section.m26_flexible_content .m26_subtitle_icon_container img {
fill: #262520;
min-width: 16px;
width: 16px;
}
section.m26_flexible_content.limit_width .m26_flexible_content_wrapper {
width: 100%;
}
section.m26_flexible_content .m26_entry[data-variant="listing"] .m26_listing {
align-items: center;
}
section.m26_flexible_content .m26_entry[data-variant="listing"] .m26_listing:not(:last-child) {
margin-bottom: 8px;
}
section.m26_flexible_content .m26_entry[data-variant="listing"] .m26_listing_icon {
width: var(--offset_sides);
min-width: var(--offset_sides);
align-self: flex-start;
}
section.m26_flexible_content .m26_entry[data-variant="listing"] svg,
section.m26_flexible_content .m26_entry[data-variant="listing"] img {
fill: #2e2e2e;
min-width: 13px;
width: 13px;
}
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_head_icon_container,
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_content {
-webkit-transition: background-color 0.4s;
-moz-transition: background-color 0.4s;
-ms-transition: background-color 0.4s;
-o-transition: background-color 0.4s;
transition: background-color 0.4s;
} section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item{
border-top: 1px solid #262520;
--text_max_width: calc(100% - 46px - 20px);
}
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item:last-child{
border-bottom: 1px solid #262520;
}
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_head{
display: flex;
justify-content: space-between;
align-items: center;
padding: 21px var(--offset_sides);
cursor:pointer;
-webkit-transition: background-color 0.4s, padding .4s;
-moz-transition: background-color 0.4s, padding .4s;
-ms-transition: background-color 0.4s, padding .4s;
-o-transition: background-color 0.4s, padding .4s;
transition: background-color 0.4s, padding .4s;
}  section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_head_beschriftung {
max-width: var(--text_max_width);
hyphens: auto;
}
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_head_beschriftung * {
margin: 0;
-webkit-transition: color 0.4s;
-moz-transition: color 0.4s;
-ms-transition: color 0.4s;
-o-transition: color 0.4s;
transition: color 0.4s;
}  section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_head_icon_container{
background-color: #efefee;
display: flex;
justify-content: center;
align-items: center;
align-self: flex-start;
}
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_head_icon{
fill: #262520;
-webkit-transform:rotateX(0deg);
-moz-transform:rotateX(0deg);
-ms-transform:rotateX(0deg);
-o-transform:rotateX(0deg);
transform:rotateX(0deg);
-webkit-transition: transform 0.4s, fill .4s;
-moz-transition: transform 0.4s, fill .4s;
-ms-transition: transform 0.4s, fill .4s;
-o-transition: transform 0.4s, fill .4s;
transition: transform 0.4s, fill .4s;
}  section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_content{
display:none;
overflow:hidden;
padding: 0 var(--offset_sides);
background-color: transparent;
}
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_content_main{
padding-bottom:20px;
max-width: var(--text_max_width);
}  section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_head:focus .m26_akkordeon_item_head_icon_container,
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_head:hover .m26_akkordeon_item_head_icon_container,
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item.active .m26_akkordeon_item_head_icon_container{
background-color:#262520;
}
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_head:focus .m26_akkordeon_item_head_icon,
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_head:hover .m26_akkordeon_item_head_icon,
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item.active .m26_akkordeon_item_head_icon{
fill:#efefee;
}
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item.active .m26_akkordeon_item_head,
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item.active .m26_akkordeon_item_content {
background-color: #efefee;
}
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item.active .m26_akkordeon_item_head {
padding-bottom: 12px;
}
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item.active .m26_akkordeon_item_head_icon{
-webkit-transform:rotateX(180deg);
-moz-transform:rotateX(180deg);
-ms-transform:rotateX(180deg);
-o-transform:rotateX(180deg);
transform:rotateX(180deg);
} section.m26_flexible_content .m26_entry[data-variant="table"] {
margin-bottom: 58px;
}
section.m26_flexible_content .m26_entry[data-variant="table"] .m26_title {
margin-bottom: 0;
}
section.m26_flexible_content .m26_entry[data-variant="table"] table {
width: 100%;
}
section.m26_flexible_content .m26_entry[data-variant="table"] table tr {
justify-content: space-between;
padding: 4px var(--offset_sides) 1px;
gap: 0 var(--row_gap);
}
section.m26_flexible_content .m26_entry[data-variant="table"] table tr.odd {
background-color: #efefee;
}
section.m26_flexible_content .m26_entry[data-variant="table"] table td {
width: calc(50% - (var(--row_gap) / 2));
}
section.m26_flexible_content .m26_entry[data-variant="table"] table td.m26_column_value {
text-align: right;
}
section.m26_flexible_content .m26_entry:last-child {
margin-bottom: 0 !important;
}
section.m26_flexible_content .m26_text_container {
hyphens: auto;
}
@media screen and (min-width: 1400px) {
section.m26_flexible_content.limit_width .m26_flexible_content_wrapper{
width: calc((50% + 180px) - (var(--row_gap) / 2));
}
section.m26_flexible_content.limit_width .m26_contact_person_wrapper{
width: calc((50% - 180px) - (var(--row_gap) / 2));
}
}
@media screen and (min-width: 1200px) {
section.m26_flexible_content.limit_width .m26_flexible_content_wrapper{
width: calc((50% + 80px) - (var(--row_gap) / 2));
}
section.m26_flexible_content.limit_width .m26_contact_person_wrapper{
width: calc((50% - 80px) - (var(--row_gap) / 2));
}
}
@media screen and (max-width: 575px) {
section.m26_flexible_content .m26_entry {
--offset_sides: 15px;
}
section.m26_flexible_content .m26_subtitle_icon_container svg,
section.m26_flexible_content .m26_subtitle_icon_container img {
min-width: 13px;
width: 13px;
}
section.m26_flexible_content .m26_entry[data-variant="listing"] svg {
min-width: 11px;
width: 11px;
}
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item{
--text_max_width: calc(100% - 38px - 15px);
}
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_head {
padding-top: 16px;
padding-bottom: 16px;
}
section.m26_flexible_content .m26_entry[data-variant="table"] table {
--row_gap: 20px;
}
section.m26_flexible_content .m26_entry[data-variant="table"] table td {
font-size: 0.889rem;
hyphens: auto;
width: auto;
}
}