
/* responsive */

@media only screen and (max-width: 1280px) {

#mainnav, #headernav {
  display: none;
}

.mod_breadcrumb {
  width: 100%;
}

.ce_youtube .video_container {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.ce_youtube iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}


/* mobiles Menue */
.mod_mobile_menu {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	margin-top: 0;
	padding:5px 0;
	color: #000;
	cursor: pointer;
	display: block !important;
	z-index: 20;
}

.mobile_menu_trigger {
	font-weight: 500;
	font-size: 28px;
	padding: 5px 25px 4px 5px;
	text-transform:uppercase;
	display:inline;
	text-align:center;
  display: block !important;
}

/* mobile menue */
.mobile_menu .inner {
	background: #c00;;
	overflow: auto;
}

/* mobile Navigation */
#mobilenav {
	/*padding: 50px 0 0 0;*/
	padding:10px 0 0 0;
	text-transform:uppercase;
}

#mobilenav ul {
margin:0;
padding-left: 10px;
list-style-type:none;
}

#mobilenav ul.level_2 a {
  margin: 0;
  padding-left: 20px;
}

/*
#mobilenav .active.submenu strong {
  padding-left: 10px;
}
*/

#mobilenav ul.level_3 a {
  margin: 0;
  padding-left: 20px;
}

#mobilenav li {
margin: 0;
padding:0;
float: none;
text-align: left;
}

#mobilenav a {
margin:0;
padding: 10px 0 10px 0;
display: block;
text-decoration: none;
color: #fff;
font-family: "Open Sans", Verdana, sans-serif;
font-style: normal;
font-weight: 300 !important;
font-size: 18px;
border-bottom:1px dotted #fff;
text-transform: none;
}

#mobilenav strong.active{
font-weight: 700;
color: #fff;
padding:10px 0 10px 20px;
display: block;
font-size: 18px;
background-color:rgba(255,255,255,0.2);
text-transform: none;
border-bottom:1px dotted #fff;
}

#mobilenav a.trail {
  color: #fff !important;
  font-family: "Open Sans", Verdana, sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding:10px 0 10px 10px;
  border-bottom:1px dotted #fff;
  text-transform: none;
}

#mobilenav a.submenu.trail {
  color: #fff !important;
  font-family: "Open Sans", Verdana, sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding:10px 0 10px 0;
  border-bottom:1px dotted #fff;
  text-transform: none;
}
#mobilenav .trail strong {
  border: none;
  color:#fff;
  font-weight: 700;
  font-size: 18px;
  text-transform: none;
  border-bottom:1px dotted #fff;
  /*padding-left:10px;*/
}

#mobilenav a:focus, #mobilenav a:hover {
color:#fff;
text-decoration: none;
}

/* Layout */
#wrapper {
    width: 100%;
    margin: 0 auto;
}
#container {
  width: 100%;
    max-width: 100%;
    margin: 10px auto 0 auto;
}

#main {
  width: 100%;
  max-width: 100%;
  line-height:1.4em;
  float: none;
}

.float_right, .float_left {
  float: none;
}

#main .float_right {
  margin-left: 0;
}

#main .float_left {
  margin-right: 0;
}

#header {
    height: auto;
    max-width: 100%;
    width: 100%;
}

#logo {
    float:left;
    margin: 10px;
}

#header .inside,
#footer .inside {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

* img {
  max-width: 100%;
  height: auto;
}

h1 {
    font-weight:normal;
    color:#90C14A;
    font-size:30px;
}
h2 {
    font-weight:normal;
    color:#90C14A;
    font-size:30px;
}


/* Artikelbreiten */

#main .mod_article {
  max-width: 100%;
  margin: 0 auto;
}

#main .mod_article.fullwidth {
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.center-wrapper {
  max-width: 100%;
  margin: 0 10px;
}


#main .inside .mod_article {
    margin: 0 10px;
}

#main .inside .mod_article.fullwidth {
    margin: 0;
}
.invisible {
	display:none;
}

.mehrimpressionen {
	background-color:rgba(35,35,34,1.0);
	text-align:center;
	color:#90C14A;
	padding: 1px 0;
}

.mehrimpressionen a,
.mehrimpressionen a:visited {
	color:#90C14A;
	text-decoration:none;
}

.mehrimpressionen a:hover {
	color:rgba(144,193,74,0.75);
}


/* Links*/
#main a,
#main a:link,
#main a:visited {
    color: #fff;
    text-decoration: none;
    font-size:24px;
}

