
/* ************** 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;
}

html, body {
    box-sizing: border-box;
    scroll-behavior: smooth;
    padding: 0;
	font-size: 22px;
	line-height: 150px;	
	font-weight: 700;

}

@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;
    }
}

svg {
    width: 100%;
    position: relative;
    z-index: 12;
	
}
.front-end-edit {
    max-width: 1024px;
    margin: auto;
}
#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;
}
.mod-languages.jmoddiv {
    position: absolute;
    top: 0;
    right: 18px;
}
.mod-languages.jmoddiv a {
    border: none;
    padding: 0;
}
.mod-languages.jmoddiv li {
    border: none;
	padding: unset!important;
	margin: unset!important;
}
#logo .mod-languages__list img {
    width: 23px;
    padding: 0;
    border-radius: 32px;
    opacity: 0.6;
	transition: 0.2s ease all;
	border: 1px solid #bb6161;
    box-shadow: 0 0 19px 5px #000000;

}
#logo .mod-languages__list img:hover {

    opacity: 1;

}
div.mod-languages a {
    padding: 0;
    text-decoration: none;
    border: unset;
}
/* ************************** 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: "Tagesschrift", system-ui;
font-weight: 400;
font-style: normal;
    font-size: 18px;
    color: #383838;
    line-height: 150%;
    height: 100%;
    background: #f7f7f7;
	
}
.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;
}
p strong{
font-weight: 700;
}
#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 {
    transition: 0.5s ease all;
    border-bottom: 1px solid #fcfad2;
}
.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;
}
.music-player {
  max-width: 700px;
  margin: 40px auto;
  padding: 30px;
  background: #201d1b;
  border-radius: 18px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.music-player h2 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 25px;
  color: #a83b3b;
  letter-spacing: 0.5px;
}

.track {
  background: #211F1E;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.track:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(0,0,0,0.08);
}

.track-title {
  display: block;
  font-size: 1.05rem;
  color: #a83b3b;
  margin-bottom: 6px;
  letter-spacing: 0.3px;
}

audio {
  width: 100%;
  height: 34px;
  border-radius: 6px;
  background: #211F1E;
}

audio::-webkit-media-controls-panel {
  background: #a83b3b;
  border-radius: 6px;
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-volume-slider,
audio::-webkit-media-controls-timeline {
  cursor: pointer;
}



.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: "Tagesschrift", system-ui;
    font-size: 38px;
    text-align: left;
    line-height: 92%;
    margin: 27px 0px 21px 0;
    color: #a83b3b;
    /* font-weight: 100; */
}
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: 100;
    text-align: center;
    text-transform: unset;
}
.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: #EFCD94;
    letter-spacing: 1px;
}

h2 a {
    font-weight: 100 !important;
    color: #fff7e7 !important;
}

h3 {
    font-family: "Tagesschrift";
    font-size: 40px;
    margin: 10px 0 3px 0;
    color: #fff7e7;
    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: center;
    padding: 0 0 25px 0;
    font-family: 'standard', 'Hepta Slab', Arial, sans-serif;
    font-weight: 100;
    font-family: "Tagesschrift", system-ui;
    color: #8a3233;
}
#sidebar h3 {
  font-family: "Tagesschrift", system-ui;
    font-size: 40px;
    text-align: left;
    font-weight: 100;
    line-height: 150px;
    color: #383838;
	margin: 0;
}

#breadcrumb a{
    font-family: "Open Sans", 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;
}
#artikeltext p {
    color: #cfcfcf;
    padding: 0 0 11px 0;
    font-weight: 100;
    text-align: center;
}

.bodytext {
    max-width: 1024px;
    margin: auto;
}
#artikeltext {
    line-height: 18px;
    max-width: 1024px;
    margin: auto;
    display: block;
    box-sizing: border-box;
    padding: 80px 0;
    position: relative;
    z-index: 2;
}
#artikeltext #saegeblatt {
  top: -199px;
}
.leading #artikeltext {
  max-width: 100%;
	padding: 0;
}
a, a:link, a:visited {
    text-decoration: none;
    color: #a83b3b;
    transition: 0.2s ease all;
    font-weight: 700;
    border-bottom: 1px solid;
}
a:hover {
    color: #cfcfcf;
}
.fuss a {
    color: #fff7e7;
}
.fuss p {
    color: #fff7e7;
}
a[href$=".pdf"] {
}
a[href$=".pdf"]::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f1c1";
    color: inherit;
    font-weight: 900;
    padding: 0 0 0 9px;
}
a[href$=".webp"]::after, a[href$=".img"]::after  {
    font-family: "Font Awesome 6 Pro";
    content: "\f03e";
    color: inherit;
    font-weight: 900;
    padding: 0 0 0 9px;
}

a, a:link, a:visited {
    text-decoration: none;
    color: #a83b3b;
    transition: 0.2s ease all;
    font-weight: 100;
    border-bottom: 1px solid;
}
.wf-columns.wf-columns-stack-medium {
    margin: 20px 0;
}
.wf-column {
    background: #EFCD94;
    padding: 43px;
    border-radius: 20px;
}
#tutti a {
    border: none;
}
.showtime-default .showtime-image {
    height: 250px;
    overflow: hidden;
}
.showtime-image a {
    border: none !important;
    border-radius: 0;
    overflow: hidden;
    height: 100%;
    position: relative;
    border-radius: 0;
}
.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: 250px;
    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: 250px;
    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%;
}


	#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;
}
#book h3 {
    font-size: 48px;
    font-weight: 100;
    color: #a83b3b;
}
.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: calc(100% - 20px);
    margin: 10px;
}
.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
;
    margin: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    position: relative;
    width: 100%;
}
.mod-articles-item {
    background: #181514;
    box-shadow: 0px 0px 15px -11px #1a1a18;
    width: calc(100% - 20px);
    padding: 0;
    margin: 0;
    border-radius: 0;
    margin: 10px;
    box-sizing: border-box;
    border: none;
}

#book .mod-articles-items.mod-list {
    display: flex
;
    flex-wrap: wrap;
}#book a.mod-articles-item {
    width: calc(50% - 50px);
    margin: 0;
}
a.mod-articles-item:hover {
    background: #fff;
    box-shadow: 0px 0px 15px -6px #1a1a18;
}
#book 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: #bb6161;
    margin: 0;
    width: 100%;
  font-family: "Tagesschrift", system-ui;
    text-transform: unset;
}
.mod-articles-item .bildcontainer {
    height: 100%;
    padding-top: 0;
    width: 50%;
    border-radius: 20px;
    overflow: hidden;
}

.newsbeitrag.hauptbeitrag {
    width: calc(50% - 40px);
    margin: 20px;
    height: 250px;
}
.articlecontent {
    width: 50%;
    padding: 10px;
}
.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-content:hover > h4.mod-articles-title {
    color: #76876b;
    transition: 0.2s ease all;
}
.mod-articles-item .mod-articles-item-content {
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
}

.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;
	    color: #cfcfcf;
    padding: 0 0 11px 0;
    font-weight: 100;
}
.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;
        color: #cfcfcf;
    padding: 0 0 11px 0;
    font-weight: 700;
    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: #cfcfcf;
    line-height: 120%;
    margin: 0 0 13px 0;
    font-weight: 100;
    font-size: 25px;
    letter-spacing: 1px;
    text-align: center;
}
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: 424px;
    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;
    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 {

}
#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: #fff7e7;
}

