﻿@media screen {

body {
	font-family: 'Red Hat Display', sans-serif;
	font-size: 100%
}

* {
	margin: 0;
	padding: 0;
}

.clearfix {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

 #flex-container {
   display: -webkit-flex;
   display: -ms-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.container_content {
	margin-left: 15%;
	margin-right: 15%;
	position:relative;
	height: auto; 
}


.img_cardiogram {
	width: 100%;
}


#bunte_container {
	width: 100%;
}

#uueAngebot{
	width: 95%;
	margin-left: 3%;
	margin-bottom: -2.5%;
	line-height: 25px;
}

.container_blau {
	float:left;
	background-color: rgba(28,111,185,255);
	width: 59%;
	height: auto;
	color: white;	
	line-height: 50px;
	margin-top: 1%;
	padding-top: 1%;
	padding-bottom: 4%;
}

.individuellVorbereitung{
	margin-top: -1%;
	margin-bottom: 3%;
	line-height: 1.6em;
}

.container_grün {	
	float:right;
	background-color: rgba(147,195,28);
	width: 39%;
	height: auto;
	color: white;	
	line-height: 50px;
	margin-top: 1%;
	margin-left:2%;
	padding-top: 1%;
	padding-bottom: 4%;
}

.copyright {
	float:right;
	width: auto; 
	margin-top:1%;
	margin-bottom:1%;
	font-size: 12pt;
}


.ueberschrift {
	font-size: 25pt;
	margin-left: 3%;
}

.unterueberschriften {
	font-size: 12pt;
	margin-left: 3%;
	margin-top: 5%;
}

.text{
	flex: 1; /* Nimmt den restlichen Platz ein */
  margin: 3% 3% 0 0;
}

.image {
	flex: 0 0 170px; /* Fixe Breite fürs Bild */
  margin: 3%;
  height: auto;
}

ul {
	list-style-position: outside;
	list-style-type: "» ";
	text-indent: 0.5%; 
	line-height: 30px;
	margin-left: 6%;
	margin-right: 3%;
}

.jetztbuchen {
	height: auto; min-height: 40px; 
	width: auto; min-width: 40px;
	text-align: center;
	color: white;
	background-color: rgba(147,195,28);
	border: none;
	margin-top: 3%;
	margin-left: 6%;
	padding-left: 10%;
	padding-right: 10%;
}
#preis_Nebensatz {
	line-height: 180%;
	margin-top: 3%;
	margin-left: 3%;
	font-style: italic;
}


}





/*HANDY-FORMAT */
@media only screen and (max-width: 900px) {
 
body {
	font-family: 'Red Hat Display', sans-serif;
	font-size: 100%
}

* {
	margin: 0;
	padding: 0;
}
  
.clearfix {
  overflow: auto;
} 

.container_content {
	margin-left: 5%;
	margin-right: 5%;
	position:relative;
	height: auto; 
}


.img_cardiogram {
	width: 100%;
}


#bunte_container {
	width: 100%;
}


.container_blau {
	background-color: rgba(28,111,185,255);
	width: 100%;
	color: white;	
	line-height: 50px;
	margin-top: 1%;
	padding-top: 1%;
	padding-bottom: 4%;
	height: auto;
}


.container_grün {	
	background-color: rgba(147,195,28);
	width: 100%;
	color: white;		
	line-height: 50px;
	margin-top: 1%;
	padding-top: 1%;
	margin-left:0%;
	padding-bottom: 9%;
	height: auto;
}

.copyright {
	float:right;
	width: auto; 
	margin-top:1%;
	margin-bottom:1%;
	font-size: 12pt;
}

.ueberschrift {
	font-size: 25pt;
	margin-left: 3%;
}

.unterueberschriften {
	font-size: 12pt;
	margin-left: 3%;
	margin-top: 10%;
	margin-right: 3%;
}

.text{
	text-indent: 0.5%; 
	line-height: 25px;
	margin-left: 3%;
	margin-right: 3%;
}

.image {
	float: left;
	margin-left: 3%;
	margin-right: 3%;
}

ul {
	list-style-position: outside;
	text-indent: 0.5%; 
	line-height: 30px;
	margin-left: 6%;
}

.individuellVorbereitung{
	line-height: 30px;
	margin-bottom: 15pt;
}

.jetztbuchen {
	height: auto; min-height: 40px; 
	width: auto; min-width: 40px;
	text-align: center;
	color: white;
	background-color: rgba(147,195,28);
	border: none;
	margin-top: 3%;
	margin-left: 6%;
	padding-left: 10%;
	padding-right: 10%;
}

#preis_Nebensatz {
	line-height: 170%;
	margin-left: 3%;
	margin-top: 5%;
	font-style: italic;
}

}

