body {
  font-size: 18px;
  line-height: 25px;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
}

.owl-carousel .sliderbg {
  height: 100vh;
  min-height: 600px;
  background-size: cover !important;
  background-position: center center !important;
}

.telcolor {
  color: #000;
  text-decoration: none;
}

.displaynone {
  display: none;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.header {
  background: url(/fileadmin/template/img/headerbg.png);
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat !important;
  max-width: 687px;
  padding: 0px 400px 80px 50px;
}

.headerheight {
  /*padding: 36px 400px 300px 50px;*/
  padding: 0px 400px 300px 50px;
}

.logo {
  padding: 30px 20px 0px 20px;
  min-width: 250px;
  z-index: 99999999;
}

.logolarge {
  /*padding: 71px 0px 0px 0px;
  min-width: 400px;*/
  z-index: 99999999;
}

.logo img {
  width: 100%;
  height: auto;
}

.logo p {
  margin: 0px;
}

.slogan {
  color: #c1b282;
  text-transform: uppercase;
  font-weight: 300;
  position: absolute;
  right: 175px;
  /*top: 50px;*/
  top: 57px;
  line-height: 1.25;
}

.metainfo {
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  top: 10px;
  left: 70px;
}

.metainfobottom {
  font-size: 13px;
  font-weight: 300;
  position: absolute;
  bottom: 120px;
  left: 20px;
}

.logo,
.header {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

#navon {
  cursor: pointer;
  background: url(/fileadmin/template/img/navon.svg)no-repeat;
  background-position: center right;
  position: absolute;
  top: 50px;
  right: 180px;
  padding: 5px 50px 5px 0px;
}

#navoff {
  cursor: pointer;
  background: url(/fileadmin/template/img/navoff.svg)no-repeat;
  background-position: center right;
  position: absolute;
  bottom: 118px;
  /*right: 315px;*/
  right: 205px;
  padding: 15px 70px 15px 0px;
}

.navigation {
  padding: 50px 0px 120px 0px;
}

.navanimted ul {
  padding: 0px;
}

.navanimted li {
  list-style: none;
  padding: 0px;
}

.navanimted li a {
  color: #000 !important;
  text-decoration: none;
  text-transform: uppercase;
}

.navanimted li a:hover {
  text-decoration: underline;
}

.navone,
.navtwo {
  position: absolute;
  /*top: 309px;*/
  top: 150px;
}

footer {
  background: #c41626;
  color: #fff;
  padding: 20px 0px;
  font-style: normal;
  font-weight: 400;
  margin-top: 20px;
}

footer p {
  font-size: 14px;
  line-height: 18px;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
}

#layout-1 .actiondisplay.kontaktaction,
#layout-18 .actiondisplay.kontaktaction {
  display: none;
}

#layout-1 footer {
  margin-top: 0px;
}

footer b {
  font-weight: 300;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
}

footer a {
  font-size: 14px;
  line-height: 18px;
  color: #fff !important;
  text-decoration: none !important;
}

footer .rightposition a {
  display: block;
  text-transform: uppercase;
}

footer .rightposition {
  float: right;
  padding-top: 20px !important;
}

.rightposition {
  text-align: right;
}

/*Global Formatierung*/
.uppercase {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  margin: 0px;
}

h2 {
  font-size: 26px;
  line-height: 33px;
  font-weight: 100;
  margin: 0px;
  text-transform: uppercase;
}

h3 {
  font-size: 30px;
  line-height: 36px;
  margin: 0px;
}

h1.ewe {
font-weight: 100;
}

.content {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  color: #2a2a2a;
}

.content a {
  color: #000;
}

.content h2 {
  font-size: 26px !important;
  line-height: 32px !important;
}

.content h3 {
  font-size: 24px !important;
  line-height: 30px !important;
}

.content h2.uppercase {
  font-size: 40px !important;
  line-height: 40px !important;
}

.content b,
.content strong {
  font-weight: 700;
}

.content ul {
  padding-left: 15px;
}

/*Navigation*/
.navigation {
  padding-top: 30px;
}

.navigation a {
  color: #fff !important;
  padding-bottom: 18px;
}

.shadow .navigation a {
  padding-bottom: 0px;
}

/*Kontakt Button*/
.kontaktaction {
  background: url(/fileadmin/content/startseite/rot.svg)no-repeat;
  background-size: contain;
  padding: 20px 45px 35px 20px;
}

.kontaktaction {
  -webkit-transition: all 1.9s ease;
  -moz-transition: all 1.9s ease;
  -o-transition: all 1.9s ease;
  transition: all 1.9s ease;
  opacity: 0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px !important;
  font-weight: 300;
}

.kontaktaction.actiondisplay {
  display: inline-block;
  opacity: 1;
  position: absolute;
  top: 140px;
  right: 0px;
  -webkit-transition: all 1.9s ease;
  -moz-transition: all 1.9s ease;
  -o-transition: all 1.9s ease;
  transition: all 1.9s ease;
  z-index: 1;
}

/*Top Scroll*/
.cd-top {
  display: block;
  height: 30px;
  width: 30px;
  position: relative;
  float: right;
  bottom: 10px;
  margin-bottom: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #c41626 url(../img/pfeil.svg) no-repeat center 50%;
  rotate: 90deg;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border-radius: 100px;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  /*opacity: .5;*/
}

.no-touch .cd-top:hover {
  /* background-color: #e86256;*/
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 30px;
    width: 30px;
  }
}

/*News Detail GLobal*/
.no-news-found {
  display: none;
}

.detail_headline {
  font-size: 40px;
  line-height: 50px;
  color: #404040;
  margin: 0px 0px 5px 0px;
}

.detail_teaser {
  font-size: 16px;
  color: #404040;
}

.detail_content {
  font-size: 15px;
  line-height: 20px;
  color: #404040;
}

.detail-two .col-lg-3 {
  padding: 25px;
}

.margen {
  padding-bottom: 16px;
}

/*BLog*/
.weiterlesen {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  margin-bottom: 50px;
}

.unterseite.content .news a {
  color: #000;
}

.unterseite.content .newsnoimage a {
  text-decoration: none;
}

.unterseite.content .newsnoimage p {
  margin: 5px 0px;
}

.unterseite.content .news .weiterlesen {
  margin-bottom: 50px;
  display: block;
  color: #af1d15;
}

/*OWL 2*/
/*
 *   Core Owl Carousel CSS File
 *  v1.3.3
 */
.owl-controls {
  position: absolute;
  bottom: 30px;
  left: 0px;
  right: 0px;
}

.owl-dot {
  width: 15px;
  height: 15px;
  margin: 0px 5px;
  display: inline-block;
  background: #fff;
  border-radius: 100px;
}

