@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('/typo3conf/ext/sf_template_dompalais/Resources/Public/fonts/SourceSans3-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('/typo3conf/ext/sf_template_dompalais/Resources/Public/fonts/SourceSans3-Bold.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url('/typo3conf/ext/sf_template_dompalais/Resources/Public/fonts/noto-serif-v33-latin-regular.woff2') format('woff2'), url('/typo3conf/ext/sf_template_dompalais/Resources/Public/fonts/noto-serif-v33-latin-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'icomoon';
  src: url('/typo3conf/ext/sf_template_dompalais/Resources/Public/fonts/icomoon.eot?c1r1wa');
  src: url('/typo3conf/ext/sf_template_dompalais/Resources/Public/fonts/icomoon.eot?c1r1wa#iefix') format('embedded-opentype'), url('/typo3conf/ext/sf_template_dompalais/Resources/Public/fonts/icomoon.ttf?c1r1wa') format('truetype'), url('/typo3conf/ext/sf_template_dompalais/Resources/Public/fonts/icomoon.woff?c1r1wa') format('woff'), url('/typo3conf/ext/sf_template_dompalais/Resources/Public/fonts/icomoon.svg?c1r1wa#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-phone:before {
  content: "\e900";
}
.icon-day:before {
  content: "\e901";
}
.icon-evening:before {
  content: "\e902";
}
.icon-facebook:before {
  content: "\e903";
}
.icon-instagram:before {
  content: "\e904";
}
.icon-morning:before {
  content: "\e905";
}
.icon-pdf:before {
  content: "\e906";
}
.icon-whatsapp:before {
  content: "\e907";
}
html {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 330px) {
  html {
    font-size: 10px;
  }
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  overflow-x: hidden;
  font-weight: 400;
  background: #ffffff;
  font-size: 18px;
  color: #000000;
  padding-top: 0px;
  position: relative;
  scroll-behavior: smooth;
}
.fz24 {
  font-size: 1.3333rem;
}
.fz30 {
  font-size: 1.66667rem;
}
.fz36 {
  font-size: 2rem;
}
.fz48 {
  font-size: 2.66667rem;
}
.fz72 {
  font-size: 3.6rem;
}
.pagebackground {
  display: none;
  height: 40em;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  background-position: top right;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.container-fluid {
  max-width: 1600px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid.reallysmall {
  max-width: 1130px;
}
.specialfont {
  font-family: "Noto Serif";
  font-weight: 400;
}
.specialfont2 {
  font-family: "Noto Serif";
  font-weight: 700;
}
.btn {
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 300;
  border: none;
  background-color: #0f6c97;
  display: inline-block;
  position: relative;
  line-height: 30px;
  padding: 10px 25px;
}
.btn-white {
  border: 2px solid #ffffff;
  background-color: transparent;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.btn-white:hover span {
  color: #ffffff;
  background-color: rgba(255,255,255,0.5);
}
.btn-border {
  border: 2px solid #3e2c2c;
  margin-right: .5rem;
  margin-bottom: .5rem;
  background-color: transparent;
  color: #3e2c2c;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.btn-border:hover span {
  color: #ffffff;
  background-color: #3e2c2c;
}
.btn-ani {
  overflow: hidden;
  transition: all .1s ease-out;
  background-repeat: no-repeat;
}
.btn-ani:after {
  display: block;
  transition: all .1s ease-out;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url('/typo3conf/ext/sf_template_dompalais/Resources/Public/img/lineargardient_1.svg');
  background-size: 120% 100%;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.btn-ani span {
  color: #ffffff;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
  z-index: 2;
  position: relative;
}
.btn-ani:hover:after {
  right: 100%;
  transition: all .5s ease-out;
}
.btn-ani:hover span {
  color: white;
}
.gradientHorz {
  background: #0f1b5f;
  background: -moz-linear-gradient(left,#0f1b5f 0%,#c5007b 100%);
  background: -webkit-linear-gradient(left,#0f1b5f 0%,#c5007b 100%);
  background: linear-gradient(to right,#0f1b5f 0%,#c5007b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1b5f',endColorstr='#c5007b',GradientType=1);
}
.gradientVert {
  background: #0f1b5f;
  background: -moz-linear-gradient(top,#0f1b5f 0%,#c5007b 100%);
  background: -webkit-linear-gradient(top,#0f1b5f 0%,#c5007b 100%);
  background: linear-gradient(to bottom,#0f1b5f 0%,#c5007b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1b5f',endColorstr='#c5007b',GradientType=0);
}
.nogaprow {
  margin-left: 0;
  margin-right: 0;
}
.nogaprow >div {
  padding-left: 0;
  padding-right: 0;
}
h1,
h2,
h3 {
  font-family: "Noto Serif";
  font-weight: 400;
  margin-top: 0;
  line-height: 1em;
}
h1 {
  margin-bottom: 2em;
  font-size: 2.6rem;
  margin-bottom: 40px;
  line-height: 1.05em;
}
h2 {
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 639px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 24px;
  }
}
a {
  color: #3e2c2c;
}
a:hover {
  color: #3e2c2c;
  text-decoration: underline;
}
.roundedbtn {
  background: transparent;
  color: #3e2c2c;
  border: 2px solid #3e2c2c;
  font-size: 20px;
  padding: 7px 50px;
  display: inline-block;
  text-transform: none;
  text-shadow: none;
  -webkit-transition: background-color 500ms ease-out, color 500ms ease-out;
  -o-transition: background-color 500ms ease-out, color 500ms ease-out;
  transition: background-color 500ms ease-out, color 500ms ease-out;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.roundedbtn:hover {
  color: #ffffff;
  background-color: #3e2c2c;
  text-decoration: none;
}
.roundedbtn:focus {
  text-decoration: none;
}
@media screen and (max-width: 639px) {
  .roundedbtn {
    font-size: 16px;
  }
}
.hasredbar:after {
  content: "";
  display: block;
  margin: 10px auto;
  width: 60px;
  height: 4px;
  background-color: #3e2c2c;
}
.hasRedBox:before,
.hasRedBox:after {
  content: "";
  display: block;
  width: 360px;
  height: 54px;
  border: 5px solid #3e2c2c;
  margin: 20px auto 20px auto;
}
.hasRedBox:before {
  border-bottom: none;
}
.hasRedBox:after {
  border-top: none;
}
p,
ol {
  margin-bottom: 20px;
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.6,.6,.6);
    transform: scale3d(.6,.6,.6);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.6,.6,.6);
    transform: scale3d(.6,.6,.6);
  }
  50% {
    opacity: 1;
  }
}
header.contentheader {
  margin-bottom: 2rem;
}
header.contentheader .contenttitle {
  margin-bottom: 0.5rem;
}
ol {
  margin-bottom: 2rem;
}
ol li {
  margin-bottom: 0.5rem;
}
a.scroll-top {
  width: 44px;
  height: 44px;
  line-height: 45px;
  color: #3e2c2c;
  border-radius: 10px;
  text-align: center;
  position: fixed;
  display: inline;
  opacity: 0;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  background-color: #ffffff;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  pointer-events: none;
}
a.scroll-top svg {
  height: 80%;
  width: 80%;
}
@media screen and (max-width: 767px) {
  a.scroll-top {
    bottom: 60px;
    right: 10px;
  }
}
.scrollheader a.scroll-top {
  opacity: 1;
  pointer-events: auto;
}
.contentwrap {
  overflow: hidden;
}
.uc-embedding-container.uc-embedding-container {
  max-height: 50vh;
}
.btn {
  border: 3px solid #3e2c2c;
  padding: 0.7rem;
  color: #3e2c2c;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 1.1rem;
}
.btn.btn-primary {
  color: #3e2c2c;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #3e2c2c;
  border-color: #3e2c2c;
  color: #ffffff;
}
.btn:hover {
  background-color: #3e2c2c;
  border-color: #3e2c2c;
  color: #ffffff;
}
.frame-yellowbox {
  background: #776d5b;
  color: #ffffff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.pic-full {
  position: relative;
}
.pic-full img {
  width: 100%;
}
.pic-full .introinfo {
  padding: 0 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  font-size: 1.4rem;
  font-family: "Roboto Slab";
  color: #ffffff;
}
.pic-full .introinfo b {
  display: block;
}
.tripleteaser {
  padding-top: 5.555rem;
  padding-bottom: 5.555rem;
}
.tripleteaser .tt-intro {
  margin-bottom: 3rem;
}
.tripleteaser .tt-intro .tt-title {
  font-size: 2.6667rem;
  font-weight: 700;
  text-align: center;
}
.tripleteaser .tt-intro p {
  font-size: 1.3333rem;
  text-align: center;
}
.tripleteaser .tt-teasers {
  margin-left: -30px;
  margin-right: -30px;
  flex-wrap: wrap;
  --gap: 1.5rem;
  gap: var(--gap);
  align-items: stretch;
}
.tripleteaser .tt-teasers .tt-item {
  flex-basis: calc(33.33% - var(--gap));
}
.tripleteaser .tt-teasers .tt-item .tt-inner {
  position: relative;
  padding: 3rem;
  background: #a89b88;
  color: #ffffff;
  height: 100%;
}
.tripleteaser .tt-teasers .tt-item .tt-inner .tt-item-title {
  font-weight: 700;
}
.tripleteaser .tt-teasers .tt-item .tt-inner p.icon {
  font-size: 6rem;
  text-align: right;
  color: #8d726b;
}
.tripleteaser .tt-teasers .tt-item .tt-inner a {
  width: 4.4rem;
  height: 4.4rem;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%,50%);
  -moz-transform: translate(-50%,50%);
  -o-transform: translate(-50%,50%);
  transform: translate(-50%,50%);
  text-indent: -9999rem;
  overflow: hidden;
  background-image: url('/typo3conf/ext/sf_template_dompalais/Resources/Public/img/icons/icon-follow.svg');
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1399px) {
  .tripleteaser .tt-teasers {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tripleteaser .tt-teasers .tt-item .tt-inner {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tripleteaser .tt-teasers {
    flex-direction: column;
  }
  .tripleteaser .tt-teasers .tt-item {
    flex-basis: unset;
  }
}
.tripleteaser .tt-teasers .tt-item-2 .tt-inner {
  color: #ffffff;
}
.tripleteaser .tt-teasers .tt-item-2 .tt-inner p.icon span:before {
  color: #8d726b;
}
.tripleteaser .tt-teasers .tt-item-3 .tt-inner .icon *:before {
  color: #c0aca6;
}
.weeklymenu {
  background-image: url('/typo3conf/ext/sf_template_dompalais/Resources/Public/img/schiefer.jpg');
  background-size: cover;
  background-position: center center;
  padding-top: 7.2rem;
  padding-bottom: 7.2rem;
  font-family: "Noto Serif";
  font-weight: 400;
  color: #c0aca6;
}
.weeklymenu.marginbottom1 {
  margin-bottom: 5rem;
}
.weeklymenu .container-fluid {
  max-width: 1130px;
}
.weeklymenu .wm-header {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}
.weeklymenu .wm-header .wm-title {
  width: 32rem;
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.weeklymenu .wm-header .wm-title img {
  width: 100%;
  height: auto;
}
.weeklymenu .wm-header .wm-date {
  display: block;
  font-size: 1.3333rem;
  font-weight: 700;
}
.weeklymenu .wm-menu {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 639px) {
  .weeklymenu .wm-menu {
    font-size: 1.3333rem;
  }
}
.weeklymenu .wm-menu h3 {
  color: #ffffff;
  margin: 5rem 0 1.5rem 0;
  font-size: 1.3rem;
}
.weeklymenu .wm-menu .wm-item {
  display: flex;
  border-bottom: 1px solid #c0aca6;
  justify-content: space-between;
  padding-top: 0em;
  padding-bottom: 0.6em;
  margin-bottom: 1em;
}
.weeklymenu .wm-menu .wm-item.text-center {
  justify-content: center;
}
.weeklymenu .wm-menu .wm-item .mwm-item-price {
  flex-basis: 20rem;
  text-align: right;
}
.weeklymenu .wm-menu .wm-item .wm-item-title {
  display: block;
}
.weeklymenu .wm-menu .wm-item .wm-item-details {
  display: block;
  font-size: 1rem;
  line-height: 1.4em;
}
.weeklymenu .md-link {
  text-align: center;
}
.weeklymenu .md-link a {
  font-size: 4.4rem;
  text-decoration: none;
  color: #c0aca6;
}
.weeklymenu .md-link a:hover {
  text-decoration: none;
  color: #000000;
}
#espachmap {
  width: 100%;
  height: 30rem;
  filter: grayscale(100%) sepia(8%) hue-rotate(326deg);
  -webkit-filter: grayscale(100%) sepia(8%) hue-rotate(326deg);
  -moz-filter: grayscale(100%) sepia(8%) hue-rotate(326deg);
}
.openingtimes .ot-inner {
  font-size: 1.66667rem;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .openingtimes .ot-inner {
    flex-direction: column;
  }
}
.openingtimes .ot-inner >div {
  flex: 1;
  flex-basis: 50%;
  text-align: center;
}
.openingtimes .ot-inner >div >div {
  padding: 7rem 3rem;
}
@media screen and (max-width: 499px) {
  .openingtimes .ot-inner >div >div {
    padding: 5rem 15px;
  }
}
.openingtimes .ot-inner a {
  color: #c0aca6;
  white-space: nowrap;
}
.openingtimes .ot-inner .ot-title {
  margin-bottom: 4rem;
}
.openingtimes .ot-inner .ot-title img {
  max-width: 100%;
}
.openingtimes .ot-inner .ot-times {
  background-image: url('/typo3conf/ext/sf_template_dompalais/Resources/Public/img/bg-opening.jpg');
  background-size: cover;
  background-position: center center;
  color: #ffffff;
}
.openingtimes .ot-inner .ot-times .ot-table {
  display: inline-block;
  width: 100%;
  font-family: "Noto Serif";
  font-weight: 400;
  font-weight: 700;
  max-width: 24rem;
  margin-bottom: 2rem;
}
.openingtimes .ot-inner .ot-times .ot-table .open {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
  gap: 1rem;
}
.openingtimes .ot-inner .ot-times .ot-table .open div {
  flex: 1 0 auto;
}
.openingtimes .ot-inner .ot-times .ot-table .open .day .long {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .openingtimes .ot-inner .ot-times .ot-table .open .day .long {
    display: inline-block;
    visibility: visible;
  }
}
.openingtimes .ot-inner .ot-form {
  background-color: #8d726b;
  color: #ffffff;
}
.openingtimes .ot-inner .ot-form .ot-pmform {
  max-width: 35rem;
  display: inline-block;
}
.menudl {
  margin-block: 0;
}
.menudl .container-fluid {
  width: 100vw;
  min-height: 66svh;
  max-width: unset;
  padding-inline: 0;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .menudl .container-fluid {
    display: flex;
    flex-direction: row;
  }
  .menudl .container-fluid.reverse-1 {
    flex-direction: row-reverse;
  }
  .menudl .container-fluid >div {
    width: 50%;
    flex: 1;
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .menudl .container-fluid .owl-carousel,
  .menudl .container-fluid .owl-stage-outer,
  .menudl .container-fluid .owl-stage,
  .menudl .container-fluid .owl-item {
    height: 100%;
  }
}
.menudl .container-fluid .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
}
.menudl .container-fluid .owl-nav >* {
  position: absolute;
  top: 0;
}
.menudl .container-fluid .owl-nav .owl-next {
  right: 2rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menudl .container-fluid .owl-nav .owl-prev {
  left: 2rem;
  -webkit-transform: translateY(-50%) scaleX(-1);
  -moz-transform: translateY(-50%) scaleX(-1);
  -o-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}
.menudl .container-fluid .owl-nav svg {
  height: 3rem;
  width: auto;
}
.menudl .container-fluid .owl-nav svg * {
  fill: #ffffff;
}
.menudl .container-fluid .md-pic {
  background-size: cover;
  background-color: #c0aca6;
  background-position: center center;
  height: 100%;
}
.menudl .container-fluid .md-pic img {
  display: none;
}
@media screen and (max-width: 767px) {
  .menudl .container-fluid .md-pic {
    height: auto;
    background-image: none;
  }
  .menudl .container-fluid .md-pic img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.menudl .container-fluid .md-content {
  background-color: #ece7df;
  color: #000000;
  text-align: center;
}
.menudl .container-fluid .md-content.bgcolor-white {
  background-color: white;
}
.menudl .container-fluid .md-content .md-content-inner {
  padding: 2rem;
  width: clamp(30svh, 90%, 50rem);
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .menudl .container-fluid .md-content .md-content-inner {
    padding: 5rem 2rem;
  }
}
.menudl .container-fluid .md-content .md-content-inner .md-title {
  color: #000000;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 400;
  position: relative;
}
.menudl .container-fluid .md-content .md-content-inner .md-title img {
  max-width: 100%;
}
.menudl .container-fluid .md-content .md-content-inner .md-title svg {
  display: none;
  visibility: hidden;
}
.menudl .container-fluid .md-content .md-content-inner .md-subline {
  font-size: 1.4rem;
}
.menudl .container-fluid .md-content .md-content-inner table {
  margin: 0 auto 2rem auto;
  padding: 0.25rem;
  border-collapse: collapse;
}
.menudl .container-fluid .md-content .md-content-inner table td {
  text-align: left;
  padding: 0.5rem 1rem;
}
.menudl .container-fluid .md-content .md-subline {
  font-family: "Noto Serif";
  font-weight: 400;
  font-size: 1.66667rem;
}
.menudl .container-fluid .md-content p {
  color: #000000;
}
.menudl .container-fluid .md-content p a {
  text-decoration: underline;
  padding: .3rem .7rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border: 2px solid #3e2c2c;
  border-radius: .5rem;
  color: #3e2c2c;
  text-decoration: none;
  display: inline-block;
}
.menudl .container-fluid .md-content p a:hover {
  color: #C5B6A0;
  color: white;
  background-color: #3e2c2c;
  text-decoration: none;
}
.menudl .container-fluid .md-content .md-link a {
  font-size: 4.4rem;
  text-decoration: none;
}
.menudl .container-fluid .md-content .md-link a:hover {
  text-decoration: none;
  color: #c0aca6;
}
.menudl .container-fluid .md-content .downloads {
  display: grid;
  gap: 1rem;
  margin-top: 4rem;
  grid-template-columns: repeat(2,1fr);
  justify-items: center;
}
.menudl .container-fluid .md-content .downloads .md-link a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.menudl .container-fluid .md-content .downloads .md-link a .text-pdf {
  font-size: 1rem;
}
.requests {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 480px) {
  .requests .container-fluid {
    display: flex;
  }
  .requests .container-fluid >div {
    flex-basis: 50%;
    flex: 1;
  }
}
.requests .container-fluid .rq-icon .rq-icon-inner {
  text-align: right;
  padding-right: 5rem;
  color: #c0aca6;
}
@media screen and (max-width: 479px) {
  .requests .container-fluid .rq-icon .rq-icon-inner {
    text-align: left;
    margin-bottom: 2rem;
  }
}
.requests .container-fluid .rq-icon .rq-icon-inner [class^=icon-] {
  font-size: 10rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.requests .container-fluid .rq-icon .rq-icon-inner [class^=icon-]:before {
  color: #c0aca6;
}
.requests .container-fluid .rq-icon .rq-icon-inner .rq-tellink {
  font-size: 2.66667rem;
  font-family: "Noto Serif";
  font-weight: 400;
  font-weight: 700;
  color: #c0aca6;
  line-height: 1em;
}
.requests .container-fluid .rq-icon .rq-icon-inner .rq-tellink:hover {
  color: #c0aca6;
}
.requests .container-fluid .rq-icon .rq-icon-inner .rq-tellink:hover:hover {
  color: #8d726b;
  text-decoration: none;
}
.requests .container-fluid .rq-icon .rq-icon-inner a {
  text-decoration: none !important;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.requests .container-fluid .rq-icon .rq-icon-inner a:hover [class^=icon-] {
  color: #8d726b;
}
.requests .container-fluid .rq-textside {
  font-size: 1.3333rem;
}
.requests .container-fluid .rq-textside .rq-title {
  font-size: 2.66667rem;
  font-weight: 700;
}
.ctype-text {
  margin-top: 5rem;
}
.imgGallery .gridsizer {
  width: 25%;
}
.imgGallery .ig-box {
  width: 25%;
  height: 15rem;
  position: relative;
}
.imgGallery .ig-box.width1 {
  width: 50%;
}
.imgGallery .ig-box.height1 {
  height: 30rem;
}
.imgGallery .ig-box .inner {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}
.special-title {
  font-family: "Crawley";
  color: #ffffff;
  text-align: center;
  line-height: 0.8em;
  position: relative;
}
.special-title .titletext {
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
  display: block;
}
.special-title svg {
  position: absolute;
  bottom: -0.7em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4em;
  height: auto;
}
.special-title svg * {
  fill: #ffffff;
}
.smallheader {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30rem;
  background: center center;
  background-size: cover;
}
.smallheader .overlay .sh-title {
  font-family: "Crawley";
  color: #ffffff;
  text-align: center;
  line-height: 0.8em;
  position: relative;
}
.smallheader .overlay .sh-title .titletext {
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
  display: block;
}
.smallheader .overlay .sh-title svg {
  position: absolute;
  bottom: -0.7em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4em;
  height: auto;
}
.smallheader .overlay .sh-title svg * {
  fill: #ffffff;
}
.menuteaser {
  background-image: url('/typo3conf/ext/sf_template_dompalais/Resources/Public/img/schiefer.jpg');
  background-size: cover;
  background-position: center center;
  padding-top: 7.2rem;
  padding-bottom: 7.2rem;
  font-family: "Noto Serif";
  font-weight: 400;
  color: #c0aca6;
  text-align: center;
  font-size: 1.3333rem;
}
.menuteaser .container-fluid {
  max-width: 1130px;
}
.menuteaser .mt-title {
  font-family: "Crawley";
  color: #ffffff;
  text-align: center;
  line-height: 0.8em;
  position: relative;
  font-size: 3.6rem;
  margin-bottom: 1rem;
}
.menuteaser .mt-title .titletext {
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
  display: block;
}
.menuteaser .mt-title svg {
  position: absolute;
  bottom: -0.7em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4em;
  height: auto;
}
.menuteaser .mt-title svg * {
  fill: #ffffff;
}
.menuteaser .mt-text {
  margin-bottom: 3em;
}
.menuteaser strong {
  font-family: "Noto Serif";
  font-weight: 400;
  font-size: 1.66667rem;
  font-weight: 700;
}
.menuteaser a {
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 300;
  border: none;
  background-color: #0f6c97;
  display: inline-block;
  position: relative;
  line-height: 30px;
  padding: 10px 25px;
  border: 3px solid #3e2c2c;
  padding: 0.7rem;
  color: #3e2c2c;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 1.1rem;
}
.menuteaser a.btn-primary {
  color: #3e2c2c;
}
.menuteaser a.btn-primary:hover,
.menuteaser a.btn-primary:focus {
  background-color: #3e2c2c;
  border-color: #3e2c2c;
  color: #ffffff;
}
.menuteaser a:hover {
  background-color: #3e2c2c;
  border-color: #3e2c2c;
  color: #ffffff;
}
.daytimeteaser {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .daytimeteaser .container-fluid {
    display: flex;
  }
  .daytimeteaser .container-fluid >div {
    flex: 1;
    flex-basis: 50%;
  }
}
.daytimeteaser .container-fluid .dtt-pic {
  background-size: cover;
  background-color: #c0aca6;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .daytimeteaser .container-fluid .dtt-pic {
    height: 30rem;
  }
}
.daytimeteaser .container-fluid .dtt-content {
  background-color: #b49891;
  color: #ffffff;
  text-align: center;
}
.daytimeteaser .container-fluid .dtt-content .dtt-content-inner {
  padding: 5rem;
  max-width: 35rem;
  display: inline-block;
  font-size: 1.3333rem;
}
.daytimeteaser .container-fluid .dtt-content .dtt-content-inner strong {
  font-family: "Noto Serif";
  font-weight: 400;
  font-weight: 700;
}
.daytimeteaser .container-fluid .dtt-content .dtt-content-inner .md-title img {
  max-width: 100%;
}
.daytimeteaser .container-fluid .dtt-content .dtt-content-inner .icon {
  font-size: 5rem;
}
.slideshowthumbs {
  position: relative;
  margin-bottom: 50px;
}
.slideshowthumbs .slideitem img {
  width: 100%;
  height: auto;
}
.slideshowthumbs .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
}
.slideshowthumbs .owl-nav >* {
  position: absolute;
  top: 0;
}
.slideshowthumbs .owl-nav .owl-next {
  right: 2rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slideshowthumbs .owl-nav .owl-prev {
  left: 2rem;
  -webkit-transform: translateY(-50%) scaleX(-1);
  -moz-transform: translateY(-50%) scaleX(-1);
  -o-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}
.slideshowthumbs .owl-nav svg {
  height: 3rem;
  width: auto;
}
.slideshowthumbs .owl-nav svg * {
  fill: #ffffff;
}
.slideshowthumbs .owl-dots {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.slideshowthumbs .owl-dots .owl-dot {
  margin: 0 1rem;
}
.slideshowthumbs .owl-dots .owl-dot img {
  max-width: 150px;
}
.slideshowthumbs .owl-dots .owl-dot:hover,
.slideshowthumbs .owl-dots .owl-dot.active {
  -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);
  box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);
}
@media screen and (max-width: 1199px) {
  .slideshowthumbs .owl-dots .owl-dot img {
    max-width: 75px;
  }
}
@media screen and (max-width: 579px) {
  .slideshowthumbs .owl-dots .owl-dot {
    display: block;
    width: 30px;
    height: 20px;
    background-color: #3e2c2c;
    margin: 0 3px;
  }
  .slideshowthumbs .owl-dots .owl-dot img {
    display: none;
  }
  .slideshowthumbs .owl-dots .owl-dot:hover,
  .slideshowthumbs .owl-dots .owl-dot.active {
    background-color: #ffffff;
  }
}
.slideshowthumbs .introinfo {
  padding: 0 1rem;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  font-size: 1.4rem;
  font-family: "Roboto Slab";
  color: #ffffff;
  z-index: 100;
  pointer-events: none;
}
.slideshowthumbs .introinfo b {
  display: block;
}
@media screen and (max-width: 767px) {
  .slideshowthumbs .introinfo {
    position: relative;
    background: #8d726b;
    margin: 0;
    padding: 1rem;
  }
}
.tx-joblinks .linklist {
  padding-left: 0;
  list-style-type: none;
}
.tx-joblinks .linklist li {
  margin-bottom: 10px;
}
.tx-joblinks .linklist li a {
  color: #ffffff;
  background-color: #b49891;
  display: block;
  padding: 10px 25px;
  font-family: "Roboto Slab";
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.tx-joblinks .linklist li a:hover {
  background-color: #8d726b;
}
.tx-applicationfooter .powermail_fieldwrap {
  margin-bottom: 10px;
}
.tx-applicationfooter .powermail_field select,
.tx-applicationfooter .powermail_field .powermail_textarea,
.tx-applicationfooter .powermail_field .powermail_input,
.tx-applicationfooter .powermail_date {
  background-color: #e0d6d3;
}
.tx-applicationfooter .powermail_submit {
  border: none;
}
.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0,0,0,0.4);
}
.modal .modal-content {
  background-color: #3e2c2c;
  margin: 15% auto;
  padding: 15px;
  border: unset;
  width: auto;
  top: 15%;
  max-width: 50ch;
  color: #ffffff;
}
@media screen and (min-width: 480px) {
  .modal .modal-content {
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .modal .modal-content {
    padding: 2rem;
  }
}
.modal .modal-content iframe {
  border-radius: 10px;
  overflow: hidden;
}
.modal .modal-content .modal-body {
  padding: 1rem 0;
}
.modal .modal-content a {
  width: fit-content;
  margin-block: 15px;
}
.modal .modal-content .closeModal {
  color: #ffffff;
  float: right;
  font-size: 3rem;
  font-weight: bold;
  text-align: right;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.modal .modal-content .closeModal:hover,
.modal .modal-content .closeModal:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.modal .modal-content h3 {
  max-width: 90%;
}
#newsletter {
  background-color: #2f2f33;
  color: white;
  overflow: auto;
  scroll-margin-top: 145px;
}
#newsletter #mc_embed_signup {
  max-width: 1200px;
  margin-inline: auto;
  padding-block: 2rem;
  color: white;
}
#newsletter #mc_embed_signup #mc_embed_signup_scroll {
  text-align: center;
}
#newsletter #mc_embed_signup #mc_embed_signup_scroll h2 {
  color: white;
  font-size: 2.7rem;
}
#newsletter #mc_embed_signup #mc_embed_signup_scroll p {
  color: #8d726b;
}
#newsletter #mc_embed_signup #mc_embed_signup_scroll .container {
  gap: 1rem;
  align-items: center;
  text-align: left;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #newsletter #mc_embed_signup #mc_embed_signup_scroll .container {
    flex-direction: row;
  }
}
#newsletter #mc_embed_signup #mc_embed_signup_scroll .container input {
  background-color: #8d726b;
  border: unset;
  color: white;
}
#newsletter #mc_embed_signup #mc_embed_signup_scroll .container #mc-embedded-subscribe {
  margin: unset;
  height: 43px;
}
@media screen and (min-width: 768px) {
  #newsletter #mc_embed_signup #mc_embed_signup_scroll .container #mc-embedded-subscribe {
    margin-top: 22px;
  }
}
@media screen and (min-width: 992px) {
  #newsletter #mc_embed_signup #mc_embed_signup_scroll .container #mc-embedded-subscribe {
    margin-top: 14px;
  }
}
@media screen and (min-width: 1024px) {
  #newsletter #mc_embed_signup #mc_embed_signup_scroll .container #mc-embedded-subscribe {
    margin-top: 10px;
  }
}
#newsletter #mc_embed_signup #mc_embed_signup_scroll #mce-responses {
  float: unset;
}
.ce-textpic.ce-left.ce-intext .ce-gallery {
  float: left;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1;
}
.ce-textpic.ce-left.ce-nowrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .ce-textpic.ce-left.ce-nowrap {
    flex-direction: row;
  }
}
.ce-textpic.ce-left.ce-nowrap >div {
  flex: 1;
  flex-basis: 50%;
}
.ce-textpic.ce-left.ce-nowrap .ce-gallery {
  float: none;
}
@media screen and (min-width: 768px) {
  .ce-textpic.ce-left.ce-nowrap .ce-gallery {
    float: left;
    margin-right: 2rem;
  }
}
.ce-textpic.ce-left.ce-nowrap .ce-gallery .ce-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.ce-textpic.ce-right.ce-intext .ce-gallery {
  float: right;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1;
}
.ce-textpic.ce-right.ce-nowrap {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .ce-textpic.ce-right.ce-nowrap {
    flex-direction: row-reverse;
  }
}
.ce-textpic.ce-right.ce-nowrap >div {
  flex: 1;
  flex-basis: 50%;
}
.ce-textpic.ce-right.ce-nowrap .ce-gallery {
  float: none;
}
@media screen and (min-width: 768px) {
  .ce-textpic.ce-right.ce-nowrap .ce-gallery {
    float: right;
    margin-left: 2rem;
  }
}
.ce-textpic.ce-right.ce-nowrap .ce-gallery .ce-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.ce-textpic.ce-center .ce-gallery {
  float: none;
}
@media screen and (min-width: 768px) {
  .ce-textpic.ce-center .ce-gallery {
    float: none;
    margin: 0 auto;
  }
}
.ce-textpic.ce-center .ce-gallery .ce-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.ce-textpic .ce-gallery .image img {
  width: 100%;
  height: auto;
}
.contentwrap {
  padding-top: 185px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
@media screen and (max-width: 539px) {
  .contentwrap {
    padding-top: 100px;
  }
}
header.pageheader {
  position: fixed;
  z-index: 250;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.15);
  box-shadow: 0 0 10px 3px rgba(0,0,0,0.15);
}
header.pageheader .topbar {
  background-color: #000000;
  font-size: 0.8rem;
  text-align: right;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  header.pageheader .topbar {
    display: none;
  }
}
header.pageheader .topbar .nav-link {
  color: white;
}
header.pageheader .navbar {
  height: 120px;
  padding: 0;
  justify-content: space-between;
  align-content: center;
}
@media screen and (max-width: 539px) {
  header.pageheader .navbar {
    height: 100px;
  }
}
header.pageheader .navbar .navbar-togglerwrap,
header.pageheader .navbar .navbar-brand,
header.pageheader .navbar .header-socialbox {
  align-items: center;
  flex: 1;
}
header.pageheader .navbar .navbar-togglerwrap {
  margin-right: auto;
  padding-left: 30px;
}
header.pageheader .navbar:last-child  > span {
  margin-left: auto;
}
header.pageheader .navbar .navbar-toggler {
  padding: 0;
}
header.pageheader .navbar .navbar-brand {
  width: 100%;
  max-width: 250px;
  margin-right: 0;
}
header.pageheader .navbar .navbar-brand img {
  width: 100%;
  height: auto;
}
header.pageheader .navbar #mainmenupanel {
  background-color: #C5B6A0;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  position: absolute;
  top: 145px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 539px) {
  header.pageheader .navbar #mainmenupanel {
    top: 100px;
  }
}
header.pageheader .navbar #mainmenupanel a:hover {
  text-decoration: none;
  color: #ffffff;
}
header.pageheader .navbar #mainmenupanel a:hover span:before {
  color: #ffffff;
}
header.pageheader .navbar #mainmenupanel .topmenu {
  align-items: center;
  justify-content: center;
}
header.pageheader .navbar #mainmenupanel .header-socialbox {
  justify-content: center;
  text-align: center;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  header.pageheader .navbar #mainmenupanel .topmenu,
  header.pageheader .navbar #mainmenupanel .header-socialbox {
    display: none;
  }
}
header.pageheader .navbar .header-socialbox {
  text-align: right;
  font-size: 40px;
  padding-right: 30px;
}
header.pageheader .navbar .header-socialbox a:hover {
  text-decoration: none;
}
header.pageheader .navbar .header-socialbox a:hover span:before {
  color: #000000;
}
@media screen and (max-width: 767px) {
  header.pageheader .navbar > .header-socialbox {
    display: none;
  }
  header.pageheader .navbar .navbar-brand {
    margin-right: 30px;
  }
}
header.pageheader .navbar .topbar {
  background: #000000;
  font-size: 1rem;
  padding: 0.5rem;
}
header.pageheader .navbar .topbar a {
  color: #fdfdfd;
  padding: 0 1rem;
}
header.pageheader .navbar .topbar .buttonlink {
  color: #000000;
  padding: 0 0.5rem 0 0;
}
header.pageheader .navbar .topbar .buttonlink .inner {
  background: #fdfdfd;
  padding: 0.25rem 0.5rem;
}
header.pageheader .navbar .topbar .buttonlink svg {
  width: 1rem;
  height: 1rem;
}
header.pageheader .navbar .topbar .buttonlink svg * {
  fill: #000000;
}
header.pageheader .navbar .mainbar .mainmenu {
  padding: 10px 0;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  padding: 20px 0;
}
header.pageheader .navbar .mainbar .mainmenu li a {
  font-size: 1.2rem;
  color: #000000;
  font-family: "Noto Serif";
  font-weight: 400;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
header.pageheader .navbar .mainbar .mainmenu li.active > a,
header.pageheader .navbar .mainbar .mainmenu li:hover > a {
  color: #3e2c2c;
}
header.pageheader .navbar .mainbar .mainmenu .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  min-width: 20rem;
  -webkit-box-shadow: 0 2px 4px 3px rgba(0,0,0,0.05);
  box-shadow: 0 2px 4px 3px rgba(0,0,0,0.05);
  border: none;
}
header.pageheader .navbar .mainbar .mainmenu .dropdown-menu a {
  font-size: 1rem;
  font-family: "Noto Serif";
  font-weight: 400;
  font-weight: 700;
}
header.pageheader .navbar .mainbar .mainmenu .dropdown-menu a.active {
  color: #3e2c2c !important;
  background-color: #ffffff;
}
header.pageheader .navbar .mainbar .mainmenu .dropdown-menu a:hover {
  background: #3e2c2c;
  color: #ffffff;
}
header.pageheader .navbar .mainbar .mainmenu li {
  border-bottom: 1px solid #202020;
}
header.pageheader .navbar .mainbar .mainmenu li a {
  text-align: center;
  font-size: 2rem;
}
header.pageheader .navbar .mainbar .mainmenu li:last-child {
  border: none;
}
header.pageheader .navbar .mainbar .mainmenu .dropdown.show {
  background: #efefef;
}
header.pageheader .navbar .mainbar .mainmenu .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}
header.pageheader .navbar .mainbar .mainmenu .dropdown-menu a {
  font-size: 1.25rem;
}
header.pageheader .navbar .mainbar .mainmenu .dropdown-menu a.active {
  color: #3e2c2c;
}
header.pageheader .navbar .mainbar .mainmenu .dropdown-menu a.active:hover {
  color: #ffffff;
}
.navbar-toggler {
  outline: none !important;
}
.navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
}
.navbar-toggler .navbar-toggler-icon .line {
  width: 60px;
  height: 5px;
  background-color: #3e2c2c;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.navbar-toggler .navbar-toggler-icon .navbar-toggler-icon:hover {
  cursor: pointer;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line:nth-child(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
.bigintro {
  background-color: #9aabe9;
  position: relative;
  height: 80vh;
  overflow: hidden;
}
.bigintro .row,
.bigintro .row [class^=col-] {
  height: 100%;
}
.bigintro .bi-picside img {
  height: 100%;
  width: auto;
  float: right;
}
.bigintro .bi-textside {
  display: flex;
  justify-content: right;
  align-items: center;
  font-size: 1.1rem;
}
.bigintro .bi-textside .bi-title {
  color: #000000;
}
svg.bi-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vw;
}
svg.bi-mask * {
  fill: #f5f5f3;
}
#offcanvasmenu {
  width: 20em;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 2002;
  padding: 78px 1em 15px 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#offcanvasmenu .inner {
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  #offcanvasmenu {
    padding-right: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 400px) {
  #offcanvasmenu {
    width: 100vw;
  }
}
#offcanvasmenu .togglewrap {
  position: absolute;
  right: -100px;
  top: 0px;
  background-color: transparent;
  padding: 10px 20px;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
