@media only all and (max-width: 700px) {

  /* for 700px or less */

  body {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .frame-outer {
    margin: 0;
    width: 100%;
    border: none;
    box-shadow: none;
  }

  h1 {
	  font-size: 1.2rem;
  }

  h1 span {
  }

  h2 {
  }

  h3 {
  }

  h4 {
  }


  /*--Header / Logo--*/

	
.orange-button {
    position: relative;
 margin-bottom: 1.6rem;


}
	
  #header {
    display: flex;
    flex-direction: column;
  }

  #logo {
    position: relative;
    top: auto;
    right: auto;
    order: 1;
    width: 100%;
    background: #fff;
    padding: 0.8rem 1rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  #logo img {
    width: 9rem;
  }
	.content-blau {
	 position: relative;
  padding: 1rem 4% 1.6rem 4%;
    background-color: #004f9e;
	color: #fff;
}

  #header > img {
    order: 2;
    width: 100%;
  }

  #slogan {
    position: relative;
    bottom: auto;
    left: auto;
    order: 3;
    width: 100%;
    background: #004f9e;
    padding: 0.8rem 1rem;
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.2;
  }


  /*--Listen untereinander--*/

  .box-left {
    width: 100%;
    margin-bottom: 1rem;
    float: none;
  }

  .box-right {
    width: 100%;
    float: none;
  }

  .flex {
    display: block;
  }

  .left,
  .right {
    width: 100%;
  }

  .left {
    margin-bottom: 1rem;
  }


  /*--Kontaktbox--*/

  .content-box {
    width: 100%;
    padding: 0.8rem 4%;
  }

  .content-line {
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }

  .content-line img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    object-fit: contain;
  }

  .content-line span {
    font-size: 13px;
    line-height: 1.3;
  }


  /*--Footer--*/
.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 20px 10px;
}

.footer-image img {
    width: 120px;
}

.footer-image2 img {
    width: 125px;
}

.footer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-icon {
    width: 75px;
    height: 75px;
}

.footer-word {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
}

  .hide {
    display: block;
  }

  .hide_m {
    display: none;
  }


}


/*--Sehr kleine Bildschirme--*/

@media only all and (max-width: 480px) {

  #logo {
    padding: 0.7rem 1rem;
  }

  #logo img {
    width: 8rem;
  }

  #slogan {
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }


  .footer-inner {
    gap: 6px;
    padding: 8px 3px;
  }

  .footer-image img {
    width: 809x;
  }

  .footer-image2 img {
    width: 95px;
  }

  .footer-icon {
    width: 65px;
    height: 65px;
  }

  .footer-word {
    font-size: 16px;
    line-height: 1.1;
    max-width: 55px;
  }


  .content-box {
    padding: 0.7rem 4%;
  }

  .content-line {
    gap: 6px;
  }

  .content-line img {
    width: 18px;
    height: 18px;
  }

  .content-line span {
    font-size: 11px;
    line-height: 1.3;
  }

}
.refnr {}

.apply {}
