@charset "UTF-8";
@font-face {
  font-family: liberation_sans;
  src: url("/typo3conf/ext/kampmann/Resources/Public/Fonts/LiberationSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: liberation_sans;
  src: url("/typo3conf/ext/kampmann/Resources/Public/Fonts/LiberationSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: liberation_sans;
  src: url("/typo3conf/ext/kampmann/Resources/Public/Fonts/LiberationSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: liberation_sans;
  src: url("/typo3conf/ext/kampmann/Resources/Public/Fonts/LiberationSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
/***********************************\
* MIXINS - MEDIAQUERRIES
\***********************************/
body {
  margin: 0 !important;
  font-family: Arial, "liberation_sans";
  color: #919383;
}

body, html {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  color: #F78800;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

.normal {
  color: inherit;
  margin: 0;
  font-weight: 400;
  line-height: normal;
  font-size: 1rem;
}

b a {
  text-decoration: none;
  color: #F78800;
}
b a:hover {
  text-decoration: underline;
}

a {
  color: #919383;
}
a:hover {
  color: #F78800;
}

ul:not(#mainnavigation) li, ol li {
  list-style: square;
}
ul:not(#mainnavigation) li::marker, ol li::marker {
  color: #F78800;
}

button.btn-primary,
a.btn-primary {
  background-color: white;
  color: #F78800;
  border: 1px solid #F78800;
  border-radius: 0rem;
  padding: 7px 21px;
  margin-top: 5px;
  width: fit-content;
  text-transform: uppercase;
}
button.btn-primary:hover,
a.btn-primary:hover {
  background-color: #F78800;
  color: white;
  border: 1px solid white;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.greyElement {
  background-color: rgba(145, 147, 131, 0.0705882353);
  padding: 10px 0;
}

.schmal-zentriert {
  max-width: 1000px;
  margin: 0 auto;
}

.frame-space-after-extra-large {
  margin-bottom: 10rem;
}

.frame-space-after-large {
  margin-bottom: 5rem;
}

.frame-space-after-medium {
  margin-bottom: 3rem;
}

.frame-space-after-small {
  margin-bottom: 2rem;
}

.frame-space-after-extra-small {
  margin-bottom: 1rem;
}

.frame-space-before-extra-large {
  margin-top: 10rem;
}

.frame-space-before-large {
  margin-top: 5rem;
}

.frame-space-before-medium {
  margin-top: 3rem;
}

.frame-space-before-small {
  margin-top: 2rem;
}

.frame-space-before-extra-small {
  margin-top: 1rem;
}

.space-after-extra-large {
  margin-bottom: 10rem;
}

.space-after-large {
  margin-bottom: 5rem;
}

.space-after-medium {
  margin-bottom: 3rem;
}

.space-after-small {
  margin-bottom: 2rem;
}

.space-after-extra-small {
  margin-bottom: 1rem;
}

.space-before-extra-large {
  margin-top: 10rem;
}

.space-before-large {
  margin-top: 5rem;
}

.space-before-medium {
  margin-top: 3rem;
}

.space-before-small {
  margin-top: 2rem;
}

.space-before-extra-small {
  margin-top: 1rem;
}

nav#main-nav {
  display: flex;
  justify-content: space-between;
  /*  padding-right: 100px;*/
  height: 100px;
  text-transform: uppercase;
}
nav#main-nav a {
  text-decoration: none;
  color: #919383;
  cursor: pointer;
}
nav#main-nav a:hover {
  color: #F78800 !important;
}
nav#main-nav a.nav-no-link {
  cursor: default;
}
nav#main-nav #logo-container svg {
  width: 220px;
  height: 100px;
  margin-left: 100px;
}
@media (max-width: 540px) {
  nav#main-nav #logo-container svg {
    margin-left: 50px;
  }
}
@media (max-width: 400px) {
  nav#main-nav #logo-container svg {
    margin-left: 20px;
  }
}
nav#main-nav ul#mainnavigation {
  width: 60%;
  height: 100%;
  min-width: 550px;
  list-style-type: none;
  z-index: 100;
  display: flex;
  justify-content: space-around;
  align-self: center;
  padding-top: 40px;
  padding-right: 40px;
  margin: 0 !important;
}
@media (max-width: 1400px) {
  nav#main-nav ul#mainnavigation {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  nav#main-nav ul#mainnavigation {
    width: 100%;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  nav#main-nav ul#mainnavigation {
    flex-direction: column;
    width: auto;
    position: absolute;
    top: 100px;
    right: 0;
    background-color: white;
    font-size: 16px;
    min-width: 360px;
    min-height: initial;
    display: none;
    justify-content: flex-start;
    padding: 30px;
    padding-bottom: 60px;
    box-shadow: -5px 13px 25px rgba(0, 0, 0, 0.0666666667);
    height: calc(100vh - 100px);
    overflow: auto;
  }
  nav#main-nav ul#mainnavigation:hover {
    display: flex !important;
  }
}
@media (max-width: 400px) {
  nav#main-nav ul#mainnavigation {
    min-width: 100%;
    padding: 10px 20px;
    padding-bottom: 60px;
    font-size: 15px;
  }
}
nav#main-nav ul#mainnavigation li.pages-0 {
  position: relative;
  /*&:last-of-type{
    .submenu-1{
      left: -66px;
    }
  }*/
}
@media (max-width: 991px) {
  nav#main-nav ul#mainnavigation li.pages-0 {
    padding-bottom: 15px;
  }
}
nav#main-nav ul#mainnavigation li.pages-0 .nav-sub-arrow {
  height: 12px;
  max-width: 30px;
  padding: 0 7px;
  display: none;
}
@media (max-width: 991px) {
  nav#main-nav ul#mainnavigation li.pages-0 .nav-sub-arrow {
    display: inline-flex;
  }
}
@media (min-width: 991px) {
  nav#main-nav ul#mainnavigation li.pages-0:hover .submenu-1 {
    display: flex !important;
  }
}
nav#main-nav ul#mainnavigation li.pages-0 ul.submenu-1 {
  display: none;
  margin-top: 40px;
  left: -25px;
  position: absolute;
  background-color: #F6F7F5;
  top: 20px;
  width: auto;
  z-index: 90;
  padding: 20px 25px 20px 26px;
  flex-direction: column;
}
@media (max-width: 991px) {
  nav#main-nav ul#mainnavigation li.pages-0 ul.submenu-1 {
    position: relative;
    left: initial;
    top: initial;
    margin: 15px 0px;
  }
}
nav#main-nav ul#mainnavigation li.pages-0 ul.submenu-1 li.subpages-1 {
  display: flex;
  position: relative;
  padding: 10px 0;
}
@media (max-width: 991px) {
  nav#main-nav ul#mainnavigation li.pages-0 .submenu-open {
    display: flex !important;
  }
  nav#main-nav ul#mainnavigation li.pages-0 .submenu-open a.nav-no-link {
    color: #F78800;
  }
  nav#main-nav ul#mainnavigation li.pages-0 .submenu-open + .a.nav-no-link {
    color: #F78800;
    transform: rotate(180deg);
  }
  nav#main-nav ul#mainnavigation li.pages-0 .open-menu {
    color: #F78800;
  }
  nav#main-nav ul#mainnavigation li.pages-0 .open-menu + .nav-sub-arrow {
    transform: rotate(180deg);
  }
}

