@charset "UTF-8";
/******************************************************************
	THEME PFAD
******************************************************************/
/******************************************************************
	COLORS
******************************************************************/
/******************************************************************
	FONTS
******************************************************************/
/******************************************************************
	FONT SIZES
******************************************************************/
/******************************************************************
	GAPS
******************************************************************/
/******************************************************************
	CONTAINER WIDTH
******************************************************************/
/******************************************************************
	BREAKPOINTS
******************************************************************/
/******************************************************************
	ANIMATIONS
******************************************************************/
/******************************************************************
STYLESHEET: TYPOGRAPHY
******************************************************************/
/* Fontdefinition flowing text */
@font-face {
  font-family: "Poppins";
  src: url("/assets/Fonts/Poppins/Poppins-Bold.woff2") format("woff2"), url("/assets/Fonts/Poppins/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/Fonts/Poppins/Poppins-Regular.woff2") format("woff2"), url("/assets/Fonts/Poppins/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Fontdefinition Headline */
@font-face {
  font-family: "Kalnia";
  src: url("/assets/Fonts/Kalnia/Kalnia-Regular.woff2") format("woff2"), url("/assets/Fonts/Kalnia/Kalnia-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*, *::before, *::after {
  box-sizing: border-box;
}

:where(body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd) {
  margin: 0;
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:where(ul[role=list], ol[role=list]) {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

img, picture, svg, video, canvas {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
}

[hidden], [x-cloak] {
  display: none !important;
}

/* Logo */
#header .logo {
  margin: 22px 0 0 30px;
  z-index: 800;
}
@media screen and (max-width: 769px) {
  #header .logo {
    margin: 28px 0 0 15px;
  }
}

#header .logo, #header .logo a {
  display: inline-block;
  width: 300px;
  height: 40px;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 769px) {
  #header .logo, #header .logo a {
    width: 210px;
    height: 28px;
  }
}

#header.zoom .logo {
  margin-top: 15px;
  transition: all 300ms ease-in-out;
}

#header.zoom .logo, #header.zoom .logo a {
  display: inline-block;
  width: 225px;
  height: 30px;
  transition: all 300ms ease-in-out;
}

#header .logo {
  background-image: url("/assets/Images/logo_negative.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1400px) {
  #header .logo, #header .logo a {
    display: inline-block;
    width: 150px;
    height: 40px;
    transition: all 300ms ease-in-out;
  }
  #header.zoom .logo, #header.zoom .logo a {
    display: inline-block;
    width: 130px;
    height: 30px;
    transition: all 300ms ease-in-out;
  }
}
.ce-textpic {
  display: flex;
  gap: 30px;
}
.ce-textpic.ce-above, .ce-textpic.ce-below {
  flex-direction: column;
}
.ce-textpic.ce-center {
  justify-content: center;
}
.ce-textpic.ce-center .ce-gallery .ce-row {
  display: flex;
  justify-content: center;
}
.ce-textpic.ce-right {
  justify-content: flex-end;
}
.ce-textpic.ce-right .ce-gallery .ce-row {
  display: flex;
  justify-content: flex-end;
}
.ce-textpic.ce-left {
  align-items: flex-start;
}
.ce-textpic.ce-intext .ce-gallery, .ce-textpic.ce-intext .ce-bodytext, .ce-textpic.ce-nowrap .ce-gallery, .ce-textpic.ce-nowrap .ce-bodytext {
  flex: 1;
}
.ce-textpic.ce-intext .ce-gallery.ce-smallpix, .ce-textpic.ce-nowrap .ce-gallery.ce-smallpix {
  flex: 0 0 auto;
}
.ce-textpic.ce-intext.ce-right .ce-gallery, .ce-textpic.ce-nowrap.ce-right .ce-gallery {
  order: 2;
}
@media screen and (max-width: 769px) {
  .ce-textpic {
    flex-direction: column;
  }
  .ce-textpic .ce-center {
    align-items: flex-start;
  }
  .ce-textpic .ce-right {
    align-items: flex-start;
  }
  .ce-textpic.ce-intext .ce-gallery, .ce-textpic.ce-intext .ce-gallery.ce-smallpix, .ce-textpic.ce-intext .ce-bodytext, .ce-textpic.ce-nowrap .ce-gallery, .ce-textpic.ce-nowrap .ce-gallery.ce-smallpix, .ce-textpic.ce-nowrap .ce-bodytext {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery, .ce-textpic.ce-nowrap.ce-right .ce-gallery {
    order: 1;
  }
  .ce-textpic.ce-intext.ce-right .ce-bodytext, .ce-textpic.ce-nowrap.ce-right .ce-bodytext {
    order: 2;
  }
}

.ce-gallery .ce-inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ce-gallery .ce-inner .ce-row {
  display: flex;
  gap: 15px;
}
.ce-gallery .ce-inner .ce-row .ce-column {
  width: auto;
  display: inline-flex;
  flex: 1;
}
.ce-gallery .ce-inner .ce-row .ce-column img {
  width: 100%;
  height: auto;
}

.ce-gallery[data-ce-columns="2"] .ce-column {
  width: 50%;
}

.ce-gallery[data-ce-columns="3"] .ce-column {
  width: 33.333%;
}

.ce-gallery[data-ce-columns="4"] .ce-column {
  width: 25%;
}

.ce-gallery[data-ce-columns="5"] .ce-column {
  width: 20%;
}

.ce-gallery[data-ce-columns="6"] .ce-column {
  width: 16.666%;
}

.ce-gallery[data-ce-columns="7"] .ce-column {
  width: 14.285%;
}

.ce-gallery[data-ce-columns="8"] .ce-column {
  width: 12.5%;
}

@media screen and (max-width: 769px) {
  .ce-gallery[data-ce-columns="4"] .ce-column,
  .ce-gallery[data-ce-columns="6"] .ce-column,
  .ce-gallery[data-ce-columns="8"] .ce-column {
    width: 50%;
  }
}

@media screen and (max-width: 769px) {
  .ce-gallery[data-ce-columns="3"] .ce-column,
  .ce-gallery[data-ce-columns="5"] .ce-column,
  .ce-gallery[data-ce-columns="7"] .ce-column {
    width: 33.333%;
  }
}

/* Links */
a, a:hover, a:focus {
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  line-height: 1.6;
}

#main p a, #main p a:hover, #main p a:focus, #main li a, #main li a:hover, #main li a:focus {
  color: #d2b19b;
  transition: all 0.1s ease-in-out;
  text-decoration: underline;
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Kalnia", sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
  hyphens: inherit;
  font-size: 2.375rem;
  line-height: 1.1;
}
@media screen and (max-width: 769px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 2rem;
    line-height: 1.15;
  }
}

h1, h2 {
  margin-bottom: 60px;
  text-align: center;
  hyphens: none;
}

h1::after, h2::after {
  background: #d2b19b none repeat scroll 0 0;
  bottom: -13px;
  content: "";
  display: block;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 200px;
}

h3 {
  font-size: 2rem;
  line-height: 1.15;
}
@media screen and (max-width: 769px) {
  h3 {
    font-size: 1.75rem;
    line-height: 1.2;
  }
}

h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-size: 1.15rem;
  line-height: 1.5;
}
@media screen and (max-width: 769px) {
  h4, h5, h6 {
    font-size: 1.05rem;
    line-height: 1.6;
  }
}

p.sub-header {
  margin-top: -30px;
  margin-bottom: 60px;
  font-family: "Kalnia", sans-serif;
  font-size: 1.375rem;
  line-height: 1.25;
}

.ce-headline-center, .text-center {
  text-align: center;
  width: 100%;
}

p, #main li, #main ol, #main span, #main label {
  hyphens: none;
  font-size: 1.05rem;
  line-height: 1.6;
}

.ce-bodytext p {
  margin-bottom: 15px;
}
.ce-bodytext p:last-of-type {
  margin-bottom: 0;
}

strong, b {
  font-weight: bold;
}

em {
  font-style: italic;
}

sup {
  top: -0.5em;
  font-size: 60%;
}

ul {
  margin: 20px 20px;
}

ol {
  margin: 20px 20px;
}

ul li {
  list-style-type: circle;
}

ol li {
  list-style-type: decimal;
}

#main ul, #main ol {
  padding: 5px;
}

#main ul li, #main ol li {
  list-style-type: disc;
  margin-left: 20px;
}

#main ol li {
  list-style-type: decimal;
}

.indent {
  padding: 0 0 0 5px;
}

