@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * Programming // Der Hersteller // der-hersteller.de                            *
 * Design & Konzeption // siegel konzeption | gestaltung // jochen-siegel.de     *
 *                                                                               *
 * ----------------------------------------------------------------------------- */




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * GLOBALS                                                                       *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
html, body {
	height: 100%;
}
body {
	font: 62.5%/1.5em 'robotolight', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    background: rgb(250,247,245);
}

a {
	transition: 0.5s ease-in-out; 
}
a, a:active, a:link, a:visited {
    color: inherit;
    text-decoration: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-only {display: none !important}
.nowrap {white-space: nowrap;}
.uppercase {text-transform: uppercase;}

.background-cover {
	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
}
.multiply {
	mix-blend-mode: multiply;
}
.shadow {
	box-shadow: 3px 3px 2px rgba(0,0,0,0.5);
}

.scale:hover,
.scale:focus {
    transform: scale(.95);
}

.box-sizing {
	box-sizing: border-box;
}
.hyphens {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.flex {
	display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.stretch {
	align-self: stretch;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * TYPOSATZ                                                                      *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, #main ul {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: 'robotomedium';
	font-size: 1.4em;
	line-height: 1.6em;
	text-transform: uppercase;
	color: rgb(153,153,153);
	margin-bottom: 0.8em;
}
h2 {
	font-family: 'robotomedium';
	font-size: 1.4em;
	line-height: 1.6em;
	text-transform: uppercase;
	color: rgb(153,153,153);
	margin-bottom: 0.8em;
}
#gallery-overview .item h2 {
    font-family: 'robotolight';
    font-size: 1.4em;
	line-height: 1.6em;
    text-transform: none;
    color: rgb(0,0,0);
    margin-bottom: 0;
}
#main p + h2,
#main .contact + h2 {
    margin-top: 4em;
}
h3 {
	font-family: 'robotomedium';
	font-size: 1.4em;
	line-height: 1.6em;
}
h4 {	
}
h5 {	
}
#main p, #main ul {
	font-size: 1.4em;
	line-height: 1.6em;
	margin-bottom: 2em;
}
#main ul {
	list-style: none;
	padding: 0 0 0 0;
}
#main ul li {
	padding-left: 1em;
    position: relative;
}
#main ul li:before {
	content: " • ";
	position: absolute;
	left: 0;
    top: 0;
	font-size: 1.2em;
}
#main .cv p,
#main .contact p {
    margin-bottom: 0;
}
#main .contact + p {
    margin-top: 2em;
}
#main .quote p:last-child {
    font-family: 'robotomedium';
	font-size: 1.2em;
	color: rgb(153,153,153);
	margin-top: -1em;
    margin-bottom: 4em;
}
#main #slider .slide p,
#main #gallery .slide p {
	font-size: 1.2em;
	line-height: 1.4em;
}

i, em {
	font-style: normal;
    font-family: 'robotoitalic';
}
b, strong {
	font-weight: normal;
    font-family: 'robotomedium';
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * CONTAINER                                                                     *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#wrapper {
}
.inside {
    margin: 0 auto;
    box-sizing: border-box;
}
#header .inside {
    width: 70.2em;
}
#main .inside {
    width: 59em;
}
#bg-image {
	width: 100%;
	position: absolute;
	top: 28em;
	bottom: 0;
	background-repeat: no-repeat;
  	background-size: cover;
	background-position: 45% 45%;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * HEADER                                                                        *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#header {
    background: rgb(255,255,255);
}
#header .header-top {
    display: flex;
    flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;
	flex-wrap: wrap;
    height: 5.4em;
    padding-right: 3.6em;
}
#header .header-bottom .inside {
    height: 22.6em;
}
#header .logo {
    width: 51.8em;
    margin-top: 7.8em;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * MAIN                                                                          *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#main {
    padding: 5.5em 0;
}
#main img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
}
#main a {
    text-decoration: underline;
}
#main a:hover,
#main a:focus {
    text-decoration: none;
}
.img-box {
	margin-bottom: 2.4em;
}
.cv {
    margin: 6em 0;
}
.cv .item,
.contact {
    display: flex;
    flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.cv .item .year {
    width: 8em;
}
.cv .item .year .content {}
.quote {}
.contact .left {
    width: 5em;
}

/* gallery */
#gallery-overview {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#gallery-overview .item {
    width: 30.508474576271187%; /* 180/590 */
    margin-bottom: 2.5em;
}
#main #gallery-overview .item img {
    margin-bottom: 0.4em;
    transition: 0.5s ease-in-out;
}
#main #gallery-overview .item img:hover,
#main #gallery-overview .item img:focus {
    transform: scale(.98);
}
#slider .slide {
}
#slider .slide img {
    height: 42em;
    margin-bottom: 2em;
}
#gallery {
    display: none;
}
#gallery .slide {
    margin-bottom: 6em;
}
#gallery .slide img {
    margin-bottom: 2em;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * NAVIGATION                                                                    *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#menu {
    margin-top: 2.6em;
}
#menu ul {
    text-align: right;
}
#menu ul > li {
    display: inline-block;
    margin-left: 2em;
}
#menu ul > li > a {
    font-family: 'crimson_textroman';
    font-size: 1.45em;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgb(102,102,102);
}
#menu ul > li > a:hover,
#menu ul > li > a:active,
#menu ul > li > a:focus,
#menu ul > li.current-menu-item > a,
#menu ul > li.current-page-ancestor > a {
    color: rgb(0,0,0);
}

.social-media {
    text-align: right;
}
.social-media li {
    display: inline-block;
    margin-left: 1.4em;
    transition: 0.5s ease-in-out; 
}
.social-media li:hover,
.social-media li:focus,
.social-media li:active {
    opacity: 0.6;
}
.social-media li img {
    width: 2em;
}

/* responsive-nav */
.open-nav,
.close-nav {
	display: none;
}
.open-nav {}
.close-nav {
    margin-top: 3.2em;
    margin-left: 3.6em;
}
.open-nav .toggle-button {
    font-size: 4em;
    line-height: 1em;
}
.close-nav .toggle-button {
    font-size: 4em;
}





