/*Code by ShadowLp174
please do not use it as your own code*/

#tbxSuchen {
  border-radius: 22px;
  vertical-align: middle;
  cursor: text;
  background: white;
  box-sizing: border-box;
  font-size: 16px;
  width: 561px;
  height: 44px;
  border-color: white;
  box-shadow:0 1px 6px 0 rgba(32,33,36,28);
  border: 1px;
  font-family: 'Segoe UI', 'Roboto', arial, sans-serif;
  font-size: 16;
  display: inline;
  padding-inline-start: 65px;
  padding-inline-end: 55px;
  webkit-padding-start: 65px;
  webkit-padding-end: 55px;
  /*z-index: 1;*/
}
#inputbox {
  width: 561px;
  height: 44px;
}
#responsiveLinks {
  display: none;
}
h1 {
  text-align: center;
}
#Logo {
  width: 425px;
  height: 144px;
}
body {
  background-color: black;
  background-repeat: no-repeat;
  background-position: bottom left;
}
#input-text {
  bottom: 0;
  color: rgb(117, 117, 117);
  font-size: 16px;
  left: 0;
  line-height: 44px;
  margin: auto 0;
  overflow: hidden;
  position: absolute;
  right: 44px;
  text-align: initial;
  text-overflow: ellipsis;
  top: 0;
  user-select: none;
  vertical-align: middle;
  visibility: inherit;
  white-space: nowrap;
  z-index: 2;
  position: absolute;
  width: 561px;
  height: 44px;
}
#placeholder {
  height: 300px;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.links a {
  float: left;
  display: block;
  color: red;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  border: 1px solid red;
}
.links a:active {
  text-decoration: none;
  color: red;
}
.links a:hover {
  box-shadow: 2px 2px 5px red, -2px -2px 5px red;
}
#minicon {
  width: 44px;
  height: 44px;
  z-index: 2;
  position: absolute;
  margin-left: 15px;
}
.search {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  /*margin-left: 481px;*/
}
#searchinput {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
#search-icon {
  width: 44px;
  height: 44px;
}
#mclicon {
  width: 44px;
  height: 44px;
}
#mcicon {
  width: 44px;
  height: 44px;
  z-index: 2;
  position: absolute;
  margin-left: 510px;
  margin-right: 20px;
}
p {
  color: white;
}
form {
  width: 561px;
  height: 44px;
  margin: auto;
}
#linkicon {
  width: 55px;
  heigth: 55px;
}
.syslinks {
  float: right;
}
.syslinks a {
  float: right;
  display: block;
}
.syslinks a :hover {
  /*border: 2px solid red;
  border-radius: 100px;
  box-shadow: 2px 2px 5px red, -2px -2px 5px red;*/
  filter: brightness(1.5);
}
@media screen
  and (min-device-width: 320px) 
  and (max-device-width: 480px){
    .links {
      display: none;
    }
    #responsiveLinks {
      display: block;
    }
    #tbxSuchen {
      width: 280px;
      heigth: 22px;
    }
    #mcicon {
      margin-left: 225px;
    }
    #Logo {
      width: 212px;
      height: 72px;
    }
    #reHide {
      display: none;
    }
    .search {
      display: flex;
      flex-direction: column;
      height: 100%;
      position: relative;
      z-index: 1;
      margin-left: auto;
      margin-right: auto;
      /*margin-left: 481px;*/
    }
}
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */    
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
#myNav {
  z-index: 2;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  z-index: 99;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal-content {
  border: 1px solid red;
  background-color: black
}
.red {
  color: red:
}