
body { 
	background-image:url(/img/background.png);
	background-repeat: repeat-x;
	background-color:#214478;
	font-family: 'Nunito', sans-serif;
	padding:0px;
	margin:0px;
	}

h2 {
	margin-bottom:0px;
	padding-bottom:0px;
	color:#fff;
	}	

h3 {
	color:#fff;
	}

a { 
	color:#fff;
	text-decoration:none;
	}
	
ul {
	padding:0px;
}
	
a:hover {
	color:#e3e3e3;
}
	
.logo {
	width:100%;
	float:left;
	text-align:center;
	margin-top:15px;
	margin-bottom:30px;
}

.topnav {
	max-width:900px;
	height:40px;
	margin: 0 auto;
	text-align:right;
	padding-top:5px;
}




.circleBox {
	width:160px;
	height:190px;
	float:left;
	padding:10px;
	background-image: url("/img/line.png");
	background-position: bottom; 
	background-repeat: no-repeat; 
	background-size: 90%;
	margin-bottom:20px;
}

.circle {
	width:150px;
	height:150px;	
	background-color:#FFF;
	border-radius:80px;
	border:solid;
	border-width:5px;
	border-color:#243d6e;
	transition: transform .2s;
	z-index:20;
}

.circle img {
	border-radius:80px;
}

.dot {
	width:20px;
	height:20px;
	position:absolute;
	margin-left:100px;
	color:#b2ed17;
	z-index:100;
}

#heart {
	width:25px;
	height:25px;
	position:absolute;
	margin-left:100px;
	color:#fff;
	z-index:100;
	background-image: url("/img/heart.png");
	background-size: 25px;
	text-align:center;
	background-repeat: no-repeat;
	font-size:13px;
	font-weight:bold;
	padding-top:2px;
}


.circle:hover, .dot:hover, #heart:hover     {
	transform: scale(1.1); 
	z-index:20;
}

.dot:hover {
	transform: scale(1.1); 
	z-index:100;
	position:absolute;
}

.circleName {
	float:left;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:13px;
	margin-top:10px;
	color:#a25bcd;
}

.number {
	float:left;
	width:50%;
	text-align:center;
	color:#fff;
	font-size:18px;
	margin-top:10px;
	color:#a25bcd;
	font-weight:bold;
}

.likes {
	float:left;
	width:50%;
	text-align:center;
	color:#fff;
	font-size:13px;
	margin-top:10px;
	color:#a25bcd;
}

#mainContainer {
	width:100%;
	float:left;
	margin-top:20px;
}

#mainContainer .content {
	max-width:900px;
	margin: 0 auto;
	/*background-color:white;*/
}

#mainContainer .content p {
	color:#fff;
}


li {
	list-style:none;
}

.headline {
	width:100%;
	float:left;
	text-align:center;
	color:#fff;
	margin-bottom:25px;
	padding-bottom:25px;
	border-radius: 25px;

	
    border-bottom:4px solid #a25bcd;
	border-top:4px solid #a25bcd;
	
    background-size:5px 100%;
    background-position:0 0, 100% 0;
    background-repeat:no-repeat;
	
}


#footer {
  float:left;
  left: 0px;
  bottom: 0px; 
  min-height: 250px;
  width: 100%; 
  background-color:#253a68;
  margin-top:100px;
  border-top-width:5px;
  border-top-color:#243d6e;
  border-top-style: solid;
  font-size:15px;
}

.footerContent {
	max-width:900px;
	margin: 0 auto;
	padding-top:10px;
	color:#fff;
}

.footerColum1 {
	width:280px;
	float:left;
	padding:10px;
	line-height:23px;
}

.footerColum2 {
	width:280px;
	float:left;
	padding:10px;
}


.footerColum3 {
	width:280px;
	float:left;
	padding:10px;
}



#container p {
	top:0; 
	left:0;
	font-size:20px;
	
}

/* DIASHOW */


.dia {
	width:100%;
	text-align:right;
	float:left;
	margin-bottom:25px;
}

.dia a {
	color:#576e9c;
}

.dia a:hover {
	color:#fff;
}

/* KONTAKT */

input {
	width:500px;
	height:30px;
	margin-bottom:15px;
	padding-left:5px;
}

textarea {
	width:500px;
	font-family: 'Nunito', sans-serif;
	font-size:14px;
	padding-left:5px;
}

button {
	width:250px;
	height:40px;
	background-color:#a25bcd;
	color:#fff;
	border:none;
}