#logo p {
    margin: 0;
}
#nothing {
    display: block;
    height: 400px;
}
#information {
    display: block;
    height: 103px;
}
#logo {
    display: block;
    z-index: 5;
    transition: 0.5s ease all;
    height: auto;
    box-sizing: border-box;
    position: relative;
    margin: auto;
    text-align: center;
}

#logo img {
    width: 501px;
    transition: 0.5s ease all;
    padding: 28px;
}
.inhalt {
    margin: auto;
}
img.realicon {
    width: 40px;
    margin-right: 19px;
}
#main-header {
    background: #211F1E;
    z-index: 2;
    position: relative;
}
#layerslider_1 {
    z-index: 0;
}
#artikeltext button {
    background: #481f07;
    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;
}
div#slider video {
    width: 100%;
}
div#parallax::before {
    content: "";
    height: 250px;
    width: 100%;
    background: linear-gradient(180deg, #22201f, transparent);
    display: block;
    position: absolute;
    z-index: 1;
}
#slider {
    overflow: hidden !important;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
    height: 64vh;
    /* top: -250px; */
    z-index: 0;
}
#section-wrapper{
	width: 100%;
}
#content {
    background: #211F1E;
}

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;
justify-content: center;
	    background: #201d1b;
}
div#einelitung.small .img-fulltext-left {
    display: none;
}
div#einelitung {
    height: 60vh;
    display: flex
;
    background: #201d1b;
    align-items: flex-end;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    flex-direction: row;
}


.start h1{
    width: 100%;
    padding: 55px 130px;
	text-align: center;
	margin: 0 auto;
background: #201d1b;
}
.start {
}
.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: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    z-index: 2;
    background-position: bottom;
    top: 0;
    border-radius: 6px;
}
.img-fulltext-left.standard::before {
    background: linear-gradient(180deg, #211F1E, transparent);
    height: 13%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
.oeffnung_article p {
    display: block;
    height: 80px;
    background: #ffdb70;
    line-height: initial;
    text-align: center;
    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;
    padding: 40px 0;
}
#tutti {
    padding: 0;
    text-align: center;
    max-width: 100%;
    margin: auto;
    background-image: url(header.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    border: none;
}
#tutti .mod-custom {
    position: relative;
    margin: auto;
}
#mod-custom117 p {
    position: relative;
    display: block;
    width: 100%;
    height: 580px;
    overflow: hidden;
    margin: 0;
}
#mod-custom117 p img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
#mod-custom117 p::before {
    height: 441px;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #181514, transparent);
    z-index: 1;
}
#news {
    background: #201d1b;
}
#blog h3, #news h3, #fb h3, #produkte h3 {
    /* font-size: 44px; */
    color: #d5853e;
    width: 100%;
    display: block;
    margin: 0;
    float: left;
    line-height: 105%;
    padding: 30px 00;
    font-size: 57px;
    /* -webkit-text-stroke: 2px #000; */
}
.fuss {
    background: #cfcfcf;
    padding: 40px;
    margin: 40px 20px;
    width: calc(100% - 40px);
    border-radius: 20px;
}
.fuss .inhalt {
    max-width: 1224px;
    display: flex
;
    flex-wrap: wrap;
}
.fuss .inhalt section {
    width: 33%;
    padding: 20px;
}
#fuss-oeffnung i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #202c1d;
    color: #f7f0e6;
    font-size: 25px;
    border-radius: 8px;
}
#news .newsbeitrag {
    background: #fff7e7;
}

#fb .inhalt {
    max-width: 1024px;
}
#news .inhalt, #produkte .ihnhalt {
    width: 100%;
    padding: 0;
    margin: auto;
    max-width: unset;
    position: relative;
    box-sizing: border-box;
    max-width: 1024px;
}
#produkte {
    max-width: 100%;
    margin: auto;
    flex-wrap: wrap;
    padding: 40px;
}

.com-content-category-blog__pagination {
    position: relative;
    z-index: 2;
    max-width: 1024px;
    margin: auto;
}
#news h3, #produkte h3 {
	  font-family: "Tagesschrift", system-ui;

    color: #a83b3b;
    z-index: 90;
    top: 0;
    font-weight: 100;
    text-align: center;
    text-transform: unset;
}
#produkte h3 {
    color: #929292;
}
.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: #181514;
}

.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 {
    background: #cfcfcf;
    border-radius: 50px;
    margin: 20px;
    color: #EFCD94;
    border: 2px solid;
    padding: 20px 40px;
    display: inline-block;
    width: auto;
}

a.button:hover, a.button:active {
    background: #cfcfcf;
    border-radius: 50px;
    color: #EFCD94;
    box-shadow: inset 3px 2px 8px #00000059;
    border: 2px solid #EFCD94;
}
#prefooter {
    background: #212F20;
    text-align: center;
    padding: 40px;
    position: relative;
    margin-top: 94px;
    background-image: url(background.webp);
    height: 67vh;
    background-position: center;
    border-radius: 20px;
    margin: 40px 20px;
    background-size: 148px;
}
#prefooter::after {
    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;
	
}

#news h4.mod-articles-title {
    text-align: left;
}
#prefooter p {
    color: #1c1c1a;
    font-weight: 400;
}
#prefoot1
 {
    width: 100%;
    float: left;
    text-align: left;
    background: #f5eee4;
    padding: 35px;
    box-shadow: 0px 0px 15px -4px #000000;
    border-radius: 15px;
}
#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;
}

#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;
}
div#mod-custom127 {
    position: unset;
}
.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-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: #dedede;
    padding: 20px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    z-index: 11;
    position: relative;
}
#footer2 {

    color: #dedede;
    padding: 0px ;
    width: 0%;
    float: left;
    box-sizing: border-box;
    margin: 0;

}

#footer3 {
    color: #dedede;
    width: 50%;
    float: right;
    padding: 20px ;
	box-sizing: border-box;
	text-align: right;
		z-index: 11;
	position: relative;
}

footer a:link, footer a:visited {
    color: #dedede;
}

footer a:hover, footer a:active {
    color: #C1BABA!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;

}


.facebook img {

    height: 80%;
    padding: 10px;

}

.rl_sliders.accordion > .accordion-group{
	border: none!important;
}
li {
    margin: 5px 0 10px 20px;
    line-height: 150%;
    padding: 1px 20px;
    color: #a83b3b;
    text-align: center;
}
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;
}
/* ************************** Easy Components ************************
*****************************************************************/

.event_easy {
    background: #1f1b18;
    padding: 20px;
    display: flex
;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 20px 0;
}

.datum_easy {
    width: 150px;
    background: #252525;
    box-shadow: 0px -1px 21px -9px black;
    border: 2px solid;
    padding: 11px;
	color: #cfcfcf;
}
.jahr_easy {
    font-size: 27px;
    line-height: 150%;
    text-align: center;

}
.tag_easy {
    font-weight: 900;
    font-size: 23px;
    text-align: center;
}

.balken { 
    position: fixed;
    display: block;
    height: 90px;
    width: 100%;
    background: #e0e8e3;
    z-index: 1;
    bottom: 0;
}
.team_easy {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
}
.datum_easy.team_avatar {
    width: calc(33.3330% - 20px);
    padding: 10px;
    margin: 10px;
    border: unset;
}

