/* lato-300 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lato-v23-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/lato-v23-latin-300.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/lato-v23-latin-300.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/lato-v23-latin-300.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/lato-v23-latin-300.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/lato-v23-latin-300.svg#Lato")
      format("svg"); /* Legacy iOS */
}

/* lato-900 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/lato-v23-latin-900.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/lato-v23-latin-900.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/lato-v23-latin-900.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/lato-v23-latin-900.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/lato-v23-latin-900.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/lato-v23-latin-900.svg#Lato")
      format("svg"); /* Legacy iOS */
}

.background-container {
  position: fixed;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

.primaryContainer {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}

/* start of boilerplate */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 100%;
  line-height: 1.231;
}
body,
button,
input,
select,
textarea {
  font-family: "lato", sans-serif;
  color: #222;
}
::selection {
  text-shadow: none;
  background-color: highlight;
  color: highlighttext;
}
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:valid,
textarea:valid {
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  } /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  table {
    display: table-header-group;
  } /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

p {
  margin: 0;
}

html {
  overflow-y: auto;
  background-color: transparent;
  height: 100%;
}

body {
  background: #fff;
  font: normal 100%;
  position: relative;
  height: 100%;
}

body,
div,
img,
p,
button,
input,
select,
textarea,
a {
  box-sizing: border-box;
}

.image {
  display: block;
}

input {
  cursor: default;
  display: block;
}

input[type="button"] {
  background-color: #e5e9e8;
  border: 1px solid #9daca9;
  border-radius: 4px;
  box-shadow: inset 0 1px #fff;
  font: inherit;
  letter-spacing: inherit;
  text-indent: inherit;
  color: inherit;
}

input[type="button"]:hover {
  background-color: #eff1f1;
}

input[type="button"]:active {
  background-color: #d2d6d6;
  border: 1px solid #9daca9;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
}

#cookie-bar {
  font-size: 13px;
}
#cookie-bar-prompt-content {
  font-size: 13px;
  max-height: 85vh;
}
#cookie-bar-browsers a {
  width: 60px;
}
@media only screen and (max-device-width: 800px) {
  #cookie-bar {
    font-size: 12px;
  }
  #cookie-bar-prompt-content {
    font-size: 11px;
    max-height: 80vh;
  }
  #cookie-bar-browsers a {
    width: 50px;
  }
}

/* end of boilerplate */

#cookie-bar {
  background: #45484d;
  font-family: "lato", sans-serif;
  font-size: 10pt;
  left: 0;
  line-height: 1.5;
  margin: 0;
  padding: 3px;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

#cookie-bar-prompt {
  background: #000;
  background: rgba(0, 0, 0, 0.4);
  font-family: "lato", sans-serif;
  font-size: 10pt;
  height: 100%;
  left: 0;
  line-height: 1.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}

#cookie-bar *,
#cookie-bar-prompt * {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

#cookie-bar p {
  float: left;
  margin: 4px 0 0 20px;
  padding: 0;
  color: #fff;
  font-family: "lato", sans-serif;
}
#cookie-bar p a {
  padding: 0 8px;
}

#cookie-bar-prompt p {
  font-family: "lato", sans-serif;
  color: #fff;
}

#cookie-bar-button {
  background-color: #1fae16;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  margin-right: 20px;
  margin-top: 2px;
  padding: 5px 10px 6px;
  position: relative;
  text-decoration: none;
}

#cookie-bar-button-no {
  background-color: #d02828;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  margin-right: 20px;
  margin-top: 2px;
  padding: 5px 10px 6px;
  position: relative;
  text-decoration: none;
}

#cookie-bar-prompt a {
  cursor: pointer;
}
#cookie-bar-prompt hr {
  background: #fff;
  border: none;
  height: 1px;
  margin: 0.7em 0 1em;
  opacity: 0.2;
}
#cookie-bar-prompt-content,
#cookie-bar {
  color: #fff;
  font-weight: 300;
}

#cookie-bar-prompt-content::-webkit-scrollbar-track {
  background-color: #45484d;
}

#cookie-bar-prompt-content::-webkit-scrollbar {
  width: 15px;
}

#cookie-bar-prompt-content::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: #eee;
  background-color: rgba(255, 255, 255, 0.3);
}

#cookie-bar-prompt-content a,
#cookie-bar a,
#cookie-bar-prompt-content span {
  color: #31a8f0;
  text-decoration: none;
}

#cookie-bar-prompt-content a:hover,
#cookie-bar a:hover {
  color: #31a8f0;
  text-decoration: underline;
}

#cookie-bar-prompt-close span,
#cookie-bar-prompt-logo span {
  display: none;
}

#cookie-bar-prompt-button {
  cursor: pointer;
}

#cookie-bar-prompt-content {
  background: #45484d;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  margin: 0 auto;
  max-width: 98%;
  overflow: auto;
  padding: 25px;
  position: relative;
  top: 5%;
  width: 600px;
  z-index: 9998;
}
#cookie-bar-thirdparty {
  display: none;
}
#cookie-bar-tracking {
  display: none;
}
#cookie-bar-scrolling {
  display: none;
}
#cookie-bar-privacy-page,
#cookie-bar-main-privacy-link {
  display: none;
}
#cookie-bar-prompt-close {
  background: url("images.png") no-repeat;
  background-position: -102px -94px;
  width: 14px;
  height: 14px;
  display: block;
  float: right;
}

