* {
    margin: 0;
    padding: 0;
}

html {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


#container {
    width: 700px;
    margin: 20px auto;
    position: relative;
}


/* HEADER */

header {
    width: 660px;
    padding: 0 20px 30px;
    background: #fff;
}

header img {
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px #ccc;
    margin-right: 32px;
    width: 120px;
    height: 120px;
    margin-left: 10px;
}


#shadow {
    border-radius:50%;
    width:700px;
    background:#fff;
    height:4px;
    box-shadow:0px 0px 10px rgba(0,0,0,0.5);  /* Hier kann man die Deckkraft anpassen */
    margin-top:-6px;
    margin-bottom:20px;
}

#hd {
    float: left;
}

h1 {
    margin-top: 6px;
    margin-bottom: 4px;
    font-size: 36px;
}

header p {
    font-size: 20px;
    margin-bottom: 18px;
}

#pages {
    
}

#pages li {
    display: inline;
    margin-right: 8px;
}

#pages li:last-child {
    margin-right: 0;
}


/* CONTENT */

#content {
    width: 640px;
    margin: 40px auto 0;
    position: relative;
}

article {
    margin-bottom: 100px;
    position: relative;
}

h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 18px;
}

h2 a {
    color: #000;
}

article p, article ul, article ol {
    line-height: 25px;
    margin-bottom: 20px;
}

article ul, article ol {
    margin-left: 40px;
    margin-right: 20px;
}

article ul p, article ol p {
    margin-bottom: 8px;
}

article div {
    margin-bottom: 20px;
}

article blockquote, .question {
    margin-left: 24px;
    border-left: 4px solid #ccc;
    padding: 1px 0 1px 12px;
    margin-right: 40px;
    margin-bottom: 20px;
    color: #666;
    line-height: 25px;
}

.asker {
    margin-bottom: 12px !important;
}

article.photo img, article.photoset img {
    margin-bottom: 5px;
}

article img {
    width: 640px;
}

.quote-content {
    font-style: italic;
    font-size: 20px;
    margin-bottom: 5px;
}

.caption {
    margin-top: 20px;
    margin-bottom: 20px;
}

.description {
    margin-top: 20px;
    margin-bottom: 20px;
}

article iframe {
    width: 640px;
    height: 360px;
    margin-bottom: 20px !important;
}

article.audio iframe {
    height: 82px !important;
    margin-bottom: 0 !important;
}

small {
    font-size: 14px;
}

.meta {
    margin-top: 30px;
    font-size: 13px;
    font-style: italic;
}

.meta a {
    color: #999 !important;
}

sup a {
    padding: 0 !important;
}

.footnotes hr {
    display: none;
}

.footnotes ol {
    color: #666;
    font-size: 13px;
    line-height: 17px;
}


/* LINKS */

a {
    text-decoration: none;    
    -webkit-transition: color .3s;
}

h2 a, article p a, a.link, #pages a, #pagination a, .question a, .asker a {
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
    -webkit-transition: color .3s;
}

h1 a, article p a, article.link a, #pages a, #pagination a, .question a, .asker a {
    color: #0074c2;
    
}

h1 a:hover, article p a:hover, article.link a:hover, #pages a:hover, #pagination a:hover, #question a:hover, .asker a:hover, #impressumslink a:hover {
    color: #222;
}

/* PAGINATION */

#pagination {
    margin-top: -20px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
}

#pagination a, #pagination span {
    padding: 0px 2px;
    margin-right: 4px;
}

#pagination a:last-of-type {
    margin-right: 0;
}

#impressumslink {
    text-align: center;
    font-size: 10px;
    margin-bottom: 20px;
    color: #666;
}

#impressumslink a {
    color: #666;
}

@media (max-width: 700px) {

    header, #container, #content, #shadow {
        width: 90%;
    }
    
    header {
        margin-top: 10px;
    }
    
    header img {
        margin-left: 0 !important;
    }
    
    h1 {
        font-size: 24px;
        margin-top: 0 !important;
    }
    
    header p {
        font-size: 16px;
        width: 90%;
    }
    
    #hd {
        width: 65%;
    }
    
    #pages {
        float: none !important;
        position: relative;
        left: -80px !important;
        width: 130%;
    }
    
    header img {
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }
    
    #pages {
        clear: both;
        float: left;
        line-height: 24px !important;
    
    }
    
    article img {
        width: 100%;
    }
    
    article iframe {
        width: 100% !important;
    }
}










/* Der Rest*/
sup,sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	margin: 0 1px 0 2px;	
}
sup {bottom: 1ex;}
sub {top: .5ex;}
.clearfix:after, #content:after {
content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