.team_image_wrap {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.title_easy {
    font-size: 25px;
    font-weight: 700;
    color: #bb6161;
    padding: 0 20px;
    display: flex
;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    align-content: center;
    font-weight: 100;
}
#artikeltext .title_easy p {
    padding: 0;
    margin: 0;
    color: #bb6161;
	text-align: left;
}
.team_avatar .title_easy {
    padding: 20px;
}
.link_easy a {
    color: rebeccapurple;
    text-decoration: none;
    color: #a83b3b;
    border: 2px solid #a83b3b;
    padding: 20px;
    display: flex
;
    height: 100%;
    align-content: center;
    align-items: center;
}
.link_easy a:hover {
    color: #cfcfcf;
    background: red;
    border: 2px solid #cfcfcf;
}
.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 {
    position: relative;
    right: 0;
    top: 0;
    transition: 0.2s ease all;
    transition: 0.2s ease left;
    transition: 1.2s ease filter;
margin: auto;
    
}
#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;
    height: 100%;
    position: relative;
}
.nav {
    display: flex
;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
    align-content: center;
    justify-content: center;
}
#main-navigation .menu li a {
    width: auto;
    display: inline-block;
    font-size: 19px;
    font-weight: 100;
    text-align: center;
    color: #bb6161;
    transition: 0.2s ease all;
    border: none;
    padding: 15px 24px 10px 24px;
    font-family: 'Tagesschrift';
    border-bottom: 1px solid #643939;
}
#main-navigation .menu li a.social-icon {
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid transparent;
}
#main-navigation .menu li a.reservation {
    background: #cfcfcf;
    border-radius: 50px;
    margin: 43px;
    color: #EFCD94;
    border:2px solid ;
}
#main-navigation .menu li a.reservation:hover
 {
    background: #cfcfcf;
    border-radius: 50px;
    margin: 43px;
    color: #EFCD94;
    box-shadow: inset 3px 2px 5px black;
    /* text-shadow: 5px 2px 5px black; */
    border: 2px solid #EFCD94;
    padding: 18px 20px 7px 28px;
}
#main-navigation .menu li a.reservation:active {
    text-shadow: none;
    padding: 10px 22px 10px 26px;
}
#main-navigation .menu .active a {
    color: #cfcfcf;
}
.moduletable_menu {
    max-width: 100%;
    margin: auto;
}
section.article-content::before {
   /* content: "";*/
    height: 50px;
    width: 100%;
    height: 50px;
    display: block;
    /*background-image: url(bg.png);*/
    background-color: #201d1b;
    background-size: 57%;
    box-shadow: 5px 0 100px -2px #db0404;
}

/*section.article-content::after {
    content: "";
    height: 50px;
    width: 100%;
    height: 50px;
    display: block;
    background-image: url(bg2.png);
    background-size: 57%;
    position: absolute;
    z-index: 9;
    top: 50px;
}*/
#wrapper::after {
    content: "";
    height: 50px;
    width: 450px;
    height: 100%;
    display: block;
    background-image: url(bg3.png);
    background-size: 58%;
    position: absolute;
    z-index: 9;
    top: 0;
    background-repeat: repeat-y;
    pointer-events: none;
    opacity: 0.4;
}
#wrapper::before {
    content: "";
    height: 50px;
    width: 55%;
    height: 100%;
    display: block;
    background-image: url(kraftkarton_bg.webp);
    background-size: 58%;
    position: absolute;
    z-index: 9;
    top: 0;
    pointer-events: none;
    opacity: 0.7;
    top: 0;
    right: 0;
    mix-blend-mode: color-dodge;
    background-repeat: repeat-y;
    background-position: top right;
    opacity: 0.4;
}

section.article-content {
    position: relative;
    z-index: -1;
}
#main-navigation .menu li a:hover {
    color: #a83b3b;
    border-bottom: 1px solid #a83b3b;
}
#main-navigation .menu li a.social-icon:hover {
    color: #cfcfcf;
    border: 1px solid #cfcfcf;
	background: #a83b3b;
}
 
#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: 62px;
    opacity: 1;
    pointer-events: unset;
    background: #252424;
    border-bottom: 1px solid #fe0404;
    box-shadow: 5px 5px 16px -7px #000000;
}

.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: -3px;
    top: 11px;
    text-align: center;
    line-height: 32px;
    color: #bb6161 !important;
    transition: 0.2s ease all;
    cursor: pointer;
    transform: rotate(0deg);
    border-radius: 50%;
	pointer-events: none;
}

.opensub i {
    transform: rotate(0);
    transition: 0.5s ease all;
    font-size: 14px;
}
.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: #252424;
	    width: 100%;
}
#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: #db0000;
    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: 14px;
    top: 8px; 
}

.change .strich2 {opacity: 0;}

.change .strich3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
    width: 33px;
    position: absolute;
    left: 11px;
    bottom: 12px;
}
.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 {
    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 {

}
.mod-articles-items.mod-list i {
    text-align: center;
    display: block;
    color: #dfb679;
    font-size: 24px;
    position: absolute;
    right: -10px;
    height: 50px;
    width: 50px;
    background: #ffffff;
    line-height: 50px;
    border-radius: 50%;
    box-shadow: 2px 3px 12px -7px #000;
    bottom: -18px;
}
.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";
}
#book {
    padding: 120px;
    background: #181514;
    text-align: center;
}
.breaking-news {
    width: 200px;
    height: 200px;
    background: #903;
    color: #fff7e7;
    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;
}
/* //////////////////////////////// FRONTEND EDITING ////////////////////////////////// */

/* //////////////////////////////// FRONTEND EDITING ////////////////////////////////// */
a.btn.btn-mini {
    padding: 5px;
    font-size: 14px;
    border: 1px solid;
    margin: 2px;
}
.vergangene-events p {
    position: relative;
}
.vergangene-events .center.actions {
    position: absolute;
    left: 0;
    display: block;
    top: 0;
}
.past-item { 
    position: relative;
}
.past-item:hover {
    background: #1f1b18;
}
span.date-past {
    color: #bb6161;
}
#neuer {

    display: block;
    position: absolute;
    z-index: 9;
    background: #6AE0BB;
    top: 83px;
    left: 150px;
    padding: 7px;
    box-shadow: 2px -2px 14px -3px black;
    border-radius: 5px;
    border: 3px solid white;
    color: white !important;

}
#neuer a {
  color: white;
}
.input-group-text {
    display: none;
}
.mod-login__submit.form-group .btn {
    top: 0;
}

hr[class].mce-item-pagebreak, hr[class].mce-item-readmore {

    background-color: #17cf95!important;

}
.btn.btn-secondary.input-password-toggle {
    position: absolute;
    right: 1px;
    top: 5px;
    width: 50px;
    height: 49px !important;
    background: #17cf95;
    border: none;
    border-radius: 0;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
	z-index: 80;
}
#system-readmore::after {
    display: block!important;
    content: "weiterlesen"!important;
    height: 17px!important;
    background: #17cf95!important;
    color: white!important;
    font-size: 16px!important;
    line-height: 17px!important;
    text-align: center!important;
}
.input-group .btn.btn-secondary {
    margin: 0;
}
hr{
	opacity: 1;
}
.ba-edit-gallery-btn {
    background: #17cf95 !important;
    color: #241d1d !important;
    border-radius: 5px !important;
    border: 2px solid white;
	left: 5px;
top: 5px;
}
.buttons-editor .btn.btn-secondary {
    display: none;
}

