@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik-MediumItalic.woff2') format('woff2'),
    url('/fonts/Rubik-MediumItalic.woff') format('woff'),
    url('/fonts/Rubik-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik-Italic.woff2') format('woff2'),
    url('/fonts/Rubik-Italic.woff') format('woff'),
    url('/fonts/Rubik-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik-Light.woff2') format('woff2'),
    url('/fonts/Rubik-Light.woff') format('woff'),
    url('/fonts/Rubik-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik-Regular.woff2') format('woff2'),
    url('/fonts/Rubik-Regular.woff') format('woff'),
    url('/fonts/Rubik-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik-ExtraBoldItalic.woff2') format('woff2'),
    url('/fonts/Rubik-ExtraBoldItalic.woff') format('woff'),
    url('/fonts/Rubik-ExtraBoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik-LightItalic.woff2') format('woff2'),
    url('/fonts/Rubik-LightItalic.woff') format('woff'),
    url('/fonts/Rubik-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik-Bold.woff2') format('woff2'),
    url('/fonts/Rubik-Bold.woff') format('woff'),
    url('/fonts/Rubik-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik-Black.woff2') format('woff2'),
    url('/fonts/Rubik-Black.woff') format('woff'),
    url('/fonts/Rubik-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik-BlackItalic.woff2') format('woff2'),
    url('/fonts/Rubik-BlackItalic.woff') format('woff'),
    url('/fonts/Rubik-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik-Medium.woff2') format('woff2'),
    url('/fonts/Rubik-Medium.woff') format('woff'),
    url('/fonts/Rubik-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik-ExtraBold.woff2') format('woff2'),
    url('/fonts/Rubik-ExtraBold.woff') format('woff'),
    url('/fonts/Rubik-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik-SemiBoldItalic.woff2') format('woff2'),
    url('/fonts/Rubik-SemiBoldItalic.woff') format('woff'),
    url('/fonts/Rubik-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik-BoldItalic.woff2') format('woff2'),
    url('/fonts/Rubik-BoldItalic.woff') format('woff'),
    url('/fonts/Rubik-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik-SemiBold.woff2') format('woff2'),
    url('/fonts/Rubik-SemiBold.woff') format('woff'),
    url('/fonts/Rubik-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

h1, .subtitel {
  font-family: 'Rubik' !important;
  text-transform: uppercase;
  font-size: 2.8em !important;
  font-weight: bold;
}

h2, h2 a:link, h2 a:visited {
  font-family: 'Rubik' !important;
  font-size: 1.8em !important;
  line-height: 1;
  margin-bottom: 1em;
  font-weight: bold;
}

h3 {
  font-family: 'Rubik' !important;
  font-size: 1.4em !important;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1em;
}

h4 {
  font-family: 'Rubik' !important;
  text-transform: uppercase;
  line-height: 1;
}

.custom-button {
  background: #1E2D69;
  width: fit-content;
  user-select: none;
  margin-top: 2em;
}

.custom-button a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  padding: 1em 1.3em;
  transition: all 180ms ease-in-out;
  z-index: 0;
  position: relative;
}

.custom-button a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #2b3b79;
  transition: all 0.3s ease;
}

.custom-button a:hover:after {
  left: 0 !important;
  width: 100% !important;
}

body {
  hyphens: auto;
}

body, .btn, .button, button {
  font-family: 'Rubik' !important;
  line-height: 1.3;
}

joomla-hidden-mail a {
  text-decoration: none;
  color: #000 !important;
}

/*-------------------GDPR-----------------*/
div.cc-window.cc-floating {
  padding: 0 !important;
}

.cc-btn {
  padding: 1em !important;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 0 !important;
  padding: 1.5em;
}

div.cc-compliance>a.cc-btn {
  margin: 0 !important;
}

.cc-color-override--2018249118 .cc-highlight .cc-btn.cc-deny:hover, .cc-color-override--2018249118 .cc-highlight .cc-btn.cc-deny:focus {
  border-color: rgb(51, 51, 51) !important;
}

