/*
--------------------------------------------------
(c) 2013 Michael Kuphal - all rights reserved
Michael Kuphal, Grossgoerschenstr. 1, 10827 Berlin
http://www.michaelkuphal.de
--------------------------------------------------
*/

/* #Body 100% view
================================================== */

html, body {
	height: 100%;
	min-width: 280px;
}
   
/* #Content Images
================================================== */

.container img {
    /* margin-bottom: 50px; */
    max-width: 100%;
    height: auto;
}

/* #Navigation
================================================== */

nav {
	
	position: fixed !important;
	overflow: visible;
	top: 92px;
	left: 20px;
	padding: 0px;
	width: 100px;
	z-index: 100;
		
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;

	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	
	*text-shadow: 1px 1px 0px rgba(0,0,0, 0.5);
}

.nav_element {
	height: 25px;
	display: table-cell;
	vertical-align: middle;
}

.nav_element li {
	display: block;
	padding: 5px;
}

.nav_element a {
	color: #bebebe;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.nav_element a:visited {
	color: #707070;
}

.nav_element a:hover {
	color: #707070;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.nav_element li.active a{
	color: #717171;
}

.nav_element a.to-top span {
	display: none;
}

.nav_element .impressum {
	position: fixed !important;
	font-size: 12px;
	right: 0px;
	bottom: -12px;
	overflow: visible;
	
}



/* #Social Media Icons
================================================== */
#socialmedia_bar {
	position: fixed !important;
	font-size: 12px;
	color: #fff;
	right: 18px;
	bottom: 59px;
	overflow: visible;
	z-index: 20;
}
	
	

/* #Mobile Navigation
================================================== */

#mobile-nav {
	display: none;
	
}
#mobile-nav-trigger {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1010 !important;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	*background: #0e0f0f url("../images/hamburger.gif") no-repeat 50% 50%;
	background: #FF1493 url("../images/hamburger.gif") no-repeat 50% 50%;
}
#mobile-nav-menu {
	display: none;
	position: fixed;
	left: 0px;
	top: -12px;
	width: 100%;
	z-index: 1002 !important;
}

#mobile-nav-menu a {
	color: #b9b9b9;
	text-decoration: none;
	width: 100%;
	-webkit-appearance: none;
	border-bottom: 0.047em solid #dadada;
	float: left;
	background: rgb(16, 16, 17);
	background: rgba(16, 16, 17, .9);
	margin: 0;
	padding: 0;
	height: 22px;
	padding: 16px 0 12px 70px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 26px;
	font-weight: 200;
	cursor: pointer;
	text-transform: uppercase;
}

#mobile-nav-menu li.active a {
	color: #fff;
	*font-weight: 400;
}

#mobile-nav-menu a:hover {
	background: rgb(55, 55, 55);
	background: rgba(55, 55, 55, .9);
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}



/* #Content
================================================== */

.page {
	*padding-top: 63px;
	*padding-bottom: 70px;
	position: relative;
	background: #000;
	-webkit-transform: translateZ(0);
}

.black_bg {
	background-color: #000 !important;
}

.menu_left_mod {
	padding-left: 130px;
}

#homepage {
	/* background: url(../images/pattern_bg.png); */
	position: relative;
	overflow: hidden;
	height: 100%;
	margin-bottom: 0px;
	*background-color: #fff;
	-webkit-transform: translateZ(0);
}

#homepage .container {
	height: 100%;
}

.homepage-bottom {
	*position: absolute;
	*bottom: 170px;
	padding-top: 87px;
	float: right;
	color: ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 50px;
	
}

  
p.subs {
	display: inline;
	color: #fff;
	padding: 1px 12px 4px 12px;
	white-space: pre-line; /* Not understood by IE, use manual br for IE */
	background: rgb(16, 16, 17);
	background: rgba(16, 16, 17, .9);
	line-height: 1.7em;
}

p.subs span {
	position: relative;
	left: -3px;
}

p.subs br {
	display: none;
}

#homepage .middle {
	display: none;
}

h1, h2, h3, h4 {
	font-family: 'Source Sans Pro', sans-serif;
}

h1 {
	*padding-bottom: 20px;
	*background: rgb(255, 255, 255);
	*background: rgba(255, 255, 255, .9);
	*padding: 20px;
	
	color: #FFF;
	font-size: 30px;
	line-height: 1.2;
	margin: 0;
	text-transform: lowercase;
	font-weight: 400;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}

.page p {
	line-height: 1.7em;
	*background: rgb(255, 255, 255);
	*background: rgba(255, 255, 255, .9);
	*padding: 20px !important;
	
	color: #FFF;
	font-size: 14px;
	font-style: italic;
	font-weight: 900;
	padding-top: 10px !important;
	line-height: 1.4em;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	
}

#slider1 {
	color: #cc0000;
}


.slider_back {
	
	display: none;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .88);
	overflow: hidden;
}

.open_slider {
	cursor: pointer;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.open_slider.arrow {
	font-size: 19px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	
}

.impressum h1 {
	color: #000000;
}

.impressum p {
	color: #000000;
	font-size: 10px;
}

/* change contact here
================================================== */

.contact_btn {
	position: fixed !important;
	font-size: 20px;
	left: 26px;
	bottom: 53px;
	overflow: visible;
	width: 80px;
	height: 80px;
	text-align: center;
	
}

.contact_btn span {
	position: fixed !important;
	bottom: 121px;
	left: 50px;
}

.contact_btn a {
	color: #000000;
	width: 120px;
	height: 120px;
	display: block;
	*border: 1px solid #000;
}

.contact_btn.kreis {
	width: 120px;
	height: 120px;
	border-radius: 80px;
	background-color: #ffffff;
}


.black_background {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .5);
}

