/*
Theme Name: Kriegsenkel Seelenreise
Author: Lithowerk
Author URI: http://lithowerk.de/
*/

/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/pt-sans-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/pt-sans-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/pt-sans-v17-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/pt-sans-v17-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Content
 *   5.2 - Portfolio
 * 6.0 - Footer
 * 7.0 - Media Queries
 * 8.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family:'PT Sans', Calibri, sans-serif;
	font-weight:normal;
}

body {
	color: #000000;
	line-height: 1.5;
	margin: 0;
}

a,
a:visited {
	font-weight:700;
	text-decoration: none;
	color:#34727b;
}
a:focus {
	outline: none;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3;
	font-weight:700;
}

h1 {
	font-size: 48px;
	margin: 24px 0;
}

h2 {
	font-size: 36px;
	margin: 24px 0;
}

h3 {
	font-size: 36px;
	margin: 18px 0;
}

h4 {
	font-size: 18px;
	margin: 0;
}

h5 {
	font-size: 18px;
	margin: 18px 0;
}

h6 {
	font-size: 16px;
	margin: 16px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight:700;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}
p {
	font-size: 32px;
	margin: 0 0 48px;
}
.small-text p {
	font-size: 24px;
    margin-bottom: 32px;
}
.section p:last-of-type {
	margin:0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 0;
	padding: 0 0 0 1em;
}

ul {
	list-style-type: disc;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #44515a;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #86b376; /* Old browsers */
	border: none;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
	font-size:20px;
	font-weight:500;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #44515a; 
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #44515a; 
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}




/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
 body, html {
	height: 100%;
	min-height: 100%;
	width:100%;
	background-color: #FFF;
	line-height:1.5;
	font-size:32px;
	text-align:center;
}
page {
	overflow:hidden;
}
/*
.loading {
	background: url('images/ico_loading.gif') no-repeat center center;
}
*/
.loading #preloader {
    background: url('img/spinner-white.gif') no-repeat center center #34727b;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
.loaded #preloader {
	display:none;
}
.site {
	background-color: #fff;
	margin: 0;
	width: 100%;
}
.section {
	width:100%;
	position:relative;
}
.container {
	max-width:1200px;
	padding:0 20px;
	margin:0 auto;
	position:relative;
}
.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    width: 100%;
}
/**
 * 4.0 Page templates
 * ----------------------------------------------------------------------------
 */

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */


/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
#header {
 	width:100%;
	height: 220px;
 }
 #header .container {
 	height: 220px;
 }
#header .circle {
    width: 480px;
    height: 480px;
    position: absolute;
    top: -200px;
    -webkit-border-radius: 240px;
    -moz-border-radius: 240px;
    border-radius: 240px;
    background: #ffffff;
    z-index: 9;
    right: 0;
}
#hero {
	height:100%;
}
#hero .container {
	height:100%;
	padding:60px 100px;
}

h1.highlight {
	display:inline;
	font-size:32px;
}
h1 {
	font-size:32px;
	font-weight:700;
	color: #34727b;
	text-transform: uppercase;
}
span.highlight {
	font-weight:700;
}
span.small {
	font-size:24px;
	display:inline-block;
}
.logo {
	position: absolute;
    top: 80px;
    right: 80px;
	z-index:10;
}
.logo img.logo-desktop {
	display:block;
}
.logo img.logo-mobile {
	display:none;
}
.circle {
}
span.affiliate {
	margin:40px 0 20px 0;
	display:block;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1200px;
	padding:0;
	min-height: 40px;
	position: relative;
	line-height:1;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
	text-align:center;
	line-height:1;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #FFF;
	display: block;
	font-size: 20px;
	line-height: 40px;
	padding: 0 20px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:500;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li.active a,
.nav-menu li.skrollable-between a {
	color: #cdcecf;
}

.menu-toggle {
	display: none;
}

/* Navbar */
#navbar {
	background-color: #34727b;
	margin: 0 auto;
	width: 100%;
	z-index:999;
	position:fixed;
}



