/* Include Fonts */
@font-face {
  font-family: "FuturaStd";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/FuturaStd-Light.otf"); }
@font-face {
  font-family: "FuturaStd";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/FuturaStd-Medium.otf"); }
@font-face {
  font-family: "FuturaStdHeavy";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/FuturaStd-Heavy.otf"); }
h1, h2, h3, h4, h5, h6, a, p, span, div, li {
  letter-spacing: 1px; }

@media (min-width: 1200px) {
  .container {
    width: 960px !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 850px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 700px !important; } }
body {
  background-color: #cbcdd1 !important;
  font-family: FuturaStd !important;
  line-height: 1.7; }
@media (max-width: 767px) {
  body {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.element-invisible {
  display: none !important; }

.row::before, .row::after {
  display: none; }

/* Header */
#header {
  /* Leiste mit externen Links */ }
#header a, #header a:focus, #header a:visited, #header a:hover, #header a:active {
  color: white;
  text-decoration: none; }
#header #ext_links {
  background-color: #1f2022;
  padding: 5px 10px;
  text-transform: uppercase;
  text-align: center;
  margin-left: -15px !important; }
#header #myheaderrow {
  position: relative;
  /* Headerteil mit Logo etc. */
  /* Language */ }
@media (max-width: 767px) {
  #header #myheaderrow .row {
    margin-left: 0; } }
@media (min-width: 1200px) {
  #header #myheaderrow .row {
    margin-left: -15px !important; } }
#header #myheaderrow #header_info {
  position: relative;
  padding-bottom: 10px;
  /* Sprachauswahl */
  /* Suchleiset */ }
@media (max-width: 767px) {
  #header #myheaderrow #header_info {
    padding-top: 10px; } }
@media (min-width: 768px) {
  #header #myheaderrow #header_info {
    display: inline-block;
    padding-top: 30px; } }
@media (min-width: 1200px) {
  #header #myheaderrow #header_info {
    left: calc(50% - 480px); } }
@media (min-width: 992px) and (max-width: 1199px) {
  #header #myheaderrow #header_info {
    left: calc(50% - 425px); } }
@media (min-width: 768px) and (max-width: 991px) {
  #header #myheaderrow #header_info {
    left: calc(50% - 350px);
    /* Sprachauswahl */ }
  #header #myheaderrow #header_info div:last-child {
    font-size: 1.5rem; }
  #header #myheaderrow #header_info #asta_logo {
    width: 90%; } }
@media (max-width: 991px) {
  #header #myheaderrow #header_info #asta_logo {
    max-height: 4rem; } }
@media (max-width: 767px) {
  #header #myheaderrow #header_info #socialmedia {
    padding-right: 0 !important;
    padding-left: 0 !important; } }
#header #myheaderrow #header_info #socialmedia .icon {
  width: 25px;
  height: 25px; }
#header #myheaderrow #header_info .mod-languages {
  text-align: right; }
#header #myheaderrow #header_info .search-query {
  border-radius: 0px;
  height: 30px; }
#header #myheaderrow #language {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 10px;
  font-size: 1.5rem; }

/* Content slider */
#contentslider {
  margin-top: 15px; }

/* Main */
#main {
  margin-top: 15px;
  margin-bottom: 45px; }

/* Footer */
#footer {
  color: white;
  background-color: #1f2022;
  padding-top: 40px;
  padding-bottom: 20px; }
#footer .row {
  margin-left: -15px !important; }
#footer a, #footer li, #footer a:focus, #footer a:hover, #footer a:visited, #footer a:active {
  list-style-type: none;
  color: white;
  text-decoration: none; }
#footer #asta_logo {
  width: 50%;
  margin-bottom: 20px; }
#footer p {
  margin-bottom: 0 !important; }
#footer .row div:first-child {
  text-transform: uppercase; }
#footer .row div:first-child ul {
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
#footer .row div:first-child li {
  padding-top: 1rem; }
@media (max-width: 767px) {
  #footer {
    text-align: center;
    padding-top: 20px; } }

/* Article Styling */
.item-page {
  background-color: white;
  -webkit-box-shadow: 2px 2px 8px 0px #cbcdd1;
  box-shadow: 2px 2px 8px 0px #cbcdd1; }
.item-page .page-header {
  text-transform: uppercase;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  padding: 20px 20px 10px 20px; }
.item-page .page-header h4.published_date {
  text-align: right; }
@media (max-width: 767px) {
  .item-page .page-header h4 {
    font-size: 1.2rem; } }
@media (min-width: 768px) {
  .item-page .page-header h4 {
    width: 74%;
    display: inline-block; }
  .item-page .page-header h4.published_date {
    width: 24%; } }
.item-page .published {
  display: none; }
.item-page .articleBody {
  padding: 20px; }
.item-page .articleBody img {
  max-width: 100%; }

#title_newsletter {
  background-color: #901c59;
  height: 170px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden; }
#title_newsletter h3 {
  font-size: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-transform: uppercase;
  font-family: FuturaStdHeavy;
  margin-bottom: -12px !important;
  color: white;
  text-align: center; }

.newsletter .tile {
  display: block;
  background-color: white !important;
  -webkit-box-shadow: 2px 2px 5px 0px #888;
  box-shadow: 2px 2px 5px 0px #888;
  margin-bottom: 30px;
  padding: 20px; }
.newsletter .boldheading {
  font-family: FuturaStdHeavy;
  text-transform: uppercase;
  font-size: 1.4rem;
  text-shadow: 0px 1px 3px #949494; }
.newsletter .boldheading a {
  color: black !important; }
.newsletter .boldheading a:hover {
  text-decoration: none; }
.newsletter .categories ul {
  list-style: none; }
.newsletter .categories a {
  color: black !important; }
.newsletter .categories a:hover {
  text-decoration: none;
  color: #901c59 !important; }
.newsletter .categories p {
  text-transform: uppercase;
  text-shadow: 0px 1px 3px #949494; }
.newsletter#topbtn a {
  display: block;
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #901c59;
  /* Set a background color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 10px;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */
  color: white !important; }
.newsletter#topbtn a:hover {
  background-color: #949494;
  /* Add a dark-grey background on hover */
  color: black !important;
  text-decoration: none !important; }
.newsletter h2 {
  text-align: center;
  font-family: FuturaStdHeavy;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 1em;
  text-shadow: 0px 1px 3px #949494; }
.newsletter tbody > tr:first-of-type td {
  background-color: #901c59;
  color: white; }
.newsletter hr {
  display: none; }
.newsletter td {
  padding-left: 7px; }

#search.tile, #search .tile {
  display: block;
  background-color: white !important;
  -webkit-box-shadow: 2px 2px 5px 0px #888;
  box-shadow: 2px 2px 5px 0px #888;
  margin-bottom: 30px;
  padding: 20px; }