@import url("font-awesome.css");

@font-face {
      font-family: "Kite One";
      src: url("../fonts/KiteOne-Regular.ttf");
    }


html, body {
    color: #878889;
	font-family: 'Open Sans Condensed', sans-serif;
   /* font-family: 'Kite One', sans-serif;*/
    font-size: 26px;
    text-align: left;
	line-height: 1.5;
}
body {
	margin:0;
	padding:0;
	
}



*{
	box-sizing: border-box;
	/*margin:0;
	padding:0*/
}
p {
  /*  clear: both;*/
}

a{
	color: #333333;
    /*display: block;*/
  /*  font-size: 1rem;*/
    font-style: normal;
   /* font-weight: bold;*/
	text-decoration: none;
	transition-duration: 0.5s;
    transition-property: color;
	
}

 a:hover{
	color:#a1a1a1;

}

h1 {

   color: #b22222;
  /*  line-height: 4.375rem !important;
	font-weight: 100;*/
		
}


h2 {
	
   /*  font-size: 40px;
  font-weight: 100;
    line-height: 4.375rem !important;*/
}

h2::before {
	content: "\f101";
    display: inline-block;
    font-family: "Fontawesome";
    width: 30px;
}

h3 {
   /* font-size: 1.2rem;*/
   /* font-weight: 400;*/
  /*  line-height: 1.3rem;*/
}

hr {
    clear: both;
    visibility: hidden;
}


#container .clear{
	clear:both;
}

#left {
	
}


#aussen {
	margin: 0 auto 200px;
  /*  max-width: 860px;
	height:100%;*/
	/*padding-top: 75px;*/
}

#innen{
	/*border: 1px solid #878889;
	box-shadow: 0 0 3px 3px rgba(70,70,70,0.6);*/
}

#slider{

	z-index:-1;
	position: relative;
}

#container {

/*	background: url("../images/hg.png");*/
    padding: 25px;
	margin: 0 auto;
    max-width: 1000px;
/*	border: 1px solid #fff;*/
	/*margin: 25px;*/
}



.moduletable_menu{
	width:100%;
}


nav {
/*	margin-bottom:10px;
	height: 50px;
	 z-index: 100;
	 background-color: #42290d;*/
}
nav#menu {
    /*margin: 15px;*/

}

nav#menu .innen{
	margin: 0 auto;
	max-width:1000px;
/*	position: relative;*/
	display: flex;
}

nav#menu .innen .moduletable_nav {
    margin-left: 20px;
	margin-top: 30px;
}

ul.nav.menu {
    display: flex;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}


ul.nav.menu li {
    margin-left: 10px;
}

#header {
   /* background-color: #000000;
    height: 200px;*/
	position: relative;
	/*margin: 15px;*/
}



footer {
    padding: 10px;
	float: right;
}


#content{
/*	padding:10px 20px;
	 width: 1100px;*/

}

#map{
	/*margin-bottom:20px;*/
}


/* menü */
#gruemenu > ul > li > a {
/*    height: 50px;
    padding-top: 15px;
    text-transform: unset !important;*/
	padding:15px 10px;
}

#navigation-toggle{
	left: 10px;
	width: 40px;
	top:5px !important;
}
 
/* Editor Style*/
.highlight_1{
	color: #cc6600;
}

.highlight_1_fett{
	color: #B22222;
	font-weight:bold;
}


#footer {
    bottom: 0;
    position: fixed;
    background-color: #222;
	color:#fff;
	width: 100%;
	padding: 25px;
}

#footer a {
    color: #fff;
}


/* jce override */
#jcemediabox-popup-closelink{
	width: auto;
	
}


#content .item-page li {
    margin-bottom: 15px;
    margin-top: 15px;
}

#content .pull-left.item-image {
    float: right;
    padding-bottom: 20px;
    padding-left: 20px;
}
#content .pull-right.item-image {
    float: left;
    padding-bottom: 20px;
    padding-right: 20px;
}
#content .pull-left.item-image img {
    box-shadow: -2px 2px 5px #aaaaaa;
    height: auto;
    max-width: 400px;
}
#content .pull-right.item-image img {
    box-shadow: 2px 2px 5px #aaaaaa;
    max-width: 400px;
}

#cadre_alert_cookies p {
    margin: 0;

}
#cadre_alert_cookies {
	bottom: 70px !important;
}

@media all and (max-width: 1100px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1100px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1100px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1100px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1100px), only screen and (min-resolution: 192dpi) and (max-width: 1100px), only screen and (min-resolution: 2dppx) and (max-width: 1100px) {




}

@media all and (max-width: 650px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 650px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 650px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 650px), only screen and (min-device-pixel-ratio: 2) and (max-width: 650px), only screen and (min-resolution: 192dpi) and (max-width: 650px), only screen and (min-resolution: 2dppx) and (max-width: 650px) {



} 