
/* ************** 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;
}
/* ************************** TYPO ****************************
*****************************************************************/

body {
    font-family: 'Museo', Arial, sans-serif;
    font-size: 18px;
    color: #383838;
    line-height: 150%;
    height: 100%;
    background: #f7f7f7;
	
}
.container { 
  width: 100%;
  max-width: unset;
	padding: 0;
}
.cursor {
  background: #ffffff4f;
  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;
}

.badge {
    display: inline-block;
    white-space: nowrap;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    text-transform: uppercase;
    transform: translateY(163%) translateX(-45%);
    box-sizing: border-box;
    pointer-events: none;
	z-index: 90;
}

img { 
    max-width: 100%;
    height: auto;
	transition: 0.5s ease all;
}
#oeffnemaps {
    cursor: pointer;
}
table {
    border-collapse: collapse;
}
p, table {
  line-height: 150%;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 5px 0;
    margin-bottom: 5px;
}
#maps {
display: block;
}

#map {
    height: 400px;
}
td, #customers th {
  padding: 8px;
}
table p {
    padding: 0!important;
    margin: 0;
    margin-bottom: 0!important;
}
a, a:link, a:visited {

    text-decoration: none;
    color: #626262;
    transition: 0.2s ease all;

}

a:hover {
    color: #b8c3d2;
}

a:active {
    color: #b8c3d2;
}

.ba-form-submit-btn {
  color: white !important;
}

 .popup-btn {
    padding: 10px 20px;
    right: 0;
    bottom: 0;
    position: relative;
   background: #ecf3ff;
    box-shadow: inset 3px 0 0 0px #0d4295 !important;
    transition: 1.5s ease all;
    color: #123060 !important;
    font-weight: 100 !important;
    width: 100%;
    text-align: left;
    margin: 5px 0 10px 0;
    display: block;
	box-sizing: border-box;
}

.popup-btn:hover, .btn:hover {
  background: #39b08b !important;
  color: #fff !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: 'expressway', serif;
    font-size: 38px;
    text-align: left;
    font-weight: 900;
    line-height: 92%;
    color: #61789b;
    margin: 50px 0px 47px 0;
    text-transform: uppercase;

    color: #edaa1d;
}
.page-header {
}
h1 {
    font-size: 57px;
  /*-webkit-text-stroke: 2px #000;*/
    top: -55px;
    opacity: 0;
    position: relative;
    transition: 0.2s ease all;
}
.page-header {
    position: relative;
    z-index: 5;
    height: auto;
    padding: 50px 0;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
}
.page-header h1 {
    color: #006cae;
    line-height: 130%;
    font-size: 62px;
    width: 90%;
    text-align: left;
    margin: auto;
    padding: 50px 0 0 0;
}
h2 a {
    font-weight: 100 !important;
    color: #fff !important;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    margin: 10px 0 25px 0;
    color: #664b11;
    font-weight: 900;
    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-family: 'expressway';
  font-size: 30px;
  font-weight: 101;
  line-height: 139%;
  text-align: left;
  padding: 0 0 25px 0;
}
#sidebar h3 {
	font-family: 'Archivo Black', sans-serif;
    font-size: 40px;
    text-align: left;
    font-weight: 100;
    line-height: 150px;
    color: #383838;
	margin: 0;
}

#breadcrumb a{
	font-family: 'Archivo Black', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	line-height: 43px;
	margin-left: 30px;
}

#breadcrumb a:hover{
	text-decoration:underline;
}
header {
    margin: auto;
    display: block;
    height: 500px;
}
#artikeltext p {
    color: #321f06;
    font-size: 18px;
    font-weight: 400;
padding: 0 0 11px 0;
}

.bodytext {
    max-width: 1024px;
    margin: auto;
}
#artikeltext {
    line-height: 18px;
    max-width: 1024px;
    margin: auto;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
padding: 40px 0;
	position: relative;
    z-index: 1;
}
#artikeltext #saegeblatt {
  top: -199px;
}
.leading #artikeltext {
  max-width: 100%;
	padding: 0;
}
a, a:link, a:visited {
    text-decoration: none;
    color: #edaa1d;
    transition: 0.2s ease all;
    font-weight: 700;
}

a[href$=".pdf"]{
    display: inline-block;
    height: 40px;
    border: 2px solid;
    padding: 5px 10px;
}
a[href$=".pdf"]::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f1c1";
    color: inherit;
    font-weight: 900;
    padding: 0 0 0 9px;
	
}

a[href$=".docx"]{
    display: inline-block;
    height: 40px;
    border: 2px solid;
    padding: 5px 10px;
}
a[href$=".docx"]::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f1c2";
    color: inherit;
    font-weight: 900;
    padding: 0 0 0 9px;
	
}
a[href$=".xlsx"]{
    display: inline-block;
    height: 40px;
    border: 2px solid;
    padding: 5px 10px;
}
a[href$=".xlsx"]::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f1c3";
    color: inherit;
    font-weight: 900;
    padding: 0 0 0 9px;
	
}

.rs_options {
    float: right;
    display: none;
}
	.rs-descr {
		max-width: 1024px;
		margin: 10px auto;
	}
#tutti a {
    border: none;
}

#mehr3 a{
	border: none;
}
#saegeblatt {
  position: absolute;
  bottom: -202px;
  left: -205px;
  height: 400px;
  width: 400px;
	z-index: -1;
}
.rsep_posted {
    display: none;
}
.rsep_categories {
    display: none;
}
.social {
  width: 44px;
  padding: 2px;
  display: block;
  position: fixed;
  left: 0;
  top: 150px;
  box-sizing: border-box;
}
.social img {
    display: block;
    width: 100%;
    float: left;
    margin: 5px;
    border-radius: 9px;
    background: #ba875c;
}
.category-desc {
    max-width: 1024px;
    margin: 20px auto;
}
.social img:hover {
    opacity: 0.5;
    background: #006cae;
}
.showtime-image a {
    border: none!important;
    border-radius: 5px;
    overflow: hidden;
}
.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;
}
/* ************************** NEWS ****************************
*****************************************************************/
#fixedcontact {
    background: #d5853e;
    width: 355px;
    padding: 25px;
    color: white;
    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: white;
}

