.header-denic {
  position: fixed;
  z-index: 2000;
  display: block;
  width: 100vw;
  height: 10vh;
  margin-top: -10vh;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.main-menu-list {
  position: relative;
  left: 20vw;
  display: inline-block;
  height: 20px;
  margin-top: 4vh;
  margin-left: 30px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-menu-list-item {
  display: inline-block;
  padding-top: 2px;
  padding-right: 20px;
  padding-left: 0px;
  font-size: 20px;
}

.main-menu-list-item.tool-menu-doaminsuche {
  padding-left: 25px;
  background-image: url('../images/icon-circle-plus.svg');
  background-position: 0px 50%;
  background-size: 17px;
  background-repeat: no-repeat;
  color: #ff9a00;
}

.main-menu-list-item.tool-menu-suche {
  position: relative;
  display: none;
  width: 80px;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background-image: url('../images/icon-search-2.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: transparent;
  list-style-type: none;
}

.main-menu-list-item.tool-menu-lang {
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  color: #000;
  text-align: center;
}

.body {
  padding-top: 10vh;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.logo {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 70px;
  height: 50px;
  margin-top: -25px;
  margin-left: 5vw;
  float: left;
  background-image: url('../images/logo_hockey.svg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tool-menu {
  position: absolute;
  right: 2vw;
  z-index: 200;
  display: inline-block;
  height: 100%;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.denic-footer {
  position: relative;
  width: 96vw;
  margin-top: 0vh;
  margin-left: 2vw;
  padding-top: 50px;
  padding-bottom: 0px;
  padding-left: 0%;
  clear: left;
  background-color: #fff;
}

.button {
  position: relative;
  right: 5vw;
  padding: 13px 75px 11px;
  float: right;
  clear: left;
  border: 2px solid #ff9a00;
  border-radius: 3px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.unordered-list-2 {
  width: 100%;
  padding-left: 0px;
  list-style-type: none;
}

.list-item-2 {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 2px;
  float: left;
  clear: left;
  border-bottom: 2px solid rgba(31, 158, 197, 0);
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.list-item-2:hover {
  border-style: none none solid;
  border-color: #000 #000 #1f9ec5;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
}

.list-item-2.first {
  font-size: 18px;
  font-weight: 700;
}

.tv-logo {
  position: relative;
  left: 5vw;
  display: block;
  width: 150px;
  height: 150px;
  float: left;
  background-image: url('../images/_ISOIEC_C27001_GB.svg');
  background-position: 50% 50%;
  background-size: auto 120px;
  background-repeat: no-repeat;
}

.row {
  position: relative;
  left: 0%;
  width: 100%;
  margin-left: 0%;
  padding-bottom: 30px;
  padding-left: 3%;
  float: left;
}

.tv-logo-mobile {
  position: relative;
  left: 5vw;
  display: block;
  width: 150px;
  height: 150px;
  float: left;
  background-image: url('../images/_ISOIEC_C27001_GB.svg');
  background-position: 50% 50%;
  background-size: auto 120px;
  background-repeat: no-repeat;
}

.sign-inwrap {
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 86vh;
  margin-bottom: 3vh;
  margin-left: 0vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(85vh, 1fr);
  grid-template-rows: minmax(85vh, 1fr);
}

.kreide-bg {
  position: relative;
  display: none;
  width: 96vw;
  height: 86vh;
  margin-top: 0px;
  clear: left;
  background-color: #709ad8;
  background-image: url('../images/img2.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: none;
  filter: none;
}

.login-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1050;
  width: 400px;
  height: 400px;
  margin-top: 18vh;
  margin-left: 10vw;
  background-color: transparent;
}

.user {
  position: relative;
  width: 100%;
  height: 60px;
  margin-top: 100px;
  margin-bottom: 5%;
  padding-top: 9px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.user:hover {
  border-width: 2px;
}

.user:focus {
  border-color: #3eacbd;
  background-color: #fff;
  color: #000;
}

.user::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 20px;
  text-align: center;
}

.user:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 20px;
  text-align: center;
}

.user::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 20px;
  text-align: center;
}

.user::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 20px;
  text-align: center;
}

.password {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.password:focus {
  border-color: #3eacbd;
  background-color: #fff;
  color: #000;
  text-align: center;
}

.password::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.4);
  text-align: center;
}

.password:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.4);
  text-align: center;
}

.password::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.4);
  text-align: center;
}

