@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700);
@import url(https://fonts.googleapis.com/css?family=Lora);

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #636768;
}

h1 {
    text-align: center;
    font-family: 'Lora', serif;
    font-weight: 400;
    font-size: 2.250em;
}

h2 {
    font-size: 1.313em;
    font-weight: 400;
    color: #636768;
}

h3 {
    font-family: 'Lora', serif;
    font-weight: 400;
}

img {
    border: none;
}

p {
    line-height: 1.5;
}

p.center {
    text-align: center;
}

.center {
    text-align: center;
}

hr {
    border-top: 1px solid #b08009;
    border-bottom: 0px;
}

a {
    color: #d9a80e;
    text-decoration: none;
}

.cf:after {
    display: table;
    content: ' ';
    clear: both;
}

.col-5 {
    float: left;
    width: 20%;
}

.link-button {
    padding: 13px 14px;
    color: #ffffff;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400 !important;
    line-height: 1;
}

.link-button.orange {
    background: #d09e0f; /* Old browsers */
    background: -moz-linear-gradient(top, #d09e0f 0%, #f0c623 50%, #d09e0f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d09e0f 0%, #f0c623 50%, #d09e0f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d09e0f 0%, #f0c623 50%, #d09e0f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d09e0f', endColorstr='#d09e0f', GradientType=0); /* IE6-9 */
    line-height: 1;
}

.link {
    text-decoration: underline;
    font-weight: 600;
}

/* HEADER
********************************/
/*Box-shadow
#header {
    margin-top: 10px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	position: relative;
	z-index: 10;
}*/
#header {
    padding-top: 10px;
    position: fixed;
    z-index: 1000;
    border-bottom: 1px solid #e1e1e1;
    background-color: #ffffff;
    width: 100%;
}

#header .content {
    position: relative;
}

#header .logo {
    float: left;
    display: block;
}

#header .logo img {
    max-width: 190px;
    width: 100%;
}

/* TOP NAV
********************************/
#header .top-nav {
    float: right;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.813em;
}

#header .top-nav > ul {
    margin: 0px;
    padding: 0px;
}

#header .top-nav li {
    float: left;
    list-style: none;
    padding: 10px 15px 0px 15px;
    position: relative;
}

#header .top-nav li a {
    color: rgba(51, 51, 51, 0.50);
}

#header .suche {
    display: block;
    float: left;
    border: 1px solid #cccccc;
}

#mySearch {
    height: auto !important;
    border: none !important;
    padding: 6px 10px;
    width: 170px !important;
    text-transform: uppercase;
}

#search2btn {
    background-image: url(../bilder/icons/lupe.png);
    border: none !important;
    background-color: inherit !important;
    height: 19px;
    width: 19px;
    margin-right: 7px;
}

/* MAIN NAV
********************************/
#header .main-nav {
    font-weight: 300;
    font-size: 0.938em;
    text-transform: uppercase;
    display: block;
    float: right;
    margin-top: 15px;
}

#header .main-nav > ul {
    padding: 0px;
}

#header .main-nav > ul > li {
    list-style: none;
    float: left;
    margin: 0px 5px;
}

@media screen and (max-width: 1035px) {
    #header .main-nav > ul > li {
        margin: 0px;
    }
}

#header .main-nav > ul > li:last-child {
    margin-right: 0px;
}

#header .main-nav > ul > li > a {
    padding: 5px 10px;
    margin-bottom: 10px;
    display: block;
    color: #333333;
}

#header .main-nav > ul > li > a:hover {
    color: #ffffff;
    background-color: #d9a80e;
}

#header .main-nav > ul > li a:hover {
    color: #ffffff;
    background-color: #d9a80e;
}

#header .main-nav ul > li > .dropdown-menu {
    visibility: hidden;
    opacity: 0;

    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#header .main-nav ul > li:nth-child(2) .dropdown-menu11 {
    visibility: visible;
    opacity: 1;
}

#header .main-nav ul > li:hover > .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    z-index: 1000;
}

/* MEGA MENU
********************************/
.dropdown-menu {
    background-color: rgb(255, 255, 255);
    left: 0px;
    margin: 0px 0px 0px 15px;
    padding: 15px 15px 25px 15px;
    position: absolute;
    border-top: 1px solid #dddddd;
    max-width: 1170px;
    width: 100%;
    z-index: 999;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.dropdown-menu * {
    z-index: 9000;
}

.mega-menu .nav-header a {
    color: #333333;
}

.mega-menu .nav-header a:hover {
    color: #d9a80e;
}

.dropdown-menu.mega-menu h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-top: 0px;
    color: #333333;
}

.mega-menu .AlleRingeLink {
    margin: 0px;
}

.mega-menu .AlleRingeLink > a {
    background-color: #d9a80e;
    color: #ffffff;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 7px;
    padding-top: 7px;
    text-align: center;
    font-weight: bold;
}

.mega-menu > li {
    display: inline-block;
    float: left;
}

.mega-menu li.dropdown-menu.mega-menu .mega-menu-bild {
    float: left;
    width: 36%;
    max-width: 170px;
}

.mega-menu li.dropdown-menu.mega-menu ul {
    padding: 0px;
    float: left;
    width: 60%;
}

.mega-menu li.dropdown-menu.mega-menu .mega-menu-text {
    font-style: italic;
}

.dropdown-menu.mega-menu .sub-menu {
    margin: 0px;
    padding: 0px;
}

.dropdown-menu.mega-menu .sub-menu li {
    list-style: inside;
    color: #b08009;
}

.dropdown-menu.mega-menu .sub-menu a {
    color: #333333;
}

.dropdown-menu.mega-menu .sub-menu a:hover {
    color: #d9a80e;
}

