@charset "UTF-8";
@font-face {
    font-family: RobotoSlab-Light;
    src: url(assets/fonts/RobotoSlab-Light.ttf) format("truetype")
}
@font-face {
    font-family: RobotoSlab-Bold;
    src: url(assets/fonts/RobotoSlab-Bold.ttf) format("truetype")
}
html * {
    font-family: RobotoSlab-Light
}

body {
	background-color: #bbb49e;
	background-image: url("assets/images/Rubriken-Kachel.png");
	background-repeat: repeat;
}

.questionImage {
	text-align: center;
	margin: 30px;
}

.questionImage img {
	max-width: 100%;
}