/* noto-serif-regular - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url('noto-serif-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Noto Serif'), local('NotoSerif'),
       url('noto-serif-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('noto-serif-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('noto-serif-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('noto-serif-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('noto-serif-v7-latin-regular.svg#NotoSerif') format('svg'); /* Legacy iOS */
}

/* noto-serif-700 - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: url('noto-serif-v7-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Noto Serif Bold'), local('NotoSerif-Bold'),
       url('noto-serif-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('noto-serif-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('noto-serif-v7-latin-700.woff') format('woff'), /* Modern Browsers */
       url('noto-serif-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('noto-serif-v7-latin-700.svg#NotoSerif') format('svg'); /* Legacy iOS */
}

/* noto-serif-italic - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  src: url('noto-serif-v7-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Noto Serif Italic'), local('NotoSerif-Italic'),
       url('noto-serif-v7-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('noto-serif-v7-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('noto-serif-v7-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('noto-serif-v7-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('noto-serif-v7-latin-italic.svg#NotoSerif') format('svg'); /* Legacy iOS */
}

/* noto-serif-700italic - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 700;
  src: url('noto-serif-v7-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Noto Serif Bold Italic'), local('NotoSerif-BoldItalic'),
       url('noto-serif-v7-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('noto-serif-v7-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('noto-serif-v7-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('noto-serif-v7-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('noto-serif-v7-latin-700italic.svg#NotoSerif') format('svg'); /* Legacy iOS */
}

body {
  overflow-y: scroll;
  padding: 0;
  margin: 0;
}

ul {
  list-style: square outside;
}

* {font-family: 'Noto Serif'; font-size: 18px; line-height: 28px; color: #333;}

body {	
/*background-image: url(leinen.jpg);*/
background-color: white;

}


header, main, footer {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

header > section, main > section, footer > section {
	width: 100%;
		max-width: 800px;
	margin: 0 auto;
	position: relative;

}
main {
	margin-top: 180px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgba(255,255,255,1);
	
	border-bottom: 1px solid rgba(0,0,0,0.08);	
	transition: all 0.3s;
}
main.scrolled {
margin-top: 90px;
transition: all 0.3s;
}
header {
	top: 0;
	position: fixed;
	height: 200px;
	padding-top: 20px;
	padding-bottom: 10px;
	transition: all 0.3s;
	background-image: url(leinen.jpg);
	border-bottom: 1px solid rgba(0,0,0,0.05);
	z-index: 10000;
}



img {
	width: 100%;
}

#logo img {
	width: 100px;

}
#logo {
	float: left;
}
#name {
	float: left;
	padding-top: 60px;
	padding-left: 20px;
}
#name a {
	color: #333;
	text-decoration: none;
}

#name_beate {
	font-size: 24px; 
	font-weight: 700;
}
#heilpraktikerin {
	/* letter-spacing: 3.8px; */
}
#burger {
width: 40px;
position: absolute;
top: 60px;
right: 0px;
	cursor: pointer;
	z-index: 999;
	transition: all 0.3s;
}
#mainnav {
	position: absolute;

	top: 40px;
	right: 20px;
	padding: 0;
	background-color: #fff;
	border: 1px solid #eee;

	

}
#mainnav ul {
	display: block;
	margin: 20px;
	width: auto;
	padding: 0;

}
#mainnav li {
line-height: 200%;
padding: 10px;
}
#mainnav li:hover {
	background-color: #ddd;
}
#mainnav *, footer * {
	list-style: none;
}
footer ul {
	padding: 0;

}

.nav_hidden {
	display: none;
}
main a, nav a {
	text-decoration: none;
	font-weight: 700;
	

}
main a {
	color: #1b6fd6;
	font-weight: 400;
}
footer a:hover, main a:hover {
	text-decoration: underline;

}

footer a {

	font-weight: 400;
}

footer {
	background-image: url(leinen.jpg);
	padding-top: 30px;
	padding-bottom: 30px;
}

footer nav {
	float: left;
	margin-right: 50px;
}

h1 {font-size: 36px; line-height: 120%; font-weight: 400; }

h2 {font-size: 26px; line-height: 120%; font-weight: 400; }

header.scrolled{
	height: 75px;
	padding-top: 10px;
	transition: all 0.3s;
}

header #logo img,
header #name,
header #name_beate,
header #heilpraktikerin
 {
	transition: all 0.3s;
}
header.scrolled #logo img {
	width: 30px;
		transition: all 0.3s;
}
header.scrolled #logo img {
	width: 30px;
		transition: all 0.3s;
}
header.scrolled #name {
	padding-top: 12px;
		transition: all 0.3s;
	
}
header.scrolled #name_beate {
	font-weight: 400;
}
header.scrolled #heilpraktikerin	 {
	opacity: 0;
	font-size: 1px;
}
header.scrolled #burger {
	top: 5px;
	transition: all 0.3s;
}

header.scrolled > section > div:last-of-type {
	display: none;
}

@media screen and (max-width: 600px) {
	header #logo img {
		width: 50px;
		padding-top: 30px;
	}
}
@media screen and (max-width: 600px) {
	header.scrolled #logo img {
	
		padding-top: 5px;
	}
}
#kosten_details {
		
	border-radius: 10px;
	padding: 10px;
	
	color: #333;
	border: 2px solid #ccc;
	cursor: pointer;
}
#kosten_details td {
	padding-right: 20px;
}
#kosten_button {
		
	border-radius: 10px;
	padding: 10px;
	display: inline-block;
	color: #fff;
	background-color: #999;
	cursor: pointer;
}
#kosten_button i{
color: #fff;
}

td {
	vertical-align: top;
	padding-bottom: 20px;
}