/*
 Theme Name:   Neumuehle Theme
 Description:  Neumuehle WordPress Theme
 Author:	   Stappen & Kryska
 Author URI:   https://stappenundkryska.de
 Version:      1.0.0
 Text Domain:  neumuehle

*/
/**	____________________________________________________________
 *
 *	INHALTE
 *
 *
 *	01 — BASICS
 *	02 — TYPO
 *	02 — TYPO
 *	03 — GRID
 *	04 — HEADER & FOOTER
 *	05 — MENÜS
 *	06 — BLÖCKE & UX ELEMENTE
 *	07 — SEITEN & SECTIONS
 *	08 — RESPONSIVE
 *
 *	____________________________________________________________
*/
/**
 *	01 — BASICS
 *	Basissettings
 *	____________________________________________________________
*/
*, :before, :after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  position: relative;
  margin: 0;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  background-color: var(--cd-blue-01);
}
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a, a:active, a:hover {
  outline: 0;
  outline-width: 0;
}
:focus {
  outline: none;
}
svg {
  transform: translate(0, 0);
  line-height: 1em;
}
img {
  display: block;
  border: 0 none;
  height: auto;
  max-width: 100%;
  width: 100%;
}
/* Safari Fix */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media, _:future, :root, img {
    align-self: center;
  }
}
::-moz-selection {
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
}
::selection {
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
}
/**
 *	02 — TYPO, COLORS & ICONS
 *	Schrift- und Farbsettings
 *	____________________________________________________________
*/
@font-face {
  font-family: 'Magnat Head';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/Magnat-HeadLight.woff') format('woff'), url('fonts/Magnat-HeadLight.woff2') format('woff2');
}
@font-face {
  font-family: 'Magnat Poster';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/MagnatPoster-Light.otf') format('opentype');
}
@font-face {
  font-family: 'Magnat Text';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/NeueMagnatText-Light.woff') format('woff'), url('fonts/NeueMagnatText-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Magnat Text';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/NeueMagnatText-SemiBold.woff') format('woff'), url('fonts/NeueMagnatText-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/ProximaNova-Regular.woff') format('woff'), url('fonts/ProximaNova-Regular.woff2') format('woff2');
}
body {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.28em;
  color: #000000;
}
/* Headings */
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-family: 'Magnat Poster', sans-serif;
  margin: 1em 0em;
  font-weight: 300;
  line-height: 1.25em;
}
h2 {
  word-spacing: 0.15em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child {
  margin-bottom: 0;
}
h1, .h1 {
  font-size: 3em;
}
h2, .h2 {
  font-size: 3.5em;
  text-transform: uppercase;
  line-height: 1.0em;
}
h3, .h3 {
  font-family: 'Magnat Text', sans-serif;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 1px;
}
h3 + h2 {
  margin-top: 0px;
}
h4, .h4 {
  font-size: 1em;
}
p + h2 {
  margin-top: 1.75em;
}
h2.seitentitel {
  margin-top: 80px;
}
/* Texts */
p {
  margin: 0 0 1.28em;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 300;
}
p:last-child, ul:last-child, li:last-child, ol:last-child {
  margin-bottom: 0;
}
b, strong {
  font-weight: 600;
}
ul, ol {
  margin: 0 0 1.28em;
  padding: 0;
  break-inside: avoid;
}
li:not(.menu-item) {
	position: relative;
	margin-bottom: 10px;
	padding-left: 10px;
	margin-left: 20px;
}
hr {
  height: 0px;
  border-bottom: 1px solid rgb(0, 0, 0);
  border-top: none;
  width: 100%;
}
i {
  font-style: italic;
}
/* FARBEN */
.bg-gruen {
  background-color: #EBEDE9;
}
.bg-rosa {
  background-color: #FEF7F6;
}
.bg-blau {
  background-color: #EDF1F4;
}
.bg-dunkelgruen {
  background-color: #7E906E;
}
/*.bg-blau {
  background-color: #D5DFE5;
}*/
.bg-dunkelblau {
  background-color: #7B94A2;
}
.bg-orange {
  background-color: #ED6C55;
}
/* BUTTONS */
/* Browser Fixes */
a, .button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  outline: none;
}
button {
  border: none;
  font-size: inherit;
  font-weight: 400;
  cursor: pointer;
}
button::-moz-focus-inner {
  border: 0;
  outline: none;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: 240px;
  padding: 10px 40px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.033em;
}
/* Wordpress Editor Fix */
.wp-caption {
  width: 100% !important;
}
/**
 *	03 — GRID
 *	Flexbox, Abstände
 *	____________________________________________________________
*/
main {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
}
.main-header, .main-content, .main-footer {}
.main-content {
  position: relative;
  padding-top: 90px;
  min-height: 100vh;
}
.block {
  position: relative;
  /*  padding: 60px 0px;*/
}
/*.the-content .block:first-child {
	padding-top: 120px;
}*/
.the-content .block:last-child {
  padding-bottom: 120px;
}
.npt {
  padding-top: 0px;
}
.npb {
  padding-bottom: 0px;
}
.grid-wrapper {
  padding: 0px 35px 0px 195px;
}
.position-relative {
  position: relative;
}
.position-sticky {
  position: sticky;
  top: 0px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-50 {
  margin-top: 50px;
}.mt-60 {
  margin-top: 60px;
}.mb-60 {
  margin-bottom: 60px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mt-80 {
  margin-top: 80px;
}.mt-100 {
  margin-top: 100px;
}
/* Flex */
@media screen and (min-width: 959px) {
  .row {
    display: flex;
    flex-direction: row;
  }
  .col {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
}
.row.wrap {
  flex-wrap: wrap;
}
.boxed {
  display: flex;
  align-items: center;
  justify-content: center;
}
.row-reverse {
  flex-direction: row-reverse;
}
.row.zwei-spalten {
  justify-content: space-between;
}
.zwei-spalten .col {
  max-width: 300px fit-content;
  flex: 0 1 calc(50% - 30px);
}
/* Wrapper */
.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0px 40px;
}
.inner-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0px 120px;
}
.wrapper-full {
  padding: 0px;
}
.wrapper-1200 {
  max-width: 1280px;
}.wrapper-1320 {
  max-width: 1380px;
}.wrapper-1320 {
  max-width: 1380px;
}
.wrapper-1400 {
  max-width: 1480px;
}
.wrapper-1620 {
  max-width: 1680px;
}
.wrapper-1840 {
  max-width: 1900px;
}
.wrapper-1920 {
  max-width: 1980px;
}
.inner-wrapper.wrapper-1620 {
  max-width: 1840px;
}
.wrapper-box {
  display: flex;
  flex-wrap: wrap;
}
.wrapper-left {
  margin-left: 0;
}
.wrapper-right {
  margin-right: 0;
}
.wrapper.sp-left {
  padding-left: 160px;
}
.wrapper.sp-right {
  padding-right: 160px;
}
.margin-auto {
  margin: auto;
}
/* Cols */
/*.content-cols {
  display: flex;
  width: calc(100% + 40px);
  margin: -20px;
}*/
.content-cols {
	display: flex;
	width: calc(100% + 30px);
	margin: -15px;
}
.content-col {
  padding: 0px 15px;
}
.col-1-2 {
  flex: 0 0 50%;
}
.col-1-3 {
  flex: 0 0 33.33%;
}
.col-2-3 {
  flex: 0 0 66.66%;
}
.css-col {
  column-count: 2;
  column-gap: 40px;
}
/**
 *	04 — HEADER & FOOTER
 *	Header, Footer, Beitragsbilder etc.
 *	____________________________________________________________
*/
/* HEADER: Unterseite */
/* FOOTER */
.footer-bg-gruen {
	background: #BEC4B7;
}
.footer-bg-dunkelgruen {
	background: #87A080;
}
.footer-bg-rot {
	background: #ED8F7D;
}
.footer-bg-blau {
	background: #ABBFCB;
}
#kontakt {
  position: relative;
  z-index: 2;
  padding: 120px 40px;
  color: #ffffff;
}
.col-adresse {
  max-width: 400px;
  margin-right: 40px;
}
/*.col-kontakt {
	max-width: 800px;
	margin-right: auto;
}*/
.col-logo {
  max-width: 430px;
}
#kontakt h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
#kontakt a {
  text-decoration: none;
}
/**
 *	05 — MENÜS
 *	Layer, Popups und weitere UX Elemente
 *	____________________________________________________________
*/
.home-link {
  height: 68px;
  width: 68px;
}
#logo {
  max-width: 68px;
}
.nav-bar {
  height: 100px;
  background: #ffffff;
  top: 0px;
  width: 100%;
  z-index: 5;
  box-shadow: -3px 0px 16px 0px rgba(0, 0, 0, 0.16);
  transform: translateY(0%);
  /* transition: transform 0.2s ease-in-out; */
  transition: all 0.2s ease-in-out;
  position: sticky;
}
.nav-bar.kleiner {
  padding: 20px 0px;
  height: 100px;
}
.nav-bar.kleiner #logo-hoeflich {
  width: auto;
  height: 60px;
}
.nav-bar.nav-up {
  /*transform: translateY(-100%);*/
  height: 100px;
}
#hauptmenue {
  list-style: none;
}
#hauptmenue li {
  margin-bottom: 50px;
  position: relative;
}
#hauptmenue li.mb-100 {
  margin-bottom: 100px;
}
#hauptmenue li.mt-100 {
  margin-top: 100px;
}
#hauptmenue a {
  font-family: 'Magnat Head', sans-serif;
  text-decoration: none;
  font-size: 35px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}