#MenuTrauringBlockEGF,
#MenuTrauringBlockBRUNOM,
#MenuTrauringBlockSICKINGER,
#MenuVerlobungsringBlockEGF,
#MenuVerlobungsringBlockBRUNOM,
#MenuVerlobungsringBlockDFY,
#MenuMemoireringBlockEGF,
#MenuMemoireringBlockBRUNOM,
#MenuDiamantschmuckBlockEGF,
.DiamantschmuckZusatztext,
.DiamantschmuckMenubild {
    padding: 0px 2%;
}

#MenuTrauringBlockEGF,
#MenuTrauringBlockBRUNOM,
#MenuVerlobungsringBlockEGF,
#MenuMemoireringBlockEGF,
#MenuDiamantschmuckBlockEGF {
    border-right: 1px solid #e1e1e1;
}

#MenuTrauringBlockEGF,
#MenuTrauringBlockBRUNOM,
#MenuTrauringBlockSICKINGER {
    min-height: 390px;
}

#MenuVerlobungsringBlockEGF,
#MenuMemoireringBlockEGF,
#MenuDiamantschmuckBlockEGF {
    min-height: 290px;
}

.menubild {
    position: fixed;
    float: left;
    top: 330px;
    z-index: -1;
}

#MenuTrauringBlockEGF .menubild,
#MenuTrauringBlockBRUNOM .menubild,
#MenuTrauringBlockSICKINGER .menubild {
    top: 445px;
}

.mega-menu-text {
    font-weight: 600;
    text-transform: none;
    margin-bottom: 5px;
    color: #D9A80E;
}

/*Men� Trauringe*/
#MenuTrauringBlockEGF {
    width: 48%;
    float: left;
}

#MenuTrauringBlockBRUNOM,
#MenuTrauringBlockSICKINGER {
    width: 26%;
    float: left;
}

/*Men� Verlobungsringe, Memoireringe*/
#MenuMemoireringBlockEGF {
    width: 58%;
    float: left;
}

#MenuVerlobungsringBlockEGF {
    width: 48%;
    float: left;
}

#MenuVerlobungsringBlockDFY,
#MenuVerlobungsringBlockBRUNOM {
    width: 23%;
    float: left;
}

#MenuMemoireringBlockBRUNOM {
    width: 38%;
    float: left;
}

/*Men� Diamantschmuck*/
#MenuDiamantschmuckBlockEGF {
    float: left;
    width: 26%;
    margin-left: 31%;
}

.DiamantschmuckZusatztext {
    float: left;
    width: 20%;
}

.DiamantschmuckMenubild {
    float: left;
    width: 23%;
    margin-top: -15px;
}

.DiamantschmuckZusatztext p {
    text-transform: none;
}

/*Men� Juwelier*/
#MenuJuwelieresucheBlock,
#MenuHochzeitsmessenBlock,
#MenuBeratungskompetenzBlock {
    width: 31.333%;
    margin: 0px 1%;
    float: left;
}

#MenuJuwelieresucheBlock h3,
#MenuHochzeitsmessenBlock h3,
#MenuBeratungskompetenzBlock h3 {
    margin-top: 15px !important;
    margin-bottom: 0px;
}

#MenuJuwelieresucheBlock a,
#MenuHochzeitsmessenBlock a,
#MenuBeratungskompetenzBlock a {
    color: #333333;
}

#MenuJuwelieresucheBlock a:hover h3,
#MenuHochzeitsmessenBlock a:hover h3,
#MenuBeratungskompetenzBlock a:hover h3 {
    color: #d9a80e !important;
}

/*Men� Marken*/
#MenuMarkenBlockEGF,
#MenuMarkenBlockBRUNOM,
#MenuMarkenBlockSICKINGER {
    width: 31.333%;
    margin: 0px 1%;
    float: left;
}

#MenuMarkenBlockEGF h3,
#MenuMarkenBlockBRUNOM h3,
#MenuMarkenBlockSICKINGER h3 {
    margin-top: 15px !important;
    margin-bottom: 0px;
}

#MenuMarkenBlockEGF a:hover h3,
#MenuMarkenBlockBRUNOM a:hover h3,
#MenuMarkenBlockSICKINGER a:hover h3 {
    color: #d9a80e !important;
}

/*
 * Sprachmen�
 */

#klappmenue_globus {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #FFF;
    right: 0;
    z-index: 1000;
}

#klappmenue_globus.open {
    visibility: visible;
    opacity: 1;
    transition: opacity .5s linear;
}

#klappmenue_globus p a {
    padding: 0 10px;
}

#klappmenue_globus p .aktiv {
    color: #D09E0F !important;
}

/* BREADCRUMB
********************************/
#breadcrumbs {
    width: 100%;
    clear: both;
}

.breadcrumb {
    margin: 0px;
    padding: 0px;
    font-weight: 300;
    border-top: 1px solid #e1e1e1;
    color: #333333;
    font-size: 0.938em;
    background-color: #ffffff;
    z-index: 10000;
    top: 115px;
    width: 100%;
}

.breadcrumb:after {
    display: table;
    content: ' ';
    clear: both;
}

.breadcrumb li:first-child {
    padding-left: 0px;
    display: block;
}

.breadcrumb li {
    display: block;
    float: left;
    list-style: none;
    padding: 10px 18px 10px 0px;
    display: block;
}

.breadcrumb li:after {
    content: url(../bilder/icons/breadcrumb_pfeil.png);
    width: 9px;
    height: 14px;
    position: relative;
    top: 2px;
    margin-left: 17px;
}

.breadcrumb li:last-child:after {
    content: normal;
}

.breadcrumb li a {
    color: #333333;

}

.breadcrumb li a:hover {
    color: #d9a80e;
}

/* Clear Header
********************************/

#clear-header {
    height: 115px;
    width: 100%;
}

/* STARTSEITE
********************************/

/* Kopfgrafik
********************************/
#kopfgrafik {
    position: relative;
    max-width: 1400px;
}

#kopfgrafik > img {
    margin: 0 auto;
    height: auto;
    /*	width: 100%;*/
}

