@font-face {
  font-family: 'Nunito Light';
  src: url('vhs-assets-css-7bf832186a5270b9caf3256d43df8a4e.ttf');
}
@font-face {
  font-family: 'Nunito Regular';
  src: url('vhs-assets-css-070218af8a63fb9dc9400d636da393cd.ttf');
}
@font-face {
  font-family: 'Nunito Bold Italic';
  src: url('vhs-assets-css-f808f1f84f5e67b11a0497cd05d62c79.ttf');
}
@font-face {
  font-family: 'Nunito Bold';
  src: url('vhs-assets-css-50eeec4b1c520560f177f71bc4ce7dc9.ttf');
}
@font-face {
  font-family: 'Nunito Semibold Italic';
  src: url('vhs-assets-css-1f292dcec9113bf83ac012cb4561e7d0.ttf');
}
@font-face {
  font-family: 'Nunito Semibold';
  src: url('vhs-assets-css-50e992f41b211f7eabb2db545c5e70b3.ttf');
}

html body p {
  font-size: 22px;
  font-family: 'Nunito Light', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito Semibold', sans-serif;
  text-transform: uppercase;
  font-size: 26px;
}
.semiBold {
  font-family: 'Nunito Semibold', sans-serif;
}
.lowercase {
  text-transform: capitalize;
}
.bgLightBlueRGBA {
  background-color: rgba(97, 199, 242, 0.15);
}
.bgLightBlue {
  background-color: #61c7f2;
}
.bgGreen {
  background-color: #b4cc04;
}
.bgGreenRGBA {
  background-color: rgba(180, 204, 4, 0.2);
}
.bgBeige {
  background-color: #f8f9e7;
}
.tableGreen {
  background-color: #d2e068;
}
.tableactive {
  background-color: #ecefc2;
}
.tableblue {
  background-color: #c8ebfb;
}
.tablelightblue {
  background-color: #e6f7fd;
}
.colorBlue {
  color: #00a6d0;
}
.frontpage .overlay {
  z-index: 500;
  /*height : 300%;*/
  /*top : -41px;*/
  /*left : 600px;*/
}
#frontpage-banner {
  margin-bottom : 80px;
}
#frontpage-banner img {
  width: 100%;
  height : 100% !important;
  object-fit: cover;
  z-index: 200;
}
#frontpage-banner .banner-content {
  background-color: rgba(255, 255, 255, 0.7);
  max-width: 900px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 30px;
  border-top-left-radius: 5px;
  font-family: "Nunito Semibold Italic", sans-serif;
  z-index: 700;
}
#frontpage-banner .banner-content strong {
  font-family: "Nunito Semibold Italic", sans-serif;
}
#frontpage-banner .banner-content.quotation {
  vertical-align: top;
  position: absolute;
  font-size: 24px;
}
#frontpage-banner .banner-content.quotation::before {
  content: '';
  background-image: url('vhs-assets-css-0b02caa4b28dac605de4744b0d74264e.svg');
  background-repeat: no-repeat;
  background-size: contain;
  list-style-position: inside;
  width: 40px;
  height: 25px;
  display: inline-block;
  transform: rotate(10deg);
}
#frontpage-banner .banner-content.quotation::after {
  content: '';
  background-image: url('vhs-assets-css-0b02caa4b28dac605de4744b0d74264e.svg');
  background-repeat: no-repeat;
  background-size: contain;
  list-style-position: inside;
  width: 40px;
  height: 25px;
  display: inline-block;
  transform: rotate(187deg);
  margin-top: 5px;
  position: absolute;
  bottom: 30px;
}
#frontpage-banner + .down-arrow {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
#frontpage-banner + .down-arrow i {
  font-size: 4em;
  color: #b4cc04;
}

