body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	background: #ffffff;
	font-family: "Open Sans", sans-serif;
	
	font-size: 100%;
}
.div_logo
{
	background-image: url("../images_logo/logo_min.png");
	width:65px;
	height:50px;
	float:left;
	background-repeat: no-repeat, repeat;
}

button
{
	font-size:1em;
  padding: 0.5em !important;
  background-color: #1784c7 !important;
  border-radius: .25em !important;
  border: none !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
  text-align: center !important;
  color: #ffffff !important;
  font-family: "Open Sans", sans-serif !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;

}

button:hover {
background:#33aef9 !important;
cursor:pointer !important;

}
button:active {
position:relative;
top:1px;
}

button:focus
{
    outline:none;
	outline-color:#FFFFFF;
}

.mssclock{
	float:left;
	padding:0.1em;
    width: 4.2em;

	font-size: 1.5em;
	font-family: 'Oswald';
	font-weight: 700;
	color:#dddddd;
	text-align: justify;
}
.mssclock > div {
      text-align: justify;
		color:#76cbff;
    }
 
.mssclock > div::after {
      content: "";
      display: inline-block;
      width: 100%;
    }
    
*, *::after, *::before {
  box-sizing: border-box;
}

.div_haupt .div_haupt_inhalt{
  padding: 2em;
}

.div_haupt::after {
  display: none;
  content: 'min';
}

.div_top
{
 
  z-index: 2;
  top: 0;
  left: 0;
  height: 3em;
  width: 100%;
  background: #3e454c;
}
.div_haupt_menu {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  padding: 45px 0 0;
  background-color: #2c3136;
  visibility: hidden;
  opacity: 0;
  max-height: 100vh;
  overflow: hidden;
 
}
 .div_api_item
 {
	cursor:pointer;
	padding:0.6em 0.3em 0.6em 0.1em ;

 }
 .div_api_item_umenu
 {
	cursor:pointer;
	padding:0.6em 0.3em 0.6em 0.1em ;
	color:#ffffff;
 }
 .div_api_item_umenu_name
 {
	
	margin-left:2em;
 }
.div_api_item_menu
{
background-color: #191c1f;


}
  .div_api_item_umenu:hover
 {
 color: #76cbff !important;
 
}
 .aktivumenu
 {
 background: #1784c7;
 color: #ffffff;
 font-weight: 300;
 
}
  .div_api_item:hover
 {
  background-color: #33383e;
}
 .div_api_item_name
 {
	margin-left:10px;
	color:#ffffff;

 }

.aktiv {
    background: #1784c7;
  }
  
 .div_haupt_menu > div {
    
  }
  
  .div_melden
  {
	visibility: hidden;
	
  }

@media only screen and (min-width: 768px) {
.sticky {
  top: 3em;

}
 .aktivumenu
 {
 background: transparent;
 color: #1784c7;
  font-weight: 900;
 
}
.aktiv {
    box-shadow: inset 4px 0 0 #1784c7;
    background:transparent;
  }
.mobile_menu {
    display: none !important;
  }
  .div_haupt .div_haupt_inhalt {
    margin-left: 150px;
    padding-top: 5em;
  }
  .div_haupt::after {
    content: 'mid';
  }
  .div_haupt_menu {
    position: relative;
    float: left;
    top: auto;
    width: 150px;
    min-height: 100vh;
    padding-top: 4em;
    visibility: visible;
    opacity: 1;
    overflow: visible;
    max-height: none;
  }
  .mssclock{
  visibility: visible;
  }
    .div_melden
  {
	visibility: visible;
  }
 .div_top {
    position: fixed;
    height: 3em;
  }
}
@media only screen and (min-width: 1170px) {
  .div_haupt .div_haupt_inhalt {
    margin-left: 250px;
  }
    .mssclock{
  visibility: visible;
  }
  .div_haupt::after {
    content: 'max';
  }
.div_haupt_menu {
    width: 250px;
  }
      .div_melden
  {
	visibility: visible;
  }
}

