@charset "utf-8";
/* CSS Document - Milia-B-Fotografie */

/* RESET */
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;
}

/* GLOBAL */
body {
	border-top: 5px solid #AAAAAA;
	background: #F4F4F4;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	/* [disabled]color: #4A463B; */
	font-size: 100%;
	margin: 0;
	padding: 0;
}

/* HTML5 display-role reset for older browsers */
article, div, figcaption, figure, footer, header, menu, nav, section {	
	display: block;
}

a {
	text-decoration: none;
	color: inherit;
	transition: color .5s ease;
}

strong {
	font-weight: bold;
}

figcaption strong {
	border-bottom: 1px solid #D6D0C1;
	padding-bottom: 10px;
	margin: 10px 0;
	display: block;
}

figcaption {
	line-height: 25px;
	font-size: 14px;
	width: 200px;
}

/* MOBILE MENU */
#mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}

#mobile-menu ul li {
	display: block;
	background-color: #BBB;
	color: #fff;
	padding: 12px 0;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}

.toggle-mobile {
	display: none;
}

/* HEADER */
header {
	position: relative;
	width: auto;
	max-width: 900px;
	margin: 40px auto 20px auto;
}

header h1 {
	margin: 10px 0 10px 0;
	font-size: 2.75em;
	color: #4A463B;
	font-family: 'MingLiU', 'Open Sans', sans-serif;
}

header p {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 1.0em;
	color: #4A463B;
	margin-left: 80px;
}

nav {
	position: absolute;
	right: 0;
	bottom: 0;
}

nav ul {
	list-style: none;
}

nav ul li {
	display: block;
	float: left;
	padding: 0 10px;
}

nav ul li a {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	color: #000;
	font-size: 1.025em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background:0.2s;
	-webkit-transition: background:0.2s;	
}

nav ul li a:hover {
	color: #787878;
	background: #F4F4F4;
	border-bottom: 0.125em solid #787878;	
}

nav ul li a.active {
	color: #787878;
	border-bottom: 0.125em solid #787878;	
}

/* SPACER */
#spacer {
	width: auto;
	height: 4.125em;
	background: #787878; /* #cdb193; #d6d0c1 */
	position: relative;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
}

#spacer h2 {
	width: auto;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	font-size: 2.875em;
	text-transform: uppercase;
	text-decoration: none;	
	color: #ababab;	
}

#spacer p {
	margin: 10px 0;
	width: auto;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	font-size: 1.75em;
	text-decoration: none;	
	color: #fff;
}

/* SLIDER IMAGES */
#slide-show1, #slide-show2, #slide-show3 {
	line-height: 1.125em;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	width: 350px;
	position: absolute;
	top: 15%;
	left: 15%;
	display: none;
	z-index: 11;
}

#slide-show1 h3, #slide-show2 h3, #slide-show3 h3 {
	color: #EBE8DE;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #cdb193;
	padding: 10px 15px;
	border-radius: 15px 0 15px 0;
	display: inline-block;
}

#slide-show1 {
	display: block;
}

#slide-show1 p, #slide-show2 p, #slide-show3 p {
	margin: 0 0 30px 0;
	color: #4a463b;
	background-color: #F4F4F4;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 0.9em;
}

/* SLIDESHOW TOP */
/* Center the slide-show */
.wrapper {
	width: auto;
	margin: 0 auto;
	position: relative;
}

/* Prevent the slide-show from flashing on load */
#slide {
	display: block;
	margin: 0;
	padding: 0;
}

#slide img {
	max-width: 100%;
	height: auto;
	border-top: 5px #d6d0c1 solid;
	border-bottom: 5px #d6d0c1 solid;	
}

/*.slidesjs-container {
	border-top: 5px #d6d0c1 solid;
	border-bottom: 5px #d6d0c1 solid;
}*/

/* Show active item in the pagination */
/*.slidesjs-pagination .active {
	color: red;
}
*/
/* #slide-show p .responsive_button {
	display: none;
	color: #000;
}
*/

/* Slider button */
.button {
	padding: 7px 14px;
	border: 1px solid #86643e;
	background-image: linear-gradient(bottom, #cdb193 0%, #b58c5f 100%);
	background-image: linear-gradient(to bottom, #b58c5f 0%, #cdb193 100%);
	background-color: #eb653c;
	color: #F4F4F4;
	text-shadow: 1px 1px 0px #b58c5f;
	text-decoration: none;
	border-radius: 5px;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.button: hover {
	background: none #F4F4F4;
	border-color: #000;
	text-shadow: none;
	color: #000;
}

/* ONE COLUMN */
#single-column {
	width: auto;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 0 0 0; /* padding: 10px 0 0 0; */
}

#single-column article {
	float: left;
	width: auto;
	font-size: 1.0em;
}

#single-column article h2 {
	font-size: 1.25em;
	/* font-weight:bold; */
	border-bottom: 1px solid #D6D0C1;
	padding: 20px 0;
	margin-bottom: 20px;
}