.password::placeholder {
  color: hsla(0, 0%, 100%, 0.4);
  text-align: center;
}

.submit-left {
  display: block;
  width: 100%;
  margin-right: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  background-color: #0d9ec7;
  opacity: 1;
  color: #fff;
}

.submit-right {
  display: block;
  width: 47.5%;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
  color: hsla(0, 0%, 100%, 0.3);
}

.heading {
  position: absolute;
  left: 0%;
  top: 40px;
  right: 0%;
  bottom: auto;
  color: #fff;
  font-size: 44px;
  text-align: center;
  letter-spacing: 1px;
}

.text-block {
  position: absolute;
  left: 0%;
  top: 110px;
  right: 0%;
  bottom: auto;
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
}

.form {
  width: 100%;
}

.loader {
  position: absolute;
  top: auto;
  right: 30px;
  bottom: 75px;
  display: none;
  width: 30px;
  height: 30px;
  margin-left: 50%;
  background-image: url('../images/loader_1loader.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.div-block-2 {
  width: 96vw;
  height: 86vh;
  margin-bottom: 4vh;
  margin-left: 2vw;
  background-image: url('../images/Bildschirmfoto-2019-03-06-um-16.17.40.png');
  background-position: 50% 50%;
  background-size: cover;
}

.link-3 {
  color: #ff9a00;
}

.form-block {
  width: 100%;
  background-color: transparent;
}

.main-menu-link {
  border-style: solid;
  border-width: 0px;
  border-color: #3eacbd;
  -webkit-transition: border-width 100ms cubic-bezier(.25, .46, .45, .94);
  transition: border-width 100ms cubic-bezier(.25, .46, .45, .94);
  color: #000;
  text-decoration: none;
}

.main-menu-link:hover {
  border-bottom-width: 2px;
}

.button-2 {
  position: relative;
  top: 21px;
  right: 220px;
  width: 150px;
  height: 40px;
  padding-top: 11px;
  padding-bottom: 11px;
  float: right;
  clear: none;
  background-color: #0d9ec7;
  font-weight: 600;
  text-align: center;
}

.list-item-main-navi-menu-btn {
  position: static;
  display: block;
  height: 100%;
  margin-left: 0px;
  padding-top: 3.5vh;
  padding-right: 5px;
  padding-left: 0px;
  float: right;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(170, 10, 59, 0);
  border-radius: 3px;
  -webkit-transition: color 300ms cubic-bezier(.455, .03, .515, .955);
  transition: color 300ms cubic-bezier(.455, .03, .515, .955);
  cursor: pointer;
}

.text-block-2 {
  position: relative;
  padding-top: 2px;
  padding-left: 15px;
  float: left;
  clear: none;
  color: rgba(10, 26, 65, 0.9);
}

.div-block-4 {
  position: relative;
  left: -10px;
  top: 5px;
  right: 0px;
  width: 20px;
  height: 15px;
  margin-top: 0px;
  margin-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  clear: none;
}

.icon-menu {
  position: absolute;
  left: 0px;
  width: 20px;
  margin-top: -1px;
  padding-left: 0px;
  color: rgba(10, 26, 65, 0.9);
  list-style-type: none;
}

.icon-menu-listitem {
  position: relative;
  height: 2px;
  margin-top: 0px;
  background-color: #000;
  color: rgba(10, 26, 65, 0.9);
}

.icon-menu-listitem.first-line {
  margin-bottom: 3px;
}

.icon-menu-listitem.bottom-line {
  margin-top: 4px;
}

.main-menu-list-2nd-listitem {
  position: relative;
  display: inline;
  padding-top: 0px;
  padding-bottom: 3px;
  padding-left: 15%;
  float: left;
  clear: left;
  border-left: 3px solid rgba(31, 158, 197, 0);
}

.main-menu-list-2nd-row {
  position: absolute;
  left: auto;
  top: 0%;
  right: 30%;
  bottom: 0%;
  z-index: 0;
  display: none;
  width: 30%;
  height: 100%;
  margin-top: 0%;
  margin-bottom: 0px;
  padding-bottom: 1vh;
  padding-left: 0px;
  float: left;
  background-color: #e1e1e1;
  list-style-type: none;
}

.main-menu-listitem {
  position: relative;
  overflow: scroll;
  width: 100%;
  min-height: 35vh;
  margin-right: 0%;
  float: left;
  background-color: transparent;
  -webkit-transition: background-color 300ms cubic-bezier(.77, 0, .175, 1);
  transition: background-color 300ms cubic-bezier(.77, 0, .175, 1);
}

.main-menu-listitem-right {
  width: 100%;
  min-height: 35vh;
  float: left;
  background-color: transparent;
  -webkit-transition: background-color 300ms cubic-bezier(.77, 0, .175, 1);
  transition: background-color 300ms cubic-bezier(.77, 0, .175, 1);
}

.main-menu-listitem-right:hover {
  background-color: #ececec;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.main-menu-list-1st-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  overflow: scroll;
  width: 30%;
  margin-bottom: 0px;
  padding-bottom: 1vh;
  padding-left: 0px;
  float: right;
  background-color: #f8f8f8;
  list-style-type: none;
}

.main-menu {
  position: fixed;
  top: 0px;
  z-index: 100;
  display: block;
  width: 100vw;
  height: 90vh;
  margin-top: 10vh;
  border-width: 0vh 1vw 1vh;
  border-color: #fff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-color: transparent;
}

.main-menu-list-2nd-headline {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
  color: rgba(10, 26, 65, 0.9);
  font-size: 1.5rem;
  line-height: 28px;
  font-weight: 600;
}

.main-menu-link-2 {
  display: block;
  padding-top: 7px;
  padding-bottom: 2px;
  padding-left: 0px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 300ms cubic-bezier(.455, .03, .515, .955), color 300ms cubic-bezier(.77, 0, .175, 1);
  transition: border-color 300ms cubic-bezier(.455, .03, .515, .955), color 300ms cubic-bezier(.77, 0, .175, 1);
  color: rgba(10, 26, 65, 0.9);
  font-size: 1.1rem;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: pointer;
}

.main-menu-link-2:hover {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #aa0a3b;
  color: #aa0a3b;
}

.main-menu-list-2nd {
  display: block;
  margin-bottom: 0px;
  padding: 10% 10px 10% 0%;
  list-style-type: none;
}

.slide-nav {
  display: none;
}

.hero-slider-headline {
  position: absolute;
  top: 50vh;
  z-index: 1100;
  width: 40vw;
  margin-top: -34vh;
  margin-left: 5vw;
  background-color: transparent;
  color: #fff;
  font-size: 40px;
  line-height: 90%;
  font-weight: 600;
  text-align: left;
}

.color-overlay2 {
  position: absolute;
  z-index: 99;
  display: block;
  width: 2100px;
  height: 2100px;
  margin-top: -1300px;
  margin-left: -1000px;
  border-radius: 2000px;
  background-color: rgba(0, 122, 157, 0.4);
}

.button-white {
  position: relative;
  z-index: 1300;
  display: inline-block;
  margin-top: 60vh;
  margin-bottom: 30px;
  margin-left: 5vw;
  padding-top: 10px;
  padding-right: 25px;
  padding-left: 25px;
  float: left;
  clear: left;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  background-image: url('../images/icon-plus.svg');
  background-position: -13px 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 300ms ease, padding-left 200ms ease;
  transition: background-position 300ms ease, padding-left 200ms ease;
  color: #fff;
  font-size: 14px;
}

.button-white:hover {
  padding-left: 35px;
  border-color: transparent;
  background-color: rgba(10, 26, 65, 0.9);
  background-position: 15px 50%;
}

.overlay--whitestripe-bottom {
  position: absolute;
  left: 0px;
  bottom: 0%;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 2%;
  background-color: #fff;
}

.slider-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  width: 100%;
  background-image: url('../images/WOMAN-BG.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.slide {
  z-index: 0;
  margin-right: 10px;
  padding-left: 0px;
  background-image: none;
}

.slider {
  position: relative;
  display: block;
  height: 86vh;
  margin-top: 0vh;
  clear: none;
  border-style: none;
  border-radius: 3px;
  background-color: transparent;
}

.hero-subline {
  position: absolute;
  top: 45vh;
  z-index: 1300;
  width: 25vw;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5vw;
  float: none;
  clear: none;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}

.color-overlay1 {
  position: absolute;
  z-index: 100;
  display: block;
  width: 2000px;
  height: 2000px;
  margin-top: -750px;
  margin-left: -1300px;
  padding-bottom: 0px;
  border-radius: 2000px;
  background-color: rgba(23, 66, 127, 0.6);
  background-image: none;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.color-overlay3 {
  position: absolute;
  z-index: 1000;
  display: none;
  width: 50%;
  height: 100%;
  margin-left: 0%;
  border-right: 2px none #fff;
  background-color: rgba(23, 66, 127, 0.2);
}

.mask {
  position: absolute;
  left: 0px;
  overflow: hidden;
}

.h1-hero-headline-login {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 60px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 24px;
  text-align: left;
  letter-spacing: 1px;
}

.mitteilung-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1050;
  display: none;
  width: 30vw;
  height: 400px;
  margin-top: 20vh;
  padding-right: 10vw;
  background-color: transparent;
}

.text-block-copy {
  position: relative;
  left: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.5px;
}

.div-block-5 {
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 100%;
  background-image: url('../images/WOMAN.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.footer-row-2 {
  position: relative;
  left: 0%;
  width: 90%;
  margin-left: 5%;
  padding-top: 20px;
  float: left;
  border-style: solid none none;
  border-width: 1px;
  border-color: #000;
}

.div-block-6 {
  position: relative;
  width: 100%;
  height: 80px;
  padding-top: 30px;
  padding-left: 3%;
  clear: left;
  border-top: 1px none rgba(0, 0, 0, 0.2);
  background-color: rgba(23, 66, 127, 0.05);
}

.list {
  padding-left: 0vw;
  list-style-type: none;
}

.list-item-3 {
  display: inline;
  padding: 5px 20px 5px 10px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.list-item-3.first {
  font-size: 16px;
  font-weight: 700;
}

.main-menu-link-3 {
  display: block;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 300ms cubic-bezier(.455, .03, .515, .955), color 300ms cubic-bezier(.77, 0, .175, 1);
  transition: border-color 300ms cubic-bezier(.455, .03, .515, .955), color 300ms cubic-bezier(.77, 0, .175, 1);
  color: #000;
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: pointer;
}

.main-menu-link-3:hover {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #0d9ec7;
}

.column {
  display: none;
}

.column-2 {
  display: none;
}

.column-3 {
  display: none;
}

.logo-text {
  width: 200px;
  height: 50px;
  padding-top: 15px;
  padding-left: 70px;
  color: rgba(10, 26, 65, 0.9);
  font-weight: 600;
}

.head-form {
  position: absolute;
  left: 0px;
  top: -110px;
  right: 0px;
  color: #f5f6a2;
  font-size: 48px;
}

@media (max-width: 991px) {
  .header-denic {
    display: block;
    height: 100px;
  }
  .main-menu-list {
    display: none;
  }
  .logo {
    width: 70px;
    margin-left: 2vw;
  }
  .denic-footer {
    padding-top: 0px;
  }
  .button {
    right: 0vw;
    display: block;
    width: 220px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: left;
  }
  .unordered-list-2 {
    margin-bottom: 30px;
  }
  .list-item-2 {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }
  .tv-logo {
    left: 0vw;
    display: none;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: left;
  }
  .row {
    left: 0vw;
    display: block;
    width: 100%;
    margin: 40px auto 20px;
    padding-bottom: 0px;
    padding-left: 0%;
    text-align: center;
  }
  .tv-logo-mobile {
    left: 0vw;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: left;
  }
  .div-block {
    position: relative;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: 5vw;
    background-image: url('../images/Menu.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .sign-inwrap {
    height: 86vh;
    min-height: 600px;
  }
  .kreide-bg {
    height: 82vh;
  }
  .login-block {
    width: 50%;
    min-width: auto;
    margin-top: 25vh;
    margin-left: 25%;
  }
  .heading {
    top: 40px;
    font-size: 38px;
  }
  .text-block {
    width: 74%;
    margin-left: 13%;
  }
  .list-item-main-navi-menu-btn {
    padding-top: 3.75vh;
  }
  .main-menu-list-1st-right {
    width: 50%;
  }
  .main-menu {
    display: block;
    margin-top: 100px;
  }
  .hero-slider-headline {
    z-index: 10;
    margin-top: -280px;
    font-size: 70px;
  }
  .color-overlay2 {
    width: 1600px;
    height: 1600px;
    margin-top: -820px;
    margin-left: -860px;
  }
  .button-white {
    margin-left: 5%;
  }
  .slider-img {
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .slider {
    height: 100%;
  }
  .hero-subline {
    margin-top: 0px;
    font-size: 20px;
  }
  .color-overlay1 {
    width: 1500px;
    height: 1500px;
    margin-top: -850px;
    margin-left: -570px;
  }
  .mitteilung-block {
    width: 70%;
    min-width: auto;
    margin-left: 15%;
  }
  .text-block-copy {
    width: 74%;
    margin-left: 13%;
  }
  .div-block-5 {
    display: none;
    background-image: url('../images/WOMAN.png');
    background-position: 55% 100%;
    background-size: auto 550px;
    background-repeat: no-repeat;
  }
  .footer-row-2 {
    left: 30vw;
    display: block;
    margin: 40px auto 20px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .header-denic {
    height: 70px;
  }
  .main-menu-list-item.tool-menu-doaminsuche {
    display: none;
  }
  .logo {
    margin-top: -20px;
  }
  .div-block {
    width: 25px;
  }
}

@media (max-width: 479px) {
  .header-denic {
    z-index: 6000;
    height: 70px;
  }
  .main-menu-list-item.tool-menu-suche {
    width: 60px;
  }
  .main-menu-list-item.tool-menu-lang {
    padding-right: 10px;
    padding-left: 10px;
  }
  .logo {
    left: 0%;
    width: 70px;
    height: 50px;
    margin-left: 10px;
  }
  .button {
    display: block;
    width: 230px;
    margin-right: auto;
    margin-left: auto;
  }
  .unordered-list-2 {
    margin-bottom: 20px;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .list-item-2 {
    padding-top: 7px;
  }
  .row {
    left: 0vw;
    width: 100vw;
    margin-top: 20px;
    text-align: center;
  }
  .sign-inwrap {
    height: 84vh;
    min-height: 450px;
    margin-top: -2vh;
  }
  .kreide-bg {
    height: 100vh;
  }
  .login-block {
    width: 90vw;
    height: 300px;
    margin-top: 25vh;
    margin-left: 5vw;
  }
  .user {
    width: 80vw;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }
  .user::-webkit-input-placeholder {
    font-size: 16px;
  }
  .user:-ms-input-placeholder {
    font-size: 16px;
  }
  .user::-ms-input-placeholder {
    font-size: 16px;
  }
  .user::placeholder {
    font-size: 16px;
  }
  .password {
    height: 50px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .submit-left {
    width: 100%;
    margin-right: 4vw;
  }
  .submit-right {
    width: 38vw;
  }
  .heading {
    top: 0px;
    font-size: 28px;
  }
  .text-block {
    top: 50px;
    display: block;
    width: 100%;
    margin-left: 0%;
  }
  .form {
    width: 80vw;
    margin-left: 5%;
  }
  .list-item-main-navi-menu-btn {
    padding-top: 25px;
    padding-right: 0px;
  }
  .icon-menu {
    margin-top: 0px;
  }
  .icon-menu-listitem.first-line {
    margin-bottom: 4px;
  }
  .main-menu-list-1st-right {
    width: 100%;
  }
  .main-menu {
    margin-top: 70px;
  }
  .color-overlay2 {
    width: 170vh;
    height: 170vh;
    margin-top: -93vh;
    margin-left: -95vh;
  }
  .slider-img {
    height: 100%;
  }
  .slider {
    min-height: 600px;
  }
  .color-overlay1 {
    width: 180vh;
    height: 180vh;
    margin-top: -110vh;
    margin-left: -75vh;
  }
  .h1-hero-headline-login {
    font-size: 28px;
  }
  .mitteilung-block {
    width: 90vw;
    height: 300px;
    margin-top: 100px;
    margin-left: 5vw;
  }
  .text-block-copy {
    display: none;
    width: 100%;
    margin-left: 0%;
  }
  .div-block-5 {
    display: none;
    background-image: url('../images/WOMAN.png');
    background-position: 70% 100%;
    background-size: auto 300px;
  }
  .footer-row-2 {
    left: 0vw;
    width: 100vw;
    text-align: center;
  }
  .head-form {
    font-size: 38px;
  }
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/2F209A_11_0.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/2F209A_13_0.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/2F209A_15_0.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/2F209A_16_0.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}