@charset "UTF-8";
/*
Theme Name: Kassandra e.V.
Author: MBS - Team Nürnberg
Author URI: https://www.mbs-team.de
Version: 1.0
Template: phlox-pro
Text Domain: phlox-pro-child
*/
body {
  font-family: "Roboto" !important;
}

.aux-quote-symbol::before {
  content: "\201C" !important;
}

.topbar {
  background: #c11717;
  position: relative;
  z-index: 220;
  width: 100%;
  margin-top: -16px;
  height: auto;
  text-align: right;
  margin-bottom: 0.5%;
}
@media screen and (max-width: 769px) {
  .topbar {
    display: none;
  }
}
.topbar .menu-sprachen-container {
  padding-top: 6px;
  display: inline-block;
}
.topbar .menu-sprachen-container ul {
  margin: 1.3em 0px 0.6em 0px !important;
}
.topbar .menu-sprachen-container ul li {
  display: inline;
  padding: 8px;
}
.topbar .menu-sprachen-container ul li a {
  color: white;
}
.topbar .menu-sprachen-container ul li a:hover {
  color: black;
}
.topbar .zoom {
  height: 50px;
  padding-top: 20px;
  display: inline-block;
}
.topbar .zoom a {
  color: white;
  font-weight: bold;
}
.topbar .zoom a:hover {
  color: black;
  cursor: pointer;
}

.type-news .readmore {
  width: 100%;
  text-align: center;
}
.type-news .readmore .aux-read-more  {
  transition: all 0.5s;
  font-family: "Roboto", Sans-serif;
  text-transform: uppercase !important;
  color: #ffffff !important;
  background-color: #395781 !important;
  border-radius: 20px 20px 20px 20px !important;
  padding: 11px 30px 11px 30px !important;
  border: none !important;
  line-height: 15px;
}
.type-news .readmore a::after {
  display: none;
}
.type-news .readmore a:hover {
  background-color: white !important;
  color: #395781 !important;
}

.sticker {
  position: fixed;
  right: 0;
  top: 30%;
  background-color: #c11717;
  color: white;
  text-align: center;
  z-index: 1000;
  width: 100px;
}
@media screen and (max-width: 769px) {
  .sticker {
    display: none;
  }
}
.sticker.zeiten {
  transition: all 0.3s ease;
  right: -160px;
  z-index: 10001;
  width: 260px !important;
}
.sticker.zeiten a {
  transition: all 0.3s ease;
  float: left;
}
.sticker.zeiten a:hover {
  background-color: #c11717;
}
.sticker.zeiten:hover {
  -webkit-transform: translateX(-160px);
          transform: translateX(-160px);
}
.sticker a {
  display: block;
  border-top: 3px solid white;
  padding: 10px;
  font-size: 12px;
  color: white;
  line-height: 1rem;
  height: 91px;
}
.sticker a:hover {
  background-color: #850107;
}
.sticker a .far, .sticker a .fas {
  font-size: 24px;
  margin-bottom: 0.5rem;
}
.sticker a:hover {
  opacity: 1 !important;
}

.display-none {
  display: none !important;
}

#cookie-notice .cn-button {
  margin-right: 3px;
  margin-left: 10px;
  color: #333;
  text-decoration: underline;
  padding: 0px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: capitalize;
  vertical-align: middle;
}

.wpcf7 input:not([type=submit]), .wpcf7 textarea {
  margin-bottom: 0px;
}

.aux-master-menu {
  font-family: roboto !important;
}

.menu-sprachen-container ul li {
  display: inline;
  padding: 8px;
}

.menu-header-container .menu-item-language {
  display: none !important;
}