.kopftext, .kopftext1, .kopftext2, .kopftext3 {
    position: absolute;
    text-align: center;
}

.kopftext2 {
    position: absolute;
    right: 8%;
    top: 60px;
    text-align: left;
    width: 400px;
}

.kopftext2.links {
    position: absolute;
    left: 8%;
    top: 60px;
    text-align: left;
    width: 400px;
}

.kopftext2 h2 {
    font-size: 3.000em;
    font-family: 'Lora', serif;
    margin-bottom: 10px;
}

/* Kopfgrafik Slider
********************************/
#kopfgrafik .container {
    position: relative;
}

.bx-wrapper img {
    margin: 0 auto;
}

/*
#kopfgrafik .bx-viewport,
.softEdge {
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 3%, rgba(255,255,255,0) 7%, rgba(255,255,255,0) 93%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,0) 7%,rgba(255,255,255,0) 93%,rgba(255,255,255,1) 97%,rgba(255,255,255,1) 100%);
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,0) 7%,rgba(255,255,255,0) 93%,rgba(255,255,255,1) 97%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );

}

#kopfgrafik .bx-wrapper,
#kopfgrafik .bx-viewport {
	z-index: -10;
}*/

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #d9a80e !important;
}

#kopfgrafik .bx-wrapper,
#kopfgrafik .startseite-slider {
    margin: 0px;
    list-style: none;
}

#kopfgrafik .startseite-slider .content {
    /* position: relative; */
}

#kopfgrafik .slider-text {
    position: absolute;
    width: 360px;
    left: 10%;
    bottom: 130px;
}

#kopfgrafik .startseite-slider li {
    left: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

#kopfgrafik .slider-text h1 {
    text-align: left;
    font-size: 3.000em;
}

.startseite-neuheiten-button {
    position: absolute;
    bottom: -65px;
    right: 5%;
    z-index: 999;
}

.magazin-button {
    background: #d09e0f; /* Old browsers */
    background: -moz-linear-gradient(top, #d09e0f 0%, #f0c623 50%, #d09e0f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d09e0f 0%, #f0c623 50%, #d09e0f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d09e0f 0%, #f0c623 50%, #d09e0f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d09e0f', endColorstr='#d09e0f', GradientType=0); /* IE6-9 */
    border-radius: 50%;
    position: absolute;
    font-family: 'Lora', serif;
    font-size: 1.1em;
    color: #ffffff;
    bottom: -65px;
    right: 5%;
    width: 125px;
    height: 125px;
    text-align: center;
    padding-top: 48px;
    z-index: 999;
}

.magazin-button:before {
    content: "";
    display: block;
    height: 115px;
    text-align: center;
    width: 115px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    top: 4px;
    left: 4px;
    position: absolute;
    z-index: -1;
}

.magazin-button a {
    color: #ffffff;
    display: block;
    height: 100%;
}

/* Section Marken
********************************/
.lightgrey {
    background-color: #f2f2f2;
}

#marken {
    padding: 50px 0px 65px 0px;
}

#marken .content {
    padding: 0px -15px;
}

#marken .inner {
    background-color: #ffffff;
    margin: 0px 15px 15px 0px;
    padding: 10px;
    min-height: 530px;
    position: relative;
}

#marken .inner .text {
    padding: 0px 10px 10px 10px;
}

#marken .text .link {
    bottom: 20px;
    left: 20px;
    position: absolute;
}

#marken .inner img {
    margin: 0 auto;
    display: block;
}

/* Section Ringe
********************************/
#ring-slider {
    padding: 50px 0px;
}

#ring-slider .bx-wrapper {
    padding: 0px 3%;
    width: 82%;
}

/* Section Folgen Sie uns
********************************/
#folgen {
    margin-top: 40px;
}
#folgen .row {
    margin-top: 40px;
}

#folgen .inner {
    margin: 0px 15px 15px 0px;
}

#folgen .social img {
    margin: 0px 5px;
}

/* Section Konfigurator
********************************/
#konfigurator {
    padding: 50px 0px;
    text-align: center;
    background-image: url(../bilder/startseite/konfigurator_bg.jpg);
    background-size: cover;
}

#konfigurator .video-container {
    background-image: url(../bilder/startseite/video_placeholder_black.png);
    background-size: 95%;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 0px 14.2%;
    padding-top: 7%;
    padding-bottom: 150px;
}

#konfigurator .video {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-bottom: 53.25%;
    padding-top: 25px;
    height: 0;
}

#konfigurator .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* SectionMagazinbestellung
********************************/
#magazinbestellung {
    background: #d09e0f; /* Old browsers */
    background: -moz-linear-gradient(top, #d09e0f 0%, #f0c623 50%, #d09e0f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d09e0f 0%, #f0c623 50%, #d09e0f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d09e0f 0%, #f0c623 50%, #d09e0f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d09e0f', endColorstr='#d09e0f', GradientType=0); /* IE6-9 */
    color: #fff;
}

#magazinbestellung h1 {
    color: #fff;
    text-align: left;
}

#magazinbestellung a {
    color: #fff;
    font-weight: 600;
}

#magazinbestellung img {
    position: absolute;
    top: 30px;
    max-width: 100%;
}

/* Formular
********************************/
#magazin-formular {
    padding-top: 75px;
    padding-bottom: 45px;
}

#magazin-formular input[type="submit"] {
    border: 1px solid #ffffff;
    padding: 10px 12px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 10px;
    background-color: inherit;
    background: #d09e0f; /* Old browsers */
    background: -moz-linear-gradient(top, #d09e0f 0%, #f0c623 50%, #d09e0f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d09e0f 0%, #f0c623 50%, #d09e0f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d09e0f 0%, #f0c623 50%, #d09e0f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d09e0f', endColorstr='#d09e0f', GradientType=0); /* IE6-9 */
}

#magazin-formular input[type="text"] {
    width: 100% !important;
    border: none !important;
    margin-bottom: 10px;
    color: #636768;
}

