@import url("font-sourcesanspro.css");
@import url("font-awesome.css");
@import url("defaults.css");
@import url("container.css");
@import url("form.css");
@import url("nav.css");
@import url("mobile.css");

@-ms-viewport {
	width: device-width;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 14pt;
	color: #39454b;
	letter-spacing: 0.5px;
	line-height: 1.5em;
	background-color: rgba(221, 221, 221, 1);
}

body.is-loading *, body.is-resizing * {
	-moz-transition: none !important;
	-moz-animation: none !important;
	-webkit-transition: none !important;
	-webkit-animation: none !important;
	-ms-transition: none !important;
	-ms-animation: none !important;
	transition: none !important;
	animation: none !important;
}

h1, h2, h3, h4, h5 {
	font-weight: 300;
	color: inherit;
	padding-top: 0.7em;
	padding-bottom: 0.2em;
	vertical-align: middle;
}

h2 {
	font-size: 2.5em;
	letter-spacing: -0.01em;
	line-height: 1.25em;
}

h3 {
	font-size: 1.5em;
	line-height: 1.25em;
	text-align: center;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25em;
	text-align: center;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration: none;
	color: inherit;
}

strong, b {
	font-weight: 500;
	letter-spacing: -0.02em;
	color: inherit;
}

em, i {
	font-style: italic;
}

a {
	text-decoration: none;
	color: inherit;
}

hr {
	border: 0;
	border-top: solid 1px #ddd;
}

p, ul, ol, dl, table {
	margin-bottom: 1em;
}

a.anchor {
    display: block;
    position: relative;
    top: -3em;
    visibility: hidden;
}

header {
	margin-bottom: 0.7em;
	text-align: center;
}

header p {
	display: block;
	margin: 1em 0 0 0;
	padding: 0;
}

footer {
	margin-top: 2em;
}

br.clear {
	clear: both;
}

hr.divider {
  height: 0.2rem;
  max-width: 10.0rem;
  margin: 0 auto;
  background-color: #C3010A;
  color: #C3010A;
  border-color: #C3010A;
}


/* Sections/Articles */

section, article {
}

section > :last-child,
article > :last-child,
section > .content > :last-child,
article > .content > :last-child,
section:last-child,
article:last-child {
	margin-bottom: 0;
}

.row > section, .row > article {
	margin-bottom: 0;
}

.image {
	position: relative;
	display: inline-block;
}

