/* Imprint
 * Max. Eichen.
 */
#imprint {
  display: inline-block;
  width: 100%;
  padding-bottom: 50px;
  background: rgb(58, 58, 58);
}

#imprint .global-streamlined {
  display: flex;
  flex: wrap;
  flex-flow: row wrap;
  justify-content: space-around;
  position: relative;
}

#imprint .global-title-container {
  background: rgb(228, 0, 15);
  margin-bottom: 25px;
}

#imprint .global-title {
  color: white;
}

#imprint h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 900;
}

#imprint p {
  margin-bottom: 20px;
}

#imprint .global-streamlined {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -o-user-select: text;
  user-select: text;
}

#imprint .global-streamlined *:active {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -o-user-select: text;
  user-select: text;
}

#imprint .underline {
  text-decoration: underline;
}

#imprint .default-list {
  list-style: disc;
  list-style-position: inside;
}

#imprint .button-large {
  display: inline-block;
  background: white;
  color: rgb(58, 58, 58);
  padding: 10px 30px;
  font-size: 15px;
  text-shadow: none;
  border-radius: 10px;
  text-align: left;
  margin-bottom: 20px;
  width: 220px;
  font-weight: 900;
}

#imprint .no-padding {
  padding: 0;
  margin: 0;
}

#imprint .global-flex-block {
  display: flex;
  min-height: 50px;
  flex: wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  text-align: center;
}

#imprint .global-flex-item {
  margin: 0;
}

#imprint .large-text-left {
  text-align: left;
}

#imprint .large-text-right {
  text-align: right;
}

#imprint .large-text-center {
  text-align: center;
}

#imprint .large-4 {
  width: 25%;
}

#imprint .large-6 {
  width: 50%;
}

@media all and (max-width: 1000px) {
  #imprint .global-streamlined {
    max-width: 700px;
    width: 100%;
  }

  #imprint .gl-medium-text-left {
    text-align: left;
  }

  #imprint .large-text-left, #imprint .large-text-center, #imprint .large-text-right {
    text-align: left;
  }

  #imprint .large-4, #imprint .large-6 {
    width: 100%;
  }
}

@media all and (max-width: 735px) {
  #imprint h2 {}

  #imprint .global-streamlined {
    padding: 0 10px;
  }

  #imprint .no-padding {
    padding: 0;
    margin: 0;
  }
}