#magazin-formular #plz {
    float: left;
    width: 31% !important;
    margin-right: 4%;
}

#magazin-formular #wohnort {
    float: left;
    width: 65% !important;
}

/* Section Diamanten
********************************/
#diamanten {
    padding: 25px 0px 50px 0px;
}

#diamanten img {
    width: 100%;
    max-width: 100%;
}

/* Section Veranstaltungen
********************************/
#veranstaltungen {
    padding: 70px 0px 50px 0px;
}

#veranstaltungen .inner {
    padding-right: 20px;
}

#veranstaltungen .veranstaltungen-headline {
    color: #b08009;
    text-transform: uppercase;
    border-bottom: 1px dotted #b08009;
    font-size: 1.563em;
    margin: 0px;
}

#veranstaltungen img {
    margin-top: 40px;
    width: 100%;
}

/* Section Wir
********************************/
#wir {
    padding-top: 10px;
    padding-bottom: 60px;
}

#wir .col-5 {
    text-align: center;
    margin-top: 20px;
}

.wir-piktogramme a {
    color: #636768;
}

.wir-piktogramme a:hover {
    color: #d9a80e;
}

/* Section Standard
********************************/
#Standard {
    padding-bottom: 40px;
}

#Standard .no-bg {
    background-image: none !important;
    background: none !important;
}

/*Icon Allgemein*/
.icon {
    background: #d09e0f; /* Old browsers */
    background: -moz-linear-gradient(top, #d09e0f 0%, #f0c623 50%, #d09e0f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d09e0f 0%, #f0c623 50%, #d09e0f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d09e0f 0%, #f0c623 50%, #d09e0f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d09e0f', endColorstr='#d09e0f', GradientType=0); /* IE6-9 */
    border-radius: 50%;
    display: table;
    margin: 0 auto;
    text-align: center;
}

.icon:before {
    display: table-cell;
    vertical-align: middle;
}

/*Wir Icon*/
#wir .icon {
    height: 120px;
    width: 120px;
}

.icon.wissenswertes:before {
    content: url("../bilder/icons/icon-wissenswertes.png");
}

.icon.manufaktur:before {
    content: url("../bilder/icons/icon-manufaktur.png");
}

.icon.juweliersuche:before {
    content: url("../bilder/icons/icon-juweliersuche.png");
}

.icon.brilliant:before {
    content: url("../bilder/icons/icon-blaue-brilliant.png");
}

.icon.konfigurator:before {
    content: url("../bilder/icons/icon-konfigurator.png");
}

/* Allgemeine Tags
****************************************/

.BereichRechts {
    float: right;
    padding: 0px 0px 10px 10px;
}

/*Intro TextBlock �bersichtsseiten*/
.content .block {
    text-align: center;
    padding: 35px 0px 30px 0px;
}

#sondermenue {
    text-align: center;
}

#sondermenue .inner {
    margin-left: 15px;
    margin-right: 15px;
}

.sondermenue-trauringe {
    display: none;
    background: rgba(255, 255, 255, 0.8);
    margin: 0px;
    padding: 0px;
    position: absolute;
    width: 100%;
    min-height: 10px;
    margin-top: -200px;
    border: 1px solid #cccccc;
}

.sondermenue-trauringe li {
    list-style: none;
    float: left;
    width: 20%;
}

/* FOOTER
********************************/
#footer {
    padding: 15px 15px 35px 15px;
    margin: 50px 0px 40px 0px;
}

#footer .logo {
    max-width: 190px;
    width: 100%;
}

#footer li:before {
    background-image: url("../bilder/icons/breadcrumb_pfeil.png");
    content: "";
    display: block;
    float: left;
    height: 14px;
    width: 9px;
    margin-right: 10px;
    margin-top: 7px;
    position: relative;
}

#footer .row:first-child {
    padding-bottom: 15px;
    margin-bottom: 20px;
}

#footer p {
    margin-top: 0px;
}

#footer h4 {
    font-size: 1.438em;
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 70px;
}

#footer ul {
    margin: 0px;
    padding: 0px;
}

#footer li {
    list-style: none;
}

#footer a {
    color: #636768;
}

#footer .col-sm-4 img {
    margin-top: 5px;
}

#footer .navigation,
#footer .adresse,
#footer .service,
#footer .top-button {
    border-top: 1px solid #aaacad;
    margin-top: 15px;
    padding-top: 10px;
    font-style: normal;
}

#footer .top-button {
    float: right;
    margin-top: 20px;
    width: 100%;
}

#footer .navigation a,
#footer .service a {
    display: block;
    padding: 2px 0px;
}

/* Social Media / Icon
********************************/
#footer .icon.top {
    float: right;
    height: 70px;
    width: 70px;
    color: #ffffff;
    padding-top: 35px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.875em;
}

#footer .icon.top:before {
    content: url(../bilder/icons/top.png);
    display: block;
    margin-top: -15px;
}

.social-media {
    float: right;
    margin-top: 60px;
}

.social-media .icon {
    height: 37px;
    width: 37px;
    float: left;
    margin-left: 20px;
}

.social-media .icon.facebook:before {
    content: "";
    background: url("../bilder/icons/facebook.png");
    background-position: center;
    background-repeat: no-repeat;
}

.social-media .icon.instagram:before {
    content: "";
    background: url("../bilder/icons/instagram.png");
    background-position: center;
    background-repeat: no-repeat;
}

.social-media .icon.mail:before {
    content: "";
    background: url("../bilder/icons/mail.png");
    background-position: center;
    background-repeat: no-repeat;
}

.social-media .icon.youtube:before {
    content: "";
    background: url("../bilder/icons/youtube.png");
    background-position: center;
    background-repeat: no-repeat;
}

.RingVorschau {
    float: left;
    width: 23%;
    margin: 1%;
    padding: 10px;
    display: block;
    min-height: 150px;
    text-align: center;
}

