/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/
* {
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none; }

h2 {
	font-size: 25px !important;
	padding-bottom: 20px;
}

h3 {
	font-size: 20px !important;
	padding-bottom: 20px;
}

strong {
	font-weight: 600;
}

img {
  max-width: 100%; }

a {
  text-decoration: none; }

body {
  line-height: 1;
  overflow-x: hidden; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(//www.malytherapie-hessen.de/wp-content/themes/weissblau_media_2/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  margin-bottom: 25px;
  line-height: 28px; }

h1, h2 {
  font-size: 40px; }

.container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }
  .container:after {
    clear: both;
    content: '';
    display: table; }

.container a {
	color: #e76132;
}

.mod-row ul {
	padding-left: 20px;
    margin: 20px 0;
    list-style: none;
}
.mod-row ul li {
    list-style: disc;
    margin: 10px 0;
    line-height: 1.5;
}

@media (max-width: 930px) {
  .container {
    padding-left: 15px;
    padding-right: 15px; } }

.padded {
  padding: 50px 0; }

.centered {
  text-align: center; }

.col {
  padding-right: 30px;
  float: left; }
  .col + .col {
    padding-right: 0;
    padding-left: 30px; }
  .col.right {
    padding-right: 0 !important;
    padding-left: 30px !important; }
  .col.right-left {
    padding-left: 0 !important;
    padding-right: 30px !important; }

.col-50 {
  width: 50%; }

.col-40 {
  width: 40%; }

.col-60 {
  width: 60%; }

.col-70 {
  width: 70%; }

.col-75 {
  width: 75%; }

.col-25 {
  width: 25%; }

.col-30 {
  width: 30%; }

.col-33 {
  width: 33.333%; }

