html, body {
	margin: 0px;
	padding: 0px;
	font-family: muli, sans-serif;
	font-size: 1em;
	color: #404040;
	line-height: 1.5;
	background: url(../bilder/seitenhintergrund.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

p.back {
  clear: both;
}

h1 {
	font-size: 2.2em;
	font-weight: bold;
	color: #000077;
	font-family: source-sans-pro, sans-serif;
	text-shadow: 3px 3px 4px #777
}

h2 {
	font-size: 1.6em;
	color: #dd1010;
	text-align: left;
	text-shadow: 2px 2px 3px #777
}

h3 {
	font-size: 20px;
	color: #000077;
	text-align: left;
}

hinweis {
	font-family: muli, sans-serif;
	color: #f44242;
	font-size: 1em;
}

#kopf {
	margin: 0;
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
}

#box_kopf_logo {
	float: left;
	padding: 0;
	margin-left: 15%;
}

#box_kopf_navi {
	float: left;
	padding: 1%;
	margin: 1%;
	margin-left: 10%;
}

.box_fuss {
	font-size: 1em;
}

#navi {
	margin: 0 auto;
	font-size: 2.3em;
	font-family: source-sans-pro, sans-serif;
	font-weight: bold;
	z-index: 1;
}

#navi ul { margin: 0; }
	
#navi a:link, #navi a:visited, #navi a:active {
	color: #c41010;
	text-decoration: none;
	-webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #fff;
	text-shadow: 3px 3px 4px #777
}
#navi a:hover {color: #080b9c; text-decoration: none;}

#navi_fuss {
	margin: 0;
	padding: 0;
}

#navi_fuss ul {
	margin: 0;
	padding: 0;
}
	
#navi_fuss li {
  display: list;
  list-style-type: none;
  margin: 0 0 0 0;
}
	
#navi_fuss a:link {color: #ffffff; text-decoration: none;}
#navi_fuss a:visited {color: #ffffff; text-decoration: none;}
#navi_fuss a:active {color: #ffffff; text-decoration: none;}
#navi_fuss a:hover {color: #c0c0c0; text-decoration: none;}

#slogan {
	margin: 0 auto;
	padding-top: 5%;
	width: 100%;
	font-size: 3em;
	font-family: source-sans-pro, sans-serif;
	font-weight: bold;
	color: #080b9c;
	text-align: center;
	z-index: 1;
	-webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #fff;
}

#inhalt {
	background-color: #ffffff;
	width: 100%;
	margin: 0;
	padding: 0;
	opacity: 0.9;
}

#fuss {
	color: #ffffff;
	width: 100%;
	margin: 0;
	padding: 0;
}

#fuss_leiste {
	background-color: #1F2225;
	color: #ffffff;
	width: 84%;
	margin: 0;
	padding: 1%;
	padding-left: 15%;
	font-size: 1em;
}

#rahmen {
	padding-top: 20px;
	padding-left: 15%;
	padding-right: 15%;
	padding-bottom: 20px;	
	text-align: justify;
}

input, textarea, select {
	font-family: muli, sans-serif;
	font-size: 1.0em;
	display: block;
	width: 100%;
	padding: 2px;
	border: 1px solid #000077;
}

#bild_index {
	background: url(../bilder/seitenhintergrund.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 20%;
	width: 100%;
	vertical-align: bottom;
}

label {
	font-size: 1em;
	display: block;
	font-weight: bold;
}

input, textarea {
	font-size: 1em;
	display: block;
	width: 100%;
	padding: 10px;
	border: 1px solid #000077;
}

.checkmark {
	height: 25px;
	width: 25px;
	border: 1px solid #000077;
}

.button {
    border: none;
    color: white;
    padding: 1%;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
    width: 100%;
    text-align: center;
    background-color: #000077;
}
/* ---------------------------------------------------------*/
@media screen and (min-width: 1200px) {

#navi li {
  display: inline; /* li nebeneinander anzeigen */
  list-style-type: none; /* ohne Aufzählungspunkte */
  margin: 0 0 0 25px; /* dadurch Abstand zwischen den M-Punkten */
}

#box_produkte img {
	margin: 0;
	padding: 0;
	width: 25%;
	height: auto;
	float: left;
}

.box_leistungen {
	margin: auto;
	float: left;
	padding: 1%;
	margin: 1%;	
	width: 28%;
	text-align: justify;

/* Silbentrennung */
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.box_leistungen img {
	margin: 1%;
	padding: 0;
	width: 100%;
	height: auto;
	float: left;
}

.box_fuss {
	margin: auto;
	float: left;
	padding: 1%;
	margin: 1%;	
	width: 28%;
}

.box_kontakte {
	float: left;
	padding: 0;
	margin: 0;	
	width: 45%;
}

#referenzen img {
	margin: 1%;
	padding: 0;
	width: 28%;
	height: auto;
	float: left;
}

}

/* ---------------------------------------------------------*/
@media screen and (max-width: 1199px) {

#navi li {
  display: list; /* li nebeneinander anzeigen */
  list-style-type: none; /* ohne Aufzählungspunkte */
  margin: 0 0 0 0; /* dadurch Abstand zwischen den M-Punkten */
}

#box_produkte img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	float: left;
}

.box_leistungen {
	margin: auto;
	float: left;
	padding: 1%;
	margin: 1%;	
	width: 88%;
	text-align: justify;

/* Silbentrennung */
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.box_leistungen img {
	margin: 1%;
	padding: 0;
	width: 100%;
	height: auto;
	float: left;
}

.box_fuss {
	margin: auto;
	float: left;
	padding: 1%;
	margin: 1%;	
	width: 98%;
	text-align: center;
}

#referenzen img {
	margin: 1%;
	padding: 0;
	width: 88%;
	height: auto;
	float: left;
}

}

/*=================================================================*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #555;
}