/* ************** ALLGEMEINE FORMATIERUNGEN *********************
*****************************************************************/

/*  w w w . a l p h a b e t a - w e b d e s i g n . c h   */


*{
	margin: 0px;
	padding: 0px;
}
@font-face {
  font-family: gelica;
  src: url(12677.ttf);
}
html, body {
    box-sizing: border-box;
    scroll-behavior: smooth;
    padding: 0;
	font-size: 22px;
	line-height: 150px;
	border-radius:25px;
	overflow: hidden;

}
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(kraftkarton_bg.webp);
    background-repeat: repeat;
    opacity: 0.2;
    pointer-events: none;
    z-index: 1000000;    mix-blend-mode: multiply;
	border-radius:25px;
	
}
@keyframes flicker {
    0% {
    background: url(../images/noise-texture3.png) repeat;
    }
    25% {
    background: url(../images/noise-texture4.png) repeat;
    }    
	50% {
    background: url(../images/noise-texture2.png) repeat;
    }
	75% {
    background: url(../images/noise-texture5.png) repeat;
    }
    100% {
    background: url(../images/noise-texture3.png) repeat;
    }
}
@font-face {
    font-family: freight-sans-pro;
    src: url(Rubik-Regular.ttf);
	font-display: auto;

}
svg {
    width: 100%;
    position: relative;
    z-index: 12;
	
}
#wellenlinie {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  transition: stroke-dashoffset 0.1s linear;
}

#wellenlinie.visible-from-left {
  stroke-dashoffset: 0;
}

#wellenlinie.visible-from-right {
  stroke-dashoffset: -3000;
}
/* ************************** TYPO ****************************
*****************************************************************/
    @keyframes pulsate {
        0% {
            transform: scale(1); /* Originalgröße */
        }
        50% {
            transform: scale(1.1); /* Vergrößern */
        }
        100% {
            transform: scale(1); /* Zurück zur Originalgröße */
        }
    }
/* Video-Container wie zuvor definiert */
.video-container {
    max-width: 800px;
    margin: 20px auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    padding-top: 56.25%;
}

.video-container .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Steuerleiste - dunkler Hintergrund und hellere Icons */
.vjs-default-skin .vjs-control-bar {
    background-color: #222; /* dunkler Hintergrund */
    opacity: 0.9;
    color: #fff; /* helle Icons */
}

.vjs-default-skin .vjs-button {
    color: #ce4242;
    font-size: 1em;
    transition: color 0.3s ease;
}

.vjs-default-skin .vjs-button:hover {
    color: #B03131; /* helles Gelb beim Hover */
}

/* Fortschrittsleiste */
.vjs-default-skin .vjs-progress-holder {
    background-color: #333; /* dunkler Hintergrund */
}

.vjs-default-skin .vjs-play-progress,
.vjs-default-skin .vjs-volume-level {
    background-color: #ff5722; /* kräftiges Orange für den Fortschritt */
}

.vjs-default-skin .vjs-load-progress {
    background-color: #666; /* grauer Hintergrund für gepufferte Bereiche */
}

/* Lautstärke- und Fortschrittsleiste Rundungen */
.vjs-default-skin .vjs-slider {
    border-radius: 4px;
}

/* Big Play Button */
.vjs-default-skin .vjs-big-play-button {
    background-color: rgba(255, 87, 34, 0.8); /* orange Hintergrund */
    color: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.vjs-default-skin .vjs-big-play-button:hover {
    background-color: #ffd54f; /* gelb beim Hover */
    color: #333;
}



body {
	font-family: "tablet-gothic", sans-serif;
font-weight: 400;
font-style: normal;
    font-size: 12px;
    color: #383838;
    line-height: 150%;
    height: 100%;
    background: #fff;
	
}
.container { 
  width: 100%;
  max-width: unset;
	padding: 0;
}
.socialmedia a {
    font-size: 28px;
    background: #f7ebe6;
    width: 42px;
    height: 42px;
    display: inline-block;
    line-height: 44px;
    border-radius: 5px;
    border: 5px solid #ce4242;
}
.socialmedia {
    position: relative;
    top: -112px;
    text-align: center;
    width: 150px;
    margin: auto;
	z-index: 1;
}
#tutti .socialmedia a {
    border: 1px solid #272727;
}
.cursor {
  background: #fff7e74f;
  width: 40px;
  height: 40px;
  border: 1px solid #e1f1ee;
  border-radius: 50%;
  position: absolute;
  animation: cursorAnim .5s infinite alternate;
  pointer-events: none;
  z-index: 9000000;
  background: -webkit-linear-gradient(140deg, #f4d6ab, #7ebfca);
  background: -o-linear-gradient(140deg, #f4d6ab, #7ebfca);
  background: linear-gradient(230deg, #f4d6ab, #7ebfca);
  opacity: 0;
  left: -8px;
  top: -52px;
}
.cursor2 {
  background: #545454;
  height: 6px;
  width: 6px;
  position: absolute;
  border-radius: 50%;
  z-index: 9000000;
  pointer-events: none;
  mix-blend-mode: difference;
  opacity: 0.5;
  left: 7px;
  top: -37px;
}
@keyframes cursorAnim {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.9);
    }
}

@keyframes cursorAnim2 {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes cursorAnim3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes cursorAnim4 {
    0% {
        transform: scale(1) rotate(0deg);
    }
   100% {
        transform: scale(1)rotate(360deg);

    }
}

.expand {
    animation: cursorAnim3 .5s forwards;
    border: 1px solid #93c8b6;
	box-sizing: border-box;
	border-radius: 50%;

}

.expand2 {
    animation: cursorAnim2 .5s forwards;
    box-shadow: 0 0 0 52px #1d8127;
	background: #586a64;
	box-sizing: border-box;
	border-radius: 50%;

}

.hoverlink {
  background: #414c48;
    background-color: rgb(65, 76, 72);
    background-image: none;
  background-color: rgb(65, 76, 72);
  background-image: none;
  background-color: rgb(65, 76, 72);
  background-image: none;
  height: 60px;
  width: 60px;
  box-sizing: border-box;
  opacity: 1;
  animation: cursorAnim4 7s;
    animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-iteration-count: 3;
  opacity: 0.8;
  background-image: url(/templates/lerchholz/images/saegeblatt.svg);
  left: -20px;
  top: -64px;
  border: 0;
  background-color: transparent;
	transition: unset;
}

p.com-content-category-blog__counter.counter.float-end.pt-3.pe-2 {
    display: none;
}
img {
    max-width: 100%;
    height: auto;
    transition: 0.5s ease all;
}
#oeffnemaps {
    cursor: pointer;
}
table {
    border-collapse: collapse;
}
p, table {
    line-height: 150%;
    
    font-weight: 400;
    margin: 0 0 5px 0;
    margin-bottom: 5px;
}
#maps {
    position: relative;
    z-index: 0;
}
#map {
    height: 400px;
}
td, #customers th {
  padding: 8px;
}
table p {
    padding: 0!important;
    margin: 0;
    margin-bottom: 0!important;
}

tr {
border-bottom: 1px solid transparent;
	transition: 0.5s ease all;
}
.wochenmenue-wrapper {
    background: none;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 0px 23px -15px #000000;
    overflow: hidden;
    border-radius: 10px;
}

.wochenmenue-table {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif;
}
.wochenmenue-table td {
  padding: 4px;
  vertical-align: top;
}

.wochenmenue-table tr:nth-child(even) {
}

.wochenmenue-table tr td:first-child {
  font-weight: bold;
  width: 35%;
}

.wochenmenue-table td[colspan] {
  text-align: center;
}

.wochenmenue-table td:empty {
  border: none;
  background: none;
}