hr.ce-div {
  border-width: 0;
  background-color: #2d2b2a;
  height: 2px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.clients h1, .clients h2, .clients h3, .clients h4 {
  color: #fff;
}

.text-color-red {
  color: #f50860;
}

.text-citation {
  margin-left: 30px;
  margin-right: 30px;
  font-style: italic;
  font-size: 1.15rem;
  display: inline-block;
}
.text-citation:before {
  content: open-quote;
  color: black;
  font-family: Georgia, serif;
  font-size: 34px;
  line-height: 0;
}
.text-citation:after {
  content: close-quote;
  color: black;
  font-family: Georgia, serif;
  font-size: 34px;
  line-height: 0;
}
@media screen and (max-width: 769px) {
  .text-citation {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.ce-headline-left {
  text-align: left;
}

.ce-headline-right {
  text-align: right;
}

/*Seitenbutton */
a.btn, p.btn-tile {
  color: #fff !important;
  background-color: #d2b19b !important;
  border: 2px solid #d2b19b !important;
  padding: 15px 30px 15px 30px;
  margin: 15px 0 30px 0;
  font-size: 1.05rem;
  display: inline-block;
  text-align: center;
  -webkit-box-shadow: 0px 5px 11px -5px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 5px 11px -5px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 5px 11px -5px rgba(0, 0, 0, 0.59);
  cursor: pointer;
  text-decoration: none !important;
}
@media screen and (max-width: 769px) {
  a.btn, p.btn-tile {
    padding: 15px 0 15px 0;
    margin: 30px 0 30px 0;
    display: block;
  }
}

a.btn:hover, p.btn-tile:hover {
  color: #d2b19b !important;
  background-color: #fff !important;
  text-decoration: none !important;
}

/* Tabelle */
.frame-type-table {
  width: 100%;
  padding: 0px;
  margin-bottom: 0px;
  overflow-y: hidden;
  overflow-x: auto;
  min-height: 0.01%;
}

table.ce-table,
table.contenttable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

table.ce-table::-webkit-scrollbar table.contenttable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

table.ce-table::-webkit-scrollbar-thumb,
table.contenttable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: #b3b3b3;
}

table.ce-table, table.contenttable {
  table-layout: auto;
  font-size: 1.05rem;
}

table.ce-table th, table.ce-table td,
table.contenttable th, table.contenttable td {
  padding: 5px;
}

table.ce-table th, table.contenttable th {
  font-weight: 600;
}

table > thead > tr > th,
table.ce-table th,
table.contenttable th {
  background-color: #b3b3b3;
}

table.ce-table tr,
table.contenttable tr {
  background-color: #fff;
}

table.ce-table tr:nth-child(2n+1),
table.contenttable tr:nth-child(2n+1) {
  background-color: #b3b3b3;
}

main td,
table.ce-table td, table.ce-table th,
table.contenttable td, table.contenttable th {
  width: auto;
  text-align: left;
  vertical-align: top;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 5px;
  line-height: 1.6;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 0px solid #fff;
  border-bottom: 0px solid #fff;
}

.grid-section {
  display: flex;
  justify-content: center;
}
.grid-section .grid {
  width: 100%;
}
.grid-section.frame-layout-900 .grid {
  width: 100%;
  margin: auto;
}
.grid-section .grid {
  display: grid;
  gap: 30px;
  grid-auto-flow: column;
}
.grid-section .grid.grid--1-cols {
  grid-auto-flow: row;
}
.grid-section .grid.grid--12-cols {
  grid-template-columns: repeat(2, auto);
  grid-template-rows: auto;
  grid-template-areas: "header header" "left right";
}
@media screen and (max-width: 480px) {
  .grid-section .grid.grid--12-cols {
    gap: 0;
    grid-template-areas: "header" "left" "right";
  }
}
.grid-section .grid.grid--12-cols .grid--1-col {
  grid-area: header;
}
.grid-section .grid.grid--12-cols .grid--21-col {
  grid-area: left;
}
.grid-section .grid.grid--12-cols .grid--22-col {
  grid-area: right;
}
.grid-section .grid.grid--2-cols {
  grid-template-columns: repeat(2, 6fr);
}
@media screen and (max-width: 769px) {
  .grid-section .grid.grid--2-cols {
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-section .grid.grid--3-cols, .grid-section .grid.grid--4-cols {
  grid-template-columns: repeat(3, 4fr);
}
@media screen and (max-width: 1025px) {
  .grid-section .grid.grid--3-cols, .grid-section .grid.grid--4-cols {
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-section .grid.grid--4-cols {
  grid-template-columns: repeat(4, 3fr);
}
@media screen and (max-width: 1025px) {
  .grid-section .grid.grid--4-cols {
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-section .grid.grid--37-cols {
  grid-template-columns: 4fr 8fr;
}
@media screen and (max-width: 1025px) {
  .grid-section .grid.grid--37-cols {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}
.grid-section .grid.grid--73-cols {
  grid-template-columns: 8fr 4fr;
}
@media screen and (max-width: 1025px) {
  .grid-section .grid.grid--73-cols {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}
.grid-section .grid.grid--13-cols {
  grid-template-columns: 3fr 9fr;
}
@media screen and (max-width: 1025px) {
  .grid-section .grid.grid--13-cols {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}
.grid-section .grid .grid--col {
  min-width: 10px;
}

section.grid-section .grid {
  width: 1350px;
}
@media screen and (max-width: calc(1350px + 30px)) {
  section.grid-section .grid {
    width: calc(100% - 30px);
  }
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 0;
  height: 90px;
  background-color: rgba(45, 43, 42, 0.97);
  box-shadow: 0 -8px 20px 0 rgba(0, 0, 0, 0.2);
  transition: all 300ms ease-in-out;
}

#header.zoom {
  padding: 0;
  height: 60px;
  transition: all 300ms ease-in-out;
}

#header .container {
  position: relative;
}

#main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 90px 0 60px 0;
}
#main .content {
  width: 1350px;
}
@media screen and (max-width: calc(1350px + 30px)) {
  #main .content {
    width: calc(100% - 30px);
  }
}
#main .content-fluid {
  width: 100%;
}
#main section:first-of-type {
  margin-top: 60px;
}

#footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  background: #2d2b2a;
}
#footer .content {
  width: 1350px;
}
@media screen and (max-width: calc(1350px + 30px)) {
  #footer .content {
    width: calc(100% - 30px);
  }
}
#footer .content-fluid {
  width: 100%;
}

.boilerplate {
  padding: 90px 0 110px 0;
  color: #fff !important;
}
.boilerplate h4 {
  font-size: 1.15rem;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  color: #fff !important;
}
.boilerplate p {
  font-size: 14px;
  color: #fff;
}
.boilerplate a, .boilerplate a:hover, .boilerplate a:focus {
  color: #fff;
}
.boilerplate a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  .boilerplate .links {
    margin-top: 90px;
  }
}
.boilerplate .footer-link {
  color: #f50860 !important;
}

/* General Paddings */
.frame-space-before-extra-small {
  padding-top: 15px;
}

.frame-space-before-small {
  padding-top: 30px;
}

.frame-space-before-medium {
  padding-top: 60px;
}

.frame-space-before-large {
  padding-top: 90px;
}

.frame-space-before-extra-large {
  padding-top: 180px;
}

.frame-space-after-extra-small {
  padding-bottom: 15px;
}

.frame-space-after-small {
  padding-bottom: 30px;
}

.frame-space-after-medium {
  padding-bottom: 60px;
}

.frame-space-after-large {
  padding-bottom: 90px;
}

.frame-space-after-extra-large {
  padding-bottom: 180px;
}

.masonry {
  margin: 15px 0;
  padding: 0;
  display: flex;
  gap: 15px;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .masonry .frame-type-mask_kachel,
  .masonry .frame-type-mask_product {
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
  }
}

.gallery {
  columns: 8 320px;
  column-gap: 0.5rem;
}
@media screen and (max-width: 1201px) {
  .gallery {
    columns: 6 200px;
  }
}
@media screen and (max-width: 1025px) {
  .gallery {
    columns: 4 150px;
  }
}
@media screen and (max-width: 769px) {
  .gallery {
    columns: 4 100px;
  }
}
@media screen and (max-width: 480px) {
  .gallery {
    columns: 2 50px;
  }
}
.gallery .gallery-item {
  display: inline-block;
  width: 100%;
  height: auto;
}
.gallery .gallery-item img {
  width: 100%;
  height: auto;
}

.grid-gallery {
  background-color: transparent;
  margin: 0 15px;
}
.grid-gallery:after {
  content: "";
  display: block;
  clear: both;
}

.grid-sizer,
.grid-item {
  width: 16.666%;
}
@media screen and (max-width: 769px) {
  .grid-sizer,
  .grid-item {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}

.grid-item {
  float: left;
}
.grid-item img {
  display: block;
  width: 100% !important;
  height: auto !important;
  padding: 10px;
}

#date {
  background-image: url(/assets/Images/coverBg.jpg);
  padding: 0;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  min-height: 473px;
  width: 100%;
}