#hamburger-container {
  width: 75px;
  height: 100px;
  padding-top: 37px;
  padding-right: 35px;
  display: none;
  /*
    &:hover + #mainnavigation{
        display: flex!important;
      }*/
}
@media (max-width: 991px) {
  #hamburger-container {
    display: block;
  }
}
#hamburger-container .hamburger-box .x-close {
  display: none;
  width: 35px;
  padding-left: 5px;
}

@media (max-width: 991px) {
  .close-main-menu {
    display: flex !important;
  }
  .open-main-menu {
    display: none !important;
  }
}
.disable-scroll {
  height: 100%;
  overflow-y: hidden;
}

.disable-scroll-height {
  height: 100%;
}

#footer {
  background-color: #F78800;
  min-height: 170px;
  color: white;
  padding: 50px 10%;
  margin-top: 50px;
}
#footer .footer-col {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
@media (max-width: 991px) {
  #footer .footer-col {
    justify-content: left;
    margin-bottom: 30px;
  }
}
#footer .footer-col .kontaktdaten {
  display: flex;
}
#footer .footer-col .kontaktdaten .kontakt {
  margin-right: 10px;
}
#footer h4 {
  font-size: 1.2rem;
  color: white;
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer a svg {
  display: inline-flex;
  width: 17px;
  height: 17px;
  margin-bottom: 4px;
}
#footer a:hover {
  color: black;
}
#footer a:hover svg .st6 {
  stroke: black;
}
#footer .footer-arrow {
  display: none;
}
@media (max-width: 991px) {
  #footer .footer-arrow {
    display: flex;
    justify-content: center;
  }
}
#footer .footer-arrow svg {
  width: 50px;
  height: 50px;
}