#jform_com_fields_mieten_kaufen input#jform_com_fields_mieten_kaufen0, #jform_com_fields_mieten_kaufen input#jform_com_fields_mieten_kaufen1, #jform_com_fields_mieten_kaufen input#jform_com_fields_mieten_kaufen2,
#jform_com_fields_mieten_kaufen input#jform_com_fields_mieten_kaufen3,
#jform_com_fields_mieten_kaufen input#jform_com_fields_mieten_kaufen4,
#jform_com_fields_mieten_kaufen input#jform_com_fields_mieten_kaufen5,
#jform_com_fields_mieten_kaufen input#jform_com_fields_mieten_kaufen6{
    display: none;
}


#loginbereich {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #17cf95;
    z-index: 852;
    box-sizing: border-box;
    display: none;
}
#login-form {
    background: white;
    width: 20%;
    padding: 50px;
    margin:  auto;
    border-radius: 5px;
    box-shadow: 0 0 21px -8px black;
    font-size: 20px;
	    border: 2px solid #ececec;
}
.mod-login, .mod-login-logout  {
    background: white;
    margin: auto;
    max-width: 500px;
    padding: 80px;
    box-sizing: border-box;
    border: 2px solid #ececec;
    border-radius: 9px;
    color: #2d2d2d;
    box-shadow: 0 0 21px -8px black;
}
.input-group{
	position: relative;
}
.icon-eye.icon-fw, .icon-eye-slash {
    width: 49px;
    height: 49px;
    display: block;
    background: #17cf95;
    line-height: 49px;
    color: white;
    font-family: "Font Awesome 6 pro";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: -4px;;
    cursor: pointer;
}
#form-login-remember-16 {
    display: none;
}
.icon-eye::before {
    content: "\f06e";
}
.icon-eye-slash::before {
    content: "\f070";
}
.input-password-toggle {
    padding: 0;
    margin: 0;
    height: 0;
    width: 0;
    border: none;
}
.input-password-toggle .visually-hidden {
    display: none;
}

.mod-login li {
    display: block;
    color: #2d2d2d;
}

.mod-login a {
    color: #2d2d2d!important;
}
.mod-login a:hover {
    color: #2d2d2d !important;
}

.closelogin {
    display: block;
    background: white;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #ececec;
    box-shadow: 0 0 17px -7px black;
    margin: 150px auto 50px auto;
    cursor: pointer;
    color: #3e3e3e;
}
.dropdown-toggle {
    display: none;
}

#login-form .login {
    width: 95%;
    padding: 50px;
    border-radius: 0;
    background: #fff;
	margin: auto;
	box-shadow: 2px 2px 13px -5px black;
}
.remind, .reset {
    background: white;
    position: fixed;
    z-index: 80;
    box-shadow: 0 0 17px -8px black;
    padding: 20px;
    border-radius: 5px;
    border: 2px solid #d0d0d0;
    bottom: 25px;
    left: 25px;
    width: 50%;
}
.editable {
    border: 3px dotted gray;
}

.login {
    max-width: 1100px;
    margin: 130px auto 50px;
    background: #fff;
    padding: 50px;
    box-sizing: border-box;
    border: none;
    border: 4px solid #d5853e;
}
.nav.nav-tabs.nav-stacked {
    text-align: center;
    list-style-type: none;
}
fieldset {
    border: none;
}


#modlgn-username-16, #modlgn-passwd-16, #username, #password {
    width: 250px;
    font-size: 22px;
    line-height: 150%;
    padding: 6px 20px;
    border-radius: 0;
    border: 2px solid #17cf95;
    margin: 5px 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}

.btn.hasTooltip::after {

    content: "\f00d";
    font-family: "Font Awesome 6 pro";
    font-weight: 900;
    line-height: 22px;

}

#login-form .add-on {
    width: 100%;
    display: block;
    margin: 15px 0 0 0;
}

#login-form li {

    list-style: none;
    padding: 5px 0;

}

.category.table.table-striped.table-bordered.table-hover {
    background: white;
    padding: 50px;
    border-radius: 5px;
    box-shadow: 0 0 17px -9px black;
    margin: 20px 0;
    width: 100%;
    font-size: 20px;
	text-align: left;
}
.bearbeiten {
  list-style: none;
  padding: 0;
  top: 140px !important;
  right: -150px !important;
}
joomla-alert {
  display: block;
  z-index: 50;
  position: absolute;
  top: 50px;
  left: 12px;
}
.mce-item-table hr {
    margin: 1rem 0;
color: inherit;
background-color: currentColor;
border: 0;
opacity: 1;
}
hr[class].mce-item-pagebreak, hr[class].mce-item-readmore {
    display: inline-block;
    padding: 0 2px;
    margin: 0;
    border: 1px dashed #ccc;
    background-color: #17cf95!important;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 99%;
    font-size: 0;
    line-height: 0;
    letter-spacing: normal;
    word-spacing: normal;
    cursor: pointer;
}
.bearbeiten, .btn-primary, .btn-danger, .btn-secondary {
    background: #17cf95;
    color: white !important;
    margin: 10px 0;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    font-size: 19px;
    line-height: 24px;
    width: auto;
    overflow: hidden;
    text-align: center;
    letter-spacing: normal;
    border-radius: 5px;
    border: 2px solid #e8e8e8;
    z-index: 50;
    display: inline-block;
	    margin: 2px;
}
#adminForm .buttons-editor button.btn {
    display: inline-block;
}
.leading .bearbeiten {
  right: 0 !important;
  z-index: 90;
  top: 580px !important;
}
.buttons-editor .btn.btn-primary, .buttons-editor .btn.btn-danger, .buttons-editor .btn.btn-secondary {
    position: relative;
    width: 100%;
    top: unset;
}
.btn.btn-danger {
    background: #a64343;
    top: unset;
}
.bearbeiten a, .btn-primary a{
	color: white!important;
}
.btn-primary{
	position: relative;	
}
.btn.btn-danger.button-clear {
    margin: 0 0 0 5px;
        margin-left: 5px;
    box-shadow: none;
    border: 2px solid white;
    border-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
}
.btn-primary {
    position: relative;
    width: auto;
    height: auto;
}
.bearbeiten:hover, .btn-primary:hover {
    background: #56E9BB;
	cursor: pointer;
}
.bearbeiten i {
    width: 61px;
    height: 61px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 61px;
    text-align: center;
    color: #241d1d !important;
}

#editor {

    padding: 20px;
    box-sizing: border-box;
}

.editor-xtd-buttons {
    display: none;
}
joomla-tab[view="tabs"] > div[role="tablist"] {
    display: none;
}
joomla-tab > joomla-tab-element {
    background-color: #fefefe;
    border: 1px solid #ccc;
    border-radius: 0 0 .25rem .25rem;
    box-shadow: 0 0 3px rgba(0,0,0,.04);
    display: none;
    padding: 15px;
    position: relative;
    border-radius: 5px;
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    z-index: 1800;
    position: relative;
}