#date .dateTeaser {
  padding: 60px;
  background-color: rgba(210, 177, 155, 0.9);
  min-height: 300px;
  margin: 60px 0;
}
#date .dateTeaser h1, #date .dateTeaser h2, #date .dateTeaser h3, #date .dateTeaser h4, #date .dateTeaser p, #date .dateTeaser li {
  color: #fff;
}

.standorte {
  margin: 180px 0px;
}

.standorte h3 {
  text-align: center;
  width: 100%;
}

a.tile-teaser {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  width: 250px;
  height: 100%;
  display: flex;
  flex-direction: column;
  line-height: 0 !important;
}
@media screen and (max-width: 480px) {
  a.tile-teaser {
    width: 100%;
  }
}
a.tile-teaser .tile-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
a.tile-teaser .tile-content {
  padding: 15px;
  word-wrap: break-word;
}
a.tile-teaser .tile-content h1, a.tile-teaser .tile-content h2, a.tile-teaser .tile-content h3, a.tile-teaser .tile-content h4 {
  font-size: 1.375rem;
  color: #000;
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  a.tile-teaser .tile-content h1, a.tile-teaser .tile-content h2, a.tile-teaser .tile-content h3, a.tile-teaser .tile-content h4 {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
a.tile-teaser .tile-content h1::after {
  content: none;
}
a.tile-teaser .tile-content p {
  color: #000;
}
@media screen and (max-width: 769px) {
  a.tile-teaser .tile-content p {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

body.Brautmeile .tile-teaser {
  width: 300px;
}

.product-teaser {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  width: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .product-teaser {
    width: 100%;
  }
}
.product-teaser .product-image img {
  width: 100%;
}
.product-teaser .product-content {
  padding: 30px 30px 0 30px;
  word-wrap: break-word;
}
.product-teaser .product-price {
  padding: 30px 30px 0 30px;
}
.product-teaser .product-price .pr-price {
  display: block;
  padding: 0 15px;
  font-size: 1.65rem;
  color: #fff;
  background-color: #fa83af;
  text-align: center;
}
.product-teaser .product-price .pr-price .pr-price-eur {
  font-size: 0.875rem;
}
.product-teaser .product-price .pr-price-mwst {
  display: block;
  font-size: 0.875rem;
  font-style: italic;
}
.product-teaser .product-price .pr-shop {
  margin-top: 15px;
  display: block;
}
.product-teaser .product-feedback {
  padding: 30px 30px 30px 30px;
}
.product-teaser .product-feedback .btn {
  display: block;
}
.product-teaser h1, .product-teaser h2, .product-teaser h3, .product-teaser h4 {
  font-size: 1.05rem;
  color: #000;
  margin-bottom: 0;
}
.product-teaser h1::after {
  content: none;
}
.product-teaser p {
  color: #000;
}

.elfsight {
  background-color: #fff;
}

.designer {
  background-color: #fff;
}

#infobar {
  position: fixed;
  bottom: 30px;
  left: 30px;
  right: 30px;
  height: 65px;
  z-index: 800;
  display: grid;
  grid-template-areas: "lft cet rgt";
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  #infobar {
    column-gap: 0;
  }
}
#infobar .btn_Vb {
  background-image: url("/assets/Icons/fon.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 35px;
  background-color: #fff;
  height: 65px;
  box-shadow: 0 10px 20px -2px #878786;
}
#infobar .btn_Vb a {
  display: block;
  height: 65px;
}
#infobar .btn_Rating {
  grid-area: lft;
  justify-self: start;
  width: 245px;
  margin-left: -55px;
  background-image: url("/assets/Images/img_rate.png");
  background-position: right top;
  background-size: contain;
}
#infobar .btn_Rating a {
  width: 245px;
}
@media screen and (max-width: 769px) {
  #infobar .btn_Rating {
    display: none;
  }
}
#infobar .btn_Date {
  grid-area: cet;
  justify-self: center;
  width: 200px;
  background-image: url("/assets/Icons/ico_date.svg");
  background-position: left top;
}
#infobar .btn_Date a {
  width: 200px;
  padding: 18px;
  text-align: right;
}
@media screen and (max-width: 769px) {
  #infobar .btn_Date {
    grid-area: lft;
    width: 175px;
    justify-self: start;
    margin-right: 15px;
    font-size: 0.875rem;
  }
  #infobar .btn_Date a {
    width: 175px;
    padding: 20px;
  }
}
#infobar .btn_Call {
  display: none;
  grid-area: cet;
  justify-self: self-start;
  width: 65px;
  border-radius: 50%;
  background-image: url("/assets/Icons/ico_call.svg");
}
#infobar .btn_Call a {
  width: 65px;
}
@media screen and (max-width: 769px) {
  #infobar .btn_Call {
    display: block;
  }
}

figure.video {
  background-color: #000;
}
figure.video video.video-embed-item {
  width: 100%;
}

/* Mobile Navigation: Menu Icon with transformation  */
.navHamburger {
  display: none;
  position: fixed;
  top: 45px;
  right: 20px;
  z-index: 9999;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1025px) {
  .navHamburger {
    top: 15px;
    display: block;
  }
}

#header.zoom .navHamburger {
  top: 6px;
  transition: all 300ms ease-in-out;
}

.mobileNav.active {
  display: block;
}

.mobileNavIcon {
  position: absolute;
  top: 58px;
  right: 0px;
  height: 54px;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  width: 54px;
  z-index: 910;
}

.mobileNav {
  position: fixed;
  top: 0px;
  left: 0;
  background: rgba(245, 8, 96, 0.9) none repeat scroll 0 0;
  overflow-y: auto;
  padding-bottom: 0;
  padding-top: 0;
  width: 400px;
  height: 100%;
  z-index: 905;
}

/* Hintergund Hamburger */
.x-hamburger {
  background-color: transparent;
}

/* Farbe Hamburger Balken */
.x-hamburger span {
  background: #f50860;
}

.x-hamburger {
  position: absolute;
  right: 2px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 65px;
  height: 50px;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  display: block;
  cursor: pointer;
}

.x-hamburger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 18px;
  right: 13px;
  height: 5px;
}

.x-hamburger span.hlt {
  top: 10px;
}

.x-hamburger span.hlb {
  top: 34px;
}