#fixedcontact a {
    color: white;
    border-bottom: 2px solid #321f06;
}

.newsflash {
    width: 100%;
    margin: auto;
	text-align: left;
} 
.newsbeitrag {
    position: relative;
    width: calc(50% - 40px);
    float: left;
    box-sizing: border-box;
    min-height: auto;
    transition: 0.4s ease all;
    border-radius: 0;
    margin: 20px 20px;
    overflow: hidden;
    padding: 20px;
    opacity: 0;
    bottom: -53px;
    box-shadow: 0 0 23px -20px black;
}
.newsbeitrag::before {
    background-image: url(/images/waben_bg_2.svg);
    background-repeat: no-repeat;
    background-size: 150% 226%;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.7;
}
#produkte > a {
    display: contents;
}
a.rs_filter_clear {
    display: none;
}
.angebot .newsbeitrag {
    height: 317px;
}

.newsbeitrag:hover {
  opacity: 1;
  background: white;
  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: white;
}
.newsbild2 {
    height: 178px;
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    transition: 0.5s ease all;
    background-size: cover!important;
    background-repeat: no-repeat;
    background-color: white;
    background: #edaa1d;
    /* background-position: center center; */
}
.newsbild {

	display: none;
    /* background-position: center center; */
}
.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 {
}


.imageintro {
    width: 189px;
    position: relative;
    left: 0;
    height: auto;
}
.einleitungsbild {
    overflow: hidden;
}
.introtext {
    width: 100%;
    right: 0;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
    top: 0;
	border-radius: 50%;
}
.introtext i {
    font-size: 40px;
    color: #edaa1d;
    padding: 0 0;
    transition: 0.2s ease all;
}
.newsbeitrag:hover > .introtext i{
  padding: 0 20px;

}
.newsbeitrag .introtext {
    display: block;
    color: #060606;
    position: relative;
    padding: 0 16px;
    opacity: 0.8;
    transition: 0.2s linear all;
}
.introtext p {
}

.custombutton a {
  font-size: 27px;
  margin: auto;
  border-bottom: 1.56px solid #fff;
  height: 120%;
  display: inline-block;
  width: auto;
  padding: 20px 0 5px;
  color: #fff;
  top: 30px;
  position: relative;
  margin: auto;
}
.custombutton a:hover {
  border-bottom: 3px solid #fff;
}
.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: #fff !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: #664b11;
    line-height: 120%;
    margin: 20px 0 10px 0;
    font-weight: 700;
}
h2 strong {

	font-weight: 900;
}
.readmore:hover span {
  padding-right: 25px;
}

.readmore:hover span:after {
  opacity: 1;
  right: 0;
}

.buttons {
    background: #ffffff;
}
.buttons .inhalt {
    max-width: 1024px;
    margin: auto;
    padding: 10px 11px 50px 11px;
    box-sizing: border-box;
}
.buttons .button {
    background: #fff;
    box-shadow: 2px 2px 6px -3px #d5853e;
    color: #d5853e !important;
}
.buttons .button:hover {
    background: #fff;
    box-shadow: 0 0 0 6px #d5853e;
    color: #d5853e !important;
}

#fb .ffp-feed-load-more-btn {
    background: #fff;
    box-shadow: 2px 2px 6px -3px #d5853e;
    color: #d5853e !important;
    opacity: 1;
}
#fb .ffp-feed-load-more-btn:hover {
    background: #fff;
    box-shadow: 0 0 0 6px #d5853e;
    color: #d5853e !important;
}

iframe {
  width: 100%;
  box-sizing: border-box;
    min-height: 750px;
  display: block;

}
#prefooter .readmore {
    position: relative;
    text-align: center;
    display: block;
    margin: 20px auto;
    height: 54px;
    line-height: 50px;
    border: 2px solid #ba875c;
}
#prefooter .readmore:hover {
    background: #ba875c;
    font-size: unset;
    color: white !important;
}
.newsbeitrag h4 {
    padding: 13px 10px;
    box-sizing: border-box;
    font-weight: 900;
    font-size: 21px;
    line-height: 113%;
    color: #664b11;
    width: 100%;
    background-position-x: 0%;
    background-position-y: 0%;
    margin: 0px auto 0 auto;
    text-align: left;
    text-transform: uppercase;
}
.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;

}

.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 {
}

.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: white;
    line-height: 50px;
    font-size: 50px;
    left: 0;
}
.system-unpublished p {
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 54px;
    background: #c66541;
    line-height: 54px;
}

/* ************************** FB FEED ****************************
*****************************************************************/
#fb {
    width: 100%;
    padding: 43px;
    margin-bottom: 0;
    max-width: unset;
	    box-sizing: border-box;
}
.ffp-feed-wrap {
    font-family: unset!important;

}
#ffp-feed-1 .ffp-feed-posts-item {
    box-shadow: 2px 2px 6px -3px #d5853e!important;
	transition: 0.3s ease all;
}
#ffp-feed-1 .ffp-feed-posts-item:hover {
    box-shadow: 0px 0px 0px 6px #d5853e !important;
}
.ffp-feed-posts-item {
    border-radius: 0!important;
}.ffp-feed-posts-items {
    padding: 6px!important;
}

/* **************************RS EVENTS****************************
*****************************************************************/
.rsepro-title-block {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 20px;
}
.rs_events_container li {
    padding: 27px !important;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}