.owl-dot.active {
  background: #c41626;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

.owl-themenew {
  clear: both;
}

/*
 *   Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
*   Owl Carousel Owl Demo Theme
*  v1.3.3
*/
.owl-theme .owl-controls {
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/

.news .f3-widget-paginator {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 1rem;
}
.news .f3-widget-paginator li {
  list-style: none;
}
.news .f3-widget-paginator li a {
  text-decoration: none;
}
.news .f3-widget-paginator .current {
  font-weight: 700;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}


/*Lightbox*/
/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*Basic TYPO3 und Powermail*/
/* specific page styles for extension "tx_cssstyledcontent" */
.csc-textpic-intext-right-nowrap .csc-textpic-text {
  margin-right: 660px;
}

.csc-textpic-intext-left-nowrap .csc-textpic-text {
  margin-left: 660px;
}

/* default styles for extension "tx_cssstyledcontent" */
/* Headers */
.csc-header-alignment-center {
  text-align: center;
}

.csc-header-alignment-right {
  text-align: right;
}

.csc-header-alignment-left {
  text-align: left;
}

div.csc-textpic-responsive, div.csc-textpic-responsive * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Clear floats after csc-textpic and after csc-textpic-imagerow */
div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li {
  overflow: hidden;
}

/* Set padding for tables */
div.csc-textpic .csc-textpic-imagewrap table {
  border-collapse: collapse;
  border-spacing: 0;
}

div.csc-textpic .csc-textpic-imagewrap table tr td {
  padding: 0;
  vertical-align: top;
}

/* Settings for figure and figcaption (HTML5) */
div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap {
  margin: 0;
  display: table;
}

/* Captions */
figcaption.csc-textpic-caption {
  display: table-caption;
}

.csc-textpic-caption {
  text-align: left;
  caption-side: bottom;
}

div.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c {
  text-align: center;
}

div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r {
  text-align: right;
}

div.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l {
  text-align: left;
}

/* Float the columns */
div.csc-textpic div.csc-textpic-imagecolumn {
  float: left;
}

/* Border just around the image */
div.csc-textpic-border div.csc-textpic-imagewrap img {
  border: 2px solid black;
  padding: 0px 0px;
}

div.csc-textpic .csc-textpic-imagewrap img {
  border: none;
  display: block;
}

/* Space below each image (also in-between rows) */
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 10px;
}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image {
  margin-bottom: 0;
}

/* colSpace around image columns, except for last column */
div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {
  margin-right: 10px;
}

div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image {
  margin-right: 0;
}

/* Add margin from image-block to text (in case of "Text & Images") */
div.csc-textpic-intext-left .csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  margin-right: 10px;
}

div.csc-textpic-intext-right .csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
  margin-left: 10px;
}

/* Positioning of images: */
/* Center (above or below) */
div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap {
  overflow: hidden;
}

div.csc-textpic-center .csc-textpic-center-outer {
  position: relative;
  float: right;
  right: 50%;
}

div.csc-textpic-center .csc-textpic-center-inner {
  position: relative;
  float: right;
  right: -50%;
}

/* Right (above or below) */
div.csc-textpic-right .csc-textpic-imagewrap {
  float: right;
}

div.csc-textpic-right div.csc-textpic-text {
  clear: right;
}

/* Left (above or below) */
div.csc-textpic-left .csc-textpic-imagewrap {
  float: left;
}

div.csc-textpic-left div.csc-textpic-text {
  clear: left;
}

/* Left (in text) */
div.csc-textpic-intext-left .csc-textpic-imagewrap {
  float: left;
}

/* Right (in text) */
div.csc-textpic-intext-right .csc-textpic-imagewrap {
  float: right;
}

/* Right (in text, no wrap around) */
div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
  float: right;
}

/* Left (in text, no wrap around) */
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  float: left;
}

div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last {
  margin-bottom: 0;
}

/* Browser fixes: */
/* Fix for unordered and ordered list with image "In text, left" */
.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {
  padding-left: 40px;
  overflow: auto;
}

/* File Links */
ul.csc-uploads {
  padding: 0;
}

ul.csc-uploads li {
  list-style: none outside none;
  margin: 1em 0;
}

ul.csc-uploads img {
  float: left;
  margin-right: 1em;
  vertical-align: top;
}

ul.csc-uploads span {
  display: block;
}

ul.csc-uploads span.csc-uploads-fileName {
  text-decoration: underline;
}

/* Table background colors: */
table.contenttable-color-1 {
  background-color: #EDEBF1;
}

table.contenttable-color-2 {
  background-color: #F5FFAA;
}

table.contenttable-color-240 {
  background-color: black;
}

table.contenttable-color-241 {
  background-color: white;
}

table.contenttable-color-242 {
  background-color: #333333;
}

table.contenttable-color-243 {
  background-color: gray;
}

table.contenttable-color-244 {
  background-color: silver;
}

td.adp-substep:nth-child(3) {
  word-break: break-all;
}

.tx-powermail .powermail_fieldset .parsley-errors-list,  .tx-powermail .powermail_fieldset .powermail-errors-list{
  display: none;
  margin: 5px 0 20px 0;
  padding: 0;
  list-style-type: none;
  background-color: #F2DEDE;
  border: 1px solid #EBCCD1;
  width: 100%;
  float: right;
  clear: left
}

.tx-powermail .powermail_fieldset .parsley-errors-list.filled, .tx-powermail .powermail_fieldset .powermail-errors-list.filled {
  display: block
}

.tx-powermail .powermail_fieldset .parsley-errors-list>li, .tx-powermail .powermail_fieldset .powermail-errors-list>li {
  color: #A94442;
  padding: 5px 10px
}

.tx-powermail .powermail_fieldset .powermail_field_error, .tx-powermail .powermail_fieldset .parsley-error, .tx-powermail .powermail_fieldset .powermail_form .parsley-error:focus, .tx-powermail .powermail_fieldset div.error {
  background-color: #EBCCD1;
  color: #A94442
}

.tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list, .tx-powermail .powermail_fieldset .powermail_field_error_container .powermail-errors-list {
  width: 100%;
  margin-bottom: 0;
  background-color: #EBCCD1;
  border: none
}

.tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list>li, .tx-powermail .powermail_fieldset .powermail_field_error_container .powermail-errors-list>li {
  padding-left: 5px
}

.tx-powermail .powermail_progressbar {
  width: 100%;
  height: 5px;
  float: right;
  border: 1px solid #EEEEEE;
  clear: both
}

.tx-powermail .powermail_progressbar.disable {
  display: none
}

