@charset "UTF-8";
/* Colours */
/* titillium-web-300 - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../Fonts/titillium-web-v9-latin-300.woff2") format("woff2"), url("../Fonts/titillium-web-v9-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* titillium-web-regular - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../Fonts/titillium-web-v9-latin-regular.woff2") format("woff2"), url("../Fonts/titillium-web-v9-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* titillium-web-600 - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../Fonts/titillium-web-v9-latin-600.woff2") format("woff2"), url("../Fonts/titillium-web-v9-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* titillium-web-italic - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../Fonts/titillium-web-v9-latin-italic.woff2") format("woff2"), url("../Fonts/titillium-web-v9-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* titillium-web-700 - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../Fonts/titillium-web-v9-latin-700.woff2") format("woff2"), url("../Fonts/titillium-web-v9-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/MaterialIcons-Regular.woff2') format('woff2'),
  url('../Fonts/MaterialIcons-Regular.woff') format('woff');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  !* Preferred icon size *!
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  !* Support for all WebKit browsers. *!
  -webkit-font-smoothing: antialiased;
  !* Support for Safari and Chrome. *!
  text-rendering: optimizeLegibility;

  !* Support for Firefox. *!
  -moz-osx-font-smoothing: grayscale;

  !* Support for IE. *!
  font-feature-settings: 'liga';
}
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  padding: 0;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* Remove all animations and transitions for people that prefer not to see them */
/* @media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
} */
/* CSS Ludger Müller, artbeit.de, für den verein "pro seelische gesundheit e.V. 2024 */
html,
body {
  height: 100%;
  font-family: "Titillium Web", sans-serif;
  line-height: 1.5;
  color: #000000;
  padding: 0;
  margin: 0;
}

/* Container */
#rahmen {
  min-height: 100vh;
  background-color: #ffffff;
  margin: 0 auto;
  height: auto;
  width: 100%;
}

#kopf {
  background-color: transparent;
  position: relative;
  width: 100%;
  background-image: url("../layoutbilder/Headerbild.svg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
}

#logowrapper {
  max-width: 1180px;
  padding: 1rem 1rem 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  /* padding: 20px 1rem */
}

.logo {
  width: 80%;
}

.logo img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.contactinfo {
  width: 100%;
  font-size: 0.8rem;
  text-align: right;
  margin-top: 1rem;
}

#hnavWrapper {
  max-width: 1180px;
  margin: 0 auto;
}

#hnav {
  margin: 0;
  text-align: left;
  padding: 2px 1rem;
}

#inhalt {
  padding: 0 1rem;
  margin: 0 auto;
  background-color: transparent;
  position: relative;
  max-width: 1180px;
  display: block;
}

#linkespalte {
  width: 100%;
  padding: 0;
}

#rechtespalte {
  padding: 0;
}

#inhalt.einspalt {
  display: block;
  margin: 0 auto;
}

#fuss {
  padding: 0 1rem;
  background: #8aae1a url(../layoutbilder/Footerbild.png) no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 150px;
  margin: 4rem auto 0;
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
}

/* Formate
* * */
/* 1) Inhaltsbereich */
h1 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 130%;
  color: #254242;
  background-color: transparent;
  margin: 0 0 10px 0;
}

h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 130%;
  color: #254242;
  background-color: transparent;
  margin: 10px 0 10px 0;
}

h2 a {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 130%;
  background-color: transparent;
  margin: 10px 0 10px 0;
}

h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #254242;
  background-color: transparent;
  margin: 0 0 10px 0;
  line-height: 140%;
}

h4,
h5 {
  font-size: 1rem;
  font-weight: normal;
  color: #254242;
  background-color: transparent;
  margin: 0 0 10px 0;
}

#inhalt p {
  font-size: 1rem;
  line-height: 160%;
  margin: 0 0 1em 0;
}

#inhalt ul {
  font-size: 1rem;
  line-height: 160%;
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 0 0 30px;
  padding-left: 2em;
  overflow: auto;
}

#inhalt img.center {
  display: block;
  margin: 1em auto;
}

.bildblockWrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  margin-bottom: 2rem;
}

#inhalt .bildBlock {
  margin: 2.5em 0 0 0;
  clear: both;
  display: flex;
  flex-wrap: nowrap;
}