.rs_event_image {
    float: unset;
    padding: 5px 27px 0 10px;
}
span.rsepro-event-categories-block {
    display: none;
}
.rs_events_container {
    list-style: none outside none !important;
    margin: 0 auto !important;
    padding: 0 !important;
    max-width: 1024px;
}
.rs_events_container li {
    padding: 27px !important;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    box-shadow: none;
}
.rs_controls .btn-group a.btn.btn-secondary {
    position: relative;
    top: unset;
    width: auto;
    background: #edaa1d;
    transition: unset;
}
.rs_event_detail {
    background: none repeat scroll 0 0 #ffffff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 23px;
    margin: 0 0 15px !important;
    padding: 5px 10px !important;
    border: 5px solid #ffeabe;
}
#rseSubscribeModal .modal-dialog {
    -webkit-transform: none;
    transform: none;
    z-index: 1800;
    position: relative;
    box-shadow: 0 0 50px;
    border: 2px solid #d89d21;
    background: white;
    border-radius: 25px;
    overflow: hidden;
}
.rs_event_detail:hover {
    box-shadow: 2px 2px 19px -10px black;
    background: white!important;
}
.rs-header {
    max-width: 1024px;
    margin: 120px auto 0;
}
button#subscribeBtn {
    background: #edaa1d;
    border: 2px solid white;
    box-shadow: 0 0 5px -3px black;
}
.rsepro-location-content {
    max-width: 1024px;
    margin: 120px auto 0;
}
div#rs_event_show {
    max-width: 1024px;
    margin: 100px auto;
}
ul#rsepro-rating {
    display: none;
}
.rsep_hits {
    margin: 4px 0px 4px 0px !important;
    line-height: 20px;
    display: none;
}
/* ************************** LAYOUT ****************************
*****************************************************************/
h1 {
    max-width: 1024px;
    margin: 0 auto 35px auto;
}
#wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
    overflow: hidden;
	background: #fff;
}

#logo p {
    margin: 0;
}
#nothing {
    display: block;
    height: 400px;
}
#information {
    display: block;
    height: 103px;
}
#logo {
    display: block;
    z-index: 5;
    position: absolute;
    transition: 0.5s ease all;
    /* float: right; */
    width: 299px;
    top: 8px;
    padding: 16px 30px;
    box-sizing: border-box;
    border: none;
    right: 0;
}
.inhalt {
    margin: auto;
}
#main-header {
    width: 100%;
    transition: 0.5s ease all;
    box-sizing: border-box;
    z-index: 10;
    height: 108px;
    margin: auto;
    box-shadow: 0 0 32px -20px black;
    margin-top: 0;
    position: relative;
    background: #ffffff;
}

#layerslider_1 {
    z-index: 0;
}

#slider {
    overflow: hidden !important;
    height: 100%;
    position: fixed;
    box-sizing: border-box;
}
#section-wrapper{
	width: 100%;
}
#content {

}

a.mymap.mymap-inverse.resultmymap, span.detailsicon {
    display: none;
}
#content .inhalt {
    width: 100%;
    max-width: unset;
    border-radius: 5px;
    margin: 0 0px 55px 0;
}
.img-fulltext-left {
    overflow: hidden;
    float: unset;
    z-index: 1;
    position: relative;
    background-size: cover;
    background-position: center center;
    margin: auto;
}
.img-fulltext-left.standard {
    height: 40vh;
}
.img-fulltext-left.standard::before {
    content: "";
    background-image: url(/images/waben03.svg);
    width: auto;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    position: relative;
    height: 116%;
    width: 28%;
    text-align: right;
    float: revert;
    position: absolute;
    right: -46px;
    opacity: 0.9;
}
#onthetop {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  left: 0;
  background: #fff;
  z-index: 1;
}
.quantummanager-height-medium {
    height: 89vh;
    border: 5px solid #006cae!important;
}

.showtime-default .showtime-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
}
#user_nav {
    position: absolute;
    top: 0;
    right: 0;
}
#user_nav .bearbeiten {
    position: relative;
    width: auto;
    margin-left: 5px;
}
#produkte .inhalt {
    margin: auto;
    max-width: 1024px;
}
#sidebar {
    width: 30%;
    float: right;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
    color: #383838;
}
#blog, #news {
    box-sizing: border-box;
    padding: 0;
    margin: auto;
        margin-bottom: auto;
    position: relative;
    max-width: 90%;
    margin-bottom: 100px;
}
#tutti {
    padding: 75px;
    text-align: center;
    background: white;
    max-width: 1024px;
    margin: auto;
}
#news {
    background: #edaa1d;
}
#blog h3, #news h3, #fb h3 {
    /* font-size: 44px; */
    color: #d5853e;
    width: 100%;
    display: block;
    margin: 0;
    float: left;
    line-height: 105%;
    padding: 30px 00;
    text-transform: uppercase;
    font-family: 'expressway', serif;
    font-size: 57px;
   /* -webkit-text-stroke: 2px #000;*/
}

#news .newsbeitrag {
    background: #fff;
}

#fb .inhalt {
    max-width: 1024px;
}
#news, #produkte {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    max-width: unset;
    position: relative;
    box-sizing: border-box;
}
#produkte {
    background: white;
    max-width: 1024px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
#produkte .moduletable {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: 7px solid #edaa1d;
    padding: 43px 0 10px 0;
}
#news h3 {
    color: #fff;
    z-index: 90;
    top: 0;
    text-align: center;

}
footer {
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    background: #edaa1d;
}

.footerlogo img {
    width: 400px;
    display: block;
    margin: auto;
}

.footerlogo p {
    line-height: 0;
    margin: 0;
}
.leading-0 .text {
    width: 50%;
    float: left;
}
.clear {
    clear: both;
    margin: 0;
}

a.button, .ffp-feed-load-more-btn {
  padding: 10px 25px;
  display: block;
  width: 250px;
  font-size: 22px;
  background: #edaa1d;
  box-shadow: 0 0 0 2px #321f06;
  color: #fff !important;
  transition: 0.2s ease all;
  margin: auto;
  text-align: center;
  border-radius: 0;
  font-weight: 400;
  border-bottom: unset;
}

a.button:hover, a.button:active  {
    box-shadow: 0 0 0 5px #321f06;
	border-bottom: unset;
	display: block;
}
#prefooter {
    background: #ffdfc8;
    box-sizing: border-box;
    color: white;
    box-shadow: 0px 8px 18px -15px black;
}
#prefooter p {
    color: #1c1c1a;
    font-weight: 400;
}
#prefoot1 {
    width: 50%;
    float: left;
    text-align: center;
}
#prefoot2 {
    width: 50%;
    float: left;
	text-align: center;
}
#prefooter h3 {
    font-size: 36px;
    color: white;
}

#prefoot2 {
    box-sizing: border-box;
}

#prefooter .newsbeitrag {

    background: none;
    margin: 0;
    color: #383838;

}

#prefooter .inhalt {
    max-width: 1024px;
}

