
.container2 {

   	background-color: rgba(209, 205, 199, 0.75);
   	border-radius: 10px;
}
.container1 {
    width: 100%;
    height: 140px;
    background: url(../Bilder/IMG_0459.png) no-repeat ;
    background-size: cover;
    background-position: center center; 
    position: static;
    z-index: 1;
    /*	opacity: 0;*/
    top: 0px; 
    margin-right: auto;
    margin-left: auto;
}
table {
	padding: 10px;
}
th, td {
	border: 0px solid #320060;
	padding: 10px;
	color: #888888;
}
tfoot {
	background-color: #E6FB91;
}
thead {
	background-color: #9C0;
}
#m_text_logo {
    height: 100px;
    position:absolute;
    top: 13px;
    right: 30%;
    z-index: 3;
    text-align: center;
    }


#m_nav_logo {
	width: auto;
	height: 110px;
	background-size: cover;
	
    position:absolute;
    top: 33px;
    left: 10%;
    z-index: 2;
}

#Face {
	float:left;
	
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 25px;
	border-width: 1px;
	border-color: black;
}

@media only screen and (min-width: 320px) and (max-width: 769px)
{
		.logo {
		width: auto;
		height: 70px;
		padding-left: 0%;
		
	}
		#m_nav_logo {
			padding-top: 20px;
    left: 5%;
	}}

@media only screen and (min-width: 770px) and (max-width: 1079px) 
{
	.logo {
		width: auto;
		height: 80px;
		
	}
	#m_nav_logo {
			padding-top: 15px;
    left: 7%;
	}}
@media only screen and (min-width: 1080px) and (max-width: 1479px) 
{
	.logo {
		width: auto;
	
	
			}
				#m_nav_logo {
			padding-top: 3px;
    left: 7%;
	}}
@media only screen and (min-width: 1480px) 
{

		#m_nav_logo {
			padding-top: 2px;
    left: 9%;
	}}