.wochenmenue-table tr td:first-child {
    font-weight: bold;
    width: 35%;
    font-family: 'gelica';
    font-size: 12px;
    color: #4c2308;
}
.wochenmenue-table td[colspan] {
    text-align: center;
    border-top: 2px solid #7a5c40;
    border-bottom: none;
}
.wochenmenue-table td:empty {
  border: none;
  background: none;
}

.wochenmenue-badge {
	display: none;
}
.wochenmenue-badge a {
    border: none!important;
}
.badge-svg {
    width: 100%;
    height: 100%;
    transform: rotate(5deg);
    fill: none;
    transform: rotate(0deg);
    transition: 1.5s linear all;
    background: #ffdb70;
    border-radius: 50%;
    z-index: 0;
	    box-shadow: 2px 2px 11px -6px black;
}
.wochenmenue-badge a:hover > .badge-svg {
    transform: rotate(360deg);
}
.badge-svg text {
  font-size: 16px;
  letter-spacing: 2px;
  fill: #333;
  text-transform: uppercase;
  font-family: sans-serif;
}

.badge-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    color: #333;
    z-index: 2;
}

.ba-form-submit-btn {
  color: #fff7e7 !important;
}

 .popup-btn {
    padding: 10px 20px;
    right: 0;
    bottom: 0;
    position: relative;
   background: #ecf3ff;
    box-shadow: inset 3px 0 0 0px #0d4295 !important;
    transition: 1.5s ease all;
    color: #123060 !important;
    font-weight: 100 !important;
    width: 100%;
    text-align: left;
    margin: 5px 0 10px 0;
    display: block;
	box-sizing: border-box;
}

.popup-btn:hover, .btn:hover {
  background: #39b08b !important;
  color: #fff7e7 !important;
}

.popup-btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.popup-btn span:after {
  content: 'pdf';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -0px;
  transition: 0.5s;
	font-size: 20px;
}

.popup-btn:hover span {
  padding-right: 25px;
}

.popup-btn:hover span:after {
  opacity: 1;
  right: 0;
	
}

.ausstellung, .accordion-toggle  {
    font-size: 30px;
    font-weight: 400;
    margin: 2px 0 0px 0;
    background: unset;
    box-sizing: border-box;
    border-bottom: 2px solid #CFDDF0;
    width: 45%;
    display: inline-block;
    padding: 25px 0 13px!important;
}
.accordion-toggle {
	width: 100%;
}
.ausstellung:link, .ausstellung:visited, .accordion-toggle:link, .accordion-toggle:visited{
    color: #61789b;
	background: none!important;
}

.ausstellung:hover, .ausstellung:active, .accordion-toggle:hover, .accordion-toggle:active {
    color: #adbdd5!important;
}

.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle {
    background-color: #f8f8f8;
    color: #61789b;
}

.pagination ul {
    list-style-type: none;
}

#artikeltext p:first-child{
	margin-top: 0px;
}
strong {
    font-weight: 700;
}

h1, h2, .item h2 {
    font-family: 'gelica',  'Hepta Slab', Arial, sans-serif!important;
    font-size: 38px;
    text-align: left;
    line-height: 92%;
    margin: 27px 0px 21px 0;
    color: #4c2308;
    font-weight: 700;
}
h1 {
    font-size: clamp(40px, 4.0vw, 160px);
    /* -webkit-text-stroke: 2px #000; */
    position: relative;
    transition: 0.2s ease all;
    letter-spacing: 0;
    font-weight: 700;
	padding: 20px;
	left: 110px;
}
.page-header {
    position: relative;
    z-index: 5;
    height: auto;
    padding: 50px 0px 10px 0;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
}
.page-header h1 {
    line-height: 130%;
    font-size: 62px;
    max-width: 1024px;
    text-align: left;
    margin: auto;
    padding: 0;
}
.einleitung p {
    font-size: 39px;
    color: #1a1a18;
    letter-spacing: 1px;
}


h2 a {
    font-weight: 100 !important;
    color: #fff7e7 !important;
}

h3 {
    font-family: 'gelica';
    font-size: 28px;
    margin: 10px 0 3px 0;
    color: #4c2308;
    font-weight: 400;
    line-height: 150%;
}
.headerone {
    width: calc(30% - 30px);
    position: relative;
    top: 0;
    z-index: 1;
    background: #d5853e;
    height: 500px;
    left: 30px;
    padding: 126px 20px 20px 80px;
    box-sizing: border-box;
}
h4 {
    font-size: 30px;
    line-height: 139%;
    text-align: left;
    padding: 0 0 25px 0;
    font-family: 'gelica', 'Hepta Slab', Arial, sans-serif;
    font-weight: 700;
}
#sidebar h3 {
    font-family: "tablet-gothic", sans-serif;
    font-size: 40px;
    text-align: left;
    font-weight: 100;
    line-height: 150px;
    color: #383838;
	margin: 0;
}

#breadcrumb a{
    font-family: "tablet-gothic", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #fff7e7;
	text-decoration: none;
	line-height: 43px;
	margin-left: 30px;
}

#breadcrumb a:hover{
	text-decoration:underline;
}
header {
    margin: auto;
    display: block;
    height: 500px;
}
#artikeltext p {
    color: #414141;
    padding: 0 0 11px 0;
}

.bodytext {
    max-width: 1024px;
    margin: auto;
}
#artikeltext {
    line-height: 18px;
    max-width: 1024px;
    margin: auto;
    display: block;
    box-sizing: border-box;
    padding: 127px 0;
    position: relative;
    z-index: 2;
	    padding: 20px;
}
#artikeltext #saegeblatt {
  top: -199px;
}
.leading #artikeltext {
  max-width: 100%;
	padding: 0;
}
a, a:link, a:visited {
    text-decoration: none;
    color: #272727;
    transition: 0.2s ease all;
    font-weight: 700;
}
a:hover {
    color: #ad6200;
}

a[href$=".pdf"] {
    display: inline-block;
    /* border: 2px solid; */
    padding: 20px 34px;
    width: 100%;
    background: #ffdb70;
    font-family: 'gelica';
    text-align: center;
    border-radius: 20px;
    border: none;
}
a[href$=".pdf"]::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f1c1";
    color: inherit;
    font-weight: 900;
    padding: 0 0 0 9px;
	
}

a[href$=".pdf"]:hover {

    color: #005c2d;
}
.wf-columns.wf-columns-stack-medium {
    margin: 20px 0;
}
.wf-column {
    background: #fcfad2;
    padding: 43px;
    border-radius: 20px;
}

#tutti a {
    border: none;
}
    .showtime-default .showtime-image {
        height: 450px;
        overflow: hidden;
    }
.showtime-image a {
    border: none !important;
    border-radius: 0;
    overflow: hidden;
    height: 100%;
    position: relative;
    border-radius: 20px;
    border: 2px solid #d3843e !important;
}
.showtime-default .showtime-image a::after {
    content: "\2b";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    background: linear-gradient(179deg, black, transparent);
    border: revert-layer;
    text-align: center;
    font-family: 'FontAwesome';
    color: white;
    line-height: 450px;
    font-size: 39px;
	transition: 0.2s ease all;
}.showtime-default .showtime-image a:hover::after  {
    content: "\2b";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, black, transparent);
    border: revert-layer;
    text-align: center;
    font-family: 'FontAwesome';
    color: white;
    line-height: 450px;
    font-size: 39px;
	transition: 0.2s ease all;
}
.showtime-image img:hover {
    opacity: 0.5;
}