#prefooter a {

    color: #997253;
    font-weight: 400;

}

#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: #fff;
    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: #fff;
    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: white;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 15px 0 0 0;
	transition: 0.2s ease all;
}
.prefoot1 a i:hover {
    background: #8b5a2e;
}

#prefooter2 p {
    font-size: 24px;
    line-height: 150%;
}
.prefoot1 {
    width: 50%;
    float: left;
}

.prefoot2 {
    width: 50%;
    float: left;
    text-align: right;
}

#merhinfos .inhalt {
    padding: 0;
    background: #ffeabe;
    position: relative;
    display: flex;
    flex-direction: row;
    align-content: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
#mehr1, #mehr2, #mehr3 {
    width: 50%;
    margin: auto;
    box-sizing: border-box;
}
#mehr1 {
    text-align: left;
    padding-left: 40px;
}

#mehr1 a:hover {
    border-bottom: 3px solid #edaa1d;
}
#mehr2 {
    padding: 50px;
    width: 15%;
    background: #fff4de;
}
#mehr2 h4 {
  text-align: left;
} 
#mehr3 {
    text-align: left;
    width: 15%;
    padding: 0;
    box-sizing: border-box;
    background: #ffeabe;
}
#mehr3 a {
    color: #383838;
}
#footer1 {
    color: #ffffff;
    padding: 20px;
    width: 33%;
    float: left;
    box-sizing: border-box;
    z-index: 11;
    position: relative;
}
#footer2 {

    color: #123060;
    padding: 0px ;
    width: 33%;
    float: left;
    box-sizing: border-box;
    margin: 0;

}

#footer3 {
    color: #123060;
    width: 33%;
    float: right;
    padding: 20px ;
	box-sizing: border-box;
	text-align: right;
		z-index: 11;
	position: relative;
}

footer a:link, footer a:visited {
    color: #fff;
    font-weight: 100 !important;
}

footer a:hover, footer a:active {
    color: #ffffff!important;
    font-weight: 100 !important;
}

.facebook {

    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999999;
    width: 40px;
    height: 40px;
    background: white;
    margin: 27px 20px 30px 20px;
    border-radius: 5px;

}

.facebook img {

    height: 80%;
    padding: 10px;

}

.rl_sliders.accordion > .accordion-group{
	border: none!important;
}
#artikeltext li {
    margin: 5px 0 10px 20px;
    font-size: 18px;
    line-height: 120%;
    padding: 1px 20px;
}
li::marker {
    color: #545454;
    padding: 20px;
    display: block;
    content: '\f054';
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    left: 20px;
    position: absolute;
    margin: 20px;
}
.resp-home a {
    display: none;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 80;
    color: #321f06;
    text-align: center;
    padding: 5px;
    font-size: 26px;
    line-height: 50px;
    box-sizing: border-box;
}
/* ************************** TIMELINE ************************
*****************************************************************/


/*Timeline */
ul.jover-timeline {
 list-style: none;
 position: relative;
 padding: 20px 0 20px;
}
ul.jover-timeline:before {
 top: 0;
 bottom: 0;
 position: absolute;
 content: " ";
 width: 3px;
 background-color: #fff;
 left: 50%;
 margin-left: -1.5px;
}
ul.jover-timeline > li:after, ul.jover-timeline > li:before {
 content: " ";
 display: table;
}
ul.jover-timeline > li:after {
 clear: both;
}
ul.jover-timeline > li {
 margin-bottom: 20px;
 position: relative;
}
ul.jover-timeline > li > .jover-timeline-panel {
    width: 40%;
    float: left;
    background: #FFF;
    border-radius: 2px;
    padding: 20px;
    position: relative;
	opacity: 0;
	transition: 1s ease all;
}
ul.jover-timeline > li.jover-timeline-even > .jover-timeline-panel {
 float: right;
}
ul.jover-timeline > li.jover-timeline-odd > .jover-timeline-panel {
 text-align: left; 
}
ul.jover-timeline > li > .jover-timeline-panel::after {
    position: absolute;
    top: 27px;
    right: -12px;
    display: inline-block;
    border-top: 12px solid transparent;
    border-left: 12px solid #fff;
        border-left-width: 12px;
    border-right: 0 solid #fff;
        border-right-width: 0px;
    border-bottom: 12px solid transparent;
    content: " ";
}
ul.jover-timeline > li.jover-timeline-even > .jover-timeline-panel:after{
 border-left-width: 0;
 border-right-width: 12px;
 left: -12px;
 right: auto;
}
ul.jover-timeline > li > .jover-badge {
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 28px;
    left: 50%;
    margin-left: -14px;
    background-color: #fff;
    z-index: 2;
    transform: rotate(136deg);
}

.timoline_text {
    width: 74%;
    float: left;
}

ul.jover-timeline > li.jover-timeline-even > .jover-timeline-panel .timoline_text {
    float: right;
}
.timeline_img {
    width: 20%;
    float: right;
}

ul.jover-timeline > li.jover-timeline-even > .jover-timeline-panel .timeline_img {
    float: left;
}

.wf-zoom-image {
    overflow: hidden;
    height: auto;
    width: 100%;
    transition: 0.5s ease all;
}

.wf-zoom-image:hover > img {
    height: auto;
    opacity: 0.5;
    display: block;
    overflow: hidden;
    transform: scale(1.7);
}
/*
@media (max-width: 767px) {
 ul.jover-timeline:before {
 left: 40px;
 }
 ul.jover-timeline > li > .jover-timeline-panel {
 float: right;
 width: calc(100% - 120px);
 width: -moz-calc(100% - 120px);
 width: -webkit-calc(100% - 120px);
 }
 ul.jover-timeline > li > .jover-timeline-panel:before {
 border-left-width: 0;
 border-right-width: 15px;
 left: -15px;
 right: auto;
 }
 ul.jover-timeline > li.jover-timeline-odd > .jover-timeline-panel {
 text-align: left;
 }
 ul.jover-timeline > li > .jover-badge {
 left: 25px;
 margin-left: 0;
 top: 26px;
 }
 ul.jover-timeline > li > .jover-timeline-panel:after {
 border-left-width: 0;
 border-right-width: 14px;
 left: -14px;
 right: auto;
 }
}*/

