.bg-adj, .icons, .buttons {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#wrapper {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 140px);
  padding-top: 130px;
}
@media only screen and (max-width: 992px) {
  #wrapper {
    padding-top: 25px !important;
  }
}

#offset {
  padding: 0px 50px 0px 50px;
}

#bg-pattern_top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 50%;
}

#bg-pattern_bottom {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  height: 50%;
}

[id$=menu] li.active {
  font-family: "Maven Pro Bold";
}

#ds-header {
  position: relative;
  width: 100%;
  height: 100px;
  background-color: white;
  z-index: 1;
}
#ds-header #ds-header_row {
  transform: translateY(35px);
}
#ds-header #ds-header_row #ds-col-01 #ds-row-01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#ds-header #ds-header_row #ds-col-01 #ds-row-02 #ds-menu {
  width: 100%;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  position: relative;
}
#ds-header #ds-header_row #ds-col-01 #ds-row-02 #ds-menu > li {
  cursor: pointer;
  flex-grow: 1;
  position: relative;
}
#ds-header #ds-header_row #ds-col-01 #ds-row-02 #ds-menu > li a {
  padding-bottom: 3px;
}
#ds-header #ds-header_row #ds-col-01 #ds-row-02 #ds-menu > li > ul {
  display: none;
  border: 8px solid #bdbfc4;
  position: absolute;
  list-style: none;
  text-align: center;
  margin-top: 3px;
  width: 200px;
  left: calc(50% - 10px);
  transform: translateX(-50%);
}
#ds-header #ds-header_row #ds-col-01 #ds-row-02 #ds-menu > li > ul > li {
  padding: 10px 0;
  background-color: white;
}
#ds-header #ds-header_row #ds-col-01 #ds-row-02 #ds-menu > li > ul > li:hover {
  background-color: #cfd7ea;
}
#ds-header #ds-header_row #ds-col-01 #ds-row-02 #ds-menu > li:hover > ul {
  display: block;
}
#ds-footer {
  width: 100%;
  height: 40px;
  background-color: white;
  color: #9CB5C2;
  z-index: 1;
}
#ds-footer #ds-footer_row .col-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ds-footer #ds-footer_row .col-12 #ds-footer_menu {
  display: flex;
  list-style: none;
}
#ds-footer #ds-footer_row .col-12 #ds-footer_menu > li {
  margin-right: 50px;
  cursor: pointer;
}
#ds-footer #ds-footer_row .col-12 #ds-footer_menu > li:last-of-type {
  margin-right: 0;
}

#mb-header {
  position: relative;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  display: none;
}
#mb-header .row {
  position: relative;
  align-items: flex-end;
  padding-bottom: 20px;
  margin-top: 15px;
}
#mb-header .row:first-of-type:after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 0;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #000000;
}
#mb-header #mb-menu_item {
  padding: 0 15px;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.3s ease;
}
#mb-header #mb-menu_item .col-12 {
  color: white;
  background-color: #333333;
  padding: 15px;
}
#mb-header #mb-menu_item .col-12 ul li {
  list-style: none;
  margin-bottom: 10px;
  cursor: pointer;
}
#mb-header #mb-menu_item .col-12 ul li.active {
  font-family: "Maven Pro Bold";
}
#mb-header #mb-menu_item.active {
  opacity: 1;
  pointer-events: all;
}

#mb-footer {
  width: 100%;
  height: 228px;
  display: none;
}
#mb-footer .container-fluid > .row:first-of-type {
  height: 150px;
  background-color: #D5DDEF;
}
#mb-footer .container-fluid > .row:nth-of-type(2) {
  height: 78px;
}
#mb-footer .container-fluid > .row .container .row {
  justify-content: space-between;
  align-items: center;
}
#mb-footer #mb-footer_menu {
  list-style: none;
  font-family: "Maven Pro Bold";
  color: #386A85;
}
#mb-footer #mb-footer_menu > li {
  cursor: pointer;
  margin-bottom: 20px;
}
#mb-footer #mb-footer_menu > li:last-of-type {
  margin-bottom: 0px;
}

.logo_big img, .logo_small img {
  max-width: 90%;
}

.logo_mb {
  width: 120px;
  height: 30px;
}

.buttons {
  font-family: "Maven Pro Bold";
  font-size: 16px;
  color: #ffffff;
}
.buttons.btn-login {
  width: 150px;
  height: 30px;
  background-image: url("../img/fachbereich/global/login_btn@2x.png");
  padding: 5px !important;
}

.icons.ic-home {
  width: 23px;
  height: 25px;
  background-image: url("../img/fachbereich/global/home_icon@2x.png");
  background-size: contain;
  background-position: left;
}
.icons.ic-burger {
  position: relative;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #000000;
  display: inline-block;
  float: right;
  cursor: pointer;
}
.icons.ic-burger:before {
  content: "";
  position: absolute;
  top: 6px;
  width: 100%;
  height: 2px;
  background-color: #000000;
}
.icons.ic-burger:after {
  content: "";
  position: absolute;
  bottom: 4px;
  width: 100%;
  height: 2px;
  background-color: #000000;
}
.icons.ic-menu {
  width: 30px;
  height: 20px;
  float: right;
}

/*Cookie Consent Begin*/
#wrapper-cookies {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.69);
}

#cookies-content {
  background-image: url("../img/fachbereich/global/cookies_background@2x.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 90%;
  transform: translateY(-90%);
  display: none;
  margin: 0px;
}
#cookies-content a {
  text-decoration: underline;
}

/*Cookie Consent End*/
/*verlassen button Begin*/
#wrapper-verlassen {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.69);
}

#verlassen {
  background-image: url("../img/seite-verlassen@2x.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  padding: 50px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  margin: 0px;
}

/*verlassen button End*/
@media only screen and (max-width: 1200px) {
  #ds-menu li {
    font-size: 10px !important;
  }
}
@media only screen and (max-width: 992px) {
  #bg-pattern_top, #bg-pattern_top, #ds-header, #ds-footer {
    display: none !important;
  }
  #mb-header, #mb-footer {
    display: block !important;
  }
  #offset {
    padding: 0px !important;
  }
}
@media only screen and (max-width: 380px) {
  #footer-logo {
    width: 100% !important;
    text-align: center !important;
  }
  #footer-logo .logo_big {
    margin: 0px !important;
  }
  #footer-text {
    width: 100% !important;
    text-align: center !important;
    margin: 0px !important;
  }
  .container-fluid > .row:first-of-type {
    height: 300px !important;
  }
}

/*# sourceMappingURL=global-contents.css.map */