.white_background {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .5);
}

/* move slider here
================================================== */

.content_middle {
	width: 60%;
	margin: 0 auto;
	margin-top: 280px;
	*padding: 20px;
	min-height: 320px;
	*border: 1px solid #c00;
	
}
.content_middle p, .content_middle h1 {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .3), -1px -1px 2px rgba(0, 0, 0, .3);
}


.content_middle strong {
	color: white;
}

.content_middle a {
	color: white;
}

.content_middle a:hover {
	color: #707070;
}

.back {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	color: #FF1493; /* rot #FF0000 */
	
	font-size: 3em;
	
	position: absolute;
	left: auto;
	right: 67px;
	line-height: 1.7em;
	padding: 8px !important;
	*float: right;

	text-transform: uppercase;
	width: 30px;
	height: 30px;
	z-index: 1000 !important;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

#small_title_top {
	position: fixed !important;
	left: 0px;
	top: 0px;
	*background: rgb(0, 0, 0);
	*background: rgba(0, 0, 0, .5);
	text-transform: uppercase;
	z-index: 900 !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	padding: 10px;
	padding-right: 26px;
	padding-left: 26px;
	padding-top: 24px;
}

.visibleNearby {
	height: 400px;
	float: left;
}

#welcome {
	position: fixed !important;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}

/* #gif animations on background
==================================================
   !!IMPORTANT!!
   
   Please define only ".JPG" or ".PNG" static images
   for the content backgrounds.
   
   This static images will be displayed on mobile
   devices!
   
   Copy GIF-Animations in the same image folder 
   with the same filename the different 
   file-extension ".gif"
   
   !!IMPORTANT!!
================================================== */


#welcome {
	background: url(../images/background_images_animations/background_col3.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#about {
	background: url(../images/background_images_animations/background_col7.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#digitalTextile {
	background: url(../images/background_images_animations/background_col11.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#digitalFashion {
	background: url(../images/background_images_animations/background_col4.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#contact {
	background: url(../images/background_images_animations/background_col15.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#fashionIllustration {
	background: url(../images/background_images_animations/background_col14.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#fashionFilm {
	background: url(../images/background_images_animations/background_col12.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#shop {
	background: url(../images/background_images_animations/background_col8.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}



/* #Text backgrounds
================================================== */

#about .content_middle{
	background: url(../images/background_texte/dress2.png) no-repeat center center;
}

#digitalTextile .content_middle{
	background: url(../images/background_texte/dress2.png) no-repeat center center;
}

#digitalFashion .content_middle{
	background: url(../images/background_texte/patternA1.png) no-repeat center center;
}

#fashionIllustration .content_middle{
	background: url(../images/background_texte/cloth01B1.png) no-repeat center center;
}

#fashionFilm .content_middle{
	background: url(../images/background_texte/dress2.png) no-repeat center center;
}

#shop .content_middle{
	background: url(../images/background_texte/dress2.png) no-repeat center center;
}

#contact .content_middle{
	background: url(../images/background_texte/dress2.png) no-repeat center center;
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	#about .content_middle{
	background: url(../images/background_texte/dress2_small.png) no-repeat center center;
	}

	#digitalTextile .content_middle{
	background: url(../images/background_texte/dress2_small.png) no-repeat center center;
	}

	#digitalFashion .content_middle{
	background: url(../images/background_texte/patternA1_small.png) no-repeat center center;
	}

	#fashionIllustration .content_middle{
	background: url(../images/background_texte/cloth01B1_small.png) no-repeat center center;
	}

	#fashionFilm .content_middle{
	background: url(../images/background_texte/dress2_small.png) no-repeat center center;
	}

	#shop .content_middle{
	background: url(../images/background_texte/dress2_small.png) no-repeat center center;
	}

	#contact .content_middle{
	background: url(../images/background_texte/dress2_small.png) no-repeat center center;
	}

}




/* #footer
================================================== */

#footer {
	position: relative;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	width: 100%;
	padding: 0;
	margin: 0;
	height: 50px;
	font-size: 12px;
	color: #f3f3f3;
	line-height: 0.3;
	-webkit-transform: translateZ(0);
}

#footer p {
	padding: 24px 0 0 0;
}

#footer p a {
	color: #f3f3f3;
}

#footer p a:hover {
	color: #a1a3a9;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

#footer p active a {
	color: #a1a3a9;
}

#footer .footer_right {
	position: absolute;
	font-size: 12px;
	right: 0px;
	top: 4px;
	padding: 0;
	margin: 0;
}


/* #sorry for ie6 users
================================================== */
#no_ie6 {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 200px;
	background-color: #ffffff;
	color: #c00;
	z-index: 99;
	font-family: courier, monospace;
	font-size: 18px;
}

.guru {
	border: 4px solid #c00;
	padding: 1em;
	margin: 3px;
	
	text-align: center;
	overflow: hidden;
	margin: 1em 0;
}


