/*  Navigator
 *  Max. Eichen.
 */
#global-nav {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 400px;
  max-height: 400px;
  background-repeat: no-repeat;
}

#global-nav .global-streamlined {
  height: auto;
}

#global-nav .global-page-header {
  display: inline-block;
  position: relative;
  max-height: 390px;
  height: 390px;
}

#global-nav .item-brand {
  display: inline-block;
  float: left;
  margin-top: 20px;
  width: 350px;
}

#global-nav .menu-button {
  display: inline-block;
  position: relative;
  z-index: 100;
  width: 60px;
  cursor: pointer;
}

#global-nav .menu-position {
  position: absolute;
  top: 10px;
  right: 10px;
}

#global-nav #menu-is-closed {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  height: 100%;
  width: 350px;
  background: rgba(84, 84, 84, .99);
  text-align: center;
  border-left: 2px solid white;
  -webkit-transform: translateY(-100vh);
  transform: translateY(-100vh);
  z-index: 100;
  opacity: 0;
  transition: all 250ms ease-in;
}

#global-nav #menu-is-open {
  display: inline-block;
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  height: 100%;
  width: 350px;
  background: rgba(21, 55, 127, .99);
  text-align: center;
  border-left: 2px solid white;
  /* border-bottom: 2px solid white; */
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 1000;
  opacity: 1;
  transition: all 250ms ease-out;
  overflow: auto;
}

#global-nav .space-keeper {
  display: inline-block;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  font-size: 24px;
  color: white;
  text-align: left;
  padding-left: 60px;
}

#global-nav .menu-entry {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  margin-bottom: 8px;
  text-align: left;
  padding-left: 60px;
  /* background: rgba(227,0,15,1); */
}

#global-nav .links ul {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 0px;
  width: 350px;
  width: 500px;
  width: 625px;
  text-align: left;
  font-size: 23.3px;
  font-weight: 900;
  text-align: right;
}

#global-nav .links li {
  display: inline-block;
  width: 100%;
  margin-bottom: .45em;
  padding: .25em .5em;
  padding: .1em .5em;
  max-width: 500px;
  text-align: left;
  /* background: rgb(114,115,115); */
  background: rgb(115, 115, 115);
  border-radius: 5px;
  /* border: rgb(26,26,24) solid .5px; */
}

#global-nav .links .long-link {
  max-width: 100%;
  width: 625px;
}
#global-nav .links .long-link br {
  display: none;
}

#global-nav .links .long-pro {
  float: right;
}

/*
 * temporary_31_03_2020
 */
.temporary_31_03_2020 {
  position: absolute;
  left: 0px;
  top: 180px;
  display: inline-block;
  width: 350px; /* 300px */
  background: rgb(255, 214, 0);
  border-radius: 50%;
  padding: 20px;
  color: rgb(228, 0, 15);
  text-shadow: none;
  font-weight: 900;
  font-size: 20px;
  transform: rotate(-10deg);
}

.temporary_31_03_2020 .temp_h1 {
  margin-top: -0.5em;
  display: block;
}

.temporary_31_03_2020 .temp_h2 {
  position: relative;
  top: -0.25em;
}

.temporary_31_03_2020 .temp_h3 {
  display: block;
  width: 80%;
  text-align: left;
  position: relative;
}

.temporary_31_03_2020 .temp_h3_right {
  display: inline-block;
  float: right;
}

.temporary_31_03_2020 .temp_h4 {
  font-size: 15px;
}

.temporary_31_03_2020 .temp_h5 {
  margin-top: 0.25em;
}

@media all and (max-width: 1050px) {
  #global-nav .links ul {
    max-width: 500px;
  }
  #global-nav .links li {
    max-width: 500px;
    width: 500px;
  }
  #global-nav .links .long-link br {
    display: inline-block;
  }
  #global-nav .links .long-pro {
    float: none;
  }
}

#global-nav .links li a {
  display: inline-block;
  width: 100%;
}

#global-nav .links li:hover a, #global-nav .links li:hover span {
  text-decoration: underline;
}

