/* ------------------------------------
   Fonts
   ------------------------------------ */
/* questrial-regular - latin */
@font-face {
  font-family: 'Questrial';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/questrial-v18-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/questrial-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/questrial-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/questrial-v18-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/questrial-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/questrial-v18-latin-regular.svg#Questrial') format('svg');
  /* Legacy iOS */
}
/* didact-gothic-regular - latin */
@font-face {
  font-family: 'Didact Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/didact-gothic-v19-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/didact-gothic-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/didact-gothic-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/didact-gothic-v19-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/didact-gothic-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/didact-gothic-v19-latin-regular.svg#DidactGothic') format('svg');
  /* Legacy iOS */
}
/* ------------------------------------
   Vars
   ------------------------------------ */
/* ------------------------------------
   Grundlayout ergtherapie-ottte.de 2020-07-20
   ------------------------------------ */
* {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
.clearer {
  clear: both;
}
html {
  height: 101%;
}
body {
  margin: 0 auto;
  padding: 0;
}
html,
body {
  position: relative;
  height: 100%;
}
/* ------------------------------------
  Texte
  ------------------------------------ */
body,
p {
  font-family: 'Didact Gothic', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #58585a;
}
h1 {
  font-family: 'Didact Gothic', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  padding: 0;
  margin: 0 0 30px 0;
  font-weight: normal;
  color: #1a171b;
}
h2 {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  padding: 0 0 0 0;
  margin: 10px 0 20px 0;
}
h2 a {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
}
h2 a:hover {
  text-decoration: underline;
}
/* Datum */
h4 {
  font-size: 10px;
  font-weight: bold;
  padding: 0;
  margin: 20px 0 0 0;
}
p {
  clear: left;
}
span.label {
  display: block;
  float: left;
  clear: both;
  width: 220px;
  height: auto;
  padding: 0;
  margin: 0;
}
span.col {
  display: block;
  float: left;
  width: 370px;
  height: auto;
  padding: 0;
  margin: 0;
}
/* ------------------------------------
  Links
  ------------------------------------ */
a {
  text-decoration: underline;
  color: #58585a;
}
a:hover {
  text-decoration: underline;
  color: #58585a;
}
/* ------------------------------------
  Listen
  ------------------------------------ */
ul {
  display: block;
  width: auto;
  margin: 0 0 0 19px;
  padding: 6px 0 6px 0px;
}
ul li {
  margin: 0;
  padding: 4px 4px 4px 4px;
  line-height: 16px;
}
/* ------------------------------------
   Tabelle
  ------------------------------------ */
table {
  border: 0;
}
table td {
  vertical-align: top;
  padding: 2px 0 2px 0;
}
/* ------------------------------------
  Boxen
  ------------------------------------ */
/* ------------------------------------
   Pager
   ------------------------------------ */
#boxPager {
  clear: both;
  width: auto;
  height: auto;
  padding: 0px;
  text-align: center !important;
  margin: 20px 0 20px 0 !important;
}
.pager {
  color: #707070;
  font-weight: bold;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #97bf0d;
  font-size: 12px;
  padding: 4px 4px 4px 4px;
  width: 16px;
  height: 20px;
}
a.pager:link,
a.pager:visited,
a.pager:active {
  color: #97bf0d;
  font-weight: bold;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #97bf0d;
  font-size: 12px !important;
  padding: 4px 4px 4px 4px;
  width: 16px;
  height: 20px;
  line-height: 1em;
}
a.pager:hover {
  color: #97bf0d;
  font-weight: bold;
  text-decoration: none;
  background-color: #f4f8e8;
  border: 1px solid #97bf0d;
  font-size: 12px;
  padding: 4px 4px 4px 4px;
  width: 16px;
  height: 20px;
}
/* ------------------------------------
   Form
   ------------------------------------ */
