/**
max width 1400px
mobile < 1020px
*/

/* noto-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/noto-sans-v38-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-v38-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/noto-sans-v38-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/noto-sans-v38-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
  font-family: noto sans, Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #5b5b5d;
  background: #c0c9cf;
  overflow-x: hidden;
}

.page {
  margin: 0px auto;
  max-width: 1380px;
  position: relative;
  background: white;
}

.keyvisual {
  margin-top: 90px;
  width: 100%;
}

p {
  line-height: 22px;
  padding: 0px 10px;
}

a {
  color: #c7381e;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  list-style: square;
  padding-left: 30px;
}
ul li a {
  margin-right: 20px;
  padding: 10px;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  height: 29px;
  text-decoration: none;
}

li {
  line-height: 1.5;
  padding-left: 20px;
}

.tel {
  font-size: 20px;
  color: #c7381e;
}

.kontakt-data {
  width: 50%;
  float: left;
}

.kontakt-anfahrt {
  width: 50%;
  float: right;
}

.footer {
  clear: both;
  background-color: #c62b2b;
  color: white;
  width: 100%;
  height: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer ul {
  list-style: none;
  color: white;
  padding: 0;
  margin: 0;
}

.footer ul li a {
  list-style: none;
  margin-right: 20px;
  padding: 10px;
  font-size: 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #ffffff;
}

.footersitemap {
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding: 10px 0px 10px 10px;
}

.footergmbh {
  box-sizing: border-box;

  width: 25%;
  float: left;
  padding: 10px;
}

.footergmbh img {
  width: 100%;
}

.footersozial {
  box-sizing: border-box;

  width: 25%;
  float: left;
  padding: 10px;
}

.footerkontakt {
  box-sizing: border-box;

  width: 25%;
  float: left;
  padding: 10px;
}

.copyright {
  text-align: center;
}

h3 {
  font-family: noto sans, Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #c62b2b;
  margin-top: 20px;
  margin-bottom: 20px;
}

.rw {
  font-size: 20px;
  font-weight: 300;
  color: #f49c03;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bg-lightgrey {
  background-color: #f3f3f3;
}

.galerie-container {
  display: flex;
  flex-wrap: wrap;
}

.galerie-box {
  width: 32%;
  margin: 2px;
}

.galerie-bild {
  width: 100%;
}

.gallerybild {
  box-sizing: border-box;
  float: left;
  width: 33.3%;
  padding: 4px;
}

.galleryimg {
  width: 100%;
}

.navi {
  width: 100%;
  max-width: 1380px;
  background-color: #ffffff;
  height: 90px;
  position: fixed;
  top: 0;
}

.navi-top {
  box-sizing: border-box;
  width: 100%;

  max-width: 1150px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.navi-top-logo {
  position: absolute;
  right: 12px;
  top: 20px;
}

#menue-button {
  display: none;
  margin: 20px 20px 0px 12px;
}

.navi-top-menue {
  display: block;
  float: left;
  margin-top: 60;
}

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

.navi-top ul li a {
  list-style: none;
  margin-right: 12px;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  height: 29px;
  text-decoration: none;
  color: #7f7f7f;
}

.navi-top ul li a:hover {
  color: #fff;
  background-color: #c62b2b;
  transition: background-color 2s;
  z-index: 1;
}

.navi-top li {
  float: left;
  padding: 0px;
}

/* .keyvisual {
  margin-top: 90px;
} */