.edit_right {
    width: 35%;
    min-height: 100%;
    float: left;
    padding: 11px 30px 30px 30px;
    box-sizing: border-box;
    background: #e6e6e6;
    border-radius: 5px;
}
.field-media-preview {
    border: 2px solid #e6e6e6 !important;
    border-radius: 5px !important;
    box-sizing: border-box;
}
#jform_com_fields_mieten_kaufen .btn {
    transition: 0.2s ease all;
    cursor: pointer;
    height: 44.5px;
    padding: 0 16px;
    background: #a6aaa6;
    LINE-HEIGHT: 44.5PX;
}
.buttons-editor {
    position: absolute;
    top: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    right: 20px;
    z-index: 9;
    backdrop-filter: blur(2px);
    border: 2px solid white;
    border-radius: 7px;
    background: #e6e6e659;
    display: flex
;
    align-items: flex-end;
    align-content: space-around;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#adminForm .buttons-editor button.btn {
    display: inline-block;
    margin: 6px 3px;
    height: 50px !important;
    line-height: 50px;
}
.edit-left {
    width: 60%;
    min-height: 100%;
    float: left;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
}
.alert-heading, .alert-message {
    color: white;
    text-align: center;
}
.alert.alert-warning {
    background: #ec7a7a;
    padding: 20px 0 40px 0;
}
#jform_metadesc {
    width: 100%;
    border-radius: 5px 5px 0 5px;
    border: 2px solid #e6e6e6;
    padding: 10px 9px;
    box-sizing: border-box;
    font-size: 20px;
    font-size: 18px;
}
#jform_metakey {
    width: 60%;
    border-radius: 26px 26px 0 26px;
    border: 2px solid #e6e6e6;
	padding: 10px 20px;
	box-sizing: border-box;
}
#publishing {
    display: block;
}

#editor-xtd-buttons {
    display: none;
}
#com-content-formTabs {
    display: none;
}
#language {
    display: none;
}
#adminForm .btn {
    transition: 0.2s ease all;
    cursor: pointer;
    height: 41.5px;
    padding: 0 16px;
    background: #17cf95;
    font-size: 18px;
    font-weight: 100;
}
#adminForm .btn:hover {
    background: #60cda7;
}
.editcontent {
    width: 100%;
    padding: 20px;
}
.editcontent legend {
    display: none;
}
#jform_catid-lbl, #jform_catid_chzn {
    display: none;
}
.control-group {
    padding: 0;
}
.hasPopover {
    font-size: 20px;
    line-height: 184%;
}
.form-check-input:checked[type="checkbox"] {
    background-color: #17cf95;
    border: 2px solid white;
}
.form-check-input {
    width: 1.5em!important;
    height: 1.5em!important;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
#adminForm {
    border: 2px solid #17cf95;
    background: #17cf95;
    padding: 5px 5px 25px 5px;
    width: 100%;
    margin: 0;
    border-radius: 16px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 800;
    overflow: scroll;
    box-sizing: border-box;
    border-radius: 0;
	padding: 129px;
}
#adminForm .btn-toolbar .btn {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 5px auto;
    cursor: pointer;
    width: 100%;
    border: none;
    padding: 20px 74px !important;
}
#jform_title, #jform_alias {
    padding: 4px 11px;
    font-size: 18px;
    margin: 3px 0 0px 0;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    transition: 0.2s ease all;
    width: 100%;
    box-sizing: border-box;
}
.button-clear .icon-times::after {
    content: "leeren";
}
select#jform_access, label#jform_access-lbl {
    display: none;
}
.chzn-container-single .chzn-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}
.control-group .controls input {
    padding: 3px 6px;
    font-size: 18px;
    margin: 4px 0 4px 0;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    transition: 0.2s ease all;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.control-group .controls input:hover, #jform_images_image_fulltext_alt:hover {
    border: 2px solid #e6e6e6;
    box-shadow: 0 0 10px -3px #17cf95;
}
#jform_images_image_intro_alt:hover, #jform_images_image_fulltext_alt:hover {
    border: 2px solid #e6e6e6;
	box-shadow: 0 0 10px -3px #17cf95;
}
.control-group .controls input:focus,#jform_images_image_intro_alt:focus, #jform_images_image_fulltext_alt:focus {
    border: 2px solid #17cf95;
    background: #F0F0F0;
}


#jform_title:hover {
    border: 2px solid #e6e6e6;
	box-shadow: 0 0 10px -3px #17cf95;
}
#jform_title:focus {
    border: 2px solid #17cf95;
    background: #F0F0F0;
}
.modal.btn {
    position: absolute;
    right: 42px;
}

#jform_articletext {
    border: 2px solid #e6e6e6;
    padding: 15px;
    border-radius: 5px;
	transition:0.2s ease all;
}
#jform_articletext:hover {
    border: 2px solid #e6e6e6;
    box-shadow: 0 0 10px -3px #17cf95;
}
#jform_articletext:focus {
     border: 2px solid #17cf95;
    background: #F0F0F0;
}
.btn-group .btn {
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
    margin: 5px auto;
}
.hasTipPreview {
    height: 44px;
    width: 44px;
    background: #17cf95;
    font-size: 27px;
    display: block;
    margin: auto;
    z-index: 900;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #e6e6e6;
    box-sizing: border-box;
    border-radius: 5px;
}

.input-prepend.input-append {
    position: relative;
    height: 44px;
}
.chzn-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100% !important;
}

.hasTipPreview .icon-eye::after {
    display: block;
    content: "\f06e";
    font-family: "Font Awesome 6 pro";
    text-align: center;
    color: white;
    font-weight: 100;
}

.chzn-container-single .chzn-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0px 0 0 7px;
    height: 46px;
    line-height: 46px;
    margin: auto;
    font-size: 20px;
    background: white;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
}
.input-append .wf-media-input + .wf-media-upload-button {
    border-radius: 0;
    height: 0;
    display: none;
}
.chzn-container-single .chzn-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    border-radius: 0;
    border: 0px solid #e6e6e6;
    background-size: 176%;
    background-image: none;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
    background-position: -11px 7px;
}
.chzn-container-single .chzn-single div b::after {
    display: block;
    width: 100%;
    height: 100%;
    content: "\f078";
    font-family: "Font Awesome 6 pro";
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #999;
}
.chzn-container-active .chzn-single div b::after {
    display: block;
    width: 100%;
    height: 100%;
    content: "\f077";
    font-family: "Font Awesome 6 pro";
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #999;
}
.chzn-container-single .chzn-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 38px;
    height: 100%;
    border-radius: 15px;
}
.hasTooltip {

    font-size: 36px;
    color: #fff !important;

}
.btn.hasTooltip {
    background: #ac555d;
    position: absolute;
    right: 0;
    width: 44px;
    height: 44px;
    display: block;
    border: 2px solid #e6e6e6;
    box-sizing: border-box;
    border-radius: 5px;
}

.input-append {
    position: relative;
}
.btn-secondary {
    height: 42px !important;
}

.js-btn.btn.btn-clear, .js-btn.btn.btn-today, .js-btn.btn.btn-exit {

    width: 31%;
    margin: 0;
    padding: 5px 0 !important;
    border: none;
    margin: 1%;

}
.icon-calendar::after {

    content: "\f073";
    font-family: "Font Awesome 6 pro";
    font-weight: 900;
color:#999;
}
.btn.modal_23 {
    display: none;
}
.input-append {
    position: relative;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 11px;
    right: 3px;
    display: block;
    width: 12px;
    height: 10px;
    font-size: 1px;
}
.wo li .label.label-info {
    color: #f9f9f9;
    background: none !important;
    font-size: 18px !important;
}

.wo li {
    padding: 0;
    list-style-type: none;
}
.btn-toolbar-editor {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
}

