@charset "UTF-8";

@font-face {
	font-family: 'DaxlineWeb-Thin';
	src: url('../fonts/DaxlineWeb-Thin.woff') format('woff');
}


html {
	height: 100%;
	width: 100%;
}


body {
	-webkit-text-size-adjust: none;
	font-family: "DaxlineWeb-Thin", sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 0.9em;
	color: #c6c6c6;
	background-color: #f8f8f8;
	height: 100%;
	margin: 0;
	padding: 0;
}

/* START PAGE */

#__startscreen {
	position: relative;
	left: 0;
	margin: 86px auto 0;
	max-width: 1200px;

}


#startscreen {
	position: relative;
	left: 0;
	background-size: 100%;
	width: 100%;
	background-repeat: no-repeat;
	margin: 0 auto;
	max-width: 1200px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	z-index: 10;
}


#startlogo {
	position: absolute;
	width: 300px;
	top: 50px;
	left: 50%;
	margin: 0 0 0 -150px;
	z-index: 100
}

#startlogo_cd {
	position: absolute;
	width: 326px;
	top: 50px;
	left: 50%;
	margin: 0 0 0 -163px;
	z-index: 100
}

#startlogo_ea {
	position: absolute;
	width: 248px;
	top: 50px;
	left: 50%;
	margin: 0 0 0 -124px;
	z-index: 100
}


#preloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	/* change if the mask should have another color then white */
	z-index: 1;
	/* makes sure it stays on top */
}


.spinner {
	margin: 100px auto 0;
	width: 70px;
	text-align: center;
	position: absolute;
	left: 50%;
	/* centers the loading animation horizontally one the screen */
	top: 50%;
	/* centers the loading animation vertically one the screen */
	margin: -8px 0 0 -8px;
	/* is width and height divided by two */
}

.spinner>div {
	width: 16px;
	height: 16px;
	background-color: #4d4d4d;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}




/* SITE */


.superwrap {
	min-height: 100vh;
	margin: 0 auto -85px;
}


.superwrap_start {
	min-height: 100%;
	margin: 0 auto;
}

.push {
	height: 85px
}

img {
	width: 100%;
	height: auto;
}


.top_frame {
	max-width: 1200px;
	margin: 5px auto 0;
	height: auto;
}

.homecube {
	float: right;
	width: 20px;
	margin-top: 3px;
}

.social_icons {
	float: right;
	width: 20px;
	margin-right: 10px;
	margin-top: 3px;
	opacity: .4
}

.logo {
	padding: 50px 0 30px;
	width: 300px;
	margin: 0 auto;
}

.logo_cd {
	padding: 50px 0 30px;
	width: 326px;
	margin: 0 auto;
}

.logo_ea {
	padding: 50px 0 30px;
	width: 248px;
	margin: 0 auto;
}


.text_hinweis {
	text-align: center;
	color: #000000;
}


.site_wrap {
	background-color: #f8f8f8;
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
}

.site_wrap_item {
	position: relative;
	background-color: #f8f8f8;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 10px;
}




/* START / SPLITSCREEN */

.splitscreen {
	top: 40px;
	position: relative;
	width: 100%;
	padding-bottom: 32%;
}

.left_blue {
	position: absolute;
	top: 0;
	left: 3%;
	width: 46%;
	height: 100%;
	background-color: #87cfe0;
	border: 20px solid white;
}

.right_red {
	position: absolute;
	right: 3%;
	width: 46%;
	height: 100%;
	background-color: #dc0032;
	border: 20px solid white;
}

.logo_vk {
	position: relative;
	text-align: center;
	height: 60px;
	top: 40% !important
}

.logo_vk_mobile {
	display: none
}





#easytry {
	max-width: 600px;
	height: auto
}

#myvideo {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
}

#myvideo1 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#myvideo2 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