#cookie-bar-prompt-logo {
  background: url("images.png") no-repeat;
  background-position: -2px -0px;
  width: 163px;
  height: 42px;
  display: block;
  float: left;
}
#cookie-bar-browsers a {
  display: inline-block;
  background: url("images.png") no-repeat;
  text-align: left;
  height: 53px;
  margin: 0;
  padding: 0;
  position: relative;
}
#cookie-bar-browsers a span {
  background: #fff;
  border-radius: 2px;
  color: #000 !important;
  display: none;
  left: -10px;
  opacity: 0.8;
  padding: 3px 10px;
  position: absolute;
  text-align: center;
  top: 60px;
  width: 150px;
}
#cookie-bar-browsers a:hover span {
  display: block;
}
#cookie-bar-browsers .chrome {
  background-position: -2px -44px;
  width: 48px;
  height: 48px;
}
#cookie-bar-browsers .firefox {
  background-position: -52px -44px;
  width: 48px;
  height: 48px;
}
#cookie-bar-browsers .ie {
  background-position: -102px -44px;
  width: 48px;
  height: 48px;
}
#cookie-bar-browsers .opera {
  background-position: -2px -94px;
  width: 48px;
  height: 48px;
}
#cookie-bar-browsers .safari {
  background-position: -52px -94px;
  width: 48px;
  height: 48px;
}
.clear {
  clear: both;
}

/* Reset anchor styles to an unstyled default to be in parity with design surface. It 
    is presumed that most link styles in real-world designs are custom (non-default). */
a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: inherit;
}

body {
  margin: 0px;
  color: #000000;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
}

h1,
h2,
h4,
h5 {
  float: left;
  text-align: left;
  line-height: 1.2em;
  margin: 0px 0px 20px;
  color: #000000;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 900;
}

h3 {
  float: left;
  text-align: left;
  line-height: 1em;
  margin: 0px 0px 20px;
  color: #000000;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 20px;
}

#Header {
  float: left;
  height: 120px;
  margin-left: 0px;
  margin-top: 0px;
  clear: none;
  width: 100%;
  min-width: 0px;
  background-color: rgb(255, 255, 255);
  display: block;
}

#Logo_Image {
  float: left;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: 0px;
  margin-top: 25px;
  clear: none;
  color: rgb(0, 0, 0);
}

#Logo {
  float: left;
  height: auto;
  margin-left: 50px;
  margin-top: 0px;
  clear: none;
  width: auto;
  min-width: 520px;
  min-height: 50px;
  margin-right: 0px;
}

#Title {
  float: left;
  height: auto;
  margin: 50px 0px 0px 20px;
  clear: none;
  width: auto;
  min-height: 0px;
}

#Logo_Text {
  float: left;
  font-size: 26px;
  width: auto;
  height: auto;
  text-align: left;
  line-height: 1em;
  margin: 0px;
  clear: none;
  min-height: 0px;
}

#Menu {
  float: right;
  height: auto;
  margin: 0px 20px 0px 0px;
  clear: none;
  width: auto;
  min-height: 50px;
}

.M_Wrapper {
  float: left;
  height: 130px;
  padding-top: 80px;
  padding-right: 20px;
  padding-left: 20px;
  min-height: 0px;
  cursor: pointer;
  transition: background 0.4s;
}

.M_Wrapper:hover {
  background-color: #D9EA72;
}

.M_Wrapper_Active {
  background-color: #D9EA72;
}

#M_Angebot {
  margin: 0px 10px 0px 0px;
  width: 110px;
}

#M_Terminvereinbarung {
  margin: 0px 10px 0px 0px;
  width: 200px;
}

#M_Ueberuns {
  margin: 0px;
  width: 115px;
}

#M_Blog {
  margin: 0px;
  width: 80px;
}

#M_English {
  margin: 0px;
  width: 115px;
}

.M_Text {
  font-size: 18px;
  line-height: 1em;
}

#Sub_Menu {
  display: none;
  float: none;
  margin: 0px auto;
  clear: both;
  width: 100%;
  min-height: 0px;
  background-color: #D9EA72;
  background-attachment: scroll;
  -webkit-background-size: auto;
  background-size: auto;
  opacity: 1;
  background-position: 0% 0%;
  background-repeat: repeat no-repeat;
  height: auto;
}

#Sub_Menu_Wrapper {
  float: none;
  height: auto;
  margin: 0px auto;
  clear: none;
  width: 80%;
  min-height: 50px;
  max-width: 900px;
  display: block;
}

.SM_Wrapper {
  float: left;
  height: auto;
  margin: 20px 0px 10px;
  clear: none;
  width: 25%;
  min-height: 50px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background 0.4s;
}

#SM_Erwachsene:hover,
#SM_Erwachsene .SM_Active {
  background-color: #009999;
  color: #000000;
}

#SM_Jugendliche:hover,
#SM_Jugendliche .SM_Active {
  background-color: #99CC00;
  color: #000000;
}

#SM_Paare:hover,
#SM_Paare .SM_Active {
  background-color: #339966;
  color: #000000;
}