.showtime-image img {
    width: 100%;
    height: auto;
    outline: none;
    border: none;
    -webkit-box-shadow: rgb(0 0 0 / 13%) 0 1px 14px, rgb(0 0 0 / 12%) 0 0 0 1px;
    box-shadow: rgb(0 0 0 / 13%) 0 1px 14px, rgb(0 0 0 / 12%) 0 0 0 1px;
    border: unset !important;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #010156;
}
.showtime-default .showtime-image img {

    object-fit: cover;
height: 100%;
}
#artikeltext a.button {
    border: 1px solid #202e66;
    color: #202e66;
}
table {

}

tr {

}
tr:hover {
}
th, td {

}
thead td {
}
	#logo_resp {
display: none;
		
}
.einleitung {
    padding: 0 0 48px 0;
}
/* ************************** NEWS ****************************
*****************************************************************/
#fixedcontact {
    background: #d5853e;
    width: 355px;
    padding: 25px;
    color: #fff7e7;
    font-weight: bold;
    position: fixed;
    right: 0;
    bottom: -250px;
    z-index: 4;
    transition: 1.4s cubic-bezier(.93,-0.38,.6,1.47) all;
    box-shadow: -2px 0px 7px -4px #321f06;
}
#fixedcontact h3 {
    color: #fff7e7;
}

#fixedcontact a {
    color: #fff7e7;
    border-bottom: 2px solid #321f06;
}

.newsflash {
    width: 100%;
    margin: auto;
	text-align: left;
} 
.newsbeitrag {
    position: relative;
    width: 1024px;
    float: left;
    box-sizing: border-box;
    min-height: auto;
    transition: 0.4s ease all;
    background: #7fbb2024;
    border-radius: 0;
    margin: 30px auto;
    /* padding: 20px; */
    opacity: 0;
    bottom: -53px;
    /* box-shadow: 0 0 23px -20px black; */
    border-radius: 5px;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
}
.newsbeitrag.blog {
    max-width: 100%;
    margin: 10px 20px;
    break-inside: avoid;
}

.realestateimg {
    width: 100%;
    max-height: 269px;
    overflow: hidden;
    margin: 0px 0 0 0px;
    border: 5px solid #fff7e7;
    position: relative;
    min-height: 260px;
	    border-radius: 10px;
}
.realestateeinleitung {
    display: flex;
}

.custom-field.startbild {
    width: 50%;
}
.realestateimg img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    position: absolute;
}

.custom-field.startbild img {
    border-radius: 12px;
}

.custom-fields.details {
    width: 50%;
    display: block;
}
.custom-fields.details {
    width: 50%;
    display: block;
    
    padding: 20px;
    line-height: 150%;
}
.custom-fields.details div {
	    border-bottom: 1px solid #f1e2d9;
}
.contact-link a {
    display: block;
    padding: 6px;
    color: #fff7e7;
    background: #272727;
    margin: 20px 0;
    border-radius: 5px;
}
.contact-link a img {
    height: 44px;
}
.contact-link a:hover {

    background: #BD7C57;

}
.custom-field.strasse-hausnummer {
    display: flex;
}
.custom-fields.details img {
    width: 44px;
    height: 44px;
    margin: 0 21px 0 0px;
}
a.telefonlink img {
    width: 22px;
    margin-right: 15px;
}
.objektart {
    padding: 8px 10px 10px 25px;
    background: #b1c9b1;
    color: #fff7e7;
    width: 100%;
    display: block;
}
.objektart.vermietet {
    background: #a51f185c;
}
.objektart.verkauft {

    background: #a51f185c;
}
#produkte > a {
    display: contents;
}
.angebot .newsbeitrag {
    height: 317px;
}
.quadrat {
    width: 30%;
    padding-top: 30%;
    position: relative;
}
.angebotsuebersicht .newsbild {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
}
.bildcontainer {
    width: 100%;
	height: 350px;
    padding-top: 0;
    position: relative;
}
.bildcontainer img {
    height: 100%;
    width: auto;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.blog .textinhalt {
    width: 100%;
}
.blog .newsbild {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
}
.hauptb .newsbild {
    height: 250px;
}
.introtext.angebotsuebersicht {
    padding: 85px 30px 30px 30px;
    display: flex;
	    align-items: center;
}

#produkt .modultable h2 {
    display: block;
    width: 100%;
}
.angebotsuebersicht .textinhalt {
    width: 70%;
    float: right;
}
.adresse {
    float: left;
    display: block;
    width: 100%;
    padding: 24px 25px 25px 25px;
    color: #414141;
}
.adresse p {
    border-bottom: 1px solid #f1e2d9;
}
.newsbeitrag:hover {
  opacity: 1;
  background: #fff7e7;
  scale: 1.02;
}
.showtime-image h3 {
    font-size: 18px;
    margin: 0 0 5px 0;
    font-weight: 600;
    color: #006cae;
}
.newsbeitrag:hover > .newsbeitrag h4{
    opacity: 0.5;
    background: #fff7e7;
}
.newsbild {
    height: 250px;
    width: 50%;
    position: relative;
    right: 0;
    top: 0;
    transition: 0.5s ease all;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-color: #fff7e7;
    background: #272727;
    /* background-position: center center; */
    float: left;
    margin: 0 0 0 0;
    border-radius: 4px;
    /* border: 5px solid #fff7e7; */
}
.textinhalt {
    padding: 45px;
    color: #414141;
    font-weight: 400;
    
}
/* ARTICLE MODUL /*/
.mod-articles-item {
    align-content: normal;
    /* padding: 20px; */
    margin: 15px;
    display: block;
    width: 100%;
    position: relative;
	padding: 20px;
}
.mod-articles-items.mod-list {
    display: grid
;
    max-width: 1024px;
    margin: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
a.mod-articles-item {
    background: #fcfad2;
    box-shadow: 0px 0px 15px -11px #1a1a18;
    width: calc(100% - 50px);
    padding: 0;
    margin: 0;
    border-radius: 20px;
    height: 450px;
    margin: 25px;
    box-sizing: border-box;
    border: none;
}
a.mod-articles-item:nth-child(2),
a.mod-articles-item:nth-child(4) {
  transform: translateY(100px);
}
#cash .mod-articles-items.mod-list {
    display: flex
;
    flex-wrap: wrap;
}#cash a.mod-articles-item {
    width: calc(50% - 50px);
    margin: 0;
}
a.mod-articles-item:hover {
    background: #fffcc9;
    box-shadow: 0px 0px 15px -6px #1a1a18;
}
#cash a.mod-articles-item {
    width: calc(50% - 50px);
    margin: 1px;
    transform: none !important;
}
h4.mod-articles-title {
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
    color: #ffdb70;
    margin: 0;
    width: 100%;
    padding: 40px;
}
.mod-articles-item .bildcontainer {
    height: 100%;
    padding-top: 0;
    position: absolute;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.bildcontainer::before {
    content: "";
    position: absolute;
    display: block;
    background: linear-gradient(-175deg, black, transparent);
    height: 100%;
    width: 100%;
}
.newsbeitrag.hauptbeitrag {
    width: calc(50% - 40px);
    margin: 20px;
    height: 250px;
}
.newsbeitrag.hauptbeitrag .newsbild {
    width: 100%;
}
.leading .newsbild {
  background: #006cae;
    background-image: none;
    background-size: auto;
  background-image: none;
  background-size: auto;
  width: 100%;
  position: relative;
  height: 80vh;
  background-size: cover;
}
.newsbeitrag:hover > .newsbild, .newsbeitrag:hover > .newsflash-title {
}
.newsbeitrag.kaufen {
    width: calc(50% - 40px);
    margin: 20px 20px;
}
.mod-articles-item-content {
    display: flex
;
    flex-direction: row;
}
.mod-articles-item .mod-articles-item-content {
    order: 1;
    display: flex
;
    flex-direction: row;
}
.mod-articles-item:nth-child(2n) .mod-articles-item-content {
    order: 1;
    display: flex
;
    flex-direction: row-reverse;
}
.imageintro {
    width: 189px;
    position: relative;
    left: 0;
    height: auto;
}
.einleitungsbild {
    overflow: hidden;
}
.introtext {
    width: 100%;
    right: 0;
    position: relative;
    box-sizing: border-box;
    top: 0;
    padding: 15px;
}
.introtext i {
  font-size: 40px;
  color: #272727;
  padding: 0 0;
	transition: 0.2s ease all;
}
.newsbeitrag:hover > .introtext i{
  padding: 0 20px;

}
.newsbeitrag .introtext p {
    display: block;
    color: #414141;
    position: relative;
    opacity: 1;
    transition: 0.2s linear all;
    
    font-weight: 400;
}
.introtext p {
}

.custombutton a {
  font-size: 27px;
  margin: auto;
  border-bottom: 1.56px solid #fff7e7;
  height: 120%;
  display: inline-block;
  width: auto;
  padding: 20px 0 5px;
  color: #fff7e7;
  top: 30px;
  position: relative;
  margin: auto;
}
.custombutton a:hover {
  border-bottom: 3px solid #fff7e7;
}
.newsbeitrag:hover > .introtext {
  left: 0;
  border-radius: 0;

  filter: blur(0px);
}
.readmore {
  padding: 0px;
  right: 0;
  bottom: 0; 
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 1;
  box-sizing: border-box;
  font-weight: 900;
}
.readmore:hover {
    color: #fff7e7 !important;
    opacity: 1;
    font-size: 25px;
    padding: 0;
}



a.btn-secondary {
    display: block;
    height: 100% !important;
    transition: 1s cubic-bezier(.65,.05,.01,1.34) all;
}
.readmore span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 1.5s;
}
h2 {
    color: #4c2308;
    line-height: 120%;
    margin: 0 0 13px 0;
    font-weight: 100;
    font-size: 27px;
    letter-spacing: 1px;
    font-weight: 900;
}
h2 strong {

	font-weight: 900;
}
.readmore:hover span {
  padding-right: 25px;
}

