@media only screen and (max-width: 768px) {
  .only_mobile {
    display: block !important;
  }

  .only_desktop {
    display: none !important;
  }
  .nav_mobile ul li a.button-border{
    width: auto;

    border: 1px solid var(--braun)!important;
  }

  .nav_mobile  ul.inline-list > li:last-child{
    display: flex;
    justify-content: center;
  }
  .nav_mobile ul li{
    /* display: flex; */
    justify-content: center;
  }
  .nav_mobile ul li a.button-border:hover {
    background-color: var(--orange);
    color: var(--weiss);
  }

}

@media only screen and (max-width: 980px) {
  .site-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .logo img {
    width: 160px;
    margin-left: 15px;
  }
  #row_content {
    padding: 20px 10px;
  }
  .form-row label {
    /* width: 115px; */
  }
  .hero-img{
    height: unset;
  }
}

@media screen and (max-width: 580px){
  section.faq button.accordion,
  .accordion{
    font-size: 1.8rem;
  }

}

@media screen and (max-width:500px){
  h1, h2{
    font-size: 2em;
  }
  h3{
    font-size: 1.8em;
  }

  .subheader{
    font-size: 1.6em;
  }
  .checkbox img{
    width: 25%;
  }
  .content-wrapper > *{
    padding-left: 0;
    padding-right: 0;
  }
  .section.papierkram .sidebar li,
  .section.faq button.accordion,
  .section.papierkram .sidebar li
  .accordion,
  .button,
  p
  {
    font-size: 1.6rem!important;
  }

  .sidebar li {
    font-size: 1.6rem!important;
  }

}

@media only screen and (max-width: 480px) {
  .contentimages_wrapper.gallery a {
    height: 125px;
  }
  .center,
  .float_left,
  .float_right {
    width: 100%;
  }
  .form-row label {
    padding: 10px 0 0 0;
  }
  input,
  textarea {
    width: 100%;
  }
  .form-row input {
    margin: 0 0 5px 0;
  }
  .form-row .required label {
    width: 25%;
  }
  .form-row label {
    padding: 7px 0 0 0;
  }
  .inner-entry-content {
    padding: 20px 15px;
  }
}
