<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* taviraj-300 - latin */
@font-face {
  font-family: 'Taviraj';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/taviraj-v11-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/taviraj-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/taviraj-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/taviraj-v11-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/taviraj-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/taviraj-v11-latin-300.svg#Taviraj') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

body {
	font-family: 'Lato', sans-serif;
	line-height: 1.5;
	font-weight: 400;
	color: #3b2b23;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #ad8f7f;
}

a:active,
a:focus {
	outline: none;
}

img {
	border: none;
	display: block;
	max-width: 100%;
}

h1, h2, h3 {
	font-family: 'Taviraj', serif;
	font-weight: 300;
	line-height: 1.2;
}

h1 {
	font-size: 2.5em;
	margin-top: 100px;
	margin-bottom: 50px;
	text-align: center;
}

h2 {
	font-size: 1.875em;
	margin-top: 40px;
	margin-bottom: 0px;
}

h3 {
	font-size: 1.375em;
	margin-top: 40px;
	margin-bottom: 0px;
}

.weiterlink {
    background: #cebbb1;
    border: 2px solid #cebbb1;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    margin-top: 30px;
}
.weiterlink:hover {
	background: transparent;
	color: #3b2b23;
}
.weiterlink h3 {
	margin: 0;
}

.padding-right {
    padding-right: 40px;
}
/*MenÃ¼*/
#header .container &gt; div {
    position: relative;
}

.shop a {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
	background: rgba(173, 143, 127, 0.2);
	color: #612300;
}
#suche {
	float: right;
	border-bottom: 1px solid #cebbb1;
	margin-top: 10px;
}

#suche input {
	color: #cebbb1;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
	padding-left: 0px;
	height: auto;
	float: left;
}

#suche #suchbutton {
	border: none;
	background: none;
	background-image: url(../img/icons/search.png);
	background-size: 100%;
	width: 20px;
	height: 20px;
	margin-top: 15px;
	float:right;
}

#mobile-menu {
    display: none;
}

#main_nav {
	z-index: 10002;
	display: block;
    width: 100%;
	background: #cebbb1;
	text-transform: uppercase;
}

#main_nav ul {
	justify-content: center!important;
	margin: 0px; 
	padding: 0px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#main_nav ul li {
	display: block;
	float: left;
	padding: 10px;
	color: #fff;
	cursor: pointer;
}

#main_nav ul li a {
	display: block;
	color: #fff;
}

#main_nav ul li a:hover,
#main_nav &gt; .container &gt; ul &gt; li.aktiv &gt; a,
#main_nav ul li.aktiv .no-link,
#main_nav ul li.aktiv .no-link  a {
	color: #612300;
}
#main_nav ul li:last-child {
    background: #612300;
}

#main_nav ul li:last-child a:hover,
#main_nav &gt; .container &gt; ul &gt; li.aktiv:last-child &gt; a,
#main_nav ul li.aktiv:last-child .no-link,
#main_nav ul li.aktiv:last-child .no-link  a{
    color: #cebbb1;
}


#main_nav .sub-menu {
	z-index: 10002;
	margin-top: 10px;
	font-size: 0.9em;
	text-transform: none;
    background: #cebbb1;
    
    max-width: 250px;
    padding: 0;
    position: absolute;
    display: block;
	visibility: hidden;
    width: inherit;
}

#main_nav li:hover .sub-menu {
	visibility: visible;
}

#main_nav .sub-menu li {
    text-align: left;
	padding: 0px;
	float: left;
    width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(97,35,0,0.1);
}

#main_nav .sub-menu li:last-child {
	border: none;
}

#main_nav .sub-menu li a {
	padding: 10px 15px;
}

#main_nav .sub-menu li a:hover {
	background: #fff;
}

#main_nav .sub-menu .DesktopHidden{
	display:none;
}

#nav_wrapper.open #main_nav {
	display: block;
}


#logo {
    margin: 0 auto;
    padding-top: 80px;
	padding-bottom: 30px;
    width: 215px;
}

/*Startseite*/
.padding {
	padding: 40px 0px 80px 0px;
}

.padding-bottom {
	padding-bottom: 40px;
}
.margin-left {
	padding-left:  20px;
	box-sizing: border-box;
}

.margin-right {
	padding-right: 20px;
	box-sizing: border-box;
}

