@import url(fonts.css) all;
body {
	background: #D1D465;
    font-family: "Manjari";
    font-size: 100%;
}
h1 {
    font-family: "Marketing Script", serif;
    font-size: 150%;
    margin: .5em 0;
    color: #5567AE;
}
p {
    padding: .5em 0;
}
a {
    text-decoration: none;
    color: #5567AE
}
a:hover {
    text-decoration: underline;
    color:#D1D465;
}
.bold {
    font-weight: bold;
}
.container {
    width: 500px;
    margin: 5em auto;
    padding: 1em;
    box-sizing: border-box;
    background: url("../img/Logo-selbstvertrauen.png") no-repeat 95% 65% #fff / 50% auto;
}
.entwurf {
    background-image: url("../img/Webdesign_selbstFAIRtrauen_v2.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat
}
.v1 {
    width: 100%;
    height: 400vh;
}