

a {
  color: inherit;
}

h1, h2, h3, h4 {
  margin: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}

h1 {
  font-size: 3em;
}

.hidden {
visibility: hidden;
}

.fa {
    width: 20px;
    height: 20px;
}

/* Empfang */
/* Player */
.Player1 {
	width: 62%;
	margin-left:390px;
	margin-top: 100px;
	margin-bottom: 30px;
}

/* Menü rechts */
#menu1 {
	position: absolute;
    border-radius: 10px;
  overflow: hidden;
  opacity: 0.95;
	
    width: 325px;
    margin-top: -200px;
    margin-left: -340px;
    margin-right: 50px;    
}

.Player2 {
	width: 83%;
	margin-left:125px;
	margin-top: 125px;
	margin-bottom: 30px;
}

.translate {
margin-top: 50px;
height: 600px !important;	
width: 900px !important;	
transition: all 0.5s ease-in;
}

.closeContact {
	float: right;
	cursor:pointer;
}

#background2 {
	height:300px ;
}

#menu2 {
    width: 305px;
    margin-left: -10px;
    margin-right: 50px; 
	margin-top: 100px;	
}

#menuRe {
    position: absolute;
    margin-left: -776px;
    margin-right: 50px;
    margin-top: 150px;
}


#menuLi {
    position: absolute;
    margin-left: 253px;
    margin-right: 50px;
    margin-top: 150px;
}


#menu2_1 {
margin-left: 125px;	
}

#menu3 {
    width: 305px;
    margin-left: -10px;
    margin-right: 50px;    
}

#menu3_1 {
margin-left: 140px;	
}

.Player3 {
	width: 68%;
	margin-left:150px;
	margin-top: 70px;
	margin-bottom: 30px;
}

.top {
	margin-left: -10px;
	width: 299px !important;
}

.nav1 {
  padding: 1em; 
  padding-left: 2em;
  font-size: 12px;
  text-align: left;
  color: #ddd;
  transition: .3s background-color ease-in-out,
              .3s color ease-in-out;
    background-color: rgba(202, 241, 252, 0.67);
    cursor:pointer;
}

.nav1 li {
  width: 100%;
  padding: 1em;
  font-size: 12px;
  text-align: left;
  background-color: #444;
  color: #ddd;
  transition: .3s background-color ease-in-out,
              .3s color ease-in-out;    
    border: 2px solid;
    margin-bottom: 5px;
    border-color: #fff;
    font-family: Helvetica;
    font-weight: 600;
        font-size: 12px;
}

.nav1 li:hover {
	background-color: #666;
	color: #fff;
}


/* Menü unten */
#menu1_1 {
margin-left: 390px;	
}

.nav {
  font-size: 12px;
  text-align: left;
  color: #ddd;
  transition: .3s background-color ease-in-out,
              .3s color ease-in-out;
    cursor:pointer;
	-webkit-box-shadow: 2px 7px 24px 0px rgba(0,0,0,0.19);
	-moz-box-shadow: 2px 7px 24px 0px rgba(0,0,0,0.19);
	box-shadow: 2px 7px 24px 0px rgba(0,0,0,0.19);
}

.nav li{
  width: 100%;
  padding: 1em;
  font-size: 12px;
  text-align: left;
  background-color: #444;
  color: #ddd;
  transition: .3s background-color ease-in-out,
              .3s color ease-in-out;    
    border: 2px solid;
    margin-bottom: 5px;
    border-color: #fff;
    font-family: Helvetica;
    font-weight: 600;
        font-size: 12px;
}

.nav li:hover{
  background-color: #666;
	color: #fff;
}