.greybg {
  background-color: #f3f3f3; }

.whitebg {
  background-color: white; }

.right {
  float: right; }

.header {
  padding: 20px 0; }
  .header:after {
    clear: both;
    content: '';
    display: table; }
  .header-logo {
    padding-bottom: 15px; }
  .header-menu {
    display: inline-block; }
    .header-menu li {
      display: inline-block;
      margin-right: 15px; }
      .header-menu li a {
        color: black;
        font-size: 15px; }
      .header-menu li.current-menu-item a {
        color: #f74320;}
  .header-phone {
    display: inline-block;
    float: right; }
    .header-phone a {
      color: #f74320;
      font-size: 21px; 
      font-weight: 600;}

.home-banner {
  background: #eac345;
  background-image: url(//www.malytherapie-hessen.de/wp-content/themes/weissblau_media_2/img/banner.png);
  height: 500px;
  width: 100%;
  background-size: cover; }
  .home-banner-text {
    padding-top: 95px; }
  .home-banner-title {
    color: white;
    font-size: 45px;
    line-height: 1.0;
    font-weight: 400;
    width: 360px; }

.home-banner.inner {
  height: 317px;
}

.home-intro-headline {
  position: relative; }
  .home-intro-headline:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%); }

.home-intro-headline-text {
  color: #f93f1a;
  font-size: 82px; }

.background-section {
  background-image: url(//www.malytherapie-hessen.de/wp-content/themes/weissblau_media_2/img/bgsection.png); }

.title-contain {
  padding: 0 0 40px; }

.accord {
  padding: 20px 0;
  clear: both; }
  .accord-header {
    padding: 40px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative; }
    .accord-header:after {
      content: '';
      display: block;
      position: absolute;
      top: 44px;
      right: 20px;
      background-image: url(//www.malytherapie-hessen.de/wp-content/themes/weissblau_media_2/img/accord-arrow.png);
      width: 16px;
      height: 16px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      transition: -webkit-transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s; }
  .accord-title {
    font-size: 25px;
    display: block;
    padding-right: 60px; }
  .accord-image-contain {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.22);
    border: 1px solid #d5d5d5;
    padding: 40px; }Oft
  .accord-content .art {
    position: relative;
  }
  .accord-content .art:before {
    content: '';
    display: block;
    background-image: url(//www.malytherapie-hessen.de/wp-content/themes/weissblau_media_2/img/artwork.png);
    width: 96px;
    height: 102px;
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -51px;
  }
  .accord-content .art .accord-image-contain{
    position: relative;
    background-color: #ffffff;
  }
  .accord-image img + img{
    margin-top: 10px; }
  .accord-content {
    display: none; }
    .accord-content:after {
      clear: both;
      content: '';
      display: table; }
  .accord.open .accord-content {
    display: block; }
  .accord.open .accord-header {
    padding: 40px 0; }
  .accord.open .accord-header:after {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

.accord-image-text {
  padding-top: 30px; }

.home-person {
  padding: 55px 20px; }
  .home-person > img {
    display: block;
    margin: 0 auto; }
  .home-person-info {
    text-align: center;
    position: relative;
    width: 320px;
    margin: 0 auto;
    padding-top: 50px; 
    height: 190px;}
    .home-person-info:before {
      content: '';
      display: block;
      background-image: url(//www.malytherapie-hessen.de/wp-content/themes/weissblau_media_2/img/artwork.png);
      width: 96px;
      height: 102px;
      position: absolute;
      top: 40px;
      left: -50px; }
    .home-person-info .name {
      font-size: 25px;
      display: block;
      padding-bottom: 20px; }
  .home-person-list {
    border: 3px solid #e5e5e5;
    border-radius: 11px;
    padding: 40px 20px; }
    .home-person-list h3 {
      text-align: center; }
    .home-person-list ul {
      padding-left: 40px;
      padding-bottom: 50px; }
      .home-person-list ul li {
        display: block;
        padding: 50px 0 0; }
  .home-person-link {
    font-weight: 700;
    text-align: right; }
    .home-person-link a {
      color: black; }
      .home-person-link a img {
        position: relative;
        top: 3px; }
  .home-person-quote {
    text-align: left;
    padding: 80px 0 30px;
    color: #f38530;
    font-size: 35px;
    line-height: 51px; }

.home-testimonials-slider .owl-nav > div {
  position: absolute;
  top: 50%; }

.home-testimonials-slider .owl-nav .owl-prev {
  left: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .home-testimonials-slider .owl-nav .owl-prev img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.home-testimonials-slider .owl-nav .owl-next {
  right: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.center .home-testimonial {
  opacity: 1; }


.home-testimonial-inner p {
	font-size: 15px;
}

.home-testimonial {
  background-color: #f8f8f8;
  position: relative;
  height: 482px;
  opacity: 0.3; }
  .home-testimonial-inner {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 30px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .home-testimonial-inner img {
      width: auto !important;
      margin: 0 auto; }
    .home-testimonial-inner .title {
      font-size: 18px;
      display: block;
      font-weight: 700;
      padding: 60px 0 40px; }

.owl-dots {
  text-align: center;
  padding-top: 20px; }

.owl-dot {
  display: inline-block;
  margin: 0 3px; }

.owl-dot span {
  background-color: #d8d8d8;
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 50%; }

.owl-dot.active span {
  background-color: #f73f1a; }

.footer {
  background-image: linear-gradient(37deg, #e76132 0%, #ffd358 100%);
  padding: 25px 0;
  color: white;
  font-size: 14px; }
  .footer a {
    color: white; }
  .footer-links {
    margin-left: 20px; }
  .footer .sep {
    display: inline-block;
    margin: 0 10px; }
  /*.footer-contacts {
    padding-top: 100px; }*/
  .footer-orange {
    font-size: 18px;
    color: #f73f1a; }
  .footer-contact-item {
    padding-bottom: 10px;
    line-height: 19px; }
    .footer-contact-item:after {
      clear: both;
      content: '';
      display: table; }
    .footer-contact-item > img {
      float: left;
      margin-right: 10px; }
    .footer-contact-item div {
      overflow: hidden; }
    .footer-contact-item a {
      color: black; }
  .footer-news {
    padding-top: 33px;
    line-height: 1.5; }
    .footer-news span {
      display: block; }
    .footer-news a {
      color: black;
      text-decoration: underline;
      font-weight: 700; }
  .footer-news-end {
    padding-top: 16px; }
    .footer-news-end .home-person-link {
      padding-top: 60px; }

.mobile-toggle {
  display: none; }

blockquote {
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 39px;
  font-weight: 400; }

@media (max-width: 991px) {
.home-banner-title {
	font-size: 33px;
}	
	}


@media (max-width: 991px) {
  .mobile-toggle {
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: 15px; }
  .header {
    position: relative; }
  .header-logo {
    display: inline-block; }
  .header-logo img {
    height: 50px;
    width: auto; }
  .header-menu {
    position: absolute;
    background: white;
    padding: 30px;
    left: 0;
    top: 100%;
    display: none; }
    .header-menu li {
      display: block;
      margin-right: 0;
      margin-bottom: 20px; }
  .col {
    float: none;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 15px;
    padding-bottom: 15px; }
  .accord-image-contain {
    width: 100%;
    max-width: 400px;
    margin: 0 auto; }
  .home-testimonials-slider .owl-nav .owl-next {
    right: 15px; }
  .home-testimonials-slider .owl-nav .owl-prev {
    left: 15px; }
  .home-testimonial-inner {
    padding: 0 80px; }
  .footer-links {
    margin-left: 0;
    display: block;
    padding: 15px 0 0; } }

@media (max-width: 400px) {
  .home-intro-headline-text {
    font-size: 60px; }
  .home-person-quote {
    font-size: 30px; }
  .home-banner{
    height: 230px;
  }
  .home-banner-text {
    padding-top: 50px;
  }
  .home-banner-title {
    font-size: 22px;
    width: 100%;
  }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.home-banner {
	height: 350px !important;
}
.home-banner-title {
	font-size: 34px;
}
}


/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
.home-banner {
	height: 300px !important;
}
.home-banner-title {
	font-size: 30px;
}

}


#home-testimonoals-anchor{
  width: 220px;
  margin: 50px auto;
  position: relative;
  padding: 0 30px;
  text-align: center;
}
#home-testimonoals-anchor a img{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 10px;
}

#home-testimonoals-anchor:before{
  width: 150px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -150px;
  background-color: #adadad;
  content: "";
  display: block;
}
#home-testimonoals-anchor:after{
  width: 150px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -150px;
  background-color: #adadad;
  content: "";
  display: block;
}

.mod-row table{
  width: 100%;
  margin-bottom: 50px;
}
.mod-row table tr th{
  text-align: left;
}
.mod-row table tr th:first-child,
.mod-row table tr td:first-child{
  width: 100px;
  text-align: center;
}
.mod-row table tr th,
.mod-row table tr td{
  line-height: 1.6;
  vertical-align: top;
  padding: 5px;
}


@media (max-width: 767px) {
	.home-person-info {
		height: 180px;
	}
	}
	
td {
	text-align: left !important;
}

th {
	text-align: left !important;
}

.alignleft {
    float: left;
    margin: 10px 25px 20px 0;
    }