/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/*--------------------------------------*/

body {
    font-family: 'Franklin Gothic', 'Arial Narrow', Arial, sans-serif;
    background-image: url(regetec-hintergrund.jpg);
    background-size: cover;
}

.wrapper {
    display: block;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.85);
    max-width:500px;
    width:80%;
    position:relative;
    margin-top:5rem;
    padding: 30px 5%; 
    text-align: center;
    color: #585858;
    border-radius: 10px;
    line-height: 135%;
}


main {
    margin-bottom:3rem;
}

h1 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 105%;

}

.logo {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 3rem;
    position: relative;

}


.hervorhebung {
    font-size: 1.2rem;
}

.hervorhebung:first-of-type {
    margin-top: 2rem;
}

a {
    display: block;
    margin: 1rem 0;
    font-weight: bold;
    text-decoration:none;
    color: rgb(28, 163, 180);
}

a:hover {
    text-decoration:underline;
    color: rgb(22, 118, 131);
}

footer {
    position:absolute;
    width:100%;
    bottom:10px;
    left:0;
}

footer p {
    margin:auto;
    font-size: 0.8rem;
}

@media screen and (min-width:600px) {

h1 {
    font-size: 2rem;
}

.hervorhebung {
    font-size: 1.5rem;
}

.wrapper {
   
    line-height: 155%;
}

}