#SM_Kinder:hover,
#SM_Kinder .SM_Active {
  background-color: #CCCC00;
  color: #000000;
}

.SM_Text {
  float: none;
  font-size: 18px;
  width: auto;
  height: auto;
  text-align: center;
  line-height: 1em;
  clear: both;
  min-height: 0px;
  margin: 10px 0px 0px;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.SM_Image {
  float: none;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0px auto;
  clear: none;
  color: rgb(0, 0, 0);
}

#Main_Wrapper {
  float: none;
  height: auto;
  margin: 0 auto;
  padding: 0;
  clear: both;
  width: 100%;
  min-height: 50px;
  display: block;
  min-width: 0px;
}

#Content_Wrapper {
  float: none;
  height: auto;
  margin: 0 auto;
  clear: none;
  /* max-width: 1400px; */
  width: 100%;
  padding: 0;
  min-height: 50px;
  display: block;
}

.parallax-content {
  max-width: 1400px;
  padding: 50px 0;
  margin: auto;
}

.content_text {
  float: left;
  height: auto;
  margin: 0 0 30px 0;
  clear: none;
  width: 100%;
  min-height: 50px;
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.95);
}

.content_image {
  float: left;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0px;
  clear: none;
  color: rgb(0, 0, 0);
}

.content_image_small {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0px auto;
  clear: none;
  color: rgb(0, 0, 0);
}

.content_text_home {
  height: auto;
  margin: 0px;
  clear: none;
  width: 70%;
  min-height: 50px;
  padding: 60px 30px 60px 60px;
  background-color: rgba(255, 255, 255, 0.95);
}

.content_image_home {
  float: right;
  height: auto;
  margin: 0px;
  clear: none;
  width: 30%;
  min-height: 50px;
  padding: 30px;
  min-width: 0;
  background-color: rgba(255, 255, 255, 0.95);
}

.content_text_left {
  float: left;
  height: auto;
  margin: 0 0 30px 0;
  clear: none;
  width: 70%;
  min-height: 50px;
  padding: 60px 30px 60px 60px;
  background-color: rgba(255, 255, 255, 0.95);
}

.content_image_right {
  float: right;
  height: auto;
  margin: 0 0 30px 0;
  clear: none;
  width: 30%;
  min-height: 50px;
  padding: 30px;
  min-width: 0;
  background-color: rgba(255, 255, 255, 0.95);
}

.content_text_right {
  float: right;
  height: auto;
  margin: 0 0 30px 0;
  clear: none;
  width: 70%;
  min-height: 50px;
  padding: 60px 30px 60px 60px;
  background-color: rgba(255, 255, 255, 0.95);
  background-color: #D9EA72;
}

.content_image_left {
  float: left;
  height: auto;
  margin: 0 0 30px 0;
  clear: none;
  width: 30%;
  min-height: 50px;
  padding: 30px;
  min-width: 0;
  background-color: rgba(255, 255, 255, 0.95);
  background-color: #D9EA72;
}

.content_50percent {
  float: none;
  height: auto;
  margin: 0 auto 30px auto;
  clear: both;
  max-width: 100%;
  width: 540px;
  min-height: 50px;
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.95);
}

.content_50percent_left {
  float: left;
  height: auto;
  margin: 0 0 30px 0;
  clear: none;
  width: 50%;
  min-height: 50px;
  padding: 60px 30px 60px 60px;
  background-color: rgba(255, 255, 255, 0.95);
}

.content_50percent_right {
  float: left;
  height: auto;
  margin: 0 0 30px 0;
  clear: none;
  width: 50%;
  min-height: 50px;
  padding: 60px 60px 60px 30px;
  background-color: rgba(255, 255, 255, 0.95);
}

.content_team_cards,
.content_portfolio_cards,
.content_certificates,
.content_home_contact {
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
  width: 100%;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.95);
}

.content_portfolio_cards {
  background-color: #D9EA72;
}

.content_certificates {
  background-color: white;
}

.content_team_card {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 280px;
}

.content_portfolio_card {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 280px;
}

.content_certificate_cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  margin-bottom: 20px;
}

.content_stats_cards {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
}

@media only screen and (max-width: 1100px) {
  .content_stats_cards {
    align-items: center;
    flex-direction: column;
  }
}

@media only screen and (max-width: 500px) {
  .content_stats_cards {
    align-items: flex-start;
  }
}

.content_contact_cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
}

@media only screen and (max-width: 800px) {
  .content_contact_cards {
    align-items: center;
    flex-direction: column;
  }
}

.content_contact_cards div {
  display: flex;
  flex-direction: column;
  margin: 20px;
}

@media only screen and (max-width: 500px) {
  .content_home_contact,
  .content_contact_cards {
    margin: 0 auto;
  }
  .content_contact_cards div {
    margin: 20px auto;
  }
}

.content_contact_cards p {
  text-align: left !important;
}

.content_certificate_cards > img,
.content_certificate_cards picture {
  display: flex;
  width: 15%;
  height: auto;
}

.content_certificate_cards picture > img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 800px) {
  .content_certificate_cards {
    flex-direction: column;
  }

  .content_certificate_cards > img,
  .content_certificate_cards picture {
    display: flex;
    width: auto;
    height: auto;
    max-width: 90%;
    margin: 10px 0;
  }
}

.content_stats_card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 20px;
}