.formbut {
  padding: 0 10px 0 10px;
  border: 0 !important;
  width: 100px;
  height: 20px;
  line-height: 20px;
  margin: 10px 0 0 0;
  font-weight: normal;
  font-size: 13px !important;
  color: #fff !important;
  background-color: #c00418 !important;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.formfield {
  width: 234px !important;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 3px;
  margin: 1px 0 1px 0;
  font-size: 12px;
}
/* ------------------------------------
   Kontaktformular
   ------------------------------------ */
form.pifa-form,
legend,
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
fieldset {
  padding: 10px;
  background: #cfe8e0;
  display: block;
  position: relative;
}
form.pifa-form label {
  display: block;
}
form.pifa-form input {
  display: block;
}
select,
textarea,
input[type="text"] {
  width: 198px;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 1px;
  font-size: 12px;
}
textarea {
  width: 285px;
}
input[type=submit] {
  padding: 0 10px 0 10px;
  border: 0 !important;
  width: 530px;
  height: 20px;
  line-height: 20px;
  margin: 0;
  font-weight: normal;
  font-size: 13px !important;
  color: #fff !important;
  background-color: #ab2991 !important;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
/* ------------------------------------
   cookie bar
   ------------------------------------ */
#cookie-bar {
  background: rgba(255, 255, 255, 0.85);
  height: auto;
  line-height: 30px;
  color: red;
  text-align: center;
  padding: 10px;
  -webkit-box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.3);
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: white;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
  font-size: 12px;
}
#cookie-bar .cb-enable {
  background: #007c57;
}
#cookie-bar .cb-enable:hover {
  background: #007c57;
}
#cookie-bar .cb-disable {
  background: #007c57;
}
#cookie-bar .cb-disable:hover {
  background: #007c57;
}
#cookie-bar .cb-policy {
  background: #007c57;
}
#cookie-bar .cb-policy:hover {
  background: #007c57;
}
/* ------------------------------------
   Responsive
   ------------------------------------ */