.colorBg {
	
}
ul.colorBg {
	padding: 30px 40px;
}
.center {
	text-align: center;
	margin: 0 auto;
}

#kopfgrafik {
	background: #ebe4e0;
	overflow-x: hidden;
}

#kopfgrafik img {
    max-width: 100%;
	object-fit: cover;
    margin: 0;
    width: 100%;
}


#image-text .row {
	min-height: 450px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

#ima ge-text .inner.left {
	margin: 50px 30px 50px 0px;
}

#image-text .inner {
	margin: 60px 5%;
}


#image-text .trauringe {
	background-image: url(../img/startseite/trauringe.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 300px;
}

#image-text.rechts .row {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}


#image-text .goldschmiede {
	background-image: url(../img/startseite/goldschmiede.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 300px;
}

#imag e-text .goldschmiede .row {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
} 

.uhrenwerkstatt {
	background: url('../img/startseite/uhrenwerkstatt.jpg');
	background-attachment: scroll;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	position: relative;
	color: #fff;
}
#sortiment a {
	display: block;
	margin:  5px;
	border: 3px solid rgba(235, 228, 224,0);
	transition:All 0.4s ease;
	-webkit-transition:All 0.4s ease;
	-moz-transition:All 0.4s ease;
	-o-transition:All 0.4s ease;
}
#sortiment a:hover {
	border-color: #EBE4E0;
	opacity: 0.75;
}
#sortiment .inner {
	position: relative;
}

#sortiment h3 {
	font-size: 1.2rem;
    color: #3b2b23;
    text-align: center;
	margin: 20px 0px;
    text-transform: uppercase;
	transition:All 0.4s ease;
	-webkit-transition:All 0.4s ease;
	-moz-transition:All 0.4s ease;
	-o-transition:All 0.4s ease;
}

#sortiment a:hover h3 {
	color: #ad8f7f;
}

#sortiment h3.ring {
    color: #fff;
	font-size: 2.188em;
	line-height: 1.2;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
}

#sortiment img {
    margin: 0 auto;
}

#sortiment a.shop {
	background: #cebbb1;
	color: #fff;
	border: 3px solid;
}
#sortiment a.shop:hover {
	border-color: #ad8f7f;
	border: 3px solid;
}

#sortiment a.shop h3,
#sortiment a.shop:hover h3 {
	color: #fff;
}
#kopfgrafik {
/*	position: relative;*/
	overflow: hidden;
}

#kopfgrafik .konfigurator-button {
	background: rgb(206,187,177); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(206,187,177,1) 55%, rgba(153,126,114,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(206,187,177,1) 55%,rgba(153,126,114,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(206,187,177,1) 55%,rgba(153,126,114,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cebbb1', endColorstr='#997e72',GradientType=0 ); /* IE6-9 */

	position: absolute;
	border-radius: 50%;
	top: 450px;
    right: 5%;
	text-align: center;
	width: 140px;
	height: 140px;  
	color: #fff;
	font-size: 1.1em;
	z-index: 1;

    transform: rotate(10deg) ;
    -webkit-transform: rotate(10deg) ;
    -moz-transform: rotate(10deg) ;
    -o-transform: rotate(10deg) ;
    -ms-transform: rotate(10deg) ;	
}

#kopfgrafik .konfigurator-button:before {
    border: 1px solid #fff;
	border-radius: 50%;
    content: "";
    display: block;
    height: 128px;
	width: 128px;
    left: 5px;
    position: absolute;
    text-align: center;
    top: 5px;
    z-index: -1;
}

#kopfgrafik .konfigurator-button a {
    color: #fff;
    display: block;
    height: 100%;
	padding-top:42px;
}

/*Content*/
#Inhalt ul li {
	list-style: none;
}

#Inhalt ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #cebbb1;
    border-radius: 50%;
    margin-left: -15px;
    margin-top: 10px;
    position: absolute;
}

#Inhalt_leer {
    display: none;
}

#Inhalt &gt; .container {
    padding-bottom: 120px;
}


.besteck {
	margin-top: 60px;
	margin-bottom: 40px;
}

/*Footer*/
#footer {
	display: block;
	float: left;
    width: 100%;
	padding: 30px 0px;
	font-size: 0.875em;
	borde r-top: 1px solid #cebbb1; 
	background-color: rgba(173, 143, 127, 0.05);
	overflow: hidden;
	position: relative;
}

