/*********************************************************************************************
 *********************************************************************************************
 * DESIGN-ÄNDERUNGEN WERDEN IN SETTINGS.CSS VORGENOMMEN, IN DIESER CSS SIND STANDARDEINSTELLUNGEN AUSSER FARBEN UND BILDER
 * *******************************************************************************************
 * *******************************************************************************************  */


/*------- Allgemeines --------- */

@font-face {
   font-family: 'neosans';
   src: url('Neo_Sans.ttf');
   font-weight: normal;
}

.neosans{
    font-family: 'neosans';
}

.bluetext{
    color: #059;
}

h1,h2,h3,h4,h5,h6{font-family:neosans,Arial,sans-serif;font-weight:bold;text-align:left; margin:0; display:inline; color:#005599;}

h1{font-size:2rem;}
h2{font-size:1.8rem;}
h3{font-size:1.6rem;}
h4{font-size:1.5rem;}
h5{font-size:1.4rem;}
h6{font-size:1.2rem;}

html{
    scrollbar-width: thin;
}

input[type="radio"]{
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
}

body 
{
 font-family: Arial,Helvetica,sans-serif;
 margin:0px;
 padding:0px;
 text-align:left;
 width:100%;
 min-width: 22rem;
}

.agb{
font-size:0.9rem !important;
text-align:left;
color:#777;
}

.agb a{
white-space: normal !important;
}

#wichtigehinweise{
    opacity:0.8; 
    color:#000; 
    line-height:175%; 
    border: 2px solid #de0000; 
    background: #fff; 
    font-size:1.2rem !important;
    margin-top: 1rem;
}

.supportupper{
    width: 100%;
    height: 5rem;
    background: #036;
    text-align: center;
}

.supportlower{
    padding: 1rem;
    text-align: left;
}
.supporth3{
    color: #036;
    font-size: 1.5rem;
    height: 3rem;
    padding: 0.5rem;
    margin: 1rem 0.5rem 0rem;
    display: block;
    font-weight: bold;
}

.supportbox{
    padding: 0rem;
    background: #ffffff;
    margin: 1% auto;
    border: 0.1rem solid #036;
    border-radius: 0.5rem;
    overflow: hidden;
    min-height: 35rem;
    width: 98%;
    position: relative;
}

.supportbox .btn{
    color: #fff;
    text-decoration: none;
    position: absolute;
    width: 14rem;
    background: #036;
    left: 50%;
    margin-left: -7rem;
    bottom: 1rem;
    border: 0px;
}
.supportbox .btn:hover{
    background: #059;
}

.indexbenefits li{
    list-style: inside;
    line-height: 2rem;
}

.indexbenefits{
    line-height: 2rem;
    padding:0.5rem;
}

img {
border: none;
}

#feedbackliste {
    margin-left:15px;

}

.disnone{
    display: none !important;
}

#UploadOutput{
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
}

#progressBarUploadFileCopy{
    display: block;
    font-size:1.1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    max-width: 30rem;
    height: 7px;
    float: left;
}

#progressStatusUploadFileCopy{
    display: block;
    font-size:1.25rem;
    clear: both;
    margin-bottom: 1.5rem;
}

.uploadloader{
    width: 2.5em !important;
    height: auto !important;
    margin-right: 0.5rem;
    vertical-align: middle;
    margin-top:-0.5rem;
}

#UploadfileButton, .formsubmitbutton{
    background: #003366;
    color: #fff;
    font-size: 1.25rem;
    display: table;
    margin: auto;
    padding: 0.5rem 0.75rem;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    max-width: 20rem;
    border-radius: 5px;
}

#UploadfileButton:hover, .formsubmitbutton:hover{
    background: #005599;
    color: #fff;
    cursor: pointer;
}

#ortinlieferadresse {
    text-align:right;
    display:inline;
    margin-left:20px;
}

p {margin-top:0px;}

