 /* ---------------------------------------------------------
   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:300;
  color: #555555;
  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:300;
	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:400;}

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:400;
  letter-spacing:0.8px;
}
H1 {
  font-size:22px;font-size: 2.2rem;
  line-height:1.2;
  letter-spacing:0.8px;
  margin-bottom:25px;
}
H2 {
  font-size:17px;font-size: 1.7rem;
  margin-bottom:10px;
}
H3 {
  font-size:17px;font-size: 1.7rem;
  margin-bottom:5px;
}

.sep, hr {
  display: block;
  margin-top: 55px;
  border: 0;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-top: 1px solid #c2c2c2;
  padding-bottom: 30px;
  clear: both;
}

.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; }

::-moz-selection {
	background: #bd2f92;
	color: #fff;
	text-shadow: none
}
::selection {
	background: #bd2f92;
	color: #fff;
	text-shadow: none
}

.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:fixed;
  width:100%;
	height:50px;
  color:#fff;
  z-index:10001;
}
#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:36px;font-size: 3.6rem;
  font-weight:600;
  letter-spacing:0.8px;
  padding-top:2px;
}
#header .part1 .praxis A {
  color:#fff;
}
.praxis STRONG {
  font-weight:600;
}
#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;
  margin-bottom:35px;
}
#keyvisual IMG {
  display:block;
  width:100%;
  max-width: 100%;
  height: auto;
}


/* NAVIGATION */
#mainnavi {
  position:absolute;
  left:10px;
  top:52px;
  max-width:22.5%;
}
#mainnavi UL {
  list-style: none;
  margin:0 0 25px 0;
}
#mainnavi LI {
  position:relative;
  padding-left:0;
  margin-bottom:7px;
  font-size:19px;font-size: 1.9rem;
  letter-spacing:0.8px;
}
#mainnavi A:hover,
#mainnavi LI.current A {
  color:#bd2f92;
}

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

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

.claim {
  text-align: center;
  font-weight:400;
  font-style: italic;
  color:#98b609;
}


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:10px;
}
#address P,#callme P {
  line-height:1.4;
  margin-bottom:12px;
  font-size:19px;font-size: 1.9rem;
}
#address P:last-child, #callme P:last-child {
  margin-bottom:0;
}
#address P STRONG, #callme P STRONG {
  line-height:1.1;
  font-weight:400;
  color:#fff;
}
#callme {
  padding:15px 20px;
  color:#fff;
  background-color:#be589f;
  border-radius:10px;
}

#map {
  display:block;
  background: url(../../media/googlemap.png) no-repeat;
  background-size:cover;
  background-position:center center;
}
#portrait {
  min-height:255px;
  background: url(../../media/angelika-neumann.jpg) no-repeat;
  background-size:cover;
  background-position:center center;
  border-radius:10px;
}

.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;
  border-radius:10px;
}


/* 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: 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;
  }
  #portrait {
    min-height:auto;
  }

}

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

  #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;
  }

  #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;
  }

  #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;
  }
  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;
  }

  #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:15px;}

  H1 {margin-bottom:15px;
    font-size: 18px;font-size: 1.8rem;}
  P {margin-bottom:15px;}

  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 */
