/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'poppins';
  src: url('/templates/wbce_rudweb/fonts/poppins-semibold-webfont.woff2') format('woff2'), url('/templates/wbce_rudweb/fonts/poppins-semibold-webfont.woff') format('woff');
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  line-height: 1.5rem;
}
header {
  background-color: #2e2d2c;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 1200px) {
  header {
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    background: none;
  }
  header:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    background-color: #2e2d2c;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
header > p {
  margin: 0;
}
header > p > a {
  display: block;
}
header > p > a > img {
  height: 4rem;
  width: auto;
  display: block;
}
main {
  position: relative;
  z-index: 1;
  margin-top: 5rem;
}
main a {
  color: inherit;
}
main > * {
  margin: 2rem 1rem;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1200px) {
  main > * {
    max-width: 1200px;
    margin: 2rem auto;
  }
}
main > .bloro_grid,
main > .obo_grid {
  padding-left: 0;
  padding-right: 0;
  box-sizing: content-box;
}
main > .section_anchor,
main > .minihero {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  box-sizing: content-box;
}
@media only screen and (min-width: 1200px) {
  main > .section_anchor,
  main > .minihero {
    max-width: unset;
    margin: 0;
  }
}
main ul {
  padding-left: 2rem;
}
main > .banner {
  box-sizing: content-box;
  padding: 3rem 0;
  position: relative;
}
main > .banner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  background-color: #bbb8b6;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
footer {
  position: relative;
  z-index: 1;
  padding: 2rem;
  color: #fff;
  display: grid;
  padding-bottom: 5rem;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 800px) {
  footer {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  footer {
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: repeat(4, 1fr);
  }
}
footer > * {
  position: relative;
  z-index: 2;
}
footer:after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  border-top: 1px solid #000;
  background-color: #2e2d2c;
  transform: translateX(-50%);
}
footer > ul > li > a {
  color: #fff;
}
footer i {
  font-style: normal;
  display: inline-block;
  width: 5rem;
  text-align: right;
}
footer img {
  height: 100%;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: poppins, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
h1.center,
h2.center,
h3.center,
h4.center,
h5.center {
  text-align: center;
}
h1.right,
h2.right,
h3.right,
h4.right,
h5.right {
  text-align: right;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.5rem;
}
h4,
h5 {
  font-size: 1.25rem;
}
header > label {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0.25rem;
  gap: 0.5rem;
  display: flex;
  padding: 0.75rem;
  align-items: center;
}
@media only screen and (min-width: 800px) {
  header > label {
    display: none;
  }
}
header > label:before {
  font-family: poppins, sans-serif;
  content: "Menü";
  text-transform: uppercase;
  display: inline;
  font-weight: bold;
  font-size: 0.8rem;
}
header > label:after {
  content: "";
  height: 1em;
  aspect-ratio: 1;
  color: #d86f13;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M0 96c0-18 14-32 32-32h384a32 32 0 1 1 0 64H32c-18 0-32-14-32-32zm0 160c0-18 14-32 32-32h384a32 32 0 1 1 0 64H32c-18 0-32-14-32-32zm416 192H32a32 32 0 1 1 0-64h384a32 32 0 1 1 0 64z'/%3E%3C/svg%3E");
}
header > nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: rgba(46, 45, 44, 0.75);
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
  max-height: 0;
}
@media only screen and (min-width: 800px) {
  header > nav {
    position: relative;
    transition: none;
    max-height: unset;
    overflow: unset;
  }
}
header > nav > ul {
  list-style: none;
  margin: 1.5rem;
  padding: 0;
}
@media only screen and (min-width: 800px) {
  header > nav > ul {
    display: flex;
    margin: 0;
  }
}
header > nav > ul a {
  padding: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
@media only screen and (min-width: 800px) {
  header > nav > ul a {
    padding: 0.5rem 1rem;
  }
}
header > nav > ul a:before {
  content: "";
  width: 0.8rem;
  aspect-ratio: 1;
  background-position: center;
  background-size: contain;
  margin-right: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 185.3 185.3'%3E%3Cpath fill='%23fff' d='M51.7 185.3a10.7 10.7 0 0 1-7.6-18.3l74.4-74.3L44 18.3A10.7 10.7 0 1 1 59.3 3.1l82 82c4.1 4.2 4.1 11 0 15.2l-82 81.9c-2.1 2-4.8 3.1-7.6 3.1z'/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 800px) {
  header > nav > ul > li {
    position: relative;
  }
}
@media only screen and (min-width: 800px) {
  header > nav > ul > li > a:before {
    display: none;
  }
}
header > nav > ul > li > ul {
  list-style: none;
}
@media only screen and (min-width: 800px) {
  header > nav > ul > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(46, 45, 44, 0.75);
    transition: max-height 0.5s ease-in-out;
    overflow: hidden;
    max-height: 0;
  }
}
@media only screen and (min-width: 800px) {
  header > nav > ul > li > ul > li:first-child {
    margin-top: 1.25rem;
  }
}
header > nav > ul > li > ul > li > a {
  padding: 1rem;
}
header > nav > ul > li > ul > li > ul {
  display: none;
}
@media only screen and (min-width: 800px) {
  header > nav > ul > li:hover > ul {
    max-height: 100vh;
  }
}
header > input {
  display: none;
}
header > input:checked + nav {
  max-height: 100vh;
}
nav.breadcrumb {
  padding: 2rem 0;
}
nav.breadcrumb > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.breadcrumb > ul > li {
  display: inline-block;
}
nav.breadcrumb > ul > li a {
  padding: 0.5rem;
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
nav.breadcrumb > ul > li a:before {
  content: "";
  width: 0.8rem;
  aspect-ratio: 1;
  background-position: center;
  background-size: contain;
  margin-right: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 185.3 185.3'%3E%3Cpath fill='%23000' d='M51.7 185.3a10.7 10.7 0 0 1-7.6-18.3l74.4-74.3L44 18.3A10.7 10.7 0 1 1 59.3 3.1l82 82c4.1 4.2 4.1 11 0 15.2l-82 81.9c-2.1 2-4.8 3.1-7.6 3.1z'/%3E%3C/svg%3E%0A");
}
iframe {
  width: 100%;
}
body > nav.sidenav {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
}
@media (min-width: 800px) {
  body > nav.sidenav {
    bottom: unset;
    top: 50%;
    right: 0;
    width: unset;
    transform: translateY(-50%);
  }
}
body > nav.sidenav > ul {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 800px) {
  body > nav.sidenav > ul {
    flex-direction: column;
  }
}
body > nav.sidenav > ul > li:first-child {
  display: block;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.7rem;
  color: #2e2d2c;
}
@media (min-width: 800px) {
  body > nav.sidenav > ul > li:first-child {
    display: none;
  }
}
body > nav.sidenav > ul > li > a {
  width: 2rem;
  aspect-ratio: 1;
  display: block;
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #2e2d2c;
}
body > nav.sidenav > ul > li > a > br {
  display: none;
}
body > nav.sidenav > ul > li > a.telefon {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M1.9.5a1.7 1.7 0 0 1 2.6.2L6.3 3c.3.4.4 1 .3 1.5l-.5 2.2a.7.7 0 0 0 .1.6l2.5 2.5a.7.7 0 0 0 .6.1l2.2-.5a1.7 1.7 0 0 1 1.5.3l2.3 1.8c.9.6 1 1.9.2 2.6l-1 1a3 3 0 0 1-3 .8 18.6 18.6 0 0 1-7-4.5 18.6 18.6 0 0 1-4.4-7 3 3 0 0 1 .8-2.9l1-1z'/%3E%3C/svg%3E");
}
body > nav.sidenav > ul > li > a.navigation {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M7 16h2V6h5a1 1 0 0 0 .8-.4l1-1.3a.5.5 0 0 0 0-.6l-1-1.3A1 1 0 0 0 14 2H9v-.6a1 1 0 0 0-2 0V7H2a1 1 0 0 0-.8.4l-1 1.3a.5.5 0 0 0 0 .6l1 1.3a1 1 0 0 0 .8.4h5v5z'/%3E%3C/svg%3E");
}
body > nav.sidenav > ul > li > a.email {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M2 2a2 2 0 0 0-2 1.6l8 4.8 8-4.8A2 2 0 0 0 14 2H2Zm-2 9.8V4.7l5.8 3.5L0 11.8Zm6.8-3-6.6 4A2 2 0 0 0 2 14h6.3a4.5 4.5 0 0 1-.3-1.5 4.5 4.5 0 0 1 1.6-3.4l-.4-.3-1.2.8-1.2-.8Zm9.2.9v-5l-5.8 3.5.3.3a4.5 4.5 0 0 1 2-.5c1.4 0 2.7.7 3.5 1.7Z'/%3E%3Cpath d='M15.8 12.2c0 1.2-.5 2-1.6 2-.5 0-1-.2-1-.6H13c-.1.4-.6.7-1 .7-.8 0-1.3-.6-1.3-1.5v-.5c0-.8.5-1.4 1.3-1.4.6 0 .8.3 1 .6V11h.9v2.2c0 .2.1.4.4.4.3 0 .6-.4.6-1.4V12c0-1.3-1-2.4-2.5-2.4-1.6 0-2.7 1.1-2.7 2.8v.1c0 1.9 1.3 2.7 2.6 2.7l1.2-.2v.7l-1.2.2c-2 0-3.4-1.2-3.4-3.4v-.2c0-2 1.4-3.4 3.5-3.4s3.3 1.4 3.3 3v.2Zm-4 .3v.2c0 .6.2.8.6.8.3 0 .5-.2.5-.8v-.3c0-.5-.2-.7-.5-.7-.4 0-.6.2-.6.8Z'/%3E%3C/svg%3E");
}
body > nav.sidenav > ul > li > a.calender {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='800' height='800' viewBox='0 0 610.4 610.4'%3E%3Cpath d='M145 513h117c11 0 19-10 19-23 0-12-8-23-19-23H145c-10 0-18 11-18 23 0 13 8 23 18 23zm0-82h117c11 0 19-11 19-23 0-13-8-23-19-23H145c-10 0-18 10-18 23 0 12 8 23 18 23zm0-83h117c11 0 19-10 19-22 0-13-8-23-19-23H145c-10 0-18 10-18 23 0 12 8 22 18 22zm0-82h117c11 0 19-10 19-23 0-12-8-22-19-22H145c-10 0-18 10-18 22 0 13 8 23 18 23zm208 247h117c11 0 19-10 19-23 0-12-8-23-19-23H353c-10 0-18 11-18 23 0 13 8 23 18 23zm0-82h117c11 0 19-11 19-23 0-13-8-23-19-23H353c-10 0-18 10-18 23 0 12 8 23 18 23zm0-83h117c11 0 19-10 19-22 0-13-8-23-19-23H353c-10 0-18 10-18 23 0 12 8 22 18 22zm0-82h117c11 0 19-10 19-23 0-12-8-22-19-22H353c-10 0-18 10-18 22 0 13 8 23 18 23zM540 63h-38v14c0 24-18 44-41 44h-15c-22 0-40-20-40-44V63H200v14c0 24-18 44-40 44h-16c-22 0-40-20-40-44V63H71c-21 0-38 16-38 35v477c0 19 17 35 38 35h469c21 0 38-16 38-35V98c0-19-17-35-38-35Zm-12 495H81V174h447ZM461 0h-15c-12 0-21 11-21 25v52c0 13 9 25 21 25h15c12 0 22-12 22-25V25c0-14-10-25-22-25ZM160 0h-16l-5 1c-9 3-16 12-16 24v52l1 7c3 10 11 18 20 18h16c11 0 21-12 21-25V25c0-14-10-25-21-25Z'/%3E%3C/svg%3E");
}
body > nav.sidenav > ul > li > a.kontakt {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M2 2a2 2 0 0 0-2 2l8 4 8-4a2 2 0 0 0-2-2H2zM0 5v7l5-4h1L0 5zm16 0-6 3h1l5 4V5zM7 9H6l-6 4a2 2 0 0 0 2 1h12a2 2 0 0 0 2-1l-6-4H9l-1 1-1-1z'/%3E%3C/svg%3E");
}
.cta {
  background-color: #2e2d2c;
  padding: 1rem 2rem;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
}
.obo_grid .obo_unit img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  outline: 1px solid #2e2d2c;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
}
.minihero h1 {
  line-height: 1;
  font-size: clamp(1.5rem, 7.5vw, 4rem);;
}
