@import url("reset.css");

.clear {
    clear: both;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 21px;
}

strong {
	font-weight: 700;
}

::selection {
    background: #c4f7f4;
    color: #fff;
}

::-moz-selection {
    background: #c4f7f4;
    color: #fff;
}

.klavier { margin: -80px 0 0 30px; }
.gitarre { margin: -80px 30px 0 0; }

.inner, .content {
	width: 940px;
	margin: auto;
}

nav {	text-transform: uppercase;
	background: #fef083;
	height: 100px;
	position: fixed;
	width: 100%;
	z-index: 9999;
	font-family: 'Amatic SC', cursive;
}

nav .logo, nav ul {
	float: left;
}

img.logo {
	margin-top: -33px;
}

nav ul {
	margin: 60px 0 0 20px;
}

header {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  }

nav ul li {
	font-size: 30px;
	float: left;
	margin: 0 0 0 20px;
}

nav ul li a {
	text-decoration: none;
	color: #ff8c41;
	padding: 5px 10px 10px 10px;
	
}

nav ul li a:hover { transition: 0.5s; background: #fff; color: #000;}

nav ul li a.active {
	background: #fff;
	color: #75e3e3;
}


#home {
	background: #c4f7f4;
	color: #66675e;
	border-bottom: 10px solid #fef083;
}

.header {
	width: 1000px;
	height: 600px;
	margin: auto;
	
	
}

h1, h2 {
	font-size: 50px;
	line-height: 45px;
	display: inline;
	color: #000;
	font-family: 'Amatic SC', cursive;
	text-align: left;
}

#home h2 {font-size: 30px;}

h3 {
	font-size: 20px;
	line-height: 24px;
}



.content {
	padding: 100px 0 100px 80px;
}

.content p {
	margin: 0 0 18px 0;
}

.content a {
	color: #ff8c41;
}

.content ul li {
	list-style: disc;
	margin: 0 0 0 12px;
}

a.button {
	background: #fff;
	padding: 10px 20px;
	color: #66675e;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

a.button:hover {
	background: #fef083;
}

.col-1 {
	width: 420px;
	float: left;
	margin-right: 30px;
	
}





img.point {
	margin: 0 20px 0 0;
}

.col-2, col-4 {
	width: 420px;
	float: left;
	
}

.col-3 {
	float: left;
	width: 420px;
	margin-right: 30px;
}

#leistungen {
	background: #fff;
	border-bottom: 10px solid #c4f7f4;
	color: #66675e;
}

#leistungen h2 {
	color: #ff8c41;
}

#kontakt {
	background: #fef083;
	border-bottom: 10px solid #c4f7f4;
	color: #66675e;
}

.formul {
	width: 420px;
	float: left;
	margin-right: 30px;
	
}

.maps iframe {
	float: left;
	width: 400px;
	height: 540px;
	border: none;
}

.col-4 {
	background: #c4f7f4;
	float: left;
	color: #000;
	width: 335px;
	padding: 25px;
	
	height: 495px;
}

.col-4 a {
	color: #000;
}

.col-5 {
	float: left;
	width: 442px;
}

a.totop {
	position: fixed;
	right: 100px;
	opacity: 0.3;
	bottom: 50px;
}

footer {
	background: #c4f7f4;
	border-top: 10px solid #fef083;
	color: #000;
	height: 160px;
}

footer a {
	color: #000;
	text-decoration: none;
}

footer a:hover {
	color: #fe911d;
}

.col-6 {
	float: left;
	width: 185px;
	margin: 50px 0 0 50px;
}

.col-7 {
	float: left;
	width: 185px;
	margin: 50px 0 0 150px;
}