.bildblockImage {
  padding-right: 1rem;
  width: 40%;
}

#inhalt .bildblockBody {
  width: 60%;
}
#inhalt .bildblockBody ul {
  margin: 0;
  padding-left: 1rem;
  overflow: auto;
  list-style-type: disc;
}

.inhaltsblock p {
  font-size: 13px;
  line-height: 160%;
  margin: 0 0 1em 0;
}

.inhaltsabschnitt {
  float: left;
}

#blockcontainer h3 {
  margin: 0 0 10px 330px;
  width: 540px;
}

#rechtespalte h2 {
  color: #ba3f29;
  font-weight: normal;
}

#rechtespalte h3 {
  color: #ba3f29;
  font-weight: normal;
}

#rechtespalte p {
  margin: 0 0 0.5em;
}

#map {
  width: 640px;
  height: 480px;
}

.newsWrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 1rem;
}

.neuesBlock h2 {
  color: #B20068;
  font-weight: normal;
}

.neuesBlock h3 {
  color: #B20068;
  font-weight: normal;
}

.neuesBlock a {
  margin: 0 0 1em;
}

/* 2) Fuss */
#fuss p {
  font-size: 0.9rem;
  line-height: 160%;
  font-weight: bold;
  color: white;
}

#fuss a {
  color: white;
  padding-left: 5px;
  margin-left: 4px;
  font-size: 0.9rem;
  font-weight: bold;
}

#fuss a:link,
#fuss a:visited {
  text-decoration: none;
}

#fuss a:hover,
#fuss a:active,
#fuss a.current {
  text-decoration: underline;
}

.footernavWrapper {
  /* background-color: #a0a129; */
}

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

.footernav li {
  display: inline-block;
  margin-right: 1rem;
}

/* Scrolltop Element */
#scrollTop {
  position: fixed;
  bottom: 40px;
  right: 1rem;
  background-color: #bfd568;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
}
#scrollTop:hover {
  background-color: #B20068;
}

#scrollTop.hidden {
  display: none;
}

#scrollTop a {
  text-decoration: none;
  border-bottom: none;
  margin: 0;
  padding: 0;
}
#scrollTop a svg {
  fill: white;
}

#scrollTop a:hover,
#scrollTop a:active {
  color: #ffffff;
}

#scrollTop svg {
  width: 100%;
  height: 100%;
}

/* 5) Typo Klassen */
.fett {
  font-weight: bold;
}

.kursiv {
  font-style: italic;
}

.bildlinks {
  float: left;
  margin-right: 10px;
}

.bildrechts {
  float: right;
  margin-left: 1em;
}

.bildVertikalMitte {
  vertical-align: middle;
}

/* 3) Elemente */
a:link {
  color: #000000;
  background-color: transparent;
  text-decoration: underline;
  font-size: 16px;
}

a:visited {
  color: #4e4e4e;
  background-color: transparent;
  text-decoration: underline;
  font-size: 1rem;
}

a:focus,
a:hover,
a:active {
  text-decoration: none;
  color: #B20068;
  background-color: transparent;
}

a.read-on-link {
  display: inline-block;
  padding: 0.4rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  border-radius: 4px;
  background-color: #B20068;
  color: white;
  transition: all 200ms ease-in-out;
}

a.read-on-link:hover, a.read-on-link:active, a.read-on-link:focus {
  background-color: rgb(239, 239, 239);
  color: #B20068;
}

label {
  display: block;
}

noscript {
  background-color: #ffa500;
  color: #da002e;
  padding: 2px 5px;
  margin: 20px 0;
}

strong,
b {
  font-weight: bold;
}

/* Bilderleiste */
.smallGallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
}

.nobr {
  white-space: nowrap;
}

@media only screen and (min-width: 500px) {
  #logowrapper {
    padding: 1rem 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .logo {
    width: 40%;
  }
  .logo img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .contactinfo {
    width: 40%;
    font-size: 0.8rem;
    text-align: right;
    margin-top: 0;
  }
  #hnav {
    padding: 0 2rem;
  }
  #inhalt {
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    grid-gap: 2rem;
  }
  .bildblockImage {
    padding-right: 1rem;
    width: 50%;
  }
  .bildblockBody {
    width: 50%;
  }
  .newsWrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
  }
  #fuss {
    padding: 4rem 0;
  }
  #fussInnerWrapper {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 880px) {
  .bildblockWrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
  }
}
@media only screen and (min-width: 1330px) {
  #kopf {
    min-height: 250px;
  }
}
@media only screen and (min-width: 1650px) {
  #kopf {
    min-height: 300px;
  }
}
/* ========================================================
  Smartmenus
  Custom Theme========================================================== */