#single-column article p {
	line-height: 1.975em;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	padding-bottom: 0;
}

/* TWO COLUMNS */
#two-columns {
	line-height: 1.975em;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	clear: both;
	width: auto;
	max-width: 900px;
	margin: 0 auto;
}

#two-columns h2 {
	font-size: 1.25em;
	border-bottom: 1px solid #D6D0C1;
	padding: 20px 0;
	margin-bottom: 20px;
}

#two-columns .txt-item {
	margin-top: 10px;
	float: left;
	/*margin-right: 20px;*/
}

#two-columns .txt-item a {
	position: relative;
	display: block;
}

/* FOUR COLUMNS */
#four-columns {
	line-height: 1.250em;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	clear: both;
	width: auto;
	max-width: 900px;
	margin: 0 auto 10px auto;
}

#four-columns h2 {
	font-size: 1.125em;
	border-bottom: 1px solid #D6D0C1;
	padding: 20px 0;
	margin-bottom: 20px;
}

#four-columns .filter-item {
	float: left;
	margin-right: 15px;
}

#four-columns .filter-item a {
	position: relative;
	display: block;
}

#four-columns .filter-item figure {
	/* padding-top: 8px; */
	/* padding-bottom: 8px; */
	padding: 8px;
}

#four-columns .img-item {
	float: left;
	margin-right: 15px;
}

#four-columns .img-item a {
	position: relative;
	display: block;
}

#four-columns .img-item figure {
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding: 8px; */
}

.thumb-screen {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000 url(../img/zoom.png) center center no-repeat;
	z-index: 99;
	opacity: 0;
	transition: opacity .5s ease;
	font-size: 0.865em;
	color: #fff;
	text-align: center;
    text-transform: uppercase;
	line-height: 1.975em;		
}

.thumb-screen:hover {
	opacity: 0.7;
}

/* MISC */
.hidden {
	position: absolute;
	clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.clear {
	clear: both;
}

/* FOOTER */
footer {
	position: relative;
	clear: both;
	width: auto;
	/*min-height: 185px;*/
	background: #333333;
	/*margin-top: 0.865em;*/
}

#links {
	line-height: 1.375em;
	text-align: center;
	color: #ababab;
	/*background: #1d1d1d;*/
	font-size: 0.975em;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	width: auto;
	max-width: 900px;	
}

#links p a {
	color: #ababab;
}

#links p a:hover {
	color: #fff;
}

#links .social {
	margin: 10px auto;
}

#links .social a {
	transition: opacity .25s ease;
	/* opacity: 0.75; */
}

#links .social a:hover {
	/* opacity: 1.0; */
}

#copyright {
	line-height: 1.375em;
	text-align: center;
	color: #ababab;
	background: #1d1d1d;
	font-size: 0.8em;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	width: auto;
	/* max-width: 900px; */	
}

#copyright a {
	color: #ababab;
}

#copyright a:hover {
	color: #fff;
}

/*---------------------------------------------------------------*/
/* FOTO GALLERY */
/* Gallery Filter */
.filter-row {
	width: auto;
	margin: 10px 20px;	
	font-size: 1.0em;
	text-align: center;
}

.filter-row p {
	font-size: 1.25em;
	margin: 20px 0;
	padding-bottom: 10px;	
	border-bottom: 1px solid #D6D0C1;
}

.back-top {
	width: auto;
	margin: 10px 0 10px 0;	
	font-size: 1.0em;
	text-align: center;
}

.back-top p {
	font-size: 1.25em;
	margin: 20px 0;
	padding-bottom: 10px;	
	border-bottom: 1px solid #D6D0C1;
}

.back-bottom {
	width: auto;
	margin: 10px 0 10px 0;
	font-size: 1.0em;
	text-align: center;
}

.back-bottom p {
	font-size: 1.25em;
	margin: 20px 0;
	padding-top: 10px;	
	border-top: 1px solid #D6D0C1;
}

.simple-filter li {
    color: #fff;
    cursor: pointer;	
    display: inline-block;
    text-transform: uppercase;
    padding: 0.565em 0.565em;
}

.simple-filter li {
    background: #787878;
}

.simple-filter li.active {
    background-color: #212121;
}

/*
.gallery-link img {
    background: #eee;
	border: 1px solid #d6d0c1;
    margin: 0;
    padding: 4px 4px;
    text-align: center;
    -webkit-box-shadow:0 0px 5px rgba(0, 0, 0, 0.4);
            box-shadow:0 0px 5px rgba(0, 0, 0, 0.4);
}
*/