.readmore:hover span:after {
  opacity: 1;
  right: 0;
}

.buttons {
    background: #fff7e7;
}
.buttons .inhalt {
    max-width: 1024px;
    margin: auto;
    padding: 10px 11px 50px 11px;
    box-sizing: border-box;
}
.buttons .button {
    background: #fff7e7;
    box-shadow: 2px 2px 6px -3px #d5853e;
    color: #d5853e !important;
}
.buttons .button:hover {
    background: #fff7e7;
    box-shadow: 0 0 0 6px #d5853e;
    color: #d5853e !important;
}

#fb .ffp-feed-load-more-btn {
    background: #fff7e7;
    box-shadow: 2px 2px 6px -3px #d5853e;
    color: #d5853e !important;
    opacity: 1;
}
#fb .ffp-feed-load-more-btn:hover {
    background: #fff7e7;
    box-shadow: 0 0 0 6px #d5853e;
    color: #d5853e !important;
}

iframe {
  width: 100%;
  box-sizing: border-box;
    min-height: 750px;
  display: block;

}
#prefooter .readmore {
    position: relative;
    text-align: center;
    display: block;
    margin: 20px auto;
    height: 54px;
    line-height: 50px;
    border: 2px solid #ba875c;
}
#prefooter .readmore:hover {
    background: #ba875c;
    font-size: unset;
    color: #fff7e7 !important;
}
.newsbeitrag h4 {
    font-weight: 400;
    font-family: 'nicholas';
    color: #0b6233;
    font-weight: 700;
    padding: 42px 44px 0 44px;
}
.newsbeitrag h4 a {

    display: block;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 57px;
    line-height: 57px;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;

}
.newsbeitrag.blog::after {
    content: "";
    height: 44%;
    width: 100%;
    background: #e5ffbb;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    border-radius: 0 00% 122% 50%;
}
.calendar-list.mr-3 {
  background: padding-box;
  top: 8px;
  z-index: 8;
  position: relative;
  text-align: left;
  left: 12px;
  top: -3px;
}
#produkte .calendar-list.mr-3 {
}
.img-fulltext-left.blogbild {
    height: 50vh;
    background-size: cover;
    background-position: center;
    border-radius: 0 0 50px 50px;
}
.article-info-term {
  display: none;
}

a .calendar-list.mr-3 {
  font-weight: 100;
  color: #6d757e ;
}
.lg-sub-html p {
    font-size: 18px;
    margin: 5px 0 0;
}

.newsflash-title {
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
    text-align: left;
}
.showtime-renderer-caption-title {
    font-size: 24px;
}

.faq .newsbeitrag .newsbild {
    display: none;
}
.system-unpublished {
    background: #ff696957;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    color: #fff7e7;
    line-height: 50px;
    font-size: 50px;
}
.system-unpublished p {
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 54px;
    background: #c66541;
    line-height: 54px;
}

/* ************************** FB FEED ****************************
*****************************************************************/
#fb {
    width: 100%;
    padding: 43px;
    margin-bottom: 0;
    max-width: unset;
	    box-sizing: border-box;
}
.ffp-feed-wrap {
    font-family: unset!important;

}
#ffp-feed-1 .ffp-feed-posts-item {
    box-shadow: 2px 2px 6px -3px #d5853e!important;
	transition: 0.3s ease all;
}
#ffp-feed-1 .ffp-feed-posts-item:hover {
    box-shadow: 0px 0px 0px 6px #d5853e !important;
}
.ffp-feed-posts-item {
    border-radius: 0!important;
}.ffp-feed-posts-items {
    padding: 6px!important;
}
/* ************************** LAYOUT ****************************
*****************************************************************/
#wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
    overflow: hidden;
    background: #fff;
}


#logo p {
    margin: 0;
}
#nothing {
}
#information {
    display: block;
    height: 103px;
}
#logo {
    display: block;
    z-index: 5;
    transition: 0.5s ease all;
    height: 100%;
    box-sizing: border-box;
    border: none;
    left: -0;
    padding: 5px;
    position: absolute;
    top: -0!important;
	opacity: 1!important;
}

#logo img {
    width: 116px;
    transition: 0.5s ease all;
    padding: 7px;
	        background: #ffdb70;
        border-radius: 50%;
}
.inhalt {
    margin: auto;
}
img.realicon {
    width: 40px;
    margin-right: 19px;
}
#artikeltext button {
    background: #481f07;
    font-family: 'gelica';
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    color: #f2c35c;
    font-weight: 700;
    margin: 0 0 28px 0;
}#artikeltext button:hover {
	background: #4c2308;
    border-radius: 50px;
    color: #ffdb70;
    box-shadow: inset 3px 2px 5px black;
    text-shadow: 5px 2px 5px black;
}
#main-header {
    width: calc(100% - 40px);
    transition: 0.5s ease all;
    box-sizing: border-box;
    top: 0;
    z-index: 10;
    height: 72px;
    position: fixed;
    font-weight: 300;
    display: flex
;
    flex-direction: row-reverse;
    border-radius: 0;
    box-sizing: border-box;
top: 0!important;
    margin: 0!important;
	background: unset!important;
}
#layerslider_1 {
    z-index: 0;
}
button {
	display:none;
}
#slider {
  overflow: hidden !important;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
#section-wrapper{
	width: 100%;
}
#content {
    background: #fff;
}