td {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active, a:hover
{ 
  text-decoration:none;
  font-size:inherit;
  color:#0066BB;
  white-space: nowrap;
}

a:hover {
    color:#0088DD;
}

.bigheadline { /* = Topseller-Überschrift auf Startseite */
	font-size:20px; 
	font-weight:normal; 
	letter-spacing:2px;
    color:#999999;
}

.smallpad {
    padding:0.5rem;
}


/* --- Artikelauswahl (artikel.php) */

/* Artikel php */
a.artikelbox:link, a.artikelbox:visited, a.artikelbox:active, a.artikelbox:hover
{
  text-decoration:none;
  color:#333333;
}

a.artikelbutton:link, a.artikelbutton:visited, a.artikelbutton:active, a.artikelbutton:hover{
	text-decoration:none;
    color:#ffffff;
}

.artikelbutton span{
	width:120px;
	height:20px;
	border-radius:5px; 
	padding:7px; 
	margin:3px;
    box-shadow:0px 0px 2px 1px #cccccc; 
}



a.next:link, a.next:visited, a.next:active
{
font-family:Arial;
font-size:12px;
font-weight:bold;
text-decoration:none;
margin-top:5px;

}

a.next:hover {
font-family:Arial;
font-size:12px;
font-weight:bold;
margin-top:5px;
text-decoration:underline;
}



/* Index php */
    .nextarrow { /* --> Weiter-Pfeil nach Produktauflistung --> */
    height:194px;
    position:relative;
    margin:0px;
    float:right;
    width:15px;
    background:url(images/next-arrow.png) no-repeat;
    background-position:50%;
    margin-top:0;
    margin-left:-50px;
    border-radius: 0px 10px 10px 0px;
    padding:4px;
    }
    
    .nextarrow:hover {
    background:url(images/next-arrow.png) no-repeat;
    background-position:50%;
    cursor:pointer;
    }
    
    .nextarrow img{
    margin-top:95px;
    }


.startartikel {
	width:200px; 
	max-width:200px; 
	float:left; 
	margin:0; 
	white-space:nowrap; 
	padding-top:10px; 
	padding-bottom:10px; 
	padding-left:5px;
}

.startartikel a:link, .startartikel a:active, .startartikel a:visited, .startartikel a:hover{
	text-decoration:none; 
	font-size:14px;
    color:#0066BB; /*-Bezeichnung - */
}

.startartikel span{	
	color: #990000;	/*-Preis - */
}



/*------- Boxes --------- */

.greybox {
    background-color:#efefef;
    box-shadow:0px 0px 15px 5px #cccccc inset;
    padding:20px;
    border-radius:20px;
    border:1px solid #cccccc;



}


.bluebox {
    background-color:#deefff;
    box-shadow:0px 0px 15px 5px #ccdeff inset;
    padding:20px;
    border-radius:20px;
    border:1px solid #ccdeff;



}


.whitebox {
    background-color:#ffffff;
    box-shadow:0px 0px 15px 5px #dedede inset;
    padding:20px;
    border-radius:20px;
    border:1px solid #dedede;

}



/*------- Footer (ende.php) --------- */

a.footer, a.footer:link, a.footer:active, a.footer:visited {
    line-height:200%;
    font-size:1.1rem;
    text-decoration:none;
    color:#333333;
}


a.footer:hover
{
  text-decoration:underline;
  color:#005599;
}

.footer-slashes{
    font-style: italic;
    font-size:1.3rem;
    letter-spacing:-2px;
}

.footer-container{
    margin-top: 5rem;
    margin-bottom: 1rem;
}

.footer-upper{
    background: #f9f9f9;
    padding: 0.5rem 0.5rem 1rem;
    border-top: 1px solid #ccc;
}
.footer-lower{
    max-width: 1860px;
    margin-left: auto !important;
    margin-right: auto !important;
}


.footer-box {
	vertical-align:top;
	text-align:left;
}

.footer-box img {
    width: 5.5rem;
    display: block;
    border: 0px;
}

.footer h4{
    font-weight: normal;
    color: #0066BB;
}

/*------- BUTTONS --------- */

.midbutton {
    border:none;
    width:220px;
    height:30px;
    font-weight:bold;
    font-size:15px;
    cursor:pointer;
    background: url(images/leerbutton.gif) no-repeat center;
    color:#ffffff;

}


.midbutton175 {
    border:none;
    width:175px;
    height:30px;
    font-weight:bold;
    font-size:13px;
    cursor:pointer;
    background: url(images/leerbutton.gif) no-repeat center;
    color:#ffffff;

}


.midbutton150 {
    border:none;
    width:150px;
    height:30px;
    font-weight:bold;
    font-size:11px;
    cursor:pointer;
    background: url(images/leerbutton.gif) no-repeat center;
    color:#ffffff;

}


.midbutton-small {
    border:none;
    width:100px;
    height:20px;
    text-decoration:none;
    font-weight:bold;
    font-size:11px;
    padding-bottom:2px;
    cursor:pointer;
    background: url(images/leerbutton-klein.gif) no-repeat center;
    color:#ffffff;

}



.lbutton1 {
    border:none;
    width:220px;
    height:36px;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
    font-size:14px;
    padding-bottom:2px;
    padding-left:25px;
    cursor:pointer;
    background: url(images/leerbutton-links.gif) no-repeat center;

}



.lbuttonlong {
    border:none;
    width:220px;
    height:36px;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
    font-size:13px;
    padding-bottom:2px;
    padding-left:30px;
    cursor:pointer;
    background: url(images/leerbutton-links.gif) no-repeat center;

}



.rbutton1 {
    border:none;
    width:220px;
    height:36px;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
    font-size:14px;
    padding-bottom:2px;
    padding-right:25px;
    cursor:pointer;
    background: url(images/leerbutton-rechts.gif) no-repeat center;

}

    
/*------- Top-Menue (Relaunch 2013) --------- */


#topbereich {
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
position:fixed;
margin:0px;
margin:auto;
z-index:9997;
width:100%;
height:4rem;
min-width: 22rem;
background: rgba(0,50,100,0.95); /*------- Grundfarbe wichtig, falls Farbverlauf nicht unterstützt wird --------- */
}