.image:before {
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.image img {
	display: block;
	width: 100%;
	height: 100%;
}

img.left {
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
	}

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

ul.default {
	list-style: disc;
	padding-left: 1em;
}

ul.default li {
	padding-left: 0.5em;
}

ol.default {
	list-style: decimal;
	padding-left: 1.25em;
}

ol.default li {
	padding-left: 0.25em;
}

.bignumbers {	
	border-radius: 50%;
	width: 1.5em;
	height: 1.5em;
	padding: 0.1em;
	position: relative;
	background: #ccc;
	border: 2px solid #ccc;
	color: #fff;
	text-align: center;
	font-size: 150%;
	float: left;
	margin-right: 0.3em;
	font-weight: 700;
}

/* Main */

.main {
	margin: 0;
	position: relative;
	overflow-x: hidden;
}

.main.fullscreen {
	height: 100%;
}

.main.home {
	text-align: center;
	padding: 3em 0 3em 0;
	overflow: hidden;
}

.main.home h2 {
	font-weight: 500;
	color: #fff;
	-webkit-text-shadow:0 0 0.7em #555; /* for chrome */
	-text-shadow:0 0 0.7em #555; /* for all browser*/
	text-shadow:0 0 0.7em #555; /* same as above*/
	-moz-text-shadow:0 0 0.7em #555; /* for firefox */
	-o-text-shadow:0 0 0.7em #555; /* for opera */
	-ms-text-shadow:0 0 0.7em #555; /* for ie 9+ */
	-khtml-text-shadow:0 0 0.7em #555; /* for gecko based browser*/
}

.main.home h3 {
	color: #fff;
	letter-spacing: 0.05em;
}

.main.home p {
	color: #fff;
}

.main.home:before {
	content: ''; 
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	padding-top: 0;
}

.main.home .content {
	display: inline-block;
}

.main.first:before {
	content: ''; 
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.fa-caret-down {
	color: #fff !important;
}

.fa-caret-down:hover {
	color: #C3010A !important;
}

/* ng */
.ng {
	margin:auto; 
	text-align: center;
}

.ng h2 {
	font-weight: 500;
	color: #333;
	letter-spacing: 0em;
	padding-top: 0em; !important;
}

.ng h3 {
	font-weight: 500;
	color: #333;
	letter-spacing: 0em;
	padding-top: 0em; !important;
}

.ng h4 {
	font-weight: 500;
	color: #C3010A;
	letter-spacing: 0em;
}

.ng2 input.submit {
	width: 100%;
	color: #fff;
	padding: 0.5em 0.7em;
	background-color: #C3010A;
	border: 1px solid #C3010A;
	line-height: 1.35em;
	font-weight: 500 !important;
}

.ng2 input.submit:hover  {
	color: #fff;
	background-color: #777;
	border: 1px solid #777;
}

.actionbutton {
	color: #fff;
	width: 33%;
	padding: 0.5em 0.7em;
	background-color: #C3010A;
	border: 1px solid #C3010A;
	font-weight: 500 !important;
	font-size: 1em;
	cursor:default;
	margin-bottom: 0.1em;
}

.actionbutton:hover {
	color: #fff;
	background-color: #777;
	border: 1px solid #777;
	font-weight: 500 !important;
	cursor:grab;
}

.sponsors-block {
	margin-top: 2em;
	padding-bottom: 3em;
}

.interieur-block {
	margin-top: 2em;
	padding-bottom: 3em;
}

.interieur-block-box {
	width: 32%; 
	margin: 0.5%;
	display: block;
	float: left; 
	text-align: center;
}

.interieur-block-box img{
	width: 100%; 
	padding: 0;
	display: block;
	float: none; 
	text-align: center;
	vertical-align: middle;
	margin: auto;
}

.advantages {
	width: 100%; 
	margin-top: 5em;
}

.advantages-box {
	width: 20%; 
	margin: 2.5%;
	display: block;
	float: left; 
	text-align: center;
}

.advantages-box-mitglied {
	width: 28%; 
	margin: 2.5%;
	display: block;
	float: left; 
	text-align: center;
}

.advantages-video {
	width: 100%; 
}

.advantages-box-video {
	width: 22%; 
	margin: 1%;
	display: block;
	float: left; 
	text-align: center;
}

.advantages-box-video-iframe {
	width: 270px;
	height: 480px;
}

.advantages-box-mitgliedschaft {
	width: 49%; 
	float: left; 
	justify-content: center; 
	align-items: center; 
	min-height: 7rem; 
	padding: 2em;
}

.advantages-box img{
	width: 30%; 
	padding: 0.5%;
	display: block;
	float: none; 
	text-align: center;
	vertical-align: middle;
	margin: auto;
}

.advantages-box-mitglied img{
	width: 30%; 
	padding: 0.5%;
	display: block;
	float: none; 
	text-align: center;
	vertical-align: middle;
	margin: auto;
}

.advantages-box-mitgliedschaft img{
	height:30%;
}

.advantages-txt {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.location-angebot-block {
	width: 50%;
}


.leistungen-function {
	width: 100%; 
	margin-top: 5em;
}

.leistungen-function-box {
	width: 23%; 
	margin: 1%;
	display: block;
	float: left; 
	text-align: center;
}

.leistungen-function img{
	height: 30%; 
	width: 30%; 
	padding: 0.5%;
	display: block;
	float: none; 
	text-align: center;
	vertical-align: bottom;
	margin: auto;
}

.leistungen-function-txt {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.mitglied-function {
	width: 100%; 
}

.mitglied-function-box {
	width: 28%; 
	margin: 2.5%;
	display: block;
	float: left; 
	text-align: center;
}

.mitglied-function img{
	height: 30%; 
	width: 30%; 
	padding: 0.5%;
	display: block;
	float: none; 
	text-align: center;
	vertical-align: bottom;
	margin: auto;
}

.mitglied-function-txt {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.therapie-setting {
	width: 80%; 
	padding-top: 5em;
	margin: auto;
}

.therapie-setting .fa-li {
	left: -1.2em; !important;
	width: 1,2em; !important;
}

.therapie-setting-testimonial {
	padding-top: 5em;
	margin: auto;
	width: 60%; 
	background-color:#DFDFDF; 
	padding:4%; 
	font-weight: 400;
}

.nachhilfe-setting {
	width: 80%; 
	padding-top: 5em;
	margin: auto;
}

.nachhilfe-setting .fa-li {
	left: -1.2em; !important;
	width: 1,2em; !important;
}

.nachhilfe-setting-testimonial {
	padding-top: 6em;
	margin: auto;
	width: 60%; 
	background-color:#DFDFDF; 
	padding:4%; 
	font-weight: 400;
}

.module-standort {
	padding-top: 3em;
}

.module-standort p {
	text-align: left; 
}

.module-standort img {
	width: 50%; 
	height: 50%;
}

.module-lerntherapie-finanzierung {
	padding-top: 5em;
}

.row-lp {
	padding-top: 2em;
}

.row-lp p{
	color: #39454b;
}

.row-lp-block {
	position: relative;
	display: block;
	float: left;
	width: 45%;
	height: auto;
	margin: 2.5%;
	padding: 2em;
	text-align: center;
	background-color: #C3010A;
	color: #fff;
	min-height: 14em;
}

.row-lp-block h2 {
	color: #fff;
	font-size: 150%;
	line-height: 1em;
	padding-bottom: 1em;
}

.row-lp-block p {
	color: #fff;
}

.row-lp-block-button {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1.5em;
	width: 50%;
	margin-right: 25%;
	margin-left: 25%;
	margin-bottom: 5%;
/*	padding: 1em; */
	background-color: #efefef;
	font-weight: 400;
}

.row-lp-block-button:hover {
	background-color: #fff;
}

.row-lp-block-button a{
	color: #39454b;
	font-weight: normal;
}

.row-lp-block-button a:hover{
	color:  #C3010A;
	font-weight: bold;
}

.row-3p {
	padding-top: 2em;
}

.row-3p p{
	color: rgb(51, 51, 51);
}

.row-3p-block {
	position: relative;
	display: block;
	float: left;
	width: 30%;
	height: auto;
	margin: 1rem;
	padding: 1.5rem;
	text-align: center;
	background-color: #eee;
	color: rgb(51, 51, 51);
	min-height: 3rem;
	border: 1px solid #aaa;
}

.row-3p-block h2 {
	font-size: 150%;
	line-height: 1em;
	padding-bottom: 0.5rem;
}

.row-3p-block p {
	margin-bottom: 0;
	padding-bottom: 0.5rem;
}

.row-3p-block a {
	color: rgb(195, 1, 10);
}

.row-3icon {
	padding-top: 2em;
}

.row-3icon p{
	color: rgb(51, 51, 51);
}

.row-3icon-block {
	position: relative;
	display: block;
	float: left;
	width: 30%;
	height: auto;
	margin: 1rem;
	padding: 1.5rem;
	text-align: center;
	background-color: #eee;
	color: rgb(51, 51, 51);
	min-height: 3rem;
	border: 1px solid #aaa;
}

.row-3icon-block h2 {
	font-size: 150%;
	line-height: 1em;
	padding-bottom: 0.5rem;
}

.row-3icon-block p {
	margin-bottom: 0;
	padding-bottom: 0.5rem;
}

.row-3icon-block a {
	color: rgb(195, 1, 10);
}

/* rowstyle */

.main.rowstyle:before {
	padding-top: 2em;
}

.main.rowstyle {
	text-align: justify;
	padding-top: 2em;
	padding-bottom: 3em;
}

.main.rowstyle .content > header {
	margin-bottom: 1em;
}

.main.rowstyle.light {
	background-color: #F7F7F7;
}

.main.rowstyle.medium b {
}

.main.rowstyle.medium {
	background-color: #EFEFEF;
}

.main.rowstyle.light b {
}

.main.rowstyle.dark {
	background: #DFDFDF;
}

.main.rowstyle.dark b {
}

.main.rowstyle table {
	border-collapse: collapse;
	 width: 100%;
	 font-size: 105%;
}

.main.rowstyle tr:hover {
	}

.main.rowstyle tr {
	background-color: #E3E3E3;
	}

.main.rowstyle td,th {
	 border: 2px solid #F7F7F7;
	 padding: 0.7em;
	 text-align: left; 
}

.table-medium {
	background-color: #E9E9E9;
}

.table-dark {
	background-color: rgb(223, 223, 223);
}

.topteaser {
	position: absolute;
	bottom: 4em;
	left: 0;
	right: 0;
	}

.sw-circle-200 {
	font-size: 200%; 
	color: rgb(195, 1, 10); 
	padding: 0.5rem;
	}

.twocols {
	padding: 0; 
	width: 100%;
	}

.twocols-block {
	width: 50%;
	float: left; 
	margin: 0; 
	padding: 0;
	}

.twocols-block img {
	max-width: 100%;
	height: auto;
	}

/* Header */

#header {
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 4em;
	line-height: 4em;
	background: #C3010A;
	border-bottom: solid 1px #fff;
	position: fixed;
}

/* Headline */

.headline {
}

.headline a {
}

/* Buttons */

input[type="button"], input[type="submit"], input[type="reset"], .button, button {
	display: inline-block;
	outline: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
}

input[type="button"].down, input[type="submit"].down, input[type="reset"].down, .button.down, button.down {
	color: #aaa;
	padding: 0;
	overflow: hidden;
}

input[type="button"].down.anchored, input[type="submit"].down.anchored, input[type="reset"].down.anchored, .button.down.anchored, button.down.anchored {
	bottom: 0;
	margin-left: -1.5em;
}

input[type="button"].anchored, input[type="submit"].anchored, input[type="reset"].anchored, .button.anchored, button.anchored {
	position: absolute;
	left: 50%;
}

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

input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active, .button:active, button:active {
	color: #fff;
}

.box {
	color: #39454b;
	width: 50%;
}

/* Icons */

.icon {
	text-decoration: none;
	font-size: 1.75em;
	}

.icon:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 1.25em;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

.icon > .label {
	display: none;
	}

/* Logo */

#logo {
	display: inline-block;
	position: absolute;
	left: 1em;
	height: 4em;
	vertical-align: middle;
	}

#header h1 {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 120%;
	}

#header b {
	font-weight: 700;
	}

/* Home */

#home {
}

