/*
Theme Name: siebmann
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: siebmann
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

siebmann is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/



/*--------------------------------------------------------------
Sticky Footer
--------------------------------------------------------------*/


* {
  margin: 0;
}
html, body {
  height: 100%;
}
#page {
	min-height: 100%;
	margin-bottom: -50px;
	z-index: 2;
	display: inline-block;
	position: relative;
	width: 100%;
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, #page:after {
  height: 50px; 
}
.site-footer {
  	background: black;
  	z-index: 2;
  	position: relative;
  	display: inline-block;
  	width: 100%;
  	text-align: center;
  	
}



/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 50px;
	margin: 0 auto 20px 0;
	font-weight: 600;
	text-transform: uppercase;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: black;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid white;
	border-radius: 0x;
	background: #e1d7c9;
	font-size: 18px;
	padding: 10px 20px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: white;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	color: white;
	}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #b1a58d;
}

a:visited {
	color: #b1a58d;
}

a:hover,
a:focus,
a:active {
	color: #b1a58d;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
display: inline-block;
float: left;
width: 75%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 7px;
	font-size: 14px;
	color: #404040;
	line-height: 41px;
	font-weight: 400;
}

.main-navigation li:last-child  a{
	margin-right: 0;
}


.main-navigation a::after { 
    content: "";
display: block;
height: 1px;
width: 40px;
margin: 0px auto;
background: white;
}

.main-navigation ul ul a::after {
	content: none;
}



.main-navigation a:hover::after, 
.main-navigation .current-menu-item a::after { 
background: black;
}

.entry-content h1::after { 
    content: "";
display: block;
height: 3px;
width: 100px;
margin: 50px auto;
background: black;
}





.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 2em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: auto;
}

.main-navigation ul ul li {
	width: auto;
	padding-top: 7px;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}


@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
margin-left: -126px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -10px;
margin-top: 60px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.page-id-14 .headerImg {
	background-position: center top;
} 

.page-id-16 .headerImg {
	background-position: center center;
} 

.headerImg, .homeHeaderHolder {
height: 100%;
width: 100%;
background-size: cover;
background-position: center center;
margin-top: 100px;

}

.homeHeaderHolder {
margin-top: 0;

}


header#masthead {
    position: fixed;
    top: 0;
}

.home header#masthead {
    position: relative;
    top: auto;
}


.site-header {
z-index: 2;
width: 100%;
height: 70px;
background: rgba(255, 255, 255, 0.9);
height: 105px;
display: inline-block;
padding: 30px 0;
transition: all 0.5s ease-in;
position: relative;

}



.home #content {
    margin-top: 100px;
}

.homeHeaderHolder {
position: relative;
z-index: 3;
top: 0;
left: 0;
width: 100%;
text-align: center;
z-index: 0
}

.homeHeader {
top: 50%;
position: absolute;
height: 200px;
margin-top: -100px;
width: 60%;
font-size: 30px;
text-transform: uppercase;
text-align: center;
left: 20%;
line-height: 35px;
transition: all 0.8s ease-in;
cursor: pointer;
}

.homeLogo {
height: 75px;
margin-bottom: 20px;
}


.home .errowDown {
text-align: center;
margin: -160px auto 8px auto;
background-image: url('http://siebmann.ch/wp-content/uploads/2015/05/downErrow.png');
width: 60px;
height: 35px;
cursor: pointer;
position: relative;
z-index: 3;
}

.site-branding {
display: inline-block;
width: 25%;
float: left;
text-align: right;
}

.site-branding img{
width: 240px;
height: auto;
padding-right: 30px;
}

.entry-content {
margin: 0;
width: 100%;
display: inline-block;
padding: 100px 20%;
text-align: center;
}

.entry-content.brown.team, .referenten {
	padding: 0 20%;
}

.referenten div:first-child .locationContent h2 {
	display: none;
}

.entry-content.brown {
background: #e1d7c9;
}

.brown a {
	color: white;
}

.brown a:hover {
	color: #b1a58d;
}