.RingVorschau img {
    display: inline;
}

/* Einstiegstexte
****************************************
****************************************
****************************************/
.einstiegstext {
    padding-top: 30px;
    padding-bottom: 55px;
}

.trennlinie {
    border-bottom: 1px solid #b08009;
    max-width: 630px;
    width: 100%;
    margin: 0px auto 60px auto;
}

.trennlinie:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #b08009;
    border-radius: 50%;
    position: absolute;
    margin-top: -7px;
    left: 50%;
    margin-left: -7px;
}

/*
****************************************
****************************************
****************************************

/* Filter-Formular f�r Ringliste
****************************************
****************************************
****************************************/
#RingListe {
    font-size: 0.750em;
    wid th: 100%;
    max-width: 1200px;
    margin-left: -10px;
    margin-right: -10px;
}

#RingListe .DetailLink {
    display: block;
}

#RingListe.konfigurator .RingVorschau {
    margin-bottom: 10px;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 10px;
    ma x-width: 23%;
}

#RingListe.konfigurator .RingVorschau > * {
    max-width: 400px;
}

@media screen and (max-width: 480px) {

    #RingFilter > ul > li {
        width: 100%;
        padding: 0px;
        margin: 0px 0px 2px 0px;
    }

    #RingFilter ul li ul {
        display: block;
        position: relative;
    }

    #RingFilter ul li ul li label {
        float: left;
        margin-bottom: 2px;
        width: 100%;
    }

    #RingListe .RingVorschau,
    .RingVorschau.double {
        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

#FilterFormular {
    display: inline-block;
    width: 100%;
}

#RingFilter {
    min-height: 10px;
    margin: 2% 0px;
}

#RingFilter ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#RingFilter ul:after {
    content: ' ';
    display: table;
    clear: both;
}

#RingFilter > ul > li {
    margin-left: 1%;
    margin-right: 0;
    width: 16%;
    display: block;
    float: left;
    background-color: #c2b69b;
    position: relative;
}

#RingFilter ul li h3 {
    color: #fff;
    padding: 10px 12px;
    margin: 0px;
    font-size: 0.750em;
    font-family: 'Open Sans', sans-serif;
}

#RingFilter ul li h3:after {
    content: url(bilder/navigat/filter.png);
    float: right;
    padding-top: 5px;
}

#RingFilter ul li ul {
    opacity: 0;
    position: absolute;
    min-width: 100%;
    background: #FFF
}

#RingFilter ul li ul li {
    border-bottom: 1px solid #FFF;
    height: 0px;
}

#RingFilter ul li ul li label {
    font-size: 0.750em;
    background-color: rgba(194, 182, 155, 0.5);
    display: none;
    padding: 4% 3% 3% 3%;
    width: 100%;
    cursor: pointer;
}

#FilterFormular ul li ul li input {
    background: #c2b69b;
    border: medium none;
    color: #ffffff;
    margin: 0px 0px 0px 2%;
    padding: 6px 10px;
    font-family: 'Open Sans', Arial, sans-serif;
}

#searchstring {
    margin: 7px 5px;
    padding-bottom: 3px;
    border: none;
    border-bottom: 1px solid #FFF;
    background: transparent;
    color: #FFF;
    text-transform: uppercase;
    font-size: 0.75em;
    height: auto;
    width: auto;
    padding-top: 2px;
}

#searchstring::-webkit-input-placeholder {
    color: #ffffff;
}

/* Hover Effekte */

#RingFilter ul li:hover h3:after {
    transform: rotate(180deg);
    margin-top: 5px;
}

#RingFilter ul li:hover ul {
    opacity: 1;
    transition: opacity 0.3s ease 0s;
}

#RingFilter ul li:hover ul li {
    transition: height 0.3s ease 0s;
    height: 32px;
}

#RingFilter ul li:hover ul li label {
    display: block;
}

/*
****************************************
****************************************
****************************************

/* JuwelierAdresseKarte
****************************************
****************************************
****************************************/
#JuwelierAdresseKarte {
    text-align: center;
    margin-top: 25px;
    padding: 0px 60px;
}

#JuwelierAdresseKarte #Langadresse h2 {
    font-family: 'Lora', serif;
    font-weight: 400;
}

#JuwelierAdresseBilder {
    display: block;
    float: left;
    padding-top: 25px;
    width: 100%;
}

#AdressBilder {
    margin: 0px auto;
    width: auto;
    display: inline-block;
}

#AdressBilder .inhalt_bild {
    float: left;
    margin-bottom: 5px;
}

/*
****************************************
** Ringdetail Darstellung***
****************************************
*/
.RingDetails {
    width: 100%;
}

.RingDetails .details {
    max-width: 100%;
    margin: 1% 1%;
    width: 98%;
    float: left;
    clear: both;
}

.RingDetails .details > div {
    width: 46%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0px 1%;
    float: left;
}

.RingDetails .details > div {
    padding: 25px;
    position: relative;
    min-height: 450px;
}

.RingDetails .details > div h1 span {
    color: #C2B69B;
}

.RingDetails .details > div h1 span {
    color: #C2B69B;
}

.RingDetails .details .quote img {
    width: 70px;
    float: left;
    margin-right: 15px;
}

.RingDetails .details .quote:after,
.RingDetails .details .variations:after {
    content: ' ';
    display: table;
    clear: both;
}

.RingDetails .details .variations > div {
    width: 25%;
    float: left;
}

.RingDetails .details .variations > div img {
    width: 100%;
}

.RingDetails .details .set-alloys {
    display: none;
}

.RingDetails .details .info {
    /*	position: absolute;*/
    margin-top: 40px;
    padding-right: 20px;
    bottom: 20px;
}

#RingVorschau2 {
    display: block;
    float: left;
    width: 540px;
    height: 250px;
    box-shadow: 2px 2px 5px #CEC7B5;
    padding: 40px 10px 10px 30px;
    margin: 10px 10px 10px 10px;
}