.down-arrow {
  text-align: center;
  padding-top : 40px;
  padding-bottom : 10px;
  width : 100%;
  position : fixed;
  bottom : 0;
  z-index: 99999;
}
.down-arrow:hover {
  cursor: pointer;
}
.down-arrow i {
    font-size: 4em;
    color : #b4cc04;
    text-align: center;
  
}
#header {
  padding-top: 30px;
  padding-bottom: 30px;
  /* height : 30vh; */
}
.frontpage #header + div {
   height : 75vh;
 }
.frame-type-webtemp_bannerimagestart .row, .frame-type-webtemp_bannerimagestart .col-md-12, .frame-type-webtemp_bannerimagestart #frontpage-banner {
  height : 100%;
}
#header .container:first-child {
  padding-left: 0;
}
#header .logo {
  z-index: 700;
  position : relative;
}
#header .logo img {
  max-width: 253px;
  height: auto;
}
#header .navigation {
  align-self: flex-end;
  z-index: 700;
  position : relative;
	/*margin-bottom : 20px;*/
}
#header #rwd {
  display: none;
}
#header .mainnav {
  display: grid;
  list-style: none;
  grid-auto-flow: column;
}
#header .mainnav li {
  position: relative;
  text-align: center;
  transform: skew(-13deg);
}
#header .mainnav li:not(:last-child) {
  border-right: 2px solid #b4cc04;
}
#header .mainnav li.active {
  /*background-color: #b4cc04;*/
}
#header .mainnav li.active a {
  font-family: "Nunito Bold", sans-serif;
  /*font-family: "Nunito Semibold", sans-serif;*/
}
#header .mainnav li i {
  display: none;
}
#header .mainnav li ul li i {
  display: none;
  /*display: inline-block;*/
  color : rgb(97,199,242);
}

#header .mainnav li ul li.active {
  display: none;
}

#header .mainnav li ul li:hover i {
  display: inline-block !important;
}

#header .mainnav li a {
  font-size: 22px;
  font-family: 'Nunito Semibold', sans-serif;
  color: #000000;
  transform: skew(13deg);
  display: block;
}

#header .mainnav li:hover {
  cursor: pointer;
  background-color: #b4cc04;
}
#header .mainnav li:hover a {
  text-decoration: none;
}
#header .mainnav li:hover ul {
  display: block;
  width: 100%;
  position: absolute;
  top: 32px;
  transform: skew(13deg);
  right: -17px;
  padding-left: 0;
}
#header .mainnav li:hover ul > li {
  background-color: rgba(248,250,230,0.8);
  display: block;
  line-height: 40px;
  text-align: right;
  transform: skew(0deg);
  border-right: none;
  padding-right: 25px;
}
#header .mainnav li:hover ul > li a {
  display: block;
  transform: skew(0deg);
}
#header .mainnav li ul {
  display: none;
  padding-top: 10px;
  min-width: 300px;
  max-width: 100%;
  z-index: 800;
}
#header .mainnav li ul > li.active a {
  font-family: "Nunito Bold", sans-serif !important;
}

#header .mainnav li ul > li.active ul li a {
  font-family: "Nunito Regular", sans-serif !important;
}

#header .mainnav li ul > li ul li.active a {
  font-family: "Nunito Bold", sans-serif !important;
}

#header .mainnav li ul > li a {
  font-family: "Nunito Regular", sans-serif !important;
}

.content {
  z-index: 600;
  position : relative;
  /*padding-top : 30px;*/
}

.frontpage .content {
  padding-top : 30px;
}

/*#header .mainnav li ul > li.active i {*/
  /*display: none !important;*/
/*}*/
.content ul li, .content ol li  {
  font-size: 22px;
}

.content ul li div, .content ol li div {
  display: inline-block;
}

.content ul {
  list-style: none;
  padding-left : 20px;

}

.content ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: rgb(0,166,208); /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}


form .form-control {
  border-bottom : 1px solid #b4cc04;
  border-right : 1px solid #b4cc04;
  border-top : none;
  border-left :  1px solid #b4cc04;
  border-radius: 0;
  padding : 0;
  background-color : transparent;
  position : relative;
  z-index: 9999;
}

