/*
-----------------------------------------------
		www.goldschmied-klaucke.de
----------------------------------------------- */


/*		R E S E T
----------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
		margin: 0;
	    padding: 0;
	    border: 0;
	    outline: 0;
	    font-size: 100%;
	    vertical-align: baseline;
	    background: transparent;
	    -webkit-text-size-adjust: 100%;
		-webkit-font-smoothing: antialiased !important;
		-moz-osx-font-smoothing: grayscale;
}

html {
		height: 100%;
}

body {
	    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
	    display: block;
}

blockquote, q {
	    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	    content: "";
	    content: none;
}

a {
	    margin: 0;
	    padding: 0;
	    font-size: 100%;
	    vertical-align: baseline;
	    background: transparent;
}

table {
	    border-collapse: collapse;
	    border-spacing: 0;
}

input, select {
	    vertical-align: middle;
}

nav ul {
		list-style: none;
}


/*		W E B F O N T S
----------------------------------------------- */

@font-face {
    font-family: "Nobel Web";
    src: url('webfonts/nobel-regular-webfont.eot');
    src: url('webfonts/nobel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/nobel-regular-webfont.woff') format('woff'),
         url('webfonts/nobel-regular-webfont.ttf') format('truetype'),
         url('webfonts/nobel-regular-webfont.svg#nobelregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AK Arrows";
    src: url("arrows.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


/*		A N I M A T I O N
----------------------------------------------- */

@keyframes FadeMeIn {0% {opacity: 0;} 100% {opacity: 1;}}
@-o-keyframes FadeMeIn {0% {opacity: 0;} 100% {opacity: 1;}}
@-moz-keyframes FadeMeIn {0% {opacity: 0;} 100% {opacity: 1;}}
@-webkit-keyframes FadeMeIn {0% {opacity: 0;} 100% {opacity: 1;}}


/*		B A S I C S
----------------------------------------------- */

body {
		color: #333;
		background: #111;
		font-family: "Nobel Web", Helvetica, Arial, sans-serif;
		font-size: 17px;
		line-height: 20px;
		letter-spacing: 0.03em;
		text-align: left;
}

h1, h2 {
		font-weight: normal;
}

a:link, a:visited {
		text-decoration: none;
}

.text a:link, .text a:visited {
		color: #333;
		border-bottom: 1px solid #333;
}

.text a:hover, .text a:active {
		border-bottom: none;
}


*::-moz-selection {
		color: #fff;
		background-color: #b9973a;
}

*::selection {
		color: #fff;
		background-color: #b9973a;
}

#wrapper {
		width: 900px;
		height: 650px;
		margin: auto;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
}

#ring {
		position: absolute;
		z-index: 9;
		left: 225px;
		top: 90px;
		width: 450px;
		height: 450px;
		background: transparent url("ring.png") 0 0 no-repeat;
}

#homepage #ring {
		opacity: 1;
		transition: opacity 1s linear 0.5s;
		-o-transition: opacity 1s linear 0.5s;
		-moz-transition: opacity 1s linear 0.5s;
		-webkit-transition: opacity 1s linear 0.5s;
		animation: FadeMeIn 1s ease-in 0s 1;
		-o-animation: FadeMeIn 1s ease-in 0s 1;
		-moz-animation: FadeMeIn 1s ease-in 0s 1;
		-webkit-animation: FadeMeIn 1s ease-in 0s 1;
}

.fancybox-overlay {
		
		opacity: 1;
		transition: opacity 1s linear 0.5s;
		-o-transition: opacity 1s linear 0.5s;
		-moz-transition: opacity 1s linear 0.5s;
		-webkit-transition: opacity 1s linear 0.5s;
		animation: FadeMeIn 0.5s ease-in 0s 1;
		-o-animation: FadeMeIn 0.5s ease-in 0s 1;
		-moz-animation: FadeMeIn 0.5s ease-in 0s 1;
		-webkit-animation: FadeMeIn 0.5s ease-in 0s 1;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min-resolution: 200dpi) {

#ring {
		background-size: 450px 450px;
		background-image: url("ring@2x.png");
}

}


/*		N A V I G A T I O N
----------------------------------------------- */

nav li {
		text-align: center;
		position: absolute;
		z-index: 10;
}

#homepage nav li {
		opacity: 1;
		transition: opacity 1s linear 0.5s;
		-o-transition: opacity 1s linear 0.5s;
		-moz-transition: opacity 1s linear 0.5s;
		-webkit-transition: opacity 1s linear 0.5s;
		animation: FadeMeIn 1s ease-in 0s 1;
		-o-animation: FadeMeIn 1s ease-in 0s 1;
		-moz-animation: FadeMeIn 1s ease-in 0s 1;
		-webkit-animation: FadeMeIn 1s ease-in 0s 1;
}

