#bg,#bg table,#bg td {
width:100%;
height:100%;
overflow:hidden;
}


.responsiveContainer {
  position: relative;
  padding-bottom: 45%;
  height: 0;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


body {
    margin: 0px;
    padding: 0px;
}

#bild {
	margin: 0px;
    padding: 0px;
	width:100%;
	overflow:hidden;
}	


#textfeld {
	margin-left: auto;
    margin-right: auto;
	padding-top:30px;
    position: absolute;
	left: 5%;
	right: 5%;
    width: 90%;
	max-width: 600px;
}


#textfeld h1 {
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 3rem;
}

#textfeld .links {
	padding-bottom:30px;
}

#textfeld .rechts {
	padding-bottom:30px;
}

#textfeld img {
	width:100%;
	height:100%;
	overflow:hidden;
}

@media only screen and (min-width: 700px) {

#bild {
	width:50%;
	float:left;
	overflow:hidden;
}	

#textfeld .links {
    width: 120px;
	float:left;
}

#textfeld .rechts {
	float:left;
}

#textbereich li.schmal {
	width: 120px;
	float:left;
}
}







