/* Streamen via PHP funktioniert nicht, deswegen iframe und dieser Code in der Datei! */	
@media only screen and (min-width: 725px) {
.map {
 width: 61%;
 padding: 32px;
}
}

button {
 font-size: 21px;
 border-radius: 0px;
 border: 0px;
 padding: 12px;
 background-color: #006FE9;
 color: #fff;
 margin: 16px 0px 16px 0px;
 height: 44px;
}

button:focus {
outline: -webkit-focus-ring-color auto 0px;
}

.buttons {
  float:left;
}

.map {
  margin-bottom: 32px;
}
	
.warnbox {
  margin-bottom: 48px;
}
	
.warnicon {
  width: 64px;
  padding: 8px;
  margin-right: 10px;
  background-color: #333333;
  float: left;
  border-radius: 10px;
}
	
@media only screen and (min-width: 725px) {
.warnicon {
  margin-bottom: 80px;
}
}

.warntitel {
  font-size: 21px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
	
@media only screen and (max-width: 640px) {
.warntitel {
  margin-bottom: 32px;
}
}

.warntext {
  font-size: 18px;
  margin-bottom: 16px;
  font-family: "Open Sans", sans-serif;
}