/** GLOBAL */
* {
	margin: 0;
	padding: 0;
	color: rgb(106, 106, 106);
	font-size: 10px;
	line-height: 15px;
	font-family: "Lucida Console";
}

body {
	height: 800px;
	background-color: #000;
}

ul {
	list-style: outside none none;
}

a:hover  {
	animation-name: text_hover;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
	
	-webkit-animation-name: text_hover;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
	
	color: #fff;
}


.hidden {
	display: none;
}

span.highlight {
	color: #FFFFFF;
}

/** HEADER */
#main_nav {
	background-color: #000;
    height: 40px;
    padding-left: 50px;
    padding-right: 25px;
}

#main_nav h1 {
	float: left;
    height: 100%;
    margin: 0;
}

#logo_wrapper {
  height: 100%;
  overflow: hidden;
}

#logo_img {
  height: 55px;
  margin-top: -10px;
}

#main_nav_ul > li:last-of-type {
    border: medium none;
}

#main_nav_ul li a{
	text-decoration: none;
	text-transform: uppercase;
}

#main_nav_ul li.active a{
	color: #FFFFFF;
}


/** CONTENT */
#content {
	height: 620px;
	position: relative;
}

#home {
	padding-top: 60px;
	position: relative;
}

#home_left {
	float: left;
	font-size: 10px;
	line-height: 15px;
	margin-top: 30px;
	padding: 0 60px;
	width: 230px;
}

#showroom {
	height: 290px;
	width: 385px;
	float: left;
}

/** LABELS*/
#labels {
	padding-top: 30px;
	height: 100%;
}

#labels_body {
    height: 330px;
	position: relative;
}

#labels_left {
	float: left;
	padding: 0 60px;
	width: 230px;
	height: 355px;
}

#labels_nav {
	height: 100%;
}


#labels_nav li {
    height: 25%;
	position: relative;
	margin-bottom: 15px; 
}

#labels_nav li:not(.active) {
    opacity: 0.40;
	width: 90%;
	margin: auto;
	margin-bottom: 15px; 
}

#labels_nav li:not(.active):hover {
	opacity: 1;
	width: 100%;
	animation-name: label_hover;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
	
	-webkit-animation-name: label_hover;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
}


#labels_nav img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	border: none;
}

#labels_nav a[href="#nice"] img {
    width: 80%;
	left: 0;
    right: 0;
}
#labels_nav a[href="#milestone"] img {
	left: 0;
    right: 0;
    width: 80%;
}
#labels_nav a[href="#nadine_h"] img {
	left: 0;
    right: 0;
    width: 80%;
}


#labels_gallery {
	height: 100%;
	width: 385px;
	float:right;
	--overflow: hidden;
}

.lables_footer {
    font-size: 10px;
    text-align: center;
	margin-top: 5px;
}

#nice table
{
	width: 100%;
	height: 100%;
}

#nice td {
	height: 30%;
	padding: 1.5% 3%;
}

#nice table td div {
	position: relative;
	height: 100%;
	width: 100%;
}

#nice table td div img {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	border: 1px solid #898989;
}

.labels_nav_tab {
	text-align: center;
}

.labels_nav_tab > img.one_pic {
	width: auto;
}
/*
#nadine_h {
	text-align: center;
}

#nadine_h > img {
	width: auto;
}

#nice {
	text-align: center;
}

#nice > img {
	width: auto;
}

#zaubermasche {
	text-align: center;
}

#zaubermasche > img {
	width: auto;
}
*/

.labels_nav_tab {
    height: 100%;
	position: relative;
	right: 30px;
	width: 100%;
}

.labels_nav_tab > img {
	border: 1px solid #898989;
	width: 100%;
	height: 100%;
}


/** KONTAKT */
#kontakt {
    height: 100%;
}

#kontakt_map {
    float: left;
    height: 100%;
    position: relative;
    width: 455px;
}

#kontakt_map > img {
    border: 1px solid #fff;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 60px;
    top: 0;
}

#kontakt_right {
    float: right;
    width: 305px;
	height: 100%;
	position: relative;
}

#kontakt_adress {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 75px;
	height: 32%;
}

/** IMPRESSUM */
#impressum {
  height: 100%;
  padding: 0 60px;
}