#topcontainer {
top:0px;
margin:auto;
padding:0px;
white-space:nowrap;
z-index:9998;
height:4rem;
width: 100%;
max-width: 1860px;
}


#topcontainer div {
    height:4rem;
}


#topmenubutton{
    cursor: pointer;
    font-size: 2.2rem;
    margin: 0.9rem 5rem 0rem 0rem;
    position: absolute;
    right: 0px;
    margin-left: 0px;
}

#topmenu ul > li > ul > li p{
margin:0;
display:inline;
float:right;
position:absolute;
right:10px;
top:10px;
font-size:16px;
white-space:nowrap;
}

#topmenu ul > li > ul > li span{
width:200px;
margin:0;
padding:0;
cursor:pointer;
white-space:nowrap;
}

#topmenu ul > li > ul > li > ul > li span{
width:200px;
margin:0;
padding:0;
display:block;
cursor:pointer;
white-space:nowrap;
}

#topmenu ul {
  display:inline;
  white-space:nowrap;
  margin:0px;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  text-align:left;
  white-space:nowrap;
  font-size:13px;
}
#topmenu ul > li {
  float: left;
  list-style: none;
  white-space:nowrap;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  text-align:left;
  white-space:nowrap;
  font-size:13px;
  
}

.topmenu{
    width: auto;
    padding: 0px !important;
    margin: 0px 0.25rem !important;
}

#topmenu ul > li > a {
  display: block;
  text-decoration: none;
  padding: 0.5rem;
  vertical-align: middle;
  position: relative;
  text-align:center;
  font-weight:bold;
  white-space:nowrap;
}

#topmenu > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  border:0px;
  z-index:1000;
  width:200px;
  margin-top:-5px;
  padding:0px;
  
}
#topmenu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  position: absolute;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}


#topmenu > ul > li > ul > li {
  float: none;
  position: relative;
  border:0px;
  z-index:1000;
}


* + html #topmenu > ul > li > ul{
  margin-top:0px;
}

* + html #topmenu > ul > li > ul > li{
  border-bottom:0px;
}

#topmenu ul > li > ul > li > a, #mobilemenu a {
  display: block;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
  text-align:center;
  font-weight:normal;
  z-index:1000;
  margin:0px;
  width: 100%;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  padding: 1rem;
  border-bottom: 1px solid rgba(50,100,150,0.25);
}

#headerlogo {
    height:4rem;
    width:auto;
}

#websitelogo, .websitelogo {
	height:4rem;
    width:auto;
    float: left;
    margin: -0.75rem 0rem 0rem 1.25rem;
}

nav, .navbar, .navbar-default{
    background:none;
    border:0px;
    box-sizing: border-box;
    padding:0rem;
    max-height: 4rem;
    margin: 0;
    padding: 0;
}

.nav > li > a, .nav > li > a:link, .nav > li > a:active, .nav > li > a:visited{
    color: #fff;
    font-size: 1.2rem;
    height: 4rem;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    text-align: left;
    padding: 1.35rem 1.35rem 0rem !important;
    border-bottom: #005599;
    width: 100%;
}

.topmenu:first-of-type {
    margin-left: 2rem !important;
}


.nav > li > a:hover {
    background:#005599;
}

.topdrop, .topdrop a:link, .topdrop a:active, .topdrop a:visited, #mobilemenu, #mobilemenu a:link, #mobilemenu a:active,#mobilemenu a:visited {
    margin: 0px;
    padding: 0px;
    background: rgba(0,50,100,0.95);
    border-radius: 0px;
}

#mobilemenu{
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #08D #036;
}

.droplinks, .droplinks:link, .droplinks:active, .droplinks:visited {
    background: none !important;
}


.topdrop li, #mobilemenu li {
    padding: 0rem !important;
    width: 100%;
    min-width: 22rem;
    left: 0rem;
    border-bottom: 1px solid rgba(50,100,150,0.25);
}

.topdrop a, #mobilemenu a {
    padding: 0.75rem 0.5rem 0.75rem 1.5rem !important;
    width: 100%;
    display: block;
    color: #ffffff !important;
    text-decoration: none !important;
    border: 0px;
    min-width: 22rem;
    text-align: left;
    margin: 0px;
}

.topdrop a a, #mobilemenu a{
    text-decoration: none;
    padding: 0.75rem 2.25rem;
}
.topdrop a:hover, #mobilemenu a:hover{
    background: #005599 !important;
}

#topbereich,
#topmenu,
#topmenu ul,
#topmenu ul li,
#topmenu ul li a {
  color: #ffffff;
}

#mobilemenu {
    width:100%;
    left:0rem;
    min-width: 22rem;
}

/*------- Mittlerer Bereich (Inhalte) --------- */

#midbox{
margin:0px auto;
width: 100%;
max-width: 1860px;
min-width: 22rem;
}