.page-id-10 .entry-content.brown h5 a {
	margin: 0 10px;
}

.page-id-10 .entry-content.brown {
text-align: center;
}


/*
.page-id-10 .entry-content h5 a {
	margin: 0 10px 0 0;
}

.entry-content p + h5 a{
	margin: 0 0 20px 0;
}

.entry-content p + h5 a + a{
	margin: 0 10px;
}

*/
.brown h5 a {
	color: white;
	border-bottom: 1px solid white;
	margin-top: 10px;
}

h5 + h2 {
	margin-top: 40px;
}

h5 + p img {
	margin-top: 20px;
}

h5 a {
	color: #b1a58d;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0;
	line-height: 30px;	
	text-decoration: none;
	border-bottom: 1px solid #b1a58d;
	display: inline-block;
	margin: 5px 10px;
}

.locationContent h5 a {
	margin: 5px 0;
}

h5 a:hover {
	color: black;
	border-bottom: 1px solid black;
}

.IconList li {
	list-style-type: none;
	display: inline-block;
	width: 200px;
height: 100px;
background-repeat: no-repeat;
background-position: center top;
}

.IconList {
	padding: 0;
	margin: 40px 0 80px 0;
	text-transform: uppercase;
}

.IconList a{
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
	line-height: 243px;
}

.IconList a:hover{
	color: black;
	border-bottom: 1px solid black;
}

li.einzeln {
	background-image: url('http://siebmann.ch/wp-content/uploads/2015/05/einzelIcon.png');
}

li.paar {
	background-image: url('http://siebmann.ch/wp-content/uploads/2015/05/paarIcon.png');
}

li.gruppe {
	background-image: url('http://siebmann.ch/wp-content/uploads/2015/05/gruppeIcon.png');
}

li.stabilisierung {
	background-image: url('http://siebmann.ch/wp-content/uploads/2015/05/stabilisierung.png');
}

li.training {
	background-image: url('http://siebmann.ch/wp-content/uploads/2015/06/training_N.png');
}

li.entwicklung {
	background-image: url('http://siebmann.ch/wp-content/uploads/2015/05/entwicklung.png');
}

.up {
	cursor: pointer;
}

.footerIcons {
position: fixed;
right: 20px;
bottom: 65px;
width: 50px;
}

.site-info li {
	color: white;
	list-style-type: none;
	display: inline;
	margin: 0 1px;
}

.site-info ul {
	margin: 10px 0;
	padding: 0;
}

.site-info li a{
	color: white;
	text-decoration: none;
}

.textOverHeader {
color: white;
position: absolute;
z-index: 99999999;
top: 300px;
left: 0;
width: 100%;
text-align: center;
font-size: 50px;
padding: 0 20%;
font-weight: 600;
line-height: 60px;
text-transform: uppercase;
cursor: pointer;
}



.page-id-10 .textOverHeader {
text-align: right;
padding: 0 40% 0 0;
}

.page-id-12 .textOverHeader {
	text-align: left;
	padding: 0 40% 0 10%;
}

.page-id-14 .textOverHeader {
	text-align: right;
	padding: 0 50% 0 10%;
}

.page-id-16 .textOverHeader {
	text-align: left;
	padding: 0 50% 0 10%;
	top: 200px;

}

.page-id-18 .textOverHeader {
	text-align: left;
	padding: 0 10% 0 60%;
	text-align: right;
		top: 200px;
}


.left h2 {
	margin-bottom: 30px;
}

table + h2 {
	margin: 50px 0 -20px 0;
}

h2 {
font-size: 18px;
text-transform: uppercase;
font-weight: 800;
margin: 0 0 10px 0;
}

h2.left {
	text-align: left;
}

ol {
text-align: left;
margin: 0 auto 0 20px;
padding: 0;
}

ol li{
	padding-bottom: 10px;
}

.entry-content.left {
text-align: left;
padding-left: 25%;
}

.entry-content.left p, .entry-content.left h2{
	margin-left: 10px;
}