#global-nav .antrag img {
  margin-top: 1rem;
  width: 10rem;
}

@media all and (max-width: 860px) {
  #global-nav .antrag img {
    height: 117px;
    width: auto;
  }
}

@media all and (max-width: 430px) {
  #global-nav .antrag img {
    display: none;
  }
}

@supports (-webkit-backdrop-filter: blur()) or (backdrop-filter: blur()) {
  #global-nav #menu-is-open {
    background: rgba(20, 20, 20, .6);
    background: rgba(21, 55, 127, .6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  #global-nav .menu-entry {
    background: rgba(128, 128, 128, .1);
  }
}

@media all and (max-width: 860px) { /* temporary_31_03_2020 moved from 720px = to => 860px */

  .temporary_31_03_2020 {
    display: block;
    position: static;
    margin-bottom: 0.75em;
    width: 300px;
    font-size: 20px;
  }

  .temporary_31_03_2020 .temp_h3 {
    width: 90%;
  }

  #global-nav {
    background-size: cover;
    min-height: 380px;
    max-height: 380px;
    max-height: 100%; /* added by temporary_31_03_2020 */
    height: 100%; /* added by temporary_31_03_2020 */
    /* margin-bottom: 15px; was added by temporary_31_03_2020 */
  }

  #global-nav .global-page-header {
    height: 320px;
  }

  #global-nav .global-page-header {
    display: inline-block;
    position: relative;
    height: 99%;
  }

  #global-nav .item-brand {
    display: inline-block;
    float: none;
    margin-top: 50px;
    margin-bottom: 10px;
    width: 100%;
  }

  #global-nav .brand {
    display: inline-block;
    width: 300px;
  }

  #global-nav .menu-button {
    width: 40px;
  }

  #global-nav .menu-position {
    position: absolute;
  }

  #global-nav .links .long-link, #global-nav .links ul {
    display: inline-block;
    position: static;
    width: 350px;
    width: 90%;
    max-width: 400px;
    text-align: left;
    font-size: 16px;
    font-size: 18px;
  }

  #global-nav .links .long-link {
    width: 100%;
  }

  #global-nav .links li {
    display: inline-block;
    width: 100%;
    margin-bottom: .45em;
    padding: .25em .5em;
    background: rgb(114, 115, 115);
    /* border: rgb(26,26,24) solid .5px; */
    border-radius: 5px;
  }
}

@media all and (max-width: 450px) {
  #global-nav {
    max-height: auto;
    min-height: auto;
    min-height: 365px;
    max-height: 365px;
    max-height: 100%; /* added by temporary_31_03_2020 */
    height: 100%; /* added by temporary_31_03_2020 */
  }

  #global-nav #menu-is-closed {
    display: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 100%;
    height: 100%;
    border: none;
    overflow: scroll;
    -webkit-transform-origin: left;
    transform-origin: left;
  }

  #global-nav #menu-is-open {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    -webkit-overflow-scrolling: touch;
    z-index: 10000;
  }

  #global-nav .links ul {
    width: 100%;
    margin-bottom: 10px;
  }

  #global-nav .links li, #global-nav .links .long-link {
    display: inline-block;
    min-height: 0;
    font-size: 17px;
  }
}

@media all and (max-width: 380px) {
  #global-nav .links ul {
    width: 100%;
    margin-bottom: 10px;
  }

  #global-nav .links li, #global-nav .links .long-link {
    display: inline-block;
    min-height: 0;
    font-size: 16px;
  }
}

@media all and (max-width: 360px) {
  #global-nav .links ul {
    width: 100%;
    margin-bottom: 10px;
  }

  #global-nav .links li {
    display: inline-block;
    min-height: 0;
    font-size: 14px;
  }
}

/*
@media all and (max-width: 1000px) {
	#global-nav #menuOpen {
		position: fixed;

		background: white;
		text-align: center;

		z-index: 100;
	}
}

@media all and (max-width: 450px) {
	#menuOpen {
		position: fixed;

		width: 100%;

		background: white;
		text-align: center;

		z-index: 100;
	}

}
*/