#middlecontent {
margin:8rem auto 0rem;
text-align:left;
padding: 0rem 0.25rem;
box-sizing: border-box;
max-width: 100rem;
display: inline-block;
float: none;
}


#linkerbereich { /* --> Das linke Menü folgt weiter unten, Dies hier ist nur für die Seitenaufteilung --> */
margin:0;
padding:0;
margin-top: 16rem;
}

/*- Seitenhintergrund für Inhalte- */
#midbox, #middlecontent, #linkerbereich{
	background:#ffffff;
}


.nextarrow { /* --> Weiter-Pfeil nach Produktauflistung --> */
	background:#bcbcbc;
}
    
.nextarrow:hover {
	background:#004983;
}



/*------- Linkes Menue --------- */


#leftmenu {
    padding: 0rem 0.5rem;
    border: none;
    margin: 8rem auto 0rem;
    max-width: 20rem;
}

#leftmenu ul,
#leftmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space:nowrap;
}
#leftmenu ul {
  position: relative;
  z-index: 597;
  margin-left:-0.75rem;
}
#leftmenu ul li {
  min-height: 0.75rem;
  line-height: 0.75rem;
}
#leftmenu a {
  display: block;
  text-decoration: none;
  border: 1px solid transparent;
}

/*- Hintergrund- */
#leftmenu {
    background:#ffffff;
  }
  
  /*- Trennstriche- */
  #leftmenu li {
    border-bottom: 1px solid #dedede;
  }
  
  /*- Schriftfarbe- */
  #leftmenu a {
    color: #333333;
  }
  
  /*- BEIM HOVERN- */
  #leftmenu a:hover {
    color: #ffffff;
    background:#005599;
  }
  
  /*- Überschriften- */
  
  .zero {
      margin: 0rem;
      padding:0rem;
  }
  
  
  .zero .row, #konfigurator .row {
      margin: 0rem;
      padding:0rem;
  }

  #konfigurator {
    border: 1px solid rgba(0,50,100,0.25);
    padding: 0.75rem;
    background: url(images/whitestripes.png) no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-color: #f5f9ff;
    background-position: 0% 0%;
    background-size: auto 50rem;
    margin-left: 0rem;
    font-size: 1.2rem;
    width: 100%;
    max-width: 80rem;
    margin: auto;
}

#konfigurator h3{
    font-weight: normal;
    font-size: 1.4rem;
}

#konfigurator div.row {
    padding:0.75rem;
    min-height:4rem;
}


#konfigurator .container-fluid{
    padding:0rem;
}

#konfigurator select,#konfigurator input,#konfigurator option {
    padding:3px;
}

#konfigurator select,#konfigurator input {
    border-radius:5px;
    border:1px solid #cddeff;
    min-width:7rem;
    margin-top: 0.5rem;
    max-width: 20rem;
}

#konfigurator input[type="number"]{
    width: 7rem !important;
    float: left;
}


#druckdetails, #weiterverarbeitung, #upload, #bereichfarbangaben {
    margin-top:0.75rem;
    border-top: 1px solid #cddeff;
}

.outer {
    table-layout: fixed;
    width:100%;
}

.inner {
    width:100%;
}

.leftcell, .rightcell {
    width:50%;
    max-width:50%;
    min-width:50%;
    vertical-align: top;
    padding:15px;
}

.rightcell {
    border: 1px solid #aaccff;
    background:#d7e7ff;
    position:relative; 
}

.tdleft {
    width:65%;
    max-width:65%;
    min-width:65%;
    vertical-align: middle;
    text-align:right;
    height:50px;
    position:relative;
}

.tdleft img{
    position:absolute;
    left:50px;
    top:0px;
}


.tdright {
    width:35%;
    max-width:35%;
    min-width:35%;
    vertical-align: middle;
    text-align:left;
    position:relative;
}


#preis {
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    margin-left: auto !important;
    margin-right: auto !important;
    border: 1px solid #059;
    width: 100%;
    max-width: 25rem;
}

 #preis h3{
    text-align:left;
    color:#ff0000;
 }


#konfigurator input[type=text], #konfigurator input[type=email], #konfigurator input[type=number], #konfigurator select {
   padding: 0.5rem 0.25rem;
    background: #fff;
    border: 0;
    width: 100%;
    vertical-align: middle;
    border: 1px solid rgba(0,50,100,0.25);
}

#konfigurator .row{
    min-height:3rem;
    vertical-align: middle;
    padding:0.25rem;
}

#konfigurator img{
    vertical-align: middle;
    height:3rem;
    width:auto;
}


#konfigurator .submit {
    background:#003366;
    color:#ffffff;
    padding:0.5rem;
    border:0px;
    font-size: 1.25rem !important;
    width: 100%;
    max-width: 20rem;
}

#konfigurator .submit:hover {
    cursor:pointer;
    background:#005599;
}

#konfigurator .buttondisabled {
    background:#CCCCCC;
    color:#ffffff;
    padding:5px;
    border:0px;
}

.tooltip, .tooltipdisabled {
    position:relative;
}

