/* CSS Datei für Konfigurator */

/*------------------------------- Allgemeine CSS Syteles --------------------*/

/*button{
	overflow:hidden;
	cursor:pointer;
	vertical-align:middle;
	background-repeat:repeat-x;
	display:table-cell;
	  -moz-user-select:none;
	/*background-image:url('https://shop.Linjoy.de/templates/EyeCandy/backgrounds/separator-30-vert.png');*/
	/*background-color: #686868;
	color: #FFF;
	  -webkit-border-radius:5px;
	  -moz-border-radius:5px;
        border-radius:5px;	
	
	border-top: solid 1px #C1C1C1;
	border-bottom: solid 1px #C1C1C1;
	border-left: solid 2px #C1C1C1;
	border-right: solid 2px #C1C1C1;
	  -webkit-border-radius:5px;
	  -moz-border-radius:5px;
        border-radius:5px;
}

#konfiguratorLogo{
	margin-top:10px;
	background-image: url('../images/buttons/change_designer.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	
}*/

.hauptUeberschrift{
        padding: 15px;
	text-align: center; 
	color: black;
        font-family: Ubuntu,sans-serif;
        font-size: x-large;
        font-weight: bold;
}


.aufforderungUeberschrift{
	text-align: center; 
	color: #888888;
        font-family: Ubuntu,sans-serif;
        font-size: 1.3em;
}

.aufforderungUeberschriftStart{
	text-align: center; 
	color: #686868;
        font-family: Ubuntu,sans-serif;
        font-size: 1.5em;	
}

.abstandUeberschrift{
	padding-top: 15px;
}

.ueberschriftAbstand{
	padding-top: 15px;
}

.panelUeberschrift{
        font-family: Ubuntu,sans-serif;
	font-size:1.1em;
	font-weight: bold;
}

/*------------------------------- Allgemeine CSS Syteles --------------------*/

/*------------------------------- Aufteilung der Seite --------------------*/
.container{
	margin-top: 5px;
	
}
.eins {
	float: left; 
	width: 450px; 
	margin-right: 40px;
}
.zwei {
	float: left; 
	width: 450px;
	position: relative;
}
.clear {
	clear: both;
}

/*------------------------------- Aufteilung der Seite --------------------*/

/* -------------------------- Arbeitsplatte Start-------------------------- */

#arbeitsplatte{
	height:450px;
	width: 450px; 
	margin: auto;
	position: relative;
}
#arbeitsplatteAussen{
	height:452px;
	border:1px solid #C1C1C1;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}

#hinweis{
	position: absolute;
	height: 80px;
	bottom: 0; 
	right: 0;
	font-size: 12px;
	background-color: #edeef0;
	width: 200px;
	border:1px solid #888888;
	padding: 5px;
	color: #333333;
	border-radius:5px;
        z-index: 500;

}
#hinweis2{
	position: absolute;
	height: 20px;
	font-size: 10px;
	background-color: yellow;
}
.arbeitsplatteImageHintergrund{
	margin: auto;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
}

.arbeitsplatteImageAll{
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}

#DragnDropRand{
	margin: auto;
	position: absolute;	
}



/* -------------------------- Arbeitsplatte Ende -------------------------- */


/* -------------------------- Starbildschirm  Start -------------------------- */
#anfangsbildauswahl {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  z-index: 1050;
	  -webkit-overflow-scrolling: touch;
	  outline: 0;
}
.anfangsbildauswahlbreite{
	width: 1150px;
}

.zentriert{
	margin-left: auto;
	margin-right: auto;
}

#divFuerKettenType{
	text-align: center;
	margin: 30px 30px 30px 30px;
}

.startbildschirm{
	float: left;
	width: 151px;
	height: 210px;
	margin: 10px 10px 10px 10px;
	text-align: center;
	color: black;
	cursor:pointer;
	background-color: #ffffff;
	border:1px solid transparent;
	padding-left: 3px;
	padding-right: 3px;
        font-family: Ubuntu,sans-serif;
	font-size: 0.95em;
	position:relative;
        border-radius: 5px;
}
.startbildschirmDivImg{
	width: 100px;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
}

.beschreibung{
	
	margin-left: 10px;	
	margin-right: 10px;
	margin-bottom: 10px;
}

.startbildschirm:hover{
	background: #edeef0;
	border:1px solid #CCC;
}

#transparenz{
	position: fixed;
	z-index: 900;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.scroll{
  overflow-x: hidden;
  overflow-y: auto;
}

#titelstartbildschirm{
	text-align: center; 
	color: black;
}
.zurueckschmuckauswahl{
	margin: 10px;
}

#startbildschirmTrennDiv{
	clear: left;
}