.tx-powermail .powermail_progressbar>.powermail_progress {
  background: #1E5799;
  width: 0%;
  max-width: 100%;
  -webkit-animation: progress 5s 1 forwards;
  -moz-animation: progress 5s 1 forwards;
  -ms-animation: progress 5s 1 forwards;
  animation: progress 5s 1 forwards
}

.tx-powermail .powermail_progressbar>.powermail_progress>.powermail_progess_inner {
  height: 5px;
  width: 100%;
  overflow: hidden;
  background: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_loading.gif") repeat-x;
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25)
}

.tx-powermail ul.powermail_fieldwrap_file_list {
  background-color: white;
  border: 1px solid #bbb;
  float: right;
  padding: 3px;
  width: 100%;
  list-style: none;
  border-radius: 4px;
  margin: 0
}

.tx-powermail ul.powermail_fieldwrap_file_list>li {
  margin: 5px
}

.tx-powermail ul.powermail_fieldwrap_file_list>li .deleteAllFiles {
  color: #bbb;
  cursor: pointer
}

.tx-powermail ul.powermail_fieldwrap_file_list>li .deleteAllFiles:hover {
  text-decoration: underline
}

.tx-powermail .powermail_confirmation .powermail_progressbar {
  width: 100%
}

.tx-powermail .powermail_message {
  padding: 5px 0 10px 20px;
  min-height: 65px;
  background-color: #EBCCD1;
  border: 1px solid #A94442;
  background-position: 98% 10px;
  background-repeat: no-repeat;
  list-style: circle
}

.tx-powermail .powermail_message li {
  padding: 5px 50px 0 0;
  border: none;
  background: none
}

.tx-powermail .powermail_message.powermail_message_ok {
  background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_ok.png");
  background-color: #CDEACA;
  border: 1px solid #3B7826
}

.tx-powermail .powermail_message.powermail_message_ok li {
  color: #3B7826
}

.tx-powermail .powermail_message.powermail_message_error {
  background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_error.png")
}

.tx-powermail .powermail_message.powermail_message_error li {
  color: #A94442
}

.tx-powermail .powermail_message.powermail_message_note {
  background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_ok.png");
  background-color: #FCF8E3;
  border: 1px solid #FFCA4B
}

.tx-powermail .powermail_message.powermail_message_note li {
  color: #FFCA4B
}

.tx-powermail .powermail_tabmenu {
  list-style: none;
  margin: 0;
  padding: 0
}

.tx-powermail .powermail_tabmenu>li {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  background: #eee;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  color: #aaa
}

.tx-powermail .powermail_tabmenu>li.act {
  color: #444
}

.tx-powermail .powermail_tabmenu>li.parsley-error {
  background-color: #EBCCD1
}

.tx-powermail .powermail_fieldset .powermail_tab_navigation {
  margin-top: 2em
}

.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_next, .tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_previous {
  background-color: #aaa;
  display: inline-block;
  padding: 5px 30px;
  text-decoration: none;
  color: white;
  border: 1px solid #bbb;
  font-weight: bold
}

.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_next {
  background-color: #1E5799;
  float: right
}

.tx-powermail .powermail_form.nolabel>h3 {
  display: none
}

.tx-powermail .powermail_fieldset.nolabel>legend {
  display: none
}

.tx-powermail .powermail_fieldwrap.nolabel>label {
  display: none
}

.tx-powermail .powermail_fieldwrap.nolabel>fieldset>legend {
  display: none
}

@-webkit-keyframes progress {
  from {}

  to {
    width: 100%
  }
}

@-moz-keyframes progress {
  from {}

  to {
    width: 100%
  }
}

@-ms-keyframes progress {
  to {
    width: 100%
  }
}

@keyframes progress {
  from {}

  to {
    width: 100%
  }
}

.xdsoft_datetimepicker {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: white;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  color: #333333;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none
}

.xdsoft_datetimepicker button {
  border: none !important
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none
}

.xdsoft_noselect::selection {
  background: transparent
}

.xdsoft_noselect::-moz-selection {
  background: transparent
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none
}

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0px
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center
}

.xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==")
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0px
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0px;
  margin-left: 5px
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0px 0px
}

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0px;
  margin-bottom: 7px;
  margin-top: 0px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #eee
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
  background: white;
  border-top: 1px solid #eee;
  color: #444;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0px;
  height: 25px;
  line-height: 25px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child {
  border-top-width: 0px
}

.xdsoft_datetimepicker .xdsoft_today_button:hover, .xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer
}

.xdsoft_datetimepicker .xdsoft_label:hover {
  text-decoration: underline
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect {
  right: -7px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect {
  right: 2px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
  color: #fff;
  background: #A94442
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
  padding: 2px 10px 2px 5px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
  background: #1E5799;
  box-shadow: #1E5799 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 90px;
  text-align: right
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 56px
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%
}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
  padding-right: 5px
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #F1F1F1
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #1E5799
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
  background: #1E5799;
  box-shadow: #1E5799 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled {
  opacity: 0.5
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
  color: #fff !important;
  background: #A94442 !important;
  box-shadow: none !important
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc
}

.xdsoft_scrollbar>.xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer
}

.xdsoft_scroller_box {
  position: relative
}

.google-maps {
  position: relative;
  padding-bottom: 45%; // This is the aspect ratio
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0px;
}

.img-responsive,
.img-responsive img {
  width: 100%;
  height: auto;
}

/*Formular*/
.powermail_fieldwrap_marker .powermail_label, .powermail_fieldwrap_marker_01 .powermail_label, .powermail_fieldwrap_newsletter .powermail_label {
  display: none;
}

#c320 .powermail_fieldset label,
#c617 .powermail_fieldset label{
  display: none;
}

.powermail_form input,
.powermail_form textarea {
  border: 1px solid #e6e7e8;
  font-size: 15px;
  padding: 7px 10px;
  width: 100%;
  max-width: 600px;
}

.powermail_form input:focus,
.powermail_form textarea:focus {
  border: 1px solid #404040;
}

.powermail_form .powermail_checkbox {
  width: 15px;
  height: 15px;
}
#layout-74 .powermail_form .powermail_checkbox {
  margin-right: 7px;

}
#layout-74 .checkbox label{
  display: flex;
  align-items: center;
}

.checkbox {
  width: 100%;
  max-width: 500px !important;
}

.checkbox label {
  cursor: pointer;
}

.powermail_fieldwrap_type_check label.col-sm-2 {
  text-indent: -99999px;
}

.powermail_form div {
  margin-bottom: 5px;
}

.powermail_submit {
  background: #c41626 url(https://www.tischlereiaigner.at/fileadmin/template/img/icontoright.png) no-repeat !important;
  background-position: 97% 50% !important;
  color: #fff !important;
  border: 0px !important;
  padding: 10px 10px 7px 10px !important;
  font-size: 18px !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  border: 1px solid #c41626 !important;
}

