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

/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('webfonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('webfonts/source-sans-pro-v21-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('webfonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('webfonts/source-sans-pro-v21-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('webfonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('webfonts/source-sans-pro-v21-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

 /* ---------------------------------------------------------
   Basisgestaltung und Layoutbereiche
   ---------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
* {
	margin:0;
	padding:0;
}
html {
  font-family:  'Source Sans Pro', Arial, sans-serif;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%; /* Prevent iOS text size adjust after orientation change */
  -webkit-text-size-adjust: 100%;
  background-color:#fff;
}
body {
  font-size: 18px; font-size: 1.8rem;
  font-weight:400;
  color: #333;
  min-width: 320px;
  margin: 0 auto;
}

*, *:before, *:after {
	box-sizing         : border-box;
	-moz-box-sizing    : border-box;
	-webkit-box-sizing : border-box;
}


TABLE, TR, TD, TH {
  font-family:  'Source Sans Pro', Arial, sans-serif;
  font-size: 18px; font-size: 1.8rem;
  font-weight:400;
	vertical-align:top;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
}

A {
  color:#98b609;
  text-decoration:none;
  outline: 0;
}

A IMG,
IMG {
	border:0;
}
B, STRONG {font-weight:600;}

P {
  margin-bottom:20px;
  line-height:1.5em;
}

H1,H2,H3,H4,H5,H6 {
  font-family:  'Open Sans', Arial, sans-serif;
  color:#bd2f92;
  font-weight:600;
}
H1 {
  font-size:26px;font-size: 2.6rem;
  line-height:1.2;
  margin-bottom:35px;
  font-weight:400;
}
H2 {
  font-size:18px;font-size: 1.8rem;
  margin-bottom:15px;
}
H2.big {
  font-size:26px;font-size: 2.6rem;
  line-height:1.2;
  margin-bottom:25px;
  font-weight:400;
}
H3 {
  color:#333;
  font-size:17px;font-size: 1.7rem;
  margin-bottom:8px;
}

.sep, hr {
  display: block;
  width:100%;
  /* margin-top: 35px;   */
  border: 0;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-top: 1px solid #c2c2c2;
  padding-bottom: 25px;
  clear: both;
}
.sep {
  /* margin-top: 35px;   */
  padding-bottom: 20px;
}

.flexcon {display:flex;}

.float-left {float:left;}
.float-right {float:right;}

/* Elemente verstecken */
.hideme {
  display:none;
}

/* Clearfix */
.clearfix:after {
	content    : ".";
	display    : block;
	clear      : both;
	font-size  : 0;
	height     : 0;
	visibility : hidden;
}
.clear { clear: both; }


.reframe { max-width: 1140px; margin: 0 auto; padding: 0 12px; position:relative; }
/* overwrite gridlex */
[class~="col"],
[class*="col-"],
[class*="col_"] {
  padding: 0 12px 1em;}

[class*="grid-"], [class*="grid_"], [class~="grid"] {
  margin: 0 -12px;
}


/* HEADER */
HEADER[role="banner"] {
  position:absolute;
  width:100%;
	height:50px;
  color:#fff;
  z-index:10001;
}
#logo {
  position:absolute;
  left:11px; top:0;
  background: #fff url(../logo.png) no-repeat;
  background-size:85%;
  background-position:19px 3px ;
  width: 230px;
  height: 230px;
  box-shadow: 1px 1px 3px 1px rgba(0,0,0, 0.2);
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
}
#meta {
  position:absolute;
  right:10px; top:15px;
  font-size:16px;font-size: 1.6rem;
}
#meta A {
  font-size:15px;font-size: 1.5rem;
  color:#fff;
}