#hauptmenue a .link-name {
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
  width: auto;
  display: inline-block;
}
#hauptmenue a .link-beschreibung-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
}
#hauptmenue a .link-beschreibung {
  transition: opacity 0.2s ease-in-out;
  opacity: 0.0;
  width: auto;
  display: inline-block;
  margin: auto;
}
/*#hauptmenue a:hover .link-beschreibung {
	opacity: 1.0;
}
#hauptmenue a:hover .link-name {
	opacity: 0.0;
}
#hauptmenue .link-beschreibung::after {
	content: '';
	display: block;
	position: absolute;
	background: #ffffff;
	height: 14px;
	width: 0px;
	bottom: -25px;
	transition: width 0.3s ease-in-out;

}
#hauptmenue a:hover .link-beschreibung::after {
	width: 70px;
}*/
#hauptmenue .link-name::after {
  content: '';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 14px;
  width: 0px;
  bottom: -28px;
  transition: width 0.3s ease-in-out;
}
#hauptmenue a:hover .link-name::after {
  width: 70px;
}
.nav-bar .wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  align-items: center;
}
.menu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  cursor: pointer;
  opacity: 1;
  transform: translateY(0%);
  transition: transform 0s 0s, opacity 0.3s;
  height: 40px;
  z-index: 10;
  top: 50%;
  max-width: 40px;
}
#line1, #line2, #line3 {
  fill: none;
  stroke: black;
  stroke-width: 2;
}
#overlay {
  opacity: 0;
}
.contact-cta {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  display: none;
}
/* MENU OVERLAY */
#menu-layer {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 760px;
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: #BEC4B7;
  text-transform: uppercase;
  transition: transform 0.6s;
  transform: translateX(100%);
}
#menu-layer::before {
  content: '';
  background: url("img/muster.svg");
  height: 100%;
  /* background-color: pink; */
  width: 33%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-position: center right;
}
#menu-layer.aktiv {
  transform: translateX(0);
}
#menu-layer > .row {
  display: flex;
  justify-content: center;
  width: 100%;
}
#menu-logo {
  width: 100%;
  height: 100%;
  max-height: 58px;
  max-width: 269px;
}
#close-button {
  height: 100%;
  width: 100%;
  max-width: 56px;
  cursor: pointer;
  position: absolute;
  left: 115px;
  top: 40px;
  max-height: 56px;
}
#close-button:hover path {
  stroke: #64644b;
}
.rechtliches {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  position: absolute;
  bottom: 100px;
  right: 40px;
}
.rechtliches a {
  text-decoration: none;
  color: #ffffff;
}
.rechtliches a:first-of-type {
  margin-bottom: 10px;
}
/**
 *	06 — BLÖCKE & UX ELEMENTE
 *	WordPress Block Elemente & UX Elemente
 *	____________________________________________________________
*/
/* ALLGEMEIN */
.verlinkung {
  /* text-transform: uppercase; */
  text-decoration: none;
  display: inline-block;
}
.verlinkung::after {
  content: '';
  display: block;
  height: 10px;
  width: 72px;
  background: rgba(0, 0, 0, 0.7);
  margin-top: 6px;
  transition: width 0.3s ease-in-out;
}
.verlinkung:hover:after {
  width: 120px;
}
.bg.bg-gruen {
  padding: 120px 0px;
}
/* TB 1 */
/*.tb1 {
  padding: 0px 30px;
}*/
.tb1 .row-grid {
  display: flex;
  justify-content: space-between;
}
.tb1 .row-01 .col {
  justify-content: flex-end;
}
.tb1 h2 {
  margin-bottom: 30px;
  margin-right: 60px;
}
.tb1 p {
  margin-bottom: 30px;
}
.tb1 .col.col-grid-01 {
  flex-basis: 1370px;
  position: relative;
}
.tb1 .col-grid-02 {
  margin-left: 30px;
  max-width: 440px;
  justify-content: flex-end;
  flex-basis: 440px;
}
.tb1 .tb-kleines-bild-1 {
  max-width: 440px;
  margin-bottom: 270px;
  margin-bottom: 61%;
}
.tb1 .row-03 {
  justify-content: flex-end;
  margin-top: 30px;
}
.row-03 .col-02 {
  padding-left: 30px;
}
.row-03 .col-01, .row-03 .col-02 {
  flex: 0 1 auto;
}
.tb1 .tb-kleines-bild-2, .tb1 .tb-kleines-bild-3 {
  max-height: 300px;
  height: auto;
  object-fit: contain;
  width: auto;
}
.tb1 .pflanze {
  position: absolute;
  /*	max-width: 210px;
	bottom: 40px;
	right: -125px;*/
  right: -9%;
  bottom: 3%;
  max-width: 15.4%;
}
.tb1 .row-01 .col-02 .verlinkung {
  margin-bottom: 30px;
}
/* TB2 */
.tb2 .col-grid-01 {
  max-width: 555px;
  margin-right: 30px;
  flex: 1 1 555px;
}
.tb2 .col.col-grid-02 {
  flex: 1 1 995px;
}
.tb2 h2 {
  hyphens: auto;
}
.col-grid-02 .row-01 {
  position: relative;
}
.tb2 .pflanze {
  position: absolute;
  max-height: 544px;
  bottom: 0px;
  transform: translateY(60px) translateX(-40px);
}
.col-grid-02 .row-02 {
  margin-top: 30px;
}
.col-grid-02 .row-02 .col-01, .col-grid-02 .row-02 .col-02 {
  flex: 0 1 auto;
}
.tb2 .tb-kleines-bild-2, .tb2 .tb-kleines-bild-3 {
  max-height: 248px;
  height: auto;
  object-fit: contain;
  width: auto;
}
.col-grid-02 .row-02 .col-01 {
  padding-right: 30px;
}
.tb2 h2, .tb3 h2 {
  margin-bottom: 40px;
}
.tb2 .col-grid-01 .row-01 {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.tb2 .bg, .tb3 .bg {
  padding-top: 120px;
  padding-bottom: 120px;
}
.tb2 .bg.bg-weiss {
  padding-bottom: 0px;
}
/* TB3 */
.tb3 .col-01 {
  position: relative;
  /* flex-basis: 60%; */
  flex: 0 1 900px;
}
.tb3 .tb-kleines-bild-1 {
  margin-top: 30px;
  width: auto;
  margin-left: auto;
  max-width: 555px;
}
.tb3 .col-02 {
  align-items: center;
  justify-content: center;
  max-width: 670px;
  padding-left: 30px;
  flex: 0 1 670px;
}
.tb3 .col-02 p {
  max-width: 555px;
}
.kleines-bild-1-wrapper {
  position: relative;
  margin-left: auto;
}
.tb3 .pflanze {
  position: absolute;
  max-height: 384px;
  top: 0px;
  transform: translateY(-58%);
  left: -89%;
  right: 0px;
  margin: auto;
  max-height: 120%;
}
/* TB4 */
.tb4 .row-02 .col-01 {
	max-width: 680px;
	margin-right: 30px;
}
.tb4 .tb-kleines-bild-1 {
	max-width: 555px;
}.tb4 h2 {
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
}
.tb4 .row-02 {
	margin-top: 30px;
}
.tb4 .col.col-01 {
	position: relative;
}
.tb4 h2 {
	position: relative;
	z-index: 2;
}
.tb4 .pflanze {
	position: absolute;
	/* top: -4%; */
	z-index: 0;
	left: -80px;
	right: 0px;
	max-width: 47%;
	top: -60px;
}
/* PARALLAX */
.parallax {
  height: 620px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.block-parallax {
  padding-top: 0px;
  padding-bottom: 120px;
}
.block-parallax .row {
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.block-parallax .pflanze {
  max-height: 468px;
  position: absolute;
  transform: translateY(-180px) translateX(-90px);
  z-index: 0;
}
.block-parallax .col-01 h2 {
  margin-right: 90px;
}
.block-parallax .inner-wrapper.wrapper-1620 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 10px;
  color: #ffffff;
  font-family: 'Magnat Head', sans-serif;
}
.block-parallax .inner-wrapper.wrapper-1620 p {
font-size: 17px;	
}
/* QUARTIER */
.block-quartier .col-01 {
  max-width: 360px;
  position: relative;
  z-index: 1;
}
.block-quartier .col-02 {
  position: relative;
  display: flex;
}
.repeater-trigger {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.trigger {
  margin-bottom: 40px;
}
.trigger a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}
.trigger a span {
  position: relative;
  bottom: -3px;
  opacity: 0;
  margin-left: 15px;
  font-size: 1.5em;
  transition: opacity 0.3s;
}
.trigger a:hover span {
  opacity: 1;
}
.trigger a:after {
  content: '';
  height: 10px;
  width: 30px;
  display: block;
  margin-top: 6px;
  background: #D5DFE5;
  transition: width 0.3s;
}
.trigger[data-id="1"] a:after {
  background: #7E906E;
}
.trigger[data-id="2"] a:after {
  background: #ED6C55;
}
.trigger[data-id="3"] a:after {
  background: #7B94A2;
}
.trigger[data-id="4"] a:after {
  background: #D5DFE5;
}
.trigger a:hover::after, .trigger.aktiv a::after {
  width: 152px;
}
.repeater-overlays {
  position: absolute;
  height: 100%;
  width: 100%;
}
.quartier-overlay {
  display: none;
}
/*.quartier-overlay:nth-child(1) {
  display: block;
}*/
.quartier-overlay.aktiv {
	display: block;
}
/* LAGE */
.trigger-standort, .trigger-lage {
  cursor: pointer;
}
.tab-inhalt {
  display: none;
}
.tab-inhalt.aktiv {
  display: block;
}
.block-lage .col-01 {
  max-width: 670px;
  width: 100%;
  flex: 1 1 670px;
  margin-right: 30px;
}
.block-lage .col-02 {
  flex: 1 1 891px;
}
/*.block-lage .col-02 img {
	mix-blend-mode: multiply;
}
.block-lage .tab-inhalt-standort .col-02 img {
	mix-blend-mode: multiply;
}*/
.row.tabs {
  height: 70px;
}
/*.tab-inhalt .col-02 {
	margin-left: 30px;
}*/
.trigger-standort, .trigger-lage {
  cursor: pointer;
  text-transform: uppercase;
}
.lage-trigger:first-child {
  min-width: 80px;
  margin-right: 150px;
}
.lage-trigger:after {
  content: '';
  width: 0px;
  margin-top: 6px;
  height: 10px;
  background: #C8CE5D;
  display: block;
  transition: width 0.3s ease-in-out;
}
.lage-trigger.aktiv:after, .lage-trigger:hover:after {
  width: 72px;
}
.tabs-trigger {
  display: flex;
}
.tab-inhalt .col-01 {
  margin-top: -90px;
}
.block-lage h2 {
  margin-bottom: 20px;
}
.block-lage h3 {
  margin-bottom: 20px;
}
.standort-bild {
  margin-bottom: 30px;
}
.tabelle-wrapper {
  column-count: 2;
}
.zeile {
  display: flex;
  margin-bottom: 10px;
  break-inside: avoid-column;
}
.spalte-links {
  flex: 0 1 100%;
	padding-right: 10px;
}
.spalte-rechts {
  flex: 1 1 auto;
	white-space: nowrap;
}
.repeater-logos {
  display: flex;
  justify-content: center;
}
/* PARTNER */
.block-partner h2 {
  margin-bottom: 50px;
}
.partner-wrapper {
  text-align: center;
}
.partner-logo-wrapper {
  margin: 0px 30px;
}
/* EINFACHER TEXT */
.inhalt-wrapper {
	margin: auto;
	padding: 0px 40px;
	max-width: 1080px;
}
.inhalt-wrapper h2 {
  text-align: center;
  max-width: 1080px;
  margin: 0px auto 20px;
}
.inhalt-wrapper p {
  max-width: 1080px;
  margin: 0px auto 40px;
}
.inhalt-wrapper.zentriert {
  text-align: center;
}
/* TEXT SPALTEN */
/*.row.spalten-wrapper ul {
	padding-left: 18px;
}*/
.row.spalten-wrapper {
	justify-content: space-between;
}
.spalten-wrapper .col {
	max-width: calc(33% - 15px);
}
.block-text-spalten h2 {
	text-align: center;
}

/* BLOCK: Intro */
.block-intro {
  height: 480px;
  padding: 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ED8F7D;
}
.muster-container {
  max-width: 735px;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0px;
  left: -90px;
  z-index: 0;
}
.block-intro svg path {
  fill: #ED6C55;
}
.block-intro.hintergrund-rot {
  background-color: #ED8F7D;
}
.block-intro.hintergrund-rot svg path {
  fill: #ED6C55;
}
.block-intro.hintergrund-gruen {
  background-color: #BEC4B7;
}
.block-intro.hintergrund-gruen svg path {
  fill: #7E906E;
}
.block-intro.hintergrund-dunkelgruen {
  background-color: #87A080;
}
.block-intro.hintergrund-dunkelgruen svg path {
  fill: #7E906E;
}
.block-intro.hintergrund-blau {
  background-color: #ABBFCB;
}
.block-intro.hintergrund-blau svg path {
  fill: #7B94A2;
}
.intro-headlines {
  max-width: 900px;
}
.block-intro h2, .block-intro h3 {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.block-intro h2 {
  margin-bottom: 0px;
}
.block-intro h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-family: Proxima Nova, sans-serif;
  margin-bottom: 60px;
  font-size: 1.1250em;
  letter-spacing: 0px;
}
.block-intro h3:after {
  content: '';
  display: block;
  height: 10px;
  width: 100px;
  background: #ffffff;
  margin: 10px auto 0px;
}
.badge-container {
  width: 100%;
  position: absolute;
  bottom: 0px;
}
.badge-container .wrapper.wrapper-1840 {
  position: relative;
}
/* BLOCK: Slider (Text & Bild) */
.slider-wrapper.wrapper-1620 {
  margin: auto;
  padding-top: 180px;
  padding-bottom: 120px;
  position: relative;
}
.block-slider h2 {
  position: relative;
  z-index: 3;
  margin-bottom: 10px;
}
.tb-slider-bilder-wrapper {
  display: block;
  min-width: 0px;
  flex: 0 0 70%;
  position: relative;
}
.block-slider .pflanze {
  position: absolute;
  top: -22%;
  z-index: 2;
  left: 0px;
  right: 0px;
  margin: auto;
  max-width: 66%;
}
.tb-slider-texte-wrapper-des-wrappers {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 1 calc(30% - 40px);
  width: calc(25% - 40px);
  margin-left: 40px;
}
.tb-slider-texte-wrapper {
  position: relative;
  display: block;
  min-width: 0px;
  margin-bottom: 30px;
}
.swiper-nav {
  display: flex;
  margin: 20px 0px;
}
.tb-next, .tb-prev {
  cursor: pointer;
  width: 50px;
}
.tb-next svg {
  max-width: 50px;
}
.tb-prev {
  margin-right: 100px;
}
.tb-prev svg {
  max-width: 50px;
}
/*.slider-bild {
	margin-top: auto;
	bottom: 0px;
	position: absolute;
}*/
.grosses-bild-wrapper {
	position: relative;
}
.bildunterschrift {
	position: absolute;
	bottom: 15px;
	right: 20px;
	color: #ffffff;
	font-size: 17px;
    line-height: 1.0em;
}

/* BLOCK: Text & Bild mit Box */
.block-text-bild-mit-box .col-02 {
  max-width: 670px;
  margin-left: 30px;
}
.block-text-bild-mit-box h2 {
  margin-bottom: 20px;
}
.block-text-bild-mit-box p {
  max-width: 555px;
}
.box {
  max-width: 555px;
  background: #ED8F7D;
  padding: 30px;
  color: #ffffff;
  margin-top: 30px;
}
.download {
  font-family: 'Magnat Text', sans-serif;
  font-weight: 500;
	letter-spacing: 1px;
  text-decoration: none;
}
.download-icon {
  height: 20px;
  margin-right: 10px;
}
.bild-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
}
.bildunterschrift.schwarz {
	color: #000000;
}
.bild-wrapper .bildunterschrift {
	position: relative;
	margin: 40px auto 0px;
	text-align: center;
}
/* BLOCK: Mitteilungen Teaser */
.news-artikel {
    margin-bottom: 30px;
	
}
.news-artikel a {
	aspect-ratio: 438 / 407;
	color: #ffffff;
	display: flex;
	justify-content: space-between;
	background-size: cover !important;
	background-position: center !important;
	flex-direction: column;
}
.titel-wrapper, .datum {
	padding: 20px;
}
.datum {
	font-size: 25px;
}
.beitragsfarbe-olivgruen {
    background: rgba(125, 122, 95, 1.0);
}
.beitragsfarbe-dunkelgruen {
    background: rgba(126, 144, 110, 1.0);
}
.beitragsfarbe-terracotta {
    background: rgba(237, 143, 125, 1.0);
}
.beitragsfarbe-blau {
    background: rgba(123, 148, 162, 1.0);
}
.beitragsfarbe-olivgruen .titel-wrapper  {
    background: rgba(125, 122, 95, 0.7);
}
.beitragsfarbe-dunkelgruen .titel-wrapper {
    background: rgba(126, 144, 110, 0.7);
}
.beitragsfarbe-terracotta .titel-wrapper {
    background: rgba(237, 143, 125, 0.7);
}
.beitragsfarbe-blau .titel-wrapper {
    background: rgba(123, 148, 162, 0.7);
}
.news-artikel h3 {
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'Proxima Nova', sans-serif;
font-weight: 300;
}
.block-mitteilungen-teaser h2 {
	text-align: center;
}
.verlinkung.alle-mitteilungen {
	margin-top: 60px;
	display: inline-block;
	transform: translateX(-50%);
	left: 50%;
	position: relative;
	width: 120px;
}
/* BLOCK: Webcam */
video {
    background: inherit;
    color: inherit;
    height: inherit;
    width: inherit;
    padding: 0px;
    margin: 0px;
    border: 0px;
}
video {
    object-fit: contain;
    overflow-clip-margin: content-box;
    overflow: clip;
}
.block-webcam .bg {
	background: #EBEDE9;
	padding: 100px 0px 220px;
}
.block-webcam h2 {
	text-align: center;
	margin-bottom: 40px;
}
/* BLOCK: Impressionen */
.impressionen h3 {
	display: block;
	height: 60px;
	
	margin-top: 120px;
}
/*.page-template-template-impressionen .impressionen:last-of-type {
	margin-bottom: -10px;
}*/
.impression {
	margin-bottom: 30px;
    cursor: pointer;
}
.impression-img-wrapper {
	aspect-ratio: 640 / 427;
	height: 100%;
	width: 100%;
}
.impression-img-wrapper img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.impression-bildunterschrift {
	margin-top: 10px;
}
.popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    padding: 80px;
    background: rgba(255, 255, 255, 0.9);
}
.popup.show {
    display: flex;
}
.popup-wrapper img {
    max-height: calc(100vh - 80px);
}
.close {
	position: absolute;
	top: 28px;
	right: 28px;
	z-index: 2;
	background: #ffffff;
	/* padding: 5px; */
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}
.close-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* BLOCK: AKKORDEON */
.akkordeon {
	border-bottom: 1px solid #000000;
}
.akkordeon-pfeil {
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	border-radius: 100%;
	cursor: pointer;
	margin-right: 240px;
}
.icon-close, .icon-open {
	height: 60px;
	width: 60px;
}
.icon-close {
	display: none;
}
.akkordeon-trigger.aktiv .icon-close {
	display: block;
}.akkordeon-trigger.aktiv .icon-open {
	display: none;
}
.akkordeon-trigger {
	display: flex;
	justify-content: space-between;
	height: 120px;
	align-items: center;

    cursor: pointer;
}