.cc-window.cc-floating.cc-type-opt-in.cc-theme-edgeless a {
  color: #ffffff !important;
  text-decoration: none !important;
  margin: unset !important;
}

.cc-compliance.cc-highlight a.cc-btn.cc-allow {
  color: #000000 !important;
}

.cc-revoke.cc-left {
  left: -20px !important;
  right: auto;
  transform: rotate(90deg);
  bottom: 70px !important;
  user-select: none;
}

.cc-revoke:hover {
  transform: rotate(90deg) !important;
}

.cc-revoke img {
  width: 50px;
  height: 100px;
}

.powr-social-feed:before {
  content: 'Sie müssen Cookies akzeptieren und die Seite neu laden, um diesen Inhalt anzuzeigen';
  left: 0;
  right: 0;
  position: absolute;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  background-color: #dfdfdf;
}

.powr-social-feed.powrLoaded:before {
  display: none;
}

/*---------------------Konfigurator--------------------*/
.convertforms.cf-konfigurator {
  margin: auto !important;
}

.stepbardiv {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.stepbardiv>div {
  flex-basis: 25%;
}

.stepbardiv .step .step-inner {
  position: relative;
  padding: 20px 0;
  text-align: center;
  z-index: 1;
}

.stepbardiv .step .step-inner a {
  text-decoration: none;
  color: #000 !important;
}

.stepbardiv .step .step-inner .step-line {
  content: "";
  top: 38%;
  right: -50%;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #eee;
}

.step-line.blue {
  background: #1e2d69 !important;
}

.stepbardiv .steptitle {
  display: inline-block;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  line-height: 1em;
  z-index: 1;
}

.stepbardiv .steptitle .text {
  font-size: 0.7em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.stepbardiv .stepactive .steptitle, .stepbardiv .stepprevious .steptitle {
  background: #1e2d69 !important;
  border-color: #1e2d69 !important;
  border: 2px solid #1e2d69;
  color: #fff;
}

.stepbardiv .stepnotactive .steptitle {
  background: #fff !important;
  color: #1e2d69;
  border: 1px solid #1e2d69;
}

.stepbardiv .stepsubtitle {
  font-size: 0.7em;
  display: block;
  margin-top: 6px;
  padding: 0 0.5em;
}

.stepbardiv .step.stepactive .stepsubtitle {
  font-weight: 600;
}

.cf-custom-configurator p {
  margin: 0;
}

.convertforms.cf-konfigurator strong {
  font-weight: 600 !important;
  text-transform: uppercase;
}

.convertforms .cf-control-group.auswahl p {
  margin: 0 !important;
}

.convertforms .cf-control-group.bereichauswahl {
  display: none;
}

.convertforms.cf-konfigurator .cf-radio-group .cf-label {
  display: flex;
  flex-direction: column-reverse;
  padding: 1em 0;
}

/*-------------------Convert Forms-------------------*/
.convertforms .cf-control-input, .convertforms .cf-btn, .convertforms .cf-checkbox-group .cf-label {
  font-size: 0.9em !important;
}

.cf-list.cf-list-auto-columns {
  justify-content: center;
}

.convertforms [class*=cf-list-]>div {
  width: 20% !important;
  min-height: 110px;
}

.convertforms .cf-titel-custom {
  text-transform: uppercase;
  margin: 0;
}

.convertforms .cf-input {
  color: #000 !important;
  border-bottom: 1px solid #000;
  --input-placeholder-color: #7f7f7f;
  border-radius: 0 !important;
}

.convertforms .cf-label {
  font-style: italic;
}

.convertforms .cf-radio-group .cf-label {
  font-style: unset;
}

.cf-radio-group {
  width: 180px !important;
  border-radius: 0 !important;
  border-width: 1px !important;
}

.cf-control-input-desc {
  color: #000 !important;
}

.cf-radio-group.selected:hover {
  background: #d2dbff !important;
}

.convertforms .cf-radio-group .cf-label {
  font-size: 1em !important;
}

.convertforms .cf-control-input>.cf-input {
  background-color: #fafafa;
}

.convertforms .cf-label a {
  color: #000;
}

.convertforms .cf-form-wrap {
  padding-left: unset !important;
}

.convertforms .cf-checkbox-group {
  gap: 0.5em;
}

.convertforms .cf-btn {
  display: inline;
  z-index: 0;
  position: relative;
  border: 1px solid #1e2d69;
  opacity: 1 !important;
  text-transform: uppercase;
  user-select: none;
  transition: all 180ms ease-in-out;
}

.convertforms .cf-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #2b3b79;
  transition: all 0.3s ease;
}

.convertforms .cf-btn:hover:after {
  left: 0 !important;
  width: 100% !important;
}

.sm-open-111 .cc-revoke {
  display: none;
}

/*-------------Back-To-Tap------------*/
.back-to-top {
  background: white !important;
  border-radius: 100% !important;
  box-shadow: 0px 0px 5px #868681;
  right: 1em;
  bottom: 0.75em;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.back-to-top svg {
  fill: #1e2d69;
}

.scrolled .back-to-top {
  opacity: 1 !important;
}

/*----------------Header--------------*/
#container_header-sticky-wrapper {
  position: absolute;
}

.container_header:after {
  display: none;
}

.container_header {
  padding-top: 0px;
  box-shadow: unset;
  transition: none !important;
}

#container_header-sticky-wrapper.is-sticky .container_header {
  background-color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 10px, rgba(0, 0, 0, 0.04) 0px 2px 2px, rgba(0, 0, 0, 0.05) 0px 4px 4px, rgba(0, 0, 0, 0.05) 0px 4px 8px;
}