h2 img {
margin: 0 0 -25px 10px;
}

table.left {
text-align: left;
}

td {
	padding: 2px;
}

tr:nth-child(odd) {
    background: #e1d7c9;
}

h5 + p + h2 {
	margin-top: 60px;
}

.location {
	margin-bottom: -10px;
}

.location div:last-child {
	margin-bottom: -10px;
	border-bottom: none;
}

.locationHolder {
display: inline-block;
float: left;
margin: 40px 0;
border-bottom: 1px solid white;
padding: 0 0 40px 0;
}

.team .locationHolder {
border-bottom: none;
}

.referenten .locationHolder {
border-bottom: none;
margin: 0 0;
}

.referenten div:first-child {
	margin-top: 40px;
}

.locationContent {
	padding-right: 30px;
}

.locationThumbnail img {
	margin-top: 40px;
}

.team .locationThumbnail img {
	margin-top: -20px;
}

.team div:first-child img {
	cursor: pointer;
}


.locationThumbnail + .locationContent {
	padding-right: 0;
	padding-left: 30px;
}

.locationContent, .locationThumbnail  {
display: inline-block;
float: left;
width: 50%;
text-align: left;
}

.team .locationContent  {
width: 60%;
text-align: left;
}

.referenten .locationContent  {
width: 100%;
text-align: center;
}

.team .locationThumbnail  {
width: 40%;
}



/*Form */

fieldset#item-vfb-2 .vfb-legend,
li.vfb-item.vfb-item-secret {
    display: none !important
}
.visual-form-builder fieldset {
    clear: none !important;
    margin: 0 !important;
    border: none !important;
    background: none !important
}

label.vfb-desc {
font-weight: 300;
float: left;
width: 30%;
text-align: left;
font-size: 16px;
line-height: 34px;
}

input.vfb-medium, input[type="text"].vfb-medium, input[type="tel"].vfb-medium, input[type="email"].vfb-medium, input[type="url"].vfb-medium, select.vfb-medium{
width: 70%;
float: left;
height: 35px;
margin: 0;
padding-left: 10px;
margin-bottom: 10px;
}

li.vfb-item-select {
    height: 35px;
    margin: 15px 0;
}

select#vfb-5 {
width: auto;
margin-top: 5px;
}

#vfb-form-1 {
max-width: 730px;
margin: auto;
}

li#item-vfb-4 {
float: right;
}

.close {
    position: absolute;
    top: 20px;
    cursor: pointer;
    max-width: 800px;
    width: 100%;
    text-align: right;
    font-size: 24px;
    border-bottom: white;
    font-weight: 500;
}

.visual-form-builder label .vfb-required-asterisk {
margin: 0;
padding: 0;
color: white;
vertical-align: baseline;
font-weight: bold;
}

label.vfb-error {
color: white;
font-weight: bold;
font-size: 90%;
float: right;
}

.makeroom {
margin-top: 550px;
}

.form {
position: absolute;
display: none;
width: 100%;
left: 0;
background: white;
padding-bottom: 40px;
}


.page-id-8  ul.vfb-section.vfb-section-1 {
margin: 0;
padding: 0;
}

.vfb-item {
clear: both;
}

.page-id-10 .textOverHeader {
	    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);

	
}


table + h2 {
	margin-top: 65px;
}

.form h5{
       width: 100%;
    max-width: 700px;
    margin: -57px auto 0 auto;
    text-align: right;
    padding-right: 127px;
}

.page-id-20 .visual-form-builder-container + h5 {
    width: 100%;
    max-width: calc(100% - 140px );
    margin: -78px 0 0 0;
    position: relative;
    z-index: 9;
    text-align: right;
    padding-right: 49px;
}

p.impressum {
    display: inline-block;
    float: right;
    margin-top: -31px;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-right: 21px;
}

a p.impressum {
    color: white;
}

.hentry {
    margin-top: -50px;
}

.schnuppertage + .close + p, .erstertag + .close + p {
	display: none;
	background: white;
    padding: 30px;
    margin-top: -6px;
	margin: -39px 0 25px 0;
}

