.head{
	/* position: fixed; */
	width:100%;
	z-index:100;
	/* background-color:white; */
}
.down{
	font-family: 'typicons';
	font-size:1.2em;
	position:absolute;
	margin-left:0.5%;
	padding-right:20px;
}
.down::before{
	content: '\e01d';
}
/* -------------------------------- */
			/* Dropdown */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
	color:#3c3c3c;
	border-left:solid 1px #0d87d7;
	border-right:solid 1px #0d87d7;
	border-bottom:solid 1px #0d87d7;
    /* background-color: #0d87d7; */
    /* background-color: #393939; */
    /* min-width: 17.7%; */
    min-width: 15%;
	padding-top:15px;
	padding-left:-10px;
	margin-left:-2%;
	margin-top:10px;
	z-index:100;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.dropdown-content a {
    /* color: white; */
	/* color:white; */
	border-bottom:solid 1px white;
    padding: 14px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
	/* background-color: white; */
	color:#0d87d7;
	transition:0.6s ease-out;
}
.dropdown:hover .dropdown-content {
	display:block;
}
#menu li:hover .dropdown-content{
	display:block;
}
/* .menunavi li:hover{
	background-color:#393939;
} */



#menu{
	/* position:absolute; */
	/* background-color:blue; */
	width:100%;
	/* height:100px; */
}

.menunavi li{
	font-family: 'open_sansregular', sans-serif;
	letter-spacing:0.01em;
	font-size:1em;
	float:right;
	display: inline;
	margin-top:8%;
	padding-top:1%;
	padding-bottom:1%;
	margin-left:5px;
	margin-right:5px;
	padding-left:2%;
	padding-right:2%;
	background/* - */color:Red;
}
ul.menunavi li{
}
ul.menunavi .active{
	color:#0d87d7;
	border-bottom:solid 1px #0d87d7;
}

ul.menunavi li:hover{
	color:#0d87d7;
}

.underline {
	position: relative;
	/* color: blue; */
}
.underline:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background-color: #0d87d7;
	content: "";
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.underline:hover {
	color: yellow;
}
.underline:hover:after {
	width: 100%;
}

/*------------- MobilNavi --------------*/
/* Dropdown Mobil */
.dropdownmobil01, .dropdownmobil02, .dropdownmobil03{
	background-color:#494a4b;
	letter-spacing:0.02em;
	font-size:0.9em;
	font-family: 'open_sanslight', sans-serif;
	color:white;
	display:none;
}
.dropdownmobil01 a, .dropdownmobil02 a, .dropdownmobil03 a{
    display: block;
	padding: 12px 30px;
 /* border-top:solid 1px white; */
}
.dropdownmobil01 a:hover, .dropdownmobil01 a:focus,
.dropdownmobil02 a:hover, .dropdownmobil02 a:focus,
.dropdownmobil03 a:hover, .dropdownmobil03 a:focus{
	background-color:rgba(255,255,255,0.8);
	color:#494a4b;
}
.dropdownmobilbutton01, .dropdownmobilbutton02, .dropdownmobilbutton03{
	cursor:pointer;
}

#menu2{
	display:none;
	/* width:96%; */
	width:96%;
	height:auto;
	position:absolute;
	z-index:10;
	right:2%;
	left:2%;
	/* top:50px; */
	top:150px;
	/* top:8%; */
	background-color:#393939;
	font-size:0.8em;
	font-weight:300;
}
.navi li{
	padding-top:2%;
	padding-bottom:2%;
	padding-left:2%;
	/* margin-left:3%; */
	color:white;
}
.navi li:hover, .navi li:focus{
	color:#393939;
	background-color:rgba(255,255,255,0.8);
	transition:0.6s ease-out;
}

/* Hamburger */
.c-hamburger {
	float:right;
	display: block;
	position: absolute;
	right:2%;
	/* top:5px; */
	/* top:8%; */
	/* top:70px; */
	top:100px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	/* border:solid white 0.5px; */
}
.c-hamburger:hover{
	opacity:0.8;
	transition:ease-out 0.6s;
}
.c-hamburger:focus {
	outline: none;
}
.c-hamburger span {
	display: block;
	position: absolute;
	top: 24px;
	left: 10px;
	right: 10px;
	height: 4px;
	background: white;
}
.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	content: "";
}
.c-hamburger span::before {
  top: -10px;
}
.c-hamburger span::after {
  bottom: -10px;
}
.c-hamburger--htx {
  background-color: #393939;
}
.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}
.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #393939;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}

@media screen and (max-width: 1442px) {
#menu{
	font-size:0.9em;
}
}
@media screen and (max-width: 1304px) {
#menu{
	font-size:0.8em;
}
}
@media screen and (max-width: 1161px) {
#menu{
	font-size:0.7em;
}
}
@media screen and (max-width: 1024px) {
.menunavi li{
	margin-top:10%;
}
}

@media screen and (max-width: 1000px) {
#menu{
	display:none;
}
.head img{
	width:100%;
}
.push{
	margin-left:0%;
}
}
@media screen and (min-width: 999px) {
.c-hamburger{
	display:none;
}
}
@media screen and (max-width: 765px) {
.c-hamburger {
	top:170px;
}
#menu2{
	top:220px;
}
}
@media screen and (max-width: 530px) {
.half{
	width:32%;
	/* background-color:red; */
	float:left;
	margin-right:10%;
}
}
@media screen and (max-width: 400px) {
.half{
	width:36%;
	/* background-color:red; */
	float:left;
	margin-right:10%;
}
}