.balken {
    position: fixed;
    display: block;
    height: 90px;
    width: 100%;
    background: #e0e8e3;
    z-index: 1;
    bottom: 0;
}
.openlogin {
    position: absolute;
    left: 2px;
    bottom: 15px;
    color: #4a3211;
    border: 2px solid #4a3211;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    border-radius: 5px;
    z-index: 40;
}
.openlogin:hover {
     color: #f2c979;
    border: 2px solid #f2c979;
    cursor: pointer;
}
.img-fulltext-left img {
    width: 100%;
}
/* ************************** BREADCRUMPS ************************
*****************************************************************/
.brotbroesmeli {
    display: block;
    box-sizing: border-box;
    padding: 6px 0px;
    z-index: 6;
    position: absolute;
    width: auto;
    top: 555px;
    left: 37px;
    font-size: 16px;
}

.brotbroesmeli li a {
    color: #fff;
    font-weight: 300;
    text-shadow: none;
}
.brotbroesmeli li {
  color: #e2f4f9;
  display: block;
  float: left;
  background: #006cae;
  padding: 5px 28px 5px 47px;
  font-weight: 300;
  margin: 0 0 0 0;
  transition: 0.5s ease all;
  z-index: 0;
  position: relative;
  background: #006cae;
  border-right: 1px solid #fff;
}
.brotbroesmeli li:nth-child(3) a {
    box-sizing: border-box;
}

.brotbroesmeli li :hover {
    background: none;
}

.breadcrumb li {
    list-style-type: none;
}

.brotbroesmeli li:nth-child(1) {

    display: none;

}
.breadcrumb li:hover {
}
.brotbroesmeli li:nth-child(3), .brotbroesmeli li:nth-child(5) {
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6d757e;
  content: unset;
}
.brotbroesmeli li:nth-child(2) {
  z-index: 90;
  padding: .5rem;
  background: #006cae;
}
.brotbroesmeli li:nth-child(3) {
    z-index: 88;
}
.brotbroesmeli li:nth-child(4) {
    z-index: 86;
}
.brotbroesmeli li:nth-child(5) {
    z-index: 84;
}
.brotbroesmeli li a:hover {
}

.brotbroesmeli li:nth-child(3) .divider {
    border-left: 18.5px solid #bb7231;
}
.breadcrumb > .active {
  color: #847366a3;
  cursor: context-menu;
  background: #fff;
  z-index: 91 !important;
}
/* ************************** NAVIGATION ************************
*****************************************************************/
#main-navigation {
    left: 48px;
    position: relative;
}

.down{
	transform: 0.5s ease all;
}
#telefon {
    float: right;
    width: 13%;
    height: auto;
    box-sizing: border-box;
    position: absolute;
    right: 90px;
    top: 33px;
    text-align: right;
}

#telefon img {
    height: 26px;
    margin: -2px 0 -4px 0;
}
#main-navigation .menu {
    list-style-type: none;
    width: auto;
    height: 108px;
    text-align: left;
    float: left;
}
#main-navigation .menu li a {
    width: auto;
    display: block;
    font-family: 'expressway', sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    color: #edaa1d;
    padding: 40px 10px;
    text-decoration: none;
    transition: 0.2s ease all;
    text-transform: uppercase;
    border: none;
    /* -webkit-text-stroke: 1px #000; */
}
#main-navigation .menu .active a {
    color: #664b11;
}

.moduletable_menu {
    max-width: 100%;
    margin: auto;
}

#main-navigation .menu li a:hover {
	background:rgb(255, 255, 255, 0.1);
}



#main-navigation .menu .active a:hover {

    background:rgb(255, 255, 255, 0.3);
}

#main-navigation p {
    margin: 0;
}

#menue2 {
    float: left;
}
#main-navigation #menue2 .menu li a {
    font-size: 16px;
    font-weight: 800;
    text-transform: none;
}
.menu li {
    width: auto;
    background: none;
    display: inline-block;
    position: relative;
    opacity: 0;
    top: -50px;
    transition: 0.2s ease all;
}
.menu > li > ul {
    position: absolute;
    top: -500px;
    text-decoration: none;
    width: auto;
    left: 0;
    box-sizing: border-box;
    background: #edaa1d;
    box-shadow: 0 7px 17px -17px black;
    text-align: left !important;
    display: block;
    width: auto;
    z-index: 9;
    text-align: left !important;
    transition: 0.7s ease all;
    width: 333px;
    text-align: right;
    padding: 0;
}

.menu > li.arrow > ul {
    display: block;
    top: 109px;
}
.field-label {
  display: none;
}
.parent {
    padding: 0 20px 0 0;
}
/*.deeper::after {
    display: block;
    background: #f2c979;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 24px;
    border-radius: 5px;
    text-align: center;
    line-height: 32px;
    color: #57758d;
    transition: 0.2s ease all;
    cursor: pointer;
    margin: auto;
    opacity: 1;
    content: "\f078";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
}*/
.deeper:hover::after {
    opacity: 1;
    color: #e0e8e3;
}

.deeper.arrow::after {
    transition: 0.5s ease all;
	opacity: 0;	
	top:150px;
}
.opensub {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 38px;
    text-align: center;
    line-height: 32px;
    transition: 0.2s ease all;
    cursor: pointer;
    transform: rotate(0deg);
    border-radius: 5px 5px 5px 5px;
}

.opensub i {
    transform: rotate(0);
    transition: 0.5s ease all;
}
.fa-chevron-down:before {
    content: "\f078";
    color: #edaa1d;
}
.opensub:hover i {
}
.opensub.arrow {
    transform: rotate(180deg);
}
.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: #46330a;
}
#main-navigation .menu .active #myDropdown .active a {
    background: #edaa1d;
    color: #fff!important;
}
.menu-btn {
    height: 50px;
    width: 50px;
    float: right;
    background: #321f06;
    cursor: pointer;
    display: none;
    position: relative;
    padding: 5px 5px 0px 5px;
    border-radius: 0 0 0 10px;
}


.strich1, .strich2, .strich3 {
    background: #edaa1d;
    width: auto;
    height: 3px;
    display: block;
    margin: 8.5px 5px;
    border-radius: 2px;
    transition: 0.5s ease all;
}