/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.bcg {
    background-attachment:fixed;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
	position:relative;
}
/* Slide 1 */
#hero .bcg-1 {
	padding:40px 0;
}
.bcg-1 {
	background-image:url(img/bg1.jpg);
}
.bcg-2 {
	background-image:url(img/bg2.jpg);
}
.bcg-3 {
	background-image:url(img/bg3.jpg);
}
.bcg-4 {
	background-image:url(img/bg4.jpg);
}
.image-section .bcg {
	min-height:400px;
}
#mission .container {
	padding:80px 60px;
}
#details .container,
#impressum .container,
#finance .container {
	padding:60px;
}
#impressum .container {
	font-size:24px;
}
#impressum .container p {
	margin-bottom:32px;
}
#mission .circle {
    width: 480px;
    height: 480px;
    position: absolute;
    top: 50%;
	margin-top:-240px;
    -webkit-border-radius: 240px;
    -moz-border-radius: 240px;
    border-radius: 240px;
    background: #ffffff;
    z-index: 9;
    left: 0;
}
.section-green {
	background-color:#34727b;
	color:#FFF;
}
#details .section-green .container,
#hero .section-green .container,
#about .section-green .container,
#finance .section-green .container,
.section-green .container {
	padding:30px 60px;
}
#mission .container-content {
	z-index:10;
	position:relative;
}
#about .container {
	padding:60px 20px;
}
#about .about-text {
	width:66%;
	margin:40px auto 0;
}
#kontakt .container {
	padding:30px 20px;
}
.map-overlay {
	position:absolute;
	width:100%;
	height:100%;
}
#googleMap {
	height:360px;
	background:#cdcecf;
}
#map {
	overflow:hidden;
}
#map .circle-green {
	width: 480px;
    height: 480px;
    position: absolute;
    top: -360px;
    -webkit-border-radius: 240px;
    -moz-border-radius: 240px;
    border-radius: 240px;
    background: #34727b;
    z-index: 9;
    right: 0;
}
a.directions-link {
	font-weight:500;
	display:block;
	position:absolute;
	width:200px;
	right:135px;
	top:15px;
	color:#FFF;
	z-index:11;
	line-height:1.1;
}
a.directions-link:hover {
	color:#cdcecf;
	text-decoration:none
}

 
/**
 * 5.4 Formular
 * ----------------------------------------------------------------------------
 */

#form {
	padding:30px 0;
	width:50%;
	margin:0 auto;
	font-size:24px;
}
#form span {
	text-align:left;
	display:block;
}
#form div {
	text-align:left;
	margin-bottom:10px;
}

form {
    margin:0
}
form label {
    display: block;
    margin-bottom:.2em;
}
form label.checkbox-label {
    display: inline;
    margin-bottom:.5em;
	margin-left:.5em;
	font-weight:normal;
}

form label.error {
    margin-top:-0.5em;
    margin-bottom:1em;
    font-size:14px;
    line-height:14px;
	font-weight:normal;
    color:#ff0000
}
form input[type="text"], form input[type="password"], form input[type="date"], form input[type="datetime"], form input[type="datetime-local"], form input[type="month"], form input[type="week"], form input[type="email"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="time"], form input[type="url"], form textarea {
    margin-bottom:12px;
    box-shadow:none;
	 font-size:24px;
    line-height:1.4;
	padding:8px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    background:#FFFFFF;
    border:1px solid #cdcecf;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
	width:100%;
	text-align:center;
}
form textarea {
	height:200px;
	resize:none;
	-moz-box-shadow:none;
    -webkit-box-shadow:none;
}

input[type="text"], input[type="email"], textarea {
    -webkit-appearance: none;
    border-radius: 0;
}
form input[type="text"]:focus, form input[type="password"]:focus, form input[type="date"]:focus, form input[type="datetime"]:focus, form input[type="datetime-local"]:focus, form input[type="month"]:focus, form input[type="week"]:focus, form input[type="email"]:focus, form input[type="number"]:focus, form input[type="search"]:focus, form input[type="tel"]:focus, form input[type="time"]:focus, form input[type="url"]:focus, form textarea:focus {
    border:1px solid #34727b;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none
}
form input[type="text"][disabled], form input[type="password"][disabled], form input[type="date"][disabled], form input[type="datetime"][disabled], form input[type="datetime-local"][disabled], form input[type="month"][disabled], form input[type="week"][disabled], form input[type="email"][disabled], form input[type="number"][disabled], form input[type="search"][disabled], form input[type="tel"][disabled], form input[type="time"][disabled], form input[type="url"][disabled], form textarea[disabled] {
    background:#fff
}
form input[type="text"].error, form input[type="password"].error, form input[type="date"].error, form input[type="datetime"].error, form input[type="datetime-local"].error, form input[type="month"].error, form input[type="week"].error, form input[type="email"].error, form input[type="number"].error, form input[type="search"].error, form input[type="tel"].error, form input[type="time"].error, form input[type="url"].error, form textarea.error {
    background:#FFFFFF;
    border-color:#ff0000;
}
fieldset {
    border:0px;
    margin:0;
    padding:0
}
::-webkit-input-placeholder {
   color: #cdcecf;
}

:-moz-placeholder { /* Firefox 18- */
   color: #cdcecf;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #cdcecf; 
}

:-ms-input-placeholder {  
   color: #cdcecf;  
}
.required {
    color:#000000
}
#success, #error {
	margin-top:30px;
	padding:10px;
    display:none
}
#success span, #error span {
   /* display:block;
    position:absolute;
    top:0;
    width:100%*/
}
#success span p, #error span p {
	color:#FFFFFF;
	font-size:18px;
	margin-bottom:0;
}
#success {
    background-color:#34727b;
}
#error {
    background-color:#ff0000;
}
#form #submit {
	background:none;
	-moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
	font-size:24px;
	color:#FFF;
	background-color:#c3c8cb;
	line-height:1;
	cursor:pointer;
	font-weight:normal;
	width:50%;
	text-transform:uppercase;
}
#form #submit:hover {
	background:#34727b;
	color:#FFF;
}
/**
 * 6.0 Footer
 * ----------------------------------------------------------------------------
 */