#header .part1 {
  font-size:30px;font-size: 3rem;
	height:50px;
  background-color:rgba(152,182,9, 0.9);
}
#header .part1 .praxis {
  float:left;
  font-size:34px;font-size: 3.4rem;
  font-weight:400;
  letter-spacing:0.8px;
  padding-top:2px;
}
#header .part1 .praxis A {
  color:#fff;
}
.praxis STRONG {
  font-weight:600;
}
.therapeut {display:none;}
#header .part1 .therapeut {
  float:left;
  margin-left:133px;
  font-weight:300;
  padding-top:5px;
}

#header .part2 {
  font-size:16px;font-size: 1.6rem;
  font-weight:400;
	height:26px;
  line-height:24px;
  color:#fdf8ed;
  letter-spacing:0.8px;
  background-color:#fff;
}
#header .part2{
  display:none;
}
#keyvisual .part2 {
  position: absolute;
  left:0;bottom:0;
  width: 100%;
  font-size:18px;font-size: 1.8rem;
  font-weight:400;
	height:26px;
  line-height:26px;
  text-align:left;
  color:#fff;
  letter-spacing:0.8px;
  background-color:rgba(152,182,9, 0.9);
}
#header .part2 SPAN, #keyvisual .part2 SPAN {
  padding:0 8px;
}

#toggleMenu {
  display:none;
  position:absolute;
  right:20px;
  top:5px;
  height:34px;
  width:34px;
  cursor:pointer;
}

/*svg*/
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align:middle;
}
.icon-menu {
  font-size:32px; font-size:3.2rem;
  color:#fff;
}
.icon-cross {
  font-size:32px; font-size:3.2rem;
  color:#fff;
}


/* KEYVISUAL */
#keyvisual {
  position:relative;
  text-align:center;
  border-bottom:7px solid #98B609;
  margin-bottom:50px;
}
#keyvisual IMG {
  display:block;
  width:100%;
  max-width: 100%;
  height: auto;
}


/* NAVIGATION */
#mainnavi {
  position:absolute;
  left:10px;
  top:67px;
  max-width:22.5%;
}
#mainnavi UL {
  list-style: none;
  margin:0 0 25px 0;
}
#mainnavi LI {
  position:relative;
  padding-left:0;
  margin-bottom:11px;
  color:#98b609;
  font-size:18px;font-size: 1.8rem;
  font-weight: 400;
}
#mainnavi A {
  font-weight: 400;
}
#mainnavi A:hover {
  color:#bd2f92;
}
#mainnavi LI.current > A {
  color:#bd2f92;
  font-weight:400;
}


/* SUBNAV*/
#mainnavi ul li > .sub-menu {
  padding:8px 0 0 12px;
  margin: 0 0 15px 0;
}
#mainnavi .sub-menu li {
  margin-bottom:5px;
}


/* MAIN */
MAIN {
  padding:0 0 50px;
}
#content {min-height:400px;margin-bottom:165px;}

#maingrid {
  width:75.5%;
  margin-left:24.5%;
}

#content .grid UL{
  list-style: none;
  margin:0 0 25px 5px;
}
#content .grid UL LI {
  position:relative;
  padding-left:17px;
  margin-bottom:10px;
  background: url(../bg_li.png) 0 9px no-repeat;
}

#content .grid OL {
  margin:0 0 25px 25px;
}
#content .grid OL LI {
  position:relative;
  padding-left:10px;
  margin-bottom:15px;
}
/*
#content .grid ol {
  list-style: none;
  }
#content .grid li:before {
  counter-increment: mycounter;
  content: counter(mycounter) ". ";
  }
#content .grid ol:first-of-type {
  counter-reset: mycounter;
}
*/