.brown .opencontent a {
	    color: #b1a58d;
}


.erstertag + .close + p br {
	margin-bottom: 15px;
}

.erstertag + .close + p img {
	margin-top: 20px;
}



.schnuppertage + .close, .erstertag + .close, .page-id-20 .close {
	position: relative;
        margin-bottom: 25px;
    z-index: 10;
    display: inline-block;
    display: none;
        margin-top: -22px;
}

.page-id-8 .holder {
	margin-bottom: 500px;
}
@media screen and (max-width: 1420px) {


.site-header {
    margin-bottom: 20px;
}


.home .hentry {
    margin-top: 50px;
}


.site-branding {
    width: 100%;
    float: none;
    text-align: center;
}
.main-navigation {
    width: 100%;
    text-align: center;
}

.menu-main-container {
    float: none;
    width: auto;
    margin: auto;
    display: inline-block;
}

.main-navigation a {
    margin: 0 4px;
}

.headerImg, /*.homeHeaderHolder*/ {
    margin-top: 130px;
}

}


@media screen and (max-width: 1100px) {


.entry-content {
padding: 100px 10%;
}

.site-branding {
padding-left: 10px;
}

.homeLogo {
height: auto;
}

.page-id-14 .textOverHeader {
padding: 0 40% 0 10%;
}

.page-id-18 .textOverHeader {
padding: 0 10% 0 20%;
}

}

@media screen and (max-width: 900px) {
	
	
 header#masthead {
    position: relative;
    top: auto;
}

.headerImg, .homeHeaderHolder {
  
    margin-top: 0;
}

	
	.site-header {
    margin-bottom: 0;
}
	
	#wprmenu_menu.wprmenu_levels ul li a {
float: left;
border: none;
width: 100%;
text-transform: uppercase;
}

.locationThumbnail {
float: none;
margin-bottom: 20px;
}

.locationContent {
width: 100%;	
}
	

.site-branding {
display: inline-block;
width: 100%;
float: none;
text-align: center;
}

.homeHeader {
width: 80%;
left: 10%;
}





img.alignleft {
	display: block;
float: none;
margin-right: 0;
margin-left: 0;
padding-top: 20px;
}

.entry-content.left {
	padding-left: 5%;
}

.entry-content.brown.team, .referenten {
padding: 5%;
}

.site-footer{
    height: auto;
    text-align: left;
    padding: 10px;
}

}