@media only screen and (max-width: 500px) {
  .content_stats_card {
    margin: 10px 0;
  }
}

.content_stats_card img,
.content_stats_card p {
  display: flex;
}

.content_stats_card img {
  max-width: 80px;
  height: auto;
  padding: 20px;
}

@media only screen and (max-width: 400px) {
  .content_stats_card img {
    max-width: 48px;
    padding: 0 20px 0 0;
  }
}

.content_stats_card .stats_big {
  font-size: 1.9em !important;
  white-space: nowrap;
  margin: 0 !important;
}

@media only screen and (max-width: 500px) {
  .content_stats_card .stats_big {
    font-size: 1.5em !important;
  }
}

.portfolio_image {
  margin-top: 20px;
}

.content_max_width_small {
  max-width: 600px;
  margin: 0 auto 30px auto;
  float: none;
}

.background-white {
  background-color: #fff;
}

#Main_Wrapper h1,
#Main_Wrapper h2,
#Main_Wrapper h3,
#Main_Wrapper h4,
#Main_Wrapper h5 {
  float: none;
  text-align: center;
}

#Main_Wrapper p {
  float: none;
  font-size: 20px;
  width: auto;
  height: auto;
  text-align: justify;
  line-height: 1.3em;
  margin: 0 0 10px 0;
  clear: none;
  min-height: 0px;
}

#Main_Wrapper a,
#Main_Wrapper a:link {
  color: #009999;
  font-weight: 900;
}

#Main_Wrapper a:hover {
  text-decoration: underline;
}

#Main_Wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#Main_Wrapper ul li {
  font-size: 20px;
  background-image: url(../img/focus_bullet.png);
  background-repeat: no-repeat;
  background-position: 10px -6px;
  padding: 5px 20px 5px 55px;
  line-height: 1.3em;
}

#Main_Wrapper ol li {
  font-size: 20px;
  padding: 5px 20px;
  line-height: 1.3em;
}

#Main_Wrapper ul li ul li {
  font-size: 20px;
  background-image: url(../img/focus_minus.png);
  background-repeat: no-repeat;
  background-position: 10px -6px;
  padding: 5px 20px 5px 55px;
}

.focuses {
  margin: 30px 0 0 0;
  background: #fff;
  border: rgba(0, 0, 0, 0.3) 2px solid;
}

.focuses h3 {
  padding: 20px 20px 10px 20px !important;
  margin: 0 !important;
}

.focuses ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.focuses ul li {
  font-size: 20px;
  background-image: url(../img/focus_bullet.png);
  background-repeat: no-repeat;
  background-position: 10px -6px;
  padding: 5px 20px 5px 55px;
}

.focuses p {
  padding: 10px 20px;
}

.focuses a {
  /* font-family: helvetica, arial, "lucida grande", verdana, "メイリオ", "ＭＳ Ｐゴシック", sans-serif; */
  display: inline-block;
  min-height: 50px;
  border: rgba(0, 0, 0, 0.3) 0px solid;
  box-sizing: border-box;
  padding: 10px;
  line-height: 30px;
  background: #009999;
  color: #fff !important;
  font-weight: bold;
  font-size: 12pt;
  transition: background 0.4s;
  cursor: pointer;
  width: 100%;
}

.focuses a:hover {
  background: #009999;
  text-decoration: none !important;
}

.autoscalingimage {
  height: auto;
  width: 100%;
}

.textcenter {
  text-align: center !important;
}

#Footer {
  width: 100%;
  padding: 50px 0;
  background-color: #eaeaea;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

#Footer h2,
#Footer h3,
#Footer p,
#Footer li {
  text-align: left;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 300;
}

#Footer a {
  text-decoration: underline;
}

#Footer > div {
  display: flex;
  flex-direction: column;
  max-width: 40%;
  min-width: 320px;
}

@media only screen and (max-width: 800px) {
  #Footer {
    flex-direction: column;
  }

  #Footer > div {
    max-width: unset;
    margin: 0 40px 30px;
  }
}

#Footer ul {
  margin: 0;
}

address {
  margin: 10px 0;
}

.textbox {
  height: 50px;
  width: 100%;
  border: rgba(0, 0, 0, 0.3) 2px solid;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 30px;
}

.textbox:focus {
  outline: none;
  border: #009999 2px solid;
  color: #009999;
}

.textarea {
  min-height: 100px;
  width: 100%;
  border: rgba(0, 0, 0, 0.3) 2px solid;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 30px;
}

.textarea:focus {
  outline: none;
  border: #009999 2px solid;
  color: #009999;
}

.button {
  display: inline-block;
  min-height: 50px;
  border: rgba(0, 0, 0, 0.3) 0px solid;
  box-sizing: border-box;
  padding: 10px;
  line-height: 30px;
  background: #009999;
  color: #fff !important;
  font-weight: bold;
  font-size: 12pt;
  transition: background 0.4s;
  cursor: pointer;
}

.select {
  height: 50px;
  width: 100%;
  border: rgba(0, 0, 0, 0.3) 2px solid;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 30px;
}

.contactbtn {
  width: 30%;
  margin: 0 5%;
}

.button:hover {
  background: #009999;
  text-decoration: none !important;
}

input:required,
textarea:required {
  background: #fff;
}

