/*  =============
    RESET
    ============ */

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, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*  ==========
    STYLING
    ========== */
	
	
@font-face {
	font-family: 'Source Sans Pro';
	font-weight: 200;
	font-style: normal;
	src:
		local('Source Sans Pro Light'),
		url('./fonts/SourceSansPro-Light.woff') format('woff'),
		url('./fonts/SourceSansPro-Light.otf') format('opentype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-weight: 400;
	font-style: normal;
	src:
		local('Source Sans Pro Regular'),
		url('./fonts/SourceSansPro-Regular.woff') format('woff'),
		url('./fonts/SourceSansPro-Regular.otf') format('opentype');
}

.mobile { display: none; }

h1 {
    font-weight: 400;
    color: #009AB1;
    margin-bottom: 1em;
    font-size: 1.2em;
}

h2 {
    color: #009AB1;
    font-weight: 400;
    margin-bottom: 0.5em;
}

h3 {
    margin-bottom: 0.5em;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(0,0,0,0.8);
	font-weight: 400;
}

p { margin-bottom: 1em;}

ul {
    list-style: disc;
    margin-left: 1em;
    margin-bottom: 1.5em;
}

strong { font-weight: 400; }

a,
a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #009AB1;
}

.contact .mail a {
    color: #009AB1;
    font-weight: 400;
}

.contact .mail a:hover {
    color: #000;
}

#wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 10%;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 200;
}

#content { padding: 2em; }
#content img { width: 100%; }

#logo img { width: 100%; height: auto;}

#description,
#impressum,
#disclaimer,
#profile,
#error,
#datenschutz {
    margin-top: 15%;
    padding-left: 27%;
}

#description {
    font-size: 2.1rem;
    line-height: 1.3;
}

#impressum, #profile, #error, #datenschutz {
    font-size: 1.2rem;
    line-height: 1.5;
}

#disclaimer {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 2em;
    margin-bottom: 5em;
}

.address,
.contact {
    margin-bottom: 1em;
}

.left-hf { float: left; width: 50%; }
.right-hf { float: right; width: 50%; }
.clearfix { clear: both; margin-bottom: 1.5em; }

#profile .right-hf {
    box-sizing: border-box;
    padding: 2em;
    padding-right: 0;
    padding-top: 3em;
}

footer { 
    margin-top: 0;
    padding-left: 28.5%;
    margin-bottom: 10%;
}

.footer-link { font-size: 1.2rem; }

@media (max-width: 750px) {
    #description,
    #impressum,
    #disclaimer,
    #profile,
	#error,
	#datenschutz	{ margin-top: 10%; font-size: 1.5rem; }

    .right-hf, .left-hf { float: none; padding: 0; margin: 0; }
    #profile .right-hf, #profile .left-hf { float: none; padding: 0; margin: 0; width: 100%; }

    #profile h1 { margin-bottom: 0.5em; margin-top: 1em; }
}

@media (max-width: 580px) {
    .mobile { display: block; }
    .desktop { display: none; }
    
    #description,
    #impressum,
    #disclaimer,
    #profile,
	#error,
	#datenschutz	{ font-size: 1.2rem; padding-left: 0; }


    footer { font-size: 1.2rem; padding-left: 2em; }

}

