h1 {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1;
}
h3, h2.entry-title a {
  font-size: 28px;
}
a.gridaction__button, 
.gform_button, 
.gform_next_button, 
.gform_previous_button, 
.gform_button_select_files, 
.comment-reply-link, 
#submit,
.category .block-teaser-flex .custom-text p:last-child a,
.wp-block-button__link {
  border-radius: 40px !important;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0;
  padding: 16px 30px !important;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  transition: all 0.5s ease;
  z-index: 10;
  position: relative;
}
.category .block-teaser-flex .custom-text p:last-child a,
.wp-block-button__link, #gform_submit_button_2,
.gform-button {
  background-color: var(--c1);
  color: var(--c4);
  transition: background-color 0.5s ease;
}
body.error404 .searchform__input {
  font-size: 16px;
}
@media (hover: hover) and (pointer: fine) {
  .category .block-teaser-flex .custom-text p:last-child a:hover,
  .wp-block-button__link:hover,
  #gform_submit_button_2:hover,
  .gform-button:hover {
	background-color: var(--c8) !important;
  }
}
@media screen and (max-width: 1280px) {
  h1 {
	font-size: 50px;
  }
  h3, h2.entry-title a {
	font-size: 24px;
  }
}
@media screen and (max-width: 1023px) {
  h1 {
	font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
	font-size: 28px;
  }
  h3, h2.entry-title a {
	font-size: 18px !important;
  }
}