a.mymap.mymap-inverse.resultmymap, span.detailsicon {
    display: none;
}
#content .inhalt {
    width: 100%;
    max-width: unset;
    border-radius: 5px;
    margin: 0 0px 0 0;
}
div#einelitung.small {
    height: auto;
    display: flex;
    align-items: flex-end;
}
div#einelitung.small .img-fulltext-left {
    display: none;
}
div#einelitung {
    height: 76vh;
    display: flex
;
    flex-direction: row;
    background: #ffdb70;
    align-items: flex-end;
	position: relative;
	    z-index: 2;
}
.small .start {
    width: 100%;
}
.start {
    width: 50%;
    padding: 0;
}
.img-fulltext-left {
    float: unset;
    z-index: 1;
    position: relative;
    background-size: cover;
    background-position: center center;
    margin: auto;
    border-radius: 0;
    height: 107px;
}
.img-fulltext-left.standard {
    width: 45%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 91%;
	z-index: 2;
    background-position: bottom;
    top: 88px;
    border-radius: 20px;
}
.oeffnung_article p {
    display: block;
    height: 80px;
    background: #ffdb70;
    line-height: initial;
    text-align: center;
    font-family: 'gelica';
    font-size: 25px;
    border-radius: 20px;
    height: auto;
    width: 350px;
    position: absolute;
    padding: 20px !important;
    right: -166px;
    top: -25px;
    z-index: 121;
    box-shadow: 2px 2px 11px -6px black;
    transform: rotate(4deg);
}
.oeffnung_article i {
    color: #471f06;
    height: 40px;
    width: 40px;
    background: #eabb58;
    line-height: 40px;
    border-radius: 10px;
    position: absolute !important;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
}
#onthetop {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  left: 0;
  z-index: 1;
}
.quantummanager-height-medium {
    height: 89vh;
    border: 5px solid #006cae!important;
}

.showtime-default .showtime-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
}
#user_nav {
    position: absolute;
    top: 0;
    right: 0;
}
#user_nav .bearbeiten {
    position: relative;
    width: auto;
    margin-left: 5px;
}
#produkte .inhalt {
    margin: auto;
    max-width: 1024px;
}
#sidebar {
    width: 30%;
    float: right;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
    color: #383838;
}
#blog, #news {
    box-sizing: border-box;
    padding: 0;
    margin: auto;
        margin-bottom: auto;
    position: relative;
    max-width: 90%;
    margin-bottom: 100px;
}
#tutti {
    padding: 84px 3px 337px 4px;
    text-align: center;
    background: #272727;
    max-width: 100%;
    margin: auto;
    background-image: url(header.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    border: 15px solid #272727;
}
#tutti .mod-custom {
    position: relative;
    max-width: 1024px;
    margin: auto;
}
#news {
    background: #272727;
}
#blog h3, #news h3, #fb h3 {
    /* font-size: 44px; */
    color: #d5853e;
    width: 100%;
    display: block;
    margin: 0;
    float: left;
    line-height: 105%;
    padding: 30px 00;
    font-family: 'freight-sans-pro', Arial, sans-serif;
    font-size: 57px;
   /* -webkit-text-stroke: 2px #000;*/
}
.fuss {
    display: none;
}
.fuss .inhalt {
    width: 1224px;
    display: flex
;
    flex-wrap: wrap;
    padding: 180px 0;
}
.fuss .inhalt section {
    width: 33%;
    padding: 20px;
    border-left: 2px solid #f5d26b;
}
#fusskont i.fa-brands.fa-instagram {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #4a2007;
    color: #ffdb70;
    font-size: 25px;
    border-radius: 8px;
}
#news .newsbeitrag {
    background: #fff7e7;
}

#fb .inhalt {
    max-width: 1024px;
}
#news, #produkte {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    max-width: unset;
    position: relative;
    box-sizing: border-box;
}
#produkte {
    max-width: 100%;
    margin: auto;
    flex-wrap: wrap;
    padding: 39px 0;
    background: white;
}

.com-content-category-blog__pagination {
    position: relative;
    z-index: 2;
    max-width: 1024px;
    margin: auto;
}
#news h3 {
    color: #fff7e7;
    z-index: 90;
    top: 0;
    text-align: center;

}
.custom {
    width: 100%;
}
.newsbeitrag.kaufen h4 {
    margin: 0;
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
}
footer {
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    background: #1e2722;
	display:none;
}

.footerlogo img {
    width: 400px;
    display: block;
    margin: auto;
}

.footerlogo p {
    line-height: 0;
    margin: 0;
}
.leading-0 .text {
    width: 50%;
    float: left;
}
.clear {
    clear: both;
    margin: 0;
}

a.button, .ffp-feed-load-more-btn {
    padding: 10px 25px;
    width: 250px;
    font-size: 22px;
    transition: 0.2s ease all;
    text-align: center;
    font-weight: 400;
    border-radius: 0;
    color: #fff7e7;
    border: 1px solid;
    display: block;
}

a.button:hover, a.button:active {
    background: #ce4242;
    display: block;
}
#prefooter {
display: none;
}
#prefooter::after {
    content: "";
    height: 50%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(180deg, black, transparent);
    border-radius: 20px;
}
.leaflet-pane.leaflet-marker-pane img {
    width: unset !important;
}
#prefooter a[href$=".pdf"] {
    display: unset;
    height: unset;
    border: unset;
    padding: unset;
    color: #fff7e7;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    margin: 0 5px 0 5px;
    transition: 0.5s ease all;
    border-bottom: 2px solid #cb4671;
    background: unset;
}
#prefooter a[href$=".pdf"]::after {
display: none;
	
}


#prefooter p {
    color: #1c1c1a;
    font-weight: 400;
}
#prefoot1 {
    width: calc(50% - 30px);
    float: left;
    text-align: left;
    margin: 15px;
    background: #fdfbcf;
    padding: 35px;
    box-shadow: 0px 0px 15px -11px #1a1a18;
}
#prefoot2 {
    width: calc(50% - 30px);
    float: left;
    text-align: left;
    margin: 15px;
    background: #fdfbcf;
    padding: 35px;
    box-shadow: 0px 0px 15px -11px #1a1a18;
}
#prefooter h3 {
    font-size: 36px;
    color: #fff7e7;
}

#prefoot2 {
    box-sizing: border-box;
}

#prefooter .newsbeitrag {

    background: none;
    margin: 0;
    color: #383838;

}

#prefooter .inhalt {
    max-width: 1024px;
    display: flex;
	position: relative;

}
#prefooter a {
    /* color: #fff7e7; */
    font-weight: 400;
    border-bottom: 2px solid #005c2d;
}
#prefooter::before {
    content: "";
    background: url(/images/blumen.webp) no-repeat;
    width: 100%;
    height: 253px;
    position: absolute;
    left: 16px;
    z-index: 1;
    top: -180px;
}
#prefoot1 strong {
    text-align: right !important;
    display: inline-block;
    position: absolute;
    right: 0;
}
#prefoot1 p {
    border-bottom: 1px solid #dfddb2;
}
#prefoot1 .newsbeitrag {
    width: 100%;
}

#prefoot2 .newsbeitrag {
    padding: 0;
}

#prefoot1 .newsbeitrag {

    width: 45%;
    background: #f1f7ff;
    padding: 20px 0 0 0;
    border-radius: 0;

}
#prefooter2 {
    background: #321f06;
    color: #fff7e7;
    font-size: 22px;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
}

#prefooter2 .inhalt {
    max-width: 1024px;
    padding: 46px;
	box-sizing: border-box;
}
#prefooter2 {
 
    padding: 40px 40px;
}