#impressum * {
	font-size: 10px;
}

#impressum h1 {
	color: #ffffff;
	font-weight: normal;
}

#impressum > div {
    float: left;
    width: 50%;
	position: relative;
	height: 100%;
}

#impressum_adress {
  bottom: 0;
  height: 53%;
  margin: auto;
  position: absolute;
  top: 0;
}

#impressum_right_inner {
  bottom: 0;
  height: 53%;
  margin: auto;
  position: absolute;
  top: 0;
}

/** FOOTER */
footer {
	border-top: 6px solid #000;
	bottom: 0;
	position: absolute;
	width: 100%;
}

.copyright {
    float: right;
	margin-right: 60px;
	padding: 4px 0;
}

/** ANIMATIONS */
.raster_inner > div {
	box-shadow: 0px 0px 1px 1px #000000;
	background-color: rgb(21, 21, 21) !important;
}


/* Standard syntax */
@keyframes label_hover {
	0% {
		width: 90%;
		opacity: 0.4;
	}
  
	100% {
		opacity: 1;
		width: 100%;
	}
}

@keyframes text_hover {
  0% {
	width: 0;
    color: #000;
  }
  
  100% {
    color: #fff;
	width: 100%;
  }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes label_hover {
	0% {
		width: 90%;
		opacity: 0.4;
	}
  
	100% {
		opacity: 1;
		width: 100%;
	}
}

@-webkit-keyframes text_hover {
  0% {
	width: 0;
    color: #000;
  }
  
  100% {
    color: #fff;
	width: 100%;
  }
}

#container {
	margin: 110px auto 0;
	width: 760px;
	height: 487px;
	padding-top: 43px;
	background-color: rgb(21, 21, 21);
	position: relative;
}

#main_nav_ul {
	float: right;
	margin: 13px 0;
	padding: 0;
	font-size: 11px;
}

#main_nav_ul li {
	border-right: 1px dotted #494949;
	float: left;
	padding: 0 27px;
}

@media (min-width: 1px) and (max-width: 480px) and (orientation: landscape)  {
	#labels_nav a[href="#nice"] img {
		width: 60%;
	}
	
	#labels_nav a[href="#milestone"] img {
		width: 60%;
	}
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 1px) and (max-width: 480px)  {
	body {
		height: auto;
	}
	
	#container {
		margin: 0 auto 0;
		width: 100%;
		height: auto;
		padding-top: 20px;
	}
	
	#main_nav {
		background-color: #000;
		height: 90px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#main_nav h1 {
		float: left;
		height: 50%;
		margin-top: 5px;
	}
	
	#main_nav_ul {
		float: left;
	}
	
	#main_nav_ul li {
		padding: 0 15px;
	}
	
	#content {
		min-height: 535px;
	}
	
	#home {
		padding-top: 0px;
	}
	
	#home_left {
		margin: 25px 0;
		padding: 0 15px;
		width: auto;
	}
	
	#showroom {
		width: 90%;
		margin-left: 5%;
	}
	
	#labels_left {
		padding: 0 10px;
		width: 30%;
		height: 160px;
	}
	
	#labels_gallery {
	  width: 50%;
	}
	
	.labels_nav_tab > img.one_pic {
		width: 100%;
		height: auto;
	}
	
	
	
	#zaubermasche_slider {
		height: 250px;
	}
	#zaubermasche_slider img {
		height: auto;
		width: 100%;
	}
	
	#kontakt_map {
		width: 100%;
		height: auto;
	}
	
	#kontakt_map > img {
		margin: 5%;
		position: static;
		width: 90%;
	}
	
	#kontakt_right {
		float: none;
		width: 100%;
		height: auto;
		position: static;
		margin: 0 5%;
	}
	
	#kontakt_adress {
		position: static;
		margin: auto;
		height: auto;
	}
	
	#impressum {
		--height: 100%;
		padding: 10px;
	}
	
	#impressum > div {
		float: none;
		width: 100%;
		position: static;
		height: auto;
		margin-bottom: 25px;
	}
	
	#impressum_right_inner {
		height: auto;
		position: static;
	}

	#impressum_adress {
		height: auto;
		position: static;
		width: 100%;
	}
	
	footer {
		position: relative;
	}
}