#footer:after {
	content: "";
	top: 0;
	left: -2%;
	width: 104%;
	height: 100%;
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: inset 0px 1px 10px 0px rgba(173,143,127,0.3);
	-moz-box-shadow: inset 0px 1px 10px 0px rgba(173,143,127,0.3);
	box-shadow: inset 0px 1px 10px 0px rgba(173,143,127,0.3);
}

#footer h4 {
	font-size: 1.250em;
}

#footer ul {
	display: block;
	margin: 0px; 
	padding: 0px;
}

#footer li {
	display: block;
	float: left;
	border-right: 1px solid;
	padding: 0px 15px;
	line-height: 1;
}

#footer li:first-child {
	padding-left: 0px;
}

#footer li:last-child {
	border-right: none;
}

#footer ul li a {
	display: block;
	color: #3b2b23;
}


.facebook img {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

#footer .newsletter #feld {
	background-color: rgba(206,187,177,0.4);
	color: #3b2b23;
	border: none;
	width: 36%;
	height: auto;
	padding: 9px 2%;
}

#footer .newsletter #anmeldebutton {
    background-color: rgba(206,187,177,1);
	padding: 8px 10px;
	color: #fff;
	height: auto;
	float: right;
    border: none;
}

#footer .fusszeile {
    margin-top: 50px;
}

#footer .facebook {
	float: right;
}

#footer .facebook a {
	color: #3b2b23;
}

#map_canvas{
	display:block;
	width: 100%;
	height: 400px;
	border: 1px solid rgba(59, 43, 35,0.01);
}
/*Historie*/
.historie {
    margin-top: 40px;
}

.historie td:first-child {
    width: 15%;
	color: #CEBBB1;
	font-size: 2em;
	line-height: 1;
}

.historie td {
    border-top: 5px solid rgba(206,187,177,0.2);
    padding-bottom: 30px;
    padding-top: 30px;
}

/*Marken*/
.Marke {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(206,187,177,0.50);
}

.Marke h3 {
	margin-top: 0px;
}


.Marke img {
	margin: 1px auto;
	max-height: 150px;
}

/*MÃ¶lln Ring*/
.stadtring {
	margin: 50px 0px 50px 0px;
	background: #B9A690;
}

.stadtring .inner {
	padding: 40px;
	color: #fff;
}

.stadtring h3 {
	margin-top: 20px;
	line-height: 1.4;
}

.stadtring .col-md-6:last-child {
	background: url(../img/der-moelln-ring-klein.jpg);
	background-position: center;
	background-size: cover;
	height: 400px;
}

.kugelschreiber {
	background: url("../img/der-moelln-kugelschreiber_kl.jpg")!important;
	background-position: center!important;
	background-size: cover!important;
	height: 400px!important;
}
/*MÃ¶lln Uhr*/
.stadtuhr {
	margin: 50px 0px 50px 0px;
	background: #B9A690;
}

.stadtuhr .inner {
	padding: 40px;
	color: #fff;
}

.stadtuhr h3 {
	margin-top: 20px;
	line-height: 1.4;
}

.stadtuhr .col-md-6:last-child {
	background: url(../img/die-moelln-uhr-klein.jpg);
	background-position: center;
	background-size: cover;
	height: 400px;
}
/*Dropdown*/
dl {
	margin-top: 60px;
}

dt {
    border-bottom: 1px solid rgba(206,187,177,0.2);;
    padding-bottom: 10px;
	background-image:url(../img/navigat/open.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 3% auto;
}


dt h3 {
    margin-bottom: 10px;
    margin-top: 10px;
}

dd {
    margin: 30px 0px 60px 0px;
	display:none;
}


.infoBlock ul {
	width: 60%;
}

.infoBlock ul li {
	margin-bottom: 5px;
}

.anfahrt{
	object-fit: cover;
	max-height: 643px;
	width: 100%
}

/*Neuigkeiten*/
#MODUL_Neuigkeiten {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: stretch;
    align-items: stretch;
}
#umsNeuigkeit {
	box-sizing: border-box;
	text-align: center;
	padding: 30px;
	min-height: 410px;
	background: rgba(206, 187, 177, 0.2);
}

#umsNeuigkeit &gt; h1 {
	font-size: 1.75em;
	line-height: 1.2;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 3px solid #CEBBB1;
}