#breadcrumb-container {
  padding: 0;
  margin-bottom: 30px;
}
#breadcrumb-container #breadcrumb {
  display: flex;
}
#breadcrumb-container #breadcrumb li {
  display: flex;
  margin-left: 10px;
}
#breadcrumb-container #breadcrumb ul {
  margin-left: 10px;
  display: flex;
  padding: 0;
}
#breadcrumb-container #breadcrumb .pages-0 {
  display: flex;
}
#breadcrumb-container #breadcrumb a {
  color: #919383;
  text-decoration: none;
  cursor: pointer;
}
#breadcrumb-container #breadcrumb a:hover {
  color: #F78800;
}
#breadcrumb-container #breadcrumb a.nav-no-link {
  cursor: default;
}
#breadcrumb-container #breadcrumb li.current a {
  cursor: default !important;
}
#breadcrumb-container #breadcrumb span.nav-sub-arrow {
  width: 17px;
  height: 23px;
  transform: rotate(270deg);
  margin-left: 10px;
}
#breadcrumb-container #breadcrumb .current a {
  color: #F78800 !important;
  font-weight: 600;
}

/*
->Kontakt
->"Hier finden Sie uns"-Element
Table für mobile angepasst
*/
@media (max-width: 767px) {
  #c43 tr {
    display: flex;
    flex-direction: column;
  }
  #c43 tr td:first-of-type {
    margin-bottom: 10px;
  }
}

/*
->Kontakt
->Karte ganz unten
Marker als Link eingefügt
*/
#c29 {
  /*  max-width: 924px;*/
  /*  margin-left: auto;
    margin-right: auto;*/
  /*  input{
      color: $font-color-1;
    }*/
}
#c29 label {
  display: none;
}
#c29 input::placeholder,
#c29 textarea::placeholder,
#c29 option {
  color: #919383;
}
#c29 .form-control {
  border: 1px solid #F78800;
  border-radius: 0.2rem;
}
#c29 textarea.form-control {
  min-height: 200px;
}
#c29 .form-group {
  padding: 12px 0;
}
#c29 .form-check {
  margin: 10px 0;
  padding-left: 0;
}
#c29 .form-check .form-check-label {
  display: flex;
}
#c29 .form-check .form-check-label #kontaktformular-29-checkbox-1 {
  min-width: 23px;
  height: 23px;
  margin-right: 10px;
  margin-left: 5px;
  outline: 2px solid #F78800;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
#c29 .form-check .form-check-label input[type=checkbox]:checked:after {
  content: "✔";
  color: #F78800;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
}