.landingpage {
	background: url("../images/home1.jpg");
	background-color: #aaa;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.einzelnachhilfe {
	background: url("../images/einzelnachhilfe.jpg");
	background-color: #aaa;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.lerntherapie {
	background: url("../images/lerntherapie.jpg");
	background-color: #aaa;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.pruefungsvorbereitung {
	background: url("../images/pruefungsvorbereitung.jpg");
	background-color: #aaa;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.lerncoaching {
	background: url("../images/lerncoaching.jpg");
	background-color: #aaa;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.jobs {
	background: url("../images/jobs.jpg");
	background-color: #aaa;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.jobs-abiturientin {
	background: url("../images/jobs-abiturientin.jpg");
	background-color: #aaa;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.jobs-tutorin {
	background: url("../images/jobs-tutorin.jpg");
	background-color: #aaa;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.jobs-senior-tutorin {
	background: url("../images/jobs-senior-tutorin.jpg");
	background-color: #aaa;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.jobs-tutorin-im-ruhestand {
	background: url("../images/jobs-tutorin-im-ruhestand.jpg");
	background-color: #aaa;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.jobs-lerntherapeutin-in-ausbildung {
	background: url("../images/jobs-tutorin.jpg");
	background-color: #aaa;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.jobs-lerntherapeutin {
	background: url("../images/jobs-senior-tutorin.jpg");
	background-color: #aaa;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#hinweis {
	border: medium none;
	border-radius: 0.5em;
	background: #FFE400 none repeat scroll 0 0;
	color: #000;
	padding: 0.3em 0.5em 0.3em;
	position: relative;
	float: right; 
	left: -2.0em;
	top: 4.0em;
	font-size: 100%;
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
}