:root {
  --headerheight: 115px;
}

#header_main {
  height: var(--headerheight);
  justify-content: flex-end;
  width: 98%;
  margin: auto;
}

/*---------------QUICKMENUE-----------------*/
#quickmenu {
  position: relative;
  height: auto;
  color: #fff;
  display: flex;
  flex-direction: row;
}

:root {
  --quickmenu_burgericon_color: #1E2D69;
}

.burgericon {
  width: 60px;
  height: 35px;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  user-select: none;
  transition: all .2s ease-in-out
}

.burgericon span {
  width: 100%;
  height: 3px;
  background-color: var(--quickmenu_burgericon_color);
  display: block;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  clip-path: polygon(5% 0, 95% 0, 100% 100%, 0% 100%);
}

.burgericon span.vert {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 100%;
  clip-path: unset;
}

.burgericon span:nth-child(2) {
  position: absolute;
  top: 25%;
}

.burgericon span:nth-child(3) {
  position: absolute;
  top: 50%;
}

.burgericon span:nth-child(4) {
  position: absolute;
  top: 75%;
}

.burgericon span:nth-child(5) {
  position: absolute;
  width: 100%;
}

.burgericon:hover span {
  height: 6px;
}

.burgericon:hover span.vert {
  height: 100%;
}

#trigger {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  z-index: 6;
  width: 60px;
}

.trigger span {
  display: block;
  width: 100%;
  background: #ffffff;
  margin: 0 0 5px 0;
  transition: all .2s ease-in-out;
  position: relative;
}

#trigger.on .burgericon {
  width: 35px;
  height: 35px;
}

#trigger.on span:nth-child(1) {
  display: none;
}

#trigger.on span:nth-child(2) {
  transform: rotate(135deg);
  top: 50%;
  left: 0;
  width: 100%;
  clip-path: unset !important;
}

#trigger.on span:nth-child(3) {
  transform: rotate(-135deg);
  top: 50%;
  left: 0;
  width: 100%;
  clip-path: unset !important;
}

#trigger.on span:nth-child(4) {
  transform: rotate(135deg);
  top: 50%;
  left: 0;
  width: 100%;
  clip-path: unset !important;
}

#trigger.on span:nth-child(5) {
  transform: rotate(-135deg);
  top: 50%;
  left: 0;
  width: 100%;
  clip-path: unset !important;
}

#trigger.on button.schliessen {
  display: block;
  color: #000000;
}

#trigger.on button {
  display: none;
}

#trigger button {
  margin-top: 0px;
}

#trigger button.schliessen {
  display: none;
}

.hornav_new {
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 110;
  flex-direction: row;
  overflow: visible;
  background: #000;
}

