/*
-----------------------------------------------
		www.christinaschmid.de
----------------------------------------------- */


/*		R E S E T
----------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
		margin: 0;
	    padding: 0;
	    border: 0;
	    outline: 0;
	    font-size: 100%;
	    vertical-align: baseline;
	    background: transparent;
	    -webkit-text-size-adjust: 100%;
	    font-variant-ligatures: none;
}

html {
		height: 100%;
		-ms-text-size-adjust: none;
		-webkit-text-size-adjust: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
	    display: block;
}

blockquote, q {
	    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	    content: "";
	    content: none;
}

a {
	    margin: 0;
	    padding: 0;
	    font-size: 100%;
	    vertical-align: baseline;
	    background: transparent;
}

table {
	    border-collapse: collapse;
	    border-spacing: 0;
}

input, select {
	    vertical-align: middle;
}

nav ul {
		list-style: none;
}


/*		B A S I C S
----------------------------------------------- */

/**
 * @license
 * MyFonts Webfont Build ID 3416399, 2017-07-04T15:04:53-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: NeuzeitSLTStd-Book by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neuzeit-s/neuzeits-book/
 * Copyright: Copyright &#x00A9; 1990, 2001, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 2001, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * Licensed pageviews: 750,000
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3416399
 * 
 * © 2017 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/34214f");

  
@font-face {font-family: 'NeuzeitSLTStd-Book';src: url('webfonts/34214F_0_0.eot');src: url('webfonts/34214F_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/34214F_0_0.woff2') format('woff2'),url('webfonts/34214F_0_0.woff') format('woff'),url('webfonts/34214F_0_0.ttf') format('truetype'),url('webfonts/34214F_0_0.svg#wf') format('svg');}

@font-face {
		font-family: "CS Icons";
		src: url("icons.ttf") format("truetype");
}

body {
		color: #111;
		background: #fff;
		font-family: "NeuzeitSLTStd-Book", "Helvetica Neue", "Helvetica", Arial, sans-serif;
		font-size: 15px;
		line-height: 20px;
		letter-spacing: 0.035em;
		text-align: center;
}

a:link, a:visited {
		color: #111;
		text-decoration: none;
		outline: none;
}

a:hover, a:active {
		color: #999;
}

h1, h2 {
		font-weight: normal;
}

.desktop {
		display: none;
}


/*		D E S I G N
----------------------------------------------- */

#dots {
		display: none;
}

#wrapper {
		width: auto;
		margin: 15px 0 0 20px;
		text-align: left;
}

#wrapper:after {
		content: ".";
		clear: both;
		display: block;
		visibility: hidden;
		height: 0px;
}

header h1 {
}

nav {
		display: inline-block;
		vertical-align: top;
		margin-right: 40px;
		position: relative;
		margin-left: -15px;
		margin-top: 20px;
}

nav li {
		display: block;
}

nav li:before {
		content: "•";
		font-size: 17px;
		line-height: 0;
		position: relative;
		top: 2px;
		display: inline-block;
		width: 15px;
		color: #fff;
		opacity: 0;
}

.active:before {
		content: "•";
		color: inherit;
		opacity: 1;
}

nav li span {
		display: none;
}

#bnewsletter input {
		color: #111;
		background: #fff;
		font-family: "NeuzeitSLTStd-Book", "Helvetica Neue", "Helvetica", Arial, sans-serif;
		font-size: 15px;
		line-height: 20px;
		letter-spacing: 0.035em;
		border: 1px solid #111;
}

#bnewsletter input[type=text], #bnewsletter input[type=email] {
		width: 100%;
}

#bnewsletter input[type=submit] {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 4px;
		cursor: pointer;
		border-width: 2px;
		position: relative;
		left: -1px;
}

#bnewsletter input[type=submit]:hover {
		color: #fff;
		background: #111;
}


/*		P R O J E C T
----------------------------------------------- */

#project {
		margin-top: 40px;
		margin-right: 20px;
}

#project h1 {
		padding-bottom: 20px;
}

#projimages figure {
		margin-bottom: 20px;
}