.prefoot2 a, .prefoot2 a:link {
    text-decoration: none;
    color: #fff7e7;
    border-bottom: 2px solid #d5853e;
    font-size: 25px;
    line-height: 141%;
    display: inline-flex;
    transition: 0.5s ease all;
}
.prefoot1 a i {
    background: #d5853e;
    padding: 5px;
    border-radius: 50%;
    color: #fff7e7;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 15px 0 0 0;
	transition: 0.2s ease all;
}
.prefoot1 a i:hover {
    background: #8b5a2e;
}

#prefooter2 p {
    font-size: 24px;
    line-height: 150%;
}
.prefoot1 {
    width: 50%;
    float: left;
}

.prefoot2 {
    width: 50%;
    float: left;
    text-align: right;
}

#merhinfos {
    display: flex;
    width: 100%;
    /* height: 100px; */
    position: relative; 
}
#mehr1, #mehr2, #mehr3 {

}
#mehr1 {
            background-color: unset;
            flex: 1;
	padding: 74px;	

}
#mehr1 h2 {
    font-family: 'gelica', 'Hepta Slab';
    font-size: clamp(40px, 4.5vw, 160px);
    font-weight: 100;
    text-align: right;
    color: #ce4242;
}
#mehr1 a:hover{
	border-bottom: 3px solid #006cae;
}
#mehr1 a:active{
	border-bottom: 3px solid #C7E5CB;
	color: #C7E5CB;
}
#mehr2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 32px;
    background: linear-gradient(272deg, #202e66 47%, transparent 50%);
}
#mehr2 h4 {
  text-align: left;
} 
#mehr3 {
    background-color: #202e66;
    flex: 1;
    color: #fff7e7;
    padding: 74px;
}
.stripe {
    width: 5px;
    height: 100%;
}

#footer1 {
    color: #fcfad2;
    padding: 20px;
    width: 33%;
    float: left;
    box-sizing: border-box;
    z-index: 11;
    position: relative;
}
#footer2 {

    color: #534a39;
    padding: 0px ;
    width: 33%;
    float: left;
    box-sizing: border-box;
    margin: 0;

}

#footer3 {
    color: #534a39;
    width: 33%;
    float: right;
    padding: 20px ;
	box-sizing: border-box;
	text-align: right;
		z-index: 11;
	position: relative;
}

footer a:link, footer a:visited {
    color: #fcfad2;
}

footer a:hover, footer a:active {
    color: #fff7e7!important;
}

.facebook {

    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999999;
    width: 40px;
    height: 40px;
    background: #fff7e7;
    margin: 27px 20px 30px 20px;
    border-radius: 5px;

}
.lg-sub-html {
    background: #000000;
    color: #fcfad2;
    text-align: left;
    width: 30%;
    padding: 0;
    box-sizing: border-box;
    padding: 50px;
}
.facebook img {

    height: 80%;
    padding: 10px;

}

.rl_sliders.accordion > .accordion-group{
	border: none!important;
}
 li {
    margin: 5px 0 10px 20px;
    
    line-height: 120%;
    padding: 1px 20px;
}
ol, ul {
    padding-left: 2px;
}
li::marker {
    color: #545454;
    padding: 20px;
    display: block;
    content: '\f054';
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    left: 20px;
    position: absolute;
    margin: 20px;
}
.resp-home a {
    display: none;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 80;
    color: #321f06;
    text-align: center;
    padding: 5px;
    font-size: 26px;
    line-height: 50px;
    box-sizing: border-box;
}
/* ************************** TIMELINE ************************
*****************************************************************/


/*Timeline */
ul.jover-timeline {
 list-style: none;
 position: relative;
 padding: 20px 0 20px;
}
ul.jover-timeline:before {
 top: 0;
 bottom: 0;
 position: absolute;
 content: " ";
 width: 3px;
 background-color: #fff7e7;
 left: 50%;
 margin-left: -1.5px;
}
ul.jover-timeline > li:after, ul.jover-timeline > li:before {
 content: " ";
 display: table;
}
ul.jover-timeline > li:after {
 clear: both;
}
ul.jover-timeline > li {
 margin-bottom: 20px;
 position: relative;
}
ul.jover-timeline > li > .jover-timeline-panel {
    width: 40%;
    float: left;
    background: #fff7e7;
    border-radius: 2px;
    padding: 20px;
    position: relative;
	opacity: 0;
	transition: 1s ease all;
}
ul.jover-timeline > li.jover-timeline-even > .jover-timeline-panel {
 float: right;
}
ul.jover-timeline > li.jover-timeline-odd > .jover-timeline-panel {
 text-align: left; 
}
ul.jover-timeline > li > .jover-timeline-panel::after {
    position: absolute;
    top: 27px;
    right: -12px;
    display: inline-block;
    border-top: 12px solid transparent;
    border-left: 12px solid #fff7e7;
        border-left-width: 12px;
    border-right: 0 solid #fff7e7;
        border-right-width: 0px;
    border-bottom: 12px solid transparent;
    content: " ";
}
ul.jover-timeline > li.jover-timeline-even > .jover-timeline-panel:after{
 border-left-width: 0;
 border-right-width: 12px;
 left: -12px;
 right: auto;
}
ul.jover-timeline > li > .jover-badge {
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 28px;
    left: 50%;
    margin-left: -14px;
    background-color: #fff7e7;
    z-index: 2;
    transform: rotate(136deg);
}

.timoline_text {
    width: 74%;
    float: left;
}

ul.jover-timeline > li.jover-timeline-even > .jover-timeline-panel .timoline_text {
    float: right;
}
.timeline_img {
    width: 20%;
    float: right;
}

ul.jover-timeline > li.jover-timeline-even > .jover-timeline-panel .timeline_img {
    float: left;
}

.wf-zoom-image {
    overflow: hidden;
    height: auto;
    width: 100%;
    transition: 0.5s ease all;
}

.wf-zoom-image:hover > img {
    height: auto;
    opacity: 0.5;
    display: block;
    overflow: hidden;
    transform: scale(1.7);
}
/*
@media (max-width: 767px) {
 ul.jover-timeline:before {
 left: 40px;
 }
 ul.jover-timeline > li > .jover-timeline-panel {
 float: right;
 width: calc(100% - 120px);
 width: -moz-calc(100% - 120px);
 width: -webkit-calc(100% - 120px);
 }
 ul.jover-timeline > li > .jover-timeline-panel:before {
 border-left-width: 0;
 border-right-width: 15px;
 left: -15px;
 right: auto;
 }
 ul.jover-timeline > li.jover-timeline-odd > .jover-timeline-panel {
 text-align: left;
 }
 ul.jover-timeline > li > .jover-badge {
 left: 25px;
 margin-left: 0;
 top: 26px;
 }
 ul.jover-timeline > li > .jover-timeline-panel:after {
 border-left-width: 0;
 border-right-width: 14px;
 left: -14px;
 right: auto;
 }
}*/

.balken {
    position: fixed;
    display: block;
    height: 90px;
    width: 100%;
    background: #e0e8e3;
    z-index: 1;
    bottom: 0;
}
.openlogin {
    position: absolute;
    left: 7px;
    bottom: 26px;
    color: #fcfad2;
    border: 2px solid #fcfad2;
    width: 24px;
    height: 28px;
    text-align: center;
    line-height: 32px;
    border-radius: 5px;
    z-index: 40;
}
.openlogin:hover {
    color: #686d5d;
    border: 2px solid #686d5d;
    cursor: pointer;
}
.img-fulltext-left img {
    position: absolute;
    bottom: -56px;
    width: 500px;
    height: auto;
    right: 0;
}
/* ************************** BREADCRUMPS ************************
*****************************************************************/
.brotbroesmeli {
    display: none;

}


.breadcrumb {
    margin-bottom: 0;
    background-color: unset;
}
.brotbroesmeli li a {
    color: #005c2d;
    border: none;
}
.brotbroesmeli li {
    display: block;
}
.brotbroesmeli li:nth-child(3) a {
    box-sizing: border-box;
}