#RingVorschau img1 {
    border: 1px solid #cccccc;
}

.ZurueckUebersicht {
    display: block;
    float: right;
    width: 100%;
    height: 31px;
    border: none;
    background-repeat: no-repeat;
    background-position: right;
    margin: 10px;
}

/* Konfigurator Einstellungen ################################################
##################################################################################### */
#dsg_main11 {
    z-index: -1;
}

#dsg_ring_line{
	height: 70px!important;
}


/*Juweliersuche*/
#ShopFinderTabelle {
    margin: 0 auto;
    text-align: center;
    width: 25%;
}

.karte {
    min-height: 350px;
    display: flex;
}

#map {
    width: 100%;
    height: 100%;
	min-height: 400px;	 
}

/*Juwelierdetails*/
.Juwelierdetails {
    margin-top: 60px;
}

/*H�nder Login*/
.loginbereich {
    text-align: center;
}

/*Banner*/
.banner {
    text-align: center;
}

.banner .html_box {
    padding: 20px;
    margin: 30px auto 60px auto;
    width: 55%;
    background: rgba(225, 225, 225, 0.6);
}

.banner .links {
    margin-bottom: 60px;

}

.banner .button {
    padding: 10px 20px;
    border: 1px solid #b08009;
    display: block;
}

.banner .inner {
    margin: 5px;
}

/*H�ndlersuche*/
#Adresse {
    float: left;
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 10px;
    border-top: 1px solid #b08009;
}

#haendlersuche td {
    padding-bottom: 20px;
}

#haendlersuche input,
#haendlersuche select {
    border-color: #c4d1d8;
}

/*Buttons*/
#SuchButton {
    background-image: url(../bilder/icons/lupe.png);
    background-color: transparent;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    border: none;
    margin-right: 8px;
}

#SuchFeld {
    border: none;
    height: 30px;
    width: auto;
}

.suchfeld {
    width: 100% !important;
    margin-top: 2px;
    margin-bottom: 20px;
}

.Button2,
.suchbutton {
    width: auto;
    background-color: #D9A80E;
    backgr ound-image: linear-gradient(to bottom, hsl(44, 87%, 44%) 0%, hsl(48, 87%, 54%) 50%, hsl(44, 87%, 44%) 100%);
    color: #fff;
    border: none;
    padding: 7px 15px;
}

/*Unterseiten Bildleisten*/
.bildleiste {
    margin-bottom: 70px;
}

.bildleiste img {
    width: 100%;
}

.bildleiste1 .links .inner {
    margin-right: 30px;
}

.bildleiste1 .rechts .inner {
    margin-left: 0px;
    margin-right: 5px;
}

.bildleiste1 .rechts .inner.last {
    margin-left: 5px;
    margin-right: 0px;
}

/*Unterseiten Bildleisten 2*/
.bildleiste2 {
    margin-top: 110px;
}

.bildleiste2 .rechts .inner {
    margin-left: 30px;
}

.bildleiste2 .links .inner {
    margin-left: 0px;
    margin-right: 5px;
}

.bildleiste2 .links .inner.last {
    margin-left: 5px;
    margin-right: 0px;
}

/*       Juwelier darstellung */

.Kurzadresse .Name, .Kurzadresse .Adresse, .Kurzadresse .Zusatz, .Kurzadresse .Link {
    float: left;
    display: block;
    width: 23%;
    margin: 1%;
}

.Komplettadresse .Name, .Komplettadresse .Adresse, .Komplettadresse .Zusatz {
    display: block;
    width: 100%;
}

/*
##########################################################################
##########################################################################
##########################################################################
Subnavi-Darstellung
##########################################################################
##########################################################################
##########################################################################
*/

#subnavi {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

#subnavi ul {
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}

#subnavi ul ul {
    display: none;
}

#subnavi li {
    float: left;
    list-style: none;
    display: block;
    margin-left: 1%;
    margin-right: 1%;
    padding: 10px;
    border: 1px solid;
    text-transform: uppercase;
}

#subnavi li a {
    display: block;
}

.SubnaviListe > ul {
    position: absolute;
    width: 100%;
    left: 1%;
    padding-top: 20px;
}

/*.SubnaviListe {
    border: none!important;
    left: 0;
    padding: 0 !important;
    width: 100%;
	margin-bottom: 10px;
}*/

.SubnaviListe li {
    margin-left: 0 !important;
}

/*
##########################################################################
##########################################################################
##########################################################################
Termine
##########################################################################
##########################################################################
##########################################################################
*/
.termin {
    margin: 0px 0px 50px 0px;
}

.termin > h3 {
    color: #b08009;
    font-size: 1.813em;
    border-bottom: 1px solid #b08009;
    padding-bottom: 10px;
    margin: 0px;
}

.termin > h3:after {
    content: url(../bilder/icons/arrow.png);
    display: block;
    float: right;
    margin-top: 12px;
}

.termin a {
    color: #636768;
}

.termin a:hover {
    color: #b08009;
}

.datum {
    font-size: 1.250em;
    font-family: 'Lora', serif;
}

.kontakt .telefon,
.kontakt .email,
.kontakt .web {
    display: block;
}

.kontakt-block {
    display: none;
}

.kontakt-block address {
    font-style: normal;
    margin-bottom: 25px;
}

.kontakt-block h3 {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}

.kontakt-block h4 {
    margin: 0;
}

.kontakt-block h3,
.kontakt-block h4 {
    font-size: 1em;
    font-weight: 400;
}

.kontakt-block .oefnungszeiten h3 {
    font-weight: 700;
}

/* Legierung Details */

#RingZusatzLegierungen {
    display: none;
}

.LogoBereich .MarkenLogo {
    width: 120px;
    height: auto;
}

/*Wissenswertes*/
.padding-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-95 {
    padding-top: 75px;
    padding-bottom: 95px;
}