.form_alert {
  background: #cccc00;
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
}

.hyphenate {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
}

.donthyphenate {
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
}

.cursorhelp {
  cursor: help;
}

.tip {
  background-color: rgb(238, 238, 238);
  margin: 10px -20px 0 -55px;
  padding: 5px 10px;
}

.ddnimage {
  height: 22px;
  width: auto;
  margin: 0 -20px 0 0;
  padding: 5px;
  float: right;
  background-color: rgb(238, 238, 238);
}

.atip {
  padding-right: 30px;
}

.flipimagehorizontal {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.flipimagevertical {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.ueu_image {
  margin: 0 auto -20px auto;
  width: 400px;
  height: auto;
  width: 100%;
  max-width: 300px;
  display: block;
  padding: 0 20px;
}

.inline_element {
  display: inline-block;
  margin: 0 auto 20px auto;
  padding: 0 10px;
  max-width: 350px;
}

.slideshow-slide {
  display: none;
  text-align: center;
}

.slideshow-prev,
.slideshow-next {
  cursor: pointer;
  position: absolute;
  top: -12px;
  width: auto;
  padding: 16px;
  font-size: 36px;
  user-select: none;
}

.slideshow-prev {
  left: 0;
}

.slideshow-next {
  right: 0;
}

.slideshow-prev:hover,
.slideshow-next:hover {
  background-color: #009999;
  color: white !important;
  text-decoration: none !important;
}

.slideshow-dot-container {
  text-align: center;
  padding: 20px;
  position: relative;
}

.slideshow-dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slideshow-dot.active,
.slideshow-dot:hover {
  background-color: #009999;
}

.slideshow-container blockquote {
  font-style: italic;
  display: block;
  border-width: 2px 0;
  border-style: solid;
  border-color: #eee;
  padding: 1.5em 0 0.5em;
  margin: 1.5em 0;
  position: relative;
}
.slideshow-container blockquote:after {
  content: "\2013 \2003"attr(cite);
  display: block;
  text-align: right;
  font-family: "lato", sans-serif;
  font-size: 18px;
  color: #009999;
}

.slideshow-author {
  color: #009999;
}

.special-picts {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}

.special-pict {
  width: 300px;
  margin: 20px 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  border-radius: 16px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.special-pict img {
  display: flex;
  width: 100%;
  height: auto;
}

.special-pict h3 {
  padding: 0.5em 1em;
  text-align: center;
  line-height: 130%;
  margin: 0;
}

.centerimage {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 1400px) {
  #Header {
    height: 165px;
  }
  #Logo {
    clear: none;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 520px;
  }
  #Menu {
    clear: none;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #M_Angebot {
    min-height: 0px;
    padding: 20px 20px 0px;
    height: 60px;
  }
  #M_Terminvereinbarung {
    padding: 20px 20px 0px;
    height: 60px;
  }
  #M_Ueberuns {
    margin-right: 0px;
    padding: 20px 20px 0px;
    height: 60px;
  }
  #M_Blog {
    margin-right: 0px;
    padding: 20px 20px 0px;
    height: 60px;
  }
  #M_English {
    margin-right: 0px;
    padding: 20px 20px 0px;
    height: 60px;
  }
  #M_TherapieDigital {
    margin-right: 0px;
    padding: 20px 20px 0px;
    height: 60px;
  }
  #M_Blog {
    margin-right: 0px;
    padding: 20px 20px 0px;
    height: 60px;
  }
  #Main_Wrapper {
    margin: 0 auto;
  }
  .content_text {
    float: none;
    clear: both;
    width: 100%;
    padding: 30px 60px;
  }
  .parallax-content {
    margin: 0 30px;
  }
  .content_image {
    margin: auto;
    float: none;
    clear: both;
  }
  .content_image_home {
    width: auto;
    margin: 0 auto;
    padding: 30px 60px;
    float: none;
  }
  .content_text_home {
    margin: 0;
    float: none;
    clear: both;
    width: 100%;
    padding: 30px 60px;
  }
  /* #Footer_Menu {
        margin: 20px auto 30px;
        float: none;
        clear: none;
    } */
  #CR {
    margin-top: 30px;
    clear: none;
  }
}