form .form-check {
  padding-left : 0;
}

form .form-check input[type=checkbox] {
  margin-right : 10px;
}

form textarea.form-control {
  min-height : 200px;
  height : 100%;
}
form .form-group {
  position : relative;
  z-index: 700;
}
form .form-group label {
  display: none;
}

form .form-group .form-check label {
  display: block;
}

input::placeholder {
  padding-left : 5px;
}

textarea::placeholder {
  padding-left : 5px;
}

#scroll-to-top {
  width : 50px;
  height : 50px;
  background-color : #b4cc04;
  border-radius: 50%;
  position : fixed;
  right : 20px;
  bottom : 20px;
}
#scroll-to-top i {
  color : #fff;
  font-size: 3em;
  position : absolute;
  top : 50%;
  left : 50%;
  transform: translateX(-50%) translateY(-50%);
}
#scroll-to-top:hover {
  cursor: pointer;
}

.btn-primary {
  border-radius: 0;
  background-color : #00a6d0;
  border-color : #00a6d0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #header .mainnav {
    display: block;
  }
  #header .mainnav > li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.border-box {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 60px;
}
.border-box > .box {
  min-width: 280px;
}
.border-box > .box a:hover {
  text-decoration: none;
}
.box {
  border: 2px solid #b4cc04;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.box .icon {
  text-align: center;
  margin-bottom: 10px;
  padding-top : 5px;
}
.box .icon img {
  max-height : 87px;
  height : 100%;
  /*max-width: 80px;*/
  width: auto;
}
.box .text {
  color: #000000;
  text-transform: uppercase;
  font-family: "Nunito Semibold", sans-serif;
  text-align: center;
}
.box a:hover .text {
  text-decoration: none;
}
.box:hover {
  border-color : rgb(97,199,242);
}
.content {
  margin-bottom: 200px;
}


a {
  color: rgb(0,166,208);
  font-family: "Nunito Semibold", sans-serif;
  position : relative;
  z-index: 700;
}
.heading {
  margin-top: 75px;
  position : relative;
  z-index: 600;
}
.heading h2 {
  margin-bottom: 20px;
}
.banner img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  z-index: 300;
  position : relative;
}
.therapeutensuche {
  position: relative;
}
.therapeutensuche #arrow {
  max-height: 250px;
  height: 100%;
  width: auto;
  position: absolute;
  top: 23%;
  left: 132px;
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
}
#insitutionen {
  margin-top: 50px;
  border-left: 1.5px solid #b4cc04;
  border-top: 1.5px solid #b4cc04;
  /*border-bottom: 1.5px solid #b4cc04;*/
}
#insitutionen .first-heading {
  font-family: "Nunito Semibold", sans-serif;
  text-align: center;
  border-bottom: 1.5px solid #bacb33;
  font-size: 22px;
  line-height: 40px;
}
#insitutionen .th-heading.bgGreen {
  background-color : #d3db72;
}

#insitutionen .th-heading {
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Nunito Semibold", sans-serif;
  border-bottom: 1px solid #d3db72;
}

#insitutionen .th-heading:nth-child(1),#insitutionen .th-heading:nth-child(2) {
  border-right : 2.5px solid #bacb33;
}

#insitutionen .col-md-4:not(:last-child) {
  /*border-right: 2px solid #d3db72;*/
}
#insitutionen .th-heading.bgLightBlue {
  background-color : #d1e7f7;
}
#insitutionen .col-md-4 .col-md-12 {
  border-bottom: 1.5px solid #bacb33;
  font-size: 22px;
  line-height: 40px;
}

#insitutionen .col-md-4.col1 .col-md-12, #insitutionen .col-md-4.col2 .col-md-12, #insitutionen .col-md-4.col1 .col-md-12, #insitutionen .col-md-4.col2 .col-md-12.active {
  border-right: 2.5px solid #b4cc04;
}

#insitutionen .col-md-4.col2 .col-md-12.active {

}