/* Teaser */

.teaser {
	margin: 0 auto;
	color: #39454b;
	}

.teaser .icon {
	color: #C3010A;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	}

.teaser-grid  {
	background-color: rgba(255, 255, 255, 0.70);
	text-decoration: none;
	padding: 1% 2%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	width: 32%;
	float: left;
	min-height: 10em; 
	font-size: 90%;
	line-height: 1.4em;
}

.teaser-grid a {
	text-decoration: none;
}

.teaser-grid b {
	font-size: 120%;
	font-weight: 700;
}

.teaser :hover {
	background-color: rgba(255, 255, 255, 1);
}

.teaser-qualitylabel {
	position: relative;
	float: right;
	width: 8em;
	height: auto;
	margin-top: 3em;
	margin-right: 1.5em;
}

.teaser-qualitylabel img {
	width: auto;
	height: 10em;
}

.teaser-topics {
	background-color: rgba(255, 255, 255, 0.70); 
	width:100%; 
	position: relative; 
	height: 4em; 
	margin-top:-1em;
}

.teaser-topics-container {
	width: 60%; 
	margin: auto;
	height: 3em;
	padding-top: 1em;
	padding-left: 6em;
}

.teaser-topics-block {
	width: 33%; 
	margin: auto;
	float: left;
	vertical-align: middle;
	text-align: center;
	display: inline;
}

.teaser-topics-block-circle {
	float: left; 
	width: 15%; 
	padding-top: 0.3em; 
	color: #C3010A;
}

.teaser-topics-block-text {
	float: left; 
//	width: 85%;
	line-height: 1em; 
	font-weight: 500;
}

.teaser-circle {
//	border: medium none;
//	border-radius: 50%;
//	background: #C3010A none repeat scroll 0 0;
	position: absolute;
	right: 0;
	float: right;
	width: 10em;
	height: 10em;
	margin-top: -9em;
	margin-right: 6em;
	overflow: hidden;
}

.teaser-circle-button {
	border: medium none;
	border-radius: 50%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 1.2em;
	color: #fff;
	background: #C3010A none repeat scroll 0 0;
	white-space: normal;
	width: 10em;
	height: 10em;
	font-size: 90%;
	transform: rotate(15deg);
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	font-weight: 300;
	font-size: 90%;
	cursor: default;
}

.teaser-circle-button:hover {
	background-color: #777;
	cursor: grab;
}

.teaser-circle b {
	font-weight: 500;
	font-size: 120%;
	line-height: 1.3em;
}

/* Two Rows */

.tworows_left {
	text-align: left;
	vertical-align: middle;
	float: left; 
	width: 50%; 
	padding-right: 2.5em;
}

.tworows_right {
	text-align: left;
	vertical-align: middle;
	float: right; 
	width: 50%; 
	padding-left: 2.5em;
}

.tworows_left li {
	padding-bottom: 0.7em;
}

.tworows_right li {
	padding-bottom: 0.7em;
}

.block_angebot {
	background-color: #EFEFEF;
	padding: 2%;
	margin-bottom: 2em;
	text-align: center;
}

/* Contact */

.contactbox {
	margin-bottom: 0.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	text-align: center; 
	display: block; 
	width: 33%; 
	float: left;
}

.contactbox_header {
	background-color: #C3010A; 
	color: #fff;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.contactbox_text {
	background-color: #ddd;
	text-align: center; 
	display: block; 
	margin: auto;
	padding-bottom: 0.5em;
}

.contactbox_text img{
	width: 100%;
	min-height: 100%;
}

.contactbox_button {
	background-color: #777; 
	color: #fff; 
	margin: auto;
	margin-bottom: 1px;
	font-size: 90%;
}

/* Footer */

#footer {
	position: relative;
	height: 4em;
	line-height: 4em;
	margin: 0;
	background: #777;
	color: #fff;
	overflow: hidden;
	padding-bottom: 7em;
}

#footer a {
	color: #ccc;
}

#footer a:hover {
	color: #bbb;
}

#footer .copyright {
	position: absolute;
	left: 1em;
	top: 0.25em;
	height: 5em;
	line-height: 4em;
	margin: 0;
}

#footer .copyright li {
	font-size: 0.9em;
	margin: 0;
}

#footer .copyright li a {
	padding: 0.5em;
}

#footer .menu {
	position: absolute;
	right: 2em;
	top: 0.25em;
	height: 5em;
	line-height: 4em;
	margin: 0;
}

#footer .menu li {
	font-size: 0.9em;
}

#footer .menu a {
	color: #fff;
}

#footer .menu a:hover {
	color: #ccc;
}

.olControlAttribution {
	bottom: 0 !important;
	display: block;
	font-size: small !important;
	position: absolute;
	right: 0.5em !important;
}

.markerContent {
	font-size: smaller;
}

.external-link {
	color: #39454b;
	font-weight: 400;
}

.location-sponsors-block {
	width: 70%;
	margin: auto; 
	justify-content: center; 
	align-items: center;
	padding-top: 3rem;
}

.sponsors {
	width: 25% !important;
	height: 25% !important;
	padding: 1rem;
}


/* Touch Mode */