/* Animation middle span */
.x-hamburger.active span.hlm {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* Animation top/bottom span active */
.x-hamburger span.hlt, .x-hamburger span.hlb {
  -webkit-transition-property: top, -webkit-transform;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  -webkit-transition-timing-function: ease;
  transition-property: top, transform;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0s, 0.3s;
  transition-timing-function: ease;
}

.x-hamburger.active span.hlt, .x-hamburger.active span.hlb {
  top: 22px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.x-hamburger.active span.hlb {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Animation top/bottom span closed */
.x-hamburger span.hlt, .x-hamburger span.hlb, .x-hamburger.normal span.hlt, .x-hamburger.normal span.hlb {
  -webkit-transition-property: top, -webkit-transform;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  -webkit-transition-timing-function: ease;
  transition-property: top, transform;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0s, 0.3s;
  transition-timing-function: ease;
}

.x-hamburger.normal span.hlt, .x-hamburger.normal span.hlb {
  -webkit-transition-property: -webkit-transform, top;
  -webkit-transition-delay: 0s, 0.3s;
  transition-property: transform, top;
  transition-delay: 0s, 0.3s;
}

/* Haupt Navigation  */
.navbar-desktop {
  display: inline-block;
  padding: 0;
  margin: 28px 30px 0 0;
  float: right;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1025px) {
  .navbar-desktop {
    display: none;
  }
}

#header.zoom .navbar-desktop {
  margin-top: 15px;
  transition: all 300ms ease-in-out;
}

nav.navDesktop {
  margin: 0;
  height: 25px;
  z-index: 20;
}

.navDesktop nav {
  position: absolute;
  width: 100%;
  height: 70px;
}

/* Farbe Normal erster Level */
.navDesktop ul li a {
  color: #fff;
}

/* Farbe Hoover & Active erster Level */
.navDesktop ul li a:hover {
  color: #d2b19b;
}

.navDesktop ul li:hover ul li a,
.navDesktop ul li.active ul li a {
  border-top: 0 solid #fff;
}

.navDesktop a {
  font-size: 1.05rem;
  font-weight: 300;
}
@media screen and (max-width: 1270px) {
  .navDesktop a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .navDesktop a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1100px) {
  .navDesktop a {
    font-size: 10px;
  }
}

.navDesktop ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

.navDesktop ul li {
  display: inline;
  margin: 0 15px;
  list-style: none;
}
@media screen and (max-width: 1510px) {
  .navDesktop ul li {
    margin: 0 8px;
  }
}
@media screen and (max-width: 1200px) {
  .navDesktop ul li {
    margin: 0 12px;
  }
}

.navDesktop ul li a {
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  margin-top: 1px;
  position: relative;
}

.navDesktop ul li.dropdown {
  position: relative;
}

.navDesktop ul li:hover ul {
  display: block;
}

.navDesktop ul li.first.active a {
  color: #d2b19b;
}

.navDesktop ul.second {
  position: absolute;
  top: 25px;
  left: -10px;
  display: none;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 350px;
  background-color: #2d2b2a;
  z-index: 220;
}

.navDesktop ul.second li {
  float: none;
  height: auto;
  margin: 0;
  text-align: left;
}

.navDesktop ul.second li a {
  display: block;
  padding: 8px 0 8px 10px;
  color: #fff !important;
}

.navDesktop ul.second li.active a,
.navDesktop ul.second li a:hover {
  color: #d2b19b !important;
}

.navDesktop ul li.first:nth-last-of-type(1) a {
  font-weight: bold;
  color: #fff;
  background-color: #f50860;
  padding: 10px;
}

.navDesktop ul li.first:nth-last-of-type(2) a {
  font-weight: bold;
  color: #f50860;
}

.navMobile {
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 9999999;
  width: 95%;
  height: 100%;
  padding: 0 5px 15px 5px;
  margin: 0;
  overflow: auto;
  background-color: #2d2b2a;
  display: none;
}

.navMobile.active {
  display: inline;
}

.navMobile ul {
  width: 100% !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.navMobile li {
  position: relative;
}

.navMobile li,
.navMobile li a {
  display: block;
  width: 100% !important;
  text-align: left;
}

.navMobile li a {
  padding: 15px 0;
  font-size: 1.125rem !important;
  line-height: 1.6 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 30px) !important;
}

.navMobile i {
  position: absolute !important;
  top: 6px;
  right: 15px;
  display: inline-block;
  margin: 0;
  padding: 10px;
  cursor: pointer;
}

.navMobile ul.first {
  padding: 0;
  margin-bottom: 130px;
  display: block;
}

.navMobile ul.first li {
  display: block;
  justify-content: unset;
}

.navMobile ul.second,
.navMobile ul.third {
  position: static;
  display: none;
  margin: 0;
  padding: 0;
}

.navMobile ul.mobile-submenu-show {
  display: block !important;
}

.navMobile li {
  background-color: #2d2b2a;
}

.navMobile li a {
  color: #fff;
}

.navMobile ul.second li {
  background-color: #2d2b2a;
}

.navMobile ul.second li a {
  color: #fff;
  padding-left: 15px;
}

.navMobile ul.third li {
  background-color: #2d2b2a;
}

.navMobile ul.third li a {
  color: #fff;
  padding-left: 45px;
}

.navMobile li.active {
  background-color: #2d2b2a;
}

.navMobile li.active a {
  color: #d2b19b;
}

.navMobile ul.second li.active {
  background-color: #2d2b2a;
}

.navMobile ul.second li.active a {
  color: #fff;
}

.navMobile ul.third li.active {
  background-color: #2d2b2a;
}

.navMobile ul.third li.active a {
  color: #fff;
}

.navMobile li.dropdown a,
.navMobile li.dropdown i {
  color: #fff;
}

.navMobile ul.second li.dropdown a,
.navMobile ul.second li.dropdown i {
  color: #fff;
}

.navMobile ul.third li.dropdown a,
.navMobile ul.third li.dropdown i {
  color: #fff;
}

.navMobile li.active.dropdown a,
.navMobile li.active.dropdown i {
  color: #fff;
}

.navMobile ul.second li.active.dropdown a,
.navMobile ul.second li.active.dropdown i {
  color: #fff;
}

.navMobile ul.third li.active.dropdown a {
  color: #fff;
}

i.angle-down {
  width: 50px;
  padding: 12px;
  background-color: transparent;
  background-image: url("/assets/Images/arrow_down.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

nav.legal {
  width: 100%;
  margin-top: 30px;
  text-align: left;
}
nav.legal ul {
  display: flex;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 769px) {
  nav.legal ul {
    gap: 5px;
    flex-direction: column;
  }
}
nav.legal ul li {
  list-style: none;
  border-left: 2px solid #fff;
  padding-left: 5px;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.5;
}
nav.legal ul li:nth-child(1) {
  border-left: none;
  padding-left: 0;
  padding-right: 5px;
}
@media screen and (max-width: 769px) {
  nav.legal ul li {
    border-left: none;
    padding-left: 0;
    margin-right: 5px;
  }
}
nav.legal ul li a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 5px 0 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 769px) {
  nav.legal ul li a {
    padding-top: 30px;
  }
}
nav.legal ul li:hover a {
  color: #d2b19b;
  text-decoration: underline;
}
nav.legal ul li.active a {
  color: #d2b19b;
}

/* Icons  */
.socialLinksBottom {
  border-top: 2px solid #fff;
  margin-top: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 769px) {
  .socialLinksBottom {
    margin-top: 90px;
  }
}

.ico-Phone, .ico-Calendar, .ico-Fb, .ico-Insta, .ico-Pint, .ico-Yt, .ico-tiktok {
  display: block;
  background-image: url("/assets/Icons/fon_no.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 45px;
  height: 44px;
  color: rgba(0, 0, 0, 0);
  float: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.ico-tiktok {
  background-image: url("/assets/Icons/tiktok-brands.svg");
  filter: brightness(0) invert(1);
  background-size: contain;
  height: 25px;
  align-self: center;
}

.ico-Calendar {
  background-image: url("/assets/Icons/calendar_no.svg");
}

.ico-Fb {
  background-image: url("/assets/Icons/facebook_no.svg");
}

.ico-Insta {
  background-image: url("/assets/Icons/instagram_no.svg");
}

.ico-Pint {
  background-image: url("/assets/Icons/pinterest_no.svg");
}

.ico-Yt {
  background-image: url("/assets/Icons/youtube_no.svg");
}

.ico-Phone:hover {
  background-image: url("/assets/Icons/fon_act.svg");
}

.ico-Calendar:hover {
  background-image: url("/assets/Icons/calendar_act.svg");
}

.ico-Fb:hover {
  background-image: url("/assets/Icons/facebook_act.svg");
}

.ico-Insta:hover {
  background-image: url("/assets/Icons/instagram_act.svg");
}

.ico-Pint:hover {
  background-image: url("/assets/Icons/pinterest_act.svg");
}

.ico-Yt:hover {
  background-image: url("/assets/Icons/youtube_act.svg");
}

ul.sitemap {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
ul.sitemap li {
  position: relative;
  line-height: 2em;
  list-style-type: none !important;
  margin: 0 0 90px 0;
  font-weight: bold;
}
ul.sitemap li::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 98%;
  height: 6px;
  background-color: #d2b19b;
}
ul.sitemap li ul {
  display: block;
}
ul.sitemap li ul li {
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  font-weight: normal;
}
ul.sitemap li ul li::before {
  background-color: transparent;
  background: none;
  content: " ";
}
ul.sitemap li:nth-child(2) {
  order: 1;
}
ul.sitemap li:nth-child(5) {
  order: 2;
}
ul.sitemap li:nth-child(6) {
  order: 6;
}
ul.sitemap li:nth-child(7) {
  order: 4;
}
ul.sitemap li:nth-child(8) {
  order: 3;
}
ul.sitemap li:nth-child(9) {
  order: 5;
}

#importantModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  white-space: nowrap;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9900;
}
#importantModal::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#importantModal .importantModal-content {
  position: relative;
  text-align: center;
  overflow: none;
  -webkit-overflow-scrolling: touch;
  vertical-align: middle;
  display: inline-block;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: -3px;
  margin-right: auto;
  max-height: 95%;
  min-height: 100px;
  background: #f50860;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  white-space: normal;
}
#importantModal .importantModal-content.image {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
#importantModal .importantModal-content.image .importantModal-close {
  top: -30px;
  right: -8px;
}
#importantModal .importantModal-content .importantModal-close {
  position: absolute;
  z-index: 905;
  top: 0;
  right: 0;
  line-height: 35px;
  width: 35px;
  cursor: pointer;
  text-align: center;
  font-family: inherit;
  color: #fff;
  font-size: 2.2em;
  border: 0;
}
#importantModal .importantModal-content .importantModal-close .i-close-wrap {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
#importantModal .importantModal-content .importantModal-close .i-close-wrap .i-close-wrap-1, #importantModal .importantModal-content .importantModal-close .i-close-wrap .i-close-wrap-2 {
  position: absolute;
  height: 100%;
  width: 2px;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #fff;
}
#importantModal .importantModal-content .importantModal-close .i-close-wrap .i-close-wrap-2 {
  transform: rotate(90deg);
}
#importantModal .importantModal-content .importantModal-inner {
  color: #fff;
}
#importantModal .importantModal-content .importantModal-inner a, #importantModal .importantModal-content .importantModal-inner a:hover, #importantModal .importantModal-content .importantModal-inner a:focus {
  color: #d2b19b;
  cursor: pointer;
}
#importantModal .importantModal-content .importantModal-inner a:hover, #importantModal .importantModal-content .importantModal-inner a:focus, #importantModal .importantModal-content .importantModal-inner a:hover:hover, #importantModal .importantModal-content .importantModal-inner a:hover:focus, #importantModal .importantModal-content .importantModal-inner a:focus:hover, #importantModal .importantModal-content .importantModal-inner a:focus:focus {
  text-decoration: underline;
}