@media (min-width: 720px) and (max-width: 30000px) {
  .mobile,
  .navbar-toggle,
  .btnTop {
    display: none;
  }
  .desktop {
    margin: 0 auto;
    padding: 0;
  }
  #page {
    position: relative;
    width: 980px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
  }
  #header {
    width: 980px;
    height: 180px;
    padding-top: 30px;
    overflow: hidden;
    background-color: #fff;
  }
  #content {
    clear: both;
    width: 980px;
    height: auto;
    padding: 0 0 50px 0;
    background-color: #fff;
  }
  /* startseite */
  #content.start .left {
    float: left;
    width: 352px;
    margin: 0;
    padding: 0;
  }
  #content.start .center {
    float: left;
    width: 628px;
    margin: 0;
    padding: 0;
  }
  #content.start .right {
    clear: both;
    width: 628px;
    float: right;
    margin: 0;
    padding: 0;
  }
  #content.start .left #menu {
    width: 352px;
    padding: 20px 0 0 60px;
    margin: 0;
    border: 0;
  }
  #content.start .left #info {
    width: 336px;
    padding: 50px 0 0 60px;
    margin: 0;
    border: 0;
    background-color: #fff;
  }
  #content.start .right #teaser {
    width: 628px;
    padding: 0;
    padding-top: 30px;
    margin: 0;
    border: 0;
    background-color: #fff;
  }
  #content.start .right #info {
    display: none;
  }
  #content.start .news {
    width: 200px;
    float: left;
    padding: 10px 20px 10px 0px;
    line-height: 15px;
  }
  #content.start .news .head a {
    text-decoration: none;
    font-weight: bold;
  }
  #content.start .news .head a:hover {
    text-decoration: underline;
  }
  #content.start .news .linkMore a,
  #content.start .news .linkMore a:hover {
    text-decoration: none;
    color: #007c57;
  }
  /* standard */
  #content.standard .left {
    float: left;
    width: 352px;
    margin: 0;
    padding: 0;
  }
  #content.standard .left #menu {
    width: 352px;
    padding: 102px 0 0 60px;
    margin: 0;
    border: 0;
    background: none !important;
  }
  #content.standard .right {
    float: left;
    width: 628px;
    margin: 0;
    padding: 0;
  }
  #content.standard .text {
    width: 628px;
    height: auto !important;
    /*overflow: hidden;*/
    margin: 0;
    padding: 40px 36px 10px 0px;
  }
  #content.standard .text_l {
    float: left;
    width: 304px !important;
    padding: 0 30px 30px 0;
    margin: 0;
  }
  #content.standard .text_r {
    float: left;
    width: 280px !important;
    padding: 0 0 30px 0;
    margin: 0;
  }
  #content.standard .right .img {
    clear: both;
    width: 616px;
    margin: 0;
    padding: 0;
  }
  #content.standard .right .img .img_l {
    float: left;
    height: 150px;
    width: 305px;
    padding: 0;
    margin: 0 6px 0 0;
  }
  #content.standard .right .img .img_r {
    float: left;
    height: 150px;
    width: 305px;
    padding: 0;
    margin: 0;
  }
  /* Kontakt */
  #content.standard .anfahrt {
    width: 542px;
    height: 290px;
    overflow: hidden;
    margin: 0;
    padding: 40px 36px 10px 50px;
  }
  #content.standard .routenplan {
    float: left;
    width: 360px;
    height: auto;
  }
  #content.standard .beschreibung {
    float: left;
    width: 180px;
    height: auto;
  }
  #content.standard .formular {
    width: 550px;
    height: auto;
    margin: 10px 0 0 50px;
    padding: 0;
  }
  /* Team */
  #content.standard .team {
    clear: both;
    width: 622px;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  /*
	5 Mitarbeiter
	#content.standard .boxTeam {
			float: left;
			width: 120px;
			height: 150px;
			margin: 0 4px 0 0;
			padding: 0;
			overflow: hidden;
			position: relative;
	}
	#content.standard .boxTeam#box-5 {
			margin: 0;
	}
	*/
  /* 6 Mitarbeiter */
  #content.standard .boxTeam {
    float: left;
    width: 99px;
    height: 125px;
    margin: 25px 4px 0 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    bottom: 12px;
  }
  #content.standard .boxTeam#box-6 {
    margin: 25px 0 0 0;
  }
  .imgStandard {
    position: relative;
  }
  .imgText {
    display: block;
    position: absolute;
    z-index: 11;
    top: 5px;
    left: 5px;
  }
  #footer {
    clear: both;
    width: 980px;
    height: auto;
  }
  #footer ul.meta {
    position: absolute;
    top: 60px;
    left: 760px;
    /*	margin-top: 20px !important;
				width: 980px;*/
  }
  #footer ul.meta {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
  }
  #footer ul.meta li {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    float: right;
  }
  #footer ul.meta li a {
    display: block;
    width: auto;
    height: 11px;
    padding: 0;
    margin: 0 0 0 10px;
    font-size: 11px;
    font-weight: normal !important;
    line-height: 20px;
    text-decoration: underline;
    color: #58585a;
    text-transform: uppercase;
  }
  #footer ul.meta li a:hover {
    text-decoration: underline;
  }
  /* forms */
  #pifa-field-18 {
    position: absolute;
    z-index: 2;
    left: 250px;
    top: 25px;
  }
  #pifa-field-18 input[type=checkbox] {
    display: block;
    float: left;
  }
  #pifa-field-18 label {
    display: block;
    float: left;
    margin-left: 6px !important;
    margin-bottom: 4px;
    position: relative;
    bottom: 2px;
  }
  #pifa-field-18 .checkbox_wrapper {
    clear: both;
  }
  #pifa-field-21 {
    position: absolute;
    z-index: 2;
    left: 250px;
    top: 90px;
  }
  #pifa-field-35 {
    position: absolute;
    z-index: 2;
    left: 250px;
    top: 200px;
  }
  #pifa-field-35 .checkbox_wrapper {
    width: 300px;
  }
  #pifa-field-35 .pifa-error-message {
    margin-top: 20px;
  }
  #pifa-field-35 input[type=checkbox] {
    display: block;
  }
  #pifa-field-35 label {
    position: absolute;
    z-index: 1;
    left: 20px;
    top: -2px;
  }
  #pifa-field-24 {
    clear: both;
    margin: 23px 0 0 0;
  }
  .pifa-form label {
    margin: 4px 0 0 0 !important;
  }
  /* navigation */
  #menu {
    /* übergeordnete Elemente einfärben */
    /* 1. Ebene */
    /* 2. Ebene */
    /*verhindert im Zusammenhang mit position absolute bei ul ul
		*eine H&ouml;henvergr&ouml;&szlig;erung von #menu beim Hovern--
		*/
  }
  #menu ul {
    bottom: 0px;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    list-style-type: none;
    list-style-image: none;
  }
  #menu ul ul {
    margin: 0;
    padding: 0;
  }
  #menu #menu ul li:hover a.daddy {
    color: #187d4d !important;
  }
  #menu ul li a,
  #menu ul li a:link,
  #menu ul li a:active,
  #menu ul li a:visited,
  #menu ul li a.off {
    font-family: 'Didact Gothic', sans-serif;
    display: block;
    width: auto;
    height: auto;
    border: 0;
    margin: 0;
    cursor: pointer;
    padding: 0px 0 0 0;
    font-weight: normal;
    text-decoration: none;
    line-height: 20px;
    font-size: 24px;
    color: #182f29;
  }
  #menu ul li a.on,
  #menu ul li a.active,
  #menu ul li a.activepath,
  #menu ul li a:hover {
    color: #187d4d;
  }
  #menu ul li a.off ul li.activepath a.off,
  #menu ul li.activepath a.daddy a.off {
    color: #187d4d;
  }
  #menu ul ul {
    width: auto;
    padding: 0 0 0 96px !important;
    margin: 0;
  }
  #menu ul ul li a {
    padding-top: 0 !important;
    color: #182f29;
    line-height: 24px !important;
    font-size: 14px !important;
  }
  #menu ul ul li a:hover,
  #menu ul ul #active_v a {
    color: #187d4d;
    line-height: 24px;
    font-size: 14px;
  }
  #menu ul li {
    position: relative;
  }
  #menu ul li ul {
    /*position: absolute;
			width: 201px;
			top: 0;
			visibility: hidden;*/
  }
  /* ------------------------------------
	   IE-Hacks
	   ------------------------------------ */
  /* Holly Hack for IE \*/
  * html #menu ul li {
    float: left;
    height: 1%;
  }
  * html #menu ul li a {
    height: 1%;
  }
  /* End */
  /* ------------------------------------
	   Backend overrides
	   ------------------------------------ */
  #page.be #content.start .right,
  #page.be #content.standard .right {
    height: 1000px !important;
  }
}
@media (min-width: 1px) and (max-width: 719px) {
  html,
  body {
    position: relative;
    min-height: 101%;
  }
  .desktop {
    display: none;
  }
  body,
  p {
    font-size: 14px;
    line-height: 17px;
  }
  #page {
    height: 100%;
  }
  /* Inhalt */
  #header {
    position: fixed;
    z-index: 22;
    width: 100%;
    background-color: #fff;
  }
  #header img {
    margin: 0 auto;
  }
  #header.scroll {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.6);
    height: 40px;
    overflow: hidden;
  }
  #header.scroll .logo img {
    height: 80px !important;
  }
  #content {
    padding-top: 174px;
    position: relative;
  }
  #content .right {
    padding: 45px 0px;
  }
  #content .imgStandard {
    margin: 15px 0 15px 0;
  }
  #content .imgStandard img {
    margin: 0 auto;
    width: 100% !important;
    height: auto !important;
  }
  #content .team {
    width: 100%;
    padding: 15px 0 15px 0;
    position: relative;
  }
  #content .team .boxTeam {
    position: relative;
    max-width: 33.3333%;
    float: left;
    margin-bottom: 15px;
  }
  #content .team .boxTeam img {
    width: auto !important;
  }
  #content .anfahrt .routenplan {
    position: relative;
  }
  #content .anfahrt .beschreibung {
    padding: 15px 0 15px 0;
  }
  #content.start #info {
    padding: 15px 0 15px 20px;
  }
  #content .center {
    position: relative;
  }
  #content .center img {
    width: 100%;
    height: auto;
  }
  #content #teaser .news {
    background: #fff;
    padding: 15px;
    margin-bottom: 5px;
  }
  #content.standard .text {
    height: auto !important;
  }
  #footer ul.meta {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
  }
  #footer ul.meta li {
    margin: 0;
    padding: 0;
  }
  #footer ul.meta a {
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    background: #24B268;
    color: #fff;
    margin-bottom: 2px;
  }
  #footer .btnTop span.glyphicon.glyphicon-chevron-up {
    padding: 45px 0 45px 0;
    display: block;
    cursor: pointer;
    margin: auto;
    text-align: center;
    font-size: 50px;
    color: #24B268;
  }
  /* forms */
  .pifa-form fieldset {
    position: relative;
    width: 100%;
  }
  .pifa-form .pifa-field-lbl {
    width: 100%;
    clear: both;
    margin-top: 15px;
  }
  .pifa-form input[type="submit"],
  .pifa-form input[type="text"],
  .pifa-form textarea {
    width: 100%;
  }
  .pifa-form input[type="text"],
  .pifa-form textarea {
    font-size: 15px;
    padding: 3px !important;
  }
  .pifa-form textarea {
    height: 250px;
  }
  .pifa-form input[type="submit"] {
    padding: 10px !important;
    margin: 15px 0 0 0;
    height: auto;
  }
  .pifa-form .checkbox_wrapper {
    margin-top: 15px;
    line-height: 120%;
    position: relative;
  }
  .pifa-form .checkbox_wrapper input {
    position: relative;
    top: 2px;
  }
  .pifa-form .checkbox_wrapper label {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0px ;
    left: 20px;
  }
  /* navigation */
  .navbar-toggle {
    display: block;
    position: absolute;
    z-index: 99999;
    top: -4px;
    right: -10px;
    color: #fff;
    border: 0;
    background: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: black;
  }
  .navbar-toggle #icon-remove.glyphicon {
    position: absolute;
    z-index: 2;
    top: 4px;
    right: 12px;
    width: 22px;
    height: 22px;
    color: black;
    display: none;
    font-weight: 100 !important;
  }
  .top.navbar-default {
    display: none;
    position: absolute;
    overflow: hidden;
    z-index: 9999;
    left: 0;
    top: 87px !important;
    border: 0;
    width: 100%;
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.5);
    height: auto;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .top.navbar-default ul {
    clear: both;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    float: none;
    width: 100%;
  }
  .top.navbar-default ul > li {
    display: block;
    width: 100%;
    border: 0;
    margin: 0 ;
    padding: 0;
  }
  .top.navbar-default ul.navigation li a {
    display: block;
    text-decoration: none;
    color: #58585a;
    border-top: 1px solid #58585a;
    margin: 0;
    padding: 15px 15px 15px 15px;
    width: 100%;
    font-size: 18px;
    cursor: pointer;
  }
  .top.navbar-default ul.navigation li a:hover,
  .top.navbar-default ul.navigation li.active a {
    color: #58585a !important;
    border-top: 1px solid #58585a;
    background-color: rgba(174, 48, 148, 0.1) !important;
  }
  .top.navbar-default ul.navigation li li a,
  .top.navbar-default ul.navigation li li:last-child a {
    padding-left: 45px;
    font-size: 16px;
  }
}
/* ------------------------------------
   google maps
   ------------------------------------ */
.modules {
  position: relative;
  width: 100% !important;
}
.privacy-msg {
  position: relative;
  background: #eee;
  border: 0;
  margin: 40px 0;
  width: 100% !important;
  height: 400px !important;
}
.privacy-msg p {
  width: 200px;
  border: 0;
  padding: 5px;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 44;
}
iframe.privacy-map {
  width: 100% !important;
  height: 400px !important;
  z-index: 1;
  border: 0 !important;
  position: absolute;
  color: #656565;
  background-color: #eee;
  top: 0;
}
/*# sourceMappingURL=screen.css.map */