#trenndiv{
	clear: both;
}
.startbildschirmButton{
        margin: 10px;
    
}


/* -------------------------- Starbildschirm  Ende -------------------------- */


/* -------------------------- Accordion  Start -------------------------- */
.AccordionTitle, .AccordionContent, .AccordionContainer{
	position:relative;
	float:none;        
}

.AccordionTitleBackground{
	height:30px;
	overflow:hidden;
	cursor:pointer;
	vertical-align:middle;
	background-color: #57585a;
	color: #FFF;
	  -webkit-border-radius:5px;
	  -moz-border-radius:5px;
        border-radius:5px;
        padding-left: 10px;
	border: solid 1px #C1C1C1;	
}
.AccordionTitleBackground:hover{
	background-color: #ff0099;
}
.AccordionTitleBackgroundAktiv{
	background-color: #c1c1c1;
}
.AccordionTitleBackgroundAktiv:hover{
	background-color: #ff0099;
}

.AccordionTitle{
	height:30px;
	overflow:hidden;
	cursor:pointer;
	vertical-align:middle;
	display:table-cell;
	  -moz-user-select:none;
	color: #FFF;
        padding-left: 10px;
}

.AccordionContent{
	overflow:auto;
	display:none; 
	border: solid 1px #C1C1C1;
	background-color: #edeef0;
        border-radius: 5px;
}

#AccordionContainer{
	border: solid 1px #C1C1C1;
	  -webkit-border-radius:5px;
	  -moz-border-radius:5px;
        border-radius:5px;
	height: 450px;
}

/* Accordion Auflistung */
.ElementAuswahl{
	background-color: #ffffff;
	float:left;
	margin:7px; 
	width: 120px;
	height: 170px;
	text-align: center;
	color: black;
	cursor:pointer;
	border:1px solid transparent;
	font-size:0.95em;
        border-radius: 5px;
}

.divfuerImage{
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	height: 100px;
}
.ElementAuswahl:hover{
	background: #edeef0;
	border:1px solid #CCC;
}


/* -------------------------- Accordion  Ende  --------------------------*/

/* -------------------------- Button Line  Start  --------------------------*/
.buttonpadding{
	padding: auto;
	margin: 10px;

}

/* -------------------------- Button Line  Ende  --------------------------*/


/* -------------------------- Optionen Start -------------------------- */


#dreiklein {
	height: 330px;
	padding: 6px;
	border:1px solid #C1C1C1;
        overflow:auto;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #edeef0;
	border-radius: 5px;
}


#zusatzOptionAnzeige{
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  z-index: 1050;
	  -webkit-overflow-scrolling: touch;
	  outline: 0;
}
#zusatzOptionTitle{
	text-align: center; 
	color: #888888;
}
#zusatzOptionInnen{
	text-align: center;
	background-color: #edeef0;
	
}
#transparenzOptionen{
	position: fixed;
	z-index: 900;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	
	
}

.funktionen{
	margin-bottom: 10px;
}

.optionen{
	height: 15px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 5px;
}
.muell{
	height: 80px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#muellDiv{
	height: 100px;
	border: 1px solid #f9f9f9;
}
#muellDiv:hover{
	background: #edeef0;
}

.mini-titel{
        color: black;
        text-align: center;
        margin: 2px;
        padding-bottom: 8px;
        
        
}
.seitenlogo{
      	float: left; 
	width: 1300px;
	height: 100px;
        margin: 10px;
        margin-left: 100px;
}

.schirftfarbeMagenta{
        color: #ff0099;
}
.unterpunktHilfe{
	margin-left: 35px;
}

.seitenlogoKonfigurator{
        float: left; 
	width: 1300px;
	height: 100px;
        margin: 10px;
        margin-left: 20px;
}



/* -------------------------- Button showBasisschmuck Ende -------------------------- */

/* -------------------------- Übersicht Start  -------------------------- */


#uebersicht{
	padding: 10px;
	min-height: 400px;
	border: 1px solid #C1C1C1;
	overflow:auto;
	display: block;
	background-color: #edeef0;
	position: relative;
        border-radius: 5px;
}
#uebersichtdivGesamtpreis{
	position: absolute;
	top: 0;
	right: 0;
	border-bottom: 1px solid #C1C1C1;
	border-left: 1px solid #C1C1C1;
	background: #fff;
	padding: 5px;
	font-family: Ubuntu, sans-serif;
	font-size: 1.1em;
	color: #686868;
	width: 280px;
	color: #ff0099;
        border-radius: 5px;
}

.uebersichtdivimg{
	width: 100px;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
	background-color: black;

}