#site-footer {
	padding-top:100px;
}
#site-footer .footer-bottom {
	height:60px;
	background-color:#34727b;
}


/**
 * 7.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (max-width: 997px) {
	.nav-menu li a {
		padding: 0 8px;
	}
	#hero .container {
		padding: 60px;
	}
}
/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 797px) {
	#hero .bcg {
    /*background-image: url("images/hero-image-small.jpg");*/
}
	
	.bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 325px;*/
    width: 100%;
	position:relative;
	background-attachment:scroll;
}
/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		margin: 0;
		text-transform:uppercase;
		font-size:18px;
		line-height:40px;
		font-weight:700;
	}

	button.menu-toggle,
	button.menu-toggle:focus,
	button.menu-toggle:active {
		background: none;
		border: none;
		color: #FFFFFF;
		padding: 0 20px;
	}
	button.menu-toggle:hover {
		color: #cdcecf;
		background: none;
	}
	.toggled-on .menu-toggle {
		color: #cdcecf;
	}

	.menu-toggle:focus {
		outline: thin dotted;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
		text-align:center;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #FFFFFF;
		width: auto;
		font-size:18px;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #f18800;
	}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		color: #cdcecf;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		color: #cdcecf;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

}

@media (max-width: 639px) {
	
	

	p {
    	font-size: 26px;
		margin-bottom:39px;
	}
	h1.highlight {
		display: inline;
		font-size: 26px;
	}
	.small-text p {
		font-size: 20px;
		margin-bottom:30px;
	}
	#form {
		width: 80%;
		font-size: 20px;
	}
	form input[type="text"], form input[type="password"], form input[type="date"], form input[type="datetime"], form input[type="datetime-local"], form input[type="month"], form input[type="week"], form input[type="email"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="time"], form input[type="url"], form textarea {
    	font-size: 20px;
	}
	#googleMap {
		height: 360px;
	}
	#map .circle-green {
		width: 400px;
		height: 400px;
		top: -310px;
		-webkit-border-radius: 200px;
		-moz-border-radius: 200px;
		border-radius: 200px;
	}	
	a.directions-link {
		right: 95px;
		font-size:26px;
	}
	.logo img.logo-desktop {
		display:none;
	}
	.logo img.logo-mobile {
		display:block;
		width:240px;
		height:70px;
	}
	#header {
		height: 160px;
	}
	#header .container {
		overflow:hidden;
	 }
	.logo {
		top: 70px;
		right:50px;
	}
	#header .circle {
		width: 400px;
		height: 400px;
		top: -190px;
		-webkit-border-radius: 200px;
		-moz-border-radius: 200px;
		border-radius: 200px;
		right:-30px;
	}
	#mission .container {
		padding: 60px 60px;
	}
	#mission .circle {
		width: 400px;
		height: 400px;
		position: absolute;
		top: 50%;
		margin-top: -200px;
		-webkit-border-radius: 200px;
		-moz-border-radius: 200px;
		border-radius: 200px;
		background: #ffffff;
		z-index: 9;
		left: -30px;
	}
}
/* Mobile devices */
@media (max-width: 499px) {
	.logo {
		top: 70px;
		right: 50%;
		margin-right: -120px;
	}
	#header .circle {
		width: 400px;
		height: 400px;
		top: -190px;
		-webkit-border-radius: 200px;
		-moz-border-radius: 200px;
		border-radius: 200px;
		right: 50%;
		margin-right:-200px;
	}
	#mission .circle {
		display:none;
	}
	p {
    	font-size: 22px;
		margin-bottom:33px;
	}
	h1.highlight {
		display: inline;
		font-size: 22px;
	}
	.small-text p {
		font-size: 18px;
		margin-bottom:27px;
	}
	#hero .container {
		height: 100%;
		padding: 60px 20px;
	}
	#hero .bcg-1 {
		padding: 40px 0 20px;
	}
	#details .section-green .container, #hero .section-green .container, #about .section-green .container, .section-green .container {
		padding: 30px 20px;
	}
	#mission .container {
		padding: 60px 20px;
	}
	#details .container, #impressum .container, #finance .container {
		padding: 60px 20px;
	}
	#details .section-green .container, #hero .section-green .container, #about .section-green .container, #finance .section-green .container, .section-green .container {
		padding: 30px 20px;
	}
	#about .about-text {
		width: 100%;
	}
	#form {
		width: 100%;
		font-size:18px;
	}
	#googleMap {
		height: 300px;
	}
	#impressum .container p:last-of-type,
	#about .about-text p:last-of-type {
		margin-bottom: 0;
	}
	a.directions-link {
		right: 0;
		width:100%;
		text-align:center;
	}
	#map .circle-green {
		width: 400px;
		height: 400px;
		top: -330px;
		-webkit-border-radius: 200px;
		-moz-border-radius: 200px;
		border-radius: 200px;
		right: 50%;
		margin-right: -200px;
	}
}