.copyright {
	display: block;
	float: left;
	width: 100%;
	height: 85px;
	border-top: 1px solid #d7d7d7;
	background-color: #d7d7d7;
	font-family: "DaxlineWeb-Thin", sans-serif;
	font-weight: 100;
	text-align: center;
	color: #555555;
	padding-top: 40px;
	margin: 0 auto;
	z-index: 20000;
}


.copyright_mob {
	display: none;
	float: left;
	width: 100%;
	height: 85px;
	border-top: 1px solid #d7d7d7;
	background-color: #d7d7d7;
	font-family: "DaxlineWeb-Thin", sans-serif;
	font-weight: 100;
	text-align: center;
	color: #555555;
	padding-top: 20px;
	margin: 0 auto;
}

.copystart {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 85px;
	font-family: "DaxlineWeb-Thin", sans-serif;
	font-weight: 100;
	text-align: center;
	color: #555555;
	padding-top: 45px;
	margin: 0 auto;
}


.spacer_30 {
	width: 100%;
	height: 30px;
}

.spacer_80 {
	width: 100%;
	height: 80px;
}

.spacer_120 {
	width: 100%;
	height: 120px;
}

.clear {
	clear: both;
}





/* AKTUELLES */


.logo_aktuell {
	padding: 50px 0 0 0;
	width: 300px;
	margin: 0 auto;
}

.hinweis_aktuell_ {
	margin: 10px auto 0;
	width: 280px;
	height: 20px;
	background-color: #f8f8f8;
}

.mood_aktuell {
	display: block
}

.mood_aktuell_mobile {
	display: none;
}

.svg_text_radio {
	bottom: 20px;
	left: 40px;
	width: 520px;
	position: absolute;
}

.svg_text_radio_mobile {
	bottom: 20px;
	left: 20px;
	width: 100px;
	position: absolute;
}

.mood_logo {
	top: 280px;
	left: 140px;
	width: 420px;
	position: absolute;
}

.mood_logo_ea {
	width: 500px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	top: 280px;
}


.mood_logo_cd {
	max-width: 380px;
	height: auto;
	margin: 0 auto;
}

.mood_logo_mobile {
	display: none
}

.mood_logo_mobile_cd {
	display: none
}

.nocrop_height_aktuelles {
	position: relative;
	margin: 0 auto 0;
	max-width: 1200px;
	height: auto;
	overflow: hidden;
}

.mood_text_aktuelles {
	position: absolute;
	width: 400px;
	text-align: left;
	top: 20%;
	left: 15%;
	color: #4d4d4d;
	overflow: hidden
}

#aktuelles_01 {
	position: relative;
	float: left;
	width: 1200px;
	height: auto;
	padding: 50px 20px 0;
}

#aktuelles_02 {
	position: relative;
	float: left;
	width: 1200px;
	height: auto;
	padding: 50px 20px 0;
}

#aktuelles_03 {
	position: relative;
	float: left;
	width: 1200px;
	height: auto;
	padding: 50px 20px 0;
}

#txt_aktuelles {
	position: relative;
	top: 60px;
	padding: 0 0 50px;
	margin: 0 auto;
	text-align: left;
	max-width: 800px;
}

#txt_aktuelles_ea {
	position: relative;
	top: 0;
	padding: 0 0 50px;
	margin: 20px auto 20px;
	text-align: left;
	max-width: 650px;
}

#txt_aktuelles_center h2 {
	position: relative;
	top: 20px;
	padding: 0 0 50px;
	margin: 0 auto;
	text-align: center;
	max-width: 800px;
}

#txt_aktuelles_x {
	position: relative;
	top: 60px;
	padding: 0 0 50px;
	margin: 0 auto;
	text-align: left;
	max-width: 800px;
}

.text_wrap_aktuelles {
	position: relative;
	max-width: 1200px;
	height: auto;
	margin: 50px auto 50px;
	padding: 0;
	overflow: hidden;
}

.an_container {
	max-width: 1200px;
	margin: 0 auto;
}


.an_text {
	max-width: 430px;
	margin: 60px auto 0;
	padding-left: 20px;
}

.aus_map {
	max-width: 250px;
	margin: 60px auto 10px;
}

