	@CHARSET "ISO-8859-1";
	/* Reset CSS
	 * --------------------------------------- */
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
	form,fieldset,input,textarea,p,blockquote,th,td {
		padding: 0;
		margin: 0;
	}
	html, body { height: 100%; }
	a{
		text-decoration:none;
	}
	table {
		border-spacing: 0;
	}
	fieldset,img {
		border: 0;
	}
	address,caption,cite,code,dfn,em,strong,th,var {
		font-weight: normal;
		font-style: normal;
	}
	strong{
		font-weight: bold;
	}
	ol,ul {
		list-style: none;
		margin:0;
		padding:0;
	}
	caption,th {
		text-align: left;

	}
	h1,h2,h3,h4,h5,h6 {
		font-weight: normal;
		font-size: 100%;
		margin:0;
		padding:0;
		color:#444;
	}
	q:before,q:after {
		content:'';
	}
	abbr,acronym { border: 0;
	}

	.f {
		font-weight: bold;
	}
	
	/* GOOGLE FONTS */
	
	/* source-sans-pro-regular - latin */
	@font-face {
	  font-family: 'Source Sans Pro';
	  font-style: normal;
	  font-weight: 400;
	  src: url('fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
	  src: local(''),
		   url('fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		   url('fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		   url('fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
		   url('fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		   url('fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
	}
	
	/* montserrat-regular - latin */
	@font-face {
	  font-family: 'Montserrat';
	  font-style: normal;
	  font-weight: 400;
	  src: url('fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
	  src: local(''),
		   url('fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		   url('fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		   url('fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
		   url('fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		   url('fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
	}
	
	/* cormorant-garamond-regular - latin */
	@font-face {
	  font-family: 'Cormorant Garamond';
	  src: url('fonts/cormorant-garamond-v16-latin-regular.eot'); /* IE9 Compat Modes */
	  src: local(''),
		   url('fonts/cormorant-garamond-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		   url('fonts/cormorant-garamond-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		   url('fonts/cormorant-garamond-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
		   url('fonts/cormorant-garamond-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		   url('fonts/cormorant-garamond-v16-latin-regular.svg#CormorantGaramond') format('svg'); /* Legacy iOS */
	}

	
	

	h1{
		font-size: 2em;
		font-family: 'Cormorant Garamond', serif;
		color: #95723c;
		margin:0;
		padding:0;
		text-align: center;
		font-weight: bold;
	}

	h1.left {
		padding-top: 25px;
		padding-left: 50px;
		text-align: left;
		font-weight: bold;
	}


	h2{
		font-size: 2em;
		font-family: 'Cormorant Garamond', serif;
		color: #95723c;
		margin:0;
		padding:0;
		text-align: center;
	}

	h3{
		font-size: 2em;
		font-family: 'Cormorant Garamond', serif;
		color: #95723c;
		margin:0;
		padding:0;
		text-align: left;
	}

	h4{
		font-size: 2em;
		font-family: 'Cormorant Garamond', serif;
		color: #95723c;
		margin:0;
		padding:0;
		text-align: center;
	}

	h4.top {
		font-size:3em;
		font-weight: bold;
		}
		

	h1.right{
		padding-top: 25px;
		padding-right: 50px;
		text-align: right;
	}

	p {
		font-family: 'Montserrat', sans-serif;
		font-size: 90%;
	}

	p.stevens {
	line-height: 1.6em;
	padding-top: 25px;
	}

	p.left_c {
	line-height: 1.5em;
	padding-top: 25px;
	text-align: left;
	color: #95723c;
	font-weight: bold;
	}

	p.color {
	color: #95723c;
	}

	p.leftnavi_heading {
	padding-bottom:20px;
	padding-top:20px;
	padding-left:10px;
	size:190%;
	font-weight:bold;
	}
	p.leftnavi {
	padding-bottom:10px;
	padding-left:15px;
	font-size: 12pt;
	}

	p.center {
	line-height: 1.5em;
	padding-top: 25px;
	text-align: center;
	}

	p.subnavi {
	padding-top: 10px;
	font-size: 10pt;
	text-align: center;
	}

	p.right {
	line-height: 1.5em;
	padding-top: 25px;
	text-align: right;
	}

	p.left  {
	line-height: 1.5em;
	padding-top: 25px;
	text-align: left;
	}

	.bold {
		font-weight: bold;
	}

	.left {
		text-align: left;
	}


	a:link {
	color: #7a6637;
	text-decoration: none;
	}

	a:visited {
	color: #7a6637;
	text-decoration: none;
	}

	a:hover {
	color: #582813;
	transition: 0.3s;
	/*text-decoration: underline;*/
	}

	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	

	/* SECTION STEVENS */

	#wrapper_stevens {
	width: 100%;
	position: relative;
	float: none;
	}


	#logoarea {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-height: 500px;
	}

	/* SECTION UEBER UNS */

	#ueber_uns_top {
	width: 100%;
	height: 50%;
	text-align: center;
	float: left;
	}

	#ueber_uns_top_content {
	background-image: url(imgs/ueber_uns.jpg);
	background-repeat: no-repeat; 
	background-position: center;
	background-size: contain; 
	width: 100%;
	height: 100%;
	float: left;
	}

	#ueber_uns_bot {
	width: 100%;
	height: 40%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	}

	#left_5 {
	float:left;
	width: 5%;
	height: 100%;
	}

	#left_30 {
	float:left;
	width: 30%;
	height: 100%;
	max-width: 400px;
	min-width: 350px;
	}


	/* SECTION UHREN */

	#uhren_top {
	height: 50px;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding-top: 15px;
	}

	#uhren_30 {
	height: 40%;
	width: 30%;
	float: left;
	max-width: 600px;
	padding-right: 10px;
	}


	#uhren_30.height {
	height: 10%;
	max-width: 400px;
	padding-top: 20px;
	padding-right: 100px;
	}

	#uhren_30_r {
	height: 40%;
	width: 30%;
	float: left;
	max-width: 400px;
	text-align:left;
	}

	#uhren_30_r.height {
	height: 10%;
	padding-top: 20px;
	}

	#uhren_max {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	}

	#uhren_grey {
	height: 1px;
	width: 100%;
	margin-top: 40px;
	background-color: grey;
	}


	/* SECTION SCHMUCK */

	#schmuck_top {
	height: 50px;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	}

	/* SECTION TRAURINGE */

	#ringe_top {
	height: 60px;
	width: 100%;
	float: left;
	margin-bottom: 100px;

	}

	#ringe_oben {
	background-image: url(imgs/ringe_r.jpg);
	background-repeat: no-repeat; 
	background-position: right;
	background-size: contain; 
	float:left;
	width: 100%;
	height: 308px;
	}

	#trauringe_max {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	}

	#ringe_unten_l {
	float:left;
	width: 30%;
	padding-top: 100px;
	}

	#ringe_unten_m {
	float:left;
	width: 1px;
	height: 220px;
	background-color: grey;
	margin-left: 50px;
	margin-right: 50px;
	}

	#ringe_unten_r {
	padding-top: 100px;
	float:left;
	width: 40%;
	}

	/* SECTION REPARATUR */

	#reparatur_top {
	height: 150px;
	width: 100%;
	float: left;
	margin-bottom: 50px;
	}

	#reparatur_max {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	}

	#reparatur_l {
	margin-top: 0px;
	float: left;
	width: 45%;
	height: 200px;
	padding-left: 10px;
	}

	#reparatur_l_2 {
	margin-top: 50px;
	background-image: url(imgs/reparatur_l.jpg);
	background-repeat: no-repeat; 
	background-position: right;
	background-size: contain; 
	width: 100%;
	height: 100%;
	float: right;
	}

	#reparatur_m {
	float:left;
	width: 1px;
	height: 490px;
	background-color: grey;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: -10px;
	}

	#reparatur_r {
	margin-top: 0px;
	float: left;
	width: 42%;
	height: 200px;
	}

	#reparatur_r_2 {
	margin-top: 50px;
	background-image: url(imgs/laserschweissen.jpg);
	background-repeat: no-repeat; 
	background-position: left;
	background-size: contain; 
	width: 100%;
	height: 100%;
	float: left;
	}

	/* SECTION IMPRESSUM */

	#impressum_top {
	height: 1px;
	width: 100%;
	float: left;
	margin-bottom: 100px;
	}

	#impressum_max {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}

	#impressum_l {
	float: left;
	height: 100%;
	width: 20%;
	}

	#impressum_m {
	float: left;
	height: 400px;
	width: 1px;
	background-color: grey;
	}

	#impressum_r {
	float: left;
	height: 100%;
	width: 90%;
	margin-left: 50px;
	}


	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	 #clear {
	clear: both;
	}

	#section_stevens{
		/*background-image: url(imgs/startseite.jpg);*/
	}
	#section0 h1{
		/*top: 50%;
		transform: translateY(-50%);*/
		position: relative;
	}
	#section_uhren{
		/*background-image: url(imgs/bg_unsere_uhren.jpg);*/
	}
	#2ndpage{
		padding-top: 500px;
		height: 200px;
		width: 200px;
		background-image: url(imgs/white.png);
		padding: 0 0 0 0;
	}
	#section_schmuck{
		/*background-image: url(imgs/bg_schmuck.jpg);*/
	}
	#section_ueber_uns{
		/*background-image: url(imgs/bg_ueber_uns.jpg);*/
	}
	#section_reparatur{
		/*background-image: url(imgs/bg_reparaturen.jpg);*/
	}
	#section_trauringe{
		/*background-image: url(imgs/bg_verlobung.jpg);*/
	}
	#section_impressum{
		/*background-image: url(imgs/bg_impressum.jpg);*/
	}

	.section{
		background-size: cover;
	}
	.slide{
		background-size: cover;
	}
	.section{
		text-align:center;
	}

	body{
		font-family: 'Lato', sans-serif;
		color: #333;
		color: rgba(0,0,0,0.5);
	}

	.wrap{
		margin-left: auto;
		margin-right: auto;
		width: 960px;
		position: relative;
	}


	.section{
		text-align:center;
	}

	/* mouse */

	#mo {
	  display: inline-block;
	  position: relative;
	}

	#img2 {
	  position: absolute;
	  top: 0;
	  left: 0;
	  opacity: 0;
	  transition: opacity 0.7s;
	}

	#mo:hover #img2 {
	  opacity: 1;
	}

	/* Image Zoom */

	img.zoom {
	 transition: transform 0.5s;
	 -moz-transition: transform 0.5s;
	 -webkit-transition: transform 0.5s;
	 -o-transition: transform 0.5s;
	 -ms-transition: transform 0.5s;
	}
	img.zoom:hover {
	 transform: scale(1.07, 1.07);
	 -moz-transform: scale(1.07, 1.07);
	 -webkit-transform: scale(1.07, 1.07);
	 -o-transform: scale(1.07, 1.07);
	 -ms-transform: scale(1.07, 1.07);
	}

	#oeffnungszeiten_bot {
		position: absolute;
		bottom: 0;
		height: 50px;
		z-index: 70;
		width: 100%;
		text-align: center;
		padding-top: 15px;
		background-color: #d0c6b6;
	}

	.slick-dots li button:before
	   {
		   margin-top: 20px;
		   font-size: 15px !important;
		   line-height: 10px !important;
	   }

	/* DROP DOWN MENU */

	body {
		background: rgb(255,255,255);
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1)));
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
		background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ffffff',GradientType=0 );
		background-attachment: fixed;
	}

	#menu {
		height: 60px;
		font-family: 'Source Sans Pro', sans-serif;
		color: #d0c6b6;
		margin-left: auto;
		margin-right: auto;
		position:fixed;
		top:0;
		left:0;
		z-index: 70;
		width: 100%;
		text-align: center;
		background-color: #d0c6b6;
		padding-top: 10px;
		
	}

	#menu a {
		text-decoration: none;
		
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;	
		font-size: 1.0em;	
	}


	#menu .inhalt ul {
		position: absolute;
		float: left;
		list-style: none;
		z-index: 1000000; 
		width: 100%;
		background-color: #d0c6b6;
		text-align: center;
	}

	#menu .inhalt ul li {
		float: left;
		margin: 0 0 0 20px;
		padding: 0 0px;
		font-size: 16px;
		font-weight: none;
		line-height: 40px;
		padding-left: 10px; /* Abstand links*/
		padding-right: 10px;
	}

	#menu .sie-sind-hier>ul>li{
		background-color: black;
	}
	/*
	#menu .inhalt>ul>li:hover {
		height: 39px;
		padding-left: 10px; Abstand links
		padding-right: 10px;
		background: #b7ae9f;
		border-bottom: 0px solid #7a6637; Farbe unten
		border-radius: 2px;  Border Radius oben
		position: relative;
	}
	*/

	#menu .inhalt ul li img {
		float: left;
		width: 16px;
		height: 16px;
		background: #000;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 0px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	#menu .inhalt ul li ul {
		top: -9999px;
		min-width: 140px; /* Breite von Drop Down */
		background: #e4ddd1;
		background: -moz-linear-gradient(top,  #e4ddd1 0%, #e4ddd1 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4ddd1), color-stop(100%,#e4ddd1));
		background: -webkit-linear-gradient(top,  #e4ddd1 0%,#e4ddd1 100%);
		background: -o-linear-gradient(top,  #e4ddd1 0%,#e4ddd1 100%);
		background: -ms-linear-gradient(top,  #e4ddd1 0%,#e4ddd1 100%);
		background: linear-gradient(top,  #e4ddd1 0%,#e4ddd1 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4ddd1', endColorstr='#e4ddd1',GradientType=0 );
		padding: 0;
		margin-left: -10px; /*Verschub des Dropdown menu */
		margin-top: -3px; /* Verschub des Dropdown nach oben / unten */
		box-shadow: 0 0px 0px #000;
		border-radius: 2px;
	}

	#menu .inhalt ul li:hover ul {
		top: 40px; /* Höhen Abstand von Dropdown */
		
	}

	#menu .inhalt ul ul li {
		float: none;
		font-size: 15px;
		padding: 10px 15px; /* Abstand dropdown höhe */
		text-align: left;
		margin: 0;
		border-bottom: 1px solid #b9ae9b;
		line-height: 20px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		border-radius: 2px;
	}

	/* Dropdown -> Hover */
	#menu .inhalt ul ul li:hover {
		background: #e1dbd0;
		color: #000;
		/*font-weight: bold;*/
	}

	#menu .inhalt ul ul li a {
		display: block;
	}

	#menu .inhalt ul ul li a:hover {
		/*font-weight: bold;*/
	}

	#menu li ul li ul {
		position: absolute;
		left: -9999px;
	}

	#menu .inhalt ul ul li:hover ul {
		left: 100%;
		top: auto;

	}

	#menu li.active a{
		color: #46281a;
		/*font-weight: bold;*/
	}

	.button {
	  background-color: #c17d14;
	  border: none;
	  color: white;
	  padding: 15px 32px;
	  text-align: center;
	  display: inline-block;
	  font-size: 16px;
	}

	.btn:hover{
	transform: translate(5px);
	transition: all ease 0.2s;
	}




	/* IMAGE SCROLLER */

	#parentScroll{
			width:100%;
			overflow:hidden;
			height:250px;
			float:left;
	}

	#imgScroll{
			width:10000px;
			float:left;
			max-height:250px;
	}
	 
	#imgScroll img{
			float:left;
	}

	#responsive {
		display: none;
		
	}

	/* Responsive */

	@media screen and (orientation:portrait) and (max-width:600px) {
		#menu {
			display: none;
		}
		#oeffnungszeiten_bot {
			display: none;
		}
		#fullpage {
			display: none;
		}
		#responsive {
			display: inline;
			width:350px;
		}
		#left_navigation {
			display:none;
		}
		#responsive-width{
			width:80%;
			margin-left:9%;
			padding-right:9%;
		}
		
	}




	@media screen and (orientation:landscape) and (max-width:900px) {
		#menu {
			display: none;
		}
		#oeffnungszeiten_bot {
			display: none;
		}
		#fullpage {
			display: none;
		}
		#responsive {
			display: inline;
			width:100%;
		}
		#html {
		transform: rotate(-90deg);
		transform-origin: left top;
		width: 100vh;
		overflow-x: hidden;
		position: absolute;
		top: 100%;
		left: 0;
		}

	}

	@media screen and (orientation:landscape) and (max-height:960px) {
		#heightnone {
			display: none;
		}

	}









	#menuToggle
	{
	  display: block;
	  position: relative;
	  top: 20px;
	  left:20px;
	  width:50px;
	  z-index: 100;
	  -webkit-user-select: none;
	  user-select: none;
	}

	#menuToggle a
	{
	  text-decoration: none;
	  color: #232323;
	  transition: color 0.3s ease;
	}

	#menuToggle a:hover
	{
	  color: #6b2813;
	}


	#menuToggle input
	{
	  display: block;
	  width: 40px;
	  height: 32px;
	  position: absolute;
	  top: -7px;
	  left: -5px;
	  cursor: pointer;
	  opacity: 0;  /*hide this */
	  z-index: 115; /* and place it over the hamburger */
	  -webkit-touch-callout: none;
	   
	}

	/*
	 * Just a quick hamburger
	 */
	#menuToggle span
	{
	  display: block;
	  width: 33px;
	  height: 4px;
	  margin-bottom: 5px;
	  position: relative;
	  background: #846637;
	  border-radius: 3px;
	  z-index: 110;
	  transform-origin: 4px 0px;
	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  opacity 0.55s ease;
	}

	#menuToggle span:first-child
	{
	  transform-origin: 0% 0%;
	}

	#menuToggle span:nth-last-child(2)
	{
	  transform-origin: 0% 100%;
	}

	/* 
	 * Transform all the slices of hamburger
	 * into a crossmark.
	 */
	#menuToggle input:checked ~ span
	{
	  opacity: 1;
	  transform: rotate(45deg) translate(-2px, -1px);
	  background: #846637;
	}

	/*
	 * But let's hide the middle one.
	 */
	#menuToggle input:checked ~ span:nth-last-child(3)
	{
	  opacity: 0;
	  transform: rotate(0deg) scale(0.2, 0.2);
	}

	/*
	 * Ohyeah and the last one should go the other direction
	 */
	#menuToggle input:checked ~ span:nth-last-child(2)
	{
	  transform: rotate(-45deg) translate(0, -1px);
	}

	/*
	 * Make this absolute positioned
	 * at the top left of the screen
	 */
	#menu2
	{
	  position: absolute;
	  width: 300px;
	  margin: -150px 0 0 -50px;
	  padding: 50px;
	  margin-top: 20px;
	  
	  background: #ded7cc;
	  list-style-type: none;
	  -webkit-font-smoothing: antialiased;
	  /* to stop flickering of text in safari */
	  
	  transform-origin: 0% 0%;
	  transform: translate(-100%, 0);
	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	  
	}

	#menu2 li
	{
	  padding: 10px 0;
	  font-size: 22px;
	  
	}

	/*
	 * And let's slide it in from the left
	 */
	#menuToggle input:checked ~ ul
	{
	  transform: none;
	  width:300px;
	  background-color:#ded7cc;
	  border-radius: 10px;
	}