.klaro .cookie-notice,
.klaro .cookie-modal {
  background: #2d2b2a;
  color: #fff;
  z-index: 9999;
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 -8px 20px 0 rgba(0, 0, 0, 0.2);
  opacity: 0.97;
}
.klaro .cn-body, .klaro .cm-header, .klaro .cm-body, .klaro .cm-footer {
  max-width: 1350px;
  position: relative;
  margin: auto;
  padding: 90px 0;
}
.klaro .cm-btn {
  padding: 15px;
  font-size: 1.05rem;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  color: #fff;
}
@media screen and (max-width: 769px) {
  .klaro .cm-btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
.klaro .cm-btn-success {
  background: #00aa3e;
}
.klaro .cm-btn-info {
  background: #0885ba;
}
.klaro .cm-btn-decline {
  background: #555;
}
.klaro .cm-link, .klaro a {
  color: #00aa3e;
}
.klaro p {
  color: #fff;
}
.klaro p.title {
  font-family: "Kalnia", sans-serif;
  font-weight: normal;
  margin-bottom: 60px;
  hyphens: auto;
  text-transform: uppercase;
  text-align: left;
  font-size: 1.75rem;
  line-height: 1.2;
}
@media screen and (max-width: 769px) {
  .klaro p.title {
    font-size: 1.75rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 769px) {
  .klaro .cookie-notice .cn-body {
    padding: 60px 30px;
  }
}
.klaro .cookie-notice .cn-body p {
  display: inline-block;
  width: 50%;
  margin-right: 30px;
  vertical-align: top;
}
@media screen and (max-width: 769px) {
  .klaro .cookie-notice .cn-body p {
    width: 50%;
    margin-right: 30px;
  }
}
.klaro .cookie-notice .cn-body p.cn-ok {
  width: 30%;
  margin-right: 0;
}
@media screen and (max-width: 769px) {
  .klaro .cookie-notice .cn-body p.cn-ok {
    width: 40%;
  }
}
.klaro .cookie-notice .cn-body p.cn-ok .cm-btn-success {
  width: 100%;
}
.klaro .cookie-notice .cn-body p.cn-ok .cm-link {
  padding-top: 30px;
  text-align: center;
  display: block;
}
.klaro .cookie-modal {
  height: 60%;
}
.klaro .cookie-modal .cm-modal {
  position: relative;
  margin: 0 auto;
  height: auto;
  width: auto;
  max-height: 98%;
  top: 50%;
  transform: translateY(-50%);
  overflow: auto;
  z-index: 1001;
}
.klaro .cookie-modal .cm-modal .cm-header {
  padding-bottom: 60px;
  border-bottom: 1px solid #d2b19b;
}
@media screen and (max-width: 769px) {
  .klaro .cookie-modal .cm-modal .cm-header {
    padding: 30px;
  }
}
.klaro .cookie-modal .cm-modal .cm-header .hide {
  border: none;
  background: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.klaro .cookie-modal .cm-modal .cm-header .hide svg {
  stroke: #eee;
}
.klaro .cookie-modal .cm-modal .cm-header h1 {
  font-size: 1.15rem;
  margin: 0;
  display: block;
}
.klaro .cookie-modal .cm-modal .cm-header ::after {
  background: none;
}
.klaro .cookie-modal .cm-modal .cm-header.title {
  padding-right: 20px;
}
.klaro .cookie-modal .cm-modal .cm-body {
  padding: 60px 0 0 0;
}
@media screen and (max-width: 769px) {
  .klaro .cookie-modal .cm-modal .cm-body {
    padding: 30px;
  }
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app {
  position: relative;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 60px;
  min-height: 40px;
}
.klaro .cookie-modal .cm-modal .cm-body .cm-app {
  margin-bottom: 30px;
}
.klaro .cookie-modal .cm-modal .cm-body .cm-app .cm-app-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px;
}
.klaro .cookie-modal .cm-modal .cm-body .cm-app .cm-app-input:checked + .cm-app-label .slider::before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.klaro .cookie-modal .cm-modal .cm-body .cm-app .cm-app-input.required:checked + .cm-app-label .slider {
  opacity: 0.8;
  background-color: #006a4e;
  cursor: not-allowed;
}
.klaro .cookie-modal .cm-modal .cm-body .cm-app .cm-app-input:checked + .cm-app-label .slider {
  background-color: #0885ba;
}
.klaro .cookie-modal .cm-modal .cm-body .cm-app .cm-app-title {
  font-weight: 600;
}
.klaro .cookie-modal .cm-modal .cm-body .cm-app .cm-required {
  padding-left: 0.2em;
  color: #999;
}
.klaro .cookie-modal .cm-modal .cm-body .cm-app .switch {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 30px;
}
.klaro .cookie-modal .cm-modal .cm-body .cm-app .cm-app-label .slider.round::before {
  border-radius: 50%;
}
.klaro .cookie-modal .cm-modal .cm-body .cm-app .cm-app-label .slider.round {
  border-radius: 30px;
}
.klaro .cookie-modal .cm-modal .cm-body .cm-app .cm-app-label .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 50px;
  display: inline-block;
}
.klaro .cookie-modal .cm-modal .cm-body .cm-app .cm-app-label .slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.klaro .cookie-modal .cm-modal .cm-footer {
  padding-top: 60px;
}
@media screen and (max-width: 769px) {
  .klaro .cookie-modal .cm-modal .cm-footer {
    padding: 30px;
  }
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success {
  margin-right: 15px;
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-decline {
  float: right;
  background: #555;
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  padding-top: 60px;
  text-align: center;
}

.klaro .cookie-notice-hidden,
.klaro .cookie-notice .cn-body p.cn-ok .cn-decline,
.klaro .cm-app.cm-toggle-all {
  display: none !important;
}

a.cl-conf-pref {
  cursor: pointer;
}

/* Slider */
.slick-slider {
  overflow: hidden;
}

.slick-loading .slick-list {
  background: #fff url("/assets/Images/ajax-loader.gif") center center no-repeat;
}

.slick-list {
  margin-left: 0;
  margin-right: 0;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 28px;
  height: 60px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  opacity: 0.75;
  position: absolute;
  height: 20px;
}

.slick-prev {
  left: -5px;
}

[dir=rtl] .slick-prev {
  right: -18px;
  left: auto;
}

.slick-prev:before {
  content: " ";
  background-image: url("/assets/Images/arrow_left.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 60px;
  left: 0px;
  top: 0px;
}

[dir=rtl] .slick-prev:before {
  content: " ";
  background-image: url("/assets/Images/arrow_right.png");
}

.slick-next {
  right: -15px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -5px;
}

.slick-next:before {
  content: " ";
  background-image: url("/assets/Images/arrow_right.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 60px;
  left: -10px;
  top: 0px;
}

[dir=rtl] .slick-next:before {
  content: " ";
  background-image: url("/assets/Images/arrow_left.png");
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 45px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.5;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}

.slider .slick-slide {
  position: relative;
  background-color: #000;
}
.slider .slick-slide div {
  line-height: 0;
}
@media screen and (min-width: 1600px) {
  .slider .slick-slide {
    height: 550px;
    overflow: hidden;
  }
}
.slider .slick-slide img {
  width: 100%;
  opacity: 0.9;
}
.slider .slide-caption {
  position: absolute;
  width: 100%;
  top: 40%;
  background-color: transparent;
  z-index: 10;
}
@media screen and (min-width: 1201px) {
  .slider .slide-caption {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
  }
}
@media screen and (max-width: 1025px) {
  .slider .slide-caption {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
}
@media screen and (max-width: 769px) {
  .slider .slide-caption {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 480px) {
  .slider .slide-caption {
    display: none;
  }
}
.slider .slide-caption p {
  text-transform: uppercase;
  font-family: "Kalnia", sans-serif;
  font-size: 1.65rem;
  font-weight: normal;
  line-height: 1.6;
  hyphens: none;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1025px) {
  .slider .slide-caption p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 769px) {
  .slider .slide-caption p {
    font-size: 1.15rem;
  }
}

.carousel {
  padding: 0px 100px;
}
@media screen and (max-width: 769px) {
  .carousel {
    padding: 0px 50px;
  }
}
.carousel .slick-prev,
.carousel .slick-next {
  z-index: 9;
}
.carousel .slick-prev {
  left: 0px;
}
@media screen and (max-width: 1025px) {
  .carousel .slick-prev {
    left: 0px;
  }
}
.carousel .slick-next {
  right: 0px;
}
@media screen and (max-width: 1025px) {
  .carousel .slick-next {
    right: 0px;
  }
}
.carousel .slide {
  padding: 15px;
}
.carousel .slide img {
  width: 100%;
}
.carousel .slide-caption {
  margin-top: 15px;
}
.carousel .slide-caption p, .carousel .slide-caption a {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  font-weight: bold;
  line-height: 1.6;
  hyphens: none;
  text-align: center;
  color: #d2b19b;
}

.visual {
  position: relative;
  width: 100%;
  line-height: 0;
  margin: -60px 0 60px 0 !important;
}
.visual img {
  width: 100%;
  opacity: 0.9;
}
.visual .visual-caption {
  position: absolute;
  width: 100%;
  top: 40%;
  background-color: transparent;
  z-index: 10;
}
@media screen and (min-width: 1201px) {
  .visual .visual-caption {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
  }
}
@media screen and (max-width: 1025px) {
  .visual .visual-caption {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
}
@media screen and (max-width: 769px) {
  .visual .visual-caption {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.visual .visual-caption p {
  text-transform: uppercase;
  font-family: "Kalnia", sans-serif;
  font-weight: normal;
  hyphens: none;
  text-align: center;
  color: #fff;
  font-size: 2.375rem;
  line-height: 1.1;
}
@media screen and (max-width: 769px) {
  .visual .visual-caption p {
    font-size: 2rem;
    line-height: 1.15;
  }
}
.visual .parallax .background {
  padding: 0;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 480px;
}

body.Brautmeile .visual .visual-caption p {
  font-weight: bold;
}

.wrap.video-bg {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1025px) {
  .wrap.video-bg {
    height: 700px;
  }
}
@media screen and (max-width: 769px) {
  .wrap.video-bg {
    height: 550px;
  }
}
@media screen and (max-width: 480px) {
  .wrap.video-bg {
    height: 400px;
  }
}

video.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translate(-50%, -50%);
  display: inline-block;
}
@media screen and (max-width: 1025px) {
  video.bg-video {
    min-height: 700px;
    height: 700px;
  }
}
@media screen and (max-width: 769px) {
  video.bg-video {
    min-height: 550px;
    height: 550px;
  }
}
@media screen and (max-width: 480px) {
  video.bg-video {
    min-height: 400px;
    height: 400px;
  }
}

.p-acc-section .p-acc-box {
  width: 100%;
  border-bottom: 1px solid #666;
  margin-bottom: 30px;
}
.p-acc-section .p-acc-box .p-acc-question {
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
}
.p-acc-section .p-acc-box .p-acc-question p.title {
  font-weight: bold;
  margin-right: 90px;
  hyphens: none;
}
.p-acc-section .p-acc-box .p-acc-question .p-acc-bar {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  height: 15px;
  width: 15px;
  transform: rotate(225deg);
  transition: all 300ms ease-in-out;
}
.p-acc-section .p-acc-box .p-acc-question .p-acc-bar .p-acc-bar-1, .p-acc-section .p-acc-box .p-acc-question .p-acc-bar .p-acc-bar-2 {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 2px;
}
.p-acc-section .p-acc-box .p-acc-question .p-acc-bar .p-acc-bar-2 {
  height: 100%;
  width: 2px;
}
.p-acc-section .p-acc-box .p-acc-question:hover > p.title {
  color: #000;
  transition: all 300ms ease-in-out;
}
.p-acc-section .p-acc-box .p-acc-question:hover > .p-acc-bar .p-acc-bar-1, .p-acc-section .p-acc-box .p-acc-question:hover > .p-acc-bar .p-acc-bar-2 {
  background: #000;
  transition: all 300ms ease-in-out;
}
.p-acc-section .p-acc-box .p-acc-answer {
  display: none;
  margin-bottom: 90px;
}
.p-acc-section .p-acc-box .p-acc-answer p {
  margin-right: 90px;
  hyphens: none;
}
.p-acc-section .p-acc-box.open p.title {
  color: #000;
  transition: all 300ms ease-in-out;
}
.p-acc-section .p-acc-box.open .p-acc-bar {
  top: 8px;
  transform: rotate(45deg);
  transition: all 300ms ease-in-out;
}
.p-acc-section .p-acc-box.open .p-acc-bar .p-acc-bar-1,
.p-acc-section .p-acc-box.open .p-acc-bar .p-acc-bar-2 {
  background: #000;
  transition: all 300ms ease-in-out;
}

fieldset.powermail_fieldset {
  padding: 15px;
  border: 5px solid #d2b19b;
}

.powermail_form ul.powermail_message_error {
  margin-left: 0;
}

.powermail_form ul.powermail_message_error li {
  list-style: outside none none;
  margin-left: 0;
}

.powermail_form .powermail_input, .powermail_form .powermail_select, .powermail_form .powermail_textarea, .powermail_date.form-control, .powermail_date, .powermail_submit {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  color: #000;
  border: 1px solid #000;
  box-shadow: inherit;
  font-size: 1.05rem;
  height: 46px;
  padding: 6px 12px;
  margin: 0 0 6px 0;
  width: 100%;
}

.powermail_form .form-control {
  border-radius: 0;
}

.powermail_form .powermail_textarea {
  height: 200px !important;
}

.powermail_fieldwrap {
  margin-bottom: 15px;
}

.powermail_form .powermail_fieldwrap_pflichtfeld {
  margin-bottom: 6px;
}

.powermail_fieldwrap_type_submit input.btn {
  background-color: #d2b19b;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #fff;
  border: 1px solid #d2b19b;
  box-shadow: inherit;
  font-size: 1.05rem;
  height: 46px;
  padding: 6px 12px;
  margin: 0 0 6px 0;
  width: 100%;
  cursor: pointer;
}

.tx-powermail td {
  padding-left: 0;
  padding-right: 10px;
}

.parsley-error, .powermail_field_error {
  border: 3px solid #f50860 !important;
}

.powermail_field_error_container.powermail_field_error_container_marker.parsley-error {
  display: none;
}

ul.powermail-errors-list.filled {
  margin: 0;
  padding: 0;
}
ul.powermail-errors-list.filled li {
  list-style-type: none !important;
  font-weight: bold;
  color: #f50860;
  margin: 0;
}

.tx-powermail .btn-group {
  display: none;
}
.tx-powermail h1, .tx-powermail h2, .tx-powermail h3, .tx-powermail h4 {
  margin-bottom: 15px;
}
.tx-powermail a, .tx-powermail #date a:hover, .tx-powermail #date a:focus {
  color: #000;
  text-decoration: underline;
}
.tx-powermail .powermail_tab_navigation {
  column-gap: 10px;
  display: flex;
}
.tx-powermail .powermail_tab_navigation .btn {
  text-decoration: none;
  background-color: #d2b19b !important;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}
.tx-powermail .powermail_form .powermail_fieldwrap_stadt .powermail_label,
.tx-powermail .powermail_form .powermail_fieldwrap_terminart .powermail_label,
.tx-powermail .powermail_form .powermail_fieldwrap_wunschtermin .powermail_label,
.tx-powermail .powermail_form .powermail_fieldwrap_alternativertermin .powermail_label,
.tx-powermail .powermail_form .powermail_fieldwrap_hochzeitstag .powermail_label,
.tx-powermail .powermail_form .powermail_fieldwrap_kategorie .powermail_label,
.tx-powermail .powermail_form .powermail_fieldwrap_wiehabensieunsgefunden .powermail_label {
  display: block;
  padding-bottom: 5px;
}

.news .article .news-img-wrap a {
  padding: 0;
  border: none;
  background: transparent;
}

.article-item {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 769px) {
  .article-item {
    flex-wrap: wrap;
  }
}
.article-item .article-image-wrap {
  width: 50%;
}
@media screen and (max-width: 769px) {
  .article-item .article-image-wrap {
    width: 100%;
  }
}
.article-item .article-image-wrap img {
  width: 100%;
  height: auto;
}
.article-item .article-image-wrap .news-img-wrap .outer {
  width: calc(30% - 20px);
  float: left;
  margin: 0 0 30px 30px;
}
.article-item .article-image-wrap .news-img-wrap .outer:nth-child(1) {
  width: 65%;
}
@media screen and (max-width: 769px) {
  .article-item .article-image-wrap .news-img-wrap .outer:nth-child(1) {
    margin: 0 0 30px 0;
  }
}
.article-item .article-text-wrap {
  width: 50%;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 769px) {
  .article-item .article-text-wrap {
    margin: 0;
    width: 100%;
  }
}

.article-backlink-wrap {
  text-align: center;
}

/* News List */
.container-fluid.articlelist {
  padding-left: 30px;
  padding-right: 30px;
}

.news-list-view {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.news-list-view .article {
  width: calc(16.666% - 20px);
  float: left;
  margin: 10px;
}
@media screen and (max-width: 1025px) {
  .news-list-view .article {
    width: calc(25% - 20px);
  }
}
@media screen and (max-width: 769px) {
  .news-list-view .article {
    width: calc(50% - 20px);
  }
}
.news-list-view .article img {
  width: 100%;
  height: auto;
}
.news-list-view .article-title-wrap h1, .news-list-view .article-title-wrap h2, .news-list-view .article-title-wrap h3, .news-list-view .article-title-wrap h4, .news-list-view .article-title-wrap h5 {
  line-height: 1em !important;
  text-align: center !important;
}
.news-list-view .article-title-wrap h1 a, .news-list-view .article-title-wrap h2 a, .news-list-view .article-title-wrap h3 a, .news-list-view .article-title-wrap h4 a, .news-list-view .article-title-wrap h5 a {
  font-family: "Kalnia", sans-serif;
  font-size: 14px !important;
  font-weight: normal;
  margin: 0 0 0 0;
  color: #000 !important;
}
.news-list-view .article-place-wrap {
  font-size: 0.875rem;
}

.no-news-found {
  padding: 30px 15px;
}

#main .article-prev-next-wrap h3 {
  text-align: center;
  margin: 60px 0 30px 0;
}
#main .article-prev-next-wrap ul.pager {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0;
}
#main .article-prev-next-wrap ul.pager li {
  width: 350px;
  list-style-type: none;
  margin: 30px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
#main .article-prev-next-wrap ul.pager li a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
  display: flex;
  text-align: left;
}
#main .article-prev-next-wrap ul.pager li a span {
  padding: 15px;
}

#main .frame-catArticles {
  float: left;
  width: 33.333%;
  padding: 0 15px 15px 15px;
}
@media screen and (max-width: 480px) {
  #main .frame-catArticles {
    width: 100%;
    display: table;
  }
}
#main .frame-catArticles header h1, #main .frame-catArticles header h2, #main .frame-catArticles header h3, #main .frame-catArticles header h4, #main .frame-catArticles header h5 {
  font-size: 1.375rem;
  margin: 0 0 0 5px;
}
#main ul.articleCategories {
  display: block;
  padding: 0;
}
#main ul.articleCategories li {
  list-style-type: none !important;
  background-color: #d2b19b;
  padding: 5px;
  margin: 0 5px 10px 5px !important;
  text-align: center;
  float: left;
}
#main ul.articleCategories li.delete {
  background-color: rgba(45, 43, 42, 0.97);
}
#main ul.articleCategories li a {
  font-size: 0.875rem;
  text-decoration: none !important;
  color: #fff !important;
}