h3.aus {
	font-size: 1.2rem;
	line-height: 2rem;
	margin-top: 60px;
}

.spaziergang_text {
	max-width: 600px;
	margin: 0 auto;
	padding: 50px 40px 0;
}

.summerlove_text {
	max-width: 400px;
	margin: 0 auto;
	padding: 50px 40px 0;
}







/* MOOD IMAGE */



.mood_image_3200 {
	position: relative;
	max-width: 1200px;
	max-height: 3200px;
	margin: 30px auto 60px;
}

.mood_image_600 {
	position: relative;
	max-width: 600px;
	margin: 30px auto 60px;
}


.mood_image {
	position: relative;
	max-width: 1200px;
	max-height: 600px;
	overflow: hidden;
	margin: 0 auto;
}

.mood_image_square {
	position: relative;
	max-width: 600px;
	max-height: 600px;
	overflow: hidden;
	left: 0;
}


.crop_height {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	max-height: 500px;
	overflow: hidden;
}

.nocrop_height {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	height: auto;
	overflow: hidden;
}


.color_cd {
	background-color: #87cee0
}

.color_ea {
	background-color: #db0031
}

.color_offwhite {
	background-color: #f8f8f8;
	padding-bottom: 0px
}

.color_gray {
	background-color: #adb7c1;
	padding-bottom: 24px
}

.color_darkred {
	background-color: #d0002f;
	padding-bottom: 24px
}




.nocrop_height_kontakt {
	display: none;
}













/* TEXT */

.bild_subtext {
	text-align: center;
	margin: 0 auto
}


#txt_dol {
	position: relative;
	top: 60px;
	padding: 0 0 50px;
	margin: 0 auto;
	text-align: left;
	max-width: 800px;
}

.text_standard {
	position: relative;
	top: 60px;
	/* padding: 0 0 50px */
	;
	margin: 0 auto 50px;
	text-align: left;
	max-width: 800px;
	font-size: 1.2em;
}

.spacer_text {
	width: 100%;
	height: 100px;
}

#txt_goldschmiede {
	position: relative;
	top: 60px;
	padding: 0 0 50px;
	margin: 0 auto;
	text-align: left;
	max-width: 800px;
}

#txt_amodoro {
	position: relative;
	top: 0;
	padding: 0 0 50px;
	margin: 0 auto;
	text-align: left;
	max-width: 800px;
}

#txt_gallery {
	position: relative;
	top: 0;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	max-width: 800px;
}

#txt_kontakt {
	position: relative;
	top: 60px;
	padding: 0 0 50px;
	margin: 0 auto;
	text-align: left;
	max-width: 800px;
}

.txt_errorpage {
	position: relative;
	top: 40px;
	margin: 0 auto 40px;
	text-align: center;
	line-height: 1.6em;
	background-color: #c0c0c0;
	max-width: 800px;
}


.text_1 {
	line-height: 1.8em;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 1.2em;
}

.text_1_spacer {
	line-height: 1.8em;
	margin: 0;
	padding-bottom: 40px;
}

.text_2 {
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 1.0em;
}

.text_schmaler {
	display: inline-block;
	margin-left: 20px
}

.halbe_zeile {
	line-height: 1em
}

.zeilenabstand_kleiner {
	margin-bottom: -10px;
	text-align: left;
}

.listpoints {
	list-style-type: circle;
	line-height: 1.8em;
	color: #555555;
}




.text_wrap {
	position: relative;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}

.text_wrap_amodoro {
	position: relative;
	max-width: 800px;
	height: auto;
	margin: 25px auto 0;
	padding: 0;
	overflow: hidden;
}

.text_wrap_ohne {
	position: relative;
	max-width: 1200px;
	border-bottom: 1px solid white;
	height: auto;
	margin: 0 auto
}

.text_wrap_100 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto 10px
}


.blue {
	background-color: #84CEE4;
	color: black
}

.red {
	background-color: #DD042D;
	color: black
}