.tx-dce-container {
  margin-bottom: 25px;
  position: relative;
  transition: height 350ms ease-in-out;
}
.tx-dce-container .glide {
  z-index: 10;
}
.tx-dce-container .dce-headerbild-container {
  position: relative;
  overflow: initial !important;
  transition: height 350ms ease-in-out;
}
.tx-dce-container .dce-headerbild-container .headerbild-slider {
  /* display: flex;*/
  flex-direction: row;
  position: relative;
  overflow: initial !important;
  height: 650px !important;
}
@media (max-width: 991px) {
  .tx-dce-container .dce-headerbild-container .headerbild-slider {
    height: auto !important;
  }
}
.tx-dce-container .dce-headerbild-container .headerbild-slider .dce-headerbild {
  position: relative;
}
.tx-dce-container .dce-headerbild-container .headerbild-slider .dce-headerbild .header-image img {
  height: 650px;
  object-fit: cover;
  min-width: 100%;
}
@media (max-width: 991px) {
  .tx-dce-container .dce-headerbild-container .headerbild-slider .dce-headerbild .header-image img {
    height: 330px !important;
  }
}
.tx-dce-container .dce-headerbild-container .headerbild-slider .dce-headerbild .header-text-wrapper {
  /* position: absolute;*/
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10%;
  z-index: 1000;
  background-color: white;
  padding: 47px 61px;
  height: fit-content;
  max-width: 630px;
  max-height: 550px;
  overflow: auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 991px) {
  .tx-dce-container .dce-headerbild-container .headerbild-slider .dce-headerbild .header-text-wrapper {
    font-size: 14px;
    max-height: 370px;
    max-width: 70% !important;
    width: fit-content;
    position: relative;
    top: 0;
    transform: translateY(0%);
    margin: -80px auto 0;
  }
}
@media (max-width: 767px) {
  .tx-dce-container .dce-headerbild-container .headerbild-slider .dce-headerbild .header-text-wrapper {
    max-width: 93% !important;
    padding: 30px 30px;
  }
}
.tx-dce-container .dce-headerbild-container .headerbild-slider .dce-headerbild .header-text-wrapper .header-text {
  display: flex;
  flex-direction: column;
}
.tx-dce-container .dce-headerbild-container .headerbild-slider .dce-headerbild .header-text-wrapper .header-text h1, .tx-dce-container .dce-headerbild-container .headerbild-slider .dce-headerbild .header-text-wrapper .header-text h2, .tx-dce-container .dce-headerbild-container .headerbild-slider .dce-headerbild .header-text-wrapper .header-text h3, .tx-dce-container .dce-headerbild-container .headerbild-slider .dce-headerbild .header-text-wrapper .header-text h4, .tx-dce-container .dce-headerbild-container .headerbild-slider .dce-headerbild .header-text-wrapper .header-text h5 {
  color: #F78800;
}
.tx-dce-container .dce-headerbild-container .headerbild-slider .dce-headerbild .header-text-wrapper .header-text p {
  color: #919383;
}
.tx-dce-container .dce-headerbild-container .headerbild-slider .dce-headerbild .header-text-wrapper .read-more {
  border: 2px solid #F78800;
  background-color: white;
  color: #F78800;
  text-decoration: none;
  display: flex;
  width: 165px;
  max-width: 100%;
  padding: 10px 20px;
  justify-content: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .tx-dce-container .dce-headerbild-container .headerbild-slider .dce-headerbild .header-text-wrapper .read-more {
    padding: 10px 15px;
    width: 130px;
  }
}
.tx-dce-container .dce-headerbild-container .headerbild-slider .dce-headerbild .header-text-wrapper .read-more:hover {
  background-color: #F78800;
  color: white;
}
.tx-dce-container .glide__bullets {
  position: absolute;
  max-height: 30px;
  right: 0;
  bottom: 20px;
  padding-bottom: 15px;
  padding-right: 115px;
  display: flex;
}
@media (max-width: 991px) {
  .tx-dce-container .glide__bullets {
    top: 10px;
    right: -90px;
  }
}
.tx-dce-container .glide__bullets .glide__bullet {
  width: 14px;
  height: 14px;
  right: 15px;
  bottom: 15px;
  margin: 10px;
  background-color: white;
  cursor: pointer;
}
.tx-dce-container .glide__bullets .glide__bullet--active {
  background-color: #F78800 !important;
}

.dce-bilder-kacheln-container {
  display: flex;
  justify-content: center;
}
.dce-bilder-kacheln-container .dce-bilder-wrapper {
  display: flex;
  justify-content: center;
  max-width: 398px;
  margin-top: 10px;
}
.dce-bilder-kacheln-container .dce-bilder-wrapper .dce-bilder-kacheln {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dce-bilder-kacheln-container .dce-bilder-wrapper .dce-bilder-kacheln .dce-bild {
  overflow: hidden;
  display: flex;
  width: fit-content;
}
.dce-bilder-kacheln-container .dce-bilder-wrapper .dce-bilder-kacheln .dce-bild img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dce-bilder-kacheln-container .dce-bilder-wrapper .dce-bilder-kacheln .dce-kachel-textwrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #F78800;
  display: flex;
  flex-direction: column;
  color: white;
  padding: 15px 30px;
}
.dce-bilder-kacheln-container .dce-bilder-wrapper .dce-bilder-kacheln .dce-kachel-textwrapper .dce-kachel-header {
  min-height: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: default;
}
.dce-bilder-kacheln-container .dce-bilder-wrapper .dce-bilder-kacheln .dce-kachel-textwrapper:hover {
  /* height: 30%;*/
}
.dce-bilder-kacheln-container .dce-bilder-wrapper .dce-bilder-kacheln .dce-kachel-textwrapper:hover .dce-kachel-text {
  height: auto;
  max-height: 1000px;
  transition: max-height 2s;
}
.dce-bilder-kacheln-container .dce-bilder-wrapper .dce-bilder-kacheln .dce-kachel-textwrapper .dce-kachel-text {
  max-height: 0px;
  font-size: 12px;
  padding: 0;
  transition: max-height 2s;
  display: flex;
  justify-content: space-between;
  align-items: end;
  overflow: hidden;
}
@media (max-width: 991px) {
  .dce-bilder-kacheln-container .dce-bilder-wrapper .dce-bilder-kacheln .dce-kachel-textwrapper .dce-kachel-text {
    height: auto;
    max-height: 1000px;
  }
}
.dce-bilder-kacheln-container .dce-bilder-wrapper .dce-bilder-kacheln .dce-kachel-textwrapper .dce-kachel-text a.kache-link {
  position: relative;
  text-decoration: none;
  color: white;
}
.dce-bilder-kacheln-container .dce-bilder-wrapper .dce-bilder-kacheln .dce-kachel-textwrapper .dce-kachel-text a.kache-link:hover {
  color: white;
}
.dce-bilder-kacheln-container .dce-bilder-wrapper .dce-bilder-kacheln .dce-kachel-textwrapper .dce-kachel-text a.kache-link p {
  display: inline;
}
.dce-bilder-kacheln-container .dce-bilder-wrapper .dce-bilder-kacheln .dce-kachel-textwrapper .dce-kachel-text span.dce-kachel-link {
  width: 20px;
  height: 20px;
  display: inline-flex;
  cursor: pointer;
  position: absolute;
  right: -5px;
  bottom: 0;
}

