/*#cd1b1c; */
/* #fabb22;*/
/* #fa5f22; */
/* #4b4b4b;*/
:root {
  --red: $red; }

html, body {
  font-size: 16px;
  /* font-family: myriad-pro, Arial, Helvetica, sans-serif;*/
  font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
  color: #333;
  font-weight: 400; }

.top-wrapper.scrolled {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: rgba(51, 51, 51, 0.9); }

.top-wrapper.fixed-top {
  background-color: rgba(255, 255, 255, 0.9); }

.metanav {
  background-color: #fff;
  padding-top: 0px;
  /*rgba(230,230,230,0.6); */
  padding-bottom: 10px;
  vertical-align: middle;
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif; }
  .metanav .container {
    position: relative; }
  .metanav .brand img {
    max-width: 240px;
    width: 100%; }

.metanav .text-right {
  padding-top: 0px; }
  .metanav .text-right a {
    display: inline-block;
    transition: all 0.5s ease-out;
    color: #333;
    padding: 5px 15px;
    font-weight: 500;
    border: 1px transparent solid; }
    .metanav .text-right a:hover {
      color: #b00042; }
    .metanav .text-right a.contact {
      border: 1px rgba(51, 51, 51, 0.8) solid;
      margin-left: 20px;
      margin-right: 40px; }

#kontakt {
  background-color: #d5d5d6;
  border-radius: 0px 0px 8px 8px;
  width: 155px;
  box-sizing: content-box;
  position: absolute;
  top: -5px;
  right: 15px;
  padding: 15px 23px 15px 23px;
  -webkit-box-shadow: -1px 2px 5px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -1px 2px 5px -1px rgba(0, 0, 0, 0.4);
  box-shadow: -1px 2px 5px -1px rgba(0, 0, 0, 0.4);
  z-index: 999; }

#kontakt #txtkontakt {
  font-weight: bold;
  font-size: 35px;
  color: #b00042; }

#kontakt #txtstrasse {
  font-weight: bold;
  font-size: 15px;
  color: #58585a; }

#kontakt #txtort {
  font-weight: bold;
  font-size: 15px;
  color: #58585a; }

#kontakt #txtterminvereinbarung {
  font-weight: normal;
  font-size: 12px;
  color: #58585a; }

#kontakt #txttelefon {
  font-weight: bold;
  font-size: 19px;
  color: #b00042; }

#kontakt a {
  color: inherit;
  text-decoration: none; }

#kontakt a:hover {
  text-shadow: 2px 2px 4px #ffffff;
  text-decoration: none; }

.navbar-wrapper {
  background-color: rgba(255, 255, 255, 0.8); }
  .navbar-wrapper li.nav-item {
    margin-right: 15px; }

.navbar {
  padding: 0px;
  font-weight: 500;
  color: #4b4b4b;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif; }

.navbar-collapse.collapse.show {
  background-color: rgba(224, 224, 224, 0.9); }

.navbar.fixed-top {
  background-color: rgba(0, 0, 0, 0.9); }

a.nav-link {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
  letter-spacing: 1px; }

.navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #333;
  padding-left: 10px;
  padding-right: 10px; }

.navbar.navbar-light .navbar-nav .nav-item.active .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item .nav-link:focus, .navbar.navbar-light .navbar-nav .nav-item .nav-link:active {
  color: #b00042;
  background-color: transparent; }

.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px; }

.navbar-brand img {
  width: 100%;
  max-width: 400px;
  height: auto; }

.navbar-expand-lg {
  flex-flow: wrap !important; }

/* push contents below navbar */
/*body::before {
display:block;
content: '';
height:120px;
}*/
body.mceContentBody::before {
  display: block;
  content: '';
  height: 10px; }

.navbar-toggler, .navbar.navbar-light .navbar-toggler, .navbar.navbar-dark .navbar-toggler {
  background-color: #b00042; }

.navbar.navbar-light .navbar-toggler-icon, .navbar.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

button.navbar-toggler {
  margin: 10px; }

#navbarSupportedContent {
  padding: 0 15px; }

ul.navbar-nav {
  width: 100%;
  justify-content: flex-start; }