.text_red {
	color: #DD042D
}

.text_summer a {
	color: #a8832b;
}

.italic {
	font-style: italic;
}




/* MENU */

.menu_one {
	padding: 0
}

.menu_two {
	padding: 0
}

.menu_list_style {
	display: inline;
	list-style-type: none;
	margin-top: 15px;
	padding: 0 1.4em;
}

.submenu_list_style {
	display: inline;
	list-style-type: none;
	margin-top: 15px;
	padding: 0 1.4em;
}

.menu_bold {
	color: #000000;
}

.menu_sub_bold {
	color: #000000;
}

.menu_link {
	font-family: "DaxlineWeb-Thin", sans-serif;
	font-weight: 100;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.menu_link:link {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}



/* FONTS */


h1 {
	font-family: "DaxlineWeb-Thin", sans-serif;
	font-size: 3.2em;
	font-weight: 100;
	line-height: 1.8em;
	margin: 0;
}


h2 {
	font-family: "DaxlineWeb-Thin", sans-serif;
	font-size: 2.6em;
	font-weight: 100;
	color: #555555;
	line-height: 1.2em;
	margin: 0;
	margin-bottom: 0.4em;
	text-align: left
}



h3 {
	font-family: "DaxlineWeb-Thin", sans-serif;
	font-size: 1.6em;
	font-weight: 100;
	color: #555555;
	line-height: 1.2em;
	margin: 0;
	text-align: left
}


h4 {
	font-family: "DaxlineWeb-Thin", sans-serif;
	font-size: 1.2em;
	font-weight: 100;
	color: #555555;
	line-height: 1.4em;
	margin: 0;
}



p {
	line-height: 1.8em;
	color: #555555;
}

.text_link {
	text-decoration: none;
	color: #555555;
	/*border: 1px solid #898989; border-radius: 4px ;padding: 4px; opacity: 0.7*/
	opacity: 0.7;
	background-color: #ebebeb;
	padding: 2px 4px;
}

.text_link_colour {
	text-decoration: none;
	color: #555555;
	opacity: 0.7;
	background-color: #d3b598;
	padding: 2px 4px;
}

.text_link_colour_ea {
	text-decoration: none;
	color: #555555;
	opacity: 0.8;
	background-color: rgba(191, 162, 159, 0.4);
	padding: 2px 4px;
}

.text_link_colour_ea:hover {
	opacity: 1
}

.text_link_colour_cd:hover {
	opacity: 1
}

.text_link:hover {
	opacity: 1
}

.text_link_phone {
	text-decoration: none;
	color: #555555;
}

.link_footer {
	text-decoration: none;
	color: #555555;
	background-color: #d7d7d7;
}

.link_footer_bold {
	text-decoration: none;
	color: #555555;
	background-color: #c7c7c7;
}

.text_attention {
	text-decoration: none;
	color: #000000;
	opacity: 1;
	background-color: hsla(165, 38%, 64%, 0.3);
	padding: 2px 4px;
}

.center {
	text-align: center;
}

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



/* SPACER */

.bottomspacer {
	margin-bottom: 50px
}

.bottomspacer_l {
	margin-bottom: 80px
}



/* NAVIGATION TRIGGER */

#menu_icon {
	background-image: url('../images/menu_open_l.svg');
	background-repeat: no-repeat;
	width: 50px;
	height: 16px;
	margin: 16px auto 16px;
	cursor: pointer;
	border: 0;
}

#menu_icon.open {
	background-image: url('../images/menu_close_l.svg');
	background-repeat: no-repeat;
	width: 50px;
	height: 16px;
	margin: 16px auto 16px;
	cursor: pointer;
	border: 0;
}

#menu_icon.open:after {
	display: inline-block;
	border: 0;
}

#nav-trigger {
	display: none;
	text-align: center;
	width: 100%;
	background-color: #f8f8f8;
	height: 35px;
	border: 0;
}

#nav-trigger span {
	display: inline-block;
	padding: 0 1.4em 0;
	margin-top: 1.2em;
	background-color: #f8f8f8;
	border: 0;
	cursor: pointer;
}