.btn.speicher {
    background: #347d64;
    color: white;
    font-size: 20px;
    font-weight: 100;

	border: 2px solid #e6e6e6;
border-radius: 5px;
}
.btn.abbrechen {
    background: #ac555d;
    color: white;
    font-size: 20px;
    font-weight: 100;
	border: 2px solid #e6e6e6;
border-radius: 5px;
}
.chzn-container-multi .chzn-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: auto;
    border: 2px solid #e6e6e6;
    background-color: #fff;
    cursor: text;
    font-size: 20px;
    padding: 9px;
    background-image: unset;
    border-radius: 5px;
}
.chzn-container-multi .chzn-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 9px 19px 9px 5px;
    border: none;
    max-width: 100%;
    background-color: #17cf95;
    background-image: none;
    background-size: auto;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: none;
    color: #fff;
    line-height: 13px;
    font-size: 17px;
    border-radius: 5px;
}
.wf-editor-header .wf-editor-tabs {
    display: none;
    justify-content: flex-end;
}
.close {
    display: block;
    width: 55px;
    height: 55px;
    background: white;
    margin: auto;
    line-height: 55px;
    border-radius: 50%;
    position: relative;
    top: -14px !important;
    color: #17cf95;
    font-size: 40px;
    cursor: pointer;
    box-shadow: 2px 2px 24px -7px black;
    padding: 0;
    position: relative !important;
    color: #321f06 !important;
    padding: 0 !important;
}
.close:hover {

    box-shadow: none;
    color: #2f7a62;

}
#system-message {
    padding: 0 0 20px 0;
    color: white;
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 50%;
    z-index: 30;
}
.alert.alert-message {
    background: #17cf95;
    padding: 0 20px 20px 20px;
}
/*
.btn.btn-primary {
    background: #17cf95;
    color: white !important;
    border: #17cf95;
    position: relative;
    margin: 20px auto;
    left: 0;
    bottom: 0;
    width: 100%;
    font-weight: 100;
    font-size: 18px;
}
.btn.btn-primary:hover {
    background: #52D8AE;
}*/

.system-unpublished.cat-list-row0 {
    background: #e4e4e4;
    color: #cfcfcf;
}

.list-published.label.label-warning {
    color: #aa5252;
    font-weight: bold;
}
.category.table.table-striped.table-bordered.table-hover thead th {
    background: #17cf95;
	padding: 0 5px;
	color:   white;
}
.category.table.table-striped.table-bordered.table-hover thead th a{
	color: white !important;
}

.ba-form-acceptance-field label.ba-form-checkbox input[type="checkbox"]:checked + span, .ba-form-field-item .ba-form-checkbox-wrapper input[type="checkbox"]:checked + span{
	top: 0!important;
}

div.calendar-container table td.title {
    border: none;
}
.calendar-head-row .nav {
    border: none;
}
.js-btn.btn-prev-month::after{
    display: inline-block;
    height: auto;
    width: auto;
    position: absolute;
    content: "\f053";
    font-family: "Font Awesome 6 pro";
    font-weight: 900;
    font-size: 29px;
    left: 9px;
	background: white;
}
.js-btn.btn-prev-year::after{
    display: inline-block;
    height: auto;
    width: auto;
    position: absolute;
    content: "\f053";
    font-family: "Font Awesome 6 pro";
    font-weight: 900;
    font-size: 18px;
    left: 11px;
	background: white;
}
.js-btn.btn-next-month::after {
    display: inline-block;
    background: none;
    height: auto;
    width: auto;
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 6 pro";
    font-weight: 900;
    font-size: 29px;
    right: 9px; 
	background: white;
}
.js-btn.btn-next-year::after {
    display: inline-block;
    background: none;
    height: auto;
    width: auto;
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 6 pro";
    font-weight: 900;
    font-size: 18px;
    right: 11px; 
	background: white;
}
#tinymce {
    background: white !important;
}	
.btn.btn-outline-secondary.wf-media-upload-button {
    display: none;
}
.not-publish_ {
	display: none;
}
.btn.button-select {
    border: 2px solid #fff;
    border-radius: 10px 0 0 10px !important;
    background: #17cf95;
    margin: 3px;
        margin-left: 3px;
    margin-left: 3px;
    position: relative;
    left: 3px;
}

.custom-select-success.custom-select, .form-select-success.custom-select, .form-select.custom-select-success, .form-select.form-select-success {
  color: #e6e6e6;
  background-color: #006cae;
}
.custom-select-danger.custom-select, .form-select-danger.custom-select, .form-select.custom-select-danger, .form-select.form-select-danger {
  color: #eeb5b5;
  background-color: #a51f18;
}
/*************** BEARBEITUNGSMENU ********************/

.joomla-dialog-media-field dialog {
    width: 1024px;
    margin: auto;
    border: none;
    border-radius: 5px;
}
header.joomla-dialog-header {
    height: 0;
    display: none;
}
.alphabeta {
  color: #b38d74 !important;
}
/*/////////////////////// TOOLTIP ///////////////////////////*/
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
#com-content-formContent {
    width: 100%;
    margin: 50px auto;
    background: white;
    min-height: 100%;
    box-shadow: 0 0 27px -2px black;
    border-radius: 5px;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	text-align: left;
	background-color: #474747;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 -3px 10px black;
	white-space: normal;
	color: white;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .6rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #22262a;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

joomla-alert {
    margin: 75px 0 0 0;
}
.alert-heading, .alert-message {
    color: #373737;
    text-align: center;
}

.modal-backdrop {

    display: none;
}
.dropdown-menu {
    position: unset;
    z-index: unset;
    display: unset;
    margin: unset;
        margin-top: unset;
    margin-top: unset;
    font-size: unset;
    color: unset;
    text-align: unset;
    list-style: unset;
    background-clip: unset;
    border: unset;
        border-top-color: unset;
        border-right-color: unset;
        border-bottom-color: unset;
        border-left-color: unset;
    border-top-color: unset;
    border-right-color: unset;
    border-bottom-color: unset;
    border-left-color: unset;
    border-radius: unset;
}
.icon-arrow-left::after {
  content: "\f177";
  color: white;
  font-size: 23px;
  font-family: "Font Awesome 6 Pro";
  padding: 5px;
}
.icon-arrow-right::after {
  content: "\f061";
  color: white;
  font-size: 23px;
  font-family: "Font Awesome 6 Pro";
  padding: 5px;
}
.icon-cancel-2::after {
  content: "\58";
  color: white;
  font-size: 23px;
  font-family: "Font Awesome 6 Pro";
  padding: 5px;
}
.newsbeitrag .bearbeiten, .leading .bearbeiten, #artikeltext .bearbeiten {
    right: 15px !important;
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    margin: 0;
    box-sizing: border-box;
    background: #17cf95a3;
    border: none;
    border: 3px solid white;
}
#artikeltext .actions li {
  margin: 5px 0 10px 10px;
  font-size: 18px;
  line-height: 42px;
  padding: 1px 20px;
}
.bearbeiten .icon-eye-slash {
    width: 100%;
    height: 46%;
    /* background: #c66541; */
    top: unset;
    position: absolute;
    bottom: 0;
    line-height: 28px;
    display: none;
}
.qq-btn.qq-upload-delete-selector.qq-upload-delete::after {
  content: "x";
}
.qq-btn.qq-upload-delete-selector.qq-upload-delete {
  top: 40px;
  background: #cc5656;
  color: white;
  right: 2px;
  z-index: 4;
  padding: 5px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  opacity: 1;
}