.uebersichtbasisdiv{
	float: left;
	width: 185px;
	height: 270px;
	margin: 10px 10px 10px 10px;
	text-align: center;
	color: black;
	padding:10px 10px 10px 10px;
	border: 1px solid #f9f9f9;
        border-radius: 5px;
}
.uebersichtbasisdiv img{
	width: 160px;
	height: 160px;
	padding-left: 12,5px;
	padding-right: auto;
	padding-top: 5px;
	padding-bottom: 10px;
}
.MeineElemente{
        margin-top: 20px;
    
}
.uebersichtdiv{
	position:relative;
	float: left;
	width: 185px;
	height: 240px;
	background: #fff;
	text-align: center;
	margin: 10px 10px 10px 10px;
	color: black;
	padding:10px 10px 10px 10px;
	border: 1px solid transparent;
	box-shadow: 10px 10px 10px gray;
	font-size: 0.95em; 
        border-radius: 5px;
}
.uebersichtdiv:hover{
	border:1px solid #CCC;
	background-color: #edeef0;
        border-radius: 5px;
	
}

.ausgewaehltesElement{
	float: left;
	margin: 10px 10px 10px 10px;
	text-align: center;
	color: black;
	padding:10px 10px 10px 10px;
	border: 2px solid #ff0099;
	background-color: #ffffff;
        border-radius: 5px;
}
.ausgewaehltesElement:hover{
	border:2px solid #ff0099;
	background-color: #e5e5e5;
	
}

.preisAlleElementeUebersicht{
	position: absolute;
	bottom: 0;
	margin-top: 10px;
	color: black;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.linkArtikelNR{
        text-decoration: underline;
        
}

#uebersichtSumme{
	padding-top: 5px;
	min-height:40px;
	border: 1px solid #C1C1C1;
	background-color: #ff0099;
	color: #FFF;
	font-weight: bold;
        font-family: Ubuntu,sans-serif;
}

/* -------------------------- Übersicht Ende  -------------------------- */



#testdiv{
	position: absolute;
	z-index: 1000;
	height: 10px;
	width: 10px;
	background-color: red;
	top: 0px;
	left: 0px;

}




/* -------------------------- Anzeige Bild -------------------------- */
#BildAnzeigen {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  z-index: 1050;
	  -webkit-overflow-scrolling: touch;
	  outline: 0;
}

#BildAnzeigenInnen{
	text-align: center;
}
#transparenzBildAnzeigen{
	position: fixed;
	z-index: 900;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	
	
}
#imgToDownload{
	background: #fff;
	text-align: center;
	margin: 10px 10px 10px 10px;
	color: black;
	padding:10px 10px 10px 10px;
	border: 1px solid transparent;
	box-shadow: 10px 10px 10px gray;
}

.right{
        text-align: right;
        
}
.bold{
        font-weight: bold;
}

/* -------------------------- Anzeige Bild -------------------------- */


.graueSchrift{
	color: #ff0099;
}


/* -------------------------- Warenkorb anzeigen -------------------------- */
#warenkorbAnzeigen {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  z-index: 1050;
	  -webkit-overflow-scrolling: touch;
	  outline: 0;
}

#warenkorbAnzeigenInnen{
	text-align: center;
	margin: 10px 30px 30px 30px;
}
#warenkorbAnzeigenInnen table thead tr th{
	text-align: center;
}
#transparenzWarenkorbAnzeigen{
	position: fixed;
	z-index: 900;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	
	
}


.divFuerZeileOben{
	clear: both;
}
.divFuerSpalte1Oben {
	float: left; 
	width: 110px;
	height: 20px;
	padding: 9px;
	border:1px solid #C1C1C1;
        border-radius: 5px;

}
.divFuerSpalte2Oben {
	float: left;
	width: 540px;
	height: 20px;
	padding: 9px;
	border:1px solid #C1C1C1;
        border-radius: 5px;
}
.divFuerSpalte3Oben {
	float: left;
	width: 90px;
	height: 20px;
	padding: 9px;
	border:1px solid #C1C1C1;
        border-radius: 5px;
}
.divFuerSpalte4Oben {
	float: left;
	width: 150px;
	height: 20px;
	padding: 9px;
	border:1px solid #C1C1C1;
        border-radius: 5px;
        overflow:auto;

}
.divFuerSpalte5Oben {
	float: left;
	width: 90px;
	height: 20px;
	padding: 9px;
	border:1px solid #C1C1C1;
        border-radius: 5px;
}