#nav-trigger span:after {
	display: inline-block;
	border: 0
}

#nav-trigger span:hover {
	background-color: #ffffff;
	opacity: 0.6;
	border: 0;
}

#nav-trigger span.open:after {
	height: 35px;
	border: 0
}



/* SUBNAVIGATION TRIGGER*/

#menu_icon_sub {
	position: absolute;
	background-image: url('../images/submenu_open.svg');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin: 14px auto 14px;
	cursor: pointer;
	border: 0px;
}

#menu_icon_sub.open {
	display: inline-block;
	background-image: url('../images/submenu_close.svg');
	background-repeat: no-repeat;
	padding: 0 auto;
	border: 0px;
}



#menu_icon_sub.open:after {
	display: inline-block;
}

#navsub-trigger {
	display: none;
	text-align: center;
	width: 100%;
	background-color: #f8f8f8;
	height: 40px;
}

#navsub-trigger span {
	display: inline-block;
	padding: 0 1.4em 0;
	margin-top: 1.2em;
	background-color: #f8f8f8;
	color: white;
	cursor: pointer;
}

#navsub-trigger span:after {
	display: inline-block;
	/*margin-left: 10px;
      width: 20px;
      height: 10px;
      content: ""; */
	/*border-left: solid 10px transparent;
      border-top: solid 10px #fff;
      border-right: solid 10px transparent;*/
}

#navsub-trigger span:hover {
	background-color: #5c5c5c;
	opacity: 0.6
}




/* NAVIGATION */



nav#nav-main {
	z-index: 90;
	width: 100%;
	background-color: #f8f8f8;
	height: 40px;
	text-align: center;
	border-top: 0px solid #f8f8f8;
}

nav#nav-main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

nav#nav-main li {
	display: inline-block;
}

nav#nav-main li.mob_only {
	display: none;
}

nav#nav-main a {
	display: block;
	color: #9b9b9b;
}

nav#nav-main a:hover {
	color: #000000;
}

nav#nav-main a.menu_bold {
	color: #000000
}

.menu_arrow {
	position: relative;
	top: 14px;
	right: 30px;
	width: 10px;
	height: 5px;
	z-index: 100;
	text-align: center;
}




/* SUB-NAVIGATION */

nav#nav-sub {
	z-index: 90;
	width: 100%;
	background-color: #e2e2e2;
	height: 40px;
	text-align: center;
}

nav#nav-sub ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

nav#nav-sub li {
	display: inline-block;
}

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

nav#nav-sub a {
	display: block;
	color: #9b9b9b;
}

nav#nav-sub a:hover {
	color: #000000;
}

nav#nav-sub a.menu_bold {
	color: #000000;
}



/* MOBILE NAVIGATION */


nav#nav-mobile {
	z-index: 100;
	position: relative;
	display: none;
}

nav#nav-mobile ul {
	display: none;
	list-style-type: none;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	background-color: #545454;
}

nav#nav-mobile li {
	display: block;
	padding: 0;
	margin: 0;
}

nav#nav-mobile li a.toplist {
	text-align: right;
	padding-right: 50%
}

nav#nav-mobile li a.sublist {
	background-color: #545454;
	text-align: left;
	padding-left: 50%;
}


nav#nav-mobile li:first-child {
	padding-top: 0
}

nav#nav-mobile li:last-child {
	height: 100vh;
}


nav#nav-mobile a {
	display: block;
	color: #9b9b9b;
	padding: 14px 0px;
}

nav#nav-mobile ul a.menu_bold_sans {
	display: block;
	color: #f8f8f8;
}

nav#nav-mobile ul a.menu_bold {
	display: block;
	color: #f8f8f8;
	background-color: #505050;
}



/* MOBILE NAVIGATION V2 (Schmuck_Ringe Übersicht etc) */

nav#nav-mobile_v2 {
	z-index: 100;
	position: relative;
	display: none;
}