@media only screen and (max-width: 800px) {
  #Header {
    height: auto;
  }
  #Title {
    margin-top: 0px;
    margin-left: auto;
    clear: none;
    margin-right: auto;
    float: none;
  }
  #Logo {
    width: 100%;
    min-width: 0;
  }
  #Logo_Text {
    text-align: center;
    width: 100%;
  }
  #Logo_Image {
    margin: 25px auto;
    float: none;
    clear: none;
  }
  #Menu {
    width: 100%;
    margin: 20px 0px 0px;
    padding: 0 30px;
    clear: both;
  }
  .M_Wrapper {
    height: auto !important;
    width: 100% !important;
    float: none;
    clear: none;
    margin: 0px 0px 10px !important;
    padding: 10px 0px !important;
  }
  .M_Text {
    text-align: center;
    width: 100%;
  }
  #Sub_Menu {
    height: auto;
    clear: none;
    background-image: none;
    background-color: #D9EA72;
  }
  .SM_Wrapper {
    width: 100%;
  }
  #Main_Wrapper {
    margin: 0px auto;
  }
  #Content_Wrapper {
    padding: 0;
  }
  .parallax-content {
    margin: 0;
    padding: 0;
  }
  .parallax-mobile {
    height: 300px;
    width: 100%;
  }
  .content_text {
    padding: 30px 20px;
  }
  .content_image {
    width: 100%;
  }
  .content_image_home {
    padding: 0;
  }
  .content_text_home {
    padding: 30px 20px;
    background: #ffffff;
  }
  .content_text_left,
  .content_text_right {
    margin: 0 0 30px 0;
    float: none;
    clear: both;
    width: 100%;
    padding: 30px 20px;
  }
  .content_image_right,
  .content_image_left {
    margin: 0;
    float: none;
    clear: both;
    width: 100%;
    padding: 0;
  }
  .content_50percent {
    margin: 0 0 30px 0;
    float: none;
    clear: both;
    width: 100%;
    padding: 30px 20px;
  }
  .content_50percent_left {
    margin: 0 0 30px 0;
    float: none;
    clear: both;
    width: 100%;
    padding: 30px 20px;
  }
  .content_50percent_right {
    margin: 0 0 30px 0;
    float: none;
    clear: both;
    width: 100%;
    padding: 30px 20px;
  }
  .content_50percent_special {
    float: left;
    padding: 20px 15px;
    width: 50%;
    clear: none;
  }
  #Footer {
    position: static;
    padding-right: 0px;
  }
  /* #Footer_Menu {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        float: none;
        clear: none;
        padding-right: 30px;
        padding-left: 30px;
    } */
  .FM_Wrapper {
    width: 100%;
    margin: 10px auto !important;
    float: none;
    clear: none;
  }
  .FM_Wrapper p {
    width: 100%;
    margin: 0px;
    text-align: center;
  }
  .contactbtn {
    width: 100%;
    margin: 10px 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    max-width: 100%;
  }
}

.text-digital {
  color: #00a3a3 !important;
}

.picture-paragraph {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

@media only screen and (max-width: 800px) {
  .hide-mobile {
    display: none;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 16px;
  }
  #Main_Wrapper p,
  #Main_Wrapper ul li,
  #Main_Wrapper ol li {
    font-size: 16px;
  }
  .focuses a,
  .button {
    min-height: 40px;
    line-height: 20px;
  }
  #Main_Wrapper {
    padding: 60px 20px 120px 20px;
    padding: 0;
  }
  .content_50percent_special h1 {
    font-size: 18px;
  }
  .content_50percent_special p {
    font-size: 13px !important;
  }
}

form #website {
  display: none;
}

/* Burger Menu */

nav {
  z-index: 1;
  position: fixed;
  width: 100%;
  top: 0px;
  background: #ffffff;
  font-size: 20px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* generally hide */
  display: none;

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

nav .nav-logo {
  display: block;
}

nav .nav-logo img {
  display: block;
  max-height: 50px;
  width: auto;
  height: auto;
}

nav .nav-logo a {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

nav ul.nav-main {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 0;
  margin: 0 30px 0 0;
}

nav li {
  display: flex;
  list-style: none;
  margin: 0 !important;
}

nav a,
nav a:visited {
  color: black;
  text-decoration: none;
  line-height: 105px;
  padding: 0 20px;
  width: 100%;
}

nav a.active,
nav a:hover {
  background: rgba(255, 255, 255, 0.5);
}

#menuToggle {
  display: none;
}

nav input {
  display: none !important;
}

nav .highlight-nav {
  border-bottom: 3px solid #009999;
  padding-bottom: 4px;
}

@media only screen and (max-width: 800px) {
  #Header,
  #Sub_Menu {
    display: none;
  }

  #Main_Wrapper {
    margin-top: 80px;
  }

  nav {
    display: block;
    flex-direction: column;
    align-items: flex-start;
  }

  #mobilemenu {
    max-height: 100%;
    overflow: auto;
    max-height: calc(100vh - 80px);
  }

  nav img {
    margin: 15px;
  }

  nav .practice-name-mobile {
    hyphens: none;
    margin-right: 75px;
    font-size: 18px;
    line-height: 18px;
  }

  nav input {
    display: block !important;
    width: 50px !important;
    height: 50px !important;
    position: fixed !important;
    top: 13px !important;
    right: 18px !important;
    cursor: pointer !important;
    opacity: 0 !important;
    z-index: 2 !important;
    -webkit-touch-callout: none !important;
  }

  #menuToggle {
    display: block;
    position: fixed;
    top: 24px;
    right: 30px;
    height: 30px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }

  #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: black;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }

  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(1) {
    transform-origin: 0% 100%;
  }

  nav input:checked ~ #menuToggle span {
    opacity: 1;
    transform: rotate(45deg) translate(0, 0);
    background: black;
  }

  nav input:checked ~ #menuToggle span:nth-last-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  nav input:checked ~ #menuToggle span:nth-last-child(1) {
    transform: rotate(-45deg) translate(-3px, 3px);
  }

  nav ul.nav-main {
    display: block;
    height: 0;
    overflow-y: hidden;
    width: 100%;
    padding: 0;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  nav li {
    display: block;
    list-style: none;
    padding: 15px 30px;
  }
  nav li:nth-child(2) {
    padding: 0;
  }

  nav .ddnimage {
    margin: 0;
  }

  nav .nav-sub {
    background-color: #D9EA72;
    display: none;
  }
  nav .nav-sub-active {
    display: block;
  }
  nav .nav-sub ul li {
    padding: 0;
  }

  nav .nav-sub ul li,
  nav .nav-sub ul li img,
  nav .nav-sub ul li .linktext {
    display: flex;
    align-items: flex-start;
  }
  nav .nav-sub ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  nav .nav-sub ul li img {
    max-width: 40px;
    max-height: 40px;
    margin: 10px 15px 10px 30px;
  }

  nav a,
  nav a:visited {
    font-size: 20px;
    color: black;
    line-height: 18px;
    padding: 0;
  }

  nav a.active,
  nav a:hover {
    background: none;
  }

  nav input:checked ~ ul {
    height: unset;
    padding: 0 0 15px 0;
    transform: none;
  }
}