.brotbroesmeli li :hover {
    background: none;
}

.breadcrumb li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.brotbroesmeli li:nth-child(1) {

    display: none;

}
.breadcrumb li:hover {
}
.brotbroesmeli li a::after {
}
.brotbroesmeli li:nth-child(3), .brotbroesmeli li:nth-child(5) {
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 4px;
}
.brotbroesmeli li a:hover {
}
.breadcrumb-item+.breadcrumb-item {
}

.breadcrumb > .active {
    color: #30302b;
    cursor: context-menu;
}
.breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: 4px;
    color: #6d757e;
    content: var(--breadcrumb-divider, "/");
}
/* ************************** NAVIGATION ************************
*****************************************************************/
#main-navigation {
display: none;
    
}
#main-navigation.shownav {
    left: -0%;
	opacity: 1;
	filter: blur(0px);
}
.down{
	transform: 0.5s ease all;
}
 
a.iconlink {
    display: block;
    height: 74px;
    box-shadow: unset;
    border-left: 1px solid #d7cdb9;
    width: 75px;
    padding: 4px;
    line-height: 66px;
    color: #000000;
    transition: 0.5s cubic-bezier(0, 1.02, 0.25, 1) all;
    background-position: center;
    background-size: 100% 100%;
    box-sizing: border-box;
    font-size: 23px;
    text-align: center;
    position: relative;
    z-index: 10;
    border: none;
display: none;
}
a.iconlink:hover {
    background: radial-gradient(#ce424200 50%, #000000 50%);
    background-size: 200% 200%;
    background-position: center;
    color: #005c2d;
    font-size: 23px;
}
a.iconlink.tel-resp {
    display: none;
}

a.iconlink.tel-wide::after {
    content: "079 232 58 87";
    display: block;
    position: absolute;
    right: 0;
    padding: 20px;
    background: #fcfad2;
    height: 71px;
    width: 309px;
    border: 1px solid;
    font-weight: 100;
    top: 105px;
    padding: 0;
    line-height: 84px;
    display: none;
    border: none;
    box-shadow: 0px 7px 7px -11px black;
    z-index: 9;
}
a.iconlink.tel-wide.active::after {
    display: inline-block; /* Zeigt das `::after`-Element an, wenn die Klasse `active` gesetzt ist */
}
#main-navigation .menu {
    list-style-type: none;
    width: auto;
    text-align: left;
    float: left;
    height: 100%;
    position: relative;
}
.nav {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
    align-content: center;
}
#main-navigation .menu li a {
    width: auto;
    display: inline-block;
    font-family: 'gelica', 'Hepta Slab', Arial, sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
    transition: 0.2s ease all;
    border: none;
    padding: 10px 24px;
}
#main-navigation .menu li a.reservation {
    background: #4c2308;
    border-radius: 50px;
    margin: 43px;
    color: #ffdb70;
}
#main-navigation .menu li a.reservation:hover {
    background: #4c2308;
    border-radius: 50px;
    margin: 43px;
    color: #ffdb70;
    box-shadow: inset 3px 2px 5px black;
    text-shadow: 5px 2px 5px black;
}
#main-navigation .menu li a.reservation:active {
    text-shadow: none;
    padding: 10px 22px 10px 26px;
}
#main-navigation .menu .active a {
    color: #4c2308;
}

.moduletable_menu {
    max-width: 100%;
    margin: auto;
}

#main-navigation .menu li a:hover {
    color: #005c2d;
}

#main-navigation .menu .active a:hover {
}

#main-navigation p {
    margin: 0;
}
#main-navigation .menu li a.iconlink {
    display: block;
    height: 105px;
    box-shadow: unset;
    border-left: 1px solid #d7cdb9;
    width: 102px;
    padding: 4px;
    line-height: 100px;
    color: #fff7e7;
    transition: 0.5s cubic-bezier(0, 1.02, 0.25, 1) all;
    background: radial-gradient(#ce424200 0%, #ce4242 0%);
    background-position: center;
    background-size: 100% 100%;
    box-sizing: border-box;
    font-size: 23px;
}
#main-navigation .menu li a.iconlink:hover {
    background: radial-gradient(#ce424200 50%, #ce4242 50%);
    background-size: 200% 200%;
    background-position: center;
    color: #ce4242;
    font-size: 23px;

}
#menue2 {
    float: left;
    width: 50%;
    padding: 150px;
    align-content: center;
    color: #fff7e7;
    border: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
	display: none;
}
#main-navigation #menue2 .menu li a {
    font-size: 16px;
    font-weight: 800;
    text-transform: none;
}
.menu li {
    background: none;
    display: inline-block;
    position: relative;
	margin: 0;
    padding: 0;
    transition: 0.2s ease all;
}
.menu > li > ul {
    position: absolute;
    top: 0;
    text-decoration: none;
    width: auto;
    left: 0;
    box-sizing: border-box;
    background: #990033;
    box-shadow: 0 7px 17px -17px black;
    text-align: left !important;
    display: block;
    width: auto;
    z-index: 9;
    text-align: left !important;
    transition: 0.2s ease all;
    width: 333px;
    text-align: right;
    padding: 0;
    opacity: 0;
    pointer-events: none;
}


.menu > li.arrow > ul {
    display: block;
    position: absolute;
    top: 103px;
    opacity: 1;
    pointer-events: unset;
}

.field-label {
  display: none;
}
.parent {
    padding: 0 20px 0 0;
}
/*.deeper::after {
    display: block;
    background: #f2c979;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 24px;
    border-radius: 5px;
    text-align: center;
    line-height: 32px;
    color: #57758d;
    transition: 0.2s ease all;
    cursor: pointer;
    margin: auto;
    opacity: 1;
    content: "\f078";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
}*/
.deeper:hover::after {
    opacity: 1;
    color: #e0e8e3;
}

.deeper.arrow::after {
    transition: 0.5s ease all;
	opacity: 0;	
	top:150px;
}
.opensub {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 38px;
    text-align: center;
    line-height: 32px;
    color: #fff7e7 !important;
    transition: 0.2s ease all;
    cursor: pointer;
    transform: rotate(0deg);
border-radius: 50%;
}

.opensub i {
    transform: rotate(0);
    transition: 0.5s ease all;
}
.opensub:hover i {
}
.opensub.rotated {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.opensub.arrow:hover {
  transform: rotate(-137deg);
  border-radius: 10px;
}
.ausblenden{
	display: none;
}
#main-navigation .menu #myDropdown a, #main-navigation .menu .active #myDropdown a {
    border: none;
    padding: 13px 49px 13px 23px;
    text-align: left;
    font-size: 19px;
    color: #fff7e7;
    background: #990033;
}
#main-navigation .menu .active #myDropdown .active a {
    background: #272727;
    color: #fff7e7!important;
}
.menu-btn {
    height: 105px;
    width: 105px;
    float: right;
    background: #989585;
    cursor: pointer;
    display: none;
    position: relative;
    padding: 32px;
    z-index: 10;
}
#merhinfos {
    display: flex
;
    width: 100%;
    /* height: 100px; */
    position: relative;
    display: none;
}
.strich1, .strich2, .strich3 {
    background: #613814;
    width: auto;
    height: 3px;
    display: block;
    margin: 6.5px 5px;
    border-radius: 0;
    transition: 0.5s ease all;
    border-radius: 5px;
}


.change .strich1 {

  -webkit-transform: rotate(-45deg) translate(-11px, 7px);
  transform: rotate(-45deg) translate(-11px, 7px);
  width: 33px;
  position: absolute;
    left: 32px;
    top: 32px;
}