.akkordeon-titel h3 {
	font-size: 30px;text-transform: uppercase;
}
.akkordeon-inhalt {
	padding: 0px 0px 50px;
	max-width: 960px;
}
/**
 *	07 — SEITEN & SECTIONS
 *	Seitenspezif.ische Einstellungen
 *	____________________________________________________________
*/
/* STARTSEITE */
#intro-startseite {
  height: 100vh;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  z-index: 6;
  /*margin-bottom: -100px;*/
}
#intro-startseite .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.intro-logo {
  max-width: 630px;
  margin-top: 200px;
}
.badge {
  height: auto;
  width: 290px;
  position: absolute;
  z-index: 4;
  right: 200px;
  bottom: -145px;
}
.header-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.header-video video-js, .header-video video {
  width: 100%;
  height: 100%;
}
.header-video video {
  object-fit: cover;
}

/* IMPRESSIONEN */
.aktuelles-verlinkung:after {
    width: 50px;
}

/* MITTEILUNGEN */
.page-template-template-mitteiliungen .kachel-loop {
	margin-top: 120px;
	margin-bottom: 120px;
}
/* MITTEILUNG SINGLE */
.post-header {
	justify-content: flex-end;
}
.single-post h1 {
	text-transform: uppercase;
	margin-top: 36px;
	padding-right: 60px;
}
.post-datum {
	margin-top: 20px;
	font-size: 25px;
}
.post-thumbnail-wrapper {
	aspect-ratio: 900 / 600;
}
.post-thumbnail-wrapper img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}
/**
 *	08 — RESPONSIVE
 *	Anpassung des Layouts für mobile und spezifische Geräte
 *	____________________________________________________________
*/
.mobile-only {
  display: none;
}
@media screen and (max-width: 1920px) {}
@media screen and (max-width: 1820px) {}
@media screen and (max-width: 1700px) {}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1480px) {
    .news-artikel h3 {
	font-size: 2.00vw;
}
}
@media screen and (max-width: 1440px) {
  .tb3 .tb-kleines-bild-1 {
    max-width: 90%;
  }
  .tb3 .pflanze {
    left: -70%;
  }
  .badge {
    width: 200px;
    bottom: -100px;
    right: 40px;
  }
  .col-adresse {
    margin-left: 0px;
  }
  .slider-wrapper.wrapper-1620 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .slider-bild {
    max-width: 66.667%;
  }
  .tabelle-wrapper {
    column-count: 1;
  }
}
@media screen and (max-width: 1300px) {
    .news-artikel.col-1-3 {
	flex: 0 0 50%;
}
.news-artikel h3 {
	font-size: 20px;
}    
}

