@charset "utf-8";
/* CSS Document */


/* Block-Darstellung für HTML5-Elemente im IE8 */
header,
nav,
content,
menu-re,
footer {
    display: block;
}
/***********************************************/

body, html {
    background-color: #3283A0;
	font-family: MyWebFont_newciclefina, Arial, Helvetica, sans-serif;
	color:#b9d6e0;
}
			
a {
	color: #16556D;
	font-weight: 550;
}	

/*#DC9F27*/
h1, h2, h3, h4 {
	color: #F90; 
	
}

.logoab {
	color: #000;
	font-size: 4em;
}


biotxt {
	width: 80%;
	
}

/*hr {
	color:#195d76;
	hight: 1px;
	
	
}*/

hr.style-two { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }

hr.style-one {
	border:solid #195d76 1px noshade; 
	height:1px;
	text-shadow:none;

}

hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #3283A0, #195d76, #3283A0);
  background-image: -moz-linear-gradient(left, #3283A0, #195d76, #3283A0);
  background-image: -ms-linear-gradient(left, #3283A0, #195d76, #3283A0);
  background-image: -o-linear-gradient(left, #3283A0, #195d76, #3283A0); 
}

.navi-light {
	
}


.rund {
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
width: 160px;
height:auto;
}


#div-zentriert {
/*	display: flex;
	align-items: center;
	justify-content: center;*/
	
	 text-align: left;
  margin: 0 auto;
  
}

#blue {

font-size: large;

/*
color: #b9d6e0;
*/
}
