	
/* /////////////////////// WA mobil ///////////////////////// */

@media screen and (max-width: 1100px) {

body, html {
	font-size: 0.9em;
	}

/* ////////////////////// header ///////////////////////// */

#In_Header {
	height: 64px;
	overflow: hidden;
	transition: 0.5s;
	background: black;
	cursor: pointer;
	}
	
#In_Header:hover {
	height: 210px;
	}
	
#In_Header:hover #Navi_top {
  display: block;
  }

header {
  background: black;
  } 

#In_Header .fa-bars {
	display: block;
	padding: 20px;
	font-size: 2.0em;
	color: var(--weiss);
	float: right;
	}
	
#Navi_top {
	display: hidden;
	padding: 30px 0px 30px 0px;
	transition: 0.5s;
	}
	
#Navi_top a {
	padding-left: 70px;
	color: var(--weiss);
	line-height: 1.6em;
	text-decoration: none;
	font-size: 1.8em;
	}
	
#Navi_top a:hover {
	color: var(--gelb);
	}
	
	
/* ////////////////////// main /////////////////////////// */

#Navi_links {
	display: none;
	}

.mod_article {
  margin-left: 0px;
  font-size: 1.3em;
  padding: 0px 10px;
}

figure img {
	width: 100px;
	transition: 0.3s;
	box-shadow: 0px 0px 3px 3px lightgrey;
	border-radius: 5px;
	cursor: default;
	}
	
figure img:hover {
	width: 100px;
	}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 15px;
  right: 15px;
  }
	
}