.TopNavJuwelier {
    text-transform: none;
}

.TopNavJuwelier span {
    margin-right: 50px;
}

.content #ZusatzInhalt {
    float: right;
    padding: 0 0 20px 20px;
}

.ResetLink {
    cursor: pointer;
    color: #989898;
}

/*Download-Center*/
.BestellDetails {
    width: 100%;
}

.BestellDetails h1 {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    /*font-size: 1.375em;*/
    font-size: 1.875em;
}

.DownloadCenter .row {
    margin-left: -12px;
    margin-right: -12px;
}

#DCNavigation {
    padding: 20px 0px 5px 0px;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    float: left;
}

#DCNavigation ul {
    margin: 0;
    padding: 0;
}

#DCNavigation ul li {
    list-style: none;
    float: left;
}

#DCNavigation ul li a {
    color: #9D9D9D;
    padding: 5px 20px 5px 0px;
    display: block;
}

#DCNavigation ul li a:hover,
#DCNavigation ul li a.aktiv {
    color: #000;
}

#DCNavigation2 {
    float: right;
    width: 55%;
    margin-top: 60px;
}

#DCNavigation2 #DCDownloadOrdner {
    margin-right: 5%;
}

#DCNavigation2 #DCBestellOrdner {
    margin-left: 5%;
}

#DCNavigation2 #DCDownloadOrdner,
#DCNavigation2 #DCBestellOrdner {
    background: #F6F6F6;
    border: 1px solid #b08009;
    color: #9D9D9D;
    float: right;
    width: 45%;
    padding: 35px 10px 10px 10px;
    position: relative;
}

#DCNavigation2 a {
    color: #9D9D9D;
}

#DCNavigation2 #DCDownloadOrdner:before {
    content: url(../bilder/icons/download_center/icon_downloadbutton.png);
    left: 50%;
    margin-left: -24px;
    position: absolute;
    right: 0;
    top: -24px;
}

#DCNavigation2 #DCBestellOrdner:before {
    content: url(../bilder/icons/download_center/icon_bestellbutton.png);
    left: 50%;
    margin-left: -24px;
    position: absolute;
    right: 0;
    top: -24px;
}

#DCNavigation2 h3 {
    text-align: center;
    margin: 0px;
}

#DCNavigation2 p {
    font-size: 0.813em;
    margin: 0px;
}

.col-xs-12.col-sm-12 > h2 {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    margin-left: 12px;
    margin-right: 12px;
}

.DCItem .inner {
    background-color: #f6f6f6;
    padding-top: 12px;
    margin: 20px 12px;
}

.DCItem .inner {
    background-color: #f6f6f6;
    padding-top: 12px;
    margin: 20px 12px;
}

.DCItem .Vorschaubild,
.DCItem h3,
.DCItem p {
    margin-left: 11px;
    margin-right: 11px;
}

.DCItem a,
.DCItem h3 {
    color: #575757;
    font-family: 'Open Sans', sans-serif;
}

.DCItem h3 {
    margin-top: 5px;
    margin-bottom: 10px;
    min-height: 55px;
}

.DCItem p {
    font-size: 0.813em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.DCItem .Vorschaubild {
    background-color: #fff;
    text-align: center;
}

.DCItem .DetailLink {
    background-color: #B2B2B2;
    display: block;
}

.DCItem .DetailLink.active {
    background-color: rgba(87, 87, 87, 0.6);
}

.DCItem .Aktionsbereich {
    color: #fff;
    padding: 10px 15px;
    position: relative;
}

.DCItem .Aktionsbereich:after {
    height: 48px;
    width: 48px;
    position: absolute;
    right: 15px;
    bottom: 5px;
}

.DCItem .Aktionsbereich.Bestellung:after {
    content: url(../bilder/icons/download_center/icon_bestellbutton.png);

}

.DCItem .Aktionsbereich.Download:after {
    content: url(../bilder/icons/download_center/icon_downloadbutton.png);
}

.DCItem .active .Aktionsbereich.Download:after {
    content: url(../bilder/icons/download_center/gruener-haken-large.png);
}

.DCItem.BestellItem .BestellDetails {
    display: none;
}

.DownloadCenter .BestellDetails {
    display: none;
}

.DownloadCenter .BestellDetails .description {
    margin-bottom: 40px;
}

.DownloadCenter .BestellDetails .price {
    margin-top: 15px;
}

.DownloadCenter .BestellDetails .delivery {
    margin-top: 30px;
    margin-bottom: 15px;
}

.DownloadCenter .BestellDetails .price {
    font-size: 35px;
}

.DownloadCenter .BestellDetails .price span {
    font-size: 18px;
    vertical-align: super;
    margin-left: 3px;
}

.BestellDetails .details {
    max-width: 100%;
    margin: 1% 1%;
    width: 98%;
    float: left;
    clear: both;
}

.BestellDetails .details .image-large {
    margin: 30px 60px 30px 30px;
    text-align: center;
    background: #fff;
}

.BestellDetails .details .image-large img {
    padding: 20px 0px;
}

.BestellDetails .details .col-sm-5 {
    position: relative;
}

.BestellDetails .details .info {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 30px;
    padding-top: 15px;
    position: relative;
}

.BestellDetails .details .info form div {
    margin-top: 20px;
}

.BestellDetails .details .info textarea {
    height: 80px;
    margin-top: 2px;
    width: 100%;
    resize: none;
}

.DownloadCenter .BestellDetails .details {
    position: relative;
    overflow: hidden;
}

.DownloadCenter .BestellDetails .details {
    background-color: #f6f6f6;
}

.DownloadCenter .add-to-cart {
    background-color: #b2b2b2;
    color: #fff;
    border: none;
    text-align: left;
    width: 100%;
    position: relative;
    margin: 30px 0px;
}

.DownloadCenter .add-to-cart:after {
    bottom: -4px;
    content: url("../bilder/icons/download_center/icon_bestellbutton.png");
    display: inline-block;
    height: 48px;
    margin-right: 30%;
    position: absolute;
    right: 0;
    vertical-align: middle;
    width: 48px;
}

#notification-wrapper {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 30%;
}