#mc_embed_signup .button {
  background: #c41626 !important;
  color: #fff !important;
}


#c320 .checkbox,
#c617 .checkbox {
  max-width: 600px !important;
}

#c320 .checkbox label,
#c320 .powermail_field_error_container,
#c617 .checkbox label,
#c617 .powermail_field_error_container{
  display: block !important;
  margin: 20px 0px;
  max-width: 600px;
}

#c320 .powermail_form h3,
#c617 .powermail_form h3,
.powermail_legend {
  display: none;
}

#c320 .parsley-errors-list.filled,
#c617 .parsley-errors-list.filled  {
  width: 100%;
  text-align: left;
  float: none !important;
  max-width: 600px !important;
}

input {
  border-radius: 0;
  /*-webkit-appearance: none;*/
}

.powermail_fieldwrap {
  margin: 12px 0px 0px 0px !important;
}

label.powermail_label, input.powermail_submit {
  text-align: left;
}

.powermail_form_2 h3 {
  display: block;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}

/*AIGNER*/
.red-background {
  background: #c41626;
  color: #fff;
  padding: 120px 0px;
}

.red-background .ce-bodytext p,
.beige-background .ce-bodytext p {
  font-weight: 300;
}

.white-background {
  background: #fff;
  padding: 120px 0px;
}

.grey-background {
  background: #f3f1e6;
  padding: 120px 0px;
}

.beige-background {
  background: #c1b282;
  color: #fff;
  padding: 120px 0px;
}
.sand-background {
  background: #dad0b3;
  color: #2a2a2a;
  padding: 120px 0px;
}

p.large {
  font-size: 64px;
  line-height: 64px;
  text-transform: uppercase;
  margin: 0px 0px 20px 10px;
}

p.large.medium {
  font-size: 38px;
  line-height: 38px;
  text-transform: uppercase;
  margin: 0px 0px 60px 0px;
}

.fullwidth .ce-above .ce-gallery {
  margin-bottom: 0px !important;
}

p.small,
h1.small,
p.smallslider {
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0px;
  font-weight: 100;
}
p.smallslider {
  max-width: 250px;
}

a .small {
  color: #000;
}

.bold {
  font-weight: 700;
}

.startseitemodul a {
  text-decoration: none;
}

.svgmodule {
  background-size: cover !important;
  margin-bottom: 20px;
  line-height: 0px;
}

.svgmodule img {
  padding: 20px 70px;
  width: 100%;
  height: auto;
  -moz-transition: all 0.5s ease-in;
  /* WebKit */
  -webkit-transition: all 0.5s ease-in;
  /* Opera */
  -o-transition: all 0.5s ease-in;
  /* Standard */
  transition: all 0.5s ease-in;
}

.Wohnen {
  background-color: rgba(196, 23, 38, 0.7);
}

.Küche {
  background-color: rgba(194, 178, 130, 0.9);
}

.Bad {
  background-color: rgba(128, 119, 102, 0.7);
}

.Schlafen {
  background-color: rgba(128, 119, 102, 0.7);
}

.Wohn {
  background-color: rgba(196, 23, 38, 0.9);
}

.Essen {
  background-color: rgba(214, 201, 168, 0.7);
}

.Barrierefrei {
  background-color: rgba(214, 201, 168, 0.8);
}

.Arbeiten {
  background-color: rgba(128, 119, 102, 0.9);
}

.Verstauen {
  background-color: rgba(196, 23, 38, 0.5);
}

.Wohnen:hover,
.Küche:hover,
.Bad:hover,
.Schlafen:hover,
.Wohn:hover,
.Essen:hover,
.Barrierefrei:hover,
.Arbeiten:hover,
.Verstauen:hover {
  background-color: transparent;
}

.owl-carousel .sliderbg {
  height: 100vh;
  min-height: 600px;
  background-size: cover !important;
  background-position: center center !important;
}

.svgdce {
  background-size: contain !important;
  width: 100%;
  max-width: 325px;
  height: 300px;
  text-transform: uppercase;
}

.svgdce.braun {
  color: #fff;
  padding: 50px 0px 0px 65px;
}

.svgdce.red {
  color: #fff;
  padding: 20px 0px 0px 25px;
  max-width: 230px;
  height: 160px;
  background-repeat: no-repeat !important;
}

.svgdce.beige {
  color: #000;
  padding: 75px 0px 0px 45px;
  background-repeat: no-repeat!important;
}

/*.svgdce.beige .dcesubheadline {
  font-size: 20px;
}*/

.svgdce.braun {
  position: absolute;
  top: 30vh;
  right: 35vw;
}

.svgdce.red {
  position: absolute;
  top: 20vh;
  right: 10vw;
}

.svgdce.beige {
  position: absolute;
  top: 60vh;
  right: 10vw;
}

.startseitemodul.newslist {
  margin-bottom: 70px;
}

.startseitemodul.newslist p {
  margin-top: 0px;
}

.startseitemodul.newslist:first-child {
  border: 0px;
}

.startseitemodul.newslist {
  border-top: 1px solid #8f8f8f;
  padding-top: 70px;
}

/*Unterseite Kueche*/
.fullheight {
  background: Red;
  position: absolute;
  top: 95vh;
  max-width: 300px;
  z-index: 99999;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}

.fullheight h1 {
  position: absolute;
  bottom: 80px;
  left: 0px;
  right: 0px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.scrollaction {
  position: absolute;
  bottom: 30px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  rotate: 180deg;
  background: url(/fileadmin/template/img/navoff.svg);
  background-position: 30deg;
  z-index: 999999999;
  width: 30px;
  height: 30px;
}

.colormodule {
  background-size: cover !important;
  position: relative;
  margin-top: 20px;
}

.colormodule:after {
  padding-top: 69% !important;
  /* this llama image is 800x600 so set the padding top % to match 600/800 = .75 */
  display: block !important;
  content: '' !important;
}

.colormodulecontent {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 15%;
  bottom: 15%;
}

a .colormodule {
  color: #000 !important;
}

.farbe-grau {
  background: #a0988c;
}

.farbe-rot {
  background: #d0544a;
}

.farbe-beige {
  background: #c2b281;
}

.introunterseite {
  min-height: 435px;
  background-size: cover !important;
  background-position: center center !important;
}
body#layout-16 .introunterseite {
  min-height: 550px;
  background: #B5261C;
  position: relative;
}
body#layout-16 .introunterseite h1 {
  color: white;
  position: relative;
  top: 270px;
  font-size: 6rem;
  line-height: 6rem;
  text-transform: uppercase;
  font-weight: 100;
}
 #c893 .csc-textpic-last img {
  max-width: 100%;
  height: auto;
  margin-left: 10px;
 }


