header, nav, section, article, aside, footer, figure, figcaption {display: block;}

body {
	padding: 0;
	margin: 0;
	background:#fff url(../img/header-img.png) center 5px no-repeat;
	text-align: center;
	font-family: 'dinregular', arial, sans-serif;
	font-size: 16px;
	/*color: #213a40;*/
	color: #3c242e;
}
a {
	color:#69b0a9;
	text-decoration:underline;
}
a:hover {
	color:#8ccec7;
	text-decoration:none;
	transition: all 0.4s ease-in-out;
}
a img {
	border: 0;
}
.layout {
	width: 980px;
	margin:0 auto;
	text-align:left;
}

h1, h2, h3, h4 {
	font-family: 'din_mediumregular', arial, sans-serif;
	letter-spacing: -1px;
	padding-bottom: 25px;
	margin:0;
	font-weight: normal;
}

ul, ul li {
	list-style-type:none;
	margin:0;
	padding:0;
}

.clear {
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
	clear: both;
	width: 100%;
}

td {
	padding-right: 10px;
}

/* HEADER */
header {
	height: 270px;
}
/*.header-img {
	
	position: absolute;
	top: 0;
	left: 40%;
	z-index: 1;
	width: 650px;
	height: 282px;
}*/
.logo {
	background:url(../img/bg_logo.png) top left no-repeat;
	padding-top: 75px;
}
.logo img {
	margin-left: -96px;
}

/* MAIN MENU */
nav {
	background:url(../img/bg_nav.png) left center repeat-x;
	margin-top: 15px;
}
nav .layout {
	background: #fff;
	width: 1020px;
	text-align: center;
}
nav ul {
	display: block;
	margin: 0 auto;
	text-align: left;
	background:#fff;
	width: 980px;
	position: relative;
	z-index: 3;
}
nav ul li {
	display: inline-block;
}
nav ul li a {
	font-size: 20px;
	display: inline-block;
	padding: 10px 10px;
	/*margin: 0 5px 0 0;*/
	text-decoration: none;
	letter-spacing: -1px;
}
nav ul li a:hover {
	background:#78b8b1;
	color:#fff;
}
nav ul li a.current {
	background:#78b8b1;
	color:#fff;
}
nav ul li a.current:hover {
	background:#8ccec7;
	color:#fff;
}


/* MAIN */
.main-img {
	width: 100%;
	margin: 0 0 20px 0;
}
.main-img img {
	width: 100%;
}
.content {
	padding:0 0 40px 0;
}
.content h1 {
	color:#69b0a9;
}
.content h3 {
	color:#69b0a9;
}
.content ul {
	padding:0 0 20px 0;
}
.content ul li {
	display: block;
	padding:0 0 10px 35px;
	background: url(../img/list.png) 0 7px no-repeat;
}
.content p {
	padding:0 0 20px 0;
	margin:0;
}
.intro {
	font-family: 'din_mediumregular', arial, sans-serif;
	letter-spacing: -1px;
	font-size: 20px;
	color: #3c242e;
}

/* ACTUELLES */
.actuelles {
	color: #483e51;
}
.actuelles a {
	color: #886f57;
}
.actuelles a:hover {
	color: #886f57;
}
.actuelles h4 {
	color: #3c242e;
	font-size: 18px;
	padding-bottom: 15px;
}
.actuelles h2 {
	color:#886f57;
}
.act-img {
	float: left;
	margin-right: -220px;
	padding-top: 0px;
	padding-bottom: 20px;
}
.act-cnt {
	float: left;
	padding-left: 100px;
}
.act-bullets {
	float: left;
	font-style: italic;
}

/* Column container */
.row {  
  display: flex;
  flex-wrap: wrap;
  padding-top: 0px;
}

.column-text {
	text-align: center;
	padding-top: 20px;
}

.column-text-desiderio {
	text-align: left;
	padding-top: 20px;
}

.column-text-small {
	text-align: center;
	padding-top: 10px;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
  flex: 50%;
  background-color: white;
  padding-top: 20px;
}

/* Main column */
.main {
  flex: 50%;
  background-color: white;
  padding-top: 20px;
}

.column-img {
	display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .row {   
    flex-direction: column;
  }
}

/* CONTACT FORM */
.c_form {
	display: inline-block;
	/*background: #e6f1f0;*/
	border-left:5px solid #69b0a9;
	padding:20px 40px;
}
.c_form label {
	float:left;
	width:200px;
	margin:0 15px 0 0;
	color:#69b0a9;
}
.c_form input {
	float:left;
	width:250px;
}
.f_line {
	float:left;
	width:100%;
	padding:5px 0;
}
.c_form input, .c_form textarea {
	border:1px solid #a2a2a2;
	padding:7px;
	background:#fff;
	font-family: 'din_lightregular', arial, sans-serif;
	color:#000;
	font-size:16px;
}
.c_form input:focus, .c_form textarea:focus {
	border:1px solid #69b0b3;
	background:#ddedeb;
}
.c_form .s_button {
	background:#3c242e;
	color:#fff;
	font-family: 'din_mediumregular', arial, sans-serif;
	font-size:16px;
	padding:7px 20px;
	border:0;
	width:auto;
	cursor:pointer;
	/*float:right;*/
}
.c_form .s_button:focus {
	border:0;
	background:#3c242e;
}
#result {
	/*position:relative;*/
	/*margin-top:-20px;*/
	/*border:1px dashed #ff8a8a;
	background:#ffe9e9;*/
	color:#d33939;
	line-height:24px;
	/*padding:10px;
	display:none;*/
}



/* FOOTER */
footer {
	background-image: url(../img/bg-footer.jpg);
	background-color: #483e51;
	font-size: 14px;
	color:#fff;
	padding: 70px 0 60px 0;
	font-family: 'din_lightregular', arial, sans-serif;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color:#fff;
	opacity: 0.6;
}
footer ul li {
	display: inline-block;
	margin: 0 7px;
	font-size: 16px;
}
footer ul {
	padding-bottom: 40px;
}
.footer-logo {
	float: left;
}
.impressum {
	float: left;
	padding: 40px 0 0 60px;
}
.impressum a {
	display: inline-block;
	margin: 0 10px 0 0;
}
.copyright {
	padding: 40px 0 0 0;
	float: right;
}

span.bold {
	font-family: 'dinbold';
}