.block-container {
  width: 100%;
}
.block-container-content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px;
}
.block-container-content > ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.block-container-content > ul.single-column {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}
@media only screen and (max-width: 1400px) {
  .block-container {
    padding: 30px;
  }
  .block-container-content {
    padding: 30px 60px;
  }
  .block-container-content > ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
@media only screen and (max-width: 800px) {
  .block-container {
    padding: 0;
    margin: 0;
  }
  .block-container-content {
    padding: 30px 20px;
  }
}
.block-container.blue {
  background-color: #99D6D6;
}
.block-container.darkgreen {
  background-color: #ADD6C2;
}
.block-container.lightgreen {
  background-color: #D6EB99;
}
.block-container.darkyellow {
  background-color: #EBEB99;
}
.block-container.neon {
  background-color: #D9EA72;
}
.block-container.white {
  background-color: #ffffff;
}
.block-container.transparent {
  background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 800px) {
  .block-container.transparent {
    background-color: #ffffff;
  }
}

/* Cards */

.card-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -40px;
}
@media only screen and (max-width: 1400px) {
  .card-container {
    margin: 0 -40px;
  }
}
@media only screen and (max-width: 800px) {
  .card-container {
    margin: 0;
  }
}
.card-item {
  width: calc(33% - 40px);
  margin: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-item.bg-white {
  background-color: #ffffff;
}
.card-item.bg-light-blue {
  background-color: #d0f0f5;
}
.card-item.narrow {
  width: calc(25% - 40px);
  margin: 20px;
}
.card-item.wide {
  width: calc(50% - 60px);
  margin: 30px;
}
@media only screen and (max-width: 1400px) {
  .card-item {
    width: calc(50% - 40px);
  }
  .card-item.narrow {
    width: calc(33% - 40px);
  }
  .card-item.wide {
    width: calc(50% - 40px);
    margin: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .card-item,
  .card-item.wide {
    width: 100%;
    margin: 20px 0;
  }
  .card-item.narrow {
    width: calc(50% - 20px);
    margin: 10px;
  }
}

.card-item .image {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.card-item .image-200 {
  height: 200px;
}

.card-item .image-400 {
  height: 400px;
}

.card-item .image-600 {
  height: 600px;
}

.card-item img {
  max-width: 80%;
  max-height: 80%;
}

.card-item img.circle {
  border-radius: 50%;
}
.card-item.blue img.circle {
  border: 10px solid #009999;
}
.card-item.darkgreen img.circle {
  border: 10px solid #339966;
}
.card-item.lightgreen img.circle {
  border: 10px solid #99CC00;
}
.card-item.darkyellow img.circle {
  border: 10px solid #CCCC00;
}
.card-item.neon img.circle {
  border: 10px solid #D9EA72;
}
.card-item.white img.circle {
  border: 10px solid #ffffff;
}

.card-item h3 {
  font-weight: 900;
  margin: 10px 0;
  line-height: 1.3em;
  padding: 0 20px;
}

.card-item hr,
.simple-card-item hr {
  width: 50%;
  height: 2px;
  background-color: #000000;
  margin: 20px auto;
}

#Main_Wrapper .card-item p {
  text-align: center;
}

#Main_Wrapper .card-item ul li {
  font-size: 20px;
  background-image: url(../img/icon_list_blue.svg);
  background-repeat: no-repeat;
  background-position: 13px 3px;
  padding: 5px 20px 5px 55px;
  line-height: 1.3em;
}

#Main_Wrapper .card-item.blue ul li {
  background-image: url(../img/icon_list_blue.svg);
}

#Main_Wrapper .card-item.green ul li {
  background-image: url(../img/icon_list_green.svg);
}

#Main_Wrapper .card-item.yellow ul li {
  background-image: url(../img/icon_list_yellow.svg);
}

#Main_Wrapper .card-item.pink ul li {
  background-image: url(../img/icon_list_pink.svg);
}

#Main_Wrapper .card-item.red ul li {
  background-image: url(../img/icon_list_red.svg);
}

#Main_Wrapper .card-item ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #000000;
}

.card-item a.action {
  padding: 10px;
  line-height: 30px;
  background: #009999;
  color: #fff !important;
  font-weight: 900;
  cursor: pointer;
  width: calc(100% - 40px);
  margin: 30px 20px 20px;
  text-align: center;
}