.mainnav {
  width: 100%;
  height: 80px;
  padding-top: 0;
  text-align: left;
}

/* General */
/* Responsive state ################################ */
.main-menu-btn {
  position: relative;
  display: block;
  width: 28px;
  height: 36px;
  left: 0;
  top: auto;
  margin: 8px 0 0 0;
  text-indent: 28px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #B20068;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: "";
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: "";
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

/* Small Screens -> Mobile first  */
.sm-clean {
  background: white;
  border-radius: 3px;
  padding: 0 5px;
  -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
}

.sm-clean a:link,
.sm-clean a:hover,
.sm-clean a:focus,
.sm-clean a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.sm-clean a:link,
.sm-clean a:visited {
  color: #B20068;
  background-color: white;
  border-bottom: 2px solid white;
}

.sm-clean a:hover,
.sm-clean a:focus,
.sm-clean a:active {
  color: white;
  background-color: #B20068;
}

.sm-clean li.active > a {
  color: white;
  background-color: #B20068;
}

/* Sub Arrow (+) */
.sm-clean a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 1rem/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(247, 247, 247, 0.5);
  border-radius: 3px;
}

.sm-clean a .sub-arrow::before {
  content: "+";
}

.sm-clean a.highlighted .sub-arrow::before {
  content: "-";
}

/*
Optional Bottom and TOP Border radius

.sm-clean > li:first-child > a,
.sm-clean > li:first-child > :not(ul) a {
  border-radius: 3px 3px 0 0;
}
.sm-clean > li:last-child > a,
.sm-clean > li:last-child > *:not(ul) a,
.sm-clean > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > a,
.sm-clean > li:last-child > ul > li:last-child > *:not(ul) a,
.sm-clean > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  border-radius: 0 0 3px 3px;
}

.sm-clean > li:last-child > a.highlighted,
.sm-clean > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  border-radius: 0;
}
Optional border Radius End
*/
/* Separator lines */
.sm-clean li {
  border-top: 1px solid #B20068;
}

.sm-clean ul {
  background: white;
  -webkit-box-shadow: 2px 4px 4px #9e9e9e;
  -moz-box-shadow: 2px 4px 4px #9e9e9e;
  box-shadow: 2px 4px 4px #9e9e9e;
}
.sm-clean ul li {
  border-top: none;
  border-bottom: 1px solid #B20068;
}

/* Styling Sub-levels mobile */
.sm-clean ul a:link,
.sm-clean ul a:visited,
.sm-clean ul a:hover,
.sm-clean ul a:focus,
.sm-clean ul a:active {
  font-size: 1rem;
  border-left: 12px solid transparent;
  background-color: white;
  color: #484848;
  border-bottom: none;
}

.sm-clean ul a:hover,
.sm-clean ul a:focus,
.sm-clean ul a:active {
  font-size: 1rem;
  border-left: 12px solid transparent;
  background-color: #B20068;
  color: white;
}

/* Lower levels indent  */
.sm-clean ul ul a:link,
.sm-clean ul ul a:visited,
.sm-clean ul ul a:hover,
.sm-clean ul ul a:focus,
.sm-clean ul ul a:active {
  border-left: 16px solid transparent;
}

.sm-clean ul ul ul a:link,
.sm-clean ul ul ul a:visited,
.sm-clean ul ul ul a:hover,
.sm-clean ul ul ul a:focus,
.sm-clean ul ul ul a:active {
  border-left: 24px solid transparent;
}

.sm-clean ul ul ul ul a:link,
.sm-clean ul ul ul ul a:visited,
.sm-clean ul ul ul ul a:hover,
.sm-clean ul ul ul ul a:focus,
.sm-clean ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.sm-clean ul ul ul ul ul a:link,
.sm-clean ul ul ul ul ul a:visited,
.sm-clean ul ul ul ul ul a:hover,
.sm-clean ul ul ul ul ul a:focus,
.sm-clean ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

