@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Calibri, Verdana, "sans-serif"
}

h1 {
  font-size: 40px;
  line-height: 42px;
  color: #001151;
}

h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  margin: 0;
  cursor: pointer;
  color: #5b9bd5;
}

h3 {
  font-size: 21px;
  line-height: 34px;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
  margin: 0;
  cursor: pointer;
  color: #666666;
}

p {
  color: #666;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
}
.wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.blau {
	width: 100%;
	background-color: #5b9bd5;	
	padding-bottom: 5px;
}
.country {
	width: 60%;
	margin: 0 auto;
}
.country-txt-1 {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	font-family: Calibri, Verdana, "sans-serif";
	color: white;
	font-size: 17px;
	float: left;
	text-align: center;
}
.country-txt-2 {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	font-family: Calibri, Verdana, "sans-serif";
	color: white;
	font-size: 17px;
	text-align: center;
}
.country-flags {
	float: right;
	margin-top: 10px;
}
.country-flags a {
	margin: 0 5px;
}

.headlogo {
	width: 60%;
	height: 151px;
	margin: 0 auto;
	display: block;
}
.logo {
	float: left;
	margin: 25px 0;
	width: 342px;
	height: 101px;
	background-image: url(../images/logo_padi.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.mitmachen {
	display: block;
	margin-top: 5%;
	float: right;
}
.mitmachen a {
	font-family: Calibri, Verdana, "sans-serif";
	font-weight: bold;
	color: #666666;
	font-size: 30px;
	line-height: 30px;
	text-decoration: none;
}

.zurueck {
	display: inline-block;
	float: right;
	margin-top: 6%;
	padding-bottom: 3%;
}
.zurueck a{
	display: block;
	font-family: Calibri, Verdana, "sans-serif";
	font-weight: bold;
	color: #666666;
	font-size: 17px;
	line-height: 30px;
	text-decoration: none;
}
.picture {
	background-image: url(../images/baby.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom:  40%;
	
}
.picture-txt {
	position: absolute;
	margin: 22%;
}
.picture-txt a {
	font-family: Calibri, Verdana, "sans-serif";
	font-weight: bold;
	color: white;
	font-size: 70px;
	line-height: 70px;
	text-decoration: none;
}
.content {
	width: 60%;
	margin: 0 auto;
}
.bilderOben{
	width: 100%;
	background-image: url(../images/baby2.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	height: 100px;
	padding-bottom: 25% ;
	margin-top: 5%;
}
.bilderUnten{
	background-image: url(../images/baby.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 100%;
	padding-bottom: 39%;
	margin-bottom: 10%;
}


.einlLinks{
	width: 74%;
	display: inline-block;
}
.einlRechts{
	width: 15%;
	padding-bottom: 15%;
	background-image: url(../images/haende.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: 5%;
	right: 20%;
}
.einleitung {
	width: 100%;
	display: block;
	float:left; 
}
.einleitung .einlLinks ul li {
	padding: 0;
	margin: 0;
}
.einleitung .einlLinks ul li p{
	padding: 0;
	margin: 0;
	margin-left: -13px;
}
.einleitung .einlLinks ul {
	list-style: none
}
.einleitung .einlLinks li::before {
	content: "•"; 
	color: #5b9bd5;
	margin-left: -1em;
	font-size: 2em;
	position: absolute;
	top: -6px;
}
.btn_row {
	width: 100%;
	display: block;
	clear: both;
	text-align: center;
	padding: 25px 0;
}
.btn {
	padding: 8px 30px;
	display: inline-block;
	clear: both;
	border-radius: 8px;
	margin: 0 auto;
	background-color: #0d2e6b;
	text-align: center;
}
.btn a {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
.btnMail {
	margin-top: 7px;
	margin-bottom: 40px;
	padding: 0 10px;
	display: inline-block;
	clear: both;
	border-radius: 6px;
	background-color: #0d2e6b;
	text-align: center;
}
.btnMail a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.akkordeon {
	width: 100%;
	margin-top: 10%;
}
.footer {
	width: 100%;
	background-color: #5b9bd5;	
	padding: 20px 0 30px 0;
	text-align: center;
	float: left;
}
.footer-content {
	margin: 0 auto;
	display: inline-block;
	text-align: center;
}
.footer-logo {
	width: 165px;
	height: 60px;
	background-image: url(../images/footer-logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	margin-left: -25px;
	margin-right: 15px;
}
.footer-content a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
	margin-left: 25px;
}

.impressum {
	width: 100%;
	display: block;
	float:left; 
}

.impressum a {
	font-weight: bold;
 	color: #5b9bd5;
}

@media only screen and (max-width: 1240px) {
		.country {
			text-align: center;
		}
		.country-txt-1 {
			width: 100%;
			text-align: center;
			margin: 0;
			padding: 10px 0 10px 0;
			font-family: Calibri, Verdana, "sans-serif";
			color: white;
			font-size: 17px;
			float: left;
		}
		.country-txt-2 {
			width: 100%;
			text-align: center;
			margin: 0;
			padding: 10px 0 10px 0;
			font-family: Calibri, Verdana, "sans-serif";
			color: white;
			font-size: 17px;
		}
		.country-flags {
			width: 100%;
			text-align: center;
			margin-top: 10px;
		}
		.country-flags a {
			margin: 0 5px;
		}

}
@media only screen and (max-width: 1000px) {
    

		.headlogo {
			width: 80%;
			margin: 0 auto;
		}
		.logo {
			margin: 25px 0;
			width: 342px;
			height: 101px;
			background-image: url(../images/logo_padi.png);
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
		}
		.mitmachen a {
			font-size: 21px;
			line-height: 21px;
			float: right;
		}
		.picture {
			background-image: url(../images/baby.jpg);
			background-size: contain;
			background-repeat: no-repeat;
			padding-bottom:  40%;

		}
		.picture-txt {
			position: absolute;
			margin: 22% 8%;
		}
		.picture-txt a{
			font-family: Calibri, Verdana, "sans-serif";
			font-weight: bold;
			color: white;
			font-size: 50px;
			line-height: 50px;
		}
		.content {
			width: 80%;
			margin: 0 auto;
		}
		.einleitung{
			width: 100%;
		}
		.einlRechts{
			margin-top: 5%;
			right: 10%;
		}
		.akkordeon {
			width: 100%;
		}
}




@media only screen and (max-width: 740px) {
    

		.headlogo {
			width: 95%;
			margin: 0 auto;
		}
		.logo {
			margin: 25px auto;
			width: 342px;
			height: 101px;
			background-image: url(../images/logo_padi.png);
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
		}
		.mitmachen {
			display: none;
		}
	
		.picture {
			background-image: url(../images/baby.jpg);
			background-size: contain;
			background-repeat: no-repeat;
			padding-bottom:  40%;

		}
		.picture-txt a {
			position: absolute;
			margin: 22%;
			font-family: Calibri, Verdana, "sans-serif";
			font-weight: bold;
			color: white;
			font-size: 30px;
			line-height: 30px;
		}
		.content {
			width: 90%;
			margin: 0 auto;
		}
		.einleitung{
			width: 100%;
		}

		.einlLinks{
			width: 100%;
			display: inline-block;
		}
		.einlRechts{
			width: 100%;
			padding-bottom: 25%;
			margin-bottom: 5%;
			margin-top: 5%;
			display: block;
			background-position: center;
			position: relative;
			right: auto;
			left: auto;
		}
		.akkordeon {
			width: 100%;
		}
}

@media only screen and (max-width: 420px) {
	
	
		h1 {
		  font-size: 27px;
            line-height: 33px;
		}
		
		.logo {
			margin: 25px auto;
			width: 300px;
			height: 88px;
			background-image: url(../images/logo_padi.png);
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
		}
		.picture-txt {
			position: absolute;
			margin: 22% -4%;
		}
		.picture-txt a {
			position: absolute;
			margin: 5% 5%;
			font-family: Calibri, Verdana, "sans-serif";
			font-weight: bold;
			color: white;
			font-size: 24px;
			line-height: 24px;
		}
	
		.bilderOben{
			padding-top: 15%;
			}
	
		.akkordeon {
			width: 100%;
			margin-top: 20px;
		}
	
		.footer-logo {
			width: 100px;
			height: 36px;
			margin-left: 0;
		}
	
		.footer-content a {
			font-size: 16px;
			margin-left: 10px;
		}
	
}