#insitutionen .col-md-4 .col-md-12 .cell {
  text-align: center;
  font-family: "Nunito Semibold", sans-serif;
}
#insitutionen .col-md-4 .col-md-12.tableactive .cell {
  font-family: "Nunito Bold", sans-serif;
}
#insitutionen .col-md-4 .col-md-12:last-child {
  border-bottom: none;
}
#insitutionen .column-row {
  margin-left: 0;
  margin-right: 0;
}
#insitutionen .column-row:not(:last-child) {
  border-bottom: 1.5px solid #bacb33;
}
#insitutionen .col-md-12.description {
  padding: 20px;
  border-right: 1px solid #bacb33;
  /*border-bottom: 1px solid #bacb33;*/
}
#insitutionen .col-md-12.description h4 {
  text-align: left;
  margin-bottom: 30px;
  font-size: 20px;
}
#insitutionen .col-md-12.description p {
  line-height: initial;
  text-align: left;
}
table {
  margin-top: 60px;
}
table.table-bordered td {
  border-color: #b4cc04;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
}
table.table-bordered td.description {
  padding: 20px;
}
table.table-bordered td h4 {
  text-align: left;
  margin-bottom: 30px;
  font-size: 20px;
}
table.table-bordered td p {
  line-height: initial;
  text-align: left;
}
table > tr:first-child td {
  background-color: #61c7f2;
}
table .th-heading {
  font-family: "Nunito Semibold", sans-serif;
}
table.table-bordered > td {
  max-width: 400px;
  width: 100%;
  text-align: center;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color : rgb(0,166,208);
  border-color : rgb(0,166,208);
}

#map-form {
  background-color : #fff;
}

.map {
  font-family: "Nunito Regular", sans-serif;
}
.map .first-row {
  margin-bottom: 50px;
}
.map #map {
  border: 1px solid #61c7f2;
}
.map form {
  padding: 15px 15px 0 15px;
  margin-bottom: 0;
  /*z-index: 99999;*/
}
.map form .form-control {
  border-color: #b4cc04;
  border-radius: 2px;
}
.map form .btn {
  border-radius: 2px;
  background-color: #61c7f2;
  border-color: #61c7f2;
}
.map form input[type=number]::-webkit-inner-spin-button,
.map form input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.map img {
  width: 100%;
  height: auto;
}
.map .fal {
  color: #b4cc04;
}
.map #map-list h4 {
  color: rgb(0,166,208);
  text-transform: uppercase;
  font-family: "Nunito Semibold", sans-serif;
  font-size: 20px;
}
.map #map-list .border-blue-bottom {
  border-bottom: 1px solid #61c7f2;
  width: 100%;
  padding-bottom: 15px;
}
.map #map-list > .news-list:last-child .border-blue-bottom {
  display: none;
}
.map #map-list .news-list {
  position : relative;
  padding-bottom: 30px;
  z-index: 700;
}

.map #map-list .col-md-3 {
  max-width: 30%;
  flex: 0 0 30%;
}

.map #map-list .col-md-9 {
  max-width: 70%;
  flex: 0 0 70%;
}

.map #map-list .first-row .col-md-3 {
  max-width: 50%;
  flex: 0 0 50%;
}

.map #map-list .first-row .col-md-9 {
  max-width: 50%;
  flex : 0 0 50%;
  text-align: right;
}

.map #map-list .news-list ul {
  list-style: none;
  padding-left: 0;
}
.map #map-list .news-list ul > li {
  display: inline-block;
}
.map #map-list .news-list ul > li::before {
  display: none;
}
.map #map-list .news-list ul > li:not(:last-child)::after {
  content: '|';
  color: #b4cc04;
  padding-left: 5px;
  transform: skew(-15deg);
  display: inline-block;
  font-weight: 900;
}
.map #map-list .news-list ul > li a:hover {
  text-decoration: none;
  color: #61c7f2;
}
.header-banner-area {
  position: relative;
}
.header-banner-area .overlay {
  height: 130%;
  position: absolute;
  z-index: 600;
  left: 366px;
  top: -62px;
}