.embedblock {
		margin-top: 20px;
		margin-bottom: 15px;
}

.embedblock iframe {
		width: 100%;
}

#projimages img {
		width: 100%;
		height: auto;
		position: relative;
		margin-bottom: -6px;
}

#description p {
		margin-bottom: 20px;
}

#description a, #fineprint a, .blogcontent a, .datenschutz a {
		border-bottom: 1px dotted #999;
}

.blogcontent a[data-fancybox] {
		border-bottom: none !important;
}

#fineprint {
		margin-top: 40px;
		font-size: 11px;
		line-height: 15px;
		letter-spacing: 0.06em;
}

.datenschutz {
		font-size: 11px;
		line-height: 15px;
		letter-spacing: 0.06em;
		display: block;
}

#more, #more_nav {
		margin-top: 40px;
}

#more:after, #more_nav:after {
		content: ".";
		clear: both;
		display: block;
		visibility: hidden;
		height: 0px;
}

#more h1 {
		margin-bottom: 20px;
}

#more div a {
		position: relative;
		display: block;
		float: left;
		margin-bottom: 20px;
		margin-right: 20px;
		width: 45%;
		width: calc(50% - 20px);
		overflow-x: hidden;
		white-space: nowrap;
}

.homepage div a {
		position: relative;
		display: block;
		float: none;
		margin-bottom: 20px;
		margin-right: 20px;
		width: 100% !important;
		width: calc(100% - 20px) !important;
}

#more figure {
		width: 100%;
}

#more figure img {
		width: 100%;
		height: auto;
		position: relative;
		margin-bottom: -1px;
}

#more span {
		padding-top: 5px;
		display: block;
}

#more .hidden {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 10;
		width: 25px;
		height: 45px;
}

footer {
		margin-top: 40px;
		position: relative;
		margin-bottom: -20px;
}

footer dl {
		margin-bottom: 20px;
}

footer dl:nth-child(2), footer dl:nth-child(3), footer dl:nth-child(4) {
		display: inline-block;
		vertical-align: top;
		margin-right: 30px;
}

#more_nav {
		margin-right: 20px;
}

.prev, .next {
		font-family: "CS Icons";
}

.prev {
		float: left;
}

.next {
		float: right;
}


/*		L I S T E
----------------------------------------------- */

#index {
		margin-top: 40px;
		margin-right: 20px;
		padding-bottom: 20px;
}

#index table {
		width: 100%;
}

#index thead span {
		font-size: 16px;
		line-height: 0;
}

.arr {
		font-family: "CS Icons" !important;
}

#index th {
		font-weight: normal;
		padding-bottom: 20px;
}

#index th:hover {
		color: #999;
		cursor: pointer;
}

#index th.ibu span {
		position: absolute;
		right: 8px;
}

#index tr.Archiv {
		color: #999;
}

#index tr.open:hover {
		color: #999;
		cursor: pointer;
}

.ipr {
		width: 80%;
}

.iku {
		display: none;
}

.ime {
		display: none;
}

.ior {
		display: none;
}

.ija {
		width: 20%;
}

.ibu {
		display: block;
}


.ibu {
		font-size: 17px;
		line-height: 0;
		position: relative;
		top: 2px;
}

.ibu figure {
		position: absolute;
		right: 20px;
		top: -2px;
		width: 200px;
		height: auto;
		display: none;
		z-index: 20;
}

.ibu figure img {
		width: 100%;
		height: auto;
}


/*		P R O F I L
----------------------------------------------- */

.profilinfos div {
		margin-bottom: 60px;
}

.profilfoto img {
		width: 100%;
		height: auto;
}

#mce-EMAIL {
		box-sizing: content-box;
		width: 95%;
		font: inherit;
		border: 1px solid #111;
}

#mc-embedded-subscribe {
		box-sizing: content-box;
		font: inherit;
		-webkit-appearance: none;
		border: none;
		padding: 3px 15px;
		border-radius: 3px;
		border: 2px solid #111;
		background: #fff;
}

