@media only all and (max-width: 700px) {
body{
    font-family: arial, Helvetica, sans-serif;
    color: #666;
}

.wrapper{
    width: 100%;
    border: none;
    
    margin-left: auto;
    margin-right: auto;
}

.header{
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 4%;
    padding-bottom: 5%;
    text-align: right;
}

.logo{
    width: 150px;
}


.img{
    background-color: #555;
    width: 100%;
    height: 180px;
    margin-bottom: 0px;
    background-size: 100%;
    background-position: top;
}

.content{
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 8%;
    padding-bottom:8%;
    font-size: 12px;
    line-height: 17px;
    font-weight: lighter;
}

.titelKlein{
    font-size: 16px !important;
    line-height: 1.4;
}

h1{
    font-size: 20px !important;
    line-height: 25px;
    font-weight: lighter;
    color: #004E90;
    margin-top: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 16px;
    line-height: 16px;
    margin-top: 5px;
    margin-bottom: 0px;
    
    font-weight: lighter;
}

strong{
    color: #004E90;
}

.job{
    
}

.job_left{
    width: 100% !important;
    margin-top: 0px;
    margin-left: 0px;
    float: left;
}

.job_right{
    width: 100% !important;
    margin-top: 20px;
    margin-left: 0px;
    float: right;
}

ul{
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.hr{
    border-top: solid 1px #888;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 0px;
}

.footer{
    text-align: center;
    font-size: 10px;
    line-height: 14px;
   margin-top: 20px;
    font-weight: lighter;

   
}

a:link{
    text-decoration: underline;
    font-weight: lighter;
    color:  #666;
}

a:hover{
    text-decoration: underline;
    font-weight: lighter;
    color: #004E90;
}

a:visited{
    text-decoration: underline;
    font-weight: lighter;
    color:  #666;
}

.clear{
    clear: both;
    line-height: 0px;
}

.button{
    margin-bottom: 30px;
    margin-top: 30px;
    width: 56%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #004E90;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;

}

.button:hover{
    cursor: pointer;
    background-color:  #666;
   
}

.aus{display: none;}

.an{display: block;}
.refnr {}

.apply {}

}