.hornav_new .menuleft {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: start;
  background-image: url(/images/background/menu-background.svg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  justify-content: center;
}

.hornav_new .menuleft .menu {
  padding: 0;
  margin: 0;
}

.hornav_new .menuleft ul.menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  transition: none;
  list-style-type: none;
  padding: 0;
  text-align: left;
  position: relative;
  right: auto;
  bottom: auto;
  width: fit-content;
}

.hornav_new .menuleft ul.menu>li {
  transition: none;
  margin: 0 !important;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.hornav_new .menuleft ul.menu>li>a, .hornav_new .menuleft ul.menu>li>span {
  font-size: 2em;
  line-height: 1;
  font-family: 'Rubik';
  color: #fff !important;
}

.hornav_new .menuleft ul.menu .parent-indicator {
  position: absolute;
  width: 1em;
  height: 1em;
}

.hornav_new .menuleft>ul>li>ul {
  transform: none !important;
  background-color: transparent;
  box-shadow: none !important;
  border-radius: 0px;
  position: relative !important;
  top: 0px;
  min-width: inherit !important;
}

.hornav_new ul.mod-menu__sub {
  display: none;
  font-size: 1em;
}

.hornav_new ul.mod-menu__sub>li {
  text-align: center;
}

.hornav_new ul.mod-menu__sub>li>a {
  font-size: 1em !important;
  padding: 5px 5px;
  color: #fff;
}

/*-------------Hornav New background------------*/
.no-scroll {
  overflow: hidden;
  height: 100dvh;
}

#hornav_new-background {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  display: flex;
}

#hornav_new-background video {
  object-fit: cover;
  aspect-ratio: 1;
  width: 100%;
  height: 100dvh;
}

#hornav_new-background img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100dvh;
}

#hornav_new-background>div:first-child {
  background: #1E2D69;
  --animation-translateY: 100%;
}

#hornav_new-background>div {
  position: relative;
  width: 50%;
  background: #96989d;
}

#hornav_new-background .uk-scope ul.uk-slideshow-items {
  aspect-ratio: 1 / 1 !important;
}

/*--------------------Slideshow---------------*/
#hornav_new-background .uk-scope .uk-slideshow .uk-slideshow-items .uk-overlay {
  top: 40%;
}

#hornav_new-background .uk-scope .uk-slideshow .uk-slideshow-items .uk-overlay .uk-margin {
  background-color: #F9B60290;
  padding: 30px;
  transform: rotate(-5deg);
  box-shadow: 0px 3px 6px #00000029;
}

#hornav_new-background .uk-scope .uk-slideshow .uk-slideshow-items .uk-overlay .uk-margin h2 {
  font-size: 50px;
  margin-bottom: 0px;
  font-weight: bold;
}

#hornav_new-background .uk-scope .uk-slideshow .uk-slideshow-items .uk-overlay .uk-margin span, .showcase-1 .uk-scope .uk-slideshow .uk-slideshow-items .uk-overlay .uk-margin {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
}

#hornav_new-background .uk-scope .uk-slideshow .uk-slideshow-items .uk-overlay a button {
  background-color: transparent;
  border: 2px solid #ffffff;
  padding: 10px;
  font-size: 25px;
}

#hornav_new-background .uk-scope .uk-slideshow .uk-slideshow-items .uk-overlay p a {
  font-size: 20px;
}

/*------------------Vertical Menu------------------*/
.mobilemenu {
  display: none;
}

.sm-parent {
  display: flex;
}

.off-menu_111 dl.level1 a {
  font-size: 2em !important;
}

.sm-overlay-111 .sm-overlay-win {
  height: 100dvh !important;
}

.sm-close .menu-icon3 span {
  background: #fff !important;
}

#off-menu_111 dt.level1 {
  animation: fadeInMoMenue cubic-bezier(0.5, 0, 1, 1) 300ms forwards;
  opacity: 0;
}

#off-menu_111 dt.level1.off-nav-207 {
  animation-delay: 200ms;
}

#off-menu_111 dt.level1.off-nav-208 {
  animation-delay: 400ms;
}