.page-navigation {
  display: block;
  width: 100%;
}
.page-navigation ul {
  text-align: left;
}
.page-navigation ul li {
  list-style-type: none;
  display: inline-block !important;
  margin-left: 0 !important;
  margin-right: 30px;
}

select.selectoption {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  height: 40px;
  -moz-padding-start: 7px;
  padding-left: 15px;
  color: #000;
  font-size: 1.05rem;
}

.Outlet .article-title-wrap h3 {
  line-height: 0 !important;
}
.Outlet .article-title-wrap h3 a {
  font-family: "Poppins", sans-serif;
}
.Outlet .article-title-wrap h3 a span {
  line-height: 1em !important;
}

.f3-widget-paginator {
  display: flex;
  justify-content: center;
  width: 100%;
}
.f3-widget-paginator li {
  list-style-type: none !important;
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
}
.f3-widget-paginator li.current {
  background-color: #d2b19b;
  color: white;
  border-radius: 5px;
}
.f3-widget-paginator li:hover:not(.current) {
  background-color: #ddd;
}

.article-img-wrap-front {
  position: relative;
  display: inline-block;
}

.article-img-wrap-front > .card--front,
.article-img-wrap-front > .card--back {
  display: flex;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.5s;
  transition-property: transform, opacity;
  overflow: hidden;
}