nav#nav-mobile_v2 ul {
	display: none;
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	background-color: #545454;
}

nav#nav-mobile_v2 li {
	display: block;
	padding: 0;
	margin: 0;
	border-bottom: solid 0px #a8a8a8;
}

nav#nav-mobile_v2 li:first-child {
	border-top: solid 0px #a8a8a8;
}

nav#nav-mobile_v2 li:last-child {
	height: 100vh;
}


nav#nav-mobile_v2 a {
	display: block;
	color: #c2c2c2;
	padding: 14px 0px;
}

nav#nav-mobile_v2 a.menu_bold {
	display: block;
	color: #f8f8f8;
	padding: 14px 0px;
}




/* MOBILE SUBNAVIGATION */

nav#navsub-mobile {
	z-index: 80;
	position: relative;
	display: none;
}

nav#navsub-mobile ul {
	display: none;
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	background-color: #545454;
}

nav#navsub-mobile li {
	display: block;
	padding: 0;
	margin: 0;
	border-bottom: 0px solid #a8a8a8;
}

nav#navsub-mobile li:first-child {
	border-top: solid 1px #a8a8a8;
}

nav#navsub-mobile li:last-child {
	height: 100vh;
}

nav#navsub-mobile a {
	display: block;
	color: #c2c2c2;
	padding: 14px 0px;
}

nav#navsub-mobile a.menu_bold {
	display: block;
	color: #ffffff;
	padding: 14px 0px;
}

nav#navsub-mobile .menu_bold {
	display: block;
	color: #f8f8f8;
	padding: 14px 0px;
}

nav#navsub-mobile a:hover {
	color: #f8f8f8;
}




/* BOX SUBNAVIGATION */

.box_wrap {
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
	margin: 0 auto;
	background-color: #f8f8f8;
}

#box_content {
	position: relative;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}

.box {
	float: left;
	position: relative;
	width: 384px;
	height: 256px;
	margin-bottom: 100px
}

.box :last-child {
	margin-bottom: 200px
}


.box_01 {
	margin-right: 24px
}

.box_02 {
	margin-right: 24px
}

.box_03 {
	margin-right: 0
}

.box_04 {
	margin-right: 24px
}

.box_05 {
	margin-right: 24px
}

.box_06 {
	margin-right: 0
}

.box_07 {
	margin-right: 24px
}

.box_08 {
	margin-right: 24px
}

.box_09 {
	margin-right: 0;
}

.box_inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: visible;
}

.box_inner img {
	width: 100%;
	height: auto;
}

.box_title {
	position: relative;
	text-align: center;
	margin: 280px 0 20px;
}

.box a {
	opacity: 0.9;
	color: #9b9b9b;
}

.box a:hover {
	opacity: 1;
	color: #000000;
}




/* SCHMUCK */

.gallery_box_wrap {
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 50px 0;
}



/* FLEX */

.gallery_box_content {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}

.gallery_box_title {
	margin: 20px 0;
	text-align: center;
	line-height: 1.4em;
}

.gallery_box a {
	opacity: 0.9;
	color: #9b9b9b;
}

.gallery_box a:hover {
	opacity: 1;
	color: #000000;
}





/* GALERIE */

.gallery_wrap {
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.gallery_gallery_content {
	position: relative;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}

.gallery_gallery {
	float: left;
	position: relative;
	width: 282px;
	height: 232px;
	/*background-color: #e4e4e4;*/
	background-color: #f8f8f8;
	border: 0px solid #e2e2e2;
	margin-bottom: 50px
}


.gallery_gallery_inner {
	position: absolute;
	overflow: hidden;
	/* top: 10px;
    left: 10px;
    right: 10px; */
	border: 0px solid #afafaf;
}

.gallery_gallery_inner img {
	max-width: 100%;
	max-height: 100%;
}

.gallery_gallery_title {
	text-align: center;
	line-height: 1.4em;
	margin: 200px 0 20px;
}


.gallery_gallery a {
	opacity: 1;
	color: #9b9b9b;
}

.gallery_gallery a:hover {
	opacity: 1;
	color: #000000;
}


#gallery_01 {
	margin-right: 24px
}