.change .strich1 {
	    background: #664b11;

  -webkit-transform: rotate(-45deg) translate(-11px, 7px);
  transform: rotate(-45deg) translate(-11px, 7px);
  width: 45px;
  position: absolute;
  left: 5px;
  top: 0;
}

.change .strich2 {opacity: 0;}

.change .strich3 {
    background: #664b11;
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
    width: 45px;
    position: absolute;
    left: 2px;
	bottom: 6px;
}
.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: 'expressway', 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: 125px 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 #fff;
    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: #fff;
    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: #fff;
	width: 60px
}
#totop img, #nachunten img {
    height: auto;
}

footer #totop a, footer #nachunten a{
	color: #fff;
}

video {
    max-width: 100%;
    height: auto;
}
.totop, .nachunten {
    opacity: 0;
    display: block;
    margin: 0 auto;
    position: fixed;
    z-index: 5;
    width: 100%;
	bottom: 20px;
    left: 0;
    text-align: center;
    transition: 0.5s ease all;
}
#totop, #nachunten {
    transition: 0.5s ease all;
    width: 48px;
    height: 50px;
background: #edaa1d;    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: white;
}
.pagination .hasTooltip.pagenav {
    color: #d5853e !important;
}.pagination a {
    color: #d5853e !important;
}
.introtext a {
  color: black;
  border-bottom: none;
}
#news .inhalt {
  max-width: 1024px;
}
#news i {
  text-align: center;
  display: block;
  color: white;
  font-size: 44px;
}
.page-item.disabled .page-link {
    color: #6d757e;
    pointer-events: none;
    background-color: #fff;
    border-color: #dfe3e7;
    height: 41px;
}
.page-item .page-link {
    color: #6d757e;
    background-color: #fff;
    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";
}
/* //////////////////////////////// FRONTEND EDITING ////////////////////////////////// */

/* //////////////////////////////// FRONTEND EDITING ////////////////////////////////// */

#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;
}

.btn-group, .btn-group-vertical {
    position: unset!important;
    display: unset!important;
    vertical-align: unset!important;
}

#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: 15px;
	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: 0 0 15px 0;
    display: block;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    font-size: 19px;
    line-height: 24px;
    width: auto;
    overflow: hidden;
    padding: 14px 18px 14px 18px;
    text-align: center;
    letter-spacing: normal;
    border-radius: 5px;
    border: 2px solid #e8e8e8;
    z-index: 50;
    position: absolute;
    top: 60px;
	right: 9px;
    padding: 7px;
    display: 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: 30%;
    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;
}

.buttons-editor {
    position: fixed;
    top: 103px;
    width: 250px;
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
    right: 20px;
}
.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;
    max-width: 1024px;
    margin: auto;
    padding: 20px;
}
#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-family: aaux-next, sans-serif;
    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: 44.5px;
	background: #17cf95;
}
#adminForm .btn:hover {
    background: #60cda7;
}
#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: relative;
    top: 0;
    left: 0;
    /* height: 100%; */
    /* width: 100%; */
    z-index: 800;
    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: 10px 20px;
    font-size: 25px;
    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";
}

.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: 10px 8px;
    font-size: 18px;
    margin: 4px 0 18px 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;
	font-family: aaux-next, sans-serif;

	border: 2px solid #e6e6e6;
border-radius: 5px;
}
.btn.abbrechen {
    background: #ac555d;
    color: white;
    font-size: 20px;
    font-weight: 100;
	font-family: aaux-next, sans-serif;
	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;
}
.table>thead {
    vertical-align: bottom;
    border: none;
    height: 45px;
    border-top: 1px solid white!important;
}
.category.table.table-striped.table-bordered.table-hover thead th a {
    color: white !important;
    font-size: 18px;
}

.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;
}.category.table.table-striped.table-bordered.table-hover tbody th a {
    color: #3b3c3c;
    font-weight: 100;
}
td.list-edit a {
    background: red;
    padding: 5px;
    color: white;
    background: #17cf95;
    border-radius: 5px;
}
.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 ********************/


.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;
    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%;
    font-size: 21px;
    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;
}
#menue2 .menu {
    height: auto;
}
#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;
  left: 0;
  box-shadow: 0 0 10px -8px black;
  position: relative;
}
.wf-editor-header .btn {
    padding: 0 14px;
    height: 3px;
    background: none!important;
}
.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;
}
.imageintroimageedit {
    display: none;
}

#menue2 {
    float: left;
    width: auto;
    height: 43px;
    position: absolute;
}
#main-navigation #menue2 .menu li a {
    font-size: 16px;
    font-weight: 800;
    text-transform: none;
    padding: 3px 5px;
    color: white;
    background: #17cf95;
    border-radius: 7px;
    margin: 3px 5px;
    border: 2px solid white;
    box-shadow: 0 0 12px -6px black;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
    height: 100vh;
    top: 0;
}
/*//////////////////////ENDE frontendediting///////////////////////////////*/
/*============================================ Bis 1440px ============================================*/
@media screen and (max-width: 1440px){

img-fulltext-left {
  height: 445px;

}
	p, table {
    font-size: 18px;
}
#main-header {
    height: 68px;
}
		#blog {
		padding: 0 40px;
	}

#main-navigation .menu {
  height: auto;
  text-align: center;
}
	
	#menue2 {
  float: unset;
}



#main-navigation {

    height: 72px;
}

	#artikeltext {
		padding: 75px 0 20px 0;
	}
	.page-header h1 {
    font-size: 51px;
		padding: 0 0 0 0;
	}

	#telefon {
		right: 40px;
    	top: 27px;
	}
	.page-header {
    position: absolute;
    z-index: 5;
    height: auto;
    padding: 243px 100px 50px 100px;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
}
	
	.brotbroesmeli {
		top: 380px;
	}
	#onthetop {
	}

	.newsbeitrag h4 {
    font-size: 22px;
}

	.balken {
		height: 40px;
	}
	.nachunten {
		bottom: 50px;
	}