#mc-embedded-subscribe:hover {
		cursor: pointer;
		color: #fff;
		background: #111;
}


/*		B L O G
----------------------------------------------- */

#blogerview {
		margin-top: 40px;
}

.blogentry {
		margin-bottom: 60px;
		margin-right: 0;
}

.blogentry h2, .blogentry p {
		margin-bottom: 20px;
}

.blogcontent {
		margin-right: 20px;
}

.blogentry img {
		width: 100%;
		height: auto;
		position: relative;
		margin-bottom: 0;
}

.meta {
		font-size: 75%;
		line-height: 15px;
		letter-spacing: 0.06em;
}

.meta a:link, .meta a:visited {
		color: #999;
}

.meta a:hover, .meta a:active {
		color: #111;
}


/*		R E S P O N S I V E
----------------------------------------------- */

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

header h1 {
		display: inline-block;
		vertical-align: top;
		margin-right: 80px;
}

nav {
		display: inline-block;
		vertical-align: top;
		margin-right: 40px;
		position: relative;
		margin-top: 0;
}

#more div a {
		width: 30%;
		width: calc(33.333333333% - 20px);
}

.homepage div a {
		width: 45% !important;
		width: calc(50% - 20px) !important;
}

.ipr {
		width: 30%;
		padding-right: 10px;
}

.iku {
		width: 30%;
		display: table-cell;
		padding-right: 10px;
}

.ime {
		width: 20%;
		display: table-cell;
		padding-right: 10px;
}

.ior {
		width: 12%;
		display: none;
}

.ija {
		width: 13%;
}

.ibu {
		width: 10%;
		text-align: right;
}

.blogentry {
		width: 45%;
		width: calc(50% - 20px);
		margin-bottom: 60px;
		margin-right: 20px;
		display: inline-block;
		vertical-align: top;
}

.profilinfos div {
		font-size: 15px;
		line-height: 20px;
		letter-spacing: 0.035em;
		width: 45%;
		width: calc(50% - 20px);
		display: inline-block;
		vertical-align: top; 
}

.blogentry .mobile {
		display: none;
}

.blogentry .desktop {
		display: block;
}

}


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

header h1 {
		width: 33.333333%;
		margin-right: 0;
}

nav {
		margin-left: -20px;
}

footer {	
		position: relative;
		margin-bottom: -20px;
}

footer dl {
		display: inline-block;
		vertical-align: top;
		width: 33.33333%;
		position: relative;
		margin-right: -3px;
}

footer dl:nth-child(2), footer dl:nth-child(3), footer dl:nth-child(4) {
		width: inherit;
		margin-right: 20px;
}

.ipr {
		width: 33.33333%;
		width: calc(33.33333% - 20px);
		padding-right: 10px;
}

.iku {
		width: 35.75%;
		display: table-cell;
		padding-right: 10px;
}

.ime {
		width: 20%;
		display: table-cell;
		padding-right: 10px;
}

.ior {
		width: 12%;
		display: none;
}

.ija {
		width: 13%;
}

.ibu {
		width: 10%;
		text-align: right;
}

#dots {
		display: block;
		width: 100px;
		position: absolute;
		right: 21px;
		top: 11px;
}

#dots object {
		position: relative;
		z-index: 10;
}

#dots:hover object {
		opacity: .4;
}

#dots a:link, #dots a:visited {
		display: block;
		width: 100px;
		height: 25px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 9999;
		cursor: pointer;
}

#projimages:after {
		content: ".";
		clear: both;
		display: block;
		visibility: hidden;
		height: 0;
		margin-bottom: 40px;
}

#projimages img {
		width: auto;
		margin-bottom: 0;
}

.embedblock {
		margin-bottom: -7px;
}

#projimages .imgblock:after, .embedblock:after {
		content: ".";
		clear: both;
		display: block;
		visibility: hidden;
		height: 0;
}

#projimages .imgone img {
		width: 100%;
		float: left;
}

#projimages .imgtwo img {
		width: 48%;
		width: calc(50% - 10px);
		float: left;
}

#projimages .imgtwo figure + figure img {
		margin-left: 20px;
}

