
/* ************** 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;
}
*, :after, :before {
	box-sizing: unset;
}
html, body {
    box-sizing: border-box;
    scroll-behavior: smooth;
    padding: 0;
}
/* ************************** TYPO ****************************
*****************************************************************/

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    color: #383838;
    line-height: 150%;
    height: 100%;
    background: #f7f7f7!important;
	
}

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: 100;
}
#maps {
display: none;
}
.maps_ {
    height: 400px;
    overflow: hidden;
}

td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

a, a:link, a:visited {

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

}

a:hover {
    color: #b8c3d2;
}

a:active {
    color: #b8c3d2;
}



 .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: #0d4295!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;
}

#artikeltext p:first-child{
	margin-top: 0px;
}
strong {
    font-weight: 700;
}

h1, h2, .item h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 38px;
    text-align: left;
    font-weight: 900;
    line-height: 92%;
    color: #61789b;
    margin: 50px 0px 47px 0;
    text-transform: uppercase;
}
.page-header {
}
h1 {
    color: #c3700c;
}

h2 a {
    font-weight: 100 !important;
    color: #fff !important;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    margin: 10px 0 25px 0;
    color: #545454;
    font-weight: 900;
    line-height: 150%;
}
.headerone {
    width: calc(40% - 30px);
    position: relative;
    top: 0;
    z-index: 1;
    background: #f7931e;
    height: 500px;
    left: 30px;
    padding: 126px 20px 20px 80px;
    box-sizing: border-box;
}
h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 101;
}
#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: 22px;
    font-weight: 400;
padding: 0 0 11px 0;
}
#artikeltext p.short-description {
    color: #ffffff;
    font-size: 16px;
}
.bodytext {
    max-width: 1024px;
    margin: auto;
}
#artikeltext a.ba-btn {
    border: none;
}
#artikeltext {
    line-height: 18px;
    max-width: 100%;
    margin: auto;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    background: #f2f2f2;
    padding: 75px;
    position: relative;
    z-index: 1;
}
#artikeltext a, #artikeltext a:link, #artikeltext a:visited {
    text-decoration: none;
    color: #321f06;
    transition: 0.2s ease all;
    border-bottom: 2px solid #f7931e;
}
/* ************************** NEWS ****************************
*****************************************************************/
#fixedcontact {
    background: #f7931e;
    width: 410px;
    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(33.332% - 20px);
    float: left;
    box-sizing: border-box;
    padding: 0 0 20px 0;
    transition: 0.4s ease all;
    background: white;
    border-radius: 0;
    margin: 10px;
    box-shadow:  2px 2px 6px -3px #f7931e;
    overflow: hidden;
    bottom: -27px;
    opacity: 0.3;
	

}
.newsbeitrag .icons .float-end a {
    color: #ffffff;
    position: relative;
    z-index: 7;
    background: #17cf95;
    border-radius: 9px;
    border: 2px solid white;
    display: block;
    padding: 10px 20px;
    box-shadow: initial;
}
#blog .inhalt .newsflash, #news .inhalt .newsflash
 {
    display: flex
;
    align-items: stretch;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.angebot .newsbeitrag {
    height: 317px;
}

.newsbeitrag:hover {
    opacity: 1;
    box-shadow: 0px 0px 0px 6px #f7931e;
}
.newsbild {
    height: 200px;
    width: 100%;
    display: block;
    position: relative;
    left: 0;
    top: 0;
    background-position-x: 0%;
    background-position-y: 0%;
    transition: 0.5s ease all;
    background-repeat: no-repeat;
    background: #c3700c;
	background-image: none;
	background-size: cover;
}
.newsbeitrag:hover > .newsbild {
    background-position: center;
}
.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;
}
.readmore {
    padding: 10px 20px;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(255,255,255,0.8);
    width: 150px;
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    box-sizing: border-box;
    box-sizing: border-box;
	font-weight: 900;
}
.readmore:hover{
    background: #f7931e !important;
    color: #fff !important;
    opacity: 1;
    font-size: 25px;
    padding: 100px 15px;
}

.readmore span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.readmore span:after {
  content: '→';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
	font-size: 20px;
}

.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: #f2f2f2;
    box-shadow: 2px 2px 6px -3px #f7931e;
    color: #f7931e !important;
}
.buttons .button:hover {
    background: #f2f2f2;
    box-shadow: 0 0 0 6px #f7931e;
    color: #f7931e !important;
}

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

    position: relative;
    text-align: center;
    display: block;
    margin: 50px auto;
    height: 50px;
    line-height: 50px;
	width: 200px
}
.newsbeitrag h4 {
    padding: 17px;
    box-sizing: border-box;
    font-weight: 900;
    font-size: 24px;
    width: 100%;
    line-height: 113%;
    color: #f7931e;
}
.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;
    left: 20px;
    top: 8px;
}
.newsflash-title {
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
    text-align: left;
}