#off-menu_111 dt.level1.off-nav-133 {
  animation-delay: 600ms;
}

#off-menu_111 dt.level1.off-nav-135 {
  animation-delay: 800ms;
}

@keyframes fadeInMoMenue {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }

  75% {
    opacity: .2;
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }

  ;
}

/*------------------Logo-----------------*/
#logo.logo {
  flex: 1;
  user-select: none;
  padding: unset !important;
}

.logo-image.primary-logo-image {
  width: 340px;
}

/*-------------Kontakt oben------------*/
.kontaktoben {
  user-select: none;
  padding-right: 1.5em;
}

.kontaktoben img {
  width: 1.5em;
}

.kontaktoben a {
  display: flex;
  align-items: center;
}

.kontaktoben .custom {
  display: flex;
  flex-direction: row;
  gap: 1em;
  justify-content: end;
}

.kontaktoben .custom div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5em;
}

.kontaktoben .custom div>* {
  color: #1E2D69 !important;
  text-decoration: none;
}

/*----------Google Bewertung Header-----------*/
#google-bewertung {
  padding-right: 1.5em;
}

#google-bewertung a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #1e2d69;
}

#google-bewertung a span {
  font-size: 0.8em;
  text-align: center;
  text-transform: uppercase;
}

/*-------------------Showcase--------------*/
.showcaseoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#mod-custom142 {
  position: absolute;
  bottom: 2em;
  right: 2em;
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 100%;
  background: #1E2D69;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  gap: 1em;
  transform: rotate(5deg);
  cursor: pointer;
}

#mod-custom142 img {
  width: 2.5em;
  transition: all 180ms ease-in-out;
}

#mod-custom142:hover img {
  width: 3em;
}

#mod-custom142 p {
  margin: unset;
  max-width: 200px;
  text-align: center
}

#mod-custom129 {
  height: 115px;
}

.uk-scope .bannervideo ul.uk-slideshow-items {
  max-height: 100dvh;
}

#mod-custom143 {
  max-width: 750px;
  width: auto;
  position: absolute;
  bottom: 3em;
  left: 3em;
  right: 3em;
}

#mod-custom143 h1 {
  color: #fff;
  text-shadow: 0px 3px 6px #00000029;
}

/*--------------------top 1--------------------*/
#container_top1_modules .wrapper960 {
  width: 85% !important;
}

#container_top1_modules #mod-custom122 h2 {
  max-width: 850px;
}

#container_top1_modules #mod-custom122 p {
  max-width: 650px;
}

/*--------------------top 2--------------------*/
#container_top2_modules {
  background: url(/images/background/logo_bg.svg)
}

#container_top2_modules .wrapper960 {
  width: 85% !important;
}

.custom-gallery {
  max-height: 750px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.custom-gallery div {
  overflow: hidden;
}

.custom-gallery img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.div1 {
  grid-area: 1 / 1 / 3 / 2;
}

.div2 {
  grid-area: 3 / 1 / 4 / 2;
}

.div3 {
  grid-area: 1 / 2 / 2 / 3;
}

.div4 {
  grid-area: 2 / 2 / 4 / 3;
}

.div5 {
  grid-area: 1 / 3 / 4 / 4;
}

.div6 {
  grid-area: 1 / 4 / 2 / 5;
}

.div7 {
  grid-area: 2 / 4 / 4 / 5;
}

/*--------------------top 3--------------------*/
#container_top3_modules .wrapper960 {
  width: 85% !important;
}

/*-----------------Main Content----------------*/
#container_main .wrapper960 {
  width: 85% !important;
}

.itemid-101 #container_main, .itemid-135 #container_main, .itemid-133 #container_main {
  display: none;
}

.itemid-107 .com-content-article__body p, .itemid-107 .com-content-article__body a {
  text-decoration: none;
  color: #000 !important;
}

/*produkte*/
.uk-scope .produkte .uk-panel {
  aspect-ratio: 4/3;
}

.uk-scope .produkte .uk-margin {
  height: 100% !important;
  width: 100% !important;
  margin: 0 !important;
}