.fa-duotone.fa-pen-to-square {
  height: 32px;
  line-height: 40px;
  display: block;
}
#attrib-fields-1 {
  background: #e6e6e6;
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
}
#showtime-jform_com_fields_bildergalerie .btn-danger {
  display: none;
}
#jform_articletext_ifr {
  height: 350px;
}
li.edit-icon::marker {
    display: none!important;
	color: #ffffff00;
	opacity: 0;
}

#showtime-jform_com_fields_bildergalerie .btn {
  display: inline-block;
  border: 2px solid white;
  margin: 5px;
  width: calc(33% - 30px);
  font-size: 18px;
  color: white;
  height: 50px;
  line-height: 50px;
  left: 0;
  box-shadow: 0 0 10px -8px black;
  position: relative;
}
.btn.btn-danger:hover {
  border: 2px solid #8c3131 !important;
}
	a.btn.btn-sm {
    background: #17cf95!important;
}
.imageintroimageedit, .imagefullimageedit {
    box-shadow: 0px 0px 7px -4px black;
    padding: 5px;
    margin-top: 17px;
    border-radius: 7px;
    width: calc(50% - 10px);
    float: left;
    margin: 5px;
}
.edit_left {
    width: 65%;
}
.editcontent .form-grid {
    width: 100%;
}
form#adminForm fieldset {
    display: flex
;
    flex-wrap: wrap;
    align-items: stretch;
    font-size: 16px;
    background: #e6e6e6;
    box-sizing: border-box;
    padding: 0;
    border: none;
}
.category.table.table-striped.table-bordered.table-hover thead th {
    background: #202c1e;
    padding: 0 5px;
    color: white;
    border: 2px solid #16c387;
}
.com-content-category.category-list .system-unpublished {
    width: auto;
    height: auto;
    display: unset;
    position: relative;
    color: unset;
    font-size: unset;
    display: table-row;
    background: #cb8d8d4d;
}
.com-content-category.category-list .table-bordered>:not(caption)>* {
    border-width: 1px 0;
    border: 1px solid #16c387;
}
.com-content-category.category-list a.hasTooltip {
    font-size: 22px;
}
.com-content-category.category-list span.icon-eye-slash
 {
    display: none;
}
.com-content-category.category-list .table>:not(:first-child) {
    border-top: 2px solid;
    padding: 20px;
    height: 61px;
}
.com-content-category.category-list #adminForm {
    background: unset;
    position: relative;
    top: unset;
    z-index: auto;
    border: 0;
    overflow: hidden;
    padding-top: 191px;
}
a.bearbeiten {
    padding: 20px;
}
/*//////////////////////ENDE frontendediting///////////////////////////////*/


/*============================================ Bis 1440px ============================================*/
@media screen and (max-width: 1440px){
	
	
	
}




/*============================================ Bis 1260px ============================================*/
@media screen and (max-width: 1260px){ 
	
	#logo img {
    width: 250px;
    transition: 0.5s ease all;
    padding: 28px;
}
}
/*============================================ Bis 1024px ============================================*/
@media screen and (max-width: 1111px){
	
#content {
    background: #211F1E;
    padding: 0 60px;
}

}
/*============================================ Bis 768px  ============================================*/
@media screen and (max-width: 768px){
	
	#main-navigation {
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(23px);
    transition: 0.2s ease all;
    transition: 0.2s ease left;
    transition: 1.2s ease filter;
    background: #ce424296;
    opacity: 0;
    filter: blur(11px);
}
.mod-languages.jmoddiv {
    position: absolute;
    top: 77px;
    right: 18px;
}
	.inhalt1 {
		width: 100%;
	}
	a.iconlink.tel-resp {
    display: block;
}
a.iconlink.tel-wide{
	display:none;
}
	.resp-home a {
    	display: block;
	}
	#sidebar {
		width: 100%;
		margin-top: 0;
	}
	#content {
		width: 100%;
	}

	.newsflash p {
		margin: 10px 0 0 0;
	}
	ol, ul {
		padding-left: 0rem;
	}
	#main-navigation{
		box-shadow: none;
	}
    #menue2 {
        padding: 52px 20px;        
		width: 100%;
        text-align: left;
        position: relative;
        color: #181715;
        font-weight: 400;
    }
	.column-1.span4, .column-2.span4, .column-3.span4, .column-4.span4 {
		width: 50%;
	}

	#main-navigation .menu li a {
    padding: 20px 60px;
    box-shadow: none;
		text-align: left;
}
	.item-image img {
		padding: 0 25px 0 0;
	}
	#main-header {

		height: 150px;
	}
	
	.facebook {
		left: 0;
		
	}
    #artikeltext {
        padding: 15px 7px;
        margin: 0;
    }
    #logo {
        width: 100%;
    }
    #prefoot1 {
        float: unset;
        margin: auto;
        width: 100%;
    }
#prefoot2 {
			margin: auto;
	        width: 100%;

		}
#mehr1 {
    text-align: left;
    width: 100%;
}
	#prefooter .inhalt {
    max-width: 1024px;
    display: flex
;
    position: relative;
    flex-wrap: wrap;
}
	#onthetop h1 {
    line-height: 126%;
    font-size: 26px;
    margin: 14px 0;
}
	#mehr2 {
    text-align: left;
    padding: 50px;
    width: 50%;
}
	#mehr3 {
    text-align: left;
    padding: 50px;
    width: 50%;
}
	#fixedcontact {
    bottom: 0 !important;
    display: none;
	}
    #prefoot2 {
        /* padding: 20px 0; */
        width: 100%;
        margin: 20px 0 0 0;
    }
    #footer1 {
        padding: 10px;
        width: 100%;
        text-align: center;
    }
		#menue2 i {
    font-size: 27px;
    color: #ffdb70;
    background: #461e06;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
    margin: 20px 5px;
}
	#footer2 {
		padding: unset;
	}
	#menue2 {
		display: block;
		
	}
	.small .start {
		width: 100%;
		padding: 1px 20px;
	}
	#footer3 {
        padding: 10px;
        width: 100%;
        text-align: center;
	}
	.datum_easy.team_avatar {
    width: calc(50% - 20px);
    padding: 10px;
    margin: 10px;
    border: unset;
}
    #main-navigation {
        margin: 0 !important;
        background: #141414;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        display: block;
        overflow: scroll;
        right: -200%;
    }
	.menu li {
		width: 100%;
	}

	#main-navigation .menu::before {
		display: none;
	}
    #main-navigation .menu li a {
        width: auto;
        display: block;
        float: none;
        text-align: left;
        font-size: 22px;
        margin: 0;
        text-align: center;
        border-bottom: unset;
    }
	#menue2 ul.nav.menu {
    width: 100%;
}
	#main-navigation #menue2 .menu li a {
		text-align: center;
	}
#main-navigation .menu li a:hover {
    border: none;
}
	#main-navigation .menu {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 120px;
    }
    .menu > li.arrow > ul {
        display: block;
        position: relative;
        top: 56px;
        opacity: 1;
        pointer-events: unset;
        width: auto;
    }