.gallery-set img {
	/* [disabled]background: #eee; */
	border: 1px solid #d6d0c1;
	margin: 0;
	padding: 4px 4px;
	/* text-align: center; */
	/* max-width: 100%; */
	/* max-height: 100%; */
	width: 200px;
	height: auto;
	display: block;
	/* overflow: hidden; */
	-webkit-box-shadow:0 0px 5px rgba(0, 0, 0, 0.4);
	box-shadow:0 0px 5px rgba(0, 0, 0, 0.4);
}

/*---------------------------------------------------------------*/
/* CONTACT, IMRPINT & DATA PRIVACY - TWO COLUMS SPECIFICS*/
#two-columns article {
	font-size: 1.0em;
	width: 425px;
}

#two-columns article p {
	line-height: 1.975em;
	font-size: 1.0em;
}

#two-columns article strong {
	/* border-bottom: 1px solid #D6D0C1; */
	/* padding-bottom: 10px; */
	/* margin: 10px 0; */
	/* display: block; */
	line-height: 1.975em;
	
}

/*---------------------------------------------------------------*/
/* RESPONSIVE LAYOUT */
@media (max-width: 915px) {
	header {
		height: 120px;
	}
	header h1 {
		margin-left: 20px;
	}
	
	header p {
		margin-left: 90px;
	}		
	header nav {
		right: auto;
		bottom: auto;
		left: 50%;
		top: 100px;
		margin-left: -225px;
	}
	
    #spacer {
        height: 60px;
    }
	
    #spacer p {
		text-align: center;
		position: static;
		margin: 0 auto;
		padding: 10px 0 10px 0;
	}

	#single-column {
		padding: 20px 10px;
	}

	#four-columns {
		width: 500px;
	}

	#four-columns .container {
		margin: auto;
	}
		
	#four-columns .filter-item {
		margin-top: 5px;
	}
	
	.simple-filter li {
		margin: 0.135em 0;
	}
	
	footer {
		/*padding-bottom: 70px;*/
		height: auto;
	}
}


@media screen and (min-width: 500px) {
	#nav {
		display: block;
	}
}

@media screen and (max-width: 500px) {
	body {
	font-size: 90%;
		/* border-top: none; */
	}

	#mobile-menu {
		display: block;
		z-index: 99;
	}

	.toggle-mobile {
		position: fixed;
		top: 15px;
		left: 10px;
		display: block;
		width: 35px;
		height: 26px;
		cursor: pointer;
		z-index: 999;
	}
	
	.toggle-mobile span.menu1, .toggle-mobile span.menu2, .toggle-mobile span.menu3 {
		display: block;
		position: absolute;
		width: 35px;
		height: 6px;
		left: 0;
		background: #787878;
		-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
		transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}
	
	.toggle-mobile span.menu1 {
		top: 0;
	}
	
	.toggle-mobile span.menu2 {
		top: 10px;
	}
	
	.toggle-mobile span.menu3 {
		top: 20px;
	}
			
	.toggle-mobile.active span.menu1 {
		top: 10px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
		transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}
	
	.toggle-mobile.active span.menu2 {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
		transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}
	
	.toggle-mobile.active span.menu3 {
		opacity: 0;
		-webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
		transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}
				
	header {
		margin-top: 60px;
		text-align: center;
	}
	
	header nav {
		display: none;
	}

	header h1 {
		margin-left: 0;
		font-size: 40px;
	}
	
	header p {
		margin-left: 0;
		font-size: 14px;
	}

	.wrapper {
		height: 1px;
		top: -1500px;
	}
		
	#single-column {
		padding: 20px 10px;
	}
	
	#single-column article h2 {
		text-align: center;
	}

	#single-column article p {
		text-align: justify;
	}

	#two-columns {
		padding: 20px 10px;
	}

	#two-columns h2 {
		text-align: center;
	}

    #two-columns {
		width: auto;
	}

    #two-columns .txt-item {
		width: auto;
		float: none;
		margin: 10px auto 0 auto;
	}

	#four-columns {
		width: auto;
	}
	
	#four-columns .container {
		max-width: 200px;
		float: none;
		margin: auto;
	}	

	#four-columns .filter-item {
		width: auto;
		padding: 0 0 10px 0;
	}
	
	#four-columns .img-item {
		margin: 0 auto 0 auto;
	}
						
	footer .wrapper {
		width: auto;
		text-align: center;
	}

	footer .wrapper .column {
		margin: 0 auto 0 auto;
		max-width: 400px;
	}

	footer .wrapper .column.midlist ul li {
		background: none;
	}

	footer .wrapper .social {
		display: block;
	}
		
	#copyright {
		text-align: center;
		padding: 5px;
	}
}