.dce-bildertext {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.dce-bildertext:first-of-type {
  margin-top: 0;
}
@media (max-width: 991px) {
  .dce-bildertext {
    margin-top: 75px;
    flex-direction: column;
  }
}
.dce-bildertext .dce-bt-text {
  display: flex;
  flex-direction: row;
}
.dce-bildertext .dce-bt-text h1, .dce-bildertext .dce-bt-text h2 {
  padding-bottom: 15px;
}
.dce-bildertext .dce-bt-text .spacer {
  min-width: 60px;
  margin: 0;
  height: 100%;
  display: flex;
  padding: 0;
}
@media (max-width: 991px) {
  .dce-bildertext .dce-bt-text .spacer {
    min-width: 0;
    width: 0;
  }
}
.dce-bildertext .dce-bt-text .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dce-bildertext .dce-bt-bild {
  display: flex;
  overflow: hidden;
}
.dce-bildertext .dce-bt-bild img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 991px) {
  .mobile-row-reverse {
    flex-direction: column-reverse;
  }
}
.tx-dce-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .tx-dce-container {
    justify-content: center;
  }
}
.tx-dce-container .dce-bildtext-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.tx-dce-container .dce-bildtext-container .dce-bildtext-col {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.tx-dce-container .dce-bildtext-container .dce-bildtext-col:first-of-type {
  /*  padding-right: 15px;*/
}
.tx-dce-container .dce-bildtext-container .dce-bildtext-col .image {
  display: flex;
}
.tx-dce-container .dce-bildtext-container .dce-bildtext-col .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.tx-dce-container .dce-bildtext-container .dce-bildtext-col .text {
  display: flex;
}

.dce-marker-map .map {
  position: relative;
}

.dce-spalten-container {
  width: 100%;
}
.dce-spalten-container .dce-spalten {
  height: min-content;
}
.dce-spalten-container .dce-spalten .dce-spalten-header {
  display: flex;
  /*align-items: center;*/
  flex-direction: column;
}
.dce-spalten-container .dce-spalten .dce-spalten-header img {
  max-height: 8.5rem;
  width: 8.5rem;
  display: inline-flex;
  object-fit: cover;
  /*aspect-ratio: 1/1;*/
  margin-right: 10px;
  margin-bottom: 10px;
}
.dce-spalten-container .dce-spalten h2 {
  font-size: 1.7rem;
  display: inline-flex;
}

.my-accordion {
  max-width: 75%;
}
@media (max-width: 991px) {
  .my-accordion {
    max-width: 100%;
  }
}
.my-accordion .faq-item {
  border-bottom: 1px solid #ddd;
  margin-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: calc(var(--bs-gutter-x) * 0.5);
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.my-accordion .faq-item .faq-toggle {
  background: none;
  border: none;
  padding: 1rem 0 0.5rem 0;
  width: 100%;
  text-align: left;
  font-size: 1.125rem;
  cursor: pointer;
  position: relative;
  color: #F78800;
}
.my-accordion .faq-item .faq-toggle::after {
  content: "▸";
  position: absolute;
  right: 1.5rem;
  transition: transform 0.3s ease;
  font-size: 30px;
  bottom: -5px;
}
.my-accordion .faq-item .faq-toggle[aria-expanded=true]::after {
  transform: rotate(90deg);
}
.my-accordion .faq-item .faq-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease, padding 0.3s ease;
  word-break: break-word;
}
.my-accordion .faq-item .faq-panel[data-open=true] {
  max-height: 1000px;
}
.my-accordion .faq-item .faq-panel [itemprop=text] {
  font-size: 1rem;
  line-height: 1.5;
}

/*# sourceMappingURL=layout.css.map */