.header-banner-area .overlay.no-banner::after{
  height : 300%;
  margin-left : -50px;
}

.header-banner-area .overlay::after {
  content: '';
  background-image: url('vhs-assets-css-427a4108626dceb91f377884f0a83733.png');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 1000px;
  height: 100%;
  transform: rotate(-15deg);
  margin-left: -50px;
  z-index: 500;

}
.accordion_wrap button {
  width: 100%;
  text-align: left;
  padding: 1.25rem 0;
  position: relative;
}
.accordion_wrap button:not(.collapsed) h5 {
  font-size: 22px;
  color: rgb(0,166,208);
  font-weight: 900;
  font-family: "Nunito Semibold", sans-serif;
}
.accordion_wrap button:hover {
  text-decoration: none;
}
.accordion_wrap button:focus {
  text-decoration: none;
}
.accordion_wrap button > * {
  display: inline-block;
}
.accordion_wrap button.collapsed h5 {
  color: #000000;
  font-size: 22px;
  font-weight: 900;
}
.accordion_wrap button.collapsed h5:hover {
  color: #000000;
  text-decoration: none;
}
.accordion_wrap button.collapsed h5:focus {
  text-decoration: none;
}
.accordion_wrap button.collapsed i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 24%;
}
.accordion_wrap button i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 30px;
  color: rgb(0,166,208);
}
.accordion_wrap .card {
  border: none;
  border-radius: 0;
}
.accordion_wrap .card-header {
  background-color: transparent;
  border-bottom : none;
  padding : 0;
}
.accordion_wrap .card-body {
  border-bottom: 1px solid #b4cc04;
  padding : 1.25rem 1.25rem 1.25rem 0;
}

.accordion_wrap .card-body > p strong em, .accordion_wrap .card-body > p em strong {
  color : rgb(0,166,208);
}

.accordion_wrap .card-header button.collapsed {
  border-bottom: 1px solid #b4cc04;
  padding: 20px 0 20px 0;
}

.need-help {
  max-width: 40%;
  width: 100%;
}
.need-help h4 {
  color: #00a6d0;
  font-size: 20px;
  font-weight: bold;
}
.need-help ul {
  list-style: none;
  padding-left: 0;
}
.need-help ul li {
  list-style-type: none;
  font-weight: 700;
  font-size: 20px;
  font-style: italic;
}
.need-help ul li i {
  color: #61c7f2;
}
footer {
  background-color: #000000;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .nav {
  list-style: none;
  padding-left: 0;
}
footer .nav > li {
  position: relative;
  text-align: center;
  transform: skew(-13deg);
  padding-right: 10px;
}
footer .nav > li:not(:first-child) {
  padding-left: 10px;
}
footer .nav > li:not(:last-child) {
  border-right: 1px solid #b4cc04;
}
footer .nav > li a {
  font-family: 'Nunito Semibold', sans-serif;
  color: #ffffff;
  transform: skew(13deg);
  display: block;
}
footer .nav > li:hover a {
  text-decoration: none;
}
footer .second-nav {
  list-style: none;
}
footer .second-nav > li {
  display: inline-block;
}
footer .second-nav > li:not(:last-child) {
  margin-right: 20px;
}
footer .second-nav > li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Nunito Regular", sans-serif;
}
footer .copyright {
  font-size: 12px;
}
footer .footer-logos a {
  margin-right: 20px;
  background-color: #ffffff;
}
footer .footer-logos a img {
  background-color: #ffffff;
  max-height: 50px;
  height: 100%;
  max-width: 100%;
  width: auto;
  padding: 10px;
}
html body {
  font-family: "Nunito Regular", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  overflow-x: hidden;
}
html body a:hover {
  color: rgb(0,166,208);
}
.slicknav_menu {
  display: none;
}
.container-fluid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.container {
  max-width: calc(100% - 500px);
}
strong {
  font-family: "Nunito Semibold", sans-serif;
}