.tooltip p, .tooltipdisabled p{
    position:absolute;
    padding:8px 5px;
    text-align: center;
    color:#ff0000;
    font-size:1.1rem;
    background:#ffffff;
    border: 1px solid #ff0000;
    box-shadow: 0px 0px 3px 0px #999999;
    border-radius:5px;
    visibility: hidden;
    top:0px;
    left:-10px;
    white-space:nowrap;
}

.tooltipdisabled:hover p{
    visibility:visible;
    cursor:default;
}

#hinweise h3, #preisliste h3{
    font-weight:normal;
}

#hinweise {
    max-width:25rem;
    min-width:15rem;
    margin:auto;
}

#ausgabepreis {
    font-size:2.5rem;
    font-weight:normal;
    text-align: center;
    margin:auto;
    color:#000000;
}


.bluebutton ,input.bluebutton, .bluebutton:link, .bluebutton:active, .bluebutton:visited {
    font-size:20px;
    font-weight:bold;
    color:#ffffff;
    text-decoration:none;
    background:url(images/copy-gradient.jpg) repeat-x;
    background-size: auto 100%;
    padding:10px;
    border-radius:5px;
    margin:15px auto;
    text-align:center;
    box-shadow:0px 0px 5px 1px #cccccc;
    display:table;
    white-space:nowrap;
}

.bluebutton:hover{
    box-shadow:0px 0px 5px 1px #a9a9a9;
    opacity: 0.9;
    text-decoration:underline;
    cursor: pointer;
}
  

#leftmenu {
  font-family: Helvetica, Arial, sans-serif;
}
#leftmenu ul {

  background-clip: padding-box;

}
#leftmenu li {
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white;
  padding: 0px;
  padding-left:5px;
}

#leftmenu a {
    line-height: 150%;
    padding: 0.25rem;
    text-align: left;
    text-overflow: ellipsis;
    font-weight: normal;
    font-size: 1rem;
    padding: 0.25rem 0.5rem;

}

.leftheadline {
    text-align: left;
    font-size: 1.4rem;
    font-family: neosans,Arial,sans-serif;
    width: 100%;
    margin-top: 2rem;
    margin-left: 0px;
    color: #0066BB;
}

.skitterbox {
    overflow: hidden;
    width:100%;
    max-width:20rem;
}

.center {
    text-align: center;
}

.left {
    text-align:left;
}

.right {
    text-align:right;
}

.center {
    text-align:center;
}

.loginfield input[type=text], .loginfield input[type=password], .loginfield input[type=email], .loginfield select{
   width:100%; font-size:1.25rem; padding:0.25rem; border-radius:5px; margin-top:-0.75rem;
}

.loginfield .row {
    margin:1rem;
}

.loginbutton {
    font-weight:bold; 
    float:right;
    color:#fff; 
    font-size:1.25rem; 
    margin:0.75rem; 
    padding:0.75rem; 
    border-radius:5px; 
    cursor:pointer;
    border:0px;
    min-width:10rem;
}

.navybutton, a.navybutton:link, a.navybutton:active, a.navybutton:visited {
    font-weight:bold; 
    color:#fff;
    margin:0.75rem; 
    padding:0.75rem; 
    border-radius:5px; 
    cursor:pointer;
    border:0px;
    min-width:10rem;
    text-decoration: none;
    background:#003366;
}

.navybutton:hover, a.navybutton:hover {
    background:#005599;
    cursor:pointer;
}

.greybutton, a.greybutton:link, a.greybutton:active, a.greybutton:visited {
    font-weight:bold; 
    background:#999; 
    color:#fff; 
    margin:0.75rem; 
    padding:0.75rem; 
    border-radius:5px; 
    cursor:pointer;
    border:0px;
    min-width:10rem;
    text-decoration: none;
    white-space: nowrap;
}

.greybutton:hover, a.greybutton:hover {
    background:#bbb;
    cursor:pointer;
}

small {
    font-size:1.1rem;
}


.wk-badge{
    position: absolute;
    right: 0.25rem;
    bottom: 0.5rem;
    font-size: 0.9rem;
    background: #0088DD;
    color: #fff;
    border-radius: 100%;
    line-height:100%;
    white-space: nowrap;
    text-align: center;
    padding: 0.35rem;
    width: 1.5rem;
    height: 1.5rem;

}

.kasseaktiv, .kasseinaktiv {
    padding:0.25rem;
    background:#036;
    font-size:1.4rem;
    width:100%;
    white-space: nowrap;
    text-align:center;
    border:0px;
    opacity: 0.5;
}

.kasseaktiv{
    color:#fff;
}

.kasseinaktiv{
    color: #abc;
}

.kasseaktiv {
   background:#059;
   opacity: 1;
}

/*------- Fragezeichen mit Infotext beim Hovern (Bei der Registrierung) --------- */

.info {
display:inline;
margin:0;
padding:0;
}

.info:hover {
cursor:help;
}

.info img{
margin-top:5px;
}