@media screen and (max-width: 670px) {
	
	label.vfb-desc {

    width: 100%;

}

.schnuppertage + .close, .erstertag + .close {
	padding-right: 10px;
}

.page-id-20 .visual-form-builder-container + h5 {
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    z-index: 9;
    text-align: left;
    padding-right: 49px;
}

input.vfb-medium, input[type="text"].vfb-medium, input[type="tel"].vfb-medium, input[type="email"].vfb-medium, input[type="url"].vfb-medium, select.vfb-medium {
	width: 100%;
}
	
.form h5 {
    width: 330px;
    margin: -75px 0 0 10px;
    text-align: left;
}
	
	
	p.impressum {
    display: inline-block;
    float: left;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-right: 0;
}
.homeHeader {
    width: 90%;
    left: 5%;
}

.homeHeader {
    top: 100px;
    font-size: 19px;
    line-height: 25px;
    margin-top: 0;
}

h1 {
    font-size: 30px;
    }
    
    .site-branding img {
    padding-right: 0;
}

.home .entry-content {
    padding: 127px 20px;
}

.entry-content {
    padding: 100px 20px;
}

.footerIcons {
    position: fixed;
    right: 5px;
    bottom: 145px;
    width: 32px;
}

.IconList li {
    display: block;
    width: auto;
    height: auto;
        margin-bottom: -70px;
}

.textOverHeader {
    top: 140px;
      font-size: 19px;
   
    line-height: 25px;
}


/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	table { 
		width: 90%;
		margin: 30px auto;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	

	
	td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding: 0;
		text-align: center;
	}
	
	tr {
		padding-bottom: 10px;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 90%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	img.alignleft {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
}

.page-id-10 .textOverHeader {
    text-align: center;
    padding: 0;
}

.locationThumbnail + .locationContent {
    padding-right: 0;
    padding-left: 0;
}

.page-id-16 .headerImg {
    background-position: right center;
}

.page-id-18 .textOverHeader {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.team .locationContent {
    width: 100%;
    }
    
    .locationThumbnail img {
	    width: 146px;
	    height: 146px;
    }
    
    .locationHolder .locationContent + .locationThumbnail {
	        position: absolute;
			left: 30%;
			margin-top: 0;
    }
    
	    
	.team div.locationHolder:nth-child(odd) .locationContent, .brown.team div.locationHolder:nth-child(even) .locationContent {
    	margin-top: 170px;
	}
	
	.location div.locationHolder:nth-child(even) .locationContent {
    	margin-top: 208px;
	}

	
	.brown.team div.locationHolder:nth-child(odd) .locationContent { 
		margin-top: 0;

	}
	
	.locationContent {
    	padding-right: 0;
	}
	
	.page.page-id-12 .headerImg {
	    background-position: right center;
	}

}

.testimonials {
	background: #e1d7c9;
	padding: 100px 20%;
	}
	
@media screen and (max-width: 1100px) {
	.testimonials {
		padding: 100px 10%;
	}
}

@media screen and (max-width: 700px) {
	.testimonials {
		padding: 0;
		padding-bottom: 10%;
	}
}

	
.testimonials .filters {
	width: 100%;
	text-align: center;
}
	
.posts-grid {
	margin-top: 60px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
}

.posts-grid .left {
	float: left;
	width: 50%;
}

.posts-grid .right {
	float: right;
	width: 50%;
}

.reference-post {
	margin: 0 12px 24px 12px;
	flex: 40%;
	padding: 54px 32px 71px 32px; 
	background-color: rgba(255, 255, 255, 0.6); 
}

.reference-post .quotation {
	float: left;
}

.reference-post .heading {
	font-family: Open Sans, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
	padding-left: 32px;
	
	color: #000000;
	float: left;
}

.heading .code {
	font-size: 14px;
	line-height: 19px;
    opacity: 0.5;
}
.reference-post .body_intro {
	clear: both;
	padding-top: 32px;
}

.reference-post .body_full {
	clear: both;
	padding-top: 32px;
}

input[type="button"]:focus {
	outline:0;
}

input[type="button"].referenz-button {
	background-color: transparent; 
}
input[type="button"].referenz-button.active {
	background-color: white;
	color: black;
}

input[type="button"].referenz-button:hover{
	background-color: white;
	color: black;
}

.patients {
	border-radius: 3px 0px 0px 3px;
	margin-right: -2px;
	font-weight: 500;
	font-size: 16px;
}

.clients {
	border-radius: 0px 3px 3px 0px;
	margin-left: -2px;
	font-weight: 500;
	font-size: 16px;
}

input[type="button"].show-more {
	margin-top: 49px;
	margin-left: 50%;
	transform: translate(-50%, 0);
}

.posts-phone {
	display: none;
	margin-top: 60px;
}

@media screen and (max-width: 1420px) {
	.posts-grid {
		display: none;
	}	
	.posts-phone {
		display: inherit;
	}
}

.display-none {
	display: none;
}

@media screen and (min-width: 1420px) {
	.front-page {
		margin-top: 70px;	
	}
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.card {
    display: inline-block;
    vertical-align: top;
    min-width: 550px;
    max-width: 650px;
  }

@media screen and (max-width: 700px) {
	.heading {
		max-width: 70%;	
	}
	
	.card {
		min-width: 0;
	}
}  
.card * {
	white-space: normal;
	overflow-wrap: break-word;
}

.card:first-child {
	margin-left: 5%;
}
  
.testimonials.front-page {
	padding: 100px 0 300px 0;
}
