:root {
  --text-farbe: #014370;
  --primaerfarbe: #00afd8;
  --text_auf_primaerfarbe: #fff;
  --primaerfarbe-hover: #00A7CC;
  --primaerfarbe-focus: #0092B3;
  --hintergrund-farbe-card: #fff;
  --green: #4dc5a1;
  --red: #e6755d;
  --secundaerfarbe: #7DD5E9;
  --textfarbe: #4d4d4d;
}

@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 400;
  src: url('../assets/fonts/latin-OpenSans-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 500;
  src: url('../assets/fonts/latin-OpenSans-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'OpenSans';
  font-style: italic;
  src: url('../assets/fonts/latin-OpenSans-Italic.woff2') format('woff2');
}

body, button, input, select, textarea {
  font-family: 'OpenSans';
}

*, ::after, ::before {
  box-sizing: border-box;
}

.app-input {
  width: 80%;
  font-size: 1.2em;
}

body {
  font-weight: 400;
  font-size: 12pt;
  color: var(--textfarbe);
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

p {
  font-size: 1rem;
}

section {
  margin-bottom: 100px;
}

.hidden {
  display: none !important;
}

@media(max-width:600px) {
  .w-hide-small {
    display: none !important;
  }
}

@media (max-width:992px) and (min-width:601px) {
  .w-hide-medium {
    display: none!important;
  }
}

@media(min-width:993px) {
  .w-hide-large {
    display: none !important;
  }
}

/*################### Header ##################*/

.w-suche {
  position: relative;
}

#suche .close {
  right: 0;
}

#w-suche__reset.close {
  position: absolute;
  top: 5px;
  right: 5px;
}

nav {
  /*margin:var(--header_height) 0;*/
}

.w-desktopheader {
  display: flex;
  max-height: 70px;
  position: fixed;
  z-index: 9;
  width: 100%;
  background-color: var(--primaerfarbe);
}

.w-desktopheader #logo {
  width: 100%;
  text-align: center;
}

#logo img {
  width: 330px;
}

#navigation {
  display: none;
}

.menuicon {
  color: var(--text_auf_primaerfarbe);
  cursor: pointer;
  font-size: 30px;
  font-weight: 500;
  text-align: right;
  width: 100%;
}

.menuicon a {
  color: var(--text_auf_primaerfarbe);
  text-decoration: none;
  font-weight: 500;
  margin: 10px;
}

.menuicon a:visited {
  color: var(--text_auf_primaerfarbe);
  text-decoration: none;
  font-weight: 500;
}

.menu a {
  color: var(--text-farbe);
  text-decoration: none;
  font-weight: 500;
  margin: 10px;
}

.menu a:visited {
  color: var(--text-farbe);
  text-decoration: none;
  font-weight: 500;
}

#navigation {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(27, 85, 101, 0.68);
  z-index: 10002;
}

#navigation .main-nav {
  position: relative;
  width: 100%;
  text-align: center;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  -webkit-transform: translate(-50%, -40%);
  margin-top: -45px;
}

#navigation li {
  display: block;
}

#navigation a {
  color: #fff;
}

/*################### General Styles ##################*/

.w-image-round-border {
  border-radius: 50%;
}

.w-content {
  margin: auto;
}

.w-padding-small {
  padding: 4px 8px;
}

.w-padding-large {
  padding: 12px 24px;
}

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

.w3-opennav {
  float: right !important;
}

.w-cursor-pointer {
  cursor: pointer;
}

.w-overlay {
  display: none;
  z-index: 9;
}

.w-screen {
  display: none;
  min-height: 100%;
}

.app-component .app-card {
  width: 90%;
  max-width: 480px;
  margin: auto;
  /*margin-top: 48px;*/
  padding: 10px;
  overflow: hidden;
  background-color: var(--hintergrund-farbe-card);
  display: block;
  /*position: relative;*/
}

.app-component .w3-card img {
  width: 100%;
}

.app-button {
  padding: 10px 30px;
  border-radius: 25px;
  color: var(--text_auf_primaerfarbe);
  display: block;
  text-align: center;
  background-color: var(--primaerfarbe);
  text-decoration: none;
  margin: 10px 0;
  font-size: 1.3em;
  border: none;
  cursor: pointer;
}

.app-button:hover {
  background-color: var(--primaerfarbe-hover);
}

.app-button:focus {
  background-color: var(--primaerfarbe-focus);
}

:root {
  --header_height: 100px;
  --page_width: 800px;
}

section {
  padding-top: var(--header_height);
}

.close {
  font-size: 0;
  display: block;
  height: 35px;
  width: 35px;
  cursor: pointer;
  position: absolute;
  background-size: 100%;
  background-position: 0 0;
  z-index: 1;
}

button.close {
  border: none;
}

/** ####################### SLICK ######################### **/

/** Slider**/

.slick-arrow {
  color: transparent;
  background-color: transparent;
  border: none;
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.slick-arrow:hover {
  background-color: var(--secundaerfarbe);
}

.slick-next.slick-arrow {
  right: -40px;
}

.slick-prev.slick-arrow {
  left: -40px;
}

.slick-next.slick-arrow::before, .slick-prev.slick-arrow::before {
  color: white;
  font-size: 28px;
}

.slick-next.slick-arrow::before {
  content: "▷";
}

.slick-prev.slick-arrow::before {
  content: "◁";
}

.slick-prev.slick-arrow:before {
  margin-right: 5px;
  background-position: 0 100%;
}

.slick-dots {
  list-style: none;
  display: flex !important;
  text-align: center;
  margin: auto;
  display: block;
  justify-content: left;
  padding: 0;
}

.slick-dots button {
  color: transparent;
  border-radius: 50%;
  border: none;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  font-size: 0;
  width: 25px;
  height: 25px;
  margin: 5px;
  margin-bottom: 25px;
  margin-top: 13px;
  border: 3px solid var(--primaerfarbe);
}

.slick-dots .slick-active button {
  background-color: white;
}

.slick-dots button:hover {
  background-color: var(--secundaerfarbe);
}