MAIN A {
  font-weight:400;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
MAIN A:hover {
  color:#bd2f92;
}

.small {font-size:14px;font-size:1.4rem;}

.claim {
  text-align: center;
  font-size:21px;font-size: 2.1rem;
  font-style: italic;
  font-weight:400;
  color:#98b609;
  margin:35px 0 40px;
}

.dozent IMG {
  display:block;
  width:100%;
  max-width: 100%;
  height:auto;
  border-radius: 3px;
}

ASIDE [class*="grid-"] {
  margin-top:20px;
}
ASIDE .col STRONG {
  letter-spacing:0.8px;
}
ASIDE .col P:first-child {
  line-height:1.1 !important;
}

#address {
  padding:15px 20px;
  font-size:18px;font-size: 1.8rem;
  color:#fff;
  background-color:#98b609;
  border-radius:3px;
}
#address P,#callme P {
  line-height:1.4;
  margin-bottom:12px;
  font-size:18px;font-size: 1.8rem;
}
#address P:last-child, #callme P:last-child {
  margin-bottom:0;
}
#address P STRONG, #callme P STRONG {
  line-height:1.1;
  font-weight:600;
  color:#fff;
}
#callme {
  padding:15px 20px;
  color:#fff;
  background-color:#be589f;
  border-radius:3px;
}
#callme A {
  color:#fff;
}

.teaser {
  font-size:1.9rem;
  text-align: center;
  padding:30px 0;
  margin: 50px 0;
  border-top:1px solid #be589f;
  border-bottom:1px solid #be589f;
}


#portrait {
  min-height:255px;
  background: url(../../media/angelika-neumann.jpg) no-repeat;
  background-size:cover;
  background-position:center center;
  border-radius:3px;
}
#portrait2 {
  min-height:255px;
  background: url(../../media/nina-sproeber-kolb.jpg) no-repeat;
  background-size:cover;
  background-position:center center;
  border-radius:3px;
}
#isst {
  min-height:255px;
  /* background: url(../isst.png) no-repeat;
  background-size:75%;                       */
  background: url(../einstein.png) no-repeat;
  background-position:center center;
  background-size:cover;
  border:1px solid #ccc;
  border-radius:3px;
}
#logo-aside {
  min-height:255px;
  background: url(../logo_footer.png) no-repeat;
  background-size:75%;
  background-position:center center;
  border:1px solid #ccc;
  border-radius:3px;
}

