* {
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-color: #FAFAFA;
}

.wrapper {
    max-width: 700px;
    width: 95%;
    margin: 2.5% auto;
    border: 1px solid #CCC;
    background-color: #FFF;
    _box-shadow: #CCC 0 0 10px;
    _-webkit-box-shadow: #CCC 0 0 10px;
    _-moz-box-shadow: #CCC 0 0 10px;
}

.footerRight {
    display: block;
}

.logo {
    _width: 100px;
    margin: 3.5% -20% 3% 8% ;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

.logoLeft{
    
}

.logoRight{
    
}



.keyvisual{
    position: relative;
}
.keyvisual img{
    vertical-align: middle;
    
}
.transparenter_balken{ 
    position: absolute;
    color:#FFF;
    background: rgba(21,92,128,0.8);
    right: 0;
    bottom: 0;
    width:92%;
    _min-height:5px;
    height: 8px;
}


.jobtitle {
    background: #155c80;
    margin-left: 8%;
    margin-bottom: 3%;
    padding: 1% 4%;
}


.content, .footer {
    margin-left: 12%;
    margin-right: 4%;
}

.footer {
    margin-bottom: 4%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

.footerLeft {
    margin-top: 4%;
    margin-right: 20px;
}

.footerLeft span {
    color: #155c80;
    font-weight: bold;
}

.footerRight {
    margin-top: 5%;
    width: 250px;
}

h1 {
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
}

h2{
    color: #FFF;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.2em;
}

h3 {
    font-size: 14px;
}

h3, p {
    margin-top: 4%;
}

ul {
    list-style: none;
}

ul > li {
    margin-bottom: 0.1em;
    margin-left: 20px;
}


ul > li::before {
    content: "■";
    color: #155c80;
    position: absolute;
    margin-left: -15pt;
    margin-top: -1pt;
    font-size: 14px;
}

a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}


a:hover {
    color: #155c80;
    text-decoration: underline;
}

/* ************* Tabletformat ************* */
@media (max-width: 600px) {

    * {
        line-height: 1.4em;
    }


    .header .logo {
        width: 250px;
        margin: 5% 5% 4% 5%;
    }

    .jobtitle {
        padding: 1.5% 5%;
    }

    .content,
    .footer {
        margin-left: 20%;
        margin-right: 7%;
    }

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 18px;
    }
 }

/* ************* Handyformat ************* */
@media (max-width: 380px) {

    .header .logo {
        width: 200px;
        margin: 5% 5% 4% 5%;
    }

    .content,
    .footer {
        margin-left: 7%;
        margin-right: 7%;
    }

    .jobtitle {
        margin-left: 0;
    }

    .transparenter_balken {
        width: 100%;
    }

    .footerLeft {
        margin-right: 4%;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 16px;
    }

    h3,
    p,
    .footerLeft {
        margin-top: 7%;
    }

}
    
    