@media only all and (max-width: 700px) {
    /* for 700px or less */
    body {
      font-size: 80%;
      line-height: 1.5;
      -ms-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
    }
    .frame-outer {
      width: 100%;
      font-size: 0.9rem;
    }
	
	
	.abstand-oben{margin:0 0 0 0;}
	
	
	.content {
  padding: 2rem 2rem;
}
	
	.job{background-color:#fbc10f;
  padding: 2rem 1rem;}
	
    .title-block {
      bottom: 0;
      width: 100%;
		padding: 0.5rem 0.5rem 0.5rem 2rem;
    } 
    .logo {
      
    }
    .box-left {
      width: 100%;
      padding: 0 0 1rem 0;
    }
    .box-right {
      width: 100%;
      padding: 0 0 1rem 0;
		    }
    h1 {
      margin: 0px;
      line-height: 1.35;
      font-size: 1.5rem;
    }
    h2 {
      margin: 0px;
      line-height: 1.5;
      font-size: 1.2rem;
      font-weight: normal;
    }
    .flex {
      display: block;
    }
    .left,
    .right {
      width: 100%;margin-bottom: 1rem;
    }
    .left {
      margin-bottom: 1rem;
    }
    .hide {
      display: inline-block;
    }
    .hide_m {
      display: none;
    }
	
	
	
	
	.button a {
  display: inline-block;
  background: #fbc10f;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  margin: 3rem auto;
  cursor: pointer;
  -webkit-border-radius: 1.5rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #f5f5f5;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #032c58;

}
.button a:hover {
  background-position: 15px center;
  background-color: #032c58;
  text-decoration: none;
  color: #fbc10f;
}
	
	
    
}

.refnr {}

.apply {}