#offcanvasmenu.open {
  background-color: #ffffff;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.25);
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
#offcanvasmenu.open .togglewrap {
  -webkit-box-shadow: 5px 0 5px rgba(0,0,0,0.25);
  box-shadow: 5px 0 5px rgba(0,0,0,0.25);
}
@media screen and (max-width: 3440px) {
  #offcanvasmenu.open .togglewrap {
    right: -10px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
#offcanvasmenu .navbar-navi a {
  color: #7e593c;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#offcanvasmenu .navbar-navi li > a {
  padding: 10px 30px;
  border-top: 1px solid #ececec;
  display: block;
}
#offcanvasmenu .navbar-navi li:first-child a {
  border: none;
}
#offcanvasmenu .navbar-navi li.active a,
#offcanvasmenu .navbar-navi li:hover a {
  color: #000000;
  text-decoration: none;
  background: none;
}
#offcanvasmenu .navbar-navi li.active a {
  background-color: #efefef;
}
#offcanvasmenu .navbar-navi .drop-down-menu {
  margin-bottom: 20px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
#offcanvasmenu .navbar-navi .drop-down-menu a {
  font-weight: 400;
  text-transform: none;
}
#offcanvasmenu .navbar-navi .caret {
  display: none;
}
#offcanvasmenu .mainmenu-sub {
  margin-top: 50px;
}
#offcanvasmenu .mainmenu-sub a {
  font-size: 12px;
}
#offcanvasmenu .mainmenu-sub li:first-child a {
  border: none;
}
#offcanvasmenu #socialmenu {
  position: absolute;
  right: -240px;
  top: 25px;
  z-index: 10001;
  width: 120px;
  display: inline-block;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#offcanvasmenu #socialmenu li a {
  height: 30px;
  width: auto;
  display: inline-block;
}
#offcanvasmenu #socialmenu li a svg {
  width: auto;
  height: 100%;
  position: relative;
}
#offcanvasmenu #socialmenu li a svg * {
  fill: #ffffff;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (max-width: 767px) {
  #offcanvasmenu #socialmenu {
    left: 30px;
  }
}
body.scrollheader #offcanvasmenu #socialmenu {
  top: 15px;
}
body.openmenu  #offcanvasmenu #socialmenu {
  left: 30px;
}
body.openmenu  #offcanvasmenu #socialmenu li a svg * {
  fill: #7e593c;
}
body.openmenu  #offcanvasmenu #socialmenu li a:hover svg * {
  fill: #000000;
}
.bottommenu {
  z-index: 2001;
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #39536b;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
@media screen and (min-width: 768px) {
  .bottommenu {
    display: none;
  }
}
.bottommenu .bottomLink {
  height: 100%;
  width: 16.666%;
  display: block;
  float: left;
  text-align: center;
  border-right: 1px solid #42607c;
}
.bottommenu .bottomLink:hover {
  background-color: #42607c;
}
.bottommenu .bottomLink:last-child {
  border: none;
}
.bottommenu .bottomLink img,
.bottommenu .bottomLink svg {
  height: 20px;
  width: auto;
  margin: 15px auto;
  position: relative;
}
.bottommenu .bottomLink span {
  display: none;
}
.submenu ul {
  padding: 10px 20px;
  margin: 50px 0;
  list-style: none;
  text-align: left;
  background: #f5f5f3;
}
.submenu ul li {
  padding: 5px 10px;
  position: relative;
  display: inline-block;
}
.submenu ul li a {
  font-size: 20px;
  display: block;
  text-align: center;
  color: #000000;
  line-height: 1em;
  padding: 10px;
  position: relative;
}
.submenu ul li:hover a,
.submenu ul li.active a {
  color: #ffffff;
  background: #3e2c2c;
  text-decoration: none;
  display: block;
  height: 2em;
  position: relative;
}
.submenu ul li:hover a:before,
.submenu ul li:hover a:after,
.submenu ul li.active a:before,
.submenu ul li.active a:after {
  border-color: #c1001f;
}
.footer-info {
  padding-bottom: 80px;
  padding-top: 140px;
  text-align: center;
}
.footer-info a {
  color: #b49891;
}
.footer-info .footerlogo {
  width: 100%;
  max-width: 15rem;
  display: inline-block;
  margin-bottom: 40px;
  padding: 0;
}
.footer-info .footerlogo img {
  width: 100%;
  height: auto;
}
.footer-info .dateline {
  font-size: 14px;
}
.qtip-default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
}
.qtip-default a {
  text-decoration: none;
  pointer-events: none;
}
.fc .fc-toolbar > * > h2 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 34px;
}
.fc .fc-toolbar > * > .fc-today-button {
  display: none;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: none;
  width: 100%;
  display: block;
  text-align: center;
}
#calendar .ui-widget-header {
  border: none;
  background: #f0f0f0;
  color: #000000;
  padding: 2px 0;
}
#calendar .ui-widget-content {
  background: none;
  border: none;
  border-bottom: 1px solid #dddddd;
}
#calendar .ui-state-default,
#calendar .ui-widget-content .ui-state-default,
#calendar .ui-widget-header .ui-state-default {
  border: none;
}
.fc-time {
  display: block;
  text-indent: -9999em;
}
.fc-title {
  display: none;
}
.news-calendar-view {
  margin-bottom: 50px;
}
.zeropadrow {
  margin: 0;
}
.zeropadrow >div {
  padding: 0;
}
.absolute-centered {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.ribbon {
  position: relative;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.15em;
  white-space: nowrap;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 auto 20px 0;
}
.ribbon:after,
.ribbon:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -0.5em;
  width: 1em;
  height: 100%;
  background-color: #d09c00;
  pointer-events: none;
}
.ribbon:after {
  right: -0.57em;
  z-index: -1;
}
.ribbon:before {
  bottom: auto;
  top: -0.5em;
  left: -0.57em;
  z-index: -1;
}
.ribbon .text {
  display: inline-block;
  position: relative;
  padding: .15em .75em;
  text-decoration: none;
  color: #112435;
  font-weight: 700;
  background-color: #ffc004;
}
.ribbon .text:after,
.ribbon .text:before {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -0.5em;
  left: -0.05em;
  pointer-events: none;
  -webkit-mask: none;
}
.ribbon .text:before {
  bottom: auto;
  top: -0.5em;
  border-bottom: 0.5em solid #ffda6a;
  border-left: .5em solid transparent;
}
.ribbon .text:after {
  left: auto;
  right: -0.05em;
  border-top: 0.5em solid #ffda6a;
  border-right: .5em solid transparent;
}
.firegoblet {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.firegoblet .inner {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.firegoblet .inner .gobletwrap {
  height: 100vh;
  width: 100%;
  max-width: 100vh;
  max-height: 100vw;
  margin: 0 auto;
  position: relative;
}
.firegoblet span {
  position: absolute;
}
.firegoblet span img {
  height: auto;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.firegoblet .goblet {
  z-index: 150;
  position: absolute;
  left: 50%;
  top: 60%;
  width: 50%;
  height: auto;
  opacity: 1;
}
.firegoblet .spray {
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: auto;
  opacity: 0;
}
.firegoblet .fire {
  opacity: 1;
}
.firegoblet .firelow1 {
  display: none;
}
.firegoblet .firelow2 {
  top: 89%;
  left: 47%;
  width: 50%;
  height: auto;
}
.firegoblet .firetop {
  left: 50%;
  top: 20%;
  width: 50%;
  height: auto;
}
.firegoblet .fireright {
  left: 72%;
  top: 67%;
  width: 33%;
  z-index: 200;
  height: auto;
}
.firegoblet .fireleft {
  right: 45.9%;
  top: 63%;
  width: 30%;
  z-index: 200;
  height: auto;
}
.firegoblet .ring {
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75%;
  height: auto;
  opacity: 0;
}
.powermail_field {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}
.tx-powermail legend {
  display: none;
}
.powermail_field select,
.powermail_field .powermail_textarea,
.powermail_field .powermail_input,
.powermail_date {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 15px 15px;
  outline: 0;
  border-radius: 0;
  color: #000000;
  text-align: left;
  appearance: none;
  background: #ece7df;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}
.powermail_fieldwrap {
  text-align: left;
}
@media screen and (min-width: 420px) {
  .powermail_fieldwrap label {
    flex-basis: 12rem;
  }
}
.powermail_fieldwrap label {
  font-family: "Noto Serif";
  font-weight: 400;
}
.parsley-errors-list {
  color: darkred;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  text-align: right;
  border-top: 2px solid darkred;
}
.powermail_field select::-ms-expand {
  display: none;
}
.powermail_field select:hover,
.powermail_field select:focus {
  color: #000000;
  background: #ffffff;
}
.powermail_field select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select_arrow {
  position: absolute;
  top: 18px;
  right: 21px;
  width: 18px;
  height: 18px;
  border: solid #7e593c;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.powermail_field select:hover~.select_arrow,
.powermail_field select:focus~.select_arrow {
  border-color: #000000;
}
.powermail_field select:disabled~.select_arrow {
  border-top-color: #cccccc;
}
.powermail_fieldwrap_type_submit {
  text-align: center;
  margin-top: 3rem;
}
.powermail_submit {
  display: inline-block;
  width: auto;
  background-color: #3e2c2c;
  color: #ffffff;
  padding: 1rem 3rem;
  border: none;
  font-size: 1.5rem;
  font-family: "Noto Serif";
  font-weight: 400;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.powermail_submit:hover {
  background-color: #7e593c;
  cursor: pointer;
}
.powermail_fieldwrap_type_check>label {
  color: transparent;
  font-size: 0;
}
.powermail_fieldwrap_type_check .checkbox label {
  display: block;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}
.powermail_fieldwrap_type_check .checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.powermail_fieldwrap_type_check .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: #eee;
  border: 4px solid #7e593c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.powermail_fieldwrap_type_check .checkbox label:hover input~.checkmark {
  background-color: #ccc;
}
.powermail_fieldwrap_type_check .checkbox label input:checked~.checkmark {
  background-color: #7e593c;
}
.powermail_fieldwrap_type_check .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.powermail_fieldwrap_type_check .checkbox label input:checked~.checkmark:after {
  display: block;
}
.powermail_fieldwrap_type_check .checkbox label .checkmark:after {
  left: 9px;
  top: 2px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tx-powermail .layout1 .fieldsetbody {
  display: flex;
  column-gap: 2rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tx-powermail .layout1 .fieldsetbody > .powermail_fieldwrap {
  flex: 0 0 100%;
}
@media screen and (min-width: 640px) {
  .tx-powermail .layout1 .fieldsetbody > .powermail_fieldwrap {
    flex: 0 0 calc(50% - 1rem);
  }
}
.tx-powermail .layout1 .fieldsetbody > .powermail_fieldwrap.powermail_fieldwrap_type_textarea,
.tx-powermail .layout1 .fieldsetbody > .powermail_fieldwrap.powermail_fieldwrap_type_submit {
  flex: 0 0 100%;
}
.tx-powermail .layout3 {
  padding: 5rem 2rem;
  background-color: #2f2f33;
  color: #ffffff;
}
@media screen and (min-width: 465px) {
  .tx-powermail .layout3 {
    padding: 5rem;
  }
}
.tx-powermail .layout3 .title {
  max-width: 300px;
  margin-inline: auto;
  margin-bottom: 2rem;
}
.tx-powermail .layout3 .subtitle {
  max-width: 96ch;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 2rem;
}
@media screen and (min-width: 465px) {
  .tx-powermail .layout3 .fieldsetbody {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 635px) {
  .tx-powermail .layout3 .fieldsetbody {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.tx-powermail .layout3 .fieldsetbody .powermail_fieldwrap {
  width: 100%;
}
@media screen and (min-width: 465px) {
  .tx-powermail .layout3 .fieldsetbody .powermail_fieldwrap {
    width: auto;
  }
}
.tx-powermail .layout3 .fieldsetbody .powermail_input {
  background: #ffffff;
}
.tx-powermail .layout3 .fieldsetbody .checkbox label {
  font-size: 1rem;
}
@media screen and (min-width: 1260px) {
  .tx-powermail .layout3 .fieldsetbody .checkbox label {
    padding-top: 4px;
  }
}
.tx-powermail .layout3 .fieldsetbody .checkbox label a {
  text-decoration: underline;
}
.tx-powermail .layout3 .fieldsetbody .powermail_fieldwrap_type_check,
.tx-powermail .layout3 .fieldsetbody .powermail_fieldwrap_type_submit {
  grid-column-start: 3;
}
.tx-powermail .layout3 .fieldsetbody .powermail_fieldwrap_type_submit .powermail_submit {
  width: 100%;
  height: auto;
  background: #c0aca6;
  text-indent: unset;
  padding: .7rem 3rem;
  font-family: "Noto Serif";
  font-weight: 400;
  font-size: 2rem;
}
.tx-powermail .layout3 .fieldsetbody .powermail_fieldwrap_type_submit .btn {
  border: 0;
}
.news-list-view,
.news-single {
  padding-top: 50px;
  padding-bottom: 50px;
}
.news-list-view img,
.news-single img {
  -webkit-box-shadow: 2px 0 5px rgba(0,0,0,0.2);
  box-shadow: 2px 0 5px rgba(0,0,0,0.2);
}
.news-list-view .caption,
.news-single .caption {
  margin-top: 10px;
}
.news-list-view .news-list-item,
.news-single .news-list-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .news-list-view .news-list-item img,
  .news-single .news-list-item img {
    margin-top: 20px;
  }
}
.news-list-view time:before,
.news-single time:before {
  content: "News ";
}
.news-list-view h2,
.news-single h2 {
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 60px;
  margin-top: 50px;
}
.news-list-view h3,
.news-single h3 {
  margin-top: 0;
  font-weight: 700;
  text-transform: none;
  font-size: 32px;
  margin-bottom: px;
  line-height: 35px;
}
@media screen and (max-width: 767px) {
  .news-list-view h3,
  .news-single h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 479px) {
  .news-list-view h3,
  .news-single h3 {
    font-size: 18px;
    line-height: 18px;
  }
}
.newsheader {
  margin-bottom: 30px;
  margin-top: 100px;
}
.newsheader h2 {
  font-size: 56px;
  font-family: "Noto Serif";
  font-weight: 400;
  margin-bottom: 0;
  line-height: 0.7em;
  font-weight: 700;
}
.newsheader .subtitle {
  font-size: 1.555556rem;
  font-family: "Noto Serif";
  font-weight: 400;
  text-transform: uppercase;
}
.startnews {
  padding-top: 0;
  padding-bottom: 0;
}
.startnews .news-list-item {
  padding: 1rem;
  color: #e7e6e4;
  font-size: 16px;
  border: none;
  margin-bottom: 1rem;
  border: 4px solid #7e593c;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.startnews .news-list-item h3 {
  line-height: 1em;
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.startnews .news-list-item h3 a {
  color: #000000;
}
.startnews .news-list-item .lead,
.startnews .news-list-item p {
  font-size: 1rem;
  color: #000000;
  margin-bottom: 0;
  line-height: 1em;
}
.startnews .news-list-item img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.startnews .news-list-item .btn-read-more {
  background: #ffffff;
  display: block;
  width: 3rem;
  height: 3rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-family: "Noto Serif";
  font-weight: 400;
  font-size: 3rem;
  line-height: 2.3rem;
  text-align: center;
  border: 0.3rem solid #7e593c;
  color: #7e593c;
  margin-left: 20px;
}
.startnews .news-list-item .btn-read-more:hover,
.startnews .news-list-item .btn-read-more:focus,
.startnews .news-list-item .btn-read-more:active {
  text-decoration: none;
}
.detailstext {
  margin-bottom: 40px;
}
.detailslider {
  margin-top: 50px;
}
.detailslider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
}
.detailslider .owl-nav .owl-next,
.detailslider .owl-nav .owl-prev {
  background-color: rgba(255,255,255,0.8);
  width: 30px;
  height: 50px;
  line-height: 20px;
  padding: 15px 0;
  text-align: center;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.detailslider .owl-nav .owl-prev {
  left: 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.detailslider .owl-nav .owl-next {
  right: 0;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.newsslider {
  padding: 50px 75px;
}
@media screen and (max-width: 500px) {
  .newsslider {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.newsslider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
}
.newsslider .owl-nav .owl-next,
.newsslider .owl-nav .owl-prev {
  background-color: rgba(0,0,0,0.1);
  width: 30px;
  height: 50px;
  line-height: 20px;
  padding: 15px 0;
  text-align: center;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.newsslider .owl-nav .owl-next.disabled,
.newsslider .owl-nav .owl-prev.disabled {
  opacity: 0;
}
.newsslider .owl-nav .owl-prev {
  left: -75px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.newsslider .owl-nav .owl-next {
  right: -75px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.newsslider .owl-dots {
  width: 100%;
  text-align: center;
}
.newsslider .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  display: inline-block;
  background: #e5e5e5;
  margin: 0 2px;
}
.newsslider .owl-dots .owl-dot.active {
  background: #0f6c97;
}
@media screen and (max-width: 399px) {
  .newsslider .owl-dots .owl-dot {
    width: 15px;
    height: 5px;
  }
}
.newsslider .newsslider-item [itemprop=headline] {
  margin-bottom: 10px;
  line-height: 1em;
  font-size: 24px;
  display: block;
}
.newsslider .newsslider-item [itemprop=headline] a.btn-default:hover {
  background-color: #7e593c !important;
}
.newsslider .newsslider-item .lead {
  font-size: 16px;
}
.newsslider .newsslider-item img {
  margin-bottom: 20px;
}
.newsslider_wrap {
  margin-bottom: 50px;
  margin-top: 50px;
}
.newsslider_wrap .ciHeader .title {
  color: #3e2c2c;
}
.newsslider_wrap .gotolist {
  text-align: center;
}
.newsslider_wrap .gotolist .btn {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.tx-indexedsearch-searchbox legend {
  display: none;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-browsebox {
  margin-bottom: 40px;
}
.tx-indexedsearch-searchbox label {
  min-width: 200px;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form,
.tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
  display: inline-block;
  width: 100%;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form label,
.tx-indexedsearch-searchbox .tx-indexedsearch-search-submit label {
  display: none;
}
.tx-indexedsearch-searchbox #tx-indexedsearch-searchbox-sword {
  width: 100%;
  margin-bottom: 10px;
  font-size: 20px;
  padding: 10px 15px;
  border: none;
  background-color: #ccc;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-search-for {
  clear: both;
}
.tx-indexedsearch-searchbox #tx-indexedsearch-searchbox-button-submit {
  background: transparent;
  color: #3e2c2c;
  border: 2px solid #3e2c2c;
  font-size: 20px;
  padding: 7px 50px;
  display: inline-block;
  text-transform: none;
  text-shadow: none;
  -webkit-transition: background-color 500ms ease-out, color 500ms ease-out;
  -o-transition: background-color 500ms ease-out, color 500ms ease-out;
  transition: background-color 500ms ease-out, color 500ms ease-out;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.tx-indexedsearch-searchbox #tx-indexedsearch-searchbox-button-submit:hover {
  color: #ffffff;
  background-color: #3e2c2c;
  text-decoration: none;
}
.tx-indexedsearch-searchbox #tx-indexedsearch-searchbox-button-submit:focus {
  text-decoration: none;
}
@media screen and (max-width: 639px) {
  .tx-indexedsearch-searchbox #tx-indexedsearch-searchbox-button-submit {
    font-size: 16px;
  }
}
@media screen and (min-width: 640px) {
  .tx-indexedsearch-searchbox .tx-indexedsearch-form {
    width: 50%;
    float: left;
    padding-right: 20px;
  }
  .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
    width: 40%;
    float: left;
  }
}
.tx-indexedsearch-rules {
  padding: 20px;
  margin: 20px 0;
  background-color: #efefef;
}
.tx-indexedsearch-rules h2 {
  margin-bottom: 10px;
}
.tx-indexedsearch-res .tx-indexedsearch-info {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.tx-indexedsearch-res .tx-indexedsearch-info >* {
  display: inline-block;
}