#main a:hover {
	color:rgba(144,193,74,0.75);
    text-decoration: none;
}


li.download-element.ext-pdf a, li.download-element.ext-pdf a:link, li.download-element.ext-pdf a:visited {
    color: #cc0000 !important;
    text-decoration: none;
    font-weight: 600;
}


.clearing {
  clear: both;
}

.medien {
	border-top:1px solid #90C14A;
	border-bottom: 1px solid #90C14A;
}




/* FOOTER */
#footer {
    height: inherit;
    /*background-size:cover;*/
    font-size:22px;
    border-top: none;
    letter-spacing:1px;

}
#footer .inside {
    display:flex;
    justify-content:space-between;
    flex-direction: column;
    margin-top:30px;
}

#footer h1 {
	margin-bottom:1px;
	color:#fff;
	font-size:26px;
}

.footer1,
.footer2,
.footer3,
.footer4 {
    min-height: inherit;
    max-height: inherit;
    min-width: inherit;
    max-width: inherit;
    margin: 0;
    width:100%;
    box-sizing:border-box;
    margin-top:10px;
    background-color:#90C14A;
    padding-left:15px;
}

.footer4 {
	display:inline;
	text-align:center;
	vertical-align:bottom;
}



#footer a,
#footer a:link,
#footer a:visited {
    color:#fff;
    text-decoration:none;
}
#footer a:hover {
    color:#fff;
    text-decoration:underline;
}

#beba-footer {
  margin-top: 10px;
}

#beba {
    padding: 20px;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

#beba a {
    text-decoration:none;
    color:#fff;
    font-size:12px;
    line-height:1;
    display: block;
}

#beba a:hover {
    text-decoration:underline;
    color:#fff;
}

#main .mod_article.fullwidth.noborder {
  padding-top: 20px;
}

#kontaktform label {
  width: 100%;
}

#main .inhaltsbilder img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

#main .mod_breadcrumb {
  text-align: left;
  line-height: 1.3;
}

#main .mod_breadcrumb ul {
  margin: 10px 0;
  padding: 0 0 0 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#main .mod_breadcrumb li {
  margin: 0;
  padding: 0;
}

#main .mod_breadcrumb a {
  color: #c30;
  text-decoration: none;
  font-size: 14px;
}

#main h1, #main h2 {
  font-size: 24px;
}

#main .startseitenewslink a, #main .startseitenewslink a:link, #main .startseitenewslink a:visited {
  font-size: 24px;
}

#main .ce_text.rubriken {
  padding: 20px 10px;
}

#main .rubriken p {
  line-height: 1.4;
}

#main .rubriken h2 {
  font-size: 24px !important;
}

#main .ce_text.rubrikentext {
  padding: 10px;
}

#main .ce_text.rubrikentext a {
  font-size: 18px;
  line-height: 1.4;
  padding: 0;
  display: block;
}


.mod_newsreader .layout_full .float_right {
	padding-left: 0
}


}


















@media only screen and (max-width: 768px) {

  #kontaktform .widget-text {
    margin-right: 0;
    float: none;
  }

  #kontaktform .widget-textarea {
    margin-top: 0 !important;
  }

#header {
  min-height: 125px;
}
.projekte #main .layout_latest {
	max-width: 100%;
	width: 100%;
}

.news #main .layout_latest {
  flex-wrap: wrap;
}
.news #main .layout_latest .left-block {
  max-width: 100%;
  margin: 0;
}

.news #main .layout_latest .right-block {
  max-width: 100%;
}

.footer-socialmedia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.footer-socialmedia .footersocialmedia {
  max-width: 15%;
  height: auto;
  float: none;
}

#footer .footerofenwelten {
  font-size: 24px;
}

#header-slider .mod_rocksolid_slider .slider-txt p {
    position: absolute;
    bottom: -28px;
    right: 0;
    left: 0;
    color: #fff;
    font-family: 'Open Sans', Verdana, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    padding: 20px 0 40px 40px;
    background-color: rgba(0,0,0,.25);
}

#legal {
  padding: 20px 10px;
}


}








@media only screen and (max-width: 400px) {

  /* News */
  #main .mod_newslist .layout_full .ce_image {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  #main .mod_newslist .layout_full .ce_text {
    float: none;
    width: 100%;
    margin-right: 0;
  }

#kontaktform .widget-text {
  margin-right: 0;
  float: none;
}

#kontaktform .widget-textarea {
  margin-top: 0 !important;
}

}
