@import url(https://fonts.googleapis.com/css?family=Fira+Sans:300);

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;
	font-family: 'Fira Sans', sans-serif;
}
body {
	height: 100%;
	background-color: #fff;
    background: url("../img/big_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;	
}
.show {
  transition: opacity 400ms;
}
.hide {
  opacity: 0;
}
section {
    background-color: #fff;
    max-width: 90%;
    margin: 10% auto 0;
    border: 1px solid #f0f0f0;
    border-radius: .25em;
    text-align: center;
}
h1 {
    font-size: 1.2em;
    letter-spacing: 0.2em;
    margin: 0 0 0.5em 0;
    color: #333;
    line-height: 1.5;
    text-transform: uppercase;
}
a, a:hover, a:visited {
	color:#007acc;
	color: #009fdf;
	text-decoration: none;
}
p {
    margin-bottom: 1em;
    color: #444;
    letter-spacing: 0.1em;
    font-size: .8em;
}
p.sub { font-size: .9em; text-transform: uppercase; }
div.left { text-align:left; margin-top: 2em; color: #444; font-size: .8em; letter-spacing: 0.1em;     text-align: center; }
div#line {
    content: '';
    display: block;
    height: 1px;
    background: #ccc;
    width: 100%;
    margin-bottom: -100px;
    margin-top: 100px;
}
div.rounded_wrapper {
background-color: #fff;
    width: 180px;
    height: 180px;
    margin: auto;
}
div.rounded {
	width: 122px;
	height: 122px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	background: url(../img/pic.jpg) no-repeat;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	margin: 2em auto;
}
div.rounded:hover {
    background-position: center;
}
div#anschrift {
	margin: 2em;
}
span.th {
    width: 70px;
    display: inline-block;
}
article#datenschutz {
	text-transform: none;
	font-weight: bold;
	margin-top: 2em;
}
article#datenschutz p {
	padding:1em;
}
article#datenschutz h2 {
  font-weight: bold;
  padding: .66em;
}
article#datenschutz ul {
    text-align: left;
    padding-left: 3em;
    font-weight: normal;
}


ul.icons {
    list-style: none;
    padding-left: 0;
}
ul.icons li {
    display: inline-block;
    padding: 0.5em;
}
ul.icons li a {
	font-family: FontAwesome;
    text-decoration: none;
    position: relative;
    display: block;
    width: 3.75em;
    height: 3.75em;
    border-radius: 100%;
    border: solid 1px #ccc;
    line-height: 3.75em;
    overflow: hidden;
    text-align: center;
    text-indent: 3.75em;
    white-space: nowrap;
}
ul.icons li a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    font-size: 1.85rem;
    line-height: inherit;
    text-align: center;
    text-indent: 0;
    text-shadow: 1.25px 0px 0px #ccc, -1.25px 0px 0px #ccc, 0px 1.25px 0px #ccc, 0px -1.25px 0px #ccc;
}
ul.icons li a:hover {
    border-color: #007acc;
	border-color: #009fdf;
}
footer {
	text-transform: uppercase;
/*	padding: 1.5em 0 0 0; */
	color: rgba(255, 255, 255, 0.75);
	text-align: center;
	position: fixed;
    bottom: 0;
	background-color: #fff;
	padding: 1em;
	border: 1px solid #f0f0f0;
}
footer ul {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	list-style: none;
}
footer ul li {
	display: inline-block;
	margin: 0 0 0 0.5em;
	padding: 0 0 0 1em;
	border-left: solid 1px rgba(255, 255, 255, 0.5);
        color: rgb(68, 68, 68);
}
footer ul li:first-child {
	border-left: 0;
}

footer ul li a {
    color: inherit;
}
footer ul li a, footer ul li a:visited {
/*	color: rgba(255, 255, 255, 0.75); */
	color: rgb(68, 68, 68);
}
footer ul li a:hover, footer ul li a:active {
	text-decoration:underline;
}
a#dsgvo_link {
cursor:pointer;
}

@media screen and (min-width: 333px) {
	footer { width: 100%; }
}

@media screen and (min-width: 600px) {
	section {
		margin: 20% auto 0;
		padding-top: 2em;
		padding-bottom: 2em;
		max-width: 80%;
	}
	div.left { width:228px; margin: 2em auto;     text-align: left; }
}
@media screen and (min-width: 768px) {
	section {
		margin: 30% auto 0;
		max-width: 65%;
	}
	h1 { font-size: 1.7em; }
	p { font-size: .9em; }
	div.left { font-size: .9em; width: 250px; }
	p.sub { font-size: 1em; }	
}
@media screen and (min-width: 900px) {
	section {
		margin: 25% auto 0;
		max-width: 60%;
	}
}
@media screen and (min-width: 1000px) {
	section {
		margin: 20% auto 0;
		max-width: 55%;
	}
	h1 { font-size: 1.8em; }
	p { font-size: 1em; }
	div.left { font-size: 1em; width: 280px; }
	span.th { width:82px; }
	p.sub { font-size: 1.1em; }	
}
@media screen and (min-width: 1100px) {
	section {
		margin: 15% auto 0;
		max-width: 550px;
	}
}
@media screen and (min-width: 1200px) {
	section {
		margin: 10% auto 0;
		max-width: 550px;
		margin-bottom: 2em;
	}
}
