@charset "UTF-8";
/* CSS Document */

/* Body */


/* didact-gothic-regular - latin */
@font-face {
  font-family: 'Didact Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('file:///KINGSTON/yoga_werder/fonts/didact-gothic-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
url('file:///KINGSTON/yoga_werder/fonts/didact-gothic-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('file:///KINGSTON/yoga_werder/fonts/didact-gothic-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('file:///KINGSTON/yoga_werder/fonts/didact-gothic-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
url('file:///KINGSTON/yoga_werder/fonts/didact-gothic-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('file:///KINGSTON/yoga_werder/fonts/didact-gothic-v18-latin-regular.svg#DidactGothic') format('svg'); /* Legacy iOS */
}

body{
	background-color: #fff;
	font-size: 90%;
	margin: 0em;
	padding: 0em;
}

h1 {
 font-family:  Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
 color: #504F4F;
 font-size: 2.5em;
 line-height: 7.8em;
 margin: 0em;
 font-weight: 100;
}

h2 {
 font-family:  Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
 color: #bd0606;
 font-size: 1.563em;
    letter-spacing: 0.08em;
 line-height: 1.8em;
 margin: 0em;
 padding: 1.25em;
 font-weight: 100;
 text-align: left;
}

h3 {
 font-family:  "Didact Gothic", "open-sans", "Helvetica", sans-serif;
 color: #504F4F;
 font-size: 1.2em;
 line-height: 1.8em;
 margin: 0.7em 0 0.65em 0;
 padding: 1.3em;
 font-weight: 100;
 text-align: left;
}

h4 {
 font-family:  "Didact Gothic", "open-sans", "Helvetica", sans-serif;
 color: #504F4F;
 font-size: 1.0em;
 line-height: 1.2em;
 margin: 0em;
 padding: 1.25em;
 font-weight: 100;
 text-align: left;
}

p {
 font-family: "Didact Gothic", "open-sans", "Helvetica", sans-serif;
 color: #504F4F;
 line-height: 1.5em;
 margin: 0em;
 padding: 0.3em 1.5em 0.3em 6.75em;
 font-weight: 100;
 text-align: left;
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
	hyphens: auto;
}

strong {
 font-family: "Didact Gothic", "open-sans", "Helvetica", sans-serif;
 color: #504F4F;
 line-height: 1.5em;
 margin: 0em;
    font-weight: bold;
     text-align: left;
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
	hyphens: auto;
}

ul {
list-style:none;
margin:0em;
padding:0em;
}
 
li {
 font-family:  "Didact Gothic", "open-sans", "Helvetica", sans-serif;
 color: #504F4F;
 line-height: auto;
 margin: 0em;
 padding: 0em;
 font-weight: 100;
 text-align: left;
}

img {
	width: 90%;
	height: auto;
	max-width: 100%;
}

a {
	text-decoration: none;
}

/* On Top Bar */

#menubar {
	display: block;
	width: 96%;
	background: #fff;
	max-width: 980px;
	margin: auto;
}

#menubar ul {
	display: block;
	width: 2em;
	padding: 0.9em;
}

#menubar ul li {
	display: inline;
}

#menubar ul li a.menubutton {
	display: none;
}

/* header */

header {
	background: #fff;
	display: block;
	width: 96%;
	text-align: center;
	background-image: url("");
 	background-repeat: no-repeat;
 	background-size: auto;
 	background-position: center;
	max-width: 980px;
	margin: auto;
	
}

header img {
	display: block;
	width: 25em;
	padding: 0.7em 0.7em 0.8em 0.7em;
	margin: auto;
}

/* navigation */

nav {
	display: block;
	width: 96%;
	height: 2.5em;
	background: #fff; 
	text-align: center;
	max-width: 980px;
	margin: auto;
    border-bottom: 1px solid #b3b3b3;
    
}

nav ul {
	display: block;
	line-height: 2.6em;
	letter-spacing: 0.035em;
}

nav ul li {
	display: inline;
	border-right: none;
    letter-spacing: 0.1em;
    font-size: 1em;
	margin: 0em 0em 0em 0em;
}

nav ul li img {
    height: 1.5em;
	width: auto;
	margin: 0 0 0 0;
}

nav ul li a {
	color: #726767;
	text-decoration: none;
	padding: 0.4em 0.6em 0.4em 0.6em;
	margin: 0em auto;
}

nav ul li a:hover {
	text-decoration: none;
	color: #bd0606;
}

nav ul li a:active {
	text-decoration: none;
	color: #bd0606;
}

nav ul li a:focus {
	text-decoration: none;
	color: #bd0606;
}

/* content area */


#main {
	display: block;
	width: 96%;
	background: #fff;
    background-image: url("images/searchin_the_roots_grey.svg");
    background-repeat: no-repeat;
    background-position: top;
	max-width: 980px;
	margin:  auto;
	padding: 0em;
}

#main article {
	display: inline-block;
	width: 65.3%;
	vertical-align: top;
	margin: 0em;
	padding: 0em;
	text-align: center;
}

#main article img {
	width: 95%;
	height: auto;
	max-width: auto;
	border-radius: 0em;
	margin: auto;
}

