/*****************/
/*   CSS-Reset   */
/*****************/

html, body, div, span, applet,
object, iframe, h1, h2, h3, h4,
h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del,
dfn, em, font,img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td{
	background:transparent;
	border:0;
	margin:0;
	padding:0;
	vertical-align:baseline;
}



/*************************************/
/*   Lokale Google Webfont Schrift   */
/*************************************/
@font-face {
	font-family: 'Average Sans';
/*font-family: 'Open Sans';*/
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans'), url(../files/fonts/AverageSans-Regular.ttf) format('truetype');


/*src: local('Open Sans'), url(../files/fonts/OpenSans-Regular.ttf) format('truetype');*/

}

/*
@font-face {
	font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    src: local('Open Sans'), url(../files/fonts/OpenSans-Bold.ttf) format('truetype');
}

@font-face {
	font-family: 'Open Sans';
    font-style: italic;
    font-weight: normal;
    src: local('Open Sans'), url(../files/fonts/OpenSans-Italic.ttf) format('truetype');
}
*/


/*
@media (max-width: 1000px), (max-device-width: 480px) {

   .page-left{
      left: -300px;
   }

   .content-footer .float-right{
      display:none;
   }

   .content-footer{
      left:0px;
   }

   .page-right {
      margin-left: 100px !important;

   }

}
*/


/**********************************/
/*   Grundlegende Seitendesigns   */
/**********************************/
html {
   overflow-y:scroll;
   height: 100%;
}

body{
   background-color: #fff;
   background-image:
   linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
   linear-gradient(#eee 1px, transparent 1px);
   background-size: 100% 1.2em;
   background-attachment: fixed;
	font-family:  'Average Sans', Helvetica, sans-serif, "Trebuchet MS";
	font-size:14px;
	font-weight:normal;
	color: #2C2C2C;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
   height: 100%;
   width: 100%;
}

.page{
	min-width:750px;
	margin-left:auto;
	margin-right:auto;
   height: 100%;
   min-height: 100%;
   width: 100%;
   display: flex;
}

.page-left{
   position: fixed;
}

.page-right{
   margin-left: 400px;
   position: absolute;
   margin-top: 184px;
}

.page-left,
.page-right{
	float: left;
}

.float-left{
	float: left;
}

.float-right{
	float: right;

}

.not_italic{
   font-style: normal;
}

.content-footer{
   font-size: 11px !important;
   margin-bottom: 5px;
   padding-left: 10px;
   color:#fff !important;
   bottom: 0px;
   position: fixed;
   line-height: 11px;
   width:280px;
}

.logo{
	text-align:center;
	width:100%;
	height:250px;
   user-select: none;
   padding-top:20px;
}

.logo p{
   margin-top: 10px;
   font-size: 18px;
}

.logo img{
   filter: invert(1);
}

.sidebar{
	background-color:#16161D;
	padding:0px;
	border-right: 3px solid #fff;
   box-shadow: 1px 0px 4px 1px rgba(0, 0, 0, 0.2);
	margin:0px;
	bottom:0px;
	max-width:246px;
   font-size: 15px;
   min-width:300px;
   min-height: 100%;
   height: 100%;
   position: fixed;
   color:#fff;
}



.banner{
   visibility: hidden;
	width:720px;
	height:286px;
	border: 1px solid #ccc;
   border-radius:5px;
	margin:5px;
	font-size:10px;
   user-select: none;
   pointer-events: none;
}

.banner img{
   border-radius:5px;
}

.content{
	background-color:rgba(255, 255, 255, 1);
   box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	text-align: justify;
	min-width:690px;
	max-width:800px;
	padding:15px;
	border: 1px solid #16161D;
   border-radius:5px;
	margin:5px;
	line-height:25px;
   color: #16161D;
}

.content img{
   user-select: none;
   pointer-events: none;
}

.hidden_map{
	float: right;
	margin-left: 3000px;
	position: fixed;
}


/******************/
/*   Seitenmenü   */
/******************/
.menu ol{
	list-style:none;
	line-height:80px;
	padding-left:15px;
   padding-top:5px;
   padding-bottom:5px;
   overflow-y: scroll;
   -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
   max-height:calc( 100% - 310px);
   background-color:#16161D;
}

.menu ol::-webkit-scrollbar {
  display: none;
}


.menu li{
   cursor:pointer;
   border-top: 3px solid #fff;
   border-image:
      linear-gradient(
         to right,
         #16161D,
         #fff
      ) 1;
}

.menu li:last-child{
   border-bottom: 3px solid #fff;
}


.li_menu_aktiv{
   border-right: 5px solid #fff !important;
}


.menu li:hover a{
	color:#E7E5D1 !important;
}

.menu_ebene_0{
   padding-left:30px;
   font-size:25px;
   color:#fff !important;

}

.menu_ebene_1{
	padding-left:40px;
	font-size:20px;
   color:#fff !important;
}



/*
.menu_ebene_1:before{
	content:"\203A\ ";
	color:#000 !important;
}
*/

.menu_ebene_2{
	padding-left:45px;
	font-size:11px;
	color:#fff !important;
}

/*
.menu_ebene_2:before{
	content:"\021B3\ ";
}
*/

/*
.menu_aktiv:before{
	content:"\0226B\ ";
	color:#000 !important;
}
*/


.menu_aktiv{
	color:#E7E5D1 !important;
}

.mail_icon,
.phone_icon{
    font-size:60px;
    text-align:center;
    line-height:60px;
}



/**************/
/*   Design   */
/**************/
a:link { text-decoration:none; color:#000; cursor:pointer;}
a:visited { text-decoration:none; color:#000; cursor:pointer;}
a:hover { text-decoration:none;  color:#000; cursor:pointer;}
a:active { text-decoration:none; color:#000; cursor:pointer;}
a:focus { text-decoration:none; color:#000; cursor:pointer;}

.link{
	color:#444 !important;
}

h1{
	font-size:17px;
	margin-bottom:15px;
}

h2{
	font-size:15px;
	font-weight:normal;
	text-decoration: underline;
}


.font_grey{
	color: #999;
}

.font_s{
	font-size: 13px !important;
}

.underline{
   text-decoration: underline;
}

/* Button */
.button{
	min-width:120px;
	font-weight:bold !important;
	height:40px !important;
    margin:10px;
	-webkit-appearance: none;	/* iPad */
	background-color:#FFF !important;
	border: 1px solid #ccc;

}

.button:hover{
	text-decoration:underline;
	background-color: #FFF !important;
	cursor:pointer;
}

.button:active{
	background-color: #FFF !important;
	border: 1px inset #ccc;

}

.content li{
	padding-left:5px;
	margin-left:15px;
	margin-right:15px;
	list-style-type: circle;
	font-size:13px;
}

.small_font{
	font-size:10px;
}

.medium_font{
	font-size:12px;
}

.content-footer sup,
sup{
	vertical-align:text-top;
}

.content-footer a{
	color:#fff !important;
}

.hidden{
	display:none;
}

.center{
	text-align:center;
}

.justify{
   text-align: justify;
   display: table-row;
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}

.bold{
	font-weight:bold;
}

.border{
	border:1px solid #ECEDED;
}