.change .strich2 {opacity: 0;}

.change .strich3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
    width: 33px;
    position: absolute;
    left: 30px;
    bottom: 32px;
}
.nav-child li {
    width: 100%;
    opacity: 1;
    top: 0;
}

/* ************************** SIDEBAR ************************
*****************************************************************/

#sidebar .menu{
	list-style-type: none;
	width: 230px;
}

#sidebar .menu li a{
	width: 230px;
	height: 36px;
	display: block;
	float:left;
	font-family: 'freight-sans-pro', Arial, sans-serif;
}


#sidebar .menu li a:hover{
	transition: 0.5s ease all;
}

#sidebar .newsflash p {

    margin: 20px 20px 40px;

}

#sidebar .moduletable {
    background: #f2f7ff;
    border-radius: 20px;
    padding: 20px;
    margin: 15px 0;
}


/* ************************** CONTENT ************************
*****************************************************************/

.item {
    box-sizing: border-box;
    padding: 70px 15px 40px 15px;
    color: #555;
    clear: both;
    position: relative;
    border-radius: 10px;

}

.item-image img {
    width: auto;
    height: 100%;
    box-sizing: border-box;
}
.leading-0.clearfix {

    box-sizing: border-box;

    padding: 15px;
    color: #555;

}
.cols-1 {
    clear: both;
}
.leading {
  position: relative;
}
.leading-0 {
    padding: 15px;

}
.items-leading .left.item-image {
    height: 650px;
    overflow: hidden;
    width: 100%;
	float: unset;
}
.items-leading .left.item-image img {
    width: 100%;
}
.items-leading .item-content {
    width: 100%;
	float: none;
}
.item-image {
    width: 50%;
    box-sizing: border-box;
    overflow: hidden;
    height: 100%;
    float: left;
}

.newsbeitrag .item-image {
	width: 100%;
    position: absolute;
}
.item-content {
    float: right;
    width: 100%;
}
.items-leading  .newsflash-title {
	display: none;
}
.items-leading .introtext {
  padding: 25px 0;
  width: 1024px;
  margin: auto;
  text-align: left;
}

.items-leading .item-content {
    max-width: 1024px;
    margin: auto;
    font-size: 28px;
}
.pull-right.item-image {
    float: right;
}
.items-row.cols-1.row-1.row-fluid.clearfix {
    background: #e4efff;
}

.cols-2 .column-1, .cols-2 .column-2, .cols-3 .column-1, .cols-3 .column-2, .cols-3 .column-3, .column-1.span4, .column-2.span4, .column-3.span4, .column-4.span4 {
    float: left;
    clear: right;
    background: #f2f7ff;
    border: 3px solid #fff7e7;
    box-sizing: border-box;
}
.leading .readmore {
  display: none;
}
.cols-2 .column-1
{
  width: 100%;
}

.cols-2 .column-2
{
  width: 100%;
}

.cols-3 .column-1
{
  width: 33%;
}

.cols-3 .column-2
{
  width: 33%;
}


.cols-3 .column-3
{
  width: 34%;
}

.column-1.span4, .column-2.span4, .column-3.span4, .column-4.span4 {
    width: 25%;
}

.pagenav {
    display: inline-block;
    margin: 20px 5px;
    float: left;
    clear: right;
    padding: 20px;
	list-style-type: none;
}

.pagination ul {
    list-style-type: none;
}

#nachunteninfo {
    transform: rotate(180deg);
    display: block;
    background: #6f9b7b;
    width: 95px;
    margin: auto;
    padding: 5px;
    border: 1.5px solid black;
    color: #edfbf1;
}

#nachunten .fas.fa-chevron-up, #totop .fas.fa-chevron-up {
    font-size: 30px;
    color: #fff7e7;
    line-height: 44px;
}

#nachunteninfo a {
 
    color: #edfbf1;
}
#totop a, #nachunten a{
    display: block;
    cursor: pointer;
    padding: 20px;
    z-index: 599;
    text-align: center;
    position: absolute;
    background: #0d4295;
	color: #fff7e7;
	width: 60px
}
#totop img, #nachunten img {
    height: auto;
}

footer #totop a, footer #nachunten a{
	color: #fff7e7;
}

video {
    max-width: 100%;
    height: auto;
}
.totop, .nachunten {
    opacity: 0;
    display: block;
    margin: 0 auto;
    position: fixed;
    z-index: 5;
    width: 100%;
	bottom: 20px;
    left: 0;
    text-align: center;
    transition: 0.5s ease all;
}
#totop, #nachunten {
    transition: 0.5s ease all;
    width: 48px;
    height: 50px;
background: #272727;    display: block;
    margin: auto;
    border-radius: 0;
    box-shadow: 0 0 14px -7px black;
    border-radius: 10px;
}
.nachunten {
    transform: rotate(180deg);
	opacity: 1;
}
.down {
    opacity: 0 !important;
}
/* //////////////////////////////// PAGINATION ////////////////////////////////// */
.pagination {
    font-size: 18px;
    max-width: 1024px;
    margin: auto;
}
.pagination a {
    font-size: 18px;
}
.pagination li::marker {
    display: none;
    content: unset;
    margin: 0;
    position: unset;
    padding: 0;
}
.pagenav {
    display: inline-block;
    margin: 20px 5px;
    float: left;
    clear: right;
    padding: 20px;
    list-style-type: none;
    background: #fff7e7;
}
.pagination .hasTooltip.pagenav {
    color: #d5853e !important;
}.pagination a {
    color: #d5853e !important;
}
.introtext a {
  color: black;
  border-bottom: none;
}
#news .inhalt {
  max-width: 1024px;
}
#news i {
  text-align: center;
  display: block;
  color: #fff7e7;
  font-size: 44px;
}
.page-item.disabled .page-link {
    color: #6d757e;
    pointer-events: none;
    background-color: #fff7e7;
    border-color: #dfe3e7;
    height: 41px;
}
.page-item .page-link {
    color: #6d757e;
    background-color: #fff7e7;
    border-color: #dfe3e7;
    height: 41px;
}
span.icon-angle-right::after {
	font-family: "Font Awesome 6 Pro";
    content: "\f105";
}
span.icon-angle-double-right::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f101";
}

span.icon-angle-double-left::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f100";
}
span.icon-angle-left::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f104";
}
#cash {
    padding: 120px;
    background: #ffdb70;
    text-align: center;
    color: #fff7e7;
}
.breaking-news {
    width: 200px;
    height: 200px;
    background: #903;
    color: #fff7e7;
    font-family: 'freight-sans-pro';
    padding: 0;
    box-sizing: border-box;
    position: absolute;
    z-index: 500;
    top: 108px;
    left: 30px;
    text-align: center;
    box-shadow: 1px 6px 20px 3px #00000080;
    display: table;
    padding: 20px;
	z-index: 4;
}
.breaking-news .newsbeitrag.blog {
    width: unset;
    margin: 0;
    box-shadow: none;
}
.breaking-news .bildcontainer {
    display: none;
	
}
.breaking-news .newsbeitrag.blog {
    width: unset;
    margin: 0;
    background: unset;
    bottom: 0;
    opacity: 1;
}
.breaking-news .blog .textinhalt p {
    color: #fff7e7;
}
.breaking-news .introtext.stnd {
    padding: 0;
    display: block;
}
.breaking-news .blog .textinhalt {
    width: 100%;
    float: unset;
    background: #990033;
    color: #fff7e7;
    padding: 0;
    font-size: 19px;
}
.breaking-news a {
    color: #fff7e7;
}
.breaking-news a {
    font-weight: 100;
    border-bottom: 1px solid;
}