.article-img-wrap-front > .card--front {
  transform: rotateY(0deg);
}

.article-img-wrap-front > .card--back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px; /* Etwas Innenabstand */
  box-sizing: border-box; /* Damit padding die Größe nicht beeinflusst */
  background: rgba(0, 0, 0, 0.5); /* Hintergrundfarbe mit Transparenz */
  color: white; /* Textfarbe */
  transform: rotateY(180deg); /* Für die Flip-Animation */
  backface-visibility: hidden; /* Verhindert das Anzeigen der Rückseite beim Flippen */
}

.article-img-wrap-front:hover > .card--back {
  opacity: 1;
  transform: rotateY(0deg);
}

.article-img-wrap-front > .card--back {
  transform: rotateX(-180deg);
}

.article-img-wrap-front:hover > .card--back {
  transform: rotateX(0deg);
}

.article-img-wrap-front {
  position: relative;
  display: inline-block;
}

.article-img-wrap-front > .card--front,
.article-img-wrap-front > .card--back {
  display: flex;
  background: rgba(45, 43, 42, 0.968627451);
  width: 100%;
  height: 100%;
}

.card--back p {
  color: #FFFFFF !important;
  text-align: center !important;
}

.card--back {
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card--text {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  margin: auto;
}

.blog-visual {
  line-height: 0;
  margin: -60px 0 60px 0 !important;
}

.blog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.blog h2 {
  font-size: 2rem;
  line-height: 1.15;
}
@media screen and (max-width: 769px) {
  .blog h2 {
    font-size: 1.75rem;
    line-height: 1.2;
  }
}
.blog h3, .blog h4 {
  font-size: 1.375rem;
  line-height: 1.25;
}
.blog h2, .blog h3, .blog h4 {
  text-align: left;
}
.blog h2 a, .blog h3 a, .blog h4 a {
  color: #2d2b2a;
}

h2.blogarchiveheader__title {
  text-align: left;
}

.postlist {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.postlist article.postlist__post {
  display: flex;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 769px) {
  .postlist article.postlist__post {
    flex-direction: column;
  }
}
.postlist article.postlist__post a.postlist__featuredimage {
  width: 30%;
  margin: 0 15px 0 0;
}
.postlist article.postlist__post a.postlist__featuredimage img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 769px) {
  .postlist article.postlist__post a.postlist__featuredimage {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.postlist article.postlist__post h2.postlist__posttitle,
.postlist article.postlist__post h3.postlist__posttitle {
  margin-bottom: 15px;
}
.postlist article.postlist__post h2.postlist__posttitle a,
.postlist article.postlist__post h3.postlist__posttitle a {
  color: #2d2b2a;
  font-size: 2rem;
  line-height: 1.15;
}
@media screen and (max-width: 769px) {
  .postlist article.postlist__post h2.postlist__posttitle a,
  .postlist article.postlist__post h3.postlist__posttitle a {
    font-size: 1.75rem;
    line-height: 1.2;
  }
}
.postlist article.postlist__post .postlist__postteaser {
  width: 100%;
}
.postlist article.postlist__post .postlist__postteaser h2, .postlist article.postlist__post .postlist__postteaser h3 {
  text-align: left;
}
.postlist article.postlist__post .postmetagroup {
  margin-bottom: 15px;
}
.postlist article.postlist__post .postmetagroup a {
  font-weight: bold;
  color: #2d2b2a;
}

#main .blog-sidebar {
  padding: 0;
}
#main .blog-sidebar h1, #main .blog-sidebar h2, #main .blog-sidebar h3, #main .blog-sidebar h4, #main .blog-sidebar h5 {
  font-family: "Kalnia", sans-serif;
  font-weight: normal;
  margin-bottom: 30px;
  text-align: left;
}
#main .blog-sidebar h1 a, #main .blog-sidebar h2 a, #main .blog-sidebar h3 a, #main .blog-sidebar h4 a, #main .blog-sidebar h5 a {
  color: #2d2b2a !important;
}
#main .blog-sidebar .bloglist--tag {
  display: inline-block;
}
#main .bloglist--archive ul.bloglinklist {
  padding: 0;
}
#main .bloglist--archive ul.bloglinklist li {
  list-style-type: none;
  margin: 0 !important;
}
#main .bloglist--archive ul.bloglinklist li::before {
  content: "" !important;
}
#main .bloglist--archive ul.bloglinklist li a {
  margin: 0;
  padding: 0;
}
#main .bloglist__item--archiveyear {
  margin-bottom: 15px;
}
#main ul.blogpagination__list {
  display: flex;
  justify-content: center;
}
#main ul.blogpagination__list li {
  list-style-type: none;
  margin: 0;
}
#main ul.blogpagination__list li::before {
  content: "" !important;
}
#main ul.blogpagination__list li a {
  margin: 15px;
  padding: 15px;
  background-color: #d2b19b;
  color: #fff !important;
}
#main ul.blogpagination__list li.blogpagination__item--active a {
  background-color: #2d2b2a;
}
#main .postmetagroup__item--published {
  margin-bottom: 15px;
}
#main .postmetagroup__item--tags ul.postmetagroup__list {
  margin-bottom: 15px;
  padding: 0;
}
#main .postmetagroup__item--tags ul.postmetagroup__list li {
  margin: 0 5px 5px 0;
  display: inline-block;
}
#main .postmetagroup__item--tags ul.postmetagroup__list li::before {
  content: none !important;
}
#main .postmetagroup__item--tags ul.postmetagroup__list li a {
  display: block;
  margin: 0;
  padding: 5px;
  background-color: #f50860;
  color: #fff !important;
  font-family: "Kalnia", sans-serif;
  font-weight: normal;
  text-decoration: none;
  font-size: 1.05rem;
  line-height: 1.6;
}
#main p.postheader__title {
  position: relative;
  font-family: "Kalnia", sans-serif;
  font-weight: normal;
  hyphens: inherit;
  text-align: center;
  margin-bottom: 18px;
  font-size: 1.375rem;
  line-height: 1.25;
}
#main p.postheader__title::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 5px;
  background-color: #d2b19b;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}