.contentpageContainer {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.content-campus-container {
  box-sizing: border-box;
  width: 90%;
  max-width: 1200;
  margin: auto;
}

.content-campus-container a {
  color: #090e4b;
}

.contentpage {
  float: left;
  box-sizing: border-box;
  width: 72%;
}

.contentteaser {
  float: right;
  box-sizing: border-box;
  width: 24%;
}

.contentimg {
  width: 100%;
  max-height: 300px;
}

.willkommen {
  box-sizing: border-box;
  width: 80%;
  max-width: 1150;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
  padding-bottom: 30px;
  color: #ffffff;
}

.willkommen h1 {
  font-size: 20px;
  font-weight: 400;
  padding: 10px;
}

.willkommen-bg {
  background-color: #c62b2b;
  min-height: 25px;

  margin-bottom: 20px;
}

.willkommen-campus-bg {
  background-color: #090e4b;
}

.mc {
  font-size: 20px;
  font-weight: 800;
  color: #090e4b;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-container {
  box-sizing: border-box;
  width: 80%;
  max-width: 1150;
  background-color: #ffffff;
  margin: 0 auto;
}

.blog-grau {
  background: #c0c9cf;
  background: linear-gradient(90deg, #c0c9cf 73%, #e9ebeb 100%);
  padding: 16px;
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.btn {
  color: #fff;
  padding: 10px 40px;
  background-color: #c62b2b;
  border-color: #c62b2b;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

.btn button:hover {
  border-width: 3px;
}

.pz {
  text-align: center;
  padding: 16px;
}

.copyright {
  text-align: center;
}

a {
  outline: 0;
}
a img {
  border: 0;
}

html,
body {
  margin: 0;
  padding: 0;
}

.plaintext a {
  color: #58585a;
  text-decoration: underline;
}

.news a {
  color: #c7361d;
  font-weight: bold;
  text-decoration: none;
}
.news a:hover {
  text-decoration: underline;
}

.copyright {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 80px 10px 0;
  max-width: 841px;
  width: 100%;
}

/* ---- mobile ---- */
@media (max-width: 620px) {
  .footer {
    height: 460px;
  }
  .kontakt-data {
    width: 100%;
    float: left;
  }

  .kontakt-anfahrt {
    width: 100%;
    float: left;
  }

  .contentpageContainer {
    width: 98%;
  }

  .content-campus-container {
    width: 98%;
    max-width: 1200;
    margin: auto;
  }

  .footersitemap {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding: 10px;
  }

  .footergmbh {
    display: none;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding: 10px;
  }

  .footersozial {
    display: none;
    box-sizing: border-box;

    width: 25%;
    float: left;
    padding: 10px;
  }

  .footerkontakt {
    box-sizing: border-box;

    width: 100%;
    float: left;
    padding: 30px;
  }
}

/* ---- mobile ---- */
@media (min-width: 600px) and (max-width: 1020px) {
  .footersitemap {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding: 10px;
  }

  .footergmbh {
    display: none;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding: 10px;
  }

  .footersozial {
    display: none;
    box-sizing: border-box;

    width: 25%;
    float: left;
    padding: 10px;
  }

  .footerkontakt {
    box-sizing: border-box;

    width: 50%;
    float: left;
    padding: 10px;
  }
}

#img-keyvisual {
  width: 100%;
}
/* --- small screen --- */

@media (max-width: 1020px) {
  .contentpage {
    float: left;
    box-sizing: border-box;
    width: 100%;
  }

  .contentteaser {
    display: none;
    float: right;
    box-sizing: border-box;
    width: 24%;
  }

  .navi-top-menue {
    position: relative;
    display: none;
    max-width: 400px;
    width: 100%;
    background: #a91e1e;
    color: white;
    position: absolute;
    z-index: 10000;
    top: 30px;
    padding-top: 40px;
    padding-left: 10px;
    bottom: 0;
    left: 0px;
    height: calc(100vh - 60px);
  }

  .close-menu-btn {
    color: white;
  }

  #img-keyvisual-campus {
    width: 100%;
  }

  #menue-button {
    display: block;
    margin: 24px 20px 0px 12px;
    width: 32px;
    pdding: 4px;
  }

  .navi-top ul li a {
    list-style: none;
    margin-right: 12px;
    font-size: 18px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 40px;
    text-decoration: none;
    color: #f8f7f7;
  }

  .navi-top li {
    display: inline-block;
    color: white;
    min-width: 400px;
    padding: 0px;
    height: 40px;
  }
  .navi-top li a:hover {
    color: #fff;
    background-color: #acaaaa89;
    transition: background-color 2s;
    z-index: 1;
  }
}

.close-menu-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 32px;
  color: #c62b2b;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-menu-btn:hover {
  opacity: 0.7;
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #c0c9cf;
  color: white;
  padding: 15px 25px;
  text-align: center;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
#cookie-banner-button {
  background-color: #c62b2b;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  margin-left: 20px;
}

@media (max-width: 620px) {
  #cookie-banner {
    flex-direction: column;
  }
  #cookie-banner-button {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media print {
  /* Make body printable */
  body {
    margin: 1cm; /* Add some margins for printing */
    padding: 0;
  }

  /* Convert the fixed nav bar to a static header */
  .navi {
    position: static;
    height: auto;
    text-align: right; /* a simple way to position the logo */
  }
  .navi-top-logo {
    position: static;
    float: none;
    display: inline-block;
  }
  .keyvisual {
    margin-top: 0;
    width: 100%;
  }
  #img-keyvisual {
    width: 100%;
  }

  /* Hide everything else */
  .navi-top-menue,
  #menue-button,
  .footer,
  .copyright {
    display: none;
  }

  /* Let content take full width */
  .contentpageContainer,
  .contentpage {
    width: 100%;
    max-width: 100%;
    float: none;
  }
}