#logo {
    width: 199px;
    padding: 5px 20px 0 0;
}
	.totop.down {
		bottom: 0;
	}
	#prefooter2 a, #prefooter2 a:link, #artikprefooter2eltext a:visited {
    font-size: 20px;
}
	#prefooter2 p {
    font-size: 20px;
    line-height: 150%;
} 
	#news .inhalt {

}
	
#main-navigation .menu li a {
    padding: 20px 13px;
    font-size: 17px;
}
	.buttons .inhalt {
    max-width: 1024px;
    margin: auto;
    padding: 10px 50px 50px 50px;
    box-sizing: border-box;
}
	.opensub {

    top: 20px;
	}
	.rs_events_container li {
    padding: 14px 27px !important;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    box-shadow: none;
}
	.rsepro-title-block {
		font-size: 23px;
		font-weight: bold;
		padding-bottom: 3px;
	}
	

	h1 {
		font-size: 44px;
	}
	h2 {
		font-size: 30px;
	}
	#fixedcontact h3 {
		color: white;
		font-size: 18px;
		margin: 0;
	}
	#prefooter .inhalt {
		max-width: 1024px;
		padding: 0 50px;
		box-sizing: border-box;
	}

	.newsbeitrag {
		width: calc(50% - 20px);
		margin: 10px;
		padding: 0;
	}
	h3.newsflash-title {
    padding: 0 14px;
}
	
	.menu > li.arrow > ul {
    display: block;
    top: 61px;
}
	#main-navigation .menu #myDropdown a, #main-navigation .menu .active #myDropdown a {
    border: none;
    padding: 7px 49px 7px 23px;
    text-align: left;
    font-size: 14px;
    color: #46330a;
}
}


/*============================================ Bis 1260px ============================================*/
@media screen and (max-width: 1260px){ 
	
	.leading .newsbild {
	  height: 385px;
	}
	#main-navigation {

  height: 76px;
}

	#mehr2 h4 {
	  font-size: 22px;
	}
	.headerone {
		height: 350px;
		padding: 50px 20px 20px 80px;
	}
	h1 {
    font-size: 43px;
}


.img-fulltext-left.standard {
    height: 25vh;
}
	#artikeltext p {
		font-size: 18px;
	}
	.page-header {
	  padding: 186px 57px;
	  width: 100%;
	}
	.img-fulltext-left {
    height: 385px;
}
	#main-navigation #menue2 .menu li a {
		font-size: 14px;
		font-weight: 800;
		text-transform: none;
		padding: 24.5px 1px 24.5px 10px;
	}
	#news, #produkte {
    padding: 10px;
}

	.items-leading .introtext {
    padding: 75px;
    width: auto;
}
	#artikeltext {
    padding: 50px 75px;
}
	
	.page-header h1 {
    color: #fff;
    line-height: 130%;
    font-size: 40px;
    width: 92%;
    text-align: left;
    padding: 0 0 0 0;
}
	#news h3 {
    font-size: 40px;
    color: #fff;
    z-index: 90;
    top: 0;
    text-align: center;
}
	#prefooter2 p {
		font-size: 18px;
		line-height: 150%;
	}
	.button {
		font-size: 18px;

	}
	.newsbeitrag h4 {
    font-size: 22px;
    hyphens: auto;
}
	#fixedcontact {
		bottom: 0 !important;
	}
	footer {
		z-index: 4;
	}
	#fixedcontact {
		bottom: 0 !important;
	}
	#prefooter .inhalt {
		padding: 0 19px;
	}
	
#nachunten{
		display: none;
	}


}
/*============================================ Bis 1024px ============================================*/
@media screen and (max-width: 1111px){
	
#content {
    padding: 20px;
}
	.opensub {
    top: 16px;
    font-size: 11px;
}
	.buttons .inhalt {
    max-width: 1024px;
		margin: auto;
		padding: 10px 50px 50px 93px;
		box-sizing: border-box;
	}
	#prefooter2 {
    background: #321f06;
    color: #fff;
    font-size: 22px;
    padding: 40px 0;
    box-sizing: border-box;
    position: relative;
}
	#footer1, #footer3{
		width: 50%;
	}
	.totop.down {
		bottom: 0;
		position: fixed;
		width: 50px;
		bottom: 80px;
		opacity: 0;
	}
	.nachunten {
    bottom: 50px;
    left: 0;
    width: 50px;
}
	#main-navigation .menu li a {
    padding: 19px 8px;
    font-size: 15px;
}
	.totop {
    width: 50px;
}
	#main-navigation {
    left: 0;
    position: relative;
}
	.newsbeitrag {
  position: relative;
  width: calc(50% - 40px);
	}
#mehr1 {
    text-align: left;
    padding: 20px 0 20px 40px;
    width: 25%;
}
#mehr2 {
	padding: 20px;
    margin: 0;
	background: none;
}
}
/*============================================ Bis 768px  ============================================*/
@media screen and (max-width: 768px){
	.inhalt1 {
		width: 100%;
	}
	.resp-home a {
    	display: block;
	}
	#sidebar {
		width: 100%;
		margin-top: 0;
	}
	#content {
		width: 100%;
	}

	.newsflash p {
		margin: 10px 0 0 0;
	}
	
	#main-navigation{
		box-shadow: none;
	}
	
	.column-1.span4, .column-2.span4, .column-3.span4, .column-4.span4 {
		width: 50%;
	}
	.rs_events_container li {
    padding: 14px 27px !important;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    box-shadow: none;
}
	#main-navigation .menu li a {
    padding: 20px 60px;
    box-shadow: none;
		text-align: left;
}
	.item-image img {
		padding: 0 25px 0 0;
	}
	#main-header {
		width: 100%;
		margin: 0;
		height: 150px;
	}
	
	.facebook {
		left: 0;
		
	}
	
#logo {
    z-index: 7;
    position: absolute;
    float: unset;
    left: 16px;
    text-align: left;
    width: 154px;
    bottom: 0;
}
		#prefoot1 {
			padding: 20px 0;
			float: unset;
			margin: auto;
		}
#prefoot2 {
			margin: auto;
		}
