@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../webfonts/glyphicons-halflings-regular.eot');
	src: url('../webfonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../webfonts/glyphicons-halflings-regular.woff') format('woff'), url('../webfonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../webfonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

/*-----------------------------------------------------------------------------------*/
/*  Basic
/*-----------------------------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
body {
	font-size: 15px;
	line-height: 1.5em;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	background-color: #EBEBEB;
	color: black;
}

a, a:hover {
	color: black;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	color:#444444;
}
nav a, .link-item, .teaser-element a {
	font-style: normal;
}
b, strong {
	font-weight: bold;
}
h2 {
	margin-bottom: 20px;
}
h3 {
	font-size: 1.5rem;
}
.hidden {
	display: none !important;
}
.img-responsive {
	width: 100%;
	height: auto;
}
.no-click-and-fadeout {
	pointer-events: none;
	opacity: 0.3;
}
.grid-parent {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	margin-top: 20px;
}
.grid-parent .grid-parent {
	margin-top: 0;
}
.disabled {
	pointer-events: none;
	cursor: default;
}
.btn {
	cursor: pointer;
}
.btn-primary {
	color: #fff;
	background-color: #7d7d7d;
	border-color: #7d7d7d;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #7d7d7d;
	background-color: #fff;
	border-color: #7d7d7d;
}
.btn-primary.disabled,
.btn-primary:disabled {
	background-color: rgba(0,0,0,0.15);
	border-color: #7d7d7d;
}
.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-secondary:hover {
	color: #6c757d;
	background-color: #fff;
	border-color: #6c757d;
}
a.form-control {
	color: #495057;
	background-color: #fff;
	font-style: unset;
}
.pointer-events-none {
	pointer-events: none;
}
.alert-success {
	color: black;
	background-color: rgba(255,255,255,0.5);
	border-color: white;
}
.alert-warning {
	color: #856404 !important;
	background-color: #fff3cd !important;
	border-color: #ffeeba !important;
}
.alert p {
	margin-bottom: 0;
}
.relative {
	position: relative;
}
.toggle-element {
	display: none;
}
.container {
	margin: 0 auto;
	min-height:100vh;
	min-width:999px;
	max-width: 100%;
}
@media screen and (min-width: 1400px) {
	.container {
		max-width: 1360px;
	}
}
.white-space-nowrap {
	white-space: nowrap;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	opacity: 1;
}
.padding-bottom-15 {
	padding-bottom: 15px;
}
.main-container.service-plus .hide-on-service-plus,
.main-container.service-plus .hide-on-service-plus-1 {
	display: none !important;
}
.main-container .custom-logo {
	display: none;
}
.main-container.service-plus .custom-logo {
	display: inline-block;
}
.main-container .default-logo {
	display: inline-block;
}
.main-container.service-plus .default-logo {
	display: none;
}
.loading-content,
.overlay-favoritename,
.overlay-deputy-order,
.overlay-amount,
.cm-thanks {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
	display: flex;
	align-items: center;
	justify-content: center;
}
.cm-thanks {
	background-color: rgba(255,255,255,0.7);
	color: black;
}
.loading-content .loader {
	border: 13px solid black;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	border-top: 13px solid white;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: inline-block;
}
img[src="/"], img[src=""] {
	display: none;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* start screen */
.container.start-container {
	opacity: 0;
	position: relative;
	z-index: 1;
	min-height: 0;
	top: 0;
}
.start {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 0;
}
.logo-big-image {
	height: 250px;
}
.logo-big-image {
	position: absolute;
	left: 50%;
	margin-left: -275px;
	top: 220px;
}
.content-start {
	margin-top: 520px;
	text-align: center;
}

.main-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-top: 10px;
	padding-bottom: 30px;
}
.main-wrapper > * {
	flex: 1 100%;
}
main {
	margin: 0 10px 10px 0;
	flex-grow: 1;
	display: block;
}
/* general TYPO3 */
.frame {
	margin-bottom: 30px;
}
.ce-gallery .ce-row {
	margin-bottom: 0;
	display: flex;
}
.ce-textpic .ce-outer {
	position: relative;
	float: none;
	right: unset;
}
.textmedia .ce-outer {
	height: 0;
	padding-bottom: calc(56.25% + 50px);
}
.ce-textpic .ce-inner {
	float: none;
	right: unset;
}
.textmedia .ce-inner {
	position: absolute;
	width: 100%;
	height: 100%;
}
.textmedia .ce-gallery figure {
	display: block;
}
.textmedia .ce-row,
.textmedia .ce-column,
.textmedia .video,
.textmedia .video-embed,
.textmedia iframe,
.textmedia .video-embed-item {
	height: 100%;
	width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/
.main-header {
	height: 70px;
	width:100%;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom:8px;
	padding-left: 5px;
	background: #fff;
	z-index: 99;
}
.header-left,
.header-right,
.header-middle {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header-right,
.header-middle {
	-ms-flex-pack: justify;
	justify-content: flex-end;
	align-items: flex-end;
}
.header-left .link-item,
.header-right .link-item {
	width: 70px;
}
.logo {
	width: 137px;
	height: auto;
	position: relative;
	margin-right: 50px;
}
.logo img {
	max-height: 62px;
	width: auto;
	max-width: 100%;
	height: 37px;
}
.logo.default-logo::before {
	position: absolute;
	z-index: 2;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("../Images/Locher-Swiss-Made.svg") center center no-repeat white;
	background-size: 100%;
	display: none;
}
.logo.default-logo:hover::before {
	display: block;
}
/*-----------------------------------------------------------------------------------*/
/*  Navigations Basics
/*-----------------------------------------------------------------------------------*/
.link-item {
	width: 100px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #252525;
	font-size:9px;
	line-height: 1.2em;
	text-align: center;
	border: none;
}
.link-item--icon {
	width: calc(100% - 12px);
	height: 23px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom:4px;
}
.servicenav-submenu {
	display: none;
	position: relative;
	left: -70px;
	width: 0;
	height: 0;
	overflow: visible;
	top: 0;
	z-index: 3;
}
.link-item_service:hover + .servicenav-submenu,
.servicenav-submenu:hover {
	display: block;
}
.servicenav-submenu > a {
	background-color: white;
	padding: 15px;
}
.servicenav-submenu .link-item--icon {
	display: none;
}
.side-nav a {
	height: auto;
	margin-bottom: 5px;
	padding: 5px 0;
}
.link-item--icon-img {
	max-width: 70%;
	max-height: 50px;
	margin-bottom: 4px;
}
.link-item--text {
	width: 100%;
	padding: 0 5px;
}
.link-item .default {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.loading {
	display: none;
	flex-direction: column;
	align-items: center;
}
.loading .link-item--icon_bottom-nav {
	width: 35px;
}

/*-----------------------------------------------------------------------------------*/
/*  Navigation (areas)
/*-----------------------------------------------------------------------------------*/
.top-nav,
.side-nav,
.bottom-nav {
	width: 100%;
	height: 85px;
	background-color: #C3C3C3;
	position: relative;
	display: -ms-flexbox;
	display: flex;
}
.top-nav {
	text-transform: uppercase;
	z-index: 96;
}
.navbar-toggler {
	display: none;
}

.side-nav {
	width: 100px;
	max-width: 100px;
	height: auto;
	padding-left: 0;
	-ms-flex-direction: column;
	flex-direction: column;
}
.detail-nav {
	width: 100px;
	border: 1px solid #333;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}
.detail-nav.empty {
	display: none;
}
.bottom-nav {
	padding-left: 0;
	background-color: transparent;
	text-transform: uppercase;
	justify-content: space-between;
	height: auto;
	flex-wrap: wrap;
	width: 260px;
}
.link-item_top-nav,
.link-item_side-nav,
.link-item_bottom-nav,
.link-item_detail-nav {
	justify-content: space-between;
	padding-top: 12px;
	padding-bottom: 6px;
}
.link-item_top-nav:hover,
.link-item_side-nav:hover,
.link-item_detail-nav:hover,
.active .link-item_top-nav,
.link-item_side-nav.active,
.link-item_detail-nav.active {
	background-color: #fff;
}
.link-item_top-nav {
	height: 100%;
	width: 90px;
}
.subnavitems-bigger-1 .nav-menu_submenu .link-item_top-nav {
	width: 180px;
	font-size: 12px;
}
.top-nav li li.subnavitems-bigger-1 .link-item_top-nav {
	height: 200px;
}
.top-nav > ul > li > a > .link-item--icon {
	height: 35px;
	margin-bottom: 10px;
}
.top-nav ul ul .link-item--icon {
    height: 100px;
    width: 100px;
}
.subnavitems-bigger-1 .nav-menu_submenu .link-item--icon {
	height: 154px;
	width: 154px;
}
.top-nav > ul > li:last-child {
	position: absolute;
	right: 15px;
	height: 100%;
}
.top-nav > ul > li:nth-last-child(2) {
	position: absolute;
	height: 100%;
	right: 100px;
}
.top-nav > ul > li:last-child > ul,
.top-nav > ul > li:nth-last-child(2) > ul {
	left: unset;
	right: 0;
}
.link-item--icon_side-nav{
	height:0;
	margin-bottom: 0;
}
.link-item_side-nav {
	height:50px;

}
.link-item_side-nav p {
	width: 80px;
}
.link-item_side-nav.active,
.show-subsubnav .subsubnav .link-item_side-nav {
	height:85px;
	display: flex;
	border: 1px solid #333;
}
/* hide all, and show only current */
.link-item_side-nav {
	display: none;
}
.side-nav {
	background-color: transparent;
	margin-right: 10px;
}

.link-item--icon_side-nav.active {
	height: 47px;
}
.link-item_detail-nav {
	height: 75px;
}
.link-item--icon_detail-nav {
	height: 28px;
}
.link-item_bottom-nav {
	width:80px;
	background-color: #C3C3C3;
	height: 85px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.link-item--icon_bottom-nav {
	height: 35px;
}
#page-id-8 .link-item--icon {
	background-size: 55px;
}
/*Navigation Icons top-nav submenu*/
.link-item--icon_custom-rings {
	background-image: url(../Images/custom-rings.svg);
}
.link-item--icon_blanks {
	background-image: url(../Images/blanks.svg);
}
.link-item--icon_wedding-rings {
	background-image: url(../Images/wedding-rings.svg);
	background-size: 50px;
}
.link-item--icon_sintered-side {
	background-image: url(../Images/sintered-side.svg);
	background-size: 50px;
}
.link-item--icon_sintered-up {
	background-image: url(../Images/sintered-up.svg);
	background-size: 50px;
}
.link-item--icon_material-mix {
	background-image: url(../Images/material-mix.svg);
	background-size: 50px;
}
.link-item--icon_sandwich {
	background-image: url(../Images/sandwich.svg);
	background-size: 50px;
}
.link-item--icon_excentric {
	background-image: url(../Images/excentric.svg);
}
.link-item--icon_conical {
	background-image: url(../Images/conical.svg);
}



/*Navigation Icons side-nav*/
.link-item--icon_custom-rings {
	background-image: url(../Images/custom-rings.svg);
}
/*Navigation Icons bottom-nav*/
.link-item--icon_print {
	background-image: url(../Images/print.svg);
}
.link-item--icon_savefav {
	background-image: url(../Images/star.svg);
}
.link-item--icon_order {
	background-image: url(../Images/in-basket.svg);
}
.link-item--icon_confirm {
	background-image: url(../Images/confirm.svg);
}
.link-item.active .link-item--icon_confirm {
	background-image: url(../Images/confirm-active.svg);
}

/*-----------------------------------------------------------------------------------*/
/*  submenu
/*-----------------------------------------------------------------------------------*/
.nav-menu {
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
	padding-left: 0;
}
.item-with-submenu {
	position: relative;
}
.nav-menu_submenu {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, max-content));
	gap: 0;
	position: absolute;
	z-index: 100;
	justify-content: flex-start;
	max-width: 480px;
	visibility: hidden;
	text-transform: none;
	top: 85px;
	left: 0;
	padding-top: 26px;
	background-color: white;
}
.subnavitems-bigger-1 .nav-menu_submenu {
	max-width: 720px;
	grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
}
.item-with-submenu:hover .nav-menu_submenu {
	visibility: visible;
}
.nav-menu_submenu li {
	height: 130px;
	background-color: #fff;
}
.subnavitems-bigger-1 .nav-menu_submenu li {
	height: 186px;
}
ul ul .link-item_top-nav {
    width: 120px;
}
#page-id-9 .link-item--icon {
	background-size: 35%;
}
.item-with-submenu:hover {
	background-color: #FFFFFF;
}
.page-info.full-width {
	width: 100%;
	height: auto !important;
	padding: 0;
	text-align: center;
}
.page-info.full-width:empty {
	display: none;
}

.subnavi {
	width: 100px;
	border: 1px solid #333;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	margin-bottom: 10px;
}
.subnavi a {
	display: none;
}
.subnavi a.active {
	display: flex;
}

.mitarbeiternavi {
	display: flex;
}
.switch-plus-function {
	display: flex;
}


/*-----------------------------------------------------------------------------------*/
/*  Main
/*-----------------------------------------------------------------------------------*/
.header-main {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 9px;
	align-content: center;
	border: 1px solid #000;
	min-height: 40px;
	justify-content: flex-start;
}
.category-4 .header-main {
	justify-content: space-between;
}
.header-main_form,
.header-main_type {
	border-bottom: unset;
}
.header-main_form.with-border,
.header-main_type.with-border {
	border-bottom: 1px solid #000;
}
.category-8 .header-main_form {
	display: none;
}
.header-main_edge {
	border-bottom: none;
}
.header-main + .container-fluid {
	padding-top: 1em;
	box-sizing: border-box;
}
.link-item {
	cursor: pointer;
}
.minusmargintop {
	margin-top: -90px;
	width: 100%;
}
input,
select {
	border: none;
	border-radius: 7px;
	background-color: white;
}
.form-control.form-error {
	border-color: #990000;
	background-color: rgba(255,0,0,0.15);
}
.typo3-messages {
	list-style: none;
	padding: 0;
	margin-bottom: 15px;
}

/* powermail */
.form-control,
.form-group {
	width: 100%;
}
.powermail_fieldwrap_firstname,
.powermail_fieldwrap_lastname,
.powermail_fieldwrap_email {
	display: none;
}

.news-list-view {
	display: flex;
}
.news-list-item.row {
	width: 33.3333%;
	margin: 0;
	align-items: flex-start;
	align-content: flex-start;
}
.news-list-item .col-md-3 {
	flex: 0 auto;
	width: 100%;
	max-width: 100%;
}

/* teaser-element */
.teaser-elements {
	width: calc(100% + 30px);
}
.teaser-element {
	display: flex;
	padding-top: 15px;
	padding-bottom: 15px;
}
.teaser-element.columns-3 {
	max-width: 33.3333%;
	flex: 0 0 33.3333%;
}
.teaser-element.columns-4 {
	max-width: 25%;
	flex: 0 0 25%;
}
.teaser-element.columns-5 {
	max-width: 20%;
	flex: 0 0 20%;
}
.teaser-element img {
	width: 100%;
	height: auto;
}
.outside {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
}
.news-list-item .outside {
	padding-bottom: calc(100% - 30px);
	margin-bottom: -20px;
}
.teaser-image-big {
	max-width: 100%;
	max-height: 100%;
	width: 400px;
	height: 400px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.news-list-image {
	max-width: calc(100% - 30px);
	max-height: calc(100% - 30px);
	width: 400px;
	height: 400px;
	position: absolute;
	left: 15px;
	top: 0;
	right: 15px;
	bottom: 0;
}
.teaser-overlay-gallery {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: rgba(255,255,255,0.55);
	top: -100%;
	left: 0;
	opacity: 0;
	display: flex;
	transition: opacity 0.4s;
	font-size: 14px;
}
.outside:hover .teaser-overlay-gallery {
	top: 0;
	opacity: 1;
}
.teaser-overlay-gallery a {
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 10% 16px;
	text-align: center;
	border: 1px solid black;
}
.teaser-overlay-gallery a:hover {
	background-color: white;
}
.teaser-overlay-gallery a:first-child {
	border-right: none;
}
.teaser-overlay-gallery a div {
	margin-bottom: 10%;
	font-weight: 700;
	text-transform: uppercase;
}
.teaser-element .teaser-overlay-gallery img {
	aspect-ratio: 1/1;
}
.inside {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.teaser-titlebar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 10px;
	background-color: rgba(195,195,195,0.8);
	display: flex;
	align-content: center;
	justify-content: space-between;
	color: #333;
	text-transform: uppercase;
	border-top: 1px solid #000;
	align-items: center;
}
.teaser-element .teaser-icon {
	width: 30px;
	height: 30px;
	display: block;
}
.news h3 a {
	color: #212529;
}
.news-article-list {
	margin-top: 15px;
}
.news-article-list time {
	color: #B2B2B2;
}
.news-list-item a,
.news-list-item img {
	display: block;
}

/* image gallery */
.image-gallery {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.image-gallery-item {
	width: calc(25% - 12px);
	padding-top: 8px;
	padding-bottom: 8px;
}
.image-gallery-item img {
	width: 100%;
	height: auto;
}
#cboxTitle {
	background-color: white;
}
.register-form label {
	white-space: nowrap;
}

.tx-hairu .form-group {
	margin-bottom: 12px;
}
.alert-danger {
	background-color: #f8d7da !important;
}

.content-header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 80px;
	min-height: 80px;
	justify-content: space-between;
	margin-bottom: 29px;
	list-style: none;
	padding: 0;
	flex-basis: 50%;
}
.content-nav li {
	flex-basis: 84px;
	font-size: 10px;
	padding: 4px 6px;
	background-color: #C3C3C3;
	text-align: center;
	min-height: 100%;
	align-items: center;
	display: flex;
}
.content-nav a {
	font-style: normal;
}
.content-nav li.active,
.content-nav li:hover {
	background-color: white;
}
.cm-order-details {
	display: flex;
	flex-basis: 45%;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.cm-column-order {
	margin: 0 0.5%;
	text-align: center;
	flex-basis: 18%;
}
.cm-order-details h6 {
	font-size: 9px;
}
.cm-order-details input {
	display: block;
	text-align: right;
	padding: 2px 10px;
	margin: 10px 0;
	width: 100%;
}
.cm-order-details h4 {
	margin: 50px 0;
	text-align: right;
	width: 100%;
}
.cm-order-details .link-item.link-item_bottom-nav {
	padding: 10px;
	margin-top: 50px;
}
.link-item--icon_cm {
	background-image: url(../Images/CM.svg);
}
.cm-info {
	line-height: 26px;
	text-align: right;
	padding-right: 6px;
	margin: 10px 0;
	white-space: nowrap;
}
.cm-field-date {
	text-align: left;
	position: relative;
}
.file-upload-date-time {
	position: absolute;
	white-space: nowrap;
}
.cm-transfer-partner {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}
.cm-transfer-logos {
	margin-top: 44px;
	width: auto;
	text-align: center;
	padding-left: 20px;
	display: flex;
	align-items: center;
}
.cm-transfer-logos label {
	margin-bottom: 0;
}
.cm-transfer-logos input {
	display: none;
}
.cm-transfer-logos input ~ img,
.cm-transfer-logos input ~ span {
	background-color: #C3C3C3;
	display: inline-block;
	cursor: pointer;
}
.cm-transfer-logos input ~ span {
	padding: 4px 12px;
}
.cm-transfer-logos input:checked ~ img,
.cm-transfer-logos input:checked ~ span {
	background-color: #fff;
}
.cm-logo-image {
	height: 50px;
	width: auto;
	padding: 10px;
	cursor: pointer;
}
.cm-transfer-button {
	margin-left: auto;
	margin-top: 50px;
}
.set-customer-cm {
	display: flex;
	justify-content: flex-end;
}
.set-customer-cm > form {
	flex-basis: 36%;
}

/* internal order */
.tx-internalorder {
	text-align: center;
	margin-bottom: 60px;
}
.internorder {
	display: flex;
}
.internorder .selection {
	display: flex;
	width: calc(100% - 300px);
	flex-direction: column;
	margin-right: 40px;
}
.internorder .oderform {
	display: flex;
	width: 260px;
	min-width: 260px;
}
.internorder .materials {
	display: flex;
	font-size: 2rem;
	font-weight: bold;
}
.internorder .material {
	display: flex;
}
.internorder .column {
	width: 12.5%;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	display: flex;
	padding: 10px;
	text-align: center;
	height: auto;
}
.internorder .category,
.internorder .product,
.internorder .product a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.internorder .category {
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.catheader {
	font-weight: bold;
	font-size: 1.2rem;
}
.internorder .products {
	width: 87.5%;
	display: flex;
	flex-wrap: wrap;
}
.internorder .break {
	width: 100%;
	height: 0;
}
.internorder .product {
	width: 14.285%;
	padding: 10px;
}
.internorder .product.deactivated {
	opacity: 0.3;
	pointer-events: none;
}
.internorder .product a {
	position: relative;
	padding-bottom: 3px;
}
.internorder .product .material-ignoble {
	margin-bottom: 30px;
}
.internorder .product svg {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	z-index: 1;
}
.internorder .material-3N svg * {
	fill: #FFD700 !important;
}
.internorder .material-4N svg * {
	fill: #FF8247 !important;
}
.internorder .material-5N svg * {
	fill: #FF0000 !important;
}
.internorder .material-WG svg * {
	fill: #BEBEBE !important;
}
.internorder .material-AG svg * {
	fill: #7fff00 !important;
}
.internorder .material-PT svg *,
.internorder .material-PT2 svg * {
	fill: #fafafa !important;
	stroke: black;
	stroke-width: 1px;
}
.internorder .material-CA svg * {
	fill: #1D1D1B !important;
}
.internorder .material-TA svg * {
	fill: #5F2E88 !important;
}
.internorder .material-TI svg * {
	fill: #09632E !important;
}
.internorder .material-ES svg * {
	fill: #24A9D8 !important;
}
.internorder .material-DA svg * {
	fill: #334899 !important;
}
.internorder .material-AL svg * {
	fill: #A6378C !important;
}
.internorder .product span {
	position: relative;
	z-index: 2;
	font-size: 0.8rem;
	padding: 10px;
}
.internorder .product .material-ignoble span {
	position: absolute;
	bottom: -35px;
	display: block;
	width: 100%;
}
.internorder .orderform th,
.internorder .orderform td {
	padding: 10px;
}
.internorder .orderform .amount {
	width: 50px;
}
.internorder .submit-order {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
}
.internorder .deliverydate {
	margin-top: 50px;
}
.internorder .submit-order-input {
	background: url("../Images/CM.svg") no-repeat center top;
	background-size: contain;
	width: 80px;
	height: 90px;
	display: flex;
	float: right;
	padding-top: 32px;
	margin-top: 50px;
}
.diamantgroessen.original {
	display: none;
}
.internal-order-unit {
	position: absolute;
	right: 0;
	top: -10px;
}
.internorder img {
	max-width: 100%;
	max-height: 100%;
}

.hide-subsubnav .subsubnav {
	display: none;
}
.subsubnav .link-item_side-nav.active {
	display: flex;
	height: auto;
}
.subsubnav {
	display: flex;
	flex-direction: column;
}
.subsubnav .link-item_side-nav {
	border-top: none;
	margin-bottom: 0;
}
.subsubnav .link-item_side-nav:first-child {
	border-top: 1px solid #333;
}
.subsubnav .link-item_side-nav img {
	display: none;
}
.subsubnav .subsubsubnav {
	display: flex;
	flex-direction: column;
	margin-top: 15px;
}
.subsubnav .subsubsubnav .link-item_side-nav {
	display: flex;
	height: 85px;
	border: 1px solid #333;
	border-top: none;
}
.subsubnav .subsubsubnav .link-item_side-nav:first-child {
	border-top: 1px solid #333;
}
.subsubnav .subsubsubnav .link-item_side-nav img {
	display: inline-block;
}
.breadcrumb {
	margin-bottom: 0;
	padding: 0;
	margin-top: 5px;
	font-size: 13px;
}
html .fancybox-slide--html {
	padding: 3%;
}
.fancybox-slide--html .fancybox-content {
	min-width: 1126px;
	max-width: 1126px;
}
html .fancybox-is-open .fancybox-bg {
	opacity: 1;
	background-color: rgba(0,0,0,0.6);
}
.link-item_side-nav.show-always-1 {
	display: flex !important;
	height: 85px !important;
	border: 1px solid #333;
	border-top: none;
}
.link-item_side-nav.show-always-1 img {
	display: inline-block !important;
}
.flex-break-line {
	flex-basis: 100%;
}
.information-i {
	position: relative;
	display: inline-block;
	font-style: normal;
	padding: 5px 5px 5px 8px;
	line-height: 1;
	transform: translateY(-4px);
}
.information-i:hover {
	font-style: normal;
	color: white;
}
.information-i::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border: 1px solid black;
	border-radius: 50%;
	transform: translate(-7px, -1px);
}
.information-i:hover::after {
	border: 1px solid white;
}
.tab-navigation {
	border-bottom: 1px solid #dee2e6;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.tab-navigation-item {
	margin-bottom: -1px;
	border: 1px solid #dee2e6;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	cursor: pointer;
	display: block;
	padding: .5rem 1rem;
    background-color: #C3C3C3;
}
.tab-navigation-item.active {
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}
.tab-content-item {
	position: relative;
	z-index: -1;
	opacity: 0;
	height: 0;
	padding-top: 1px;
}
.tab-content-item.active {
	z-index: 2;
	opacity: 1;
	height: auto;
}

@media (max-width: 1199px) {
	html, body {
		font-size: 14px;
	}
	.container {
		min-width: unset;
	}
	.main-container {
		padding-top: 140px;
	}
	.image-gallery-item {
		width: calc(50% - 12px);
	}
	.main-header {
		height: 100px;
		justify-content: center;
		top: 0;
	}
	.header-left .link-item,
	.header-middle .link-item,
	.header-right .link-item {
		width: 60px;
	}
	.main-header,
	.top-nav {
		left: 0;
		position: fixed;
		width: 100%;
	}
	.top-nav {
		height: 40px;
		justify-content: flex-start;
		top: 100px;
	}
	.top-nav > .nav-menu {
		flex-wrap: wrap;
		position: fixed;
		top: 140px;
		bottom: 0;
		right: 101%;
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		visibility: hidden;
		background-color: #C3C3C3;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out;
		justify-content: flex-start;
		border-top: 1px solid #ccc;
	}
	.top-nav > .nav-menu.open {
		visibility: visible;
		transform: translateX(101%);
	}
	.navbar-toggler {
		display: block;
		color: rgba(255, 255, 255, 1);
		font-size: 1.25rem;
		line-height: 1;
		background-color: transparent;
		border-radius: .25rem;
		margin-left: 10px;
	}
	.navbar-toggler-icon {
		display: inline-block;
		width: 1.5em;
		height: 1.5em;
		vertical-align: middle;
		content: "";
		background: 50% / 100% 100% no-repeat;
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
	.link-item_top-nav {
		height: auto;
		width: 110px;
	}
	.top-nav > ul > li {
		margin-bottom: 20px;
	}
	.top-nav > ul > li:last-child,
	.top-nav > ul > li:nth-last-child(2) {
		position: relative;
		height: auto;
		right: unset;
	}
	.top-nav > .nav-menu::after {
		content: "";
		width: 100%;
		height: calc(100% - 220px);
	}
	.top-nav > ul > li > a > .link-item--icon {
		height: 45px;
	}
	.nav-menu_submenu {
		display: none;
	}
	.teaser-element.columns-4,
	.teaser-element.columns-5,
	.teaser-element.columns-6 {
		max-width: 33.33%;
		flex: 0 0 33.33%;
	}
	.logo-link-mobile {
		flex: 100%;
		margin-top: 5px;
	}
	.cm-content-nav,
	.cm-order-details {
		flex-basis: 100%;
	}
	.teaser-overlay-gallery a div {
		font-size: 12px;
	}
	.rangeslider-wrapper {
		transition: all 0.3s ease-in-out;
	}
	.bigger-on-mobile.rangeslider-wrapper {
		transform: scale(3) !important;
		z-index: 999999;
	}
	.bigger-on-mobile-left.rangeslider-wrapper {
		transform: scale(3) translateX(30px) !important;
	}
	.bigger-on-mobile-right.rangeslider-wrapper {
		transform: scale(3) translateX(-30px) !important;
	}
}
@media (max-width: 767px) {
	.image-gallery-item {
		width: calc(100% - 12px);
	}
}