.info p{
visibility:hidden;
padding:10px;
font-size:11px;
color:#555555;
border:1px solid #cccccc;
box-shadow: 0px 0px 5px 3px #cccccc;
position:absolute;
margin:0;
margin-left:20px;
margin-top:-30px;
background:#ffffff;
min-height:20px;
min-width:200px;
max-width:400px;
text-align:center;
vertical-align:middle;

}

.info:hover p{
visibility:visible;
}


/*------- Bildgrößerung (!!! Hover-Effekt wird in start.php vorgenommen, da mobile Geraete ausgelesen werden muessen !!!) --------- */

.motivzoom {
position:relative;
margin:0;
padding:0;
width:250px; 
}

.motivzoom span{
visibility:hidden;
position:relative;
margin-left:-225px;
margin-top:-75px;
position:absolute;
border-radius:5px;
padding:0;
z-index:999;
opacity:0.1;
padding:5px; 
overflow:hidden; 
}

.motivzoom span > p{
width:100%; 
text-align:center; 
position:absolute; 
margin:-8px 0px 0px -5px; 
padding:0px; 
font-size:11px; 
border:0px; 
text-decoration:none; 
}

.spezialhinweis {
padding:0px;
margin:0px;
text-align:center;
font-size:11px;
white-space:nowrap;
letter-spacing: -0.2px;
}	

.motivzoom span{
border:2px solid #555555;
background:#ffffff;
box-shadow: 0px 0px 5px 1px #ffffff;
}

.motivzoom span > p{ /* Text unter der vergrößerten Box ('Hier klicken zum Auswählen') */
color:#ffffff; 
background:#555555;
}

/*------- Motivvergrößerung-Klein für Produktbilder (Hover-Effekt wird in start.php vorgenommen, da mobile Ger�te ausgelesen werden m�ssen) --------- */

.motivzoom-klein {
margin:0;
padding:0;
width:300px; 
}

.motivzoom-klein span{
visibility:hidden;
position:absolute;
left:-140px;
top:-340px;
overflow:hidden;
z-index:999;
}




/* Kundencenter */

a.kundencenterfont:link, a.kundencenterfont:visited, a.kundencenterfont:active {
  text-decoration:none;
  font-weight:bold;
  font-family:Arial;
  font-size:13px;
  padding-left:5px;
  white-space:nowrap;
}

a.kundencenterfont:hover {
  text-decoration:none;
  font-weight:bold;
  font-family:Arial;
  font-size:13px;
  padding-left:5px;
  white-space:nowrap;

}

a.kundencenterpic:hover {

  margin-left: -3px;
  margin-top: -3px;
  opacity:0.8;
}

a:hover .kundencenterpic {


  width: 55px;
  height: 55px;

}

a:link .kundencenterpic {

  opacity:0.3;
  width: 45px;
  height: 45px;

}

a.kclogoff:link, a.kclogoff:visited, a.kclogoff:active, a.kclogoff:hover {

  text-decoration:none;
  font-weight:bold;
  font-family:Arial;
  font-size:14px;
}

font.lieferadresseklein {
    font-size:9px;
    font-family:Arial;
    vertical-align:super;
}

font.lieferadressestern {
    font-size:12px;
    font-family:Arial;
    vertical-align:top;

}



/* Kundencenter */


.kc-box {
    border:2px solid #006699;	/* Rand der Box */
 }
 
 .kc-color { /* Farbe für Überschriften und Hervorhebungen -> Auch im Bestellablauf! */
   color:#006699;
 }
 
 a.kundencenterfont:link, a.kundencenterfont:visited, a.kundencenterfont:active {
   color:#333333;	/* Menüpunkte */
 }
 
 a.kundencenterfont:hover {	
   color:#006699;	/* Menüpunkte Hover */
 }
 
 
 font.lieferadresseklein { /* (* Kleiner Text in Lieferadresse-Ändern) */
     color:#333333;
 }
 
 font.lieferadressestern { /* (* für Pflichtfelder -> Auch bei Neukunden-Anmeldung in Kasse.php) */
     color:#006699;
 }
 
 #Neuanmeldung{
    border-radius: 0px;
    border-top: 0px;
    border-left: 1px solid rgba(0,50,100,0.5);
    border-right: 0px;
    border-bottom: 0px;
    margin-bottom: 2rem;
    display: block !important;
}


/*------- Kassenfortschritt (Anmeldung/Registrierung - Zahlung/Versand - Zusammenfassung - Fertig) --------- */


.kassefortschritt {
	width:700px;
	display:block;
	padding:10px;
	text-align:center;
	margin:auto;
	height:50px;
	cursor:default;	
	white-space:nowrap;
}

.kassefortschritt span{
	font-size:18px;
	font-weight:bolder;
	float:left;
	width:20px;
	cursor:default;
    color:#555555;	/* >> zwischen den Boxen */
}



.pricetab{
    font-size: 1.1rem;
    min-width: 15rem;
    max-width: 30rem;
    width: 100%;
    display: table;
    padding: 0;
    margin: 0 auto;
    border: 1px solid #036;
    background: #fff;
}

