html {
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*,
:after,
:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

body {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1.2rem 0;
	font-weight: 500;
	line-height: 1.2
}

h1 {
	font-size: 1.8rem
}

h2 {
	font-size: 1.6rem
}

h3 {
	font-size: 1.4rem
}

h4 {
	font-size: 1.2rem
}

h5 {
	font-size: 1.1rem
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-family: inherit;
}

h6 {
	font-size: 1rem
}

ol,
ul {
	padding-left: 1.05rem;
	list-style-position: outside
}

li {
	margin: .3rem 0
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: none;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

div>.input-group strong,
div>span>span>strong {
	display: inline
}

#anzeigen-inhalt>div>div>div>span {
	display: block
}

li * {
	display: inline
}

img {
	margin-bottom: 1rem
}

#anzeige {
	-webkit-box-shadow: 0 0 25px grey;
	box-shadow: 0 0 25px grey;
	padding: 0;
	width: 90%;
	margin: 2.5rem auto 2.5rem auto;
	max-width: 820px
}

#anzeigen-inhalt {
	padding: 2rem 3rem
}

#bewerben-btn {
	display: block;
	width: 50%;
	height: 3rem;
	padding: .8rem;
	margin: 2rem auto 1rem;
	background-color: #757575;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out
}

#bewerben-btn:visited {
	color: #fff
}

#bewerben-btn:hover {
	color: #fff;
	background-color: #616161
}

#bewerben-btn:active {
	color: #fff
}

#footer{align:center;padding: 10px;color:#aaa}

@media (max-width:768px) {
	#anzeige {
		-webkit-box-shadow: none;
		box-shadow: none;
		width: 100%;
		margin: 0
	}
	#bewerben-btn {
		width: 75%
	}
}