#projimages .imgthree img {
		width: 30%;
		width: calc(33.365% - 14px);
		float: left;
}

#projimages .imgthree figure + figure img {
		margin-left: 20px;
}

#projimages .imgthree figure + figure + figure img {
		margin-left: 20px;
}

#projimages .imgfour img {
		width: 23%;
		width: calc(25% - 15px);
		float: left;
}

#projimages .imgfour figure + figure img {
		margin-left: 20px;
}

#projimages .imgfour figure + figure + figure img {
		margin-left: 20px;
}

#projimages .imgfour figure + figure + figure + figure img {
		margin-left: 20px;
}

#projimages .imgsix img {
		width: 15%;
		width: calc(16.681% - 17px);
		float: left;
}

#projimages .imgsix figure + figure img {
		margin-left: 20px;
}

#projimages .imgsix figure + figure + figure img {
		margin-left: 20px;
}

#projimages .imgsix figure + figure + figure + figure img {
		margin-left: 20px;
}

#projimages .imgsix figure + figure + figure + figure + figure img {
		margin-left: 20px;
}

}


@media screen and (min-width: 820px) {
	
.blogentry {
		width: 30%;
		width: calc(33.333333% - 20px);
}

#description {
		width: 60%;
		width: calc(66.666666% - 20px);
}

}


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

header h1 {
		width: 25%;
}

#more div a {
		width: 20%;
		width: calc(25% - 20px);
}

footer {
		position: relative;
		margin-bottom: -25px;
		margin-right: 20px;
}

footer dl {
		width: 25%;
		margin-right: 1px;
}

footer dl:nth-child(2), footer dl:nth-child(3), footer dl:nth-child(4) {
		width: inherit;
}

.ipr {
		width: 25%;
		display: table-cell;
}

.iku {
		width: 25%;
		display: table-cell;
		padding-left: 5px;
}

.ime {
		width: 13%;
		display: table-cell;
		padding-left: 10px;
}

.ior {
		width: 12%;
		display: table-cell;
}

.ija {
		width: 15%;
		padding-left: 15px;
}

.ibu {
		width: auto;
		text-align: right;
		display: table-cell;
}

#index tr.open:hover .ibu figure, #index tr.Archiv:hover .ibu figure {
		display: block;
}

.blogentry {
		width: 22%;
		width: calc(24.5% - 20px);
		display: inline-block;
		vertical-align: top;
}

.mobile {
		display: none;
}

.desktop {
		display: inline-block;
}

#description {
		float: left;
		width: 23%;
		width: calc(25% - 40px);
}

#projimages {
		width: 75%;
		width: calc(75% - 5px);
		float: right;
		position: relative;
		top: -20px;
}

#projimages:after {
		content: ".";
		clear: both;
		display: block;
		visibility: hidden;
		height: 0px;
}

#more, #more_nav {
		clear: both;
		padding-top: 40px;
}

#project.profile {
		margin-right: 0 !important;
}

#fineprint.profilinfos {
		font-size: 15px;
		line-height: 20px;
		letter-spacing: 0.035em;
		clear: both;
		width: auto;
		padding-top: 60px;
}

.profilinfos div {
		width: 25%;
		width: calc(25% - 20px);
		margin-right: 16px;
		display: inline-block;
		vertical-align: top;
}

.profilfoto {
		width: 75%;
		width: calc(75% - 20px);
		float: right;
		margin-right: 20px;
}

#project, #index, #blogerview {
		margin-top: 80px;
}

.blogentry {
		margin-bottom: 60px;
		margin-right: 20px;
}

}


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

footer {
		position: relative;
		margin-bottom: -25px;
}

footer dl {
		width: 25%;
}

footer dl:nth-child(2), footer dl:nth-child(3), footer dl:nth-child(4) {
		margin-right: 6px;
		width: 12%;
}

header nav {
		width: 12.2%;
		margin-right: 16px;
}

body {
		font-size: 17px;
		line-height: 25px;
		letter-spacing: 0.035em;
}