.uk-scope .produkte .uk-margin img {
  width: 100%;
  height: 100%;
  filter: brightness(0.6);
}

.uk-scope .produkte h3 {
  margin: 0 !important;
}

.uk-scope .produkte a.uk-link-reset {
  color: #fff !important;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  transition: all 180ms ease-in-out;
}

.uk-scope .produkte a.uk-link-reset:hover {
  background: #1e2d6994;
}

.uk-scope .produkte p {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
}

.uk-scope .produkte a.uk-button {
  width: 100%;
  height: 2em;
  font-size: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #1e2d69;
  transition: all 180ms ease-in-out;
  z-index: 0;
  border: unset !important;
}

.uk-scope .produkte a.uk-button:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #2b3b79;
  transition: all 0.3s ease;
  z-index: -1;
}

.uk-scope .produkte a.uk-button:hover:after {
  left: 0 !important;
  width: 100% !important;
}

/*kontakt*/
.itemid-135 #container_base1_modules .wrapper960 {
  width: 100% !important;
  margin-bottom: 0;
}

#mod-custom136>div {
  line-height: 0;
}

#mod-custom136 iframe {
  width: 100%;
  height: 450px;
}

/*über uns*/
.uk-scope .faq {
  border: 1px solid #ccc
}

.uk-scope .uk-accordion.faq>li {
  margin-top: 0;
}

.uk-scope .faq .uk-accordion-title {
  text-transform: uppercase;
  padding: .8em;
  background: #1E2D69;
  color: #fff !important;
  font-size: inherit !important;
}

.uk-scope .uk-accordion-title::before {
  filter: brightness(2);
}

.uk-scope .faq li:nth-child(even) .uk-accordion-title {
  background: #2b3b79;
}

.uk-scope .faq .uk-open {
  background: #fafafa;
}

.uk-scope .faq .uk-accordion-content {
  padding: 0 .8em;
}

/*danke*/
.itemid-172 #container_main, .itemid-172 #container_footer {
  display: none;
}

#mod-custom128 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  background: rgba(41, 49, 51, 0.9) !important
}

#mod-custom128 h2 {
  color: #fff;
}

.itemid-172 #container_showcase1_modules {
  height: 100dvh;
  overflow: hidden;
}

/*-------------------bottom 1-------------------*/
#container_bottom1_modules .wrapper960 {
  width: 85% !important;
}

#container_base1_modules {
  color: #000;
}

#container_bottom1_modules h3 {
  max-width: 560px;
}

.bottom-1b {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*-------------------bottom 2-------------------*/
#container_bottom2_modules .wrapper960 {
  width: 85% !important;
  max-width: 1200px;
}

/*-------------------bottom 3-------------------*/
.tns-outer {
  background: url(/images/logo/rohregger_logo_r_og.svg);
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: right;
}

#j51-testimonials140 {
  font-size: inherit;
}

#j51-testimonials140>.tns-item {
  font-size: inherit;
}

.j51-testimonials .j51-profile {
  padding: unset !important;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}

.j51-testimonials .item .j51-text-box {
  padding: unset;
  margin: unset;
  text-align: center;
  background: unset;
}

.j51-testimonials .star-rating {
  margin: 5px auto !important;
}

.j51-testimonials .star-rating, .j51-testimonials .star-rating:before, .j51-testimonials .star-rating>span, .j51-testimonials .star-rating>span:before {
  height: 28px !important;
  width: 140px !important;
}

.j51-testimonials .star-rating>span:before, .j51-testimonials .star-rating:before {
  background-size: 28px !important;
}

.read-more {
  display: block;
  position: relative;
  color: #fff;
  background: #1E2D69;
  cursor: pointer;
  display: block;
  width: fit-content;
  margin: 2em auto;
  padding: 0.5em 1em;
  text-transform: uppercase;
  line-height: 1;
  transition: all 180ms ease-in-out;
  z-index: 0;
}

.read-more:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #2b3b79;
  transition: all 0.3s ease;
}

.read-more:hover:after {
  left: 0 !important;
  width: 100% !important;
}

/*-------------------base 1-------------------*/
#container_base1_modules .wrapper960 {
  width: 85% !important;
  margin-bottom: 2em;
}