.divFuerZeile{
	clear: both;
}
.divFuerSpalte1 {
	float: left; 
	width: 110px;
	height: 110px;
	padding: 9px;
	border:1px solid #C1C1C1;
        border-radius: 5px;

}
.divFuerSpalte2 {
	float: left;
	width: 540px;
	height: 110px;
	padding: 9px;
	border:1px solid #C1C1C1;
        border-radius: 5px;
}
.divFuerSpalte3 {
	float: left;
	width: 90px;
	height: 110px;
	padding: 9px;
	border:1px solid #C1C1C1;
        border-radius: 5px;
}
.divFuerSpalte4 {
	float: left;
	width: 150px;
	height: 110px;
	padding: 9px;
	border:1px solid #C1C1C1;
        border-radius: 5px;
        overflow:auto;

}
.divFuerSpalte5 {
	float: left;
	width: 90px;
	height: 110px;
	padding: 9px;
	border:1px solid #C1C1C1;
        border-radius: 5px;
}
.warenkorbAnzeigenImg{
	width: 100px;
	height: 100px;
	margin: auto;
}

/* -------------------------- Warenkorb anzeigen -------------------------- */


/* -------------------------- Vorsicht anzeigen -------------------------- */
#basisschmuckWaehlen {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  z-index: 1050;
	  -webkit-overflow-scrolling: touch;
	  outline: 0;
}

#transparenzbasisschmuckWaehlen{
	position: fixed;
	z-index: 900;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#zuVieleElemente {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  z-index: 1050;
	  -webkit-overflow-scrolling: touch;
	  outline: 0;
}

#transparenzzuVieleElemente{
	position: fixed;
	z-index: 900;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#progressBar {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  z-index: 1050;
	  -webkit-overflow-scrolling: touch;
	  outline: 0;
}

#transparenzProgressBar{
	position: fixed;
	z-index: 900;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#gestaltungselementWaehlen {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  z-index: 1050;
	  -webkit-overflow-scrolling: touch;
	  outline: 0;
}

#transparenzgestaltungselementWaehlen{
	position: fixed;
	z-index: 900;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}


/* -------------------------- Vorsicht anzeigen -------------------------- */



/* -------------------------- Anzeige Bild -------------------------- */
#kettenLaengeHilfeAnzeige {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  z-index: 1050;
	  -webkit-overflow-scrolling: touch;
	  outline: 0;
}

#kettenLaengeHilfeInnen{
	margin: 30px 30px 30px 30px;
}
#transparenzKettenLaengeHilfe{
	position: fixed;
	z-index: 900;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	
	
}

.kettenlaengeSelect{
      color:black;
      position:absolute;
      bottom: 0;
      margin-bottom: 15px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
}

/* -------------------------- Anzeige Bild -------------------------- */








/* -------------------------- Hilfe anzeigen -------------------------- */
#hilfe {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  z-index: 1050;
	  -webkit-overflow-scrolling: touch;
	  outline: 0;
}

#HilfeInnen{
	margin: 30px 30px 30px 30px;
}
#transparenzHilfe{
	position: fixed;
	z-index: 900;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}


/* -------------------------- Hilfe anzeigen -------------------------- */

/* -------------------------- Wasserzeichen  -------------------------- */

#wasserzeichenButton1 {
	float: left; 
	width: 150px;
	height: 70px;
        margin: 10px;
        margin-left: 400px;

}
#wasserzeichenButton2 {
	float: left;
	width: 150px;
	height: 70px;
        margin: 10px;
}


.tableWarenkorb{
        text-align: left;
        background-color: #fff;
        
}

/* -------------------------- Wasserzeichen Ende ----------------------- */



/* -------------------------- Alert Alle Gestaltungselemente lösschen anzeigen -------------------------- */
#alertAlleGestaltungselementeLoeschen {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  z-index: 1050;
	  -webkit-overflow-scrolling: touch;
	  outline: 0;
}

#transparenzAlleGestaltungselementeLoeschen{
	position: fixed;
	z-index: 900;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}


/* -------------------------- Alert Alle Gestaltungselemente lösschen anzeigen -------------------------- */

/* -------------------------- Alert Meldung -------------------------- */
#alertMeldung {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  z-index: 1050;
	  -webkit-overflow-scrolling: touch;
	  outline: 0;
}

#transparenzAlertMeldung{
	position: fixed;
	z-index: 900;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}


/* -------------------------- Alert Meldung -------------------------- */


.backgroundFarbe{
	background-color: #edeef0;
}

.head {
        max-height: 60%;
	
}
.with100{
    padding: 0px;
    width: 100%;
}

.head_strich{
    border-bottom: solid #565759 15px;


}

.buttontrenner{
	min-height: 10px;
}

.modalOhneTop{
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	position: relative;
	
}


.linksbuendig{
	text-align: left;
}

.positionRight{
	right: 20%;
}