body.is-touch .main {
	background-attachment: scroll !important;
}


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

	html {
		margin: 0 auto;
		max-width: 3072px;
	}

	body, input, textarea, select {
		font-size: 16pt;
	}

	.box {
		width: 50%;
		padding: 1em;
	}

	#m-menu {
	display: none;
	}

}

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

	body, input, textarea, select {
		font-size: 15pt;
	}

	.box {
		width: 50%;
		padding: 1em;
	}

	#m-menu {
		display: none;
	}

	.boxshot {
		background-color: #ddd; 
		float: left; 
		width: 32%; 
		margin: 0.5%; 
		text-align: center;
	}

	.boxshot-top {
		padding: 0.5em;
		vertical-align: middle;
	}

	.boxshot-img {
		width: 45%;
		display: block;
		float: left; 
	}

	.boxshot-img img {
		width: 100%;
	}

	.boxshot-txt {
		display: block;
		float: right;
		width: 55%;
		height: 100%;
		padding-top: 1em;
		vertical-align: middle;
	}

	.boxshot-txt h3{
		padding-top: 0.2em;
		font-size: 125%;
	}

	.boxshot-subtitle{
		padding-top: 1em;
		padding-bottom: 0.5em;
	}

	#quote-block {
		margin-top: 1.5em;
		background-color: #ddd; 
		padding: 1em; 
		min-height: 6em;
	}

	#quote-block ul{
		margin-bottom: 0;
	}

	.highlight-block {
		margin-top: 1.5em;
		background: #C3010A;
		color: #fff;
		font-size: 110%;
		padding: 1em; 
	}

	.highlight-block b {
		font-weight: 500 !important;
	}

}

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

