@import url("header.css?v=20062020014");
@import url("navigation.css?v=20062020014");
@import url("login.css?v=20062020014");
@import url("register.css?v=20062020014");
@import url("buttons.css?v=20062020014");
@import url("forms.css?v=20062020014");
@import url("filter-bar.css?v=20062020014");
@import url("content.css?v=20062020014");
@import url("termine.css?v=20062020014");
@import url("semantic.overwrites.css?v=20062020014");
@import url("https://fonts.googleapis.com/css?family=Overpass:200,300,400,600,700&display=swap");

html,
body {
  font-size: 100%;
  width: 100%;
  height: 100%;
}

body {
  color: #c9d1d9;
  background: #1f2328;
  font-size: 15px;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
}

* {
  font-family: "Overpass", sans-serif;
  -webkit-tap-highlight-color: transparent;
  letter-spacing: normal;
  line-height: 1.35;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

p {
  line-height: 1.4;
}

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

.strong,
.bold {
  font-weight: 600;
}

.fixed-width {
  display: inline-block;
  width: 65px;
}

.fixed-width-small {
  display: inline-block;
  width: 30px;
}

.strong.italic,
.bold.italic {
  font-style: italic;
}

.thin {
  font-weight: 300;
}

h3 {
  font-family: "Overpass", sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
}

h3 a {
  color: #000;
}

h3 a:hover {
  color: #01da95;
}

a:not(.button):not(.custom-btn),
a:not(.button):not(.custom-btn):active,
a:not(.button):not(.custom-btn):visited {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #01da95;
  padding-bottom: 2px;
  transition: color 0.15s, background 0.35s;
  animation-timing-function: ease;
}

a:not(.button):not(.custom-btn):hover {
  color: #01da95;
  border-bottom: 1px solid #01da95;
  padding-bottom: 2px;
}

.uppercase {
  text-transform: uppercase;
}

.centered {
  text-align: center;
}

.left-aligned {
  text-align: left;
}

.right-aligned {
  text-align: right;
}

.text-tiny {
  font-size: 12px;
}

.text-small {
  font-size: 13px;
}

.element_hidden {
  display: none !important;
  visibility: hidden !important;
}

.section-bottom {
  margin-bottom: 5px !important;
}

.section-left {
  margin-left: 10px !important;
}

.hyphen {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.truncate {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  -o-text-overflow: ellipsis !important;
  -ms-text-overflow: ellipsis !important;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hidden {
  visibility: hidden !important;
  display: none !important;
}

.hide {
  opacity: 0 !important;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media (-webkit-min-device-pixel-ratio: 2) {
  a:not(.button):not(.custom-btn),
  a:not(.button):not(.custom-btn):active,
  a:not(.button):not(.custom-btn):visited {
    border-width: 0.5px;
  }
}