.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;
}
.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 #f7931e!important;
	transition: 0.3s ease all;
}
#ffp-feed-1 .ffp-feed-posts-item:hover {
    box-shadow: 0px 0px 0px 6px #f7931e !important;
}
.ffp-feed-posts-item {
    border-radius: 0!important;
}.ffp-feed-posts-items {
    padding: 6px!important;
}
/* ************************** LAYOUT ****************************
*****************************************************************/
#wrapper {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
    overflow: hidden;
    background: #f2f2f2;
    box-sizing: border-box;
    width: 100%;
}
#logo p {
    margin: 0;
}
#nothing {
    display: block;
    height: 400px;
}
#information {
    display: block;
    height: 103px;
}
#logo {
    display: block;
    z-index: 0;
    position: absolute;
    transition: 0.5s ease all;
    float: left;
    height: 105px;
    width: 143px;
    padding: 0;
}
.inhalt {
    margin: auto;
}
#main-header {
    width: 100%;
    box-sizing: border-box;
    background: #c3700c;
    height: 80px;
    display: block;
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    box-shadow: 0 0 26px -18px black;
}
#main-header::after {
    display: block;
    position: fixed;
    width: 100%;
    height: 100px;
    left: 0;
    z-index: -10;
    content: "";
    transform: rotate(0deg);
    top: 0;
}
#layerslider_1 {
    z-index: 0;
}

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

}
#content .inhalt {
    width: 100%;
    max-width: unset;
    border-radius: 5px;
    margin: 0 0 25px 0;
}
.img-fulltext-left {
    position: absolute;
    width: calc(70% - 30px);
    height: 500px;
    background-size: cover;
    box-sizing: border-box;
    z-index: 0;
    background-position: center center;
    right: 30px;
    top: 0;
}
#onthetop h1 {
    color: #ffdbba;
    line-height: 120%;
    font-size: 44px;
}
#onthetop {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    left: 0;
    height: 530px;
    margin-top: 110px;
}
#user_nav {
    position: absolute;
    top: 0;
    right: 0;
}
#user_nav .edit-icon {
    position: relative;
    width: auto;
    margin-left: 5px;
}
#sidebar {
    width: 30%;
    float: right;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
    color: #383838;
}
#blog, #news {
    box-sizing: border-box;
    padding: 0;
    border-radius: 5px;
    margin: auto;
        margin-bottom: auto;
    position: relative;
    max-width: 1024px;
    margin-bottom: 100px;
}
#blog h3, #news h3, #fb h3 {
    font-size: 44px;
    color: #f7931e;
    width: 100%;
    display: block;
    margin: 0;
    float: left;
    line-height: 105%;
    padding: 30px 00;
    text-transform: uppercase;
}

#news .newsbeitrag {
    background: #f2f2f2;
}
#news .inhalt, #fb .inhalt {
    max-width: 1024px;
}
#news {
    background: white;
    width: 100%;
    padding: 43px;
    margin-bottom: 0;
	    max-width: unset;
}
footer {
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    background: #007474;
}

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

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

.button:hover {
    background: #e89a55;
    box-shadow: 0 0 0 5px #321f06;
}

#prefooter {
    background: #f7931e;

    box-sizing: border-box;
    color: white;
    padding: 75px 75px 250px 75px;
    box-shadow: 0px 8px 18px -15px black;
    border-radius: 0;
    text-align: center;
    background-image: url('../../../images/logo.png');
    background-repeat: no-repeat;
    background-position: bottom center;
}
#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: #008080;
    color: #f2f2f2;
    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;
}
	.brotbroesmeli {
 
    top: 7px;
    left: 40px;
}
.prefoot2 a, .prefoot2 a:link {
    text-decoration: none;
    color: #f2f2f2;
    border-bottom: 2px solid #b2d9d9;
    font-size: 25px;
    line-height: 141%;
    display: inline-flex
;
    transition: 0.5s 
ease all;
}
.prefoot1 a i {
    background: #b2d9d9;
    padding: 5px;
    border-radius: 50%;
    color: #008080;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 15px 0 0 0;
    transition: 0.2s 
ease all;
}
.prefoot1 a i:hover {
    color: #f2f2f2;
}
.prefoot2 a:hover, #artikeltext a:active {
    text-decoration: none;
    color: #f7931e;
    border-bottom: 2px solid #f7931e;
    display: inline-flex;
}
#prefooter2 p {
    font-size: 24px;
    line-height: 150%;
}
.prefoot1 {
    width: 50%;
    float: left;
}