.uk-scope .partner-slider ul {
  align-items: center;
  max-width: 1440px;
  margin: auto;
}

.uk-scope .partner-slider ul li img {
  max-width: 170px;
  filter: grayscale(1);
}

.uk-scope .uk-dotnav>* {
  flex: none;
  padding-left: unset !important;
  margin: 3px;
}

.uk-scope .uk-dotnav>.uk-active>* {
  background-color: #1e2d69 !important;
  opacity: 1 !important;
}

.uk-scope .uk-dotnav>*>* {
  border: unset;
  background: #333 !important;
  opacity: 0.25;
  border: unset !important;
  transition: all .3s ease !important;
}

.showcase-1 .uk-scope .uk-dotnav>*>* {
  opacity: 0.45;
}

/*-------------------base 2-------------------*/
#container_base2_modules .wrapper960 {
  width: 85% !important;
}

#container_base2_modules .module_surround {
  padding-top: 3em !important;
  padding-bottom: 0 !important;
}

#mod-custom115 p, #mod-custom118 a, #mod-custom118 span {
  color: #fff !important;
  text-decoration: none;
}

.base-2b .module {
  height: 100%;
}

.base-2b .module_content {
  height: 100%;
}

#mod-custom137 img {
  max-width: 300px;
  width: 100%;
}

#mod-custom118>div {
  display: flex;
  gap: 1em;
  align-items: flex-start;
  margin-bottom: 0.5em;
}

#mod-custom118 img {
  width: 1.5em;
}

#mod-custom115 strong {
  text-transform: uppercase;
}

/*------------------Footer----------------*/
.container_footer {
  padding-bottom: 1em;
}

.container_footer .wrapper960 {
  width: 85% !important;
  justify-content: end;
  padding: 0;
}

.footerlogo {
  display: none;
}

.footermenu ul li a {
  font-size: 0.8em !important;
  color: #fff !important;
}

.footermenu ul li a:after, .footermenu ul li span:after {
  content: " | ";
  margin-left: 10px;
  font-weight: 400;
  font-size: 1em !important;
}

.footermenu ul li a:hover {
  text-decoration: none;
}

/*---------------Mobile Footer--------------*/
.mobilefooter {
  display: none;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 10;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  box-shadow: inset 0px 0px 50px rgb(185 185 185 / 50%);
}

.mobilefooter div.mod-custom {
  height: 60px;
}

#mod-custom112 div {
  display: flex;
  justify-content: space-between;
  align-items: end;
  height: 100%;
}

.mobilefooter a {
  width: 49.5%;
  height: 55px;
  display: flex;
  justify-content: center;
  background: #1e2d69;
}

/*-----------------Responsive---------------*/
@media only screen and (max-width: 1660px) {
  body {
    font-size: 20px !important;
  }

  :root {
    --headerheight: 85px;
  }

  #header_main {
    height: var(--headerheight);
  }

  .logo-image.primary-logo-image {
    width: 240px;
  }

  .kontaktoben .mail-text {
    display: none;
  }

  .uk-scope .projekte.uk-grid>* {
    width: 50% !important;
  }

  .tel-footer {
    width: 1em;
  }

  .mail-footer {
    width: 1.3em;
  }

  #google-bewertung img {
    width: 120px;
  }

  .burgericon {
    width: 45px;
    height: 25px;
  }

  .burgericon span {
    width: 100%;
    height: 2px;
  }

  .burgericon:hover span {
    height: 4px;
  }

  .burgericon span.vert {
    width: 2px;
  }

  #mod-custom142 {
    width: 250px;
    height: 250px;
  }

  #mod-custom142 p {
    max-width: 170px;
  }

  .tns-outer {
    background-size: 200px;
  }
}