#main article a {
	color: #bd0606;
	text-decoration: none;
	padding: 0em;
	margin: 0em auto;
}

#main article a:hover {
	text-decoration: none;
	color: #b5acac;
}

#main article a:active {
	text-decoration: none;
	color: #b5acac;
}

#main article a:focus {
	text-decoration: none;
	color: #b5acac;
}

#main article ul {
	padding: 0em 1.875em 1.25em 2.5em;
	line-height: 1.6em;	
}

#main article ul li {
	list-style-type: circle;
	padding: 0em 0em 0em 0em;
	margin: 0em auto 0em 4.3em;
}

#main aside {
	display: inline-block;
	width: 30.6%;
	margin-left: 3%;
	padding: 0em;
	vertical-align: top;
	text-align: left;
}

#main aside img {
	display: inline-block;
	width: 1.6em;
	padding: 1em  1em 0em 0em;
	margin-left: auto;
	margin: auto;
}

#main aside section {
	margin-bottom: 0em;
	
}

#main aside section ul {
	padding: 0em 1.875em 1.25em 1.6em;
	line-height: 1.6em;
}

#main aside section ul li a {
	color: #bd0606;
	text-decoration: none;
	padding: 0em;
	margin: 0em auto;
}

#main aside section ul li a:hover {
	text-decoration: none;
	color: #9a141b;
}

#main aside section ul li a:active {
	text-decoration: none;
	color: #9a141b;
}

#main aside section ul li a:focus {
	text-decoration: none;
	color: #9a141b;
}

/* tabelle*/

table {
 	border-collapse: collapse;
	font-family:  "Didact Gothic", "open-sans", "Helvetica", sans-serif;
 	color: #504F4F;
	font-weight: 100;
 }
 
 td,
 th {
 	padding: 0.9em;
     font-family:  "Didact Gothic", "open-sans", "Helvetica", sans-serif;
	text-align: left;
}
 
 th:first-child {
 	padding-left: .5em;
 }
 
 th:last-child,
 td:last-child {
 	padding-right: .5em;
 }
 
 thead th {
 	border-bottom: 1px solid #faeded;
	 font-weight: 100;
 }
 
 tbody th {
 	font-weight: 100;
 	text-align: left;
 }
 
 th a {
 	
 	padding: 0.938em 0.313em 0.938em 2.5em;
 }
 
 td {
 	text-align: left;
 }
 
 
 @media screen and (max-width: 42em) {
 	thead {
 		display: none;
 	}
 	tr:first-child {
 		border-top: 1px solid #faeded;
 	}
 	tr {
 		border-bottom: 1px solid #faeded;
 		padding: .5em 2em 1em;
 	}
 	th::before {
 		content: "";
 	}
 	td:nth-child(2)::before {
 		content: "";
 	}
 	td:nth-child(3)::before {
 		content: "";
 	}
 	
 	table,
 	tbody,
 	tr {
 		display: block;
		text-align: left;
 	}
 	tbody th {
 		display: block;
 		font-weight: 100;
		text-align: left;
 	}
 	th a {
 		font-weight: 100;
		text-align: left;
 	}
 	td {
 		display: inline-block;
 		min-width: 30%;
 		padding: .2em 2em;
 		text-align: left;
 	}
 	td:nth-child(3) {
 		text-align: left;
 	}
 }
 
 @media screen and (max-width: 33em) {
 	td {
 		display: block;
 	}
 	tr {
 		padding: .5em .5em 1em;
 	}
 }


/* footer */

footer {
	display: block;
	width: 96%;
	background: #fff;
	text-align: left;
	max-width: 980px;
	margin: auto;
	border-top: 1px solid #b3b3b3;
}

footer ul {
	display: block;
	width: 100%;
	max-width: 980px;
	text-align: left;
	margin: 0px auto;
}

footer ul li {
	display: inline;
	font-size: 0.82em;
    letter-spacing: 0.07em;
	line-height: 2.8em;
	color: #726767;
	padding: 0em 0em 0em 0.3em;
}
footer ul li a {
	color: #836e5d;
	text-decoration: none;
	padding: 0.5em;
	margin: 0em auto;
}
footer ul li a:hover {
	text-decoration: none;
	color: #bd0606;
}
footer ul li a:active {
	text-decoration: none;
	color: #bd0606;
}
footer ul li a:focus {
	text-decoration: none;
	color: #bd0606;
}

/* mobile style */

@media screen and (max-width:800px) {
	body {
		font-size: 96%;
	}
}

@media screen and (max-width:600px) {
	#main aside, #main article {
		width: 100%;
		display: block;
		margin: 0em;
	}
	p {
 	padding: 1.25em 1.5em 1.25em 2.5em;
}
}

@media screen and (min-width:700px) {
	
	footer.nav {
		display: block !important;
	}
	nav.nav {
		display: block !important;
	}
}

@media screen and (max-width:700px) {
	
	body {
		font-size: 96%;
	}
	
	#menubar ul li a.menubutton {
		display: block;
	}
	
	nav {
		display: none;
		height: auto;
	}
	nav ul li {
		display: block;
		border-right: none;
		text-align: center;
		margin: 0em;
	}
}
.punkt {
}