#bnewsletter input {
		font-size: 17px;
		line-height: 25px;
		letter-spacing: 0.035em;
}

#wrapper {
		margin: 20px 0 0 25px;
}

nav li:before {
		font-size: 19px;
		top: 1px;
}

#project {
		margin-top: 50px;
		margin-right: 25px;
}

#project h1 {
		padding-bottom: 25px;
}

#projimages figure {
		margin-bottom: 25px;
}

.embedblock {
		margin-top: 25px;
}

#description p {
		margin-bottom: 25px;
}

#fineprint {
		margin-top: 50px;
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0.04em;
}

.datenschutz {
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0.04em;
}

#projimages .imgtwo img {
		width: 48%;
		width: calc(50% - 12.5px);
		float: left;
}

#projimages .imgtwo figure + figure img {
		margin-left: 25px;
}

#projimages .imgthree img {
		width: 30%;
		width: calc(33.33333% - 16.75px);
		float: left;
}

#projimages .imgthree figure + figure img {
		margin-left: 25px;
}

#projimages .imgthree figure + figure + figure img {
		margin-left: 25px;
}

#projimages .imgfour img {
		width: 23%;
		width: calc(25% - 19px);
		float: left;
}

#projimages .imgfour figure + figure img {
		margin-left: 25px;
}

#projimages .imgfour figure + figure + figure img {
		margin-left: 25px;
}

#projimages .imgfour figure + figure + figure + figure img {
		margin-left: 25px;
}

#projimages .imgsix img {
		width: 15%;
		width: calc(16.681% - 21px);
		float: left;
}

#projimages .imgsix figure + figure img {
		margin-left: 25px;
}

#projimages .imgsix figure + figure + figure img {
		margin-left: 25px;
}

#projimages .imgsix figure + figure + figure + figure img {
		margin-left: 25px;
}

#projimages .imgsix figure + figure + figure + figure + figure img {
		margin-left: 25px;
}

#more, #more_nav {
		margin-top: 50px;
}

#more h1 {
		margin-bottom: 25px;
}

.homepage div a {
		width: 45% !important;
		width: calc(50% - 25px) !important;
}

footer {
		margin-top: 50px;
}

footer dl {
		margin-bottom: 25px;
}

#index {
		margin-top: 50px;
		margin-right: 25px;
		padding-bottom: 25px;
}

#index th {
		padding-bottom: 25px;
}

.ibu {
		font-size: 19px;
		top: 1px;
}

.ibu figure {
		right: 25px;
}

#index thead span {
		font-size: 17px;
}

.profilinfos div {
		margin-bottom: 75px;
		font-size: 17px;
		line-height: 25px;
		letter-spacing: 0.035em;
}

#blogerview {
		margin-top: 50px;
}

.blogentry {
		margin-bottom: 75px;
		margin-right: 25px;
}

.blogentry h2, .blogentry p {
		margin-bottom: 25px;
}

.blogcontent {
		margin-right: 25px;
}

.meta {
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0.04em;
}

#more div a {
		width: 20%;
		width: calc(25% - 25px);
		margin-bottom: 25px;
		margin-right: 25px;
}

footer {
		margin-right: 25px;
}

.blogentry {
		width: 22%;
		width: calc(24.5% - 25px);
}

#description {
		width: 23%;
		width: calc(25% - 50px);
}

.profilinfos div {
		width: 25%;
		width: calc(25% - 25px);
		margin-right: 21px;
}

.profilfoto {
		width: 70%;
		width: calc(75% - 25px);
}

#project, #index, #blogerview {
		margin-top: 100px;
}

.blogentry {
		margin-bottom: 100px;
		margin-right: 25px;
}

#dots {
		width: 115px;
}

}


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

.blogentry {
		width: 22%;
		width: calc(24.75% - 25px);
		display: inline-block;
		vertical-align: top;
}

}


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

#wrapper {
		width: 1660px;
		position: relative;
		margin: 20px auto 0 auto;
		padding-left: 25px;
}

#dots {
		right: 25px;
		top: 0;
}

#more_nav {
		margin-right: 24px;
}

}