.prefoot2 {
    width: 50%;
    float: left;
    text-align: right;
}
#footer1 {
    color: #b2d9d9; 
    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: #b2d9d9;
    font-weight: 100 !important;
}

footer a:hover, footer a:active {
    color: #F8FDFD!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: 22px;
    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: 5;
    height: 46px;
    position: absolute;
    width: auto;
    top: 111px;
    left: 68px;
	font-size: 16px;
}
.brotbroesmeli li a {
    color: #ffdbba;
    font-weight: 300;
    text-shadow: none;
}
.brotbroesmeli li {
    color: #e2f4f9;
    display: block;
    float: left;
    background: #008080;
    padding: 5px 28px 5px 47px;
    font-weight: 300;
    margin: 0 0 0 -27px;
    transition: 0.5s 
ease all;
    z-index: 0;
    position: relative;
    background: linear-gradient(-74deg, #bb7231 14px, #008080 15px, #008080 19px, #008080 20px);
}
.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 {
    display: unset !important;
    margin: unset;
    background: unset;
}
.brotbroesmeli li:nth-child(2) {
    z-index: 90;
    padding: 5px 28px;
    background: linear-gradient(-74deg, #008080 14px, #008080 15px, #008080 19px, #008080 20px);
}
.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: #008080;
    cursor: context-menu;
    background: linear-gradient(-251deg, transparent 14px, #008080 14px, #fabe76 15px, #fabe76 19px, #b2d9d9 20px) !important;
    left: 2px;
    z-index: 91 !important;
}
/* ************************** NAVIGATION ************************
*****************************************************************/
#main-navigation {
    width: auto;
    transition: 0.5s ease all;
    box-sizing: border-box;
    top: 0;
    z-index: 10;
    margin: 0px auto;
    background: #f7931e;
}
.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: 100%;
    height: 80px;
    text-align: right;
    box-shadow: 5px 5px 31px -24px black;
    display: flex
;
    justify-content: flex-end;
}
#main-navigation .menu li a {
    width: auto;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 900;
    text-align: center;
    color: #321f06;
    padding: 27px 14px;
    text-decoration: none;
    transition: 0.2s ease all;
    text-transform: uppercase;
}
#main-navigation .menu .active a {
    color: #ffdbba;
}

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


.menu li {
    width: auto;
    background: none;
    display: inline-block;
    position: relative;
}
.nav-child.unstyled.small {
    position: absolute;
    top: 61px;
    text-decoration: none;
    width: auto;
    right: 0;
    box-sizing: border-box;
    background: none;
    background: #ffdbba;
    box-shadow: 0 7px 17px -17px black;
    text-align: left !important;
    display: none;
    width: 363px;
}
.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;
    background: #f7931e;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 24px;
    text-align: center;
    line-height: 32px;
    color: #321f06 !important;
    transition: 0.2s ease all;
    cursor: pointer;
}
.opensub:hover {
    background: #F9DFC7;
    line-height: 43px;
}
.opensub.arrow {
    transform: rotate(180deg);
}
#main-navigation .menu #myDropdown a, #main-navigation .menu .active #myDropdown a {
    border: none;
    padding: 13px 49px 13px 23px;
    text-align: left;
    color: #321f06 !important;
    font-size: 19px;
}
#main-navigation .menu .active #myDropdown .active a {
    background: #ecc5a1;
    color: #321f06 !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: #321F06;
    width: auto;
    height: 3px;
    display: block;
    margin: 8.5px 5px;
    border-radius: 2px;
    transition: 0.5s ease all;
}

.change .strich1 {
    -webkit-transform: rotate(-45deg) translate(-11px, 7px);
    transform: rotate(-45deg) translate(-11px, 7px);
    width: 45px;
    position: absolute;
    left: 4;
    top: 4;
}

.change .strich2 {opacity: 0;}

.change .strich3 {

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

/* ************************** SIDEBAR ************************
*****************************************************************/

#sidebar .menu{
	list-style-type: none;
	width: 230px;
}

#sidebar .menu li a{
	width: 230px;
	height: 36px;
	display: block;
	float:left;
	font-family: museo-slab, 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: 100%;
    height: auto;
    padding: 0 64px 64px 0;
    box-sizing: border-box;
}

.leading-0.clearfix {

    box-sizing: border-box;

    padding: 15px;
    color: #555;

}
.cols-1 {
    clear: both;
}
.leading-0 {
    padding: 15px;

}