/* simple card item */
.simple-card-item {
  width: 100%;
  padding: 20px;
  hyphens: auto;
}
.simple-card-item h3 {
  font-weight: 900;
  margin: 10px 0;
  line-height: 1.3em;
  padding: 0 20px;
  font-size: 20px;
  hyphens: auto;
}
.simple-card-item.bg-light-blue {
  background-color: rgba(21, 178, 203, 0.2);
}
.simple-card-item.bg-light-green {
  background-color: rgba(125, 208, 182, 0.2);
}
.simple-card-item.bg-light-yellow {
  background-color: rgba(248, 226, 108, 0.2);
}
.simple-card-item.bg-light-red {
  background-color: rgba(252, 143, 103, 0.2);
}

.responsive-iframe {
  max-width: 100%;
}

/* FAQ */
#Main_Wrapper .sc_card {
  box-shadow: none;
}

#Main_Wrapper .sc_fs_card__animate summary:before {
  top: 1.4em;
}

#Main_Wrapper .sc_card h3 {
  font-size: 18px;
  font-weight: 900;
}

details > summary {
  list-style: none;
}
details > summary::marker, /* Latest Chrome, Edge, Firefox */ 
details > summary::-webkit-details-marker /* Safari */ {
  display: none;
}

#Main_Wrapper .profile-block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 50px;
}
#Main_Wrapper .profile-block h3,
#Main_Wrapper .profile-block div {
  width: 50%;
  font-size: 20px;
}
#Main_Wrapper .profile-block h3 {
  hyphens: auto;
  text-align: right;
  padding: 5px 0;
  font-weight: 900;
}

@media only screen and (max-width: 800px) {
  #Main_Wrapper .profile-block {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
    align-items: flex-start;
  }
  #Main_Wrapper .profile-block h3,
  #Main_Wrapper .profile-block div {
    width: 100%;
    /* font-size: 20px; */
  }
  #Main_Wrapper .profile-block h3 {
    font-size: 18px;
    text-align: left;
  }
}

/* Forminator */

#Main_Wrapper .forminator-button {
  font-size: 16px !important;
  font-weight: 900 !important;
  display: block;
  margin: 0 auto;
}

#Main_Wrapper .forminator-button:hover {
  box-shadow: none !important;
}

/* Wordpress overrides */
#Main_Wrapper .has-text-align-center {
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .wp-block-media-text__content {
    margin-top: 20px;
  }
}
#Main_Wrapper .forminator-checkbox {
  font-size: 18px !important;
  font-weight: 300 !important;
}

/* wp-block-cb-carousel overrides */
.wp-block-cb-carousel .slick-slide {
  background: #ffffff;
  padding: 0 !important;
  margin: 0 10px;
}
#Main_Wrapper .slick-dots li {
  background-image: none !important;
}
#Main_Wrapper .slick-next,
#Main_Wrapper .slick-prev {
  width: 40px;
  height: 40px;
}
#Main_Wrapper .slick-next:before,
#Main_Wrapper .slick-prev:before {
  font-size: 40px;
}

#Main_Wrapper .slick-prev {
  left: -40px;
}
#Main_Wrapper .slick-next {
  right: -40px;
}

#Main_Wrapper .wp-block-cb-carousel .slick-next:before,
#Main_Wrapper .wp-block-cb-carousel .slick-prev:before {
  color: #009999;
}

#Main_Wrapper .slick-dots li {
  padding: 0;
}

@media only screen and (max-width: 800px) {
  #Main_Wrapper .slick-list {
    margin: 0 30px;
  }
  .wp-block-cb-carousel .slick-slide {
    margin: 0;
  }
  #Main_Wrapper .slick-prev {
    left: -15px;
  }
  #Main_Wrapper .slick-next {
    right: -15px;
  }
}

/* Content Views Plugin */
#Main_Wrapper .pt-cv-ifield {
  background-color: #d0f0f5;
}

#Main_Wrapper .pt-cv-ifield img {
  width: 100%;
}

#Main_Wrapper .pt-cv-title a,
#Main_Wrapper .pt-cv-title a:link,
#Main_Wrapper .pt-cv-title a:visited {
  color: #000000;
  font-size: 24px;
}
#Main_Wrapper .pt-cv-title {
  position: relative;
  margin-top: 20px !important;
  padding-bottom: 30px;
  /* margin-bottom: 40px; */
}

/* #Main_Wrapper .pt-cv-title:before {
  content: "";
  position: absolute;
  left: 25%;
  bottom: -30px;
  height: 2px;
  width: 50%;
  border-bottom: 2px solid #000000;
} */

#Main_Wrapper .pt-cv-meta-fields {
  padding: 20px;
  line-height: 150%;
}

.prices table {
  border-collapse: collapse;
  border: 2px solid #000000;
}
.prices table td {
  border: 2px solid #000000;
  padding: 5px;
}
.prices table th {
  font-weight: 900;
  border: 2px solid #000000;
}
.prices table th:nth-child(1),
.prices table td:nth-child(1) {
  width: 50%;
}
.prices table th:nth-child(2),
.prices table td:nth-child(2) {
  width: 25%;
  text-align: center;
}
.prices table th:nth-child(3),
.prices table td:nth-child(3) {
  width: 25%;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .prices table th {
    font-size: 12px;
  }
}