.map-responsive{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

A.arrow {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 28' height='18' width='18'%3E%3Cpath d='M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM15.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z' style='fill:%2398b609' /%3E%3C/svg%3E");
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 18px;
	display: inline-block;
}
A.arrow:hover {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 28' height='18' width='18'%3E%3Cpath d='M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM15.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z' style='fill:%23bd2f92' /%3E%3C/svg%3E");
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 18px;
	display: inline-block;
}


a[href$=".pdf"]{
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28' height='20' width='20'%3E%3Cpath d='M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM13.969 16.734c0.391 0.313 0.828 0.594 1.312 0.875 0.656-0.078 1.266-0.109 1.828-0.109 1.047 0 2.375 0.125 2.766 0.766 0.109 0.156 0.203 0.438 0.031 0.812-0.016 0.016-0.031 0.047-0.047 0.063v0.016c-0.047 0.281-0.281 0.594-1.109 0.594-1 0-2.516-0.453-3.828-1.141-2.172 0.234-4.453 0.719-6.125 1.297-1.609 2.75-2.844 4.094-3.781 4.094-0.156 0-0.297-0.031-0.438-0.109l-0.375-0.187c-0.047-0.016-0.063-0.047-0.094-0.078-0.078-0.078-0.141-0.25-0.094-0.562 0.156-0.719 1-1.922 2.938-2.938 0.125-0.078 0.281-0.031 0.359 0.094 0.016 0.016 0.031 0.047 0.031 0.063 0.484-0.797 1.047-1.813 1.672-3.078 0.703-1.406 1.25-2.781 1.625-4.094-0.5-1.703-0.656-3.453-0.375-4.484 0.109-0.391 0.344-0.625 0.656-0.625h0.344c0.234 0 0.422 0.078 0.547 0.234 0.187 0.219 0.234 0.562 0.141 1.062-0.016 0.047-0.031 0.094-0.063 0.125 0.016 0.047 0.016 0.078 0.016 0.125v0.469c-0.016 0.984-0.031 1.922-0.219 3 0.547 1.641 1.359 2.969 2.281 3.719zM4.969 23.156c0.469-0.219 1.141-0.891 2.141-2.469-1.172 0.906-1.906 1.937-2.141 2.469zM11.188 8.781c-0.156 0.438-0.156 1.188-0.031 2.063 0.047-0.25 0.078-0.484 0.109-0.688 0.031-0.266 0.078-0.484 0.109-0.672 0.016-0.047 0.031-0.078 0.063-0.125-0.016-0.016-0.016-0.047-0.031-0.078-0.016-0.281-0.109-0.453-0.203-0.562 0 0.031-0.016 0.047-0.016 0.063zM9.25 19.109c1.375-0.547 2.906-0.984 4.438-1.266-0.156-0.125-0.313-0.234-0.453-0.359-0.766-0.672-1.453-1.609-1.984-2.75-0.297 0.953-0.734 1.969-1.297 3.078-0.234 0.438-0.469 0.875-0.703 1.297zM19.344 18.859c-0.078-0.078-0.484-0.375-2.188-0.375 0.766 0.281 1.469 0.438 1.937 0.438 0.141 0 0.219 0 0.281-0.016 0-0.016-0.016-0.031-0.031-0.047z' style='fill:%23333333' /%3E%3C/svg%3E");
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 35px;
	display: inline-block;
	padding-top: 5px;
}
a[href$=".doc"], a[href$=".docx"]{
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28' height='20' width='20'%3E%3Cpath d='M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM3.641 12v1.672h1.094l2.562 10.328h2.484l2-7.578c0.078-0.234 0.125-0.469 0.156-0.719 0.016-0.125 0.031-0.25 0.031-0.375h0.063l0.047 0.375c0.047 0.219 0.063 0.469 0.141 0.719l2 7.578h2.484l2.562-10.328h1.094v-1.672h-4.688v1.672h1.406l-1.547 6.844c-0.063 0.25-0.094 0.516-0.109 0.719l-0.031 0.328h-0.063c0-0.094-0.031-0.219-0.047-0.328-0.047-0.203-0.078-0.469-0.141-0.719l-2.25-8.516h-1.781l-2.25 8.516c-0.063 0.25-0.078 0.516-0.125 0.719l-0.063 0.328h-0.063l-0.031-0.328c-0.016-0.203-0.047-0.469-0.109-0.719l-1.547-6.844h1.406v-1.672h-4.688z' style='fill:%23333333' /%3E%3C/svg%3E");
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 35px;
	display: inline-block;
	padding-top: 5px;
}

/* Formular */
#rex-yform {
  width:100%;
 margin: 25px 12px 60px;
}
#form-anmeldung {
  width:100%;
  margin-bottom:0;
}
#form-anmeldung LABEL {
  display:block;
	width:100%;
	height:28px;
	font-size: 18px;font-size: 1.8rem;
  color:#333;
}

.form-check-group .control-label {
  font-size: 1.8rem !important;
  font-weight:600;
  margin-bottom:20px;
}
#form-anmeldung .checkbox LABEL {
	width:100%;
	height:auto;
  margin-bottom:10px;
  cursor:pointer;
}
#form-anmeldung .checkbox LABEL INPUT {
  margin-right:10px;
}
#form-anmeldung INPUT.form-control{
	width:100%;
	height:40px;
  padding:0 10px;
	border:1px solid #d8d8d8;
	font-size: 15px;font-size: 1.5rem;
	margin-bottom:15px;
  border-radius:3px;
}

#form-anmeldung SELECT {
	width:255px;
	height:40px;
  padding:0 16px;
	border:1px solid #d8d8d8;
	font: 16px  'Source Sans Pro', Arial, Verdana, sans-serif;  font-size: 1.6rem;
	margin-bottom:25px;
}
#form-anmeldung OPTION {
  padding:0 20px;
}