.add-to-cart-notice {
    background-color: #f6f6f6;
    width: 100%;
    margin-bottom: 10px;
}

.add-to-cart-notice .headline {
    background-color: #b2b2b2;
    color: #fff;
    padding-bottom: 5px;
    padding-top: 5px;
}

.add-to-cart-notice > div {
    padding: 20px 30px;
}

.add-to-cart-notice a {
    padding: 20px 30px;
    display: block;
    color: #636768;
    text-align: right;
}

.add-to-cart-notice a:after {
    content: url("../bilder/icons/download_center/icon_kasse.png");
    display: inline-block;
    height: 48px;
    margin-left: 15px;
    vertical-align: middle;
    width: 48px;
}

/*Warenkorb*/
.zum-shop {
    margin-top: 35px;
    position: absolute;
}

.zum-shop a {
    color: #636768;
}

.zum-shop a:after {
    content: url("../bilder/icons/download_center/icon_bestellbutton.png");
    display: inline-block;
    height: 48px;
    margin-left: 15px;
    vertical-align: middle;
    width: 48px;
}

#warenkorb {
    width: 75%;
    float: left;
    min-height: 1px;
    margin-top: 30px;
}

.warenkorb-adresse {
    background-color: #fff;
    float: left;
    margin-left: 2%;
    margin-top: 35px;
    padding: 20px;
    width: 23%;
    text-align: center;
}

.warenkorb-adresse .stra�e {
    display: block;
}

.order-infos {
    border-top: 1px solid #aaacad;
    margin-top: 50px;
    padding-top: 20px;
}

.order-infos .questions {
    margin-bottom: 40px;
}

.order-infos .questions:before {
    content: url(../bilder/icons/download_center/icon_service.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 48px;
    height: 48px;
}

.order-infos .payment:before {
    content: url(../bilder/icons/download_center/icon_euro.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 48px;
    height: 48px;
}

.order-infos .shipping:before {
    content: url(../bilder/icons/download_center/icon_lieferung.png);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: -60px;
    width: 48px;
    height: 48px;
}

/*
.warenkorb-adresse {
    border-left: 1px solid #aaacad;
    float: left;
    margin-left: 2%;
    margin-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
    width: 23%;
}
*/
.warenkorb-adresse #bestell-button {
    background: #c99b0f; /* Old browsers */
    background: -moz-linear-gradient(left, #c99b0f 0%, #f1e2c4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c99b0f 0%, #f1e2c4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c99b0f 0%, #f1e2c4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c99b0f', endColorstr='#f1e2c4', GradientType=1); /* IE6-9 */

    color: #fff;
    border: none;
    margin-top: 20px;
}

.warenkorb-adresse h3 {
    margin-top: 0px;
}

#warenkorb .product {
    background-color: #fff;
    margin: 5px 0px;
    padding: 15px;
    position: relative;
    text-align: left;
}

#warenkorb .Summe {
    background-color: #fff;
    margin: 5px 0px;
    padding: 15px;
    position: relative;
    text-align: right;
    padding-right: 75px;
    font-weight: bold;
}

#warenkorb .name,
#warenkorb .amount,
#warenkorb .price {
    display: inline-block;
}

#warenkorb .name {
    width: 73%;
}

#warenkorb .amount {
    width: 10%;
    text-align: right;
}

#warenkorb .price {
    width: 10%;
    text-align: right;
}

#warenkorb .delete-item {
    border-radius: 50%;
    background: url(../bilder/icons/download_center/delete.png);
    float: right;
    height: 38px;
    width: 38px;
    border: none;
    right: 15px;
    bottom: 7px;
    padding: 0px;
    position: absolute;
}

.anker {
    display: block;
    height: 160px;
    margin-top: -160px;
    visibility: hidden;
}

/*KonfiguratorListe*/
#KonfiguratorListe {
    margin: 20x 0px 0px 0px;
    padding: 0;
}

#KonfiguratorListe .Ring {
    float: left;
    width: 23%;
    margin: 1%;
    background: #fff;
    padding-bottom: 30px;
}

#KonfiguratorListe .Ring img {
    padding: 10px 10px 0px 10px;
}

#KonfiguratorListe #KonfiguratorButton {
    color: #636768;
    padding: 8px 15px;
}

#RingListe .bx-wrapper .bx-pager,
#RingListe .bx-wrapper .bx-controls-auto {
    bottom: -50px !important;
}

@media (max-width: 1200px) {
    .dropdown-menu {
        margin: 0px;
    }

    .menubild {
        position: fixed;
        float: left;
        top: 300px;
        z-index: -1;
    }

    #MenuTrauringBlockEGF .menubild,
    #MenuTrauringBlockBRUNOM .menubild,
    #MenuTrauringBlockSICKINGER .menubild {
        top: 510px;
    }

    #MenuVerlobungsringBlockEGF .menubild,
    #MenuVerlobungsringBlockBRUNOM .menubild,
    #MenuMemoireringBlockEGF .menubild, #MenuMemoireringBlockBRUNOM .menubild {
        top: 400px;
    }

}

@media (max-width: 992px) {
    .kopftext2 {
        display: none;
    }

    #MenuTrauringBlockEGF .menubild,
    #MenuVerlobungsringBlockEGF .menubild,
    #MenuMemoireringBlockEGF .menubild {
        left: 190px;
    }

}

.top-nav #SocialMedia {
    float: left;
    margin-left: 5px;
}

.top-nav #SocialMedia img {
    width: 22px;
    height: 22px;
    margin-top: 5px;
}


.loading-spinner {
    background-image: url('../bilder/icons/loading.gif');
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 64px;
}