.blog-detail {
  margin-top: 50px;
}

.blog-detail p {
  margin-top: 0px !important;
}

.backlink {
  margin-bottom: 65px;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  padding: 0px 0px 0px 25px;
  background: url(/fileadmin/template/img/pfeil.svg)no-repeat;
  background-position: center left;
}

/* iframe {
  width: 100%;
  height: auto;
  min-height: 350px
} */


.youtube-frame iframe {
  width: 100%;
  height: auto;
  min-height: unset;
  aspect-ratio: 16 / 9; 
}

.col-lg-4 .ce-media img {
  width: 100%;
  height: auto;

}
.white-background .col-lg-4 .ce-media img {
  margin-top: 20px;
}
.white-background .col-lg-4 .ce-column{
  margin-right: 0;
}
.owl-dots {
  display: none !important;
}

#layout-1 .owl-dots {
  display: block !important;
}

.owl-themenew .owl-stage {
  margin: 0px auto;
}

.news {
  clear: both;
}

.google-maps {
  position: relative;
  padding-bottom: 75%; // This is the aspect ratio
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* input {
  appearance: none;
  background: transparent;
  outline: none;
} */

#c320 .powermail_submit {
  margin-bottom: 50px;
}

.icon-guntramsdorf {
  padding: 0px 7px;
  max-width: 29px;
}

#layout-17 .white-background .ce-textpic {
  border-bottom: 1px solid black;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 20px 0px;
}

.detail-two {
  margin-top: 30px;
}

.detail-two img {
  width: 100%;
  height: auto;
}

#c249 img {
  max-width: 100%;
  height: auto;
}

.news-img-caption {
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  min-height: 40px;
}

.news-img-caption p {
  margin: 0px;
}

#layout-4 .backlink {
  margin-top: 200px;
}

/*ABVERKAUF*/
#layout-24,
#layout-24 .white-background,
#layout-25,
#layout-25 .white-background{
  background: #e2dbc6;
  padding-top: 110px;
}

#layout-40,
#layout-40 .white-background{
  background: #f4f0e7;
  padding-top: 110px;
}


#layout-25 .abverkaufcontainer {
  background: #fff;
  padding-top: 20px;
}

.abverkauf {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  min-height: 490px;
}

.abverkauf .title {
  margin: 0px 0px 20px 0px !important;
  min-height: 110px;
}

.abverkauf .title a {
  font-size: 33px;
  line-height: 36px;
  text-decoration: none;
  font-weight: 100;
}

.infoproduct p {
  font-size: 17px;
  line-height: 19px;
  padding: 4px 0px;
  margin: 5px 0px;
  font-weight: 700;
}

.infoproduct .red {
  background: #c41626;
  color: #fff;
  text-transform: uppercase;
}

.infoproduct .red p {
  margin: 0px !important;
}

/*ABVERKAUF RED Button*/
.abverkauf .img-responsive {
  overflow: hidden !important;
  position: relative;
}

.abverkaufred {
  background: url(/fileadmin/content/startseite/rot.svg)no-repeat;
  background-size: contain;
  padding: 20px 25px 35px 20px;
  -webkit-transition: all 1.9s ease;
  -moz-transition: all 1.9s ease;
  -o-transition: all 1.9s ease;
  transition: all 1.9s ease;
  color: #fff;
  font-size: 40px !important;
  font-weight: 700;
  position: absolute;
  top: -20px;
  right: -14px;
}

.boxred {
  background: #c41626;
  color: #fff;
  padding: 15px 20px;
  text-transform: uppercase;
}

.boxred span {
  display: block;
}

.sonderpreis {
  font-size: 17px;
  line-height: 29px;
}

.large-price {
  font-size: 28px;
  line-height: 30px;
}

.rabatt {
  font-size: 28px;
  line-height: 34px;
  color: #c41626;
  margin: 20px 0px;
  display: block;
  font-weight: 700;
}

.box-right span {
  display: block;
}

.colorred {
  color: #c41626;
}

.smallprice {
  font-size: 14px;
  line-height: 21px;
}

.largeprice {
  font-size: 17px;
  line-height: 21px;
}

.backlink {
  margin-bottom: 20px;
}

.abverkaufcontainer h1 {
  margin: 0px 0px 20px 0px !important;
}

.imagebox1 img {
  width: 100%;
  height: auto;
  padding-left: 7px;
}

.contentbox {
  font-size: 15px;
  line-height: 17px;
  margin-top: 40px;
}

.contentbox .colorred,
.contentbox .colorblack {
  font-weight: 700;
}

#layout-25 .tx-powermail {
  background: #fff;
  padding: 0px 20px;
}

#layout-25 .powermail_fieldset label {
  display: block;
  font-weight: 400 !important;
  font-size: 14px;
}

#layout-25 .powermail_fieldwrap_type_input input {
  background: #fff;
  box-shadow: inset 0 0 7px 1px #e2dbc6;
  padding: 12px 10px;
}

#layout-25 .powermail_form textarea {
  box-shadow: inset 0 0 7px 1px #e2dbc6;
  padding: 12px 10px;
}

#layout-25 .powermail_fieldset.powermail_fieldset_3 {
  background: #e2dbc6;
  padding: 10px 20px 20px 20px;
  margin-bottom: 20px;
  max-width: 585px;
}

.anfrage-verkauf h2 {
  color: #c41626;
  font-weight: 700;
  font-size: 33px !important;
}

.anfrage-verkauf p {
  margin: 0px !important;
  font-weight: 700;
  font-size: 17px !important;
  text-transform: uppercase;
}

.anfrage-verkauf {
  background: #fff;
  padding: 100px 20px 20px 20px;
}

#layout-24 .actiondisplay.kontaktaction,
#layout-25 .actiondisplay.kontaktaction {
  display: none;
}

.imagebox1 {
  position: relative;
  overflow: hidden;
  min-height: 350px;
}

.abverkaufcontainer h1 .bold {
  font-weight: 200 !important;
}

.abverkaufcontainer h1 br {
  display: none;
}

.abverkaufcontainer h1 {
  max-width: 300px;
}

.wohncontainer {
  position: relative;
}

.wohnpreise {
  max-width: 200px;
  position: absolute;
  right: 0px;
  top: -350px;
}
.danke {
  max-width: 291px;
  position: absolute;
  right: 0px;
  top: -405px;
}
.dankecontainer{
    margin-bottom: 100px;
}

