@charset "UTF-8";
/* ==========================================================================
	main.css  |  www.vovoqima.com  |  Version: 20180518
   ========================================================================== */

/* ==========================================================================
	Normalize
   ========================================================================== */
/* A combination of HTML5 Boilerplate v5.1.0 (https://html5boilerplate.com)
 * and normalize.css v3.0.3 (github.com/necolas/normalize.css) stripped
 * down to suit my needs.
 */

html {
    font-family: sans-serif;
 	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {margin: 0;}
::-moz-selection {background: #333333; text-shadow: none;}
::selection {background: #333333; text-shadow: none;}
a {background-color: transparent;}
a:active, a:hover {outline: 0;}
img {border: 0; vertical-align: middle;}
textarea {resize: vertical;}
table {border-collapse: collapse; border-spacing: 0;}
td, th {padding: 0;}

/* Browser Upgrade Prompt
   ------------------------------------------ */
.browserupgrade {
    margin-top: 1em;
    /* background-color: #9D4A20; */
    background-color: #D5622B;
    color: #000;
    padding: 2em;
}

/* ==========================================================================
	Grundlagen
   ========================================================================== */
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html, body {
	min-width: 100%;
	min-height: 100%;
}

body {
	background: #141414;
   	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
   	color: #ACA6A0;
	text-align: center;
	text-rendering: optimizeLegibility;
}


/* ==========================================================================
	Handreichungen
   ========================================================================== */
.nachRechts {float: right;}
.nachLinks {float: left;}
.zentrieren {margin: 0 auto;}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {clear: both;}

/* ==========================================================================
   Typographie
   ========================================================================== */
h1 {
	font-size: 1.125em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 0em;
}

h2 {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 0em;
}

h3 {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 0em;
}

p {
	font-size: 0.875em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 0em;
}

.zentrierenText {text-align: center;}
.linksbuendig {text-align: left;}

i, italic {font-style: italic;}
u {text-decoration: underline;}
b, strong {font-weight: bold;}

.textColor_Orange {color: #9D4A20 !important;}
.textColor_WarmGrey {color: #ADA69F !important;}

/* Header
   ------------------------------------------ */
.navigation h1 {
	margin-bottom: 0;
	letter-spacing: 0.0125em;
}

/* Sidebar
   ------------------------------------------ */
.sidebarInfo h2 {
	margin-bottom: 0.75em;
	line-height: 0.75em;
}

.sidebarInfo h3 {
    margin-bottom: 0.75em;
	margin-top: 1em;
	line-height: 2em;
}

.sidebarInfo p, .sidebarImpressum p {
	font-size: 0.75em;
	line-height: 1.6666em;
	margin-top: 0.5em;
	margin-bottom: 1.6666em;
}

/* OverlayInfo
   ------------------------------------------ */
.overlayInfo p {
   	font-size: 1em;
	line-height: 1.5em;
	margin-top: 3.5em;
 	margin-left: 1em;
	margin-right: 1em;
}

/* TextBox
   ------------------------------------------ */
.notes p {
	font-size: 0.875em;
	line-height: 1.7142em;
	margin-bottom: 1.75em;
	margin-top: 0;
}

.notes ul {
	list-style: none;
	padding-left: 4em;
	font-size: 0.875em;
}

.absatzFliesstext {margin-bottom: 0.875em !important;}

.lemma {
 	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	font-size: 0.875em;
	line-height: 1.7142em;
 	font-weight: bold;
	text-transform: uppercase;
  	letter-spacing: 2px;
  	margin-right: 4em;
}

/* ==========================================================================
	Links
   ========================================================================== */
a {text-decoration: none;}
a:link, a.fotoLink, a:visited {color: #ACA6A0;}
a:hover, a.fotoLink:hover, a:active {color: #48443E;}

a.fotoLink {
	opacity: 1.0;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}

a.fotoLink:hover, a.fotoLink:active {
	opacity: 0.6;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	/* IE8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
	/* IE6, IE7, IE8 */
    filter:alpha(opacity=60);
}

a:focus, a.fotoLink:focus {outline: none;}
.sidebarImpressum p a:link {color: #9D4A20;}
.sidebarImpressum p a:hover {color: #48443E;}


/* ==========================================================================
	Layout
   ========================================================================== */
#wrapper, #header {
	max-width: 62.5em;
	margin: 0 auto;
}

#header, #showcase, #footer {width: 100%;}

#header {
	height: 6.5em;			/* gleicher Wert wie #showcase > margin-top */
	position: fixed;
	top: 0;
	z-index: 99;
 	display: block;
	background: #141414;
}

#showcase {
	height: auto;
	margin-top: 6.5em;		/* gleicher Wert wie #header > height */
}

#footer {
	height: 2em;
	width: 100%;
}

/* Navigation
   ------------------------------------------ */
.navigation {
	width: 95%;
	margin: 0 auto;
	margin-top: 3em;
	background: #33FF33;
}

.logo, .logoFrontpage, .navCenter, .navRight {float: left;}
.logo, .logoFrontpage, .navCenter {text-align: left;}
.logo {width: 50%;}
.logoFrontpage {width: 84.21052631578947%;}
.navCenter {width: 15%;}
.navRight {
	width: 35%;
	text-align: right;
}

/* Showcase
   ------------------------------------------ */
.lightbox {
 	width: 100%;
	height: auto;
    margin: 0 auto;
	padding-top: 1.4%;
	text-align: center;
}

.frontpage {
 	width: 95%;
	height: auto;
	margin: 0 auto;
}

.portofolioGrid {
 	max-width: 95%;
	display: inline-block;
	position: relative;
}

.spacingTHN {
	margin-right: 0.5em;
	margin-left: 0.5em;
	margin-bottom: 1.5em;
}

.sidebar {
	width: 31.75%;
    float: left;
}

.sidebarInfo {
    width: 85%;
	height: auto;
	margin: 0 auto;
	padding-right: 17%;
	text-align: left;
}

.sidebarImpressum {
 	width: 85%;
	height: auto;
	margin: 0 auto;
	padding-right: 10%;
	text-align: left;
}

.fotoShow, .textBox {
	width: 68.25%;
	height: 27.5em;
 	float: right;
	overflow: visible;
}

.fotoShow table {
 	border: none !important;
 	display: inline-block;
 	white-space: nowrap;
}

.bilderband td {
	padding-right: 2em;
	display: inline-block;
	white-space: nowrap;
 }

.letzteZelle {padding-right: 10.25em !important;}

.notes {
  	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding-right: 5%;
}

/* ==========================================================================
	Fotos
========================================================================== */
.querFormat, .hochFormat, .quadFormat {
    height: 100% !important;
	width: auto !important;
}

.thn {
	max-width: 100%;
  	height: auto;
}

.eMail_Img {
 	width: 204px;
	height: 21px;
}

/* ==========================================================================
	Overlay
   ========================================================================== */
.overlayInfo {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	bottom: 0px;
	position: absolute;
	background-color: #141414;
	color: #ACA6A0;
	overflow: hidden;
}

/* ausblenden */
.portofolioGrid a .overlayInfo {
  	opacity: 0;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}

/* einblenden */
.portofolioGrid a:hover .overlayInfo {
	opacity: 0.8;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}

/* ==========================================================================
	Responsive
========================================================================== */
@media only screen and (min-width: 1400px),
only screen and (min-device-width: 1400px) {
	.sidebarInfo p, .sidebarImpressum p {
		font-size: 0.875em;
		line-height: 1.7142em;
		margin-bottom: 0.875em;
		margin-top: 0;
	}

	.notes {
		padding-right: 2%;
		padding-left: 5%;
	}

	.sidebarImpressum {padding-right: 5%;}
}

@media only screen and (max-width: 1000px),
only screen and (max-device-width: 1000px) {

	/* Layout
	   ------------------------------------------ */
	#header {height: 7.5em;}
    #showcase {margin-top: 7.5em;}
	.navigation {margin-top: 0;}

	.logo, .logoFrontpage {
		width: 100%;
		border-bottom: #7C736C solid 1px;
	}

	.navCenter, .navRight {
		width: 50%;
		border-bottom: #7C736C solid 1px;
	}

	.lightbox {padding-top: 0 !important;}
    .portofolioGrid {max-width: 95%;}

    .overlayInfo {
		height: 25%;
		top: 75%;
		background-color: #191919;
	}

    .sidebar {
		display: block;
		float: none;
		width: 100%;
		height: auto;
	}

	.sidebarInfo, .sidebarImpressum {
		width: 95%;
		padding-right: 0;
	}

	.sidebarImpressum {margin-top: 0;}

	.fotoShow, .textBox {
	  	float: none;
 		width: 100%;
		height: auto;
		overflow: auto;
		padding-top: 0em;
	}

	.bilderband {max-width: 95%;}

	.bilderband td {
		display: block;
		padding-right: 0;
		padding-bottom: 1em;
 		padding-left: 0;
	}

	.letzteZelle {padding-right: 0 !important;}

	.notes {
        width: 95%;
    	padding-right: 0;
		margin-top: 2em;
	}

    /* Fotos
	   ------------------------------------------ */
 	.frontpage img {
  		max-width: 100%;
	  	height: auto;
	}

	/* Typographie
	   ------------------------------------------ */
    .navigation h1 {
        font-size: 1.25em;
		line-height: 1.25em;
		margin-top: 0.625em;
		margin-bottom: 0.625em;
		letter-spacing: normal;
	}

    .sidebarInfo h2 {
		font-size: 1.125em;
		line-height: 1.1111111111em;
	 	margin-top: 0.55555555em;
		margin-bottom: 0.555555em;
		letter-spacing: normal;
	}

	.sidebarInfo p, .sidebarImpressum p, .notes p, .lemma  {
		font-size: 1em;
		line-height: 1.5em;
	}

     .overlayInfo p {
		font-size: 0.875em;
		line-height: 1.28571428em;
		margin-top: 0.2em;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}

	.notes p {
		margin-bottom: 3em;
		margin-top: 0;
	}

    .absatzFliesstext {margin-bottom: 1em !important;}

	.lemma {
		margin-right: 0;
		display: block;
	}

	/* Links
	   ------------------------------------------ */
	.portofolioGrid a .overlayInfo, .portofolioGrid a:hover .overlayInfo {
  		opacity: 0.95;
		zoom: 1;
		filter: alpha(opacity=95);
	}
}

@media only screen and (max-width: 700px),
only screen and (max-device-width: 700px) {
 	.bilderband img {
  		width: 100%;
	  	height: auto;
	}

    .hochFormat, .quadFormat {
    	max-width: 70%;
		height: auto;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 720px) and (max-width: 1000px),
only screen and (min-device-width: 720px) and (max-device-width: 1000px) {

    .querFormat, .hochFormat, .quadFormat {height: 440px !important;}
	.bilderband img {padding-bottom: 2em !important;}
}