.item-image {
    width: 50%;
    float: left;
    clear: left;
    box-sizing: border-box;
    height: 155%;
    overflow: hidden;
}

.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;
}
.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: #f7931e;
    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: #321f06;
    display: block;
    margin: auto;
    border-radius: 0;
    box-shadow: 0 0 14px -7px black;
}
.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: #f7931e !important;
}.pagination a {
    color: #f7931e !important;
}
/* //////////////////////////////// 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;
}

#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 #f7931e;
}
.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;
    padding: 10px 20px;
}
#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;
}
joomla-tab-element#versions {
    display: none;
}
.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-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: 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;
	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;
}
.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;
    box-sizing: border-box;
}
.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;
}
.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(100% - 10px);
    float: left;
    margin: 5px;
}
.imageintroimageedit {
    display: none;
}
.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;
}

/*//////////////////////ENDE frontendediting///////////////////////////////*/
.closecontact {
    display: block;
    width: 35px;
    height: 35px;
    background: #321f06;
    text-align: center;
    line-height: 35px;
    top: -17px;
	left: -17px;
    position: absolute;
}
.closecontact::before {
    content: "\f00d";
    position: absolute;
    display: block;
    height: 35px;
    width: 35px;
    font-family: 'Font Awesome 6 Pro';
}
div#fixedcontact.change {
    right: -440px;
}
div#fixedcontact.change .closecontact::before{
	    content: "\f060";

}
.breadcrumb-item+.breadcrumb-item:before {
display: none;
}
.breadcrumb-item+.breadcrumb-item {
    padding: 5px 28px 5px 47px;
}
/*============================================ Bis 1440px ============================================*/
@media screen and (max-width: 1440px){


	p, table {
    font-size: 18px;
}
	#main-header {
	}

	h1, h2, .item h2 {
	    font-size: 50px;
	}
		#blog {
		padding: 0 40px;
	}
	.inhalt {
		max-width: 1000px;
		margin: auto;
	}
	#main-navigation .menu {
		height: 80px;
	}
    #main-navigation .menu li.parent a {
        padding: 26.5px 20px 26.5px 9px;
    }
    #main-navigation .menu li a {
        padding: 26.5px 9px;
    }
#main-navigation .menu #myDropdown a, #main-navigation .menu .active #myDropdown a {
    border: none;
    padding: 8px;
    text-align: left;
    color: #321f06 !important;
    font-size: 15px;
}
	.headerone {
		width: calc(40% - 30px);
		position: relative;
		height: 400px;
		padding: 126px 20px 20px 80px;
	}
	.img-fulltext-left {
		width: calc(60% - 30px);
		height: 400px;
	}
	
	.nav-child.unstyled.small {

		top: 80px;
	}
	

	#artikeltext {
		padding: 75px 0 20px 0;
	}
	
	#onthetop h1 {
		color: white;
		line-height: 120%;
		font-size: 40px;
	}
	#telefon {
		right: 40px;
    	top: 27px;
	}
	#onthetop {
    	height: 432px;
	}

	
	.balken {
		height: 40px;
	}
	.nachunten {
		bottom: 50px;
	}
	
	.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 {
    max-width: 1024px;
    padding: 40px;
    box-sizing: border-box;
}
	.buttons .inhalt {
    max-width: 1024px;
    margin: auto;
    padding: 10px 50px 50px 50px;
    box-sizing: border-box;
}
	
	#fixedcontact h3 {
		color: white;
		font-size: 18px;
		margin: 0;
	}
	#prefooter .inhalt {
		max-width: 1024px;
		padding: 0 50px;
		box-sizing: border-box;
	}
	
	
}