.fbc{
    padding: 45px 50px;
}
.fbc img{
    max-width: 100%;
    height: auto;
}
.fbc-11{
    background-color: #ddd5ba;
    margin-bottom: 15px;
}
.fbc-12{
    background-color: #ead3c6;
    margin-bottom: 15px;
}
.fbc-13{
    background-color: #cfccc5;
    margin-bottom: 15px;
}
.fbc-14{
    background-color: #f1ccc9;
    margin-bottom: 15px;
}
.fbc-15{
    background-color: #c2b282;
    margin-bottom: 15px;
}
.fbc-16{
    background-color: #e2c1ad;
    margin-bottom: 15px;
}
.fbc-17{
    background-color: #bab5aa;
    margin-bottom: 15px;
}
.fbc-18{
    background-color: #dbd7d1;
    margin-bottom: 15px;
}
.fbc-19{
    background-color: #d5caa9;
    margin-bottom: 15px;
}

.fbc .col-lg-4{
    padding-right: 50px;
}

@media(max-width: 1199px){
    .fbc img{
        margin-bottom: 15px;
    }
}
@media(max-width: 575px){
    .fbc{
        padding: 20px 15px;
    }
}

.abverkaufcontainer b {
  color: #c41626;
}

.contentbox.blog-detail {
  max-width: 360px;
}

.backwhite {
  background: #fff;
  padding: 10px 20px 50px 20px;
}

#mc_embed_signup form {
  padding: 0px !important;
}

/*Störer Maria*/
#maria img {
  width: 250px;
  height: auto;
  cursor: pointer;
}

.maria-inner {
  position: relative;
}

.infotext {
  width: 135px;
  color: white;
  font-size: 20px;
  line-height: 28px;
  position: absolute;
  top: 150px;
  z-index: 2;
  left: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

.kontakto {
  position: fixed;
  right: 20px;
  top: 70px;
  z-index:10;
display:none;
}

#c465 .tx-powermail {
  width: 400px;
  padding: 15px;
  background: #c41626;
  color: #fff !important;
  display: none;
  position: absolute;
  right: 225px;
  top: 145px;
}

#c465 .powermail_fieldwrap_name label.powermail_label,
#c465 .powermail_fieldwrap_tel label.powermail_label,
#c465 .powermail_fieldwrap_e_mail label.powermail_label {
  display: none;
}

#c465 input.powermail_radio {
  width: 20px !important;
  ;
  background: red !important;
  ;
}

#c465 input::placeholder {
  color: #fff;
}

#c465 .powermail_submit {
  background: #fff !important;
  color: #000 !important;
  border: 0px !important;
  padding: 10px 10px 7px 10px !important;
  font-size: 18px !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  border: 1px solid #c41626 !important;
}

.kontakto h3 {
  font-size: 22px;
}

.tx-powermail{
  position: relative;
}
.loading-form{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7);
}
.lds-ring {
  display: inline-block;
  /*position: relative;*/
  width: 80px;
  height: 80px;
  
  position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #c41626;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #c41626 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-bottom: 20px; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



#c649 h2 {
  text-align: center;
  /*margin-left: 17px;*/
} 

/* start cookies */
.om-cookie-info, .cookie-panel__description {
  margin-bottom: 25px;
}

.om-cookie-info table th,
.om-cookie-info table td {
  border-color: #000000;
}

.om-cookie-info + .btn-underline {
  text-align: center;
}

.om-cookie-info table {
  margin: 0 auto;
}

.om-cookie-info {
  overflow: auto;
  max-width: 100%;
}

.om-cookie-info>table {
  min-width: 800px;
}

.om-cookie-panel .cookie-panel__checkbox--state-inactiv:checked+label::before {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 20px;
  height: 20px;
}

.om-cookie-panel .cookie-panel__checkbox+label::before {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 20px;
  height: 20px;
}

.om-cookie-panel .cookie-panel__checkbox+label::before {
  border-color: #e8f0e7;
}

.om-cookie-panel .cookie-panel__checkbox:checked+label::before {
  background-color: #000000;
}

.om-cookie-panel {
  -webkit-transform: translateY(100%) translateX(0%);
  -moz-transform: translateY(100%) translateX(0%);
  -o-transform: translateY(100%) translateX(0%);
  -ms-transform: translateY(100%) translateX(0%);
  transform: translateY(100%) translateX(0%);
}

.om-cookie-panel.active {
  -webkit-transform: translateY(0) translateX(0%);
  -moz-transform: translateY(0) translateX(0%);
  -o-transform: translateY(0) translateX(0%);
  -ms-transform: translateY(0) translateX(0%);
  transform: translateY(0) translateX(0%);
}

.om-cookie-panel {
  border-left: none;
  border-right: none;
  border-top: 1px solid rgba(0, 0, 0, 1) !important;
  width: 100% !important;
  left: 0px !important;
  text-align: left !important;
  z-index: 999999 !important;
  padding: 15px 15px 20px 15px;
  background: #e8f0e7;
  font-size: 19px;
}

.om-cookie-panel .btn {
  font-size: 19px;
  padding: 15px 25px;
}

.om-cookie-panel h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.4em;
    color: #000000;
}

.om-cookie-panel .btn,
.om-cookie-panel .btn-yellow {
  /*font-size: 17px;
  line-height: 1em;*/
}

.cookie-panel__selection,
.om-cookie-panel .btn-save {
  height: 0px;
  width: 0px;
  overflow: hidden;
  position: absolute;
  left: -999999px;
}

.om-cookie-panel p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
}

button.btn-link {
    padding: 0px;
    margin-bottom: 0px;
    background: transparent;
    color: #000000;
    text-decoration: underline;
    padding: 0;
    font-size: 16px;
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.45;
    min-height: auto;
  border: none;
}

.om-cookie-panel .btn {
  margin-bottom: 0px;
}

.om-cookie-panel .btn:hover,
.om-cookie-panel .btn:focus,
.om-cookie-panel .btn.focus {
  background-color: #54b506;
}

button.btn-link:hover,
button.btn-link:focus {
  color: #000000;
  text-decoration: none;
}

button {
  cursor: pointer;
}

.cookie-panel__link {
  display: inline;
  /*font-size: 0.9em;*/
  text-decoration: underline;
}

.tx-om-cookie-consent a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  button.btn-link,
  button.btn {
    margin-bottom: 15px;
  }
  .om-cookie-panel h2 {
    font-size: 22px;
    line-height: 1.4em;
  }
  .om-cookie-panel {
    font-size: 0.9em;
  }
}