#umsNeuigkeit #umsNeuigkeitDatum {	
    color: #CEBBB1;
    font-size: 1.3em;
    line-height: 1;
	text-align: center;
}

#umsNeuigkeit #umsNeuigkeitKurzbeschreibung,
#umsNeuigkeit #umsNeuigkeitBilder {
	margin-bottom: 0px;
    padding-top: 30px;	
}

#umsNeuigkeit #umsNeuigkeitBilder img {
	margin: 0 auto;
}
/*
#umsNeuigkeit {
	float: left;
	width: 46%;
	margin: 1%;
	box-sizing: border-box;
	padding: 30px;
	min-height: 410px;
	background: rgba(206, 187, 177, 0.2)
}

#umsNeuigkeit &gt; h1 {
	float: left;
    text-align: left;
	width: 100%;
	margin: 0px;
	font-size: 2em;
	line-height: 1.2;
}

#umsNeuigkeit #umsNeuigkeitDatum {
    float: left;
	width: 100%;
	
	text-align: right;
    color: rgb(206, 187, 177);
    font-size: 1.3em;
    line-height: 1;
	margin-top: 5px;
	padding-top: 10px;
	border-top: 5px solid rgba(206, 187, 177, 0.2);
}
#umsNeuigkeit #umsNeuigkeitKurzbeschreibung {
    float: left;
	width: 65%;
	padding-right: 5%;
}

#umsNeuigkeit #umsNeuigkeitBilder {
    float: left;
	width: 30%;
}

#umsNeuigkeitBilder &gt; a {
    display: block;
    float: right;
}

#umsNeuigkeit #umsNeuigkeitKurzbeschreibung,
#umsNeuigkeit #umsNeuigkeitBilder {
	margin-bottom: 60px;
    padding-top: 20px;
	
}
*/
.TrauringKonfiguratoren a {
    display: block;
    padding: 0px 10px;
}

.TrauringKonfiguratoren img {
	margin: 0 auto;
}

#Tooltip h1{
	margin-top: 10px;
	margin-bottom: 10px;
}


.trauberat{
	padding-top: 1.3em;
	
	height: 540px;
	width: 100%;
	object-fit: cover;
	
}


.traubttn{
		display: flex;
	justify-content: flex-start;
}


#gallery {
	margin-bottom: 60px;
}
.photos-grid-container {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 20px;
  align-items: start;
 
  @media (max-width: 580px) {
    grid-template-columns: 1fr;
  }
 
  .img-box {
    border: none;
    position: relative;
	  box-shadow: 3px 0px 19px -4px rgba(0,0,0,0.10);
-webkit-box-shadow: 3px 0px 19px -4px rgba(0,0,0,0.10);
-moz-box-shadow: 3px 0px 19px -4px rgba(0,0,0,0.10);
	  aspect-ratio: 1/1;
  }
				.img-box img{
					object-fit: contain;
				}

  .img-box:hover .transparent-box {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .img-box:hover .caption {
    transform: translateY(-5px);
  }

  img {
    max-width: 100%;
    display: block;
    height: auto;
  }

  .caption {
    color: white;
    transition: transform 0.3s ease, opacity 0.3s ease;
    font-size: 1.5rem;
  }

  .transparent-box {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .main-photo {
    grid-row: 1;
    grid-column: 1;
	 
  }
			.main-photo img{ 
				aspect-ratio: 1/1;
				object-fit: cover;
				object-position: center;
			}

  .sub {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 20px;

    &amp;:nth-child(0) {
      grid-column: 1;
      grid-row: 1;
    }

    &amp;:nth-child(1) {
      grid-column: 2;
      grid-row: 1;
    }

    &amp;:nth-child(2) {
      grid-column: 1;
      grid-row: 2;
    }

    &amp;:nth-child(3) {
      grid-column: 2;
      grid-row: 2;
    }
  }
}

.hide-element {
  border: 0;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
	display: none;
}

@media screen and (min-width: 1280px) {
  .container {
    margin: 0 auto;
    width: 1250px;
  }
}
		a.glightbox {
			height: 100%;
			display: flex;
		}

@media screen and (max-width: 920px){
	.popup {
		width: 70vw!important;
	}
	.trauberat{
		max-height: 600px;
		object-position: 50% 57%;
	}
}


@media screen and (max-width: 1199px){


	
	
	.traubttn{
	justify-content: center;
	
}
}</pre></body></html>