.simple-header-block { 
box-sizing: border-box;
position: relative;
overflow: hidden;
margin: 0 auto;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
max-width: 100vw;
width: 100vw;
height: 100%;
background: linear-gradient(45deg, #cdad84 0%, rgba(241,241,230,1) 54%);
}
.simple-header-block .layout-s {
padding-bottom: 70px;
padding-top: 70px;
}
.simple-header-block .title {
display: flex;
gap: 25px;
margin-bottom: 1.15rem;
align-items: flex-start; 
}
.simple-header-block .title > img {
width: 65px;
height: 65px;
transform: translateY(10px);
}
.simple-header-block .title > h1 {
margin: 0;
line-height: 1.25;
}
.simple-header-block h1 {
margin: 0 0 10px;
max-width: 680px;
}
.simple-header-block p {
font-size: calc(18 / 16 * 1rem);
line-height: 1.75;
font-family: 'RobotoRegular', sans-serif;
margin-top: 3rem;
margin-bottom: 0;
max-width: 674px;
}
.simple-header-block p.subline {
font-size: calc(24 / 16 * 1rem);
line-height: 1.2;
font-family: 'RobotoRegular', sans-serif;
margin-top: 0;
color: #463D27;
}
.simple-header-block a {
margin-top: 2rem;
}
@media only screen and (max-width: 1380px) { 
}
@media only screen and (max-width: 870px) { 
.simple-header-block .title > h1 { 
line-height: 1.2;
hyphens: auto;
word-break: break-word;
}
.simple-header-block .title { 
flex-direction: column;
}
}
.block-editor-block-list__block .simple-header-block {
max-width: 100%;
width: 100%; 
padding-bottom: 0;
margin-left: 0;
margin-right: 0;
padding: 2rem;
box-sizing: border-box;
}
.block-editor-block-list__block .simple-header-block > div > a.btn-primary {
display: flex;
justify-content: flex-start;
align-items: center;
min-width: fit-content;
min-height: 56px;
font-family: 'RobotoRegular', sans-serif;
border: none;
border-radius: 0;
cursor: pointer;
text-decoration: none; margin-top: 20px;
position: relative;
font-size: calc(18 / 16 * 1rem);
background: #463D27;
color: #ffffff;
width: fit-content;
padding: 2px 30px;
gap: 15px;
}.leistungsspektrum-block { 
box-sizing: border-box;
position: relative;
overflow: hidden;
margin: 0 auto;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
max-width: 100vw;
width: 100vw;
height: 100%;
}
.leistungsspektrum-block.default {
background: #ffffff;
}
.leistungsspektrum-block.grey {
background: #F7F7F7;
}
.leistungsspektrum-block .overline {
margin-top: 6rem;
display: flex;
align-items: center;
gap: 5px;
}
.leistungsspektrum-block .overline p {
font-size: calc(12 / 16 * 1rem);
margin: 0;
}
.leistungsspektrum-block .tabs {
margin-top: 1rem;
display: grid;
grid-template-columns: 280px 1fr;
gap: 60px; 
top: 0;
}
.leistungsspektrum-block .tabs .tab-buttons {
display: flex;
flex-direction: column; 
}
.leistungsspektrum-block .tabs .tab-buttons.mobile {
display: none;
}
.leistungsspektrum-block .tabs .tab-buttons .btn { 
padding: 10px;
box-sizing: border-box;
border-bottom: 1px solid #CEEAF7;
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
gap: 8px;
}
.leistungsspektrum-block .tabs .tab-buttons .btn img {
width: 20px;
height: 20px;
}
.leistungsspektrum-block .tabs .tab-buttons .btn.active {
background: #fcebd6;
}
.leistungsspektrum-block .tabs .tab-buttons .btn p {
margin: 0;
font-family: 'RobotoRegular', sans-serif;
font-size: calc(18 / 16 * 1rem);
}
.leistungsspektrum-block .tabs .tab-buttons .btn .tab-head {
display: flex;
gap: 10px;
align-items: center;
}
.leistungsspektrum-block .tabs .tab-buttons .btn .tab-head p {
max-width: 100%;
} .leistungsspektrum-block .tabs .tab-content .item.active {
display: flex;
flex-direction: column;
}
.leistungsspektrum-block .tabs .tab-content .item {
display: flex;
flex-direction: column;
}
.leistungsspektrum-block .tabs .tab-content .item h3 {
font-size: calc(32 / 16 * 1rem);
line-height: 1.2;
font-family: 'RobotoRegular', sans-serif;
margin: 0 0 10px; 
}
.leistungsspektrum-block .tabs .tab-content .item ul li,
.leistungsspektrum-block .tabs .tab-content .item p {
font-size: calc(16 / 16 * 1rem);
line-height: 1.6;
font-family: 'RobotoRegular', sans-serif;
margin: 0;
}
.leistungsspektrum-block .tabs .tab-content .item ul {
margin: 20px 0px; 
display: flex;
flex-direction: column;
gap: 10px;
}
.leistungsspektrum-block .leistungsspektrum-head h3 {
font-size: calc(50 / 16 * 1rem);
line-height: 1.25;
margin: 0 0 20px;
}
.leistungsspektrum-block .leistungsspektrum-head p {
font-family: 'RobotoRegular', sans-serif;
margin: 0;
font-size: calc(18 / 16 * 1rem);
max-width: 680px;
}
.leistungsspektrum-block .leistungsspektrum-head p.subline {
font-family: 'RobotoRegular', sans-serif;
color: #463D27;
font-size: calc(24 / 16 * 1rem);
line-height: 1.2;
margin-bottom: 3rem;
}
.leistungsspektrum-block .leistungsspektrum-head a {
text-decoration: none;
font-family: 'RobotoRegular', sans-serif;
padding: 0;
box-sizing: border-box;
color: #463D27;
display: flex;
align-items: center;
font-size: calc(21 / 16 * 1rem);
gap: 15px;
margin-top: 1rem;
}
.leistungsspektrum-block .leistungsspektrum-head a > img {
width: 20px;
}
@media only screen and (max-width: 1380px) { 
.leistungsspektrum-block .leistungsspektrum-head h3 { 
font-size: calc(42 / 16 * 1rem);
}
.leistungsspektrum-block .tabs .tab-content .item h3 {
font-size: calc(24 / 16 * 1rem);
}
.leistungsspektrum-block .tabs .tab-content .item a {
margin-top: 30px;
}
.leistungsspektrum-block .tabs {
grid-template-columns: 200px 1fr;
gap: 30px;
}
}
@media only screen and (max-width: 870px) { 
.leistungsspektrum-block .leistungsspektrum-head h3 { 
font-size: calc(32 / 16 * 1rem);
word-break: break-word;
hyphens: auto;
}
.leistungsspektrum-block .tabs {
grid-template-columns: 1fr;
}
.leistungsspektrum-block .tabs .tab-buttons.mobile { 
display: flex;
flex-direction: column;
}
}
.block-editor-block-list__block .leistungsspektrum-block {
max-width: 100%;
width: 100%; 
padding-bottom: 0;
margin-left: 0;
margin-right: 0;
padding: 2rem;
box-sizing: border-box;
}
.block-editor-block-list__block .leistungsspektrum-block .tabs .tab-content {
gap: 40px;
display: flex;
flex-direction: column;
}.standort-list-block { 
box-sizing: border-box;
position: relative;
overflow: hidden;
margin: 0 auto;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
max-width: 100vw;
width: 100vw;
height: 100%;
background: #CCD7E4;
background: #efefef;
}
.standort-list-block .layout-s {
padding-top: 70px;
padding-bottom: 70px;
}
.standort-list-block h3 {
font-size: calc(32 / 16 * 1rem);
line-height: 1.2;
margin: 0;
color: #463D27;
}
.standort-list-block .standorte {
display: grid;
grid-template-columns: 1fr;
gap: 60px;
margin-top: 3rem;
}
.standort-list-block .standorte > img {
width: 170px;
height: auto;
object-fit: contain;
}
.standort-list-block .standorte .list {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px 70px;
}
.standort-list-block .standorte .list .standort {
display: flex;
gap: 15px;
align-items: center;
display: grid;
grid-template-columns: 20px 1fr;
}
.standort-list-block .standorte .list .standort img {
width: 20px;
height: 100%;
}
.standort-list-block .standorte .list .standort p {
margin: 0; 
} 
.standort-list-block .standorte .list .standort > a { 
text-decoration: none;
font-family: 'RobotoRegular', sans-serif;
padding: 0;
box-sizing: border-box;
color: #463D27; 
align-items: center;
font-size: calc(21 / 16 * 1rem);
gap: 15px;
display: grid;
grid-template-columns: 1fr 15px;
width: 100%;
}
@media only screen and (max-width: 1380px) { 
.standort-list-block .standorte { 
grid-template-columns: 100px 1fr;
}
.standort-list-block .standorte > img {
width: 100%;
}
}
@media only screen and (max-width: 870px) { 
.standort-list-block .standorte .list,
.standort-list-block .standorte { 
grid-template-columns: 1fr;
}
.standort-list-block .standorte {
gap: 40px;
}
.standort-list-block .standorte > img {
max-width: 200px;
}
}
.block-editor-block-list__block .standort-list-block {
max-width: 100%;
width: 100%; 
padding-bottom: 0;
margin-left: 0;
margin-right: 0;
padding: 2rem;
box-sizing: border-box;
}