#menue{

display:flex;
margin-top:-400px;
margin-left:auto;
margin-right:auto;
margin-bottom:60px;
}
.menuegruppe_a{
	display: flex;
    flex-direction: row;
}
.menuegruppe_b{
	display: flex;
    flex-direction: row;
}
.menuerahmen{
	width: 170px;
	margin: 5px;
	padding:5px;
 border: 1px solid;
 border-color: var(--border-line-color);
 float:left;
}
h3{
  text-transform: uppercase;
  color: var(--border-line-color);
  text-align: center;
  font-family: Charm;
}

.view {
  margin: 4px;
  border: 2px solid ;
  border-color: var(--border-line-color);
  overflow: hidden;
  position: relative;
  text-align: center;
	font-size: 14px;
  box-shadow: 1px 1px 2px 1px black;
  cursor: default;
  background-color:  var(--bg-transp-color);
	-webkit-box-shadow: inset 4px 16px 192px -4px rgba(0,0,0,0.71);
	-moz-box-shadow: inset 4px 16px 192px -4px rgba(0,0,0,0.71);
	box-shadow: inset 4px 16px 192px -4px rgba(0,0,0,0.71);
}

.view .mask,
.view .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;

}

.view img {
  display: block;
  position: relative;
}
.title{
	top:50px;
	display: block;
	position: absolute;
	font-family:Charm, Regular;
	text-transform: uppercase;
	font-size: 25px;
	color:var(--border-line-color);
	text-align: center;
	width: 100%;
	height: 100%;
}


.view h4 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 12px;
  font-family: Cinzel, Italic;
  /*background: rgba(0, 0, 0, 0.8);*/
  margin: 0 0 0 0;

}

.view p {
  font-family: Cinzel,italic;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: 0px 20px 0px;
  text-align: center;
}

.view a.info {
  text-decoration: none;
  color: var(--text2-color);
  font-family: Cinzel,italic;
  text-transform: uppercase;
  margin-top:10px;
}

.view a.info:hover {
	color: red;

}

.view-tenth img {
  transform: scaleY(1);
  transition: all .7s ease-in-out;
}
.view-tenth .title {
  transform: scaleY(1);
  transition: all .7s ease-in-out;
}

.view-tenth .mask {
  background-color: rgba(255, 231, 179, 0,3);
  transition: all 0.5s linear;
  opacity: 0;

}


.view-tenth h4 {
  border-bottom: 1px solid ;
  border-color:var(--border-line-color);
  margin-left:10px;
  margin-right:10px;
  background: transparent;
  transform: scale(0);
  color:var(--text1-color);
  transition: all 0.5s linear;
  opacity: 0;
}

.view-tenth p {
  color: #333;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
  padding-
}

.view-tenth a.info {
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
}

.view-tenth:hover img {
  -webkit-transform: scale(10);
  transform: scale(10);
  opacity: 0;	////Bild bei Hover sichtbar///
}
.view-tenth:hover .title {
 text-transform: uppercase;
  -webkit-transform: scale(10);
  transform: scale(10);
  opacity: 0;	////Bild bei Hover sichtbar///
}
.view-tenth:hover .mask {
  opacity: 1;
}

.view-tenth:hover h4,
.view-tenth:hover p,
.view-tenth:hover a.info {
  transform: scale(1);
  opacity: 1;
}

#onoff{
	display:none;	
	}
	
@media screen and (max-width:980px){
	
.view:hover{
	 background-color:  var(--bg-color);
	 transition: all .7s ease-in-out;
	 -webkit-transform: scale(1.3); 
	 transform: scale(1.3); 

}	
	
#menue{
	position:fixed;	
	transform: scale(0.8);	
	margin-left: -80px;
	margin-top: 40px;		
	z-index:999;	
	width: 1000px;
	display:flex;
	flex-direction: column;
	display:none;
	}	
#onoff{	
	transform: scale(1.5);
	display:block;	
	position:fixed;
	margin-top: 20px;
	margin-left:15px;
	z-index:1000;
	width: 38px;
	}
			
.btn { 	
	position: relative;         	
	margin-top:2%; 
	border: 2px solid ;
	border-color:var(--border-line-color);
	border-radius: 2px; 
	height: 36px; 
	width:36px;  
	cursor:pointer;		
	}			
#open:before { 			
	border-bottom: 17px double grey;			
	border-top: 6px solid grey;    			
	content:"";			
	height: 5px; 			
	position: absolute; 			
	right:3px;  			
	top: 4px; 
	width:30px; 		
	}			
#close{			
	display:none ;		
	}			
}	                              