/* .category */
.category {
  display: grid;
  grid-template-columns: 1fr var(--belt-gap) minmax(0, var(--belt-width)) var(--belt-gap) 1fr;
  grid-template-rows: 1fr;
}
.category .headline-rotated {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  margin: 0;
  font-size: 80px;
  line-height: 1.1;
  position: absolute;
  z-index: 2;
  padding-top: 20px;
}
.category .headline-rotated {
  background: var(--c4);
}
.category.color-set-bg-grey .headline-rotated {
  background: var(--c5);
}
.category .line {
  width: 1px;
  height: 100% !important;
  background: var(--text);
  margin-top: 1em;
  margin-left: 60px;
  position: relative;
}
.category > .wp-block-column:nth-child(1) {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  overflow: hidden;
}
.category > .wp-block-column:nth-child(2) {
  grid-column: 1 / 6;
  grid-row: 1 / 2;
}
@media screen and (max-width: 1280px) {
  .category .headline-rotated {
	font-size: 65px;
  }
  .category .line {
	margin-left: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .category .headline-rotated {
	font-size: 55px;
  }
  .category .line {
	margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .category .headline-rotated {
	font-size: 30px !important;
	padding-top: 10px;
  }
  .category .line {
	margin-left: 22px;
  }
}

/* .category .block-teaser-flex */
.category .block-teaser-flex > div {
  margin-left: 150px;
  column-gap: var(--grid-col-gap);
  grid-row-gap: 40px;
  grid-template-rows: repeat(3, max-content);
}
.category .block-teaser-flex .headline-block {
  grid-column: 4 / 13;
  grid-row: 1 / 2;
}
.category .block-teaser-flex .headline-block h1 {
  text-transform: uppercase;
  margin: 0;
  background: var(--c4);
  padding: 0 0 30px 40px;
  margin-left: 80px;
  margin-bottom: -20px;
}
.category .block-teaser-flex .gridaction__image {
  grid-column: 1 / 7;
  grid-row: 1 / 3;
  min-height: 500px;
}
.category .block-teaser-flex .gridaction__content {
  padding: 0;
  grid-column: 7 / 13;
  grid-row: 2 / 4;
}
/*
.category .block-teaser-flex .gridaction__content p:first-child {
position: relative;
}
.category .block-teaser-flex .gridaction__content p:first-child::before {
position: absolute;
top: 8px;
left: -8px;
font-size: 152px;
line-height: 1;
color: var(--text);
font-family: "LinotypeDidotProHeadlineRoman", serif;
}
.category .start.block-teaser-flex .gridaction__content p:first-child {
padding-left: 60px;
}
.category .start.block-teaser-flex .gridaction__content p:first-child::before {
content: "I";
top: 8px;
left: -8px;
}
.category .about.block-teaser-flex .gridaction__content p:first-child {
padding-left: 120px;
}
.category .about.block-teaser-flex .gridaction__content p:first-child::before {
content: "D";
top: 8px;
left: -8px;
}
*/
.initiale {
  float: left;
  font-size: 153px;
  line-height: 0;
  padding-right: 10px;
  font-weight: 400;
  color: var(--text);
  font-family: "LinotypeDidotProHeadlineRoman", serif;
  font-weight: 400;
  margin-top: 85px;
  margin-bottom: 12px;
  margin-left: -5px;
}
.category .block-teaser-flex .gridaction__content p:first-child {
  margin-top: 0;
}
.category .block-teaser-flex .gridaction__content p:last-child {
  margin-bottom: 0;
}
.category .block-teaser-flex .custom-text {
  grid-column: 1 / 7;
  grid-row: 3 / 4;
}
@media screen and (min-width: 1281px) {
  .contact.block-teaser-flex > div {
	margin-bottom: -40px;
  }
}
@media screen and (max-width: 1280px) {
  .category .block-teaser-flex > div {
	margin-left: 110px;
  }
  .category .block-teaser-flex .gridaction__image {
	grid-column: 1 / 9;
	grid-row: 1 / 2;
	min-height: 400px;
  }
  .category .block-teaser-flex .headline-block {
	grid-column: 1 / 13;
	grid-row: 2 / 3;
  }
  .category .block-teaser-flex .headline-block h1 {
	padding: 0;
	margin-left: 0;
  }
  .category .start.block-teaser-flex .headline-block h1 {
	max-width: 900px;
  }
  .category .block-teaser-flex .gridaction__content {
	grid-column: 1 / 13;
	grid-row: 3 / 4;
  }
  /*
  .category .block-teaser-flex .gridaction__content p:first-child {
  padding-left: 44px;
}
  .category .block-teaser-flex .gridaction__content p:first-child::before {
  font-size: 110px;
}
  .category .about.block-teaser-flex .gridaction__content p:first-child {
  padding-left: 90px;
}
  .category .about.block-teaser-flex .gridaction__content p:first-child::before {
  font-size: 110px;
}
  */
  .initiale {
	font-size: 104px;
	padding-right: 6px;
	margin-top: 63px;
	margin-bottom: 12px;
	margin-left: -5px;
  }
  .category .block-teaser-flex .custom-text {
	grid-column: 9 / 13;
	grid-row: 1 / 2;
	align-self: center;
  }
  .contact.block-teaser-flex .gridaction__box > div p:nth-child(2),
  .contact.block-teaser-flex .gridaction__box > div p:nth-child(3) {
	margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .category .block-teaser-flex > div {
	margin-left: 90px;
  }
  .category .block-teaser-flex > div {
	column-gap: 0;
  }
  .category .block-teaser-flex .gridaction__image {
	grid-column: 1 / 13;
	grid-row: 1 / 2;
  }
  .category .block-teaser-flex .headline-block {
	grid-column: 1 / 13;
	grid-row: 3 / 4;
  }
  .category .start.block-teaser-flex .headline-block h1 {
	max-width: 700px;
  }
  .category .block-teaser-flex .gridaction__content {
	grid-row: 4 / 5;
  }
  .category .block-teaser-flex .custom-text {
	grid-column: 1 / 13;
	grid-row: 2 / 3;
	align-self: start;
	margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .category .block-teaser-flex > div {
	display: grid;
	grid-template-rows: repeat(3, max-content);
	grid-row-gap: 30px;
	margin-left: 40px;
  }
  .block-teaser-flex .spread__basic .cta-img-box {
	order: unset;
	height: auto;
	margin-left: 0;
	margin-right: 0;
  }
  .category .block-teaser-flex .gridaction__image {
	min-height: 350px;
  }
  .block-teaser-flex .spread__basic .gridaction__content {
	order: unset;
	margin-top: 0;
  }
  /*
  .category .block-teaser-flex .gridaction__content p:first-child {
  padding-left: 30px;
}
  .category .block-teaser-flex .gridaction__content p:first-child::before {
  top: 3px;
  left: -2px;
  font-size: 68px;
}
  .category .about.block-teaser-flex .gridaction__content p:first-child {
  padding-left: 60px;
}
  .category .about.block-teaser-flex .gridaction__content p:first-child::before {
  top: 3px;
  left: -2px;
  font-size: 68px;
}
  */
  .initiale {
	padding-right: 5px;
	font-size: 65px;
	margin-top: 38px;
	margin-bottom: 12px;
	margin-left: -5px;
  }
  .category .block-teaser-flex .custom-text {
	margin-top: -15px;
  }
}
@media screen and (max-width: 499px) {
  .category .block-teaser-flex .gridaction__image {
	min-height: 250px;
  }
}

/* .category .block-text-icon-cta */
.category .block-text-icon-cta .textbox__header {
  display: none;
}
.category .block-content,
.category .block-text-icon-cta .block-content {
  margin-left: 150px;
  grid-row-gap: 0;
}
.category .block-text-icon-cta .icon-field {
  grid-row-gap: 0;
}
.block-content ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.block-content p a,
.contact.block-teaser-flex .gridaction__box p a {
  text-decoration: none;
  transition: text-decoration 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .block-content p a:hover,
  .contact.block-teaser-flex .gridaction__box p a:hover {
	text-decoration: underline;
  }
}
.services-list li:not(:last-child) {
  margin-bottom: 1em;
}
.category .block-text-icon-cta .block-content h3 {
  margin-bottom: 0.75em;
  text-transform: uppercase;
  font-weight: 400;
}
.linked-headlines h3 a {
  text-decoration: none;
  display: block;
  transition: color 0.5s ease, transform 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .linked-headlines h3 a:hover {
	color: var(--c8) !important;
	transform: translateX(10px) !important;
  }
}
.category .block-text-icon-cta .block-content h3:not(:first-child) {
  margin-top: 1.5em;
}
.category .contact.block-text-icon-cta .icon-field > .item:first-child .textbox__content,
.category .contact.block-teaser-flex .gridaction__box  > div {
  display: flex;
  flex-flow: row wrap;
  gap: 0;
}
.category .contact.block-text-icon-cta .icon-field > .item:first-child .textbox__content h3,
.category .contact.block-text-icon-cta .icon-field > .item:first-child .textbox__content p:nth-child(1),
.category .contact.block-text-icon-cta .icon-field > .item:first-child .textbox__content p:nth-child(2),
.category .contact.block-text-icon-cta .icon-field > .item:first-child .textbox__content p:nth-child(6),
.category .contact.block-text-icon-cta .icon-field > .item:first-child .textbox__content p:nth-child(7),
.category .contact.block-teaser-flex .gridaction__box  > div p:nth-child(1) {
  width: 100%;
}
.category .contact.block-text-icon-cta .icon-field > .item:first-child .textbox__content p:nth-child(6),
.category .contact.block-text-icon-cta .icon-field > .item:first-child .textbox__content p:nth-child(7) {
  margin-top: 0;
}
.category .contact.block-text-icon-cta .icon-field > .item:first-child .textbox__content p:nth-child(7) {
  margin-bottom: 0;
}
.category .contact.block-text-icon-cta .icon-field > .item:first-child .textbox__content p:nth-child(4),
.category .contact.block-teaser-flex .gridaction__box  > div p:nth-child(3) {
  font-size: 14px;
  width: 75px;
  display: inline-block;
  text-transform: uppercase;
  margin-left: 60px;
  line-height: 2.25;
  margin-top: 24px;
}
.category .contact.block-text-icon-cta .icon-field > .item:first-child .textbox__content p:nth-child(2),
.category .contact.block-text-icon-cta .icon-field > .item:first-child .textbox__content p:nth-child(8) {
  position: relative;
  padding-left: 25px;
}
.category .contact.block-text-icon-cta .icon-field > .item:first-child .textbox__content p:nth-child(2)::before,
.category .contact.block-text-icon-cta .icon-field > .item:first-child .textbox__content p:nth-child(8)::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
}
.category .contact.block-text-icon-cta .icon-field > .item:first-child .textbox__content p:nth-child(2)::before {
  background-image: url(/wp-content/uploads/calendar.svg);
  width: 17px;
  height: 19px;
  top: 6px;
  left: 0;
}
.category .contact.block-text-icon-cta .icon-field > .item:first-child .textbox__content p:nth-child(8)::before {
  background-image: url(/wp-content/uploads/placeadd.svg);
  width: 15px;
  height: 20px;
  top: 5px;
  left: 0;
}
.category .contact.block-text-icon-cta .icon-field > .item:last-child .gform_heading {
  border-bottom: 1px solid black;
  margin-bottom: 50px;
}
.category .contact.block-text-icon-cta .icon-field > .item:last-child .gform_title {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: -17px;
  padding: 0 20px 0px 0;
  background-color: var(--c4);
  max-width: max-content;
}
@media screen and (max-width: 1320px) and (min-width: 1024px) {
  .category .contact.block-text-icon-cta .icon-field > .item:first-child .textbox__content p:nth-child(3) {
	width: 100%;
	margin-top: 24px;
  }
  .category .contact.block-text-icon-cta .icon-field > .item:first-child .textbox__content p:nth-child(4) {
	margin-left: 0;
  }
}
@media screen and (max-width: 1320px) and (min-width: 1281px) {
  .category .contact.block-teaser-flex .gridaction__box  > div p:nth-child(3) {
	margin-left: 0;
  }
  .category .contact.block-teaser-flex .gridaction__box  > div p:nth-child(2) {
	width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .category .contact.block-text-icon-cta .icon-field > .item:first-child .textbox__content {
	margin-top: -5px;
	max-width: 550px;
  }
}
@media screen and (max-width: 1280px) {
  .category .block-content,
  .category .block-text-icon-cta .block-content {
	margin-left: 110px;
  }
}
@media screen and (max-width: 1023px) {
  .category .block-content,
  .category .block-text-icon-cta .block-content {
	margin-left: 90px;
  }
  .category .block-text-icon-cta .block-content .icon-field {
	width: 100%;
  }
  .category .block-text-icon-cta .block-content .icon-field .item {
	grid-column: span 12;
  }
  .category .block-text-icon-cta .icon-field .item:nth-child(2) {
	margin-top: 2em;
  }
  .category .block-text-icon-cta .icon-field {
	grid-row-gap: 40px;
  }
  .category .linked-headlines.block-text-icon-cta .icon-field {
	grid-row-gap: 0;
  }
  .category .contact.block-text-icon-cta .icon-field > .item:last-child .gform_title {
	padding: 0 15px 0px 0;
  }
  .category .contact.block-text-icon-cta .icon-field > .item:last-child .gform_title {
	margin-bottom: -14px;
  }
}
@media screen and (max-width: 767px) {
  .category .block-content,
  .category .block-text-icon-cta .block-content {
	margin-left: 40px;
  }
  .block-content ul {
	padding: 0 0 0 16px;
  }
  .category .contact.block-text-icon-cta .icon-field > .item:first-child .textbox__content p:nth-child(4),
  .category .contact.block-teaser-flex .gridaction__box  > div p:nth-child(3) {
	font-size: 10px !important;
	width: 55px;
	line-height: 2;
	margin-top: 14px;
  }
  .category .contact.block-text-icon-cta .icon-field > .item:first-child .textbox__content p:nth-child(2),
  .category .contact.block-text-icon-cta .icon-field > .item:first-child .textbox__content p:nth-child(8) {
	padding-left: 20px;
  }
  .category .contact.block-text-icon-cta .icon-field > .item:first-child .textbox__content p:nth-child(2)::before {
	width: 14px;
	height: 16px;
	top: 1px;
  }
  .category .contact.block-text-icon-cta .icon-field > .item:first-child .textbox__content p:nth-child(8)::before {
	width: 14px;
	height: 19px;
	top: -1px;
  }
  .category .block-text-icon-cta .icon-field {
	grid-row-gap: 25px;
  }
  .category .linked-headlines.block-text-icon-cta .icon-field {
	grid-row-gap: 0;
  }
  .category .contact.block-text-icon-cta .icon-field > .item:last-child .gform_title {
	padding: 0 10px 0px 0;
  }
}
@media screen and (max-width: 460px) {
  .category .contact.block-text-icon-cta .icon-field > .item:first-child .textbox__content p:nth-child(3),
  .category .contact.block-teaser-flex .gridaction__box  > div p:nth-child(2) {
	width: 100%;
	margin-top: 1em;
  }
  .category .contact.block-text-icon-cta .icon-field > .item:first-child .textbox__content p:nth-child(4),
  .category .contact.block-teaser-flex .gridaction__box  > div p:nth-child(3) {
	margin-left: 0;
  }
}

/* about */
.about > div {
  display: grid;
  grid-template-columns: 1fr var(--belt-gap) minmax(0, var(--belt-width)) var(--belt-gap) 1fr;
}
.about .main-columns {
  grid-column-start: 3;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: var(--grid-col-gap);
}
.about .main-columns > div:nth-child(1) {
  grid-column: 1 / 5;
  grid-row: 1 / 2;
}
.about .main-columns > div:nth-child(1) .quotation {
  margin-top: 140px;
}
.about .main-columns > div:nth-child(2) {
  grid-column: 4 / 8;
  grid-row: 1 / 2;
  line-height: 0;
}
.about figure {
  margin: 0;
  padding: 0;
  max-height: 575px;
  overflow: hidden;
}
.about .main-columns > div:nth-child(2) img {
  height: auto;
  max-height: 710px;
}
.about .main-columns > div:nth-child(3) {
  grid-column: 8 / 13;
  grid-row: 1 / 2;
}
.about .main-columns > div:nth-child(3) .block-header {
  width: 100%;
  border-bottom: 1px solid var(--c1);
  margin-top: 70px;
  margin-bottom: 60px;
}
.about .main-columns > div:nth-child(3) .block-header h2 {
  text-align: left;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 10px;
  background: var(--c4);
  width: max-content;
  padding-right: 10px;
  padding-bottom: 5px;
  margin-bottom: -5px;
}
.about .main-columns > div:nth-child(3) p {
  margin-top: 0;
  margin-bottom: 1.75em;
}
.about h3 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}
.about .sub-columns {
  display: flex;
  gap: 60px;
}
.about .sub-columns > div {
  width: 50%;
}
@media screen and (min-width: 551px) and (max-width: 1023px) {
  .quotation h3,
  .quotation .signature {
	margin-left: 20px;
  }
}
@media screen and (max-width: 1600px) {
  .about .main-columns > div:nth-child(1) {
	grid-column: 1 / 4;
  }
  .about .main-columns > div:nth-child(2) {
	grid-column: 3 / 7;
  }
  .about .main-columns > div:nth-child(3) {
	grid-column: 7 / 13;
  }
  .about .sub-columns {
	gap: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .about .main-columns > div:nth-child(1) .quotation {
	margin-top: 40px;
  }
  .about .main-columns > div:nth-child(1) .signature .quotation img,
  .private .signature img {
	width: 80px!important;
  }
  .about .main-columns > div:nth-child(3) .block-header {
	margin-top: 0;
	margin-bottom: 30px;
  }
  .about .main-columns > div:nth-child(3) p {
	margin-top: 0;
	margin-bottom: 1.25em;
  }
  .about .sub-columns {
	flex-flow: column;
	gap: 0;
  }
  .about .sub-columns > div {
	width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .about .main-columns {
	padding-bottom: var(--block-space--md);
  }
  .about .main-columns > div:nth-child(1) {
	grid-column: 1 / 8;
  }
  .about .main-columns > div:nth-child(1) .quotation {
	margin-top: 140px;
  }
  .about .main-columns > div:nth-child(2) {
	grid-column: 6 / 12;
  }
  .about figure {
	max-height: 530px;
  }
  .about .main-columns > div:nth-child(3) {
	grid-column: 1 / 13;
	grid-row: 2 / 3;
  }
  .about .main-columns > div:nth-child(3) .block-header {
	margin-top: -10px;
	margin-bottom: 45px;
  }
  .about .main-columns > div:nth-child(3) .block-header h2 {
	font-size: 20px !important;
  }
  .about .sub-columns > div:nth-child(2) p:last-child {
	margin-bottom: 0;
  }
  .about .sub-columns {
	flex-flow: row;
	gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about .main-columns {
	padding-bottom: var(--block-space--sm);
  }
  .about .main-columns > div:nth-child(1) .quotation {
	margin-top: 120px;
  }
  .about .main-columns > div:nth-child(1) .quotation .signature img,
  .private .signature img {
	width: 60px !important;
  }
  .about .main-columns > div:nth-child(2) {
	grid-column: 6 / 13;
  }
  .about figure {
	max-height: 450px;
  }
  .about .main-columns > div:nth-child(3) .block-header {
	margin-top: -10px;
	margin-bottom: 25px;
	font-size: 14px !important;
  }
  .about .main-columns > div:nth-child(3) .block-header h2 {
	font-size: 14px !important;
  }
  .about .sub-columns {
	flex-flow: column;
	gap: 0;
  }
}
@media screen and (max-width: 550px) {
  .about .main-columns > div:nth-child(1) .quotation {
	margin-top: 90px;
  }
  .about figure {
	max-height: 350px;
  }
}
@media screen and (max-width: 400px) {
  .about .main-columns > div:nth-child(1) .quotation {
	margin-top: 20px;
  }
  .about figure {
	max-height: 245px;
  }
}

/* service-elements */
.content-container.el-01 .block-content > div {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
}
.service-element.el-02 .block-content {
  grid-row-gap: 0;
}
.content-container.el-02 .block-content > div {
  display: flex;
  flex-direction: column;
}
.service-element.el-02 .block-content > div:nth-child(1) {
  grid-column: span 12;
  grid-row: 1 / 2;
}
.service-element.el-02 .block-content > div:nth-child(2) {
  grid-column: span 3;
  grid-row: 2 / 3;
}
.service-element.el-02 .block-content > div:nth-child(2) .main-image {
  min-height: 500px;
  margin-top: 0.5em;
}
.service-element.el-02 .block-content > div:nth-child(2) .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: unset;
  min-height: 520px;
}
.service-element.el-02 .block-content > div:nth-child(3) {
  grid-column: span 5;
  grid-row: 2 / 3;
}
.service-element.el-02 .block-content > div:nth-child(4) {
  grid-column: span 4;
  grid-row: 2 / 3;
}
.service-element p.no-space--top {
  margin-top: 0;
}
.service-element p.no-space--bottom {
  margin-bottom: 0;
}
.service-element.block-text-icon-cta .block-header {
  margin-bottom: 0;
}
.service-element.block-text-icon-cta .block-header h3 {
  letter-spacing: 0;
}
.service-element.block-text-icon-cta .block-header h3 {
  max-width: calc(50% - 70px);
  margin-bottom: 1em;
}
.service-element.block-text-icon-cta .textbox__header {
  display: none;
}
.service-element.block-text-icon-cta a.gridaction__button {
  margin-top: 1em;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .service-element.el-01 .block-content p:nth-child(1) {
	order: 1;
  }
  .service-element.el-01 .block-content p:nth-child(2) {
	order: 3;
  }
  .service-element.el-01 .block-content p:nth-child(1) {
	order: 1;
  }
  .service-element.el-01 .block-content .wp-block-buttons {
	order: 4;
  }
  .service-element.el-01 .block-content .quotation {
	order: 2;
  }
}
@media screen and (max-width: 1740px) {

  .service-element.el-02 .block-content > div:nth-child(2) {
	grid-column: span 4;
  }
  .service-element.el-02 .block-content > div:nth-child(3) {
	grid-column: span 4;
  }
  .service-element.el-02 .block-content > div:nth-child(4) {
	grid-column: span 4;
  }
}
@media screen and (max-width: 1280px) {
  .service-element.block-text-icon-cta .block-header h3 {
	max-width: 50%;
  }
  .service-element.el-02 .block-content > div:nth-child(2) {
	grid-column: span 6;
  }
  .service-element.el-02 .block-content > div:nth-child(2) .main-image,
  .service-element.el-02 .block-content > div:nth-child(2) .main-image img {
	min-height: unset;
	height: 100%;
  }
  .service-element.el-02 .block-content > div:nth-child(3) {
	grid-column: span 6;
  }
  .service-element.el-02 .block-content > div:nth-child(4) {
	grid-column: span 12;
	grid-row: 3 / 4;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-column-gap: var(--grid-col-gap);
	margin-top: 40px;
  }
  .service-element.el-02 .img-spacer {
	display: none;
  }
  .service-element.el-02 .services-list {
	grid-column: 7 / 13;
  }
}
@media screen and (max-width: 1023px) {
  .service-element.block-text-icon-cta .icon-field .item {
	grid-column: span 12;
  }
  .service-element.block-text-icon-cta .block-header h3 {
	max-width: 100%;
  }
  .service-element.el-02 .block-content > div:nth-child(2) {
	grid-column: span 12;
	grid-row: 3 / 4;
	margin-top: 40px;
  }
  .service-element.el-02 .block-content > div:nth-child(3) {
	grid-column: span 12;
  }
  .service-element.el-02 .block-content > div:nth-child(4) {
	grid-column: span 12;
	grid-row: 4 / 5;
  }
  .service-element.el-02 .services-list {
	grid-column: 6 / 13;
  }
}
@media screen and (max-width: 767px) {
  .service-element.el-02 .block-content > div:nth-child(4) {
	grid-row-gap: 20px;
  }
  .service-element.el-02 .services-list {
	grid-column: 1 / 13;
	grid-row: 1 / 2;
  }
}

/* quotation */
.quotation {
  position: relative;
}
.quotation h3 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  z-index: 2;
  position: relative;
}
.quotation figure {
  position: absolute;
  z-index: 1;
}
.about .quotation figure:not(.signature) {
  top: -50px;
  left: -110px;
}
.service-element.el-01 .quotation {
  max-width: 370px;
  align-self: flex-end;
  margin-top: 90px;
}
.service-element.el-02 .quotation {
  max-width: 300px;
  align-self: flex-end;
}
.service-element.el-01 .quotation figure,
.service-element.el-02 .quotation figure {
  top: -60px;
  left: -140px;
}
@media screen and (max-width: 1740px) {
  .about .quotation figure:not(.signature),
  .service-element.el-01 .quotation figure,
  .service-element.el-02 .quotation figure {
	left: -20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .service-element.el-01 .quotation {
	max-width: 370px;
	align-self: flex-start;
	margin-top: 3em;
	margin-bottom: 2em;
	margin-left: 20px;
  }
  .service-element.el-01 .quotation figure,
  .service-element.el-02 .quotation figure {
	width: 150px;
	top: -30px;
  }
  .service-element.el-02 .quotation {
	grid-column: 1 / 7;
	max-width: 300px;
	align-self: flex-start;
	justify-self: center;
	margin-top: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .about .quotation figure:not(.signature) {
	width: 150px;
	top: -40px;
  }
}
@media screen and (max-width: 1023px) {
  .service-element.el-01 .quotation {
	max-width: 340px;
	margin-bottom: 30px;
	margin-top: 50px;
  }
  .service-element.el-01 .quotation figure {
	width: 150px;
	top: -30px;
  }
  .service-element.el-02 .quotation {
	grid-column: 1 / 6;
	align-self: flex-start;
	margin-top: 40px;
  }
  .service-element.el-02 .quotation figure {
	width: 150px;
	top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .about .quotation figure:not(.signature),
  .service-element.el-01 .quotation figure,
  .service-element.el-02 .quotation figure {
	width: 85px;
	left: 0;
  }
  .about .quotation figure:not(.signature) {
	top: -30px;
  }
  .service-element.el-01 .quotation,
  .service-element.el-02 .quotation {
	max-width: 260px;
	margin-bottom: 10px;
  }
  .service-element.el-02 .quotation {
	grid-column: 1 / 12;
  }
}
@media screen and (max-width: 400px) {
  .service-element.el-01 .quotation {
	align-self: flex-start;
  }
}

/* .block-patients-reviews */
.patients-reviews.block-bild-slider > div {
  grid-row-gap: 0;
}
.patients-reviews.block-bild-slider .block-header {
  width: calc(100% - 140px);
  border-bottom: 1px solid var(--c1);
  margin-bottom: 1em;
}
.patients-reviews.block-bild-slider .block-header h2 {
  text-align: left;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 10px;
  background: var(--c5);
  width: max-content;
  padding-right: 10px;
  padding-bottom: 5px;
  margin-bottom: -5px;
}
.patients-reviews.block-bild-slider .slide-wrap .swiper-slide .text-wrapper {
  text-align: left;
}
.patients-reviews.block-bild-slider .slide-wrap .additional-info {
  padding: 0;
}
.patients-reviews.block-bild-slider .imgswiper .swiper-wrapper .swiper-slide .img-wrap {
  width: 100%;
  height: 0;
  display: none;
}
.patients-reviews.block-bild-slider .image-subtitle {
  font-weight: 400;
  text-transform: uppercase;
}
.patients-reviews.block-bild-slider .jameda {
  grid-column: span 12;
  margin-top: -150px;
  position: relative;
}
.patients-reviews.block-bild-slider .jameda img {
  position: absolute;
  max-height: 185px;
  right: 0;
}
.block-bild-slider .swiper-button-next, .block-bild-slider .swiper-button-prev {
  border-radius: 0;
  top: 50%;
}
.block-bild-slider .slide-wrap.content-width .swiper-button-prev {
  left: -115px;
  z-index: 200;
  background-color: rgba(255, 255, 255, 1);
}
.block-bild-slider .slide-wrap.content-width .swiper-button-next {
  right: -115px;
  z-index: 200;
}
.block-bild-slider .slide-wrap .swiper-pagination-bullets {
  bottom: -40px;
}
@media screen and (max-width: 1820px) {
  .block-bild-slider .slide-wrap.content-width .swiper-button-prev {
	left: -70px;
  }
  .block-bild-slider .slide-wrap.content-width .swiper-button-next {
	right: -70px;
  }
}
@media screen and (max-width: 1280px) {
  .patients-reviews.block-bild-slider .block-header {
	width: calc(100% - 100px);
  }
  .patients-reviews.block-bild-slider .jameda {
	margin-top: -100px;
  }
  .patients-reviews.block-bild-slider .jameda img {
	max-height: 140px;
  }
}
@media screen and (max-width: 1023px) {
  .patients-reviews.block-bild-slider .block-header h2 {
	margin-bottom: -7px;
	font-size: 20px !important;
  }
  .patients-reviews.block-bild-slider .jameda {
	margin-top: -70px;
  }
  .patients-reviews.block-bild-slider .jameda img {
	max-height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .patients-reviews.block-bild-slider .block-header {
	width: calc(100% - 70px);
  }
  .patients-reviews.block-bild-slider .block-header h2 {
	font-size: 14px!important;
  }
  .patients-reviews.block-bild-slider .jameda {
	margin-top: -50px;
  }
  .patients-reviews.block-bild-slider .jameda img {
	max-height: 100px;
  }
  .block-bild-slider .slide-wrap .swiper-button-next.custom-arrow, .block-bild-slider .slide-wrap .swiper-button-prev.custom-arrow {
	height: 10px;
	width: 10px;
	padding: 10px 5px;
  }
  .block-bild-slider .slide-wrap.content-width .swiper-button-prev {
	left: -30px;
  }
  .block-bild-slider .slide-wrap.content-width .swiper-button-next {
	right: -30px;
  }
}


/* wp-elements */
.content-container {
  display: grid;
  grid-template-columns: 1fr var(--belt-gap) minmax(0, var(--belt-width)) var(--belt-gap) 1fr;
}
.content-container > div {
  grid-column-start: 3;
}
.content-container .block-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: var(--grid-col-gap);
  grid-row-gap: var(--grid-row-gap);
}
.content-container .block-content figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.content-container .block-content h3 {
  font-weight: 400;
  text-transform: uppercase;
}
.content-container .private {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}
.content-container .private > div {
  width: 50%;
}
.content-container .private .img figure {
  height: 100%;
  line-height: 0;
}
.content-container .private .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.content-container .private .text img {
  height: auto;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .content-container .private {
	flex-flow: column;
  }
  .content-container .private > div {
	width: 100%;
  }
}
@media (max-width: 1023px) {
  .content-container.el-01 .block-content > div,
  .content-container.el-02 .block-content > div {
	grid-column: span 12;
  }
  .content-container .private {
	margin-top: 1em;
  }
}
@media (max-width: 500px) {
  .content-container .private {
	flex-direction: column;
  }
  .content-container .private > div {
	width: 100%;
  }
}

/* masonry image gallery */
/*
.masonry-container > div {
box-sizing: border-box;
max-width: 1600px;
}
.masonry {
column-count: 4;
column-gap: 0.5rem !important;
margin: 0;
padding: 0;
}
.masonry figure {
margin: 0 0 0.5rem 0;
padding: 0;
width: 100%;
break-inside: avoid;
}
.masonry img {
width: 100%;
height: auto;
min-height: 13rem;
object-fit: cover;
display: block;
}
.masonry > figure a {
line-height: 0;
display: block;
}
@media (max-width: 1280px) {
.masonry {
column-count: 3;
}
}
@media (max-width: 1023px) {
.masonry {
column-count: 3;
}
}
@media (max-width: 767px) {
.masonry {
column-count: 2;
}
}
@media (max-width: 550px) {
.masonry {
column-gap: 0.5rem;
}
.masonry figure {
margin-bottom: 0.5rem;
min-height: 10rem;
}
}
@media (max-width: 400px) {
.masonry {
column-count: 1;
}
}
*/

/* custom styles block-tab-gallery */
.block-tab-galerie .toggle-trigger {
  display: none;
}
.block-tab-galerie .block-header {
  width: 100%;
  border-bottom: 1px solid var(--c1);
  margin-bottom: 1em;
}
.block-tab-galerie .block-header h2 {
  text-align: left;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 10px;
  background: var(--c4);
  width: max-content;
  padding-right: 10px;
  padding-bottom: 5px;
  margin-bottom: -5px;
}
.block-tab-galerie .galerie-wrapper {
  grid-row-gap: 0;
}
.block-tab-galerie .block-header h2 {
  max-width: 1080px;
}
.block-tab-galerie .tab-bar {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.block-tab-galerie .tab-bar > .item {
  margin: 0 20px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .block-tab-galerie .tab-bar > .item:hover { 
	font-weight:600; 
  }
  .block-tab-galerie .tab-bar > .item::after { 
	display:block; 
	margin: 0 20px;
	content:attr(name); 
	font-weight:600; 
	visibility: hidden; 
	overflow: hidden; 
	height: 0px; 
  } 
}
.block-tab-galerie .tab-bar > .active-tab { 
  font-weight:600; 
}
.block-tab-galerie .box-hidden {
  display: none;
}
.block-tab-galerie  .box-transition.box-hidden {
  display: block;
  opacity: 0;
}
.block-tab-galerie  .box-transition {
  transition: opacity 1s ease;
}
.block-tab-galerie .masonryholder {
  column-count: 4;
  column-gap: 10px;
  margin: 20px auto 0 auto;
}
.block-tab-galerie .masonryblocks {
  display: inline-block;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.block-tab-galerie .toggle-box {
  display: none;
}
/*
@media screen and (min-width: 993px) {
.block-tab-galerie .toggle-trigger {
display: none;
}
.block-tab-galerie .toggle-box {
display: block;
}
}
*/
@media screen and (max-width: 992px) {
  .block-tab-galerie .toggle-trigger {
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	background: var(--c4);
	font-size: 18px;
	padding: 12px 10px 20px 10px;
	font-weight: 600;
	letter-spacing: 2px;
	position: relative;
	margin-bottom: 10px;
	color: var(--text);
  }
  .block-tab-galerie .toggle-trigger:after {
	content: url(https://www.eventtenne.de/wp-content/uploads/arrow-down-form.svg);
	background-color: var(--c4);
	width: 18px;
	height: 18px;
	padding: 7px 10px 11px 10px;
	border-radius: 50%;
	position: absolute;
	bottom: -12px;
	left: calc(50% - 20px);
	transition: all 0.5s ease;
  }
  .block-tab-galerie .rotate-arrow.toggle-trigger:after {
	transform: rotate(180deg)!important;
  }
  .block-tab-galerie .tab-bar {
	flex-flow: column;
	align-items: center;
  }
  .block-tab-galerie .tab-bar > .item {
	border-bottom: 1px solid var(--c2);
	width: 100%;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
  }
  .block-tab-galerie .tab-bar > .item:last-child {
	margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .block-tab-galerie .masonryholder {
	column-count: 1;
  }
}
@media screen and (min-width: 501px) {
  .block-tab-galerie .masonryholder {
	column-count: 2;
  }
}
@media screen and (min-width: 1024px) {
  .block-tab-galerie .masonryholder {
	column-count: 3;
  }
}
@media screen and (min-width: 1280px) {
  .block-tab-galerie .masonryholder {
	column-count: 4;
  }
}

/* advance website */
.page-id-2 header,
.page-id-2 footer,
.page-id-2 .breadcrumb {
  display: none;
}
body.page-id-2 {
  background: linear-gradient(90deg,rgba(197, 193, 189, 1) 0%, rgba(220, 219, 217, 1) 100%);
  width: 100vw;
  height: 100vh;
  max-width: var(--layout-max-width);
  overflow: hidden;
  font-weight: 300;
  margin: 0 auto;
}
body.page-id-2::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border: 1px solid #000;
  pointer-events: none; 
}
.page-id-2 article p {
  margin: 0.5em 0;
  color: #000;
}
.page-id-2 article p a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease-in;
}
.page-id-2 .trenner {
  background: #000;
  margin: 1em 0;
  max-width: 300px;
}
@media (hover: hover) and (pointer: fine) {
  .page-id-2 article p a:hover {
	color: slategray;
  }
}
.page-id-2 .wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.page-id-2 .logo-container {
  max-width: 1340px;
  padding: 0 70px;
  margin: 0 auto;
  box-sizing: border-box;
}
.page-id-2 .logo-container > div {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
}
.page-id-2 .logo {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 6vh;
}
.page-id-2 .logo img {
  max-width: 100%;
}
.page-id-2 .content-container {
  width: 100vw;
  height: 100vh;
  align-items: flex-end!important;
  display: flex;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 70px;
  gap: 2em;
  box-sizing: border-box;
}
.page-id-2 .content-container > div:nth-child(1) {
  z-index: 2;
  flex-basis: 0;
  flex-grow: 1;
}
.page-id-2 .content-container > div:nth-child(2) {
  display: flex;
  justify-content: flex-end;
  z-index: 1;
  flex-basis: 0;
  flex-grow: 1;
}
.page-id-2 .marc {
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
.page-id-2 .text-container {
  padding: 0;
  display: flex;
  align-items: flex-end!important;
  gap: 2em;
}
.page-id-2 .twelve-description {
  line-height: 1.1em;
}
.page-id-2 .contact {
  display: flex;
  gap: 20px;
}
.page-id-2 .contact span {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 1em;
  min-width: 70px;
  display: inline-block;
}
.page-id-2 .contact div {
  min-width: max-content;
}
.page-id-2 .date {
  margin: 0;
  padding: 0;
  max-width: 300px;
}
@media screen and (max-width: 1023px) {
  .page-id-2 .text-container {
	flex-direction: column;
	align-items: flex-start!important;
  }
  .page-id-2 .text-container {
	gap: 0;
  }
  .page-id-2 .contact span {
	font-size: 13px;
  }
  .page-id-2 .contact span {
	font-size: 12px;
	min-width: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.page-id-2::before {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
  }
  .page-id-2 .content-container {
	gap: 0;
	padding: 0 30px;
  }
  .page-id-2 .content-container > div:nth-child(1) {
	padding-bottom: 16vh;
	max-width: 220px;
  }
  .page-id-2 .content-container > div:nth-child(2) {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 0;
  }
  .page-id-2 .logo-container {
	padding: 0 30px;
  }
  .page-id-2 .marc img {
	max-width: 330px;
  }
  .page-id-2 .date {
	max-width: 200px;
  }
  .page-id-2 .trenner {
	max-width: 200px;
	margin: 1em 0;
  }
  .page-id-2 .contact {
	gap: 10px;
  }
}
@media screen and (max-width: 499px) {
  .page-id-2 .marc {
	overflow: hidden;
  }
  .page-id-2 .marc img {
	max-width: 270px;
	transform: translateX(15px);
  }
}
@media screen and (min-width: 500px) {
  .page-id-2 .logo img {
	max-width: 85%;
  }
}

@media screen and (min-width: 768px) {
  .page-id-2 .logo {
	top: 10vh;
  }
  .page-id-2 .logo img {
	max-width: 78%;
  }
  .page-id-2 .marc img {
	margin-left: 0;
	margin-bottom: -65px;
  }
  .page-id-2 .twelve-description {
	max-width: 300px;
  }
  .page-id-2 .content-container > div:nth-child(1) {
	padding-bottom: 9vh;
  }
  .page-id-2 article p {
	font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .page-id-2 article p {
	font-size: 20px;
  }
  .page-id-2 .logo img {
	max-width: 80%;
  }
  .page-id-2 .content-container > div:nth-child(1) {
	padding-bottom: 6vh;
  }
  .page-id-2 .content-container > div:nth-child(2) {
	max-width: 450px;
  }
  .page-id-2 .twelve-description {
	max-width: 350px;
  }
}
@media screen and (min-width: 1281px) {
  .page-id-2 .logo {
	top: 14vh;
  }
  .page-id-2 article p {
	font-size: 22px;
  }
  .page-id-2 .content-container > div:nth-child(1) {
	padding-bottom: 9vh;
  }
}
@media screen and (min-width: 1701px) {
  .page-id-2 .logo {
	left: -110px;
  }
  .page-id-2 .logo img {
	max-width: 87%;
  }
  .page-id-2 .content-container > div:nth-child(2) {
	max-width: 500px;
	margin: 0;
  }
  .page-id-2 .marc img {
	margin-left: -45px;
	margin-bottom: -50px;
	max-height: 960px;
  }
}

/* rechtliches */
.rechtliches > div {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--belt-gap);
  box-sizing: border-box;
}
.rechtliches h1  {
  text-transform: uppercase;
}