/*============================================ Bis 1366 ============================================*/
@media screen and (max-width: 1366px){
	.headerone {
		width: calc(40% - 30px);
		position: relative;
		height: 400px;
		padding: 100px 20px 20px 80px;
	}

}
/*============================================ Bis 1260px ============================================*/
@media screen and (max-width: 1260px){
	#onthetop {
		height: 385px;
	}
	.headerone {
		height: 350px;
		padding: 50px 20px 20px 80px;
	}
	.img-fulltext-left {
    	width: calc(60% - 30px);
		height: 350px;
	}
    #main-navigation .menu li a {
        font-size: 13px;
        padding: 26.5px 11px;
    }
	#artikeltext p {
		font-size: 18px;
	}
	#prefooter2 p {
		font-size: 18px;
		line-height: 150%;
	}
	.button {
		font-size: 18px;

	}
	.newsbeitrag h4 {
		font-size: 22px;
	}
	#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){
	#artikeltext {
    	padding: 75px;
		margin: 0;
	}
	
	.buttons .inhalt {
    max-width: 1024px;
		margin: auto;
		padding: 10px 50px 50px 93px;
		box-sizing: border-box;
	}
	#prefooter2 {
    color: #f2f2f2;
    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;
}
	.totop {
    width: 50px;
}

}
/*============================================ 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%;
	}
	
	#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;
    margin: 0 auto !important;
    position: absolute;
    float: unset;
    left: unset;
    text-align: center;
    width: 100%;
    bottom: 0;
    height: 85px;
}
	#prefoot1 {
		padding: 20px 0;
		float: unset;
	}
	  
	#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: none!important;
	}
	.menu li {
		width: 100%;
	}
	#main-navigation .menu li a {

		width: auto;
		display: block;
		float: none;

	}
	
	.nav-child.unstyled.small {
    position: relative;
    width: 100%;
    top: unset;
    text-align: center !important;
}
#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 {
		background: #d78d4c;
		width: 40px;
		height: 40px;
		right: unset;
		right: 33px;
		line-height: 40px;
	}
	#onthetop {
		height: auto;
		margin-top: 0;
	}
	
	#onthetop h1 {
    color: white;
    line-height: 120%;
    font-size: 24px;
}
	.inhalt {
		max-width: 1300px;
		margin: 0;
	}
	.headerone {
		height: 200px;
		padding: 7px 20px 20px 32px;
		left: 0;
		width: calc(50%);
	}
	.img-fulltext-left {
		width: calc(60% );
		height: 200px;
		right: 0;
	}
	#blog h3, #news h3, #fb h3 {
    font-size: 24px;
	}
	.newsbeitrag {
		width: calc(100% - 20px);
	}
	#news .inhalt {
		max-width: 1024px;
		padding: 0;
	} 
    #artikeltext {
        padding: 15px;
        margin: 0;
    }
	.totop.down {

    bottom: 80px!important;
	}
#main-navigation .menu {
        width: 100%;
        min-height: 100%;
        position: fixed;
        padding: 65px 0 200px 0;
        background: #f7931e;
        margin: 0;
        box-sizing: border-box;
        top: 0;
        overflow: scroll;
        z-index: 6;
        left: 200%;
        transition: 0.2s ease all;
    }
#main-navigation .menu.change {
    left: 0;
}
	.nachunten {
		bottom: 80px;
	}
	.moduletable_menu {

		display: none;
	}
	#main-navigation .menu #myDropdown a, #main-navigation .menu .active #myDropdown a {
		padding: 13px 23px 13px 23px;
	}
	.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: 39px;
	}
	#main-header {
		width: 100%;
		margin: 0;
		height: 60px;
		top: unset;
		bottom: 0;
		background: #f7931e;
	}
	.menu-btn {
		background: unset;
	}		
	#logo img {
    width: 136px;
    box-shadow: 0 -11px 13px -16px black;
    border-top: 6px solid #f7931e;
    border-radius: 5px 5px 0 0;
}
	footer {
    box-sizing: border-box;
    padding: 0 20px 90px 20px;
	}
    #main-navigation .menu li.parent a {
        font-size: 15px;
        padding: 20px 20px 20px 60px;
    }
}
/*============================================ Bis 480px ============================================*/
@media screen and (max-width: 540px){
	.brotbroesmeli {
    font-size: 13px;
}
.ba-caption .ba-caption-content h3 {
    font-size: 13px;
}
	.brotbroesmeli li {
    padding: 5px 10px 5px 33px;
	}
.brotbroesmeli li:nth-child(2) {
    z-index: 90;
    padding: 5px 23px;
	}
	.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%;

	}
	
	#logo {
		margin: 20px 0;
	}
	.button {
    width: auto;
		background: #f7931e91;
	}
	.buttons .inhalt {
    padding: 30px;
	}
	
	.totop, .nachunten {
		bottom: 80px;
	}
	
}

/*============================================ Bis 375 ============================================*/
@media screen and (max-width: 375px){
	.headerone {
		height: auto;
		padding: 7px 20px 20px 32px;
		left: 0;
		width: 100%;
		position: relative;
	}
	.img-fulltext-left {
		width: 100%;
		height: 200px;
		right: 0;
		position: relative;
	}
	.brotbroesmeli {
		top: -6px;
		left: 27px;
		z-index: 9;
	}
	#artikeltext {
		padding: 40px 20px 0 20px;
		margin: 0;
	}
	#blog {
		padding: 0 20px;
	}
	#news {
		background: white;
		width: 100%;
		padding: 20px;
		margin-bottom: 0;
	}
	#prefooter {
		padding: 20px 20px 221px 20px;
	}
	#fb {
    padding: 20px;
}
	   
}