@media screen and (max-width: 1280px) {
  h2, .h2 {
    font-size: 2.250em
  }
  .muster-container {
    max-width: 500px;
  }
  .tb1 p {
    margin-bottom: 30px;
    margin-right: -60%;
    max-width: 170%;
  }
  .tb1 .col-grid-02 {
    max-width: 270px;
  }
  .tb1 .pflanze {
    position: absolute;
    right: -11%;
    bottom: 7%;
    max-width: 17%;
  }
  .inner-wrapper {
    padding: 0px 40px;
  }
  .tb3 .pflanze {
    left: -69%;
    max-height: 90%;
  }
  .tb2 .bg, .tb3 .bg {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .block-parallax .pflanze {
    max-width: 120px;
    transform: translateY(-26%) translateX(0%);
  }
  .parallax {
    height: 430px;
  }
  #menu-layer {
    align-items: start;
    max-width: 480px;
  }
  #hauptmenue a {
    font-size: 26px;
  }
  #hauptmenue li {
    margin-bottom: 30px;
    position: relative;
  }
  #hauptmenue .link-name::after {
    display: none;
  }
  .rechtliches {
    bottom: 40px;
    right: 40px;
    font-size: 18px;
  }
  #close-button {
    max-width: 40px;
    left: 40px;
    top: 40px;
  }
  .tb3.wrapper.wrapper-1840, .tb2.wrapper.wrapper-1840, .block-lage .wrapper.wrapper-1840 {
    padding: 0px;
  }
  /* QUARTIER MOBILE VERSION */
  .repeater-trigger {
    display: none;
  }
