@charset "UTF-8";
/* CSS Document */

*{
    margin:0;
    padding:0;
    font-family: Arial, Helvetica, sans-serif; 
    font-size:17px;
	color:#000000;

}

#wrapper{
    max-width:800px;
    width:95%;
    height: auto;
    border:1px solid #FFF;
    margin:20px auto;
    box-shadow: #aaaaaa 0 0 10px;
    line-height: 1.3em;
}

#content {
    width:90%;
 	margin: 20px auto 0 auto;
}

#jobTitle{
         margin: 28px auto 32px auto;
}

#description p{
    line-height: 1.6em;
    margin-top: 8px;
}
#preText{
    font-weight: bold;
}

#footer {
    margin: 20px auto 30px auto;
    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;

}

#footer-left {
    max-width: 70%;
 
}

#footer-right {
    width: 175px;
}

#preText{
    margin: 0 auto 20px auto; 
}


h1 {
    color: #e54a33;
    font-size: 40px;
    font-weight: 600;
    _line-height: 1.6em;
    line-height: 1.2;

}

h2{
    color: #003a42;
    font-size: 20px;
    font-weight: 200;
        line-height: 1.6em;

}

h3 {
    color: #e54a33;
    font-size: 17px;
    margin-top: 25px;
    margin-bottom: 5px;
        line-height: 1.6em;
 }


#footer-left p{
    margin-bottom: 20px;
    margin-left: 20px;
}

#footer-right p{
    margin-bottom: 20px;
    margin-right: 20px;
}

#balken {
	border-top: 0.15em solid #003a42;
	background-color:#003a42;
	height:20px;
	}

ul {
    _list-style:none;
}
ul > li:before {
    _content: "■";
	color: #e54a33;
    position: absolute;
    margin-left: -15pt;
	margin-top: -1pt;
	font-size:12px;
}
ul > li {
    margin-bottom: 0.3em;
    margin-left: 20px;
    _line-height: 1.6em;
}

a {
    _font-weight: bold;
    color: #e54a33;
    text-decoration: none;
}


a:hover {
    color: #e54a33;
    text-decoration: none;
}

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



#footer-left {
    max-width: 100%;
}

#footer-right img {
    margin-top: 30px;
}
    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 25px;
    }
    
    h3{
        font-size: 25px;
    }
    
    
 }

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



    h1 {
        font-size: 27px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        margin-top: 7%;
    }
    
    #footer-right {
    width: 150px;
}

}