.pricetab .row, #preisliste .row{
    min-height: 0px !important;
}

.pricepad{
    padding: 1rem 0.75rem !important;
}

.pricetab-cell{
    border-bottom: 1px #dedede solid;
}

.seitentitel{
    font-size:1.6rem;
}

.btn-primary{
    background: #036;
    text-decoration: none !important;
    color: #fff !important;
}

.btn-primary:hover{
    background: #059;
}



.btn-default, .btn-default:link, .btn-default:visited,.btn-default:active {
    background: #fcfcfc !important;
    text-decoration: none !important;
    color: #333 !important;
    border: 1px solid rgba(0,50,100,0.25);
    box-shadow: none !important;
}
.btn-default:hover, .btn-default:focus{
    background: #f5f9ff !important;
    color: #036 !important;
    border: 1px solid rgba(0,50,100,0.25);
    box-shadow: none !important;
}

.logindata{
    padding: 0.5rem !important;
    font-size:1.1rem;
    border: 1px solid rgba(0,50,100,0.25) !important;
    background: #fff !important;
}


.pricelistheader {
    display:block;
    text-align:center;
    padding:0.5rem;
}

.preiskalkulator {
    width:100%; 
    max-width:40rem; 
    min-width: 22rem; 
    padding:0.75rem;
    background:#ddeeff;
    border:0.25rem solid #003366;
}

.preisfeld{
    width: 8rem;
    display: inline-block;
    float: none;
}

.smallpad {
    padding:0.25rem;
}

.midpad {
    padding:0.5rem;
}

.bigpad {
    padding:1rem;
}

.nowrap {
    white-space:nowrap;
}

.bold {
    font-weight:bold;
}

.bordered {
    border:1px solid #dedede;
}

.white {
    background:#ffffff;
}
.corner{
    border-radius: 5px;
}

.td {
    display:table-cell;
}

.tr{
    display:table-row;
}

.table {
    display:table;
}

.itable {
    display:inline-table;
}

.block {
    display:block;
}

.iblock {
    display:inline-block;
}

.kclink, a.kclink, a.kclink:link, a.kclink:active,  a.kclink:visited {
    white-space: normal;
    text-decoration:none;
    color:#000;
    line-height: 1.8rem;
    vertical-align: middle;
}

.kclink .glyphicon {
    font-size:1.25rem;
    opacity:0.8;
    color:#005599;
    padding:1rem;
    vertical-align: baseline;
}

.kclink:hover .glyphicon {
    opacity:1;
}

.kcbutton {
    padding:0.5rem;
    margin:0.5rem;
    border:1px solid rgba(0,50,100,0.25);
    border-radius: 5px;
    color: #036;
    background:#ffffff;
    font-size:1.45rem;
    text-align: center;
    
}

.kcbutton:hover {
    color: #059;
    border:1px solid rgba(0,50,100,0.75);
    text-decoration: none !important;
    
}

.kcbox {
    min-width: 12rem;
    background: #f5f9ff;
}

.rem2 {
    font-size:2rem;
}

.btn-prod, .btn-prod:link, .btn-prod:active, .btn-prod:visited, .btn-prod:focus,  .btn-prod:hover {
    background:#fcfcfc;
    border-radius:5px;
    padding:0.25rem;
    color:#000;
    text-decoration: none;
    border:1px solid #999;
    display:table;
    box-shadow: 0px 0px 1px 0px #ccc;
}

.form {
    background:#f5f9ff;
    border-radius: 5px;
    border: 1px solid rgba(0,50,100,0.25);
    display: table;
}

.form .row {
    margin:0.75rem;
}

.form input[type=number],.form input[type=text], .form input[type=password], .form input[type=email], .form select, .form textarea{
    padding:0.25rem;
    border-radius: 5px;
    border: 1px solid rgba(0,50,100,0.25);
    background: #fff;
    font-size:1.1rem;
    width:100%;
    max-width: 30rem;
    min-width: 5rem;
}

.form textarea, #konfigurator textarea {
    max-width:60rem;
    scrollbar-width: thin;
    font-size:1.1rem;
    resize:vertical;
    font-family:Arial,sans-serif;
    width:100%;  
    height:10rem; 
    border:1px solid #cddeff; 
    line-height:150%;
}

.deletebutton {
    font-size:1rem; padding:0.2rem; margin:0.1rem 0rem; display:block;
}

.midfont {
    font-size:1.4rem;
}

#ausgabehinweis {
    font-size:1.2rem;
    text-align: center;
    padding:0.5rem;
}
#ausgabehinweis div{
    padding:0.5rem;
}

.submit {
    font-size:1.4rem;
}

.copyman-login {
    min-height: 40rem; 
    background:url(images/login-copyman.png) no-repeat; 
    background-size:auto 100%; 
    background-position: bottom left
}
.copyman-kasse {
    min-height: 40rem; 
    background:url(images/login-copyman.png) no-repeat; 
    background-size:28rem auto; 
    background-position: -10% 125%;
}