#gallery_02 {
	margin-right: 24px
}

#gallery_03 {
	margin-right: 24px
}

#gallery_04 {
	margin-right: 0
}

#gallery_05 {
	margin-right: 24px
}

#gallery_06 {
	margin-right: 24px
}

#gallery_07 {
	margin-right: 24px
}

#gallery_08 {
	margin-right: 0
}

#gallery_09 {
	margin-right: 24px
}

#gallery_10 {
	margin-right: 24px
}

#gallery_11 {
	margin-right: 24px
}

#gallery_12 {
	margin-right: 0
}

#gallery_13 {
	margin-right: 24px
}

#gallery_14 {
	margin-right: 24px
}

#gallery_15 {
	margin-right: 24px
}

#gallery_16 {
	margin-right: 0
}

#gallery_17 {
	margin-right: 24px
}

#gallery_18 {
	margin-right: 24px
}

#gallery_19 {
	margin-right: 24px
}

#gallery_20 {
	margin-right: 0
}

#gallery_21 {
	margin-right: 24px
}

#gallery_22 {
	margin-right: 24px
}

#gallery_23 {
	margin-right: 24px
}

#gallery_24 {
	margin-right: 0
}

#gallery_25 {
	margin-right: 24px
}

#gallery_26 {
	margin-right: 24px
}

#gallery_27 {
	margin-right: 24px
}

#gallery_28 {
	margin-right: 0
}

#gallery_29 {
	margin-right: 24px
}






/* ITEM VIEW */


.artist_name {
	padding: 80px 0 20px 0;
	text-align: center;
}

#item_view_wrap {
	position: relative;
	max-width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-color: #f8f8f8
}

.item_view {
	position: relative;
	max-width: 800px;
	height: 100%;
	margin: 6vh auto;
	padding-bottom: 50px;
}

.item_view img {
	border: 0px solid #e2e2e2;
}

.item_inner {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	overflow: visible;
}

.item_inner img {
	width: 100%;
	height: auto;
}

.item_title {
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
}

.item {
	text-align: center;
	margin: 10px auto;
	line-height: 1.4em;
}

.item_description {
	text-align: right;
	margin: 10px auto;
	line-height: 1.4em;
	color: #555555;
}


.item_cv {
	text-align: left;
	margin: 10px auto;
	line-height: 1.8em;
}

.item_close {
	position: absolute;
	width: 25px;
	height: 25px;
	top: 5px;
	right: -30px;
}

.spacer_item_number {
	padding-left: 20px;
	text-align: left
}

.item_close_static {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	top: 166px;
	right: 15px;
	overflow: hidden;
	background: #f8f8f8 url(../images/item_close_static.svg) no-repeat center 50%;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	cursor: pointer;
}

button.item_close_goback {
	border: 0;
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	top: 166px;
	right: 15px;
	overflow: hidden;
	background: #f8f8f8 url(../images/item_close_static.svg) no-repeat center 50%;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	cursor: pointer;

}

.item_full {
	display: block
}

.item_mobile {
	display: none
}



/* AMODORO */

.item_amodoro {
	position: relative;
	max-width: 160px;
	height: auto;
	margin: 0 auto 50px;
}


.button_amodoro {
	width: 100%;
	margin: 12px auto;
	text-align: center;
	color: #000;
	display: inline-block;
	text-decoration: none;
	padding: 0.8em 0;
	background-color: #f2efe8;
	border: none;
	opacity: 0.6;
}

.button_amodoro:hover {
	color: #000000;
	opacity: 1
}



/* SLIDER */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}




/* BACK TO TOP */

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 45px;
	right: 15px;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(84, 84, 84, 0.8) url(../images/arrow_up.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 0.8;
}

.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: 1;
}

.no-touch .cd-top:hover {
	background-color: #535353;
	opacity: 1;
}