#main-navigation .menu #myDropdown a, #main-navigation .menu .active #myDropdown a {
    text-align: left;
    font-size: 16px;
}

	    #main-navigation .menu li a.telefonlink {
        padding: 13px;
        background: #272727; 
        color: #fff7e7;
        margin: 0 13px;
        border-radius: 5px;
        font-size: 18px;
        width: 50%;
        margin: 50px auto;
    }
    .opensub {
        width: 40px;
        height: 40px;
        right: unset;
        right: 33px;
        line-height: 40px;
        top: 12px;
        display: block;
		        z-index: 9;

    }
	#onthetop {
		height: auto;
	}
    #onthetop h1 {
        line-height: 131%;
        font-size: 42px;
        padding: 55px 0;
    }
	.inhalt {
		max-width: 1300px;
		margin: 0;
	}
	
	.badge {
    display: none;
}
	.headerone {
		height: 200px;
		padding: 7px 20px 20px 32px;
		left: 0;
		width: calc(50%);
	}
	.img-fulltext-left {
		height: 400px;
		right: 0;
	}
	.items-leading .introtext {
    padding: 40px 20px;
    width: auto;
}
	#news, #produkte {
    padding: 0 0 50px 0;
}
	#blog h3, #news h3, #fb h3 {
		font-size: 30px;
        padding: 20px;
	}
	.newsbeitrag {
    width: calc(100% - 40px);
}
	#news .inhalt {
		max-width: 1024px;
		padding: 0;
	} 
#artikeltext {
    margin: 0;
}
	.totop.down {

    bottom: 80px!important;
	}
	.parent {
	  padding: 0;
	}
	.textinhalt {
		font-size: 18px;
	}
	a.mod-articles-item {
		margin: 5px;
		width: calc(100% - 10px);

	}
	.newsbeitrag .introtext p {

    font-size: 18px;
}
	.custom-fields.details {
    width: 50%;
    display: block;
    font-size: 18px;
    padding: 20px;
    line-height: 150%;
}
	.mod-articles-items.mod-list {

    padding: 20px;
}
	
	.event_easy {
    background: #1f1b18;
    padding: 20px;
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}
	.datum_easy {
    width: 100%;
    background: #252525;
    box-shadow: 0px -1px 21px -9px black;
    border: 2px solid;
    padding: 11px;
    color: #cfcfcf;
}
	.link_easy {
    width: 100%;
    text-align: center;
}
	.link_easy a {
    text-align: center;
	    justify-content: center;
}

	.nachunten {
		bottom: 80px;
	}
	.moduletable_menu {

		display: none;
	}
	#main-navigation .menu #myDropdown a, #main-navigation .menu .active #myDropdown a {
  padding: 13px 23px 13px 23px;
  text-align: center;
		font-size: 17px;
}
	.prefoot1 {
		width: 100%;
		float: left;
	}
	.prefoot2 {
		width: 100%;
		float: left;
		text-align: left;
		padding: 50px 0 0 0;
	}
    .brotbroesmeli {
        top: 7px;
        left: 3px;
        z-index: 9;
        width: 80%;
    }

	h1, h2, .item h2 {
	  font-size: 23px;
	}
    #main-header {
        height: 86px;
        display: flex
;
    }

	footer {
		box-sizing: border-box;
		padding: 0 20px 0 20px;
	}
    .img-fulltext-left.standard {
        width: 80%;
        background-size: cover;
        background-repeat: no-repeat;
        left: -20px;
    }
	.mod-articles-item .bildcontainer {
    height: 100%;
    padding-top: 0;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
	.articlecontent {
    width: 100%;
    padding: 10px;
}
	.custombutton a {
		font-size: 18px;
		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;
		text-align: center;
		width: 100%;
	}
    .menu-btn {
        height: 60px;
        width: 60px;
        padding: 12px;
        display: block;
        position: absolute;
        margin: 13px;
        background: #242221;
        right: 0;
        position: fixed;
        box-shadow: 0 0 11px 1px black;
    }
	.social {
		width: 44px;
		padding: 2px;
		display: block;
		position: fixed;
		left: 0;
		top: unset;
		box-sizing: border-box;
		bottom: 0;
	}
	.menu > li > ul {
		position: relative;
		width: 100%;
		top: unset!important;
		text-align: center !important;
		padding: 0;
		opacity: 0;
		height: 0;
		display: none;
		background: #090b0b;
	}
	.menu > li.arrow > ul {
		display: block;
		height: auto;
		opacity: 1;
	}
    #main-navigation.shownav {
        right: 0;
        min-height: 100vh;
        width: 100%;
        position: fixed;
        z-index: 0;
    }
	div#einelitung {
		height: 45vh;
	}
    .start {
        width: 100%;
        padding: 26px;
    }
	    #blog h3, #news h3, #fb h3, #produkte h3 {
        font-size: 35px;
        padding: 20px;
    }
    #artikeltext p {
        font-size: 16px;
        padding: 0 0 1px 0;
    }
	    p, table {
        font-size: 16px;
    }
		    body {
        font-size: 16px;
    }
	.fuss {
		padding: 0px;
	}
	   h3 {
        font-size: 28px;
        line-height: 107%;
    }
	.fuss .inhalt section:nth-child(1),
	.fuss .inhalt section:nth-child(2) {
	  width: 50%;
	  float: left; /* oder display: inline-block / flex, je nach Layout */
	}

	.fuss .inhalt section:nth-child(3) {
	  width: 100%;
	  clear: both; /* wichtig bei float */
	}
	a.button, .ffp-feed-load-more-btn {
	    padding: 7px 21px;
	}
	#book {
    padding: 40px 0;
    background: #181514;
    text-align: center;
}
	#wrapper::after{
		width: 250px;
	}
}
/*============================================ Bis 480px ============================================*/
@media screen and (max-width: 540px){
#slider {
    overflow: hidden !important;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
    height: 209px;
	}
    div#einelitung {
        height: auto;
		display: block;
    }
	
	.title_easy {
    font-size: 25px;
    font-weight: 700;
    color: #bb6161;
    padding: 20px 0;
    display: flex
;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 20px;
    font-weight: 100;
    text-align: center !important;
    width: 100%;
}
	.einleitung {
		padding: 0 0 0px 0;
	}
	.img-fulltext-left.standard {
        width: calc(100% - 20px);
        background-size: cover;
        background-repeat: no-repeat;
        left: 0;
        display: block;
        position: relative;
        height: 250px;
        padding: 10px;
        bottom: 10px;
        top: unset;
        border-radius: 10px;
    }

.mod-articles-items.mod-list {
    display: grid
;
    margin: auto;
    margin: auto;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    position: relative;
    width: 100%;
}
	#prefoot1 {
		padding: 10px;
	}
	iframe {
		width: 100%;
		box-sizing: border-box;
		min-height: unset;
		display: block;
	}
    .fuss .inhalt section:nth-child(1), .fuss .inhalt section:nth-child(2) {
        width: 100%;
        float: left;
    }
    #footer1, #footer3 {
        width: 100%;
        text-align: center;
    }
	.einleitung p {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 112%;
    }
    #onthetop h1 {
        line-height: 131%;
        font-size: 29px;
    }
    #content {
        background: #211F1E;
        padding: 0 20px;
    }
	#main-navigation .menu li a.social-icon {
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid transparent;
    text-align: center;
    margin: auto;
}
    .datum_easy.team_avatar {
        width: 100%;
        padding: 10px;
        margin: 10px;
        border: unset;
    }
}