#kontakt {
	padding: 120px 0px;
}
#selectbox {
	height: 60px;
	background: #ffffff;
	padding: 10px 60px 10px 10px;
	border: 1px solid #000000;
	width: 100%;
	max-width: 480px;
	margin: 50px auto 10px;
	font-size: 20px;
	font-family: 'Proxima Nova', sans-serif;
	text-align: center;
	
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MCA2MCI+PHJlY3QgaWQ9ImIiIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIvPjxwYXRoIGlkPSJjIiBkPSJtMTguNjgsMjQuN2wxMS4xNywxNS43OCwxMS4xNy0xNS43OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-position: right 0px top 50%;
	background-size: 60px auto;
	/* background-repeat: no-repeat; */
}
  #selectbox.mobile-only {
    display: block;
  }
.mobile-only.mobile-quartier-link {
	display: block;
	width: 114px;
	height: 114px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	border-radius: 100%;
	position: absolute;
	right: 14%;
	bottom: 30%;
	transform: scale(1);
	transition: transform 0.2s;
}
.mobile-only.mobile-quartier-link:hover {
	transform: scale(1.1);
}
.quartier-overlay-1 .mobile-quartier-link {
	right: 44%;
	bottom: 50%;
}	
.quartier-overlay-2 .mobile-quartier-link {
	right: 24%;
	bottom: 23%;
}
.quartier-overlay-3 .mobile-quartier-link {
	right: 64%;
	bottom: 63%;
}
.quartier-overlay-4 .mobile-quartier-link {
	right: 20%;
	bottom: 58%;
}
  .block-quartier .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .block-quartier .col-01 {
    max-width: unset;
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .block-quartier h2 {
    margin-bottom: 20px;
  }
  .tab-inhalt .col-01 {
    margin-top: -66px;
  }
  .standort-bild.desktop-only {
    display: none;
  }
  .standort-bild.mobile-only {
    display: block;
    margin-top: 30px;
  }
  .block-lage h2 {
    margin-bottom: 50px;
  }
  .block-lage h3 {
    margin-top: 0px;
  }
  .block-einfacher-text .wrapper.wrapper-1840, .block-pressemeldung .wrapper.wrapper-1840 {
    padding: 0px;
  }
  .block-slider .wrapper.wrapper-1840 {
    padding: 0px;
  }
  .block-slider .pflanze {
    left: 4%;
    margin: unset;
    top: -15%;
  }
  .block-text-bild-mit-box .col-02 {
    max-width: 355px;
    margin-left: 30px;
  }
.tb4.wrapper.wrapper-1840 {
	padding: 0px;
}
	.tb4 .tb-kleines-bild-1 {
	margin-left: auto;
}
	.tb4 .pflanze {
	position: absolute;
	/* top: -4%; */
	z-index: 0;
	left: -10px;
	right: 0px;
	max-width: 47%;
	top: -60px;
}
    .akkordeon-pfeil {

	margin-right: 0px;
}
}
@media screen and (max-width: 1080px) {
  .parallax {
    background-attachment: unset;
  }
.post-header {
	display: block;
	margin-bottom: 60px;
}
.post-thumbnail-wrapper {
	margin-top: 36px;
}    
}
@media screen and (max-width: 959px) {
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  .tb1 h2 {
    margin-bottom: 30px;
    margin-right: 0px;
  }
  .tb1 p {
    margin-bottom: 30px;
    margin-right: 0px;
    max-width: 100%;
  }
  .row-03 .col-02 {
    padding-left: 0px;
  }
  .tb1 .tb-kleines-bild-3 {
    margin-top: 30px;
  }
  .tb1 .col-grid-02 {
    display: none;
  }
  .tb1 .row-03 .row {
    display: flex;
  }
  .col.nested-col-01, .col.nested-col-02 {
    flex: 1;
  }
  .col.nested-col-01 {
    padding-right: 15px;
  }
  .col.nested-col-02 {
    padding-left: 15px;
  }
  .tb1 .pflanze {
    right: 42%;
    bottom: 9%;
    max-width: 17%;
  }
  .tb1 .tb-kleines-bild-1 {
    margin-bottom: 0px;
  }
  .tb3 .row-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .tb3 .col-02, .tb3 .col-01 {
    padding: 0px;
    flex: unset;
  }
  .tb3 .col-02 {
    margin-bottom: 30px;
  }
  .tb3 .tb-kleines-bild-1 {
    max-width: 78%;
  }
  .tb3 .pflanze {
    left: -49%;
  }
  .block-parallax .pflanze {
    display: none;
  }
  .block-parallax .col-01 h2 {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .col.kleines-bild-wrapper {
    max-width: 70%;
  }
  .tb2 .col-grid-01 .mobile-only {
    position: relative;
    max-width: 30%;
    width: 100%;
  }
  .tb2 .col-grid-01 {
    max-width: 100%;
    margin: 0px;
  }
  .tb2 .col-grid-01 .row.row-02 {
    display: flex;
  }
  .tb2 .col-grid-01 .row.row-02 {
    display: flex;
  }
  .tb2 .pflanze {
    position: absolute;
    bottom: 0px;
    transform: translateY(-7%) translateX(26%);
    height: 190%;
  }
  .col.kleines-bild-wrapper {
    max-width: 70%;
    margin-bottom: 30px;
  }
  .col-grid-02 .row-02 {
    display: flex;
  }
  .tab-inhalt .col-01 {
    margin-top: 20px;
  }
  .standort-bild.mobile-only {
    display: none;
  }
  .block-lage .col-02 {
    margin-top: 30px;
  }
  .col-adresse, .col-kontakt {
    max-width: 100%;
    margin: 0px 0px 60px 0px;
  }
  .col-logo {
    margin: 0px;
  }
  .slider-bild {
    display: none;
  }
  .tb-slider-texte-wrapper-des-wrappers {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-top: 30px;
  }
  .tb-slider-texte-wrapper {
    max-width: 660px;
  }
  .tb-prev {
    margin-right: 40px;
  }
  .block-slider .pflanze {
    top: -25%;
  }
.block-text-bild-mit-box .row {
	display: flex;
	flex-direction: column-reverse;
}
.block-text-bild-mit-box .col {
	max-width: 100%;
	margin-left: 0px;
}	
.box {
	max-width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}	
	.tb4 .tb-kleines-bild-1 {
	margin-left: auto;
	margin: 30px auto 0px;
	max-width: 555px;
}	.spalten-wrapper .col {
	max-width: 100%;
	margin-bottom: 50px;
}
}
@media screen and (max-width: 767px) {
	.tb4 .pflanze {

	display: none;
}
.mobile-only.mobile-quartier-link {
	width: 80px;
	height: 80px;
}	
#ausbildungsmoeglichkeiten h2 {
	hyphens: auto;
    -webkit-hyphens: auto;
}	
.col-1-3 {
	flex: 0 0 50%;
}  .news-artikel.col-1-3 {
	flex: 0 0 100%;
}   
.popup {

	padding: 20px;

}    
.close {
  top: 20px;
  right: 20px;
}.akkordeon-titel h3 {
	font-size: unset;
}
}
@media screen and (max-width: 680px) {}
@media screen and (max-width: 600px) {
  .badge {
    width: 160px;
    bottom: -80px;
    right: 40px;
  }
.tb4 .tb-kleines-bild-1 {
	max-width: 75%;
}	
.bildunterschrift {
	bottom: 5px;
	right: 10px;
	font-size: 16px;
    hyphens: auto;
    padding-left: 10px;
}   
    .col-1-3 {
	flex: 0 0 100%;
} 
}
@media screen and (max-width: 480px) {
  h2, .h2 {
    font-size: 1.5em;
  }
  .badge {
    width: 120px;
    bottom: -60px;
    right: 20px;
  }
  .tb1 .row-03 {
    margin-top: 20px;
  }
  .col.nested-col-01 {
    padding-right: 10px;
  }
  .col.nested-col-02 {
    padding-left: 10px;
  }
  .tb1 .tb-kleines-bild-3 {
    margin-top: 20px;
  }
  .parallax {
    height: 260px;
  }
  .tb3 .tb-kleines-bild-1 {
    margin-top: 20px;
  }
  #hauptmenue a {
    font-size: 5.5vw;
  }
  #hauptmenue li {
    margin-bottom: 6.1vw;
  }
  p, .tabelle-wrapper .zeile, li:not(.menu-item) {
    font-size: 17px;
	line-height: 1.28em;
  }
.verlinkung {
	font-size: 17px;
}    
  .col.kleines-bild-wrapper {
    margin-bottom: 20px;
  }
  .col-grid-02 .row-02 {
    margin-top: 20px;
  }
  .col-grid-02 .row-02 {
    margin-top: 20px;
    display: flex;
  }
  .col-grid-02 .row-02 .col-01 {
    padding-right: 20px;
  }
  #kontakt p {
    font-size: 17px;
  }
  .block-slider .pflanze {
    left: 4%;
    margin: unset;
    top: -15%;
    max-width: 100%;
    top: -44%;
  }
	.mobile-only.mobile-quartier-link {
	width: 50px;
	height: 50px;
}

}
@media screen and (max-width: 360px) {}
@media screen and (max-height: 800px) {
  /** IE FIXES **/
  @media screen\0, @media screen\9 {
    h1, h2, h3, p {
      width: 100%;
    }
    img {
      flex-shrink: 0;
    }
  }
  /* BORLABS FIXBzU BzU