/* Large Screen */
@media (min-width: 950px) {
  /* Switch to desktop layout -> set breakpoint above
  -----------------------------------------------
  These transform the menu tree from
  collapsible to desktop (navbar + dropdowns)
  ----------------------------------------------- */
  /* start... (it's not recommended editing these rules) */
  /* hide the button in desktop view */
  .sm-clean ul {
    position: absolute;
    width: 12em;
  }
  .sm-clean li {
    float: left;
  }
  .sm-clean ul li,
  .sm-clean.sm-vertical li {
    float: none;
  }
  .sm-clean a {
    white-space: nowrap;
  }
  .sm-clean ul a,
  .sm-clean.sm-vertical a {
    white-space: normal;
  }
  .sm-clean .sm-nowrap > li > a,
  .sm-clean .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  /* ...end */
  .mainnav {
    margin-left: -1rem;
  }
  ul.sm-clean {
    padding: 0;
    background: transparent;
    border-radius: 0;
    margin: 0 auto;
    display: inline-block;
    box-shadow: none;
  }
  /* First Level  */
  .sm-clean > li {
    margin: 0;
    padding: 0;
    border-top: 0;
    height: auto;
    white-space: nowrap;
    background-color: transparent;
  }
  .sm-clean > li:last-of-type {
    border: none;
  }
  .sm-clean > li a {
    display: inline-block;
  }
  .sm-clean > li a:link, .sm-clean > li a:visited {
    margin: 0 0;
    padding: 8px 13px;
    border-radius: 0 !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    color: #B20068;
    background-color: transparent;
    /* i Optional for Icons in top level of menu*/
  }
  .sm-clean > li a:link:after, .sm-clean > li a:visited:after {
    display: block;
    content: "";
    background-color: #B20068;
    height: 2px;
    width: 0;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    margin-left: 50%;
  }
  .sm-clean > li a:link i, .sm-clean > li a:visited i {
    font-size: 0.7rem;
  }
  .sm-clean > li a:hover,
  .sm-clean > li a:focus,
  .sm-clean > li a:active,
  .sm-clean > li a.highlighted {
    color: #B20068;
    background-color: transparent;
  }
  .sm-clean > li a:hover:after,
  .sm-clean > li a:focus:after,
  .sm-clean > li a:active:after,
  .sm-clean > li a.highlighted:after {
    width: 100%;
    margin-left: 0;
  }
  .sm-clean > li a.has-submenu {
    padding-right: 26px;
  }
  .sm-clean > li.active a {
    color: white;
    background-color: transparent;
  }
  /* Sub levels */
  /* Styling Sub-levels desktop */
  .sm-clean ul a:link,
  .sm-clean ul a:visited,
  .sm-clean ul a:hover,
  .sm-clean ul a:focus,
  .sm-clean ul a:active {
    display: block;
    background-color: white;
    color: #B20068;
  }
  .sm-clean ul a:link:after,
  .sm-clean ul a:visited:after,
  .sm-clean ul a:hover:after,
  .sm-clean ul a:focus:after,
  .sm-clean ul a:active:after {
    height: 0;
    background-color: transparent;
  }
  .sm-clean ul a:hover,
  .sm-clean ul a:focus,
  .sm-clean ul a:active {
    background-color: #B20068;
    color: white;
  }
  /* Lower levels indent  */
  .sm-clean ul ul a:link,
  .sm-clean ul ul a:visited,
  .sm-clean ul ul a:hover,
  .sm-clean ul ul a:focus,
  .sm-clean ul ul a:active {
    border-left: 16px solid transparent;
  }
  /* Sub indicator in desktop mode by border*/
  .sm-clean a .sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 8px;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: #B20068 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-clean > li > a:hover .sub-arrow,
  .sm-clean > li > a:active .sub-arrow,
  .sm-clean > li > a:focus .sub-arrow,
  .sm-clean > li:hover a .sub-arrow {
    border-color: #B20068 transparent transparent transparent;
  }
  .sm-clean > li.active > a .sub-arrow {
    border-color: #B20068 transparent transparent transparent;
  }
  .sm-clean a .sub-arrow::before {
    display: none;
  }
  /* Switch button*/
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  #main-menu > li {
    float: none;
    display: table-cell;
    text-align: center;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: inline-block;
  }
}

/*# sourceMappingURL=styles.css.map */
