/* Tipps Bewerber.css */
@import "../css/Schriften.css";
body {
	position: relative;
    margin: 15px 15px 5px 5px;
    padding: 2em 15px 4em 0em;
    max-width: 960px;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-size: 16px;
    line-height: 1.5em;
    color: #545454;
    background-color: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    } 
	#wrapText{
	 float: left;
	 position: absolute;
	 margin: 1em 3em 0em 2em;
	 padding: 2em 11em 4em 0em;
	}


@media screen and (max-width:768px) {
  body {
   padding: 2em 15px 4em 0em;
    font-size:80%;
    } 
}
  