#main p.postheader__title_date {
  text-align: center;
}
#main .bloglist__item.bloglist__item--tag {
  float: left;
}
#main .bloglist__item.bloglist__item--tag h2 {
  margin: 0 5px 5px 0;
  display: inline-block;
}
#main .bloglist__item.bloglist__item--tag h2 a {
  display: block;
  margin: 0;
  padding: 5px;
  background-color: #f50860;
  color: #fff !important;
  font-weight: normal;
  text-transform: none;
  font-size: 1.375rem;
  line-height: 1.25;
}

.hero {
  line-height: 0;
  overflow: hidden;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #d2b19b;
}
.hero .hero-caption {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hero .hero-caption .hero-caption-content {
  width: 50%;
  margin: 180px auto 180px auto;
  padding: 30px 30px;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1025px) {
  .hero .hero-caption .hero-caption-content {
    margin: 90px auto 90px auto;
  }
}
@media screen and (max-width: 480px) {
  .hero .hero-caption .hero-caption-content {
    width: 100%;
    padding: 30px;
  }
}
.hero .hero-caption .hero-caption-content h1, .hero .hero-caption .hero-caption-content h2, .hero .hero-caption .hero-caption-content h3, .hero .hero-caption .hero-caption-content h4 {
  font-family: "Kalnia", sans-serif;
  font-weight: bold;
  hyphens: none;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1.375rem;
  line-height: 1.25;
}
.hero .hero-caption .hero-caption-content p {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  hyphens: none;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.6;
}
.hero .hero-caption .hero-caption-content p a, .hero .hero-caption .hero-caption-content p a:hover, .hero .hero-caption .hero-caption-content p a:focus {
  font-weight: bold;
  color: #fff !important;
}
.hero .hero-caption .hero-caption-content p a.btn {
  background-color: #d2b19b !important;
  margin-bottom: 0 !important;
}
.hero .hero-caption .hero-caption-content p a.btn:hover {
  background-color: #000 !important;
}
.hero .hero-caption .hero-caption-content p a.btn-tel::before {
  background-image: url("/assets/Icons/fon_wh.svg");
}
.hero .hero-caption .hero-caption-content p a.btn-mail::before {
  background-image: url("/assets/Icons/mail_wh.svg");
}
.hero .hero-caption .hero-caption-content p a.btn-download::before {
  background-image: url("/assets/Icons/download_wh.svg");
}
.hero .hero-caption .hero-caption-content p a.btn-map::before {
  background-image: url("/assets/Icons/map_wh.svg");
}
@media screen and (max-width: 1025px) {
  .hero .hero-caption .hero-caption-content p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 769px) {
  .hero .hero-caption .hero-caption-content p {
    font-size: 1.15rem;
  }
}
.hero.lay-201 .hero-caption {
  justify-content: center;
}
.hero.lay-201 .hero-caption .hero-caption-content {
  width: 80%;
}
@media screen and (max-width: 480px) {
  .hero.lay-201 .hero-caption .hero-caption-content {
    width: 100%;
    padding: 30px;
    margin: 270px 0 30px 0;
    background-color: transparent;
  }
}
.hero.lay-201 .hero-caption .hero-caption-content h1, .hero.lay-201 .hero-caption .hero-caption-content h2, .hero.lay-201 .hero-caption .hero-caption-content h3, .hero.lay-201 .hero-caption .hero-caption-content h4, .hero.lay-201 .hero-caption .hero-caption-content h5, .hero.lay-201 .hero-caption .hero-caption-content h6 {
  font-size: 1.75rem;
  line-height: 1.4em;
}
@media screen and (max-width: 480px) {
  .hero.lay-201 .hero-caption .hero-caption-content h1, .hero.lay-201 .hero-caption .hero-caption-content h2, .hero.lay-201 .hero-caption .hero-caption-content h3, .hero.lay-201 .hero-caption .hero-caption-content h4, .hero.lay-201 .hero-caption .hero-caption-content h5, .hero.lay-201 .hero-caption .hero-caption-content h6 {
    font-size: 1.375rem;
  }
}
.hero.lay-202 .hero-caption {
  justify-content: flex-end;
}
.hero.lay-202 .hero-caption .hero-caption-content {
  margin: 0 30px 0 0;
  padding: 90px 30px;
}
@media screen and (max-width: 480px) {
  .hero.lay-202 .hero-caption .hero-caption-content {
    width: 100%;
    padding: 30px;
    margin: 270px 0 30px 0;
    background-color: transparent;
  }
}
.hero.lay-202 .hero-caption .hero-caption-content h1, .hero.lay-202 .hero-caption .hero-caption-content h2, .hero.lay-202 .hero-caption .hero-caption-content h3, .hero.lay-202 .hero-caption .hero-caption-content h4 {
  font-family: "Kalnia", sans-serif;
  font-weight: bold;
  hyphens: none;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 2.375rem;
  line-height: 1.1;
}
@media screen and (max-width: 769px) {
  .hero.lay-202 .hero-caption .hero-caption-content h1, .hero.lay-202 .hero-caption .hero-caption-content h2, .hero.lay-202 .hero-caption .hero-caption-content h3, .hero.lay-202 .hero-caption .hero-caption-content h4 {
    font-size: 2rem;
    line-height: 1.15;
  }
}

/* Magnific Popup SCSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-arrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 1;
}
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #b3b3b3;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #b3b3b3;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #b3b3b3;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close-btn-in .mfp-close {
  color: #000;
}

.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  top: -40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #d2b19b;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #d2b19b;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #d2b19b;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #d2b19b;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(135, 135, 134, 0.6);
  background: #878786;
}
.mfp-figure small {
  color: #878786;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.iframe-wrapper.blocked {
  min-height: 400px;
  margin-bottom: 90px;
  background-color: #b3b3b3;
  background-image: url("/assets/Icons/ico-stop.svg");
  background-position: center center;
  background-size: 100px auto;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.iframe-wrapper.blocked .message {
  text-align: center;
  margin: 100px 20px 20px 20px;
}
.iframe-wrapper.blocked .message a {
  color: #fff;
  font-size: 1.05rem;
  font-weight: bold;
  line-height: 1.6;
  cursor: pointer;
}

/* Sidebar */
.sidebar {
  position: fixed;
  display: flex;
  justify-content: center;
  right: calc(50% - 165px);
  bottom: 30px;
  background-color: rgba(245, 8, 96, 0.97);
  box-shadow: 0 -8px 20px 0 rgba(0, 0, 0, 0.2);
  width: 330px;
  height: 55px;
  padding: 5px;
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  text-decoration: none;
  text-align: center;
  text-indent: 0;
  white-space: normal;
  line-height: 1.2em;
  z-index: 99;
}
.sidebar .ico-Calendar {
  color: #fff;
  background-position: -5px 0px;
  background-size: contain;
  width: 140px;
  overflow: visible;
  text-indent: initial;
  padding: 10px 0 0 35px;
}
.sidebar .ico-Calendar:hover {
  color: #d2b19b;
}

#page-337 .sidebar, #page-337 #date, #page-476 .sidebar, #page-476 #date, #page-497 .sidebar, #page-497 #date {
  display: none;
}

a#slidetop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 54px;
  height: 54px;
  z-index: 920;
  display: none;
  padding: 15px;
  line-height: 1.4em;
  background-color: transparent;
  background-image: url("/assets/Images/arrow_top.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 54px 54px;
  color: #fff;
  cursor: pointer;
}

.countdown {
  text-align: center;
  font-size: 50px;
}
.countdown .counter {
  text-align: center;
  font-size: 50px;
}