body, input, textarea, select {
	font-size: 13pt;
	}

	.box {
	width: 60%;
	padding: 1em;
	}

	.boxshot {
		background-color: #ddd; 
		float: left; 
		width: 32%; 
		margin: 0.5%; 
		text-align: center;
	}

	.boxshot-top {
		padding: 0.5em;
		vertical-align: middle;
	}

	.boxshot-img {
		width: 45%;
		display: block;
		float: left; 
	}

	.boxshot-img img {
		width: 100%;
	}

	.boxshot-txt {
		display: block;
		float: right;
		width: 55%;
		height: 100%;
		padding-top: 1em;
		vertical-align: middle;
	}

	.boxshot-txt h3{
		padding-top: 0.2em;
		font-size: 125%;
	}

	.boxshot-subtitle{
		padding-top: 1em;
		padding-bottom: 1em;
	}

	#quote-block {
		margin-top: 1.5em;
		background-color: #ddd; 
		padding: 1em; 
		min-height: 6em;
	}

	#quote-block ul{
		margin-bottom: 0;
	}

	.highlight-block {
		margin-top: 1.5em;
		background: #C3010A;
		color: #fff;
		font-size: 110%;
		padding: 1em; 
	}

	.highlight-block b {
		font-weight: 500 !important;
	}

	.teaser-grid  {
		min-height: 11em; 
		font-size: 85%;
		line-height: 1.3em;
	}

	.teaser-qualitylabel {
		position: relative;
		float: right;
		width: 7em;
		height: auto;
		margin-top: 3em;
		margin-right: 1em;
	}

	.teaser-qualitylabel img {
		width: auto;
		height: 10em;
	}

	.teaser-circle {
		height: 9em;
		width: 9em;
		margin-top: -9em;
		margin-right: 9em;
	}

	.teaser-circle-button {
		width: 9em;
		height: 9em;
	}

	#m-menu {
		display: none;
	}

	.location-sponsors-block {
		width: 70%;
		margin: auto; 
		justify-content: center; 
		align-items: center;
		padding-top: 2rem;
	}

	.sponsors {
		width: 30% !important;
		height: 30% !important;
		padding: 2rem;
	}

}

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

	body, input, textarea, select {
		font-size: 12pt;
	}

	#logo-line {
		display: none;
	}

	.box {
		width: 75%;
	}

	.teaser-grid  {
		min-height: 11em; 
		font-size: 85%;
		line-height: 1.3em;
	}

	.teaser-qualitylabel {
		position: relative;
		float: right;
		width: 6em;
		height: auto;
		margin-top: 3em;
		margin-right: 0.5em;
	}

	.teaser-qualitylabel img {
		width: auto;
		height: 7em;
	}

	#header h1 {
		font-size: 150%;
	}

	#logo-line {
		display: none;
	}

	menu a {
		padding: 0 0.4em;
	}


	.main.home h2 {
		font-weight: 500;
		color: #fff;
		font-size: 2.25em;
		-webkit-text-shadow:0 0 0.7em #555; /* for chrome */
		-text-shadow:0 0 0.7em #555; /* for all browser*/
		text-shadow:0 0 0.7em #555; /* same as above*/
		-moz-text-shadow:0 0 0.7em #555; /* for firefox */
		-o-text-shadow:0 0 0.7em #555; /* for opera */
		-ms-text-shadow:0 0 0.7em #555; /* for ie 9+ */
		-khtml-text-shadow:0 0 0.7em #555; /* for gecko based browser*/
	}

	.boxshot {
		background-color: #ddd; 
		float: left; 
		width: 32%; 
		margin: 0.5%; 
		text-align: center;
	}

	.boxshot-top {
		padding: 0.5em;
		vertical-align: middle;
	}

	.boxshot-img {
		width: 45%;
		display: block;
		float: left; 
	}

	.boxshot-img img {
		width: 100%;
	}

	.boxshot-txt {
		display: block;
		float: right;
		width: 55%;
		height: 100%;
		padding-top: 1em;
		vertical-align: middle;
	}

	.boxshot-txt h3{
		padding-top: 0.2em;
	}

	.boxshot-subtitle{
		padding-top: 1em;
		padding-bottom: 0.5em;
	}

	.boxshot {
		background-color: #ddd; 
		float: left; 
		width: 32%; 
		margin: 0.5%; 
		text-align: center;
	}

	.boxshot-top {
		padding: 0.5em;
		vertical-align: middle;
	}

	.boxshot-img {
		width: 45%;
		display: block;
		float: left; 
	}

	.boxshot-img img {
		width: 100%;
	}

	.boxshot-txt {
		display: block;
		float: right;
		width: 55%;
		height: 100%;
		padding-top: 1em;
		vertical-align: middle;
	}

	.boxshot-txt h3{
		font-size: 100%;
		padding-top: 0.2em;
	}

	.boxshot-subtitle{
		padding-top: 1em;
		padding-bottom: 0.5em;
	}

	#quote-block {
		background-color: #ddd; 
		padding: 1em; 
		min-height: 6em;
	}

	#quote-block ul{
		margin-bottom: 0;
	}

	.highlight-block {
		margin-top: 1.5em;
		background: #C3010A;
		color: #fff;
		font-size: 110%;
		padding: 1em; 
	}

	.highlight-block b {
		font-weight: 500 !important;
	}

	.teaser-circle {
		height: 8em;
		width: 8em;
		margin-top: -7em;
		margin-right: 7em;
	}

	.teaser-circle-button {
		width: 8em;
		height: 8em;
		line-height: 1em;
	}

	.teaser-circle-button b {
		line-height: 1em;
	}

	.teaser-topics-container {
		width: 80%;
		margin: auto;
	}

	.teaser-topics-block-text {
		font-size: 90%;
	}

	.location-sponsors-block {
		width: 70%;
		margin: auto; 
		justify-content: center; 
		align-items: center;
		padding-top: 2rem;
	}

	.sponsors {
		width: 40% !important;
		height: 40% !important;
		padding: 1rem;
	}

	.interieur-block {
		margin-top: 2em;
		padding-bottom: 3em;
	}

	.interieur-block-box {
		width: 95%;
		margin: 0.5rem;
		display: block;
		float: left;
		text-align: center;
	padding-bottom: 1rem;
	}

	.advantages-video {
		width: 100%; 
		margin-top: 2em;
	}	

	.advantages-box-video {
		width: 45%; 
		margin: 1%;
		display: block;
		float: left; 
		text-align: center;
	}

	.advantages-box-video-iframe {
		width: 240px;
		height: 424px;
	}

}

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

	body, input, textarea, select {
	font-size: 12pt;
	}

	.teaser-grid  {
	min-height: 12em; 
	font-size: 90%;
	line-height: 1.3em;
	}

	.teaser-circle {
		display: none;
	}

	.container > .container {
	width: 100% !important;
	}

	.box {
	width: 90%;
	}

	.main.home h2 {
	font-weight: 500;
	color: #fff;
	font-size: 1.75em;
	-webkit-text-shadow:0 0 0.7em #555; /* for chrome */
	-text-shadow:0 0 0.7em #555; /* for all browser*/
	text-shadow:0 0 0.7em #555; /* same as above*/
	-moz-text-shadow:0 0 0.7em #555; /* for firefox */
	-o-text-shadow:0 0 0.7em #555; /* for opera */
	-ms-text-shadow:0 0 0.7em #555; /* for ie 9+ */
	-khtml-text-shadow:0 0 0.7em #555; /* for gecko based browser*/

	.main.rowstyle {
	text-align: justify;
	padding-top: 0em;
	padding-bottom: 3em;
	}

	.main.rowstyle table {
	font-size: 100%;
	}

	table {
	font-size:90%;
	}

	#header h1 {
	font-size: 125%;
	}

	#logo-line {
	display: none;
	}

	#m-menu {
	display: none;
	}

	menu a {
	padding: 0 0.3em;
	}

	#footer {
	height: auto;
	line-height: inherit;
	text-align: center;
	padding: 2em 1em 2em 1em;
	}

	#footer .copyright {
	left: 0;
	padding: 0;
	margin: 0;
	height: auto;
	display: block;
	line-height: 1.2em;
	position: relative;
	}

	#footer .menu {
	display: none;
	}

	.contactbox {
	width: 33%; 
	}

	.boxshot {
		background-color: #ddd; 
		float: left; 
		width: 32%; 
		margin: 0.5%; 
		text-align: center;
	}

	.boxshot-top {
		padding: 0.5em;
		vertical-align: middle;
	}

	.boxshot-img {
		width: 45%;
		display: block;
		float: left; 
	}

	.boxshot-img img {
		width: 100%;
	}

	.boxshot-txt {
		display: block;
		float: right;
		width: 55%;
		height: 100%;
		padding-top: 1em;
		vertical-align: middle;
	}

	.boxshot-txt h3{
		font-size: 90%;
		padding-top: 0.2em;
	}

	.boxshot-subtitle{
		padding-top: 1em;
		padding-bottom: 0.5em;
	}

	#quote-block {
		background-color: #ddd; 
		padding: 1em; 
		min-height: 6em;"
	}

	#quote-block ul{
		margin-bottom: 0;
	}

	.highlight-block {
		margin-top: 1.5em;
		background: #C3010A;
		color: #fff;
		font-size: 110%;
		padding: 1em; 
	}

	.highlight-block b {
		font-weight: 300 !important;
	}

	/* ng */

	.actionbutton {
		width: 70%; !important;
	}

	.teaser-circle {
		margin-top: -6em;
		margin-right: 6em;
	}

	.teaser-topics-container {
		width: 80%;
		margin: auto;
	}

	.teaser-topics-block-text {
		font-size: 90%;
	}

	.location-sponsors-block {
		width: 70%;
		margin: auto; 
		justify-content: center; 
		align-items: center;
		padding-top: 2rem;
	}

	.sponsors {
		width: 33% !important;
		height: 33% !important;
		padding: 1rem;
	}

	.interieur-block {
		margin-top: 2em;
		padding-bottom: 3em;
	}

	.interieur-block-box {
		width: 95%;
		margin: 0.5rem;
		display: block;
		float: left;
		text-align: center;
		padding-bottom: 1rem;
	}

	.advantages-video {
		width: 100%; 
		margin-top: 2em;
	}	

	.advantages-box-video {
		width: 20%; 
		margin: 1%;
		display: block;
		float: left; 
		text-align: center;
	}

	.advantages-box-video-iframe {
		width: 240px;
		height: 424px;
	}

}

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

	body {
	font-size: 12pt;
	line-height: 1.5em;
	padding-top: 2.5em;
	color: #222;
	}

	input, textarea, select {
	font-size: 12pt;
	line-height: 1.5em;
	}

	h2 {
	font-size: 1.8em;
	}

	h3 {
	font-size: 1.3em;
	}

	p, ul, ol, dl, table {
	margin-bottom: 1em;
	}

	.box {
		width: 100%;
		padding: 1em;
	}


	/* Main */

	.main.fullscreen {
		height: auto !important;
	}

	.main.home {
		display: none; 
	}

	#home {
		background-size: cover;
	}

	.main.home h2 {
		display: none;  
	}

	.main.first:before {
		padding-top: 0;
	}

	.main.rowstyle {
		text-align: left;
		padding-top: 0em;
		padding-bottom: 2em;
	}

	.main.rowstyle table {
		border-collapse: collapse;
		font-size: 100%;
	}

	.blocksatz {
		text-align: justify;
	}

	.tworows_left {
	padding: 0;
	float: none;
	vertical-align: middle;
	width: 100%; 
	}

	.tworows_right {
	padding: 0;
	float: none;
	vertical-align: middle;
	width: 100%; 
	}

	.tworows_left li {
	padding-bottom: 0.5em;
	}

	.tworows_right li {
	padding-bottom: 0.5em;
	}

	.twocols {
	padding: 0;
	margin: 0;
	width: 100%;
	}

	.twocols-block {
	width: 100%;
	float: left; 
	margin: 0; 
	padding: 0;
	}

	.twocols-block img {
	max-width: 100%;
	height: auto;
	}

	/* Header */

	#header {
	height: 4em;
	}

	#header h1 {
	font-size: 150%;
	}

	#m-menu {
	position: absolute;
	right: 1em;
	color: #fff;
	display: inline;
	text-align: right;
	font-size: 150%;
	font-weight: normal;
	}

	#logo-line {
		display: none;
	}

	#footer {
		text-align: center;
	}

	#footer .menu {
		display: none;
	}

	#nav {
		display: none;
	}

	.teaser-grid {
		display: none;
	}

	.contactbox {
		width: 50%; 
	}

	.location-sponsors-block {
		width: 90%;
		margin: auto; 
		justify-content: center; 
		align-items: center;
		padding-top: 2rem;
	}

	.sponsors {
		width: 75% !important;
		height: 75% !important;
		padding: 1rem;
}

	/* Footer */

	#footer .copyright {
	left: 0;
	padding: 0;
	margin: 0;
	height: auto;
	display: block;
	line-height: 1.2em;
	position: relative;
	}

	#footer .menu {
	display: none;
	}

	.boxshot {
		background-color: #ddd; 
		float: left; 
		width: 100%; 
		margin: 0.5%; 
		text-align: center;
		margin-bottom: 1em;
	}

	.boxshot-top {
		padding: 0.5em;
		vertical-align: middle;
	}

	.boxshot-img {
		width: 45%;
		display: block;
		float: left; 
	}

	.boxshot-img img {
		width: 100%;
	}

	.boxshot-txt {
		display: block;
		float: right;
		width: 55%;
		height: 100%;
		padding-top: 1em;
		vertical-align: middle;
	}

	.boxshot-txt h3{
		padding-top: 0.2em;
	}

	.boxshot-subtitle{
		padding-top: 1em;
		padding-bottom: 0.5em;
	}

	#quote-block {
		background-color: #ddd; 
		padding: 1em; 
		min-height: 7em;
	}

	#quote-block ul{
		margin-bottom: 0;
	}

	.highlight-block {
		margin-top: 1.5em;
		background: #C3010A;
		color: #fff;
		font-size: 110%;
		padding: 1em; 
	}

	.highlight-block b {
		font-weight: 300 !important;
	}

	/* ng */

	.actionbutton {
		width: 80%; !important;
		margin-top: 0.75em;
	}

	.advantages {
		width: 100%; 
		margin-top: 2em;
	}

	.advantages-box {
		width: 100%; 
		margin: 0;
		padding-left: 10%;
		padding-right: 10%;
		display: block;
		float: left; 
		text-align: center;
	}

	.advantages-box-mitglied {
		width: 100%; 
		margin: 0;
		padding-top: 1rem;
		padding-left: 10%;
		padding-right: 10%;
		display: block;
		float: left; 
		text-align: center;
	}

	.advantages-box img{
		width: 30%; 
		padding: 0.5%;
		display: block;
	}

	.advantages-box-mitglied img{
		width: 30%; 
		padding: 0.5%;
		display: block;
	}
	
	.advantages-video {
		width: 100%; 
		margin-top: 2em;
	}	

	.advantages-box-video {
		width: 100%; 
		margin: 1%;
		display: block;
		float: left; 
		text-align: center;
	}

	.advantages-box-video-iframe {
		width: 270px;
		height: 480px;
	}	

	.therapie-setting {
		width: 90%; 
		padding-top: 4em;
		margin: auto;
	}

	.therapie-setting-testimonial {
		padding-top: 4em;
		margin: auto;
		width: 90%; 
		background-color:#DFDFDF; 
		padding:4%; 
		font-weight: 400;
	}

	.location-angebot-block {
		width: 90%;
	}

	.module-standort {
		padding-top: 4em;
	}

	.module-standort img {
		width:100%; 
		height:auto;
	}

	.row-lp-block {
		width: 95%;
	}

	.row-lp-block h2 {
	}

	.row-lp-block-button {
	}

	.row-lp-block-button:hover {
	}

	.row-lp-block-button a{
	}

	.row-3p-block {
		width: 95%;
	}

