
/* Responsive CSS */

#navmobile {display: none;}

@media only screen and (max-width: 1024px) {

#mainnav {
	display:none !important;
}

/* mobiles Menue */
.mod_mobile_menu {
	text-align: center;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #000;
	cursor: pointer;
	display: block;
	z-index: 20;
}

.mobile_menu_trigger {
	margin-top: 55px;
	margin-bottom: 20px;
/*	margin-bottom: 40px;*/	
	color:#000;
	font-size:36px;
/*	font-size:24px;*/	
	text-transform:uppercase;
	letter-spacing:0.1px;
	text-align:center;
	border-bottom:1px solid #000;
	border-top: 1px solid #000;
	padding: 20px 0;
	display: block !important;
}

/* mobile menue */
.mobile_menu .inner {
	background: #fff;;
	overflow: auto;
}


/* mobile Navigation */
#mobilenav {
	padding: 10px 0 0 0;
}

#mobilenav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#mobilenav li {
	margin: 0;
	padding: 0;
	float: none;
	text-align: center;
	border-bottom:1px solid #000;
	padding: 10px 5px;
/*	padding: 20px 10px;*/	
}

#mobilenav li.active {
	background-color: rgba(0,0,0,0.1);
	font-size: 30px;
/*	font-size: 24px;*/	
	font-weight:300;
	text-transform:uppercase;
}

#mobilenav li:hover {
	background-color: rgba(0,0,0,0.1);
}

#mobilenav a,
#mobilenav span,
#mobilenav a:link,
#mobilenav a:visited {
	color:#000;
	/*font-size:18px;*/
	font-size:30px;
	text-transform:uppercase;
	letter-spacing:0.1px;
	text-align:center;
	/*	border-bottom:1px solid #000;*/
	text-decoration:none;
}

#mobilenav a:focus,
#mobilenav a:hover {
	color:#403f55;
	text-decoration: none;
}

/*
#mobilenav strong.active {
	background-color: rgba(0,0,0,0.1);
	text-transform: uppercase;
}
*/

/*
.mm-list > li > a, .mm-list > li > span {
	padding: 20px 10px 20px 10px;
}

.mm-menu.mm-white
.mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
background-color:rgba(0,0,0,0.02);
}
*/

div.toggler {
	border-bottom: 1px solid #000;
}

#wrapper {
	width:auto;
	padding:0 10px;
}

#header {
	height:auto;
  width:100%;
}

#container {
	max-width: 100%;
	width: 100%;
}

#logo {
  top: 5px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index:2;
  height:15px;
}

.ce_text {
	width:100% !important;
}

#footer {
	max-width:100% !important;
}

#footer .inside {
	width: 100%;
}

#footer .footerfloatadresse {
	width:100%;
}

#footer .footerfloatfolgemir {
	display:none;
}

.startseite .content-swiper {
	margin-top: 110px;
}

.startseite .mobile_menu_trigger {
	margin-top: 10px;
}

.mobile_menu_trigger {
	margin-top: 120px;
}

/* kontaktformular */
#kontaktform label {
  display:block;
  font-weight:400;
  margin-top:20px;
}

#kontaktform .text,
#kontaktform .textarea,
#kontaktform .captcha {
  font-family: 'Open Sans Condensed', Verdana, Arial, sans-serif;
  font-weight:300;
  font-color:#000;
  border-top:0px;
  border-left:0px;
  border-right:0px;
  border-bottom:1px solid #000;
  width:96%;
}

#kontaktform .submit {
  border:1px solid #3e3d40;
  background-color:#3e3d40;
  font-family: 'Open Sans Condensed', Verdana, Arial, sans-serif;
  color:#fff;
  cursor:pointer;
  margin-top:10px;
  margin-bottom:50px;
}

#beba .beba a {
	margin: 0 10px;
}

}

@media only screen and (max-width: 768px) {

	.startseite .mobile_menu_trigger {
		margin-top: 10px;
	}

	.mobile_menu_trigger {
		margin-top: 120px;
	}

}


@media only screen and (max-width: 440px) {

#logo {
	margin: 10px 0 20px 0;
}

#logo img {
	width: 240px;
	height: auto;
}

.startseite .content-swiper {
	margin-top: 90px;
}

.startseite .mobile_menu_trigger {
	margin-top: 20px;
}

.mobile_menu_trigger {
	margin-top: 90px;
}

.float_left, .media--left > figure {
	float: none;
	margin: 0;
}

#main .masonry_item img {
	text-align: center;
	margin: 0;
}

.footerfloatschreibmir {
	float: none;
	width: 100%;
}

#beba {
	margin: 0 auto;
	text-align: center;
}

#footer ul.legal {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		list-style-type: none;
		margin: 0 auto;
		padding: 0;
}


}