#form-anmeldung TEXTAREA {
	width:100%;
	height:145px;
  padding:10px 10px;
	border:1px solid #d8d8d8;
	font: 16px  'Source Sans Pro', Arial, Verdana, sans-serif;font-size: 1.6rem;
	margin-bottom:15px;
  border-radius:3px;
}

FORM BUTTON {
	display:block;
	float:left;
	width:138px;
  height:40px;
	padding:0;
	font: 16px; font-size: 1.6rem;
	color:#fff;
  background-color: #98b609;
	border:0;
  border-radius:3px;
  margin-left:12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
	cursor:pointer;
}
FORM BUTTON:hover {
  background-color:#be589f;
}

#form-anmeldung INPUT:hover,
#form-anmeldung TEXTAREA:hover,
#form-anmeldung SELECT:hover {
  background-color:#f9fde8;
}


/* NEWSLETTER */
.sib-form {
  font-size: 18px !important;
  font-family: 'Source Sans Pro' !important;
  padding: 0 !important;
  margin: 0;
}
#sib-container {padding:0 !important;}

.sib-form .entry__field {
  width:100%;
  max-width: 340px !important;
  height:40px !important;
  padding:0 10px !important;
  border:1px solid #d8d8d8 !important;
  font-size: 15px;font-size: 1.5rem !important;
  margin-bottom:5px;
  border-radius:3px !important;
}
.sib-form-container a {
    text-decoration: none !important;
    color: #98b609 !important;
}
.sib-form-block__button {margin-left:0px !important;text-align:center !important;}



/* FOOTER */
FOOTER[role="contentinfo"] {
  color: #fff;
  font-size:14px;font-size: 1.4rem;
  padding:2px 0;
  background-color: #98b609;
  clear:both;
}
FOOTER[role="contentinfo"] .reframe {
  position:relative;
  overflow:hidden;
}
FOOTER A {
  text-decoration:none;
  color: #fff;
}

FOOTER P {
  line-height:1.8;
  margin-bottom:0;
}
FOOTER SPAN {
  padding:0 10px;
}
FOOTER [class*="col-"] {
  padding-bottom:0;
}
FOOTER .col-4_xs-12 {
  text-align:right;
}




/* ---------------------------------------------------------
   @media
   ---------------------------------------------------------*/


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

  #logo {
    width: 170px;
    height: 170px;
  }

}


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

  #header .part1 {
    font-size:24px;font-size: 2.4rem;
  }

  #address, #callme {
    min-height:auto;
    padding:8px 12px;
  }
  #address P,#callme P {
    font-size:17px;font-size: 1.7rem;
  }

}

/* ---------------------------------------------------------*/
@media screen and  (max-width: 768px) {

  HEADER[role="banner"] {
    position:fixed;
  }

  #header .part1 {
    font-size:16px;font-size: 1.6rem;
  	height:40px;
  }
  #header .part1 .praxis {
    font-size:24px;font-size: 2.4rem;
    padding-top:5px;
    display:none;
  }
  #meta {display:none;}

  #logo {display:none;}
  .therapeut {display:block;}

  #header .part1 .therapeut {
    font-size:22px;font-size: 2.2rem;
    font-weight:400;
    padding-top:13px;
    padding-top:5px;
    margin: 0 ;
  }
  #header .part2 {
    font-size:16px;font-size: 1.6rem;
  	height:26px;
  	line-height:26px;
  }
  #keyvisual .part2 {
    font-size:16px;font-size: 1.6rem;
  }

  #keyvisual {
    margin-bottom: 40px;
  }

  #mainnavi {
    display:none;
    position:fixed;
    left:0; right:0;
    top:40px;bottom:0;
    max-width:100%;
    background-color: rgba(255,255,255, 0.95);
    z-index:10001;
    margin: auto;
    overflow: auto;
    height: calc(100vh - 34px);
  }

  #maingrid {width:100%;margin-left:0;}

  MAIN #mainnavi UL {
    margin:0;
    width:100%;
  }
  MAIN #mainnavi LI {
    font-size:22px;font-size: 2.2rem;
    text-align:center;
    border-bottom: 1px solid #ccc;
    margin:0;
  }
  MAIN #mainnavi LI A {
    display:block;
    padding: 12px 0;
  }