.copy-descbox{
    background: rgba(255,255,255,0.9);
    padding: 2rem 1rem;
    height: 100%;
    line-height: 175%;
    position: relative;
}

.copy-descbox p{
    padding: 0.75rem 0rem;
    height: auto;
    max-height: 20rem;
    overflow: auto;
    display: block;
    scrollbar-width: thin !important;
    line-height: 150%;
    scrollbar-color: #dedede #efefef;
}

.copy-descbox h1{
    font-weight:bold;
    font-size:2rem;
    display: block;
}

.copy-descbox .buttonarea{
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    white-space: nowrap;
}

.copy-descbox .navybutton{
    font-size: 1.5rem;
    display: table;
    line-height: 120%;
}

.copy-bg-swausdrucke{
    background: url(images/online-copyshop-swausdrucke.jpg) no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    height: 30rem;
    display: block;
}

.copy-bg-farbausdrucke{
    background: url(images/online-copyshop-farbausdrucke.jpg) no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    height: 30rem;
    display: block;
}

.copy-bg-schnelldrucke{
    background: url(images/online-copyshop-schnelldrucke.jpg) no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    height: 30rem;
    display: block;
}

.copy-bg-broschueren{
    background: url(images/online-copyshop-broschueren.jpg) no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    height: 30rem;
    display: block;
}

.copy-bg-poster{
    background: url(images/online-copyshop-poster.jpg) no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    height: 30rem;
    display: block;
}

.copy-bg-grossformate{
    background: url(images/online-copyshop-grossformate.jpg) no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    height: 30rem;
    display: block;
}

.copy-bg-farbplots{
    background: url(images/online-copyshop-farbplots.jpg) no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    height: 30rem;
    display: block;
}

.copy-bg-swkopien{
    background: url(images/online-copyshop-swkopien.jpg) no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    height: 30rem;
    display: block;
}

.copy-bg-farbkopien{
    background: url(images/online-copyshop-farbkopien.jpg) no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    height: 30rem;
    display: block;
}


.copy-bg-flyer{
    background: url(images/online-copyshop-flyer.jpg) no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    height: 30rem;
    display: block;
}

.copy-bg-folder{
    background: url(images/online-copyshop-folder.jpg) no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    height: 30rem;
    display: block;
}

.copy-bg-plakate{
    background: url(images/online-copyshop-plakate.jpg) no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    height: 30rem;
    display: block;
}

.copy-bg-visitenkarten{
    background: url(images/online-copyshop-visitenkarten.jpg) no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    height: 30rem;
    display: block;
}

.copy-bg-briefpapier{
    background: url(images/online-copyshop-briefpapier.jpg) no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    height: 30rem;
    display: block;
}

.copy-bg-postkarten{
    background: url(images/online-copyshop-postkarten.jpg) no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    height: 30rem;
    display: block;
}

.copy-bg-bindungen{
    background: url(images/online-copyshop-bindungen.jpg) no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    height: 30rem;
    display: block;
}
.copy-bg-spiralbindungen{
    background: url(images/online-copyshop-spiralbindungen.jpg) no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    height: 30rem;
    display: block;
}
.copy-bg-leimbindungen{
    background: url(images/online-copyshop-leimbindungen.jpg) no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    height: 30rem;
    display: block;
}
.copy-bg-hardcoverbindungen{
    background: url(images/online-copyshop-hardcoverbindungen.jpg) no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    height: 30rem;
    display: block;
}
.copy-bg-falzungen{
    background: url(images/online-copyshop-falzungen.jpg) no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    height: 30rem;
    display: block;
}
.copy-bg-laminieren{
    background: url(images/online-copyshop-laminieren.jpg) no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    height: 30rem;
    display: block;
}

.copy-bg-textildruck{
    background: url(images/textildruck.jpg) no-repeat;
    background-position: right 93%;
    background-size: auto 150%;
    height: 30rem;
    display: block;
}

.copy-bg-textildruck2{
    background: url(images/textildruck2.jpg) no-repeat;
    background-position: right 40%;
    background-size: auto 150%;
    height: 30rem;
    display: block;
}









@media (max-width: 991px){
    .copyman-login, .copyman-kasse {
        background: none !important; 
    }

    #Neuanmeldung{
        border-top: 1px solid rgba(0,50,100,0.5);
        border-left: 0px;
        padding-top: 2rem !important;
        border-right: 0px;
        border-bottom: 0px;
    }

    #konfigurator input[type="number"]{
        width: 100% !important;
        float: none;
    }

    .top-Language{
        margin-right: 5rem !important;
    }

}


@media (max-width: 1200px){
    

    .nav > li > a, .nav > li > a:link, .nav > li > a:active, .nav > li > a:visited{
        padding: 1.35rem 1rem 0rem !important;
    }

    .leftheadline {
        font-size: 1.15rem;
        font-weight: bold;
    }

    .copyman-login {
        background-position: -12% 0% !important; 
    }

    #Neuanmeldung{
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
    }

    
}