﻿@charset "UTF-8";
/* CSS Document */


@import "grid.css";
@import "menu.css";
@import "module.css";
@import "form.css";
@import "fonts.css";

body{
	font-family: 'Roboto', sans-serif;
	line-height:1.4;
	font-size:15px;
	color:#464646!important;
	background-image: url('../images/bild_f_5.jpg');
	background-color:#D4D4D4;
	background-repeat:repeat;
	background-position:50% 0;
	background-size:cover;
}

html, body {height:100%;}

.wrap-container {
  position: relative;
  width: 1328px;
  margin: 0 auto;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.4);
  behavior: url(js/PIE.htc);
}
@media (max-width: 1328px) {
  .wrap-container {
    width: 100%;
  }
}

img {
  max-width: 100%;
}
img.im{
	padding-top:10px;
	max-height:200px;
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}
.bg1{
	background-color:#F8F8F8;
}
.page {
  overflow: hidden;
}
.logo{
	margin:27px 0 20px -10px;
}
@media (max-width: 767px){
.logo{
	margin:5px 0 0px 0px;
	text-align:center;
}}
p{
	margin-bottom:15px;
}
em {font-style:italic}

strong {font-weight:bold}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
.fleft{float:left;}
.fright{float:right;}

@media (max-width: 767px){
.fleft, .fright{
	float:none;
}}

b, strong{
	font-weight:bold;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto', sans-serif!important;
	color: #333!important;
}
h1{
	font-size:34px;
	text-align:left;
	font-weight:400;
	padding:0px 0 10px 0;
}

h2{
	font-size:30px;
	text-align:left;
	font-weight:400;
	padding:0px 0 15px 0;
}
h3{
	font-size:24px;
	text-align:left;
	font-weight:400;
	padding:10px 0 15px 0;
}
blockquote {
	font-family: 'Roboto', sans-serif;
	color:#333333;
	margin: 0;
	padding: 0 0 0 35px;
	position: relative;
	width: 90%;
	min-width: 400px;
	max-width: 820px;
	font-size: 1.05vw;
	line-height: 1.4;
	text-rendering: optimizeLegibility;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-fon-smoothing: grayscale;
}

blockquote p:first-of-type:before {
	content: '\275D';
	color:#747474!important;
	font-size:3rem!important;
	position: absolute;
	top:-0.25em;
	left: 0em;
}

blockquote p:last-of-type:after {
	content: '\275E';
	color:#747474!important;	
	font-size:3rem!important;	
	position: absolute;
	right:0em;
}

p cite {
	position: relative;
	top:-10px;
}

p cite:before {
	content: '– ';
	position: absolute;
	left: -.6em;
}
p cite:after {
	content: ' –';
	position: absolute;
	right: -.6em;
}


@media screen and (max-width: 1600px) {
	blockquote {
		font-size: 2vw;
	}
}

@media all and (max-width: 1200px) {
	blockquote {
		font-size: 2.5vw;
	}
}

@media all and (max-width: 600px) {
	blockquote {
		font-size: 18px;
	}
	blockquote {
		width: 100%;
		min-width: 100%;
	}
}


.tel{
	padding:30px 0 30px 45px;
	font-size:16px;
}	
.tel a{
	color:#5C5C5C;
	text-decoration:none;
}
@media (max-width: 767px){
.tel{
	padding:30px 0 0 0;
	font-size:16px;
}}
.center{
	text-align:center;
}
.relativ{
	position:relative;
}

.flex {
	width: 100%;
	padding:60px 0 0 0;
}
.flex h3{
	text-align:center;
	font-style: italic; 
}
@media (max-width: 767px){
.flex {
	width: 100%;
	padding:0px 0 0 0;
}
.flex h3{
	font-size:16px;
}}
hr.hr {
    padding: 0;
    margin:20px 0 20px 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr.hr:after {
    content: "\f1fc";
    font-family: 'FontAwesome';
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.55em;
    background: white;
}

/*
.tel:before {
  content: '\f095';
  font-family: FontAwesome;
  color:#FF7F00;
  font-size:16px;
  top: 15px;
  left: 0px;
}
*/
.footer {
  padding: 48px 0;
  font-size: 11px;
  color: #7d7a7c;
  background:#545454;
}
.footer a:hover {
	text-decoration:underline!important;
}
@media (max-width: 479px) {
.footer a{
	color:#FFFFFF;
	text-decoration:none;
}
  .footer {
    text-align: center;
  }
  .footer .copyright,
  .footer .list {
    float: none;
  }
}
.copyright {
	color: #b8b7b4;
  float: left;
  display:block;
}
.copyright a{
	color: #b8b7b4;
	text-decoration:none;
}
ul.list {
  float: left;
  display:inline-block;
  width:100%;
  padding-bottom:20px;
}
.list a{
	color:#FFFFFF;
	text-decoration:none;
}
.list li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  padding-right: 12px;
  margin-left: 3px;
}
.list li:after {
  content: '\f111';
  position: absolute;
  right: 3px;
  bottom: -0px;
  font-family: FontAwesome;
  font-size: 4px;
  line-height: 18px;
  color: #b8b7b4;
}
.list li:last-child:after {
  display: none;
}	
@media (max-width: 767px){
ul.list {
  padding-bottom:0px;
}}

.menu_simple ul {
    margin: 0; 
    padding: 0;
    width:100%;
    list-style-type: none;
}

.menu_simple ul li a {
    text-decoration: none;
    color: white; 
    padding: 10.5px 11px;
    background-color: #545454;
    display:block;
    border-bottom:1px #ffffff solid;
}
 
.menu_simple ul li a:visited {
    color: white;
}
 
.menu_simple ul li a:hover,
.menu_simple ul li.current a {
    color: #000000;
    background-color: #cccccc;
}
/* Back to Top
 ========================================================================== */
#back-top {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 150px;
  overflow: hidden;
  border: none;
  color: #4E6469;
  font-size: 38px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "FontAwesome";
  content: "\f0aa";  
  z-index: 20;
}
#back-top:hover {
  /*outline: none;*/
  color: #000000;
}
@media only screen and (max-width: 1199px) {
  #back-top {
    display: none !important;
  }
}
/*==================      Contact info      ======================*/
.footer-contact {
  vertical-align: baseline;
  padding: 30px 0 0px 0;
}
.footer-contact a{
	color:#FFFFFF;
	text-decoration:none;
}
.design {
	width:100%;
	color:#B8B8B8;
	text-align:right;
}

.design a{
	color:#B8B8B8;
	text-decoration:none;
}
@media (max-width: 767px){
.design {
	width:100%;
	color:#B8B8B8;
	text-align:center;
}
.footer-contact {
  vertical-align: baseline;
  padding: 10px 0 0px 0;
}}