@media only screen and (max-width: 1440px) {
  #wrapper_base-2 {
    flex-direction: column;
  }

  .base-2 {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 1200px) {
  #quickmenu {
    display: none;
  }

  .mobilemenu {
    display: block;
  }

  #mod-custom122 {
    width: fit-content;
    margin: auto;
  }

  .top-1a, .top-1b, .bottom-1a, .bottom-1b, .bottom-2a, .bottom-2b, .bottom-3a, .bottom-3b, .base-1a, .base-1b {
    max-width: 100% !important;
  }

  .itemid-101 .top-1b {
    display: none;
  }

  .top-1b .module_surround {
    padding-top: unset !important;
  }

  .convertforms [class*=cf-list-]>div {
    min-height: 90px !important;
  }
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 18px !important;
  }

  h1, .subtitel {
    font-size: 2.5em !important;
  }

  #google-bewertung img {
    width: 110px;
  }

  .uk-scope .bannervideo .uk-slideshow-items {
    aspect-ratio: 2 / 3 !important;
  }

  .logo-image.primary-logo-image {
    width: 250px;
  }

  .convertforms [class*=cf-list-]>div {
    min-height: 81px !important;
  }

  #mod-custom142 {
    width: 220px;
    height: 220px;
    margin: auto;
  }

  #mod-custom143 {
    max-width: 500px;
    top: 45%;
    bottom: 55%;
    left: 2em;
    right: 2em;
  }

  .container_footer .wrapper960 {
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  :root {
    --headerheight: 80px;
  }

  #header_main {
    height: var(--headerheight);
  }

  #google-bewertung {
    padding-right: 0.5em;
  }

  #mod-custom129 {
    height: 80px;
  }

  .sm-parent {
    display: flex;
  }

  .menu-icon-cont .menu-icon3 {
    width: 35px !important;
    height: 35px !important;
  }

  #logo.logo {
    padding: 1em;
  }

  .logo-image.primary-logo-image {
    width: 200px;
  }

  .kontaktoben {
    display: None;
  }

  #google-bewertung {
    display: none;
  }

  .convertforms [class*=cf-list-]>div {
    width: 40% !important;
  }

  .back-to-top {
    width: 35px;
    height: 35px;
  }

  .mobilefooter {
    display: none;
  }

  .cc-revoke.cc-left {
    bottom: 90px !important;
  }
}

@media only screen and (max-width: 576px) {
  .uk-scope .bannervideo .uk-slideshow-items {
    aspect-ratio: 9 / 16 !important;
  }

  h1, .subtitel {
    font-size: 1.5em !important;
  }

  h2, h2 a:link, h2 a:visited {
    font-size: 1.5em !important;
  }

  .uk-scope .produkte h3 {
    font-size: 1em !importants;
  }

  #mod-custom142 {
    bottom: 1em;
    right: 1em;
    width: 190px;
    height: 190px;
  }

  #mod-custom142 p {
    max-width: 90%;
    hyphens: manual;
  }

  .convertforms [class*=cf-list-]>div {
    width: 170px !important;
  }

  .stepbardiv>div {
    flex-basis: 33.3%;
  }

  .stepbardiv .stepsubtitle {
    font-size: 0.6em;
  }

  #container_top1_modules .wrapper960, #container_top2_modules .wrapper960, #container_top3_modules .wrapper960, #container_main .wrapper960, #container_bottom1_modules .wrapper960, #container_bottom2_modules .wrapper960, #container_base1_modules .wrapper960, #container_base2_modules .wrapper960, .container_footer .wrapper960 {
    width: 90% !important;
  }
}

@media only screen and (max-width: 420px) {
  body {
    word-break: break-word;
  }

  .stepbardiv .step .step-inner {
    min-height: 100px;
  }

  .stepbardiv .step .step-inner .step-line {
    content: "";
    top: 32%;
  }
}

@media only screen and (max-width: 370px) {
  #mod-custom143 {
    display: none;
  }

  .back-to-top {
    width: 30px;
    height: 30px;
  }

  .off-menu_111 dl.level1 a {
    font-size: 1.5em !important;
  }

  .off-menu_111 dl.level2 a {
    font-size: 0.8em !important;
  }

  .off-menu_111 dl.level2 dt {
    padding: 0 !important;
  }

  .uk-scope .projekte.uk-grid>* {
    width: 100% !important;
  }

  #container_top3_modules {
    background-image: url(/images/background/close-up-eyes.jpg) !important;
  }
}