.dropdown .dropdown-menu.dropdown-default .dropdown-item:active, .dropdown .dropdown-menu.dropdown-default .dropdown-item:hover, .dropleft .dropdown-menu.dropdown-default .dropdown-item:active, .dropleft .dropdown-menu.dropdown-default .dropdown-item:hover, .dropright .dropdown-menu.dropdown-default .dropdown-item:active, .dropright .dropdown-menu.dropdown-default .dropdown-item:hover, .dropup .dropdown-menu.dropdown-default .dropdown-item.active, .dropup .dropdown-menu.dropdown-default .dropdown-item:active, .dropup .dropdown-menu.dropdown-default .dropdown-item:hover {
  background-color: #333 !important;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  border-radius: 0;
  box-shadow: none; }

.dropdown-menu {
  border-radius: 0; }

.dropdown .dropdown-menu.dropdown-default .dropdown-item.active, .dropleft .dropdown-menu.dropdown-default .dropdown-item.active, .dropright .dropdown-menu.dropdown-default .dropdown-item.active, .dropup .dropdown-menu.dropdown-default .dropdown-item.active {
  background-color: #b00042 !important;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff; }

#subnavHypnose {
  width: 100%; }

.nav-pills {
  width: 100%; }
  .nav-pills a.nav-link {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 90%; }
    .nav-pills a.nav-link:hover, .nav-pills a.nav-link:focus, .nav-pills a.nav-link:active {
      background-color: rgba(255, 255, 255, 0.2); }
  .nav-pills li.active a.nav-link {
    color: #fff;
    background-color: #b00042; }
    .nav-pills li.active a.nav-link:hover, .nav-pills li.active a.nav-link:focus, .nav-pills li.active a.nav-link:active {
      color: #fff;
      background-color: #b00042; }
  .nav-pills li h4 a.nav-link {
    background-color: transparent; }
    .nav-pills li h4 a.nav-link:hover, .nav-pills li h4 a.nav-link:focus, .nav-pills li h4 a.nav-link:active {
      background-color: transparent; }

.breadcrumb-wrapper {
  margin-top: 30px; }

ol.breadcrumb {
  padding: 0.3rem 0 0.25rem 0;
  background-color: transparent;
  border-radius: 0;
  margin: 0; }

li.breadcrumb-item {
  vertical-align: middle;
  padding: 0px;
  margin-right: 5px; }
  li.breadcrumb-item .fas {
    display: none; }
  li.breadcrumb-item a {
    background: rgba(30, 149, 196, 0.6);
    display: inline-block;
    padding: 3px 40px 3px 10px;
    vertical-align: middle;
    clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%); }

li.breadcrumb-item.active a {
  background: #1e95c4; }

.breadcrumb-item.active a, .breadcrumb-item.active a:hover {
  color: #333; }

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: none; }

/* HEADER */
.container-fluid.header {
  background: #e0e0e0;
  background: -webkit-linear-gradient(195deg, #fefefe 1%, #aaaaaa 51%, #e0e0e0 100%);
  background: -o-linear-gradient(195deg, #fefefe 1%, #aaaaaa 51%, #e0e0e0 100%);
  background: linear-gradient(285deg, #fefefe 1%, #aaaaaa 51%, #e0e0e0 100%);
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center; }

.row.header-bg, .row.header-bg .container, .row.header-bg .row {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.header .header-caption {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  /* right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	text-align: left;
	color: #fff;
	*/
  padding-bottom: 30px;
  top: 35vh;
  left: 0px;
  text-align: left; }
  .header .header-caption .h1 {
    font-weight: 500;
    color: #fff;
    background-color: rgba(176, 0, 66, 0.9);
    display: inline-block;
    padding: 10px 15px; }
  .header .header-caption .h2 {
    color: #444;
    background-color: #ffffffdd;
    display: inline-block;
    padding: 10px 15px;
    font-weight: 500;
    font-family: Ubuntu, 'Nunito Sans', Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.4em;
    max-width: 680px; }

/* GENERAL */
.red {
  color: #b00042;
  background-color: transparent !important; }

.intro p, p.intro {
  font-weight: 600;
  font-size: 1.1em;
  line-height: 150%; }

.flower {
  position: relative; }
  .flower::after {
    content: '';
    background-image: url('/images/favicon/favicon_512px.png');
    background-repeat: no-repeat;
    width: 96px;
    height: 96px;
    background-size: contain;
    position: absolute;
    top: -46px;
    right: 3px; }

h1, .h1 {
  color: #b00042;
  /*#543826;*/
  font-weight: 700;
  font-family: Ubuntu, 'Nunito Sans', Arial, sans-serif; }

h2, .h2 {
  color: #1e95c4;
  font-weight: 700;
  font-family: Ubuntu, 'Nunito Sans', Arial, sans-serif; }

h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  color: #555;
  font-family: Ubuntu, 'Nunito Sans', Arial, sans-serif; }

h3 {
  font-size: 1.5rem; }

.highlight {
  background-color: #b00042;
  color: #fff;
  padding: 4px 18px;
  width: fit-content; }

a {
  color: #333;
  /*#543826;*/ }

a:hover {
  color: #555;
  /*#514546;*/ }

a:active, a:focus {
  color: #b00042; }

.intro a, a.grey, .content-text p a {
  color: #333;
  background-color: #eee !important;
  display: inline-block;
  padding: 0 5px;
  font-weight: 600; }

.intro a:hover, a.grey:hover, .content-text p a:hover {
  color: #fff;
  background-color: #555 !important; }

.intro a:active, .intro a:focus, a.grey:active, a.grey:focus, .content-text p a:active, .content-text p a:focus {
  color: #eee;
  background-color: #333 !important; }

.content-text h3 a {
  background-color: rgba(250, 187, 34, 0.25);
  padding: 0 10px;
  line-height: 1.6em;
  -webkit-box-shadow: -1px -1px 6px 5px rgba(250, 187, 34, 0.25);
  box-shadow: -1px -1px 6px 5px rgba(250, 187, 34, 0.25); }

a.red {
  color: #fff;
  background-color: #b00042 !important;
  display: inline-block;
  padding: 0 5px; }

a.red:hover {
  color: #fff;
  background-color: #555 !important; }

a.red:active, a.red:focus {
  color: #eee;
  background-color: #333 !important; }

.btn a, .btn-primary .content-text a, .btn-secondary .content-text a {
  color: #fff;
  background-color: transparent !important;
  display: inline-block;
  padding: 0;
  font-weight: 500;
  width: 100%;
  height: 100%; }

.btn a:hover, .btn-primary .content-text a:hover, .btn-secondary .content-text a:hover {
  color: #eee;
  background-color: transparent !important;
  text-decoration: underline; }

.btn a:active, .btn a:focus, .btn-primary .content-text a:active, .btn-primary .content-text a:focus, .btn-secondary .content-text a:active, .btn-secondary .content-text a:focus {
  color: #eee;
  background-color: transparent !important;
  text-decoration: underline; }

.text-red {
  color: #b00042; }

.text-turquoise {
  color: #1e95c4; }

.text-muted {
  color: #555 !important;
  /*#514546!important;*/ }

.text-darker {
  color: #333; }

.bg-light-grey {
  background-color: rgba(0, 0, 0, 0.15) !important; }

.orange-gradient-rgba {
  background: linear-gradient(352deg, rgba(205, 27, 28, 0.9), rgba(250, 187, 34, 0.9)) !important; }

.img-wrapper {
  background-color: #b00042;
  color: #fff;
  padding: 0; }

p.caption div.caption {
  padding: 5px 15px 15px 15px;
  margin: 0; }

.align-items-stretch .col-wrapper {
  height: 100%; }

.card {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0; }

.card-transparent .card, .card.card-transparent {
  background-color: transparent; }

.card .overlay .mask {
  opacity: 1; }

.card .card-body .card-text {
  font-size: 1rem;
  color: #333;
  /*#3e3132;*/ }

.card-img, .card-img-top, .card-header, .card-header:first-child {
  border-radius: 0; }

.card .overlay .card-header-title {
  display: inline-block;
  background-color: #ccc;
  color: #fff;
  padding: 0.5rem 1.25rem;
  position: absolute;
  bottom: 10%; }

.card a.justify-content-end p {
  margin-bottom: 0; }

.md-accordion .card .card-body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555; }

.card-header.teaserbox {
  border: 0;
  background-color: #b00042;
  color: #fff;
  padding: 0.5rem 1.25rem; }
  .card-header.teaserbox h3.card-header-title {
    color: #fff;
    margin: 0;
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.4rem; }

a.card-header.teaserbox {
  transition: all 0.5s ease-out; }

a.card-header.teaserbox:hover, a.card-header.teaserbox:focus, a.card-header.teaserbox:active {
  background-color: #fff;
  color: #b00042; }
  a.card-header.teaserbox:hover h3.card-header-title, a.card-header.teaserbox:focus h3.card-header-title, a.card-header.teaserbox:active h3.card-header-title {
    color: #b00042; }

.row.justify-content-center .card .card-header.teaserbox, .row.justify-content-center .card .card-body {
  text-align: center; }

.btn {
  font-family: Ubuntu, 'Nunito Sans', Arial, sans-serif;
  font-size: 0.9rem;
  padding: 0.5rem 1.5rem;
  border-radius: 0; }

.btn-primary, .btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active {
  background-color: #b00042 !important;
  font-family: Ubuntu, 'Nunito Sans', Arial, sans-serif; }

.btn-secondary, .btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active {
  background-color: #555 !important;
  /*#543826 !important;*/
  font-family: Ubuntu, 'Nunito Sans', Arial, sans-serif; }

.btn-info, .btn-info:not([disabled]):not(.disabled).active, .btn-info:not([disabled]):not(.disabled):active {
  background-color: #555 !important;
  font-family: Ubuntu, 'Nunito Sans', Arial, sans-serif; }

.btn-info:hover, .btn-info:focus, .btn-info:active {
  background-color: #444 !important; }

.btn p, .btn-primary p, .btn-secondary p, .btn-info p {
  margin: 0;
  font-weight: 500;
  font-family: Ubuntu, 'Nunito Sans', Arial, sans-serif; }

.btn-primary a, .btn-secondary a, .btn-info a {
  color: #fff;
  font-family: Ubuntu, 'Nunito Sans', Arial, sans-serif; }

.btn-primary a:hover, .btn-secondary a:hover, .btn-info a:hover {
  color: #efefef;
  /*#514546;*/ }

.btn-primary a:active, .btn-primary a:focus, .btn-secondary a:active, .btn-secondary a:focus, .btn-info a:active, .btn-info a:focus {
  color: #efefef; }

.list-unstyled li.list-group-item {
  background-color: transparent;
  border: 0;
  border-bottom: 1px #ccc solid; }

li.list-group-item a:after {
  content: ">"; }

ul.list-unstyled.list-centered li {
  padding-bottom: 1.5rem;
  position: relative; }

ul.list-unstyled.list-centered li::after {
  text-align: center;
  margin: 0 auto;
  content: '';
  position: absolute;
  bottom: 0.75rem;
  width: 20%;
  height: 1px;
  left: 40%;
  display: block;
  clear: both;
  background-color: #999; }

.partnerlogos img {
  padding: 15px;
  min-width: 150px; }

.teaserbox {
  margin-top: 15px;
  margin-bottom: 15px; }
  .teaserbox .col-wrapper {
    padding: 15px;
    color: #fff;
    background: linear-gradient(352deg, #cd1b1c, #fabb22) !important; }
  .teaserbox h3 {
    color: #fff; }
  .teaserbox a {
    color: #fff; }
    .teaserbox a:hover, .teaserbox a:focus, .teaserbox a:active, .teaserbox a:hover h3, .teaserbox a:focus h3, .teaserbox a:active h3 {
      color: rgba(0, 0, 0, 0.7); }

/* Carousel */
.carousel-inner .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  text-align: center;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  left: 0;
  text-align: left; }

.carousel-caption h3 {
  color: #fff;
  background-color: #b00042;
  display: inline-block;
  padding: 10px 15px; }

.carousel-caption p span {
  color: #fff;
  background-color: #444;
  display: inline-block;
  padding: 10px 15px;
  font-weight: 300; }

.testimonial-carousel .testimonial {
  margin-right: 10%;
  margin-left: 10%; }

.testimonial-carousel .testimonial .avatar img {
  max-width: 400px; }

.testimonial-carousel .carousel-control.left {
  left: 0%; }

.testimonial-carousel .carousel-control.right {
  right: 0%; }

.testimonial .fas.fa-quote-left {
  color: rgba(0, 0, 0, 0.6);
  font-size: 200%;
  float: left;
  margin: 0 15px 15px 0; }

/* Bildergalerie */
section.gallery .d-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 100px;
  grid-gap: 7px; }

section.gallery .item {
  position: relative; }

section.gallery .item:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 4; }

section.gallery .item:nth-child(2) {
  grid-column: 2;
  grid-row: 0 / 3; }

section.gallery .item:nth-child(3) {
  grid-column: 2;
  grid-row: 2 / 3; }

section.gallery .item:nth-child(4) {
  grid-column: 2;
  grid-row: 3 / 3; }

section.gallery .item a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden; }

section.gallery.item img {
  height: 100%;
  width: 100%;
  object-fit: cover; }

/* Timeline */
.timeline {
  position: relative;
  list-style: none;
  padding: 1rem 0;
  margin: 0; }

/*.timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
margin-left: -1px;
background-color: #14dc1c;
}*/
.timeline-element {
  position: relative;
  width: 40%;
  /*50%;*/
  padding: 1rem 0;
  padding-right: 2.5rem;
  text-align: right; }

.timeline-element::before {
  content: '';
  position: absolute;
  right: -8px;
  top: 1.35rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 2px solid #b00042;
  background-color: #fff;
  z-index: 99; }

.timeline-element:nth-child(even)::before {
  right: auto;
  left: -8px; }

.timeline-element:nth-child(even) {
  margin-left: 50%;
  padding-left: 2.5rem;
  padding-right: 0;
  text-align: left; }

li.timeline-element p {
  font-size: 0.9em; }

footer {
  position: relative;
  color: #666; }
  footer::after {
    content: '';
    background-image: url('/images/favicon/favicon_512px.png');
    background-repeat: no-repeat;
    width: 96px;
    height: 96px;
    position: absolute;
    background-size: contain;
    top: -10px;
    right: 0px; }
  footer .col {
    background-color: rgba(51, 51, 51, 0.15);
    padding-top: 15px; }
  footer h5 {
    color: #666;
    font-weight: 400; }

/* Extra small devices only (phones, up to 576px) */
/* small devices only (phones, tablets up to 768px) */
@media (max-width: 767.98px) {
  /* Timeline */
    ul.navbar-nav {
      background-color: rgba(255, 255, 255, 0.1);
      margin-bottom: 10px; }
    .timeline::before {
      left: 8px; }
    .timeline-element {
      width: 100%;
      text-align: left;
      padding-left: 2.5rem;
      padding-right: 0; }
    .timeline-element::before {
      top: 1.25rem;
      left: 1px; }
    .timeline-element:nth-child(even) {
      margin-left: 0rem; }
    .timeline-element {
      width: 100%;
      text-align: left;
      padding-left: 2.5rem;
      padding-right: 0; }
    .timeline-element:nth-child(even)::before {
      left: 1px; }
    .timeline-element::before {
      top: 1.25rem; } }

.navbar .dropdown-menu {
  position: relative !important; }

body {
  padding-top: 72px; }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  body {
    padding-top: 109px; } }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body {
    padding-top: 97px; }
  .list-group.list-columns {
    column-count: 2; }
  .navbar .dropdown-menu {
    position: absolute !important; }
  .timeline-element:nth-child(odd)::after {
    content: '';
    width: 25%;
    height: 100%;
    background-image: url('/images/layout/diagonal_tl-br.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 2.35rem;
    top: 36px;
    left: 100%; }
  .timeline-element:nth-child(even)::after {
    content: '';
    width: 25%;
    height: 100%;
    background-image: url('/images/layout/diagonal_tr-bl.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 2.35rem;
    top: 36px;
    left: -25%; }
  .timeline-element:nth-child(odd):last-of-type::after, .timeline-element:nth-child(even):last-of-type::after {
    display: none; } }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  html, body {
    font-size: 18px; }
  .navbar-wrapper li.nav-item:last-child {
    display: none; }
  body {
    padding-top: 98px; }
  .list-group.list-columns {
    column-count: 3; } }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  body {
    padding-top: 116px; }
  .navbar-wrapper li.nav-item:last-child {
    display: none; } }

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .navbar-wrapper {
    background-color: transparent; }
    .metanav .text-right a {
      margin-left: 0px;
      margin-right: 0px; } }

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar-wrapper {
    background-color: transparent; }
    .metanav .text-right {
      text-align: left !important;
      white-space: nowrap; }
      .metanav .text-right a {
        margin-left: 0px;
        margin-right: 0px; } }

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .navbar .nav-item .nav-link {
    padding-right: 18px;
    padding-left: 18px; } }

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) {
  .multicolumn .content-text {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; } }

body#tinymce {
  padding-top: 0 !important; }