/* Specials */

	#slideshow {
		display: none;
	}

	#slideshow2 {
		display: none;
	}

	.location-sponsors-block {
		width: 90%;
		margin: auto; 
		justify-content: center; 
		align-items: center;
		padding-top: 2rem;
	}

	.sponsors {
		width: 33% !important;
		height: 33% !important;
		padding: 1rem;
	}

}

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

	body {
		font-size: 11pt;
		line-height: 1.3em;
		padding-top: 2.5em;
		color: #222;
	}

	input, textarea, select {
		font-size: 11pt;
		line-height: 1.3em;
	}

	h2 {
		font-size: 1.5em;
	}

	h3 {
		font-size: 1.2em;
	}

	#header {
		height: 4em;
	}

	#header h1 {
		font-size: 150%;
	}

	#logo {
		padding-left: 0;
	}

	#logo-line {
		display: none;
	}

	#m-menu {
		position: absolute;
		right: 1em;
		color: #fff;
		display: inline;
		text-align: right;
		font-size: 120%;
		font-weight: normal;
	}

	.main.rowstyle {
		text-align: left;
		padding-top: 0em;
		padding-bottom: 1em;
	}

	.contactbox {
		width: 100%; 
	}

	.boxshot {
		background-color: #ddd; 
		float: left; 
		width: 100%; 
		margin: 0.5%; 
		text-align: center;
		margin-bottom: 1em;
	}

	.boxshot-top {
		padding: 0.5em;
		vertical-align: middle;
	}

	.boxshot-img {
		width: 45%;
		display: block;
		float: left; 
	}

	.boxshot-img img {
		width: 100%;
	}

	.boxshot-txt {
		display: block;
		float: right;
		width: 55%;
		height: 100%;
		padding-top: 1em;
		vertical-align: middle;
	}

	.boxshot-txt h3{
		padding-top: 0.2em;
	}

	.boxshot-subtitle{
		padding-top: 1em;
		padding-bottom: 0.5em;
	}

	#quote-block {
		background-color: #ddd; 
		padding: 1em; 
		min-height: 7em;
	}

	#quote-block ul{
		margin-bottom: 0;
	}

	.highlight-block {
		margin-top: 1.5em;
		background: #C3010A;
		color: #fff;
		font-size: 110%;
		padding: 1em; 
	}

	.highlight-block b {
		font-weight: 300 !important;
	}

	/* ng */

	.actionbutton {
		width: 80%; !important;
		margin-top: 0.75em;
	}

	.advantages {
		width: 100%; 
		margin-top: 2em;
	}

	.advantages-box {
		width: 100%; 
		padding-left: 10%;
		padding-right: 10%;
		margin: 0;
		display: block;
		float: left; 
		text-align: center;
	}

	.advantages-box-mitglied {
		width: 100%; 
		padding-top: 1rem;
		padding-left: 10%;
		padding-right: 10%;
		margin: 0;
		display: block;
		float: left; 
		text-align: center;
	}

	.advantages-box img{
		width: 50%; 
		padding: 0.5%;
		display: block;
	}

	.advantages-box-mitglied img{
		width: 50%; 
		padding: 0.5%;
		display: block;
	}

	.location-angebot-block {
		width: 90%;
	}

	.therapie-setting {
		width: 90%; 
		padding-top: 4em;
		margin: auto;
	}

	.therapie-setting-testimonial {
		padding-top: 4em;
		margin: auto;
		width: 90%; 
		background-color:#DFDFDF; 
		padding:4%; 
		font-weight: 400;
	}

	.module-standort {
		padding-top: 4em;
	}

	.module-standort img {
		width: 100%; 
		height: auto;
	}

	.row-lp-block {
		width: 95%;
	}

	.row-lp-block h2 {
	}

	.row-lp-block-button {
	}

	.row-lp-block-button:hover {
	}

	.row-lp-block-button a{
	}

	.row-3p-block {
		width: 95%;
	}

	.location-sponsors-block {
		width: 90%;
		margin: auto; 
		justify-content: center; 
		align-items: center;
		padding-top: 2rem;
	}

	.sponsors {
		width: 50% !important;
		height: 50% !important;
		padding: 1rem;
	}

/* Specials */

	#slideshow {
		display: none;
	}

	#slideshow2 {
		display: none;
	}

}