nav a:link, nav a:visited {
		display: block;
		color: #79725d;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition-property: all;
		-o-transition-duration: 0.25s;
		transition: all 0.25s ease-in-out;
}

nav a:hover {
		color: #f3e5bb;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition-property: all;
		-o-transition-duration: 0.25s;
		transition: all 0.25s ease-in-out;
}

nav .active {
		background-image: url("button-on.png") !important;
}

nav .active a:link, nav .active a:visited {
		color: #f2f2f2;
		cursor: default;
}

#prim li {
		background-size: 95px 95px;
		background-image: url("button.png");
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-transition: all 0.35s ease-in-out;
		-moz-transition: all 0.35s ease-in-out;
		-o-transition-property: all;
		-o-transition-duration: 0.35s;
		transition: all 0.35s ease-in-out;
}

#prim li:hover {
		background-image: url("button-on.png") !important;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition-property: all;
		-o-transition-duration: 0.25s;
		transition: all 0.25s ease-in-out;
}

#prim li span {
		display: block;
		width: 95px;
		height: 95px;
		background-size: 95px 95px;
		background-image: url("navring.png");
		background-position: 0 0;
		background-repeat: no-repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min-resolution: 200dpi) {

#prim li span {
		background-size: 95px 95px;
		background-image: url("navring@2x.png");
}

}

#prim #schmuck {
		left: 86px;
		top: 50px;
}

#prim #anselmklaucke {
		left: 22px;
		top: 190px;
}

#prim #kontakt {
		left: 22px;
		top: 344px;
}

#prim a {
		width: 84px;
		height: 54px;
		padding-top: 36px;
		padding-left: 6px;
}

#prim #anselmklaucke a {
		padding-top: 26px;
		height: 64px;
}

#sec li {
		background-size: 70px 70px;
		background-image: url("button.png");
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-transition: all 0.35s ease-in-out;
		-moz-transition: all 0.35s ease-in-out;
		-o-transition-property: all;
		-o-transition-duration: 0.35s;
		transition: all 0.35s ease-in-out;
}

#sec li:hover {
		background-image: url("button-on.png") !important;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition-property: all;
		-o-transition-duration: 0.25s;
		transition: all 0.25s ease-in-out;
}

#sec li span {
		display: block;
		width: 70px;
		height: 70px;
		background-size: 70px 70px;
		background-image: url("navring.png");
		background-position: 0 0;
		background-repeat: no-repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min-resolution: 200dpi) {

sec li span {
		background-size: 70px 70px;
		background-image: url("navring@2x.png");
}

}

#sec #hand {
		right: 245px;
		top: -9px;
}

#sec #hals {
		right: 158px;
		top: 60px;
}

#sec #ohr {
		right: 100px;
		top: 156px;
}

#sec a {
		width: 69px;
		height: 46px;
		padding-top: 24px;
		padding-left: 1px;
}

#sec .ueber-mich a {
		padding-top: 15px;
}

#tert li {
		background-size: 45px 45px;
		background-image: url("button.png");
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-transition: all 0.35s ease-in-out;
		-moz-transition: all 0.35s ease-in-out;
		-o-transition-property: all;
		-o-transition-duration: 0.35s;
		transition: all 0.35s ease-in-out;
}

#tert li:hover {
		background-image: url("button-on.png");
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition-property: all;
		-o-transition-duration: 0.25s;
		transition: all 0.25s ease-in-out;
}

#tert li span {
		display: block;
		width: 45px;
		height: 45px;
		background-size: 45px 45px;
		background-image: url("navring.png");
		background-position: 0 0;
		background-repeat: no-repeat;
		font-size: 14px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min-resolution: 200dpi) {

#tert li span {
		background-image: url("navring@2x.png");
}

}

#tert #start {
		right: 427px;
		top: 619px;
}

#tert #lang1 {
		right: 355px;
		top: 612px;
}

#tert #lang2 {
		right: 288px;
		top: 588px;
}

#tert a {
		width: 45px;
		height: 39px;
		padding-top: 11px;
		padding-left: 0px;
}


/*		C O N T E N T
----------------------------------------------- */

#content {
		position: absolute;
		z-index: 10;
		left: 245px;
		top: 110px;
		width: 410px;
		height: 410px;
		border-radius: 205px;
		-webkit-border-radius: 205px;
		background-image: url("ring_bg.png");
		background-size: 410px 410px;
		background-position: 0 0;
		background-repeat: no-repeat;
		overflow: hidden;
}