#mehr1 {
    text-align: left;
    width: 100%;
}
	#onthetop h1 {
    line-height: 126%;
    font-size: 26px;
    margin: 14px 0;
}
	#mehr2 {
    text-align: left;
    padding: 50px;
    width: 33%;
}
	#mehr3 {
    text-align: left;
    padding: 50px;
    width: 33%;
}
	#fixedcontact {
    bottom: 0 !important;
    display: none;
	}
	#prefoot2 {
		padding: 20px 0;
		float: unset;
	}
	#footer1 {
		padding: 20px;
	}
	
	#footer2 {
		padding: unset;
	}
	
	#footer3 {
		padding: 20px;
	}
#main-navigation {
    margin: 0 !important;
    background: #f5f5f5;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: scroll;
    left: 200%;
	transition: 0.75s cubic-bezier(0.62, -0.24, 0, 1.36) all;
}
	.menu li {
		width: 100%;
	}
#main-navigation .menu li a {
    width: auto;
    display: block;
    float: none;
    text-align: center;
    font-size: 25px;
    margin: 0;
    padding: 20px 0;
}
	#menue2 ul.nav.menu {
    width: 100%;
}
	#main-navigation #menue2 .menu li a {
		text-align: center;
	}

	#main-navigation .menu {

    top: 50px;
    position: relative;
}
	

#main-navigation .menu #myDropdown a, #main-navigation .menu .active #myDropdown a {
    text-align: left;
    font-size: 16px;
}
	.menu-btn {
		display: block;
		position: relative;
		z-index: 900;
		margin: 5px;
		border-radius: 0;
		background: #d5e3f7;
	}
.opensub {
    width: 40px;
    height: 40px;
    right: unset;
    right: 33px;
    line-height: 40px;
    top: 12px;
}
	#onthetop {
		height: auto;
		margin-top: 0;
	}
#onthetop h1 {
    line-height: 131%;
    font-size: 23px;
}
	.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: 24px;
	}
	.newsbeitrag {
    width: calc(100% - 40px);
    margin: 10px 20px;
}
	#news .inhalt {
		max-width: 1024px;
		padding: 0;
	} 
#artikeltext {
    padding: 15px 25px;
    margin: 0;
}
	.totop.down {

    bottom: 80px!important;
	}
.parent {
  padding: 0;
}
	.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: 20px;
}
	.prefoot1 {
		width: 100%;
		float: left;
	}
	.prefoot2 {
		width: 100%;
		float: left;
		text-align: left;
		padding: 50px 0 0 0;
	}
	.brotbroesmeli {
		top: 7px;
		left: 40px;
		z-index:9;
	}

h1, h2, .item h2 {
  font-size: 23px;
}
	#main-header {
	  width: 100%;
	  margin: 0;
	  height: auto;
	  top: unset;
	  top: 0;
	}
	.menu-btn {
		background: unset;
	}		
	#logo img {
    width: 136px;

}
	
.page-header h1 {
  color: #fff;
  line-height: 130%;
  font-size: 25px;
  width: 100%;
  text-align: center;
  padding: 30px 0 0 0;
}
	footer {
    box-sizing: border-box;
    padding: 0 20px 0 20px;
	}
	
	.custombutton a {
    font-size: 18px;
    margin: auto;
    border-bottom: 1.56px solid #fff;
    height: 120%;
    display: inline-block;
    width: auto;
    padding: 20px 0 5px;
    color: #fff;
    top: 30px;
    position: relative;
    margin: auto;
    text-align: center;
    width: 100%;
}
	
	.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;
}
.menu > li.arrow > ul {
    display: block;
    height: auto;
    opacity: 1;
}
#main-navigation.shownav {
    left: 0;
}
	.newsbeitrag {
    width: 100%;
    margin: 10px 0;
}
}
/*============================================ Bis 480px ============================================*/
@media screen and (max-width: 480px){
	.brotbroesmeli {
    font-size: 13px;
}
	.rs_events_container li {
    padding: 14px 27px !important;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	}
	.img-fulltext-left.standard::before {

    width: 76%;
	}
	#merhinfos {
	}
	#mehr1, #mehr2, #mehr3, #mehr4 {
    width: 100%;
    text-align: center;
    padding: 20px;
}
	.img-fulltext-left img {
    width: auto;
    height: 100%;
}
	.brotbroesmeli li {
    padding: 5px 10px 5px 33px;
	}
.brotbroesmeli li:nth-child(2) {
    z-index: 90;
    padding: 5px 23px;
	}
	.rs_event_image {
    float: unset;
    padding: 5px 27px 0 10px;
    display: none;
}
	.item-image {
		width: 100%;
		float: unset;
		box-sizing: border-box;
		height: 155%;
		overflow: hidden;
	}
	.item-image img {
		padding: 0;
	}
	.leading-0 .text {
		width: 100%;
		float: left;
	}
	
	.column-1.span4, .column-2.span4, .column-3.span4, .column-4.span4 {
		width: 100%;
	}
	
	#prefoot1 {
		width: 100%;
	}
	  
	
	#prefoot2 {
		width: 100%;
	} 
	
	#footer1 {
		width: 100%;
		text-align: center;
		z-index: 4;
	}
	
	#footer2 {
		width: 100%;
	}
	
	#footer3 {
		text-align: center;
		width: 100%;
	}
	
	#totop{
		top: 0;
		margin:0;
	}
	
	#sidebar h3 {
		line-height: 150%;

	}
	

	.button {
    width: auto;
		background: #d5853e91;
	}
	.buttons .inhalt {
    padding: 30px;
	}
	
	.totop, .nachunten {
		bottom: 80px;
	}
	.img-fulltext-left.standard {
    height: 27vh;
}
	#artikeltext p {
    font-size: 16px;
}
	p, table {
    font-size: 16px;
}
}

/*============================================ Bis 375 ============================================*/
@media screen and (max-width: 375px){

	.page-header {
		padding: 186px 7px;
	}
	#main-navigation .menu li a {
    width: auto;
    display: block;
    float: none;
    text-align: center;
    font-size: 18px;
    margin: 0;
    padding: 20px 0;
}
	   #main-navigation .menu #myDropdown a, #main-navigation .menu .active #myDropdown a {
    padding: 10px;
    text-align: center;
    font-size: 13px;
}
	#artikeltext {
    padding: 33px 10px;
    margin: 0;
}
}