/* SUBNAVI */
  #mainnavi ul li > .sub-menu {
    display: inline-block;
    width:auto;
    padding-top:8;
    margin: 0 auto 25px auto;
  }

  MAIN #mainnavi LI UL LI {
    font-size: 2.0rem;
    text-align:left;
    border-bottom: 0;
    margin:0;
  }
  MAIN #mainnavi LI UL LI A {
    padding: 4px 0;
  }


  #toggleMenu {
    display:block;
  }
  .openNav #toggleMenu { display:block; }
  #toggleMenu .icon-cross { display:none; }  /*svg*/
  .openNav #toggleMenu .icon-cross { display:block; }   /*svg*/
  .openNav #toggleMenu .icon-menu { display:none; }  /*svg*/

  .openNav #mainnavi {display:block;}

  MAIN {padding-top:40px;}

  [class*="grid-"] > [data-push-left*="off-3"],
  [class*="grid_"] > [data-push-left*="off-3"],
  [class~="grid"] > [data-push-left*="off-3"] {
    margin-left: 0;
  }


}


/* ---------------------------------------------------------*/
@media screen and  (max-width: 580px) {

  FOOTER .col-4_xs-12 {
    text-align:left;
  }

}


/* ---------------------------------------------------------*/
@media screen and  (max-width: 480px) {
  body {
    font-size: 16px;font-size: 1.6rem;
  }

   #header { height:34px; }

   #header .part1 {
    font-size:15px;font-size: 1.5rem;
  	height:34px;
  }

  #header .part1 .praxis {
    float:none;
    font-size:18px;font-size: 1.8rem;
    padding-top:6px;
  }
  #header .part1 .therapeut {
    font-size:18px;font-size: 1.8rem;
    float:none;
    padding:5px 0 6px 0;
  }

  #header .part2 {
    font-size:13px;font-size: 1.3rem;
  	height:22px;
  	line-height:22px;
  }
  #header .part2 SPAN {
    padding:0 4px;
  }
  #keyvisual .part2 {
    font-size:13px;font-size: 1.3rem;
  	height:22px;
  	line-height:22px;
    letter-spacing:0.5px;
  }
  #keyvisual .part2 SPAN {
    padding:0 3px;
  }
  #toggleMenu {
    right: 8px;
    top: 3px;
    height: 34px;
    width: 34px;
  }
  .icon-menu,.icon-cross {
    font-size:30px; font-size:3.0rem;
  }

  #mainnavi { top:34px; }
  MAIN #mainnavi LI {
    font-size:20px;font-size: 2.0rem;
  }

  MAIN {padding-top:34px;}
  #keyvisual { margin-bottom:25px;}

  H1 {margin-bottom:15px;font-size: 20px;font-size: 2rem;}
  H2 {margin-bottom:12px;font-size: 16px;font-size: 1.6rem;}
  H3 {margin-bottom:5px;font-size: 16px;font-size: 1.6rem;}
  P {margin-bottom:13px;}

  ASIDE .col { padding-bottom:0; }
  ASIDE .col DIV { margin:0 -12px;border-radius:0 !important; }
  #address P, #callme P {font-size: 16px;  font-size: 1.6rem;}

  #map {
    min-height:255px;
    margin:0 -12px;
  }

}
/* Ende @media */
/* ---------------------------------------------------------*/

/* END */