.om-cookie-panel.active {
  -webkit-transform: translateY(0) translateX(0) !important;
  -moz-transform: translateY(0) translateX(0) !important;
  -o-transform: translateY(0) translateX(0) !important;
  -ms-transform: translateY(0) translateX(0) !important;
  transform: translateY(0) translateX(0) !important;
  opacity: 1!important;
  -webkit-transition: transform 1ms, opacity 0.5s ease-in 2ms!important;
  -moz-transition: transform 1ms, opacity 0.5s ease-in 2ms!important;
  -o-transition: transform 1ms, opacity 0.5s ease-in 2ms!important;
  transition: transform 1ms, opacity 0.5s ease-in 2ms!important;
}

.om-cookie-panel {
  background-color: rgba(255, 255, 255, 0.5) !important;
  border: none !important;
  width: 100% !important;
  height: 100%!important;
  -webkit-transform: translateY(0) translateX(-110vw)!important;
  -moz-transform: translateY(0) translateX(-110vw)!important;
  -o-transform: translateY(0) translateX(-110vw)!important;
  -ms-transform: translateY(0) translateX(-110vw)!important;
  transform: translateY(0) translateX(-110vw)!important;
  opacity: 0!important;
  -webkit-transition: transform 1ms linear 1s, opacity 0.5s ease-in!important;
  -moz-transition: transform 1ms linear 1s, opacity 0.5s ease-in!important;
  -o-transition: transform 1ms linear 1s, opacity 0.5s ease-in!important;
  transition: transform 1ms linear 1s, opacity 0.5s ease-in!important;
}

.om-cookie-panel>div {
    left: calc(50% - 180px) !important;
    width: 360px !important;
    background-color: #ffffff !important;
    bottom: 50% !important;
  transform: translateY(50%);
    position: absolute !important;
    padding: 35px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 35px !important;
    border: 2px solid #c41626 !important;
  color: #000000;
}

.om-cookie-panel>div a {
  font-weight: 400;
  color: #000000;
}

.tx-om-cookie-consent {
  z-index: 9999;
  position: relative;
}

.cookie-panel__control .btn, .cookie-panel__control .btn:hover, .cookie-panel__control .btn:focus {
    background-color: #54b506;
    color: #020302;
    border: none;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    padding: 10px;
    line-height: 1.45;
    min-height: 50px;
  text-transform: none;
  margin-top: 0;
}

.container-content .text-col8 .tx-om-cookie-consent {
    text-align: center;
  padding-top: 50px;
}
.container-content .text-col8 .tx-om-cookie-consent table {
    margin-left: auto;
    margin-right: auto;  
}

@media(max-width: 1200px) {
  .om-cookie-panel>div {
  /*  left: 12.5%!important;
    width: 75%!important;
    bottom: auto !important;
    top: 250px !important;*/
  }
}


@media (max-width: 575px) {
  
  .om-cookie-panel>div {
    left: calc(50% - 160px) !important;
    width: 320px !important;
    background-color: #ffffff!important;
    bottom: 50% !important;
    transform: translateY(50%);
    position: absolute !important;
    padding: 25px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 25px !important;
    /* border: 2px solid #ff3eb5 !important; */
    color: #000000;
  }
  
  .om-cookie-panel>div a {
    font-weight: 400;
  }
  
}
/* end cookies */

.kundenfeedback{
    padding-top: 35px;
    padding-bottom: 50px;
    margin-bottom: 35px;
    padding-left: 0px;
    padding-right: 0px;
}
.renderings-container{
    padding-left: 0px;
    padding-right: 0px;
}
.kundenfeedback-header{
    padding-bottom: 35px;
}
.kundenfeedback-header span{
    font-size: 45px;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    font-family: sans-serif;
    position: relative;
    bottom: -20px;
}
.kundenfeedback-header span.quote-first{
    padding-right: 5px;
}
.kundenfeedback-header span.quote-last{
    padding-left: 5px;
}

.kundenfeedback-slider .owl-prev img, .kundenfeedback-slider .owl-next img,
.renderings-slider .owl-prev img, .renderings-slider .owl-next img{
    width: 38px;
    height: 87px;
}
.kundenfeedback-slider .owl-prev,
.renderings-slider .owl-prev{
    position: absolute;
    left: -75px;
    top: 50%;
    margin-top: -43.5px;
}

.kundenfeedback-slider .owl-next,
.renderings-slider .owl-next{
    position: absolute;
    right: -75px;
    top: 50%;
    margin-top: -43.5px;
}
.kundenfeedback-slider .owl-controls,
.renderings-slider .owl-controls{
    height: 100%;
}
.renderings-slider .owl-controls{
    bottom: 0px;
}
.kundenfeedback-slider .owl-nav,
.renderings-slider .owl-nav{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.kundenfeedback-slider .owl-dots,
.renderings-slider .owl-dots{
    bottom: -50px;
    position: relative;
}

.renderings-slider.owl-carousel .owl-stage-outer{
    z-index: 99;
}

@media(max-width:1399px){
    .kundenfeedback-slider .owl-dots,
    .renderings-slider .owl-dots{
        display: block !important;
    }
    .kundenfeedback-slider .owl-nav,
    .renderings-slider .owl-nav{
        display: none;
    }
    .kundenfeedback-slider .owl-controls,
    .renderings-slider .owl-controls{
        position: relative;
    }
}

.fbc.renderings-container{
    margin-bottom: 0px;
}
.fbc.renderings-container h2{
    margin-bottom: 45px;
}

/* Stoerer Huelser Nest */

.stoerer-huesler-nest {
    display: block;
    height: 325px;
    position: absolute;
    background: url(/fileadmin/template/img/Stoerer-huesler-web-site.png) no-repeat;
    width: 256px;
    background-size: contain;
    top: 35px;
    right: calc(50% - 585px + 190px);
}

@media(max-width:1199px){
  .stoerer-huesler-nest {
    right: calc(50% - 485px + 110px);
  }
}

@media(max-width:767px){
  .stoerer-huesler-nest {
    top: 115px;
    right: calc(50% - 485px + 210px);
    width: 216px;
    height: 274px;
  }
}

@media(max-width:575px){
  .stoerer-huesler-nest {
    right: calc(50% - 485px + 270px);
  }
}

@media(max-width:450px){
  .stoerer-huesler-nest {
    right: calc(50% - 485px + 305px);
    top: 85px;
    height: 165px;
      width: 130px;
  }
}

#c720 .ce-gallery {
  margin: 0;
  width: 100%;
}

#c720 .ce-column {
  width: 100%;
}

#layout-48 .white-background, 
#layout-46 .white-background, 
#layout-49 .white-background {
    padding: 75px 0px;
}

#layout-48 .grey-background,
#layout-46 .grey-background,
#layout-49 .grey-background {
    padding: 75px 0px;
}