#homepage #content {
		opacity: 1;
		transition: opacity 1s linear 0.5s;
		-o-transition: opacity 1s linear 0.5s;
		-moz-transition: opacity 1s linear 0.5s;
		-webkit-transition: opacity 1s linear 0.5s;
		animation: FadeMeIn 1s ease-in 0s 1;
		-o-animation: FadeMeIn 1s ease-in 0s 1;
		-moz-animation: FadeMeIn 1s ease-in 0s 1;
		-webkit-animation: FadeMeIn 1s ease-in 0s 1;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min-resolution: 200dpi) {

#content {
		background-image: url("ring_bg@2x.png");
}

}

.text {
		text-align: center;
		word-spacing: 1px;
}

.inside {
		padding: 150px 80px 0 45px;
		width: 320px !important;
		height: 335px !important;
		border-radius: 205px;
		overflow: auto;
		position: relative;
		top: -75px;
}

.paddingbottom {
		height: 75px;
}

.textkontakt {
}

.textkontakt input[type=text] {
		width: 250px;
		font: inherit;
		font-size: 17px;
		line-height: 20px;
		letter-spacing: 0.03em;
		margin-bottom: 24px;
}

.textkontakt textarea {
		width: 250px;
		height: 150px;
		font: inherit;
		font-size: 17px;
		line-height: 20px;
		letter-spacing: 0.03em;
		margin-bottom: 24px;
}

.button {
		font: inherit;
}

.bild {
		text-align: center;
		position: relative;
		left: -45px;
		margin-top: -75px;
}

.bild img {
		position: relative;
		margin-bottom: -5px;
		border-bottom: 5px solid #111;
		width: 410px;
		height: auto;
}

.ak {
		background: #111 url("ak.png") 90px 160px no-repeat !important;
		background-size: 180px 89px !important;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min-resolution: 200dpi) {

.ak {
		background: #111 url("ak@2x.png") 90px 160px no-repeat !important;
		background-size: 180px 89px !important;
}

}

.anfahrt {
		position: relative;
		left: -45px;
		top: -75px;
}

.cycle-pager {
		position: absolute;
		top: 367px;
		width: 410px;
		text-align: center;
		font-size: 45px;
		color: #777;
}

.cycle-pager span {
		margin: 0 5px;
}

.cycle-pager span:hover {
		color: #333;
		cursor: pointer;
}

.cycle-pager-active {
		color: #333;
		cursor: default !important;
}

.slide {
		width: 300px;
		height: 300px;
		padding-top: 59px;
		margin-left: 60px;		
}

.slide a:link, .slide a:visited {
		width: 90px;
		height: 90px;
		margin: 0 10px 10px 0;
		display: inline-block;
		overflow: hidden;
}

.slide a:hover, .slide a:active {
}

.slide img {
		width: 90px;
		height: 90px;
}

#prev {
		position: absolute;
		left: 20px;
		top: 190px;
		opacity: 0;
}

#next {
		position: absolute;
		left: 355px;
		top: 190px;
		opacity: 0;
}

#content:hover #prev, #content:hover #next {
		opacity: .5;
}

#prev:hover, #next:hover {
		cursor: pointer;
		opacity: 1 !important;
}

#content .fancybox {
		opacity: 1;
		transition: opacity linear 0.25s;
		-o-transition: opacity linear 0.25s;
		-moz-transition: opacity linear 0.25s;
		-webkit-transition: opacity linear 0.25s;
}

#content:hover .fancybox {
		opacity: .5;
		transition: opacity linear 0.25s;
		-o-transition: opacity linear 0.25s;
		-moz-transition: opacity linear 0.25s;
		-webkit-transition: opacity linear 0.25s;
}

.fancybox:hover {
		opacity: 1 !important;
}


/*		R E S P O N S I V E
----------------------------------------------- */

@media screen and (max-width: 900px), screen and (max-height: 600px) {

#wrapper {
		width: 450px;
		height: inherit;
		margin: 15px auto;
		position: relative;
		top: inherit;
		right: inherit;
		bottom: inherit;
		left: inherit;
}

#ring {
		position: absolute;
		z-index: 9;
		left: 0;
		right: 0;
		top: 200px;
		margin: 0 auto;
}

#content {
		position: absolute;
		z-index: 10;
		left: 0;
		right: 0;
		top: 220px;
		margin: 0 auto;
}

nav li {
		text-align: center;
		position: inherit;
		z-index: 10;
		display: inline-block;
		vertical-align: top;
		margin: 0 10px;
}

#prim {
		width: 450px;
		margin: 0 auto 15px auto;
		text-align: center;
}

#sec {
		width: 450px;
		margin: 0 auto;
		text-align: center;
}

#tert {
		width: 450px;
		margin: 490px auto 0 auto;
		padding-bottom: 20px;
		text-align: center;
}

#prev {
		opacity: .5;
}

#next {
		opacity: .5;
}

}
