footer {
  display: inline-block;
  width: 100%;
  background: rgb(58, 58, 58);
  height: 450px;
}

footer .global-streamlined {
  display: flex;
  flex: wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
}

footer .large-hidden {
  display: none;
}

footer .medium-hidden {
  display: inline-block;
}

footer .white-anchor {
  display: inline-block;
  background: white;
  border-radius: 3.5px;
  color: rgb(58, 58, 58);
  width: 125px;
  margin-left: -4px;
  padding: 0px 4px;
  margin-bottom: 2px;
  text-shadow: none;
}

footer .item {}

footer .desktop-column {
  position: relative;
  text-align: left;
  margin: 0;
  width: 200px;
  height: 430px;
}

footer .mobile-column {
  display: flex;
  flex: wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
  margin: 0;
}

footer .title {
  display: inline-block;
  margin-bottom: 1em;
}

footer .list-subtitle {
  font-weight: 900;
}

footer a {
  font-weight: 900;
}

footer .left-title {
  display: inline-block;
  width: 100%;
  text-align: left;
}

footer .title, .list-subtitle {}

footer .gravity {
  position: absolute;
  bottom: 10px;
}

footer .plus-symbol {
  display: none;
}

footer .cross-symbol {
  display: none;
}

footer .visible-in-mobile {
  display: none;
}

footer .bezahlung-symbol {
  display: inline-block;
  width: 70px;
  /* width: 50px; */
  height: 45px;
  /* height: 30px; */
  margin-top: 6px;
  margin-bottom: 0px;
  margin-left: .1em;
  margin-right: .1em;
  border-radius: 5px;
  overflow: hidden;
  background: white;
  vertical-align: bottom;
}

/* START DEF TOOLTIP */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 50%;
  margin-left: -60px;
}

/*
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
*/
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* END DEF TOOLTIP */
footer .payment-methods {
  width: 160px;
}

footer .payment-methods .title {
  display: inline-block;
  position: absolute;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

footer .services {
  width: 125px;
}

footer ul {
  font-size: 13px;
  font-weight: 900;
}

footer ul li {
  display: inline-block;
  width: 100%;
  font-weight: 700;
}

.arrow {
  background: #2db34a;
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  position: relative;
  text-decoration: none;
}

.arrow:before, .arrow:after {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}

.arrow:before {
  border-bottom: 15px solid #2db34a;
  border-left: 15px solid transparent;
  border-top: 15px solid #2db34a;
  left: -15px;
}

.arrow:after {
  border-bottom: 15px solid transparent;
  border-left: 15px solid #2db34a;
  border-top: 15px solid transparent;
  right: -15px;
}

.arrow:hover {
  background: #ff7b29;
}

.arrow:hover:before {
  border-bottom: 15px solid #ff7b29;
  border-top: 15px solid #ff7b29;
}

.arrow:hover:after {
  border-left: 15px solid #ff7b29;
}

footer .mgn-bttm {
  margin-bottom: 4px;
}

@media all and (max-width: 1000px) {
  footer {
    height: auto;
  }

  footer .global-alignment {
    max-width: 100%;
    width: 100%;
  }

  footer .gravity {
    position: static;
  }

  footer .mobile-column {
    display: inline-block;
    width: 100%;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: left;
  }

  footer .desktop-column {
    height: auto;
    max-width: 100%;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    /*border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;*/
  }

  footer .column-section-label {
    display: inline-block;
    width: 100%;
    text-align: left;
    height: 40px;
  }

  footer .column-section-label .title {
    display: inline-block;
    margin-top: 9px;
    vertical-align: top;
    font-size: 18px;
    width: auto;
  }

  footer .plus-symbol {
    display: inline-block;
    width: 20px;
    margin: 10px;
    transition: 250ms ease-out;
  }

  footer .cross-symbol {
    display: inline-block;
    width: 20px;
    margin: 10px;
    transition: 250ms ease-out;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }

  footer .dropdown-false {
    display: none;
  }

  footer .hidden {
    display: none;
    /*
    display: hidden;
    position: fixed;
    left: -100vh;
    z-index: -100;
    */
  }

  footer .visible {
    display: inline-block;
  }

  footer ul {
    font-size: 16px;
    margin-left: 45px;
    margin-bottom: 20px;
    font-weight: 800;
  }

  footer ul li {
    display: inline-block;
    width: 100%;
  }

  footer .visible-in-mobile {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
  }

  footer .visible-in-mobile .legal {
    display: inline-block;
    width: auto;
  }

  footer .visible-in-mobile .privacy {
    display: inline-block;
    width: auto;
  }

  footer .visible-in-mobile .imprint {
    display: inline-block;
    width: auto;
  }

  footer .visible-in-mobile ul li {
    display: inline-block;
    width: auto;
  }

  footer .payment-methods ul {
    margin-top: -20px;
  }

  footer .white-anchor {
    width: 180px;
  }

  footer .title {
    display: inline-block;
    max-width: 80%;
    text-align: left;
  }

  footer .payment-methods .title {
    text-align: left;
  }

  footer .large-hidden {
    display: inline-block;
  }

  footer .medium-hidden {
    display: none;
  }
}