#layout-58 ul li {
  margin-left: 10px;
}
#layout-56 .col-lg-4 .ce-gallery img {
  margin-bottom: 10px;
  max-height: 330px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: auto;
}
#layout-39 .col-lg-4 .ce-gallery img,
#layout-39 .ce-row,
#layout-39 .ce-gallery,
#layout-39 .ce-textpic:has(img) {
  margin-bottom: 10px;
  max-height: 330px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  aspect-ratio: auto;
  overflow: unset;
}
#layout-35 .col-lg-4 .ce-gallery img,
#layout-35 .ce-row,
#layout-35 .ce-gallery,
#layout-35 .ce-textpic:has(img) {
  margin-bottom: 10px;
  max-height: 330px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  aspect-ratio: auto;
  overflow: unset;
}
#layout-34 .col-lg-4 .ce-gallery img,
#layout-34 .ce-row,
#layout-34 .ce-gallery,
#layout-34 .ce-textpic:has(img) {
  margin-bottom: 10px;
  max-height: 330px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  aspect-ratio: auto;
  overflow: unset;
}
#layout-32 .col-lg-4 .ce-gallery img,
#layout-32 .ce-row,
#layout-32 .ce-gallery,
#layout-32 .ce-textpic:has(img) {
  margin-bottom: 10px;
  max-height: 330px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  aspect-ratio: auto;
  overflow: unset;
}

#layout-52 .col-lg-4 .ce-gallery img,
#layout-52 .ce-row,
#layout-52 .ce-gallery,
#layout-52 .ce-textpic:has(img) {
  margin-bottom: 10px;
  max-height: 330px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  aspect-ratio: auto;
  overflow: unset;
}
#layout-53 .col-lg-4 .ce-gallery img,
#layout-53 .ce-row,
#layout-53 .ce-gallery,
#layout-53 .ce-textpic:has(img) {
  margin-bottom: 10px;
  max-height: 330px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  aspect-ratio: auto;
  overflow: unset;
}

#layout-56 .ce-intext.ce-right .ce-gallery {
  margin-left: 0;
}

.ce-gallery img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  #c940 .ce-gallery {
    margin-inline: 20px;
  }
  #c940 .ce-gallery img {
    margin-bottom: 10px;
  }
}

 /* Gallerie 60 Jahre Aigner */
#layout-68 .ce-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
#layout-68 .ce-inner .ce-row {
  margin-bottom: 0;
}

#layout-68 .ce-gallery img {
  aspect-ratio: 3/2;
  object-fit: cover;
  max-width: 300px;
}

#layout-68 #c974 .ce-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

}
/* ############### Projekt STYLES START ################### */
/* ############### Projekt STYLES START ################### */
/* ############### Projekt STYLES START ################### */

.projekt-list {
  position: relative;
  width: 100%;
}

.projekt-list-container {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1700px;
  transition: 200ms;
  flex-direction: row;
}

.projekt-container {
  max-width: 33.33%;   
  height: 500px;
  overflow: hidden;
  padding: 0px 10px;
  flex-grow: 1;
  transition: 200ms;
}
.projekt-container a {
  text-decoration: none;
}

.projekt-text-container {
  transition: 200ms;
}
.projekt-text-container h3 {
  text-transform: uppercase;
  font-weight: 100;
  margin-top: 10px;
  font-size: 22px!important;
}
.projekt-text-container p {
  margin-top: 0;
  margin-bottom: 0;
}
.projekt-img-container {
  overflow: hidden;
  height: 75%;
  width: 100%;
  object-fit: cover;
}
.projekt-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .projekt-container:nth-child(6n-2){
  min-width: unset;
  width: 20%;

}

.projekt-container:nth-child(6n-1),
.projekt-container:nth-child(6n)
{
  max-width: 40%;
} */

@media (max-width: 1170px) {
  .projekt-container,
    .projekt-container:nth-child(6n-2),
  .projekt-container:nth-child(6n-1),
.projekt-container:nth-child(6n){
  min-width: 300px;  
  max-width: unset;
}
.projekt-container:hover {
  scale: unset;
  padding: unset;
}
}
.jetzt-vereinbaren-icon {
  max-width: 150px;
  position: fixed;
  right: 20px;
  top: 100px;
  z-index: 1;
}

/* ############### Projekt STYLES Detail START ################### */
.projekt-detail h1{
  margin-top: 200px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.projekt-detail-body-text {
  padding-right: 50px;

}
.projekt-detail-gallery {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  transition: 200ms;
  margin-bottom: 50px
}
.projekt-detail-gallery-image-container {
  object-fit: cover;
  height: 290px;
  overflow: hidden;
  padding: 10px;
  flex-grow: 1;
  /* flex-shrink: 1; */
  transition: 200ms;
}
.projekt-detail-gallery-image-container img {
  height: 100%;
  min-width: 100%;
  object-fit: cover;
}
@media (max-width: 1500px) {
  .projekt-detail-gallery {
    max-width: 1300px;
  }
  .projekt-detail-gallery-image-container {
    height: 250px;
  }
}
@media (max-width: 1300px) {
  .projekt-detail-gallery {
    max-width: 1100px;
  }
  .projekt-detail-gallery-image-container {
    height: 210px;
  }
}
@media (max-width: 966px) {
  .projekt-detail-gallery-image-container {
    height: auto;
    width: 100dvw;
  }
  .projekt-detail-gallery-image-container img {
    height: auto;
    width: 90dvw;
  }
  .jetzt-vereinbaren-icon {
    max-width: 100px;
    right: -10px;
    top: 75svh
  }
}
/* ############### Projekt STYLES Detail END ################### */
/* ############### Projekt STYLES END ################### */
/* ############### Projekt STYLES END ################### */
/* ############### Projekt STYLES END ################### */

.powermail_fieldwrap_type_recaptcha label{
    display: none!important;
}


        /* Abgedunkelter Hintergrund */
        .popup-overlay {
          display: none;
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.6); /* Hintergrund abdunkeln */
          justify-content: center;
          align-items: center;
          z-index: 9999999;
      }

      /* Popup Container */
      .popup-content {
          position: relative;
          width: 400px;
          max-width: 100%;
      }

      /* Bild im Popup */
      .popup-content img {
          width: 100%;
          cursor: pointer; /* Cursor wird zu "Hand", wenn man auf das Bild klickt */
      }

      /* Schließen-Button */
      .close-btn {
          position: absolute;
          top: 8px;
          right: 8px;
          background-color: #C51627;
          border: none;
          width: 30px;
          height: 30px;
          cursor: pointer;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
      }
      .close-btn span {
        display: block;
        width: 20px;
        height: 2px;
        background-color: white;
      }
      .close-btn span:first-child {
        rotate: 45deg;
        position: absolute;

      }
      .close-btn span:last-child {
        rotate: -45deg;
        position: absolute;

      }