/**
* PSC Shop Template
* 01.2014 -  09.2014
*
* standard-hellblau: #d9edf7;
*
*/ 

/*css aus Editor Anfang */

output {
    display: inline-block;
  }
  
  summary {
    display: list-item;
  }
  .col-md-push-3 li {
    list-style: disc;
    margin-left: 3em;
}
  template {
    display: none;
  }
  
  [hidden] {
    display: none !important;
  }
  
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
  }
  
  h1, .h1 {
    font-size: 2.5rem;
  }
  
  h2, .h2 {
    font-size: 2rem;
  }
  
  h3, .h3 {
    font-size: 1.75rem !important;
}
  
  h4, .h4 {
    font-size: 1.5rem;
  }
  
  h5, .h5 {
    font-size: 1.25rem;
  }
  
  h6, .h6 {
    font-size: 1rem;
  }
  
  .lead {
    font-size: 1.25rem;
    font-weight: 300;
  }
  
  .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
  }
  
  .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  
  .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  
  .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  
  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  small,
  .small {
    font-size: 80%;
    font-weight: 400;
  }
  
  mark,
  .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
  }
  
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  
  .list-inline {
    padding-left: 0;
    list-style: none;
  }
  
  .list-inline-item {
    display: inline-block;
  }
  
  .list-inline-item:not(:last-child) {
    margin-right: 5px;
  }
  
  .initialism {
    font-size: 90%;
    text-transform: uppercase;
  }
  
  .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  
  .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96;
  }
  
  .blockquote-footer::before {
    content: "\2014 \00A0";
  }
  
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  
  .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
  }
  
  .figure {
    display: inline-block;
  }
  
  .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
  }
  
  .figure-caption {
    font-size: 90%;
    color: #868e96;
  }
  
  code,
  kbd,
  pre,
  samp {
    font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
  
  code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
  }
  
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit;
  }
  
  kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
  }
  
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
  }
  
  pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #212529;
  }
  
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
  }
  
  .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
  }

/*css aus Editor Ende */

body {
	font-family: Arial, Helvetica, sans-serif;
}

table, th, td {
  border: 0;
}

.container{overflow-x: hidden};

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

/* MegaMenu Proof-of-Concept
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
*/

a:focus {outline: none;}
section {margin: 1em 0;}


.well{
  border-radius: 0 !important;
}

.text-right{ 	text-align: right; }

/* Fehler klasse in Formularen */
span.help-inline{
	display: block;
	font-size:0.8em;
	color: white;
	background-color: maroon;
}
.control-group.error > label,.control-group.error .controls > label, .control-group.error .help-block, .control-group.error .help-inline {
 color: #b94a48;
}

/*** Topbar *******************************************************************/
#topbar {margin: 0 0 1em 0;}

.topbar {
  padding: 10px 15px 0 0;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  color: #999999;
}
.topbar .login a:hover {
  color: #58b0da;
}
.topbar ul li {
  float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

ul.links li {
    display: inline-block;
    margin-right: 15px;
}

.topbar ul li a {
  font-size: 13px;
  color: #868686;
  text-decoration: none;
}
.topbar ul li:hover a {
  color: #58b0da;
}
.topbar ul li .text-link {
  display: inline-block;
}

#currency a {
    cursor: pointer;
    display: inline-block;
    padding: 0 6px;
    text-decoration: none;
}


.btn-dropdown {
  background: #f6f6f6;
  color: #2E3039;
  padding: 0 10px 0 6px;
  line-height: 22px;
  margin-right: 0.5em;
}
.btn-dropdown .caret {
  border-color: #6c6c6c transparent;
}
.btn-dropdown:hover {
  color: #58b0da;
}
.btn-dropdown:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group.open .btn-dropdown span {
  color: #4d4e4f;
}
.btn-group .dropdown-menu {
  padding: 10px;
  z-index: 99999;
  right: 0;
  left: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group .list-item {
  line-height: 20px;
  cursor: pointer;
  border: 0;
  display: block;
}
.btn-group .list-item:hover {
  color: #4d4e4f;
}
.btn-group .item-symbol {
  margin-right: 6px;
}


.pop_over {  /* btn in articletemplate/scripts/6.phtml  */
	width: 100%;
	text-align: left;
	padding: 1em auto;
	font-weight: bold;
}

.modal-header, .modal-footer {
    background-color: #E7E7E7;
}

#myVorlagen .modal-header, #myVorlagen .modal-footer{
	background-color: #A8A8A8;
}

/* Uplaod Modal */
.modal-dialog .swMain ul.anchor li a {
    padding: 1em;
    width: 100%;
}

.modal-dialog .swMain .stepContainer div.content { padding:1em; }



/*** Topbanner *******************************************************************/

#topbanner{ min-height: 143px }
#topbanner img{max-width: 100%; height: auto;}


.breadcrumb {
  background-color: transparent;
  /*
  border-radius: 4px;
  list-style: none outside none;
  margin-bottom: 20px;
  padding: 8px 15px;*/
}


.navLevel1{
    background: none repeat scroll 0 0 #232323;
}

.navLevel1 .navbar{
  margin-bottom: auto;
}

.navLevel1,
.navLevel1 .navbar-default {
    background-color: #232323;
    border:0;
    color:whitesmoke;
}


  a.navbar-brand,
  .navbar-brand i
 {
color:white;
}

.navbar-default ul.nav > li > a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 23px;
  color: white;
  -webkit-transition: background-color 0.3s linear 0s;
  transition: background-color 0.3s linear 0s;
}

.navbar-default ul.nav > li > a:hover,
.navbar-default ul.nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
 .navbar-default .navbar-nav > .active > a:focus,
 .navbar-default .navbar-nav > .active > a:visited {
    background-color: #58b0da;
    color: white;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:visited {
    background-color: #58b0da;
    color: white;
}




/*  Menu Navigation ------------------------------------------------------- */

#hauptmenu{
	margin-bottom:4em;
}

 .navbar-default {
    color: black !important;
}
.navbar-form {
	box-shadow:none !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color:none !important;
}

 .list-unstyled, .list-unstyled ul {
    min-width: 120px;
}

 .dropdown .dropdown-menu  li a {
    border-bottom: 1px solid #F3F3F3;
    display: block;
    line-height: 20px;
    transition: padding 0.5s ease 0s;
}
.dropdown .dropdown-menu  li a:hover {
  background: #fdfdfd;
  color: #58b0da;
  padding-left: 20px;
}

/* such-form */
#search {
    margin: 14px 8px;
    position: relative;
}

#search input {
    border: medium none;
    border-radius: 20px;
    height: 25px;
    padding-left: 10px;
    padding-right: 25px;
}
input[type="text"], input[type="password"], textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    margin-left: 0;
    margin-right: 0;
    padding: 3px;
}
#search .button-search {
    height: 25px;
    position: absolute;
    right: 18px;
    top: 5px;
    width: 25px;
	color: silver;
}




/* Produktgruppen-Slider: */
/* ----------------------------------------------------------- */

#produktgruppenslider .carousel-control
 {
  color: #C0C0C4;
  font-weight: bold;
  height: 23px;
  line-height: 12px;
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  overflow: hidden;
  text-shadow: none;
  width: 14px;
  top: 42%;
}


#produktgruppenslider .flex:before {
  background: #DEDEDE;
  content: "";
  height: 42%;
  position: absolute;
  width: 1px;
}


#produktgruppenslider .pr-top:before {left: 6px; top: 0;}

#produktgruppenslider .pr-bottom:before {left: 6px; bottom: 0;}

#produktgruppenslider .nt-top:before {right: 6px; top: 0;}

#produktgruppenslider .nt-bottom:before {right: 6px; bottom: 0;}

#produktgruppenslider .carousel-control.left {
  background: url('../img/carousel-prev.png') no-repeat;
  left: 4px;
}

#produktgruppenslider .carousel-control.right {
  background: url('../img/carousel-next.png') no-repeat;
  right: 4px;
}

#produktgruppenslider  .carousel-inner {border: 1px solid #dedede;}

#produktgruppenslider .carousel-caption {
    bottom: 0;
    color: #000000;
    left: 0;
    min-height: 3.5em;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    right: 0;
    text-align: center;
    text-shadow: none;
    top: 1em;
    z-index: 10;
}

/* -------------------------- */
#carousel-499478 .carousel-inner img {
    width:100%;
    height:auto;
}



/* --------------------------*/

ul.thumbnails{
	padding-left:0;
}

.thumbnail .caption
 {
    text-align: center;
    padding:8px;
	position: relative;
}




/*** /article/_articlelistitem_produktuebersicht.phtml.phtlm:: produktliste */
.caption .produkttitel{
    font-weight: bold;
    min-height: 3em;
}


/***********************************************************************
* Basket / Checkout
*/

/*.basket_index .page-header,
.review_index .page-header,
.finish_index .page-header
{
    border-bottom:0;
    margin: 10px 0;
    font-size: 2em;
    font-weight: bold;
}*/

.basket {margin-bottom: 4em;}
/*.basket a.btn{   width: 33.3333%;}*/ /* die Breite der btn: Schritt 1 - Schritt 3 - muss bei mehr schritten angepasst werden */

.niceform.basket .col-sm-4 .well{
	min-height: 18em;
	margin-bottom: 5em;
}

.btn-default:hover{ background-color:whitesmoke;}

.btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: transparent;
    border-color: #adadad;
}
.btn:active, .btn.active {
    box-shadow: none;
}


/* Footer: --------------------------------------------------------- */
#footer-application{
    background: none repeat scroll 0 0 #292929; 
    margin-bottom: 2em;
}

#footer-customer{ margin-top: 3em;}
#footer-customer .panel{
	opacity:1;
	background-color: #DEDEDE;
 
        border: 1px solid silver;
        border-radius: 4px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
        margin-bottom: 0;
        padding: 1em;
}


#footer-customer a{
	color:black;
	text-decoration:none;
}

#footer-customer a.hover{
	color:white;
}

#footer2, .footer_content {
    background: none repeat scroll 0 0 #292929;
    color: #DEDEDE;
    overflow: hidden;
    padding: 18px;
}

#footer2 a:hover, .footer_content a:hover{
	color:white;
	text-decoration: none;
}

/* Horizontale Pipe getrennte Navi im footer */
.nav-list:before,.nav-list:after {
    content: " ";
    display: table;
	box-sizing: border-box;
}

.nav-list {
    list-style: none outside none;
    margin-bottom: 0;
    padding-left: 0;
}

.nav-list > li {
	float:left;
	margin:auto 5px;
}

.nav-list > li > a {
    display: block;
    padding: auto 5px;
    position: relative;
}

.nav-list > li > a:after{
	content: " | ";
	margin-left: 8px;
}

.nav-list > li:last-child > a:after{
	content: " ";
	margin-left: 0px;
}


.copyright{
    margin: 0 0 2em 0;
    color:silver;
    font-size: 0.9em;
    
}

/*  Tabs allgemein: */
/* ----------------------------------------------------------- */
.tab-content{
	margin-top:2em;
}

/* ProduktTabs: */
/* ----------------------------------------------------------- */

.box-products {
	position:relative;
}



.producttabs .carousel-control{
	z-index:10
}

.producttabs .carousel-controls{
	position:absolute;
	top:-23px;
	right:10px;
	z-index:11;
	width:32px;
	height: 17px;
}
.producttabs .carousel-controls a.carousel-control{
	height: 22px;
	margin: 0;
	width: 22px;
	background-image:url(../image/default/carousel-button.png) ;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	border-radius:0;
	opacity: 1;
	display: block;
	top: -10px;
	overflow:hidden;
	text-indent: -9999em;
	}
.producttabs .carousel-controls a.left{
	background-position: left top;
	 	left: -5px;
	}
.producttabs .carousel-controls a.left:hover{
	background-position: 0 -22px;
	}
.producttabs .carousel-controls a.right{
	background-position: -25px top;
	right: -10px;
	}
.producttabs .carousel-controls a.right:hover{
	background-position: -25px -22px;
	}
.producttabs .tab-content, .producttabs .box-product{
	overflow:inherit
}
/*Tab*/
	/*tab-nav*/
	.producttabs .nav-tabs {
		text-align: right;
	}
	.producttabs .nav-tabs .category-name{
		float: left;
	}
	.producttabs .nav-tabs{
		border: none;
		position: absolute;
		right: 0;
		top: -2px;
	}
	.producttabs .nav-tabs li > a{
	    color: #848587;
	    padding: 6px 15px;
	    font-weight: 400;
	    margin-bottom: 5px;
	}


.producttabs .nav-tabs {
    border: medium none;
    position: absolute;
    right: 0;
    top: -2px;
}
.producttabs .nav-tabs {
    text-align: right;
}




.producttabs .nav-tabs li.active > a,
.producttabs .nav-tabs li:hover > a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #ededed;
  color: #58b0da;
  border: 1px solid transparent;
}



/****************************************************************************************************************/
/* -- Produkt-Carousel Nav obenliegend ------------------------*/
.productcarousel {
	position: relative;
}
.productcarousel .carousel-control{
	z-index:10
}


.carousel-controls {
  position: absolute;
  top: -60px;
  right: 0;
  width: 55px;
  height: 30px;
}
.carousel-controls .carousel-control {
  background: #ededed;
  font-size: 23px;
  width: 27px;
  color: #9e9c9c;
  opacity: 1;
  filter: alpha(opacity=100);
  line-height: 30px;
}
.carousel-controls .carousel-control:hover {
  color: #58b0da;
}
.carousel-control {
  text-shadow: none;
}
.carousel-control.left {
  background-image: -webkit-gradient(linear,0% top,100% top,from(transparent),to(transparent));
  background-image: -webkit-linear-gradient(left,color-stop(transparent 0%),color-stop(transparent 100%));
  background-image: -moz-linear-gradient(left,transparent 0%,transparent 100%);
  background-image: linear-gradient(to right,transparent 0%,transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  background-image: -webkit-gradient(linear,0% top,100% top,from(transparent),to(transparent));
  background-image: -webkit-linear-gradient(left,color-stop(transparent 0%),color-stop(transparent 100%));
  background-image: -moz-linear-gradient(left,transparent 0%,transparent 100%);
  background-image: linear-gradient(to right,transparent 0%,transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
.product-related .carousel-controls {
  top: -60px;
}

.box {
  margin-bottom: 18px;
  position: relative;
}
.box .box-heading {
  background-image: url('../img/carousel-bg-title.png');
  background-repeat: no-repeat;
  padding-left: 39px;
  font-family: 13px;
  font-size: 16px;
  font-weight: 600;
  color: #4d4e4f;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.box .box-heading .heading-image {
  background: #58b0da;
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 28px;
}
.box .box-heading.highlighted1 {
  background-image: url('../img/carousel-bg-title1.png');
  background-repeat: no-repeat;
}
.box .box-heading:after {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  height: 3px;
  display: block;
  margin-top: 5px;
}
.box .box-heading span {
  line-height: 28px;
}

/** Shop - Description  */
.shop-description{
    border-top: 1px dashed #e6dede;
    border-bottom: 1px dashed #e6dede;
    font-size: 1.35em;
    font-weight: bold;
    margin-top: 1em;
    padding:1em 0;
    text-align: center;
    text-transform: uppercase;
}

/* produkthighlights, listen , boxes  */

              
#overview_index-article{ margin-top: 2em;}

        
 #produkthighlights .thumbnail,
 #produkthighlightslide .thumbnail,
 #mc_start_productgroups .thumbnail{
     min-height: 280px;
 }
 
 #produkthighlights .thumbnail:hover,
 #produkthighlightslide .thumbnail:hover,
 #mc_start_productgroups .thumbnail:hover{
     background-color: whitesmoke;
}
      

 
#produkthighlights .produkt_image_overview ,
#produkthighlightslide .produkt_image_overview,
 .produkt_image_overview {
    display: block;
    min-height: 151px !important;
	height: 151px;
	overflow: hidden;
}


/*
 #produkthighlights .caption,
 #produkthighlightslide .caption,
 .caption {
     min-height: 135px;
 }
 */
 
  #produkthighlights .produkt-config-btn{
     position: absolute;
     left:30%;
     bottom:30px;
 }
 #produkthighlightslide .produkt-config-btn,
  #mc_start_productgroups .produkt-config-btn{
    width: 60%;
  }


  h6.abpreis{
	  position: absolute;
	  top: -30px;
	  width:90%;
  }
  
  
  /* Article in /overview/  */
  #overview_index-article .panel-heading{
      font-weight: bold;
      font-size:1.2em;
  }

  
  .articlegrouplistitem .thumbnail{
      border-radius: 0;
  }
  .articlegrouplistitem .thumbnail:hover{
       box-shadow: 0 0 4px 4px silver;
           transition: all 0.4s ease-in 0s;
               background-color: whitesmoke;
  }
  
  .articlegrouplistitem header{
      margin:-4px -4px 0;
      padding:8px;
      background-color:gray;
      color:white;
  }  
  .articlegrouplistitem header h5{
      margin:0 auto;
      padding:0;
       font-weight: bold;
  }
  .articlegrouplistitem footer{
      text-align: center;
  }
  .articlegrouplistitem footer a{
      transition: all 0.3s linear 0s;
  }
  
  .articlegrouplistitem footer a:hover{
          background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
  }
  
  /* Der umschlieCende DIV des groCen Vorschaubild der Produktgruppe */
  #articlegroup_image_big{
      float:left;
  }
/* produkt beschreibung unterm bild */

/*
.product-block .product-meta {
    position: relative;
}*/
.product-block {
    text-align: center;
}
.product-block .name {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 4px;
    text-decoration: none;
}
 
.product-block {
  position: relative;
  text-align: center;
  border: 1px solid transparent;
  padding: 10px;
  overflow: hidden;
}
 
.product-block .wishlist a {
  left: 0;
}
.product-block .compare a {
  right: 0;
}
.product-block .wishlist a,
.product-block .compare a {
  background-color: #4d4e4f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  bottom: 150px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-size: 12px;
  line-height: 25px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  width: 28px;
  height: 25px;
  z-index: 6;
}
.product-block .wishlist a:hover,
.product-block .compare a:hover {
  background: #58b0da;
  color: #FFFFFF;
}
.product-block .wishlist span,
.product-block .compare span {
  display: none;
}
.product-block .primary-define .product-grid > div:hover .details {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
  z-index: 1;
}
.product-block a:hover {
  color: #58b0da;
}
/**** CMS  ****/

.cms_inhalt{
   padding: 8px 15px;
}



/*****  Produkt-Deteilseite **************************************************************************************/

.vorschau-bilder-klein a{
	float: left;
	margin: 0.52em;
	border: 1px solid #C0C0C0;
	padding: 0.4em;
}
.vorschau-bilder-klein a:hover{
	background: whitesmoke;
}

/* Uploader */
 #wizard .uploadassistent,
.modal-dialog .swMain .stepContainer div.content{
	width: 100%; min-height: 5em;
	overflow-y: auto;
overflow-x: hidden;
 }

#wizard.swMain{
	width: 100% !important;
}

/*****  UploadIndicator http://cssload.net/ *************************************************************/
#loadingindicator2{width:50px; float:left}

.indicator_block{
background-color:#FFFFFF;
border:1px solid #266E45;
float:left;
height:36px;
margin-left:3px;
width:10px;
opacity:0.1;
-moz-animation-name:bounceG;
-moz-animation-duration:1.2s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-transform:scale(0.7);
-webkit-animation-name:bounceG;
-webkit-animation-duration:1.2s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-transform:scale(0.7);
-ms-animation-name:bounceG;
-ms-animation-duration:1.2s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-transform:scale(0.7);
-o-animation-name:bounceG;
-o-animation-duration:1.2s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-transform:scale(0.7);
animation-name:bounceG;
animation-duration:1.2s;
animation-iteration-count:infinite;
animation-direction:linear;
transform:scale(0.7);
}

#blockG_1{
-moz-animation-delay:0.36s;
-webkit-animation-delay:0.36s;
-ms-animation-delay:0.36s;
-o-animation-delay:0.36s;
animation-delay:0.36s;
}

#blockG_2{
-moz-animation-delay:0.48s;
-webkit-animation-delay:0.48s;
-ms-animation-delay:0.48s;
-o-animation-delay:0.48s;
animation-delay:0.48s;
}

#blockG_3{
-moz-animation-delay:0.6s;
-webkit-animation-delay:0.6s;
-ms-animation-delay:0.6s;
-o-animation-delay:0.6s;
animation-delay:0.6s;
}

@-moz-keyframes bounceG{
    0%{
    -moz-transform:scale(1.2);
    opacity:1}

    100%{
    -moz-transform:scale(0.7);
    opacity:0.1}
}

@-webkit-keyframes bounceG{
0%{
-webkit-transform:scale(1.2);
opacity:1}

100%{
-webkit-transform:scale(0.7);
opacity:0.1}

}

@-ms-keyframes bounceG{
0%{
-ms-transform:scale(1.2);
opacity:1}

100%{
-ms-transform:scale(0.7);
opacity:0.1}

}

@-o-keyframes bounceG{
0%{
-o-transform:scale(1.2);
opacity:1}

100%{
-o-transform:scale(0.7);
opacity:0.1}

}

@keyframes bounceG{
0%{
transform:scale(1.2);
opacity:1}

100%{
transform:scale(0.7);
opacity:0.1}

}

/** responsiv YouTube Videos *******  http://avexdesigns.com/responsive-youtube-embed/#sthash.RaBxGv4Z.dpuf *************/

.video-container {
     margin:2em 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} 

/*** /article/ **/

.inwork-thumbnails {
    width:72%;
}
.inwork-thumbnails li {
    border-bottom: 1px solid silver;
    list-style: outside none none;
    padding: 1em;
}
.inwork-thumbnails li:hover{
    background-color: whitesmoke;
}


/** Motive  */
.thumbnail.motivliste article {
    height: 200px;
    overflow: hidden;
    background-color:whitesmoke;
    border:1px solid silver;
}
@media only screen and (max-width: 480px) {
    .thumbnail.motivliste article {
	height: 100px;
    }
}


/****************************************************************************************************************/
@media only screen and (min-width: 990px) {
    .left-15 {  margin-left:-15px; }
    .right-15 {margin-right:-15px;}
}





/****************************************************************************************************************/
@media only screen and (max-width: 990px) {
  .navbar-nav > li {
   /* float: none; */
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: white /* #58b0da*/;
  }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: none;
}


    /** die beschriftungen in der top-bar ausblenden  **/
  .topbar ul li .text-link {
    display: none;
  }


/* steuerelemente produktgruppen slider incl. strick */
  #produktgruppenslider .flex:before {
    height: 48%;
    }

    #produktgruppenslider .carousel-control{
      top:48%;
    }

/** schon ab 990px das mobile menü zeigen  **/
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }


}







@media only screen and (max-width: 768px) {
    
    /*
  .navbar .navbar-toggle,
  .navbar-inverse .navbar-toggle,
  .navLevel1 .navbar-toggle,
  .navLevel1 .navbar-toggle:hover {
    background-color: #58B0DA;
    border-color: #58B0DA;
    color: white;
    display: block;
    float: none;
    height: 35px;
    margin-left: 10px;
    width: 45px;
  }
*/
  /*
  .navLevel1 .navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
  .navbar-collapse.collapse {
    display: none !important;
  }

  .navLevel1 .navbar-collapse {
    background: silver;
  }
*/

/*
  #search {
    position: absolute;
    right: 11px;
    top: -70px;
    z-index: 1001;
    width: 200px;
  }
  #search input {
    width: 150px;
    border:1px solid black;
  }
*/

/* steuerelemente produktgruppen slider incl. strick */
  #produktgruppenslider .flex:before {
    height: 49%;
    }

    #produktgruppenslider .carousel-control{
      top:49%;
    }


.nav-list > li {
	float:none;
	margin:auto 5px;
}


.nav-list > li > a:after{
	content: " ";
}




}

/******************************************************************************
* USER
*/

.user_login .well{
    min-height: 25em;
}
#userreg #submit,
#userreset #submit{
    margin:1em 0;
}

.myoverview .well{ /* die boxes in /user/myoverview */
  min-height: 18em;
}

.row.myoverview{
    margin-bottom: 5em;
}

 
#mysettings #rech-label,
#login-label
{
    margin:0;
    padding:0;
    height: 0;
}

#mysettings #login-element,
#mysettings #rech-element
{
       margin: 4%;  
}


    /* Mittlere GerC$te (Desktop-PCs, 768px und breiter: 2 spaltig anzeigen) */
/*    @media all and (min-width: 768px) { 

        #mysettings #login-element{
            float: left;
            width: 40%;
        }

     }*/

#mysettings .form-actions{
    background-color: #d9edf7;
    padding: 1em;
    text-align: center;
}





/******************************************************************************/



@media all and (max-width:767px) and (min-width: 320px){
    
    /*
  #search {
    position: absolute;
    right: 11px;
    top: 0px;
    z-index: 1001;
    width: 150px;
  }
    */
    #search {
    bottom: 0;
    margin: 14px 8px;
 
    right: 0;
}
  #search input {
    width: 150px;
  }

#search .button-search {
    color: silver;
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: -16px;
    top: 16px;
    width: 25px;
}

    .box.producttabs .nav-tabs {
    position: static;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: none;
}

}

li.dropdown:hover > ul {
    display: block;
    z-index: 1000;
    padding: 0;
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{display:none;top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}



/****** Papedruck changes ******/
*, pre {    
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    /*font-size: small;*/
    outline: 0;
    padding: 0;
    margin: 0;
    color: #000060;
    list-style: none;
    text-decoration: none;
    font-family: Verdana,Helvetica,sans-serif;
}

pre {
    background: transparent;
    word-break: normal;
    border: 0 none;
}
legend,
a {
    color: #000060; 
}
a:hover, 
a:focus {
    color: #000060; 
    text-decoration: none;
}



h1 {
    font-size: 21px; 
    font-weight:normal; 
    margin:0 0 15px;
}
h2 {
    font-size: 17px; 
    color:#000069; 
    font-weight: normal; 
    margin:0px 0px 5px 0px;
}
h3 {
    /*font-size: 100%; */
    color:#000069; 
    margin:5px 0 10px;
}
h4 {
    font-size: 100%; 
    color:#000069; 
    font-weight: bold; 
    margin:15px 0px 10px 0px;
}


body {
    font-size: small!important;
    line-height: normal;
}

div.page-header {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}
.page-header h1 {
    font-size: 21px;
    font-weight: normal;
    margin: 10px 0 15px;
}


.InfoText, 
.InfoText b, 
span.InfoText p {
    margin: 10px 0px;
    font-size: 11px;
    color: #666;
    text-align: justify;
    line-height: 140%;
}

div.infoBox {
    width: 165px;
    height: auto;
    margin: 0px 20px;
}


ul.errors li {
    color: #F56131;
}

important, 
p[title=importantInfo], 
.importantInfo {
    color: #ff730c;
    font-weight: bold;
    font-size: 120%;
    line-height: 125%;
}
ol.listCMS, ul.listCMS {
    margin: 7px 0px;
    line-height: 225%;
}
ol.listCMS li {
    list-style-type: decimal;
    list-style-position: inside;
    font-size: 115%;
}

@media only screen and (min-width: 990px) {
    .desk {
        padding: 25px 50px;
    }
}

#topbanner {
    min-height: 0;
}

#topbar {
    display: none;
}

/***** Forms ****/

input[type="text"], input[type="password"], textarea {
    border-radius: 0px;
}
.form-control {
    height: 23px;
    border-radius: 0px;
    font-size: small;
    padding: 1px;
}

#CALCFORM label[for="send"] {
    display: none;
}

.container {
    background: white;
    padding-left: 0;
    padding-right: 0;
}

/***** Icons *****/

.icon-white {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
}
.icon-ok:before {
    content: "\e013";
}
.icon-edit:before {
    content: "\e065";
}
.icon-remove:before {
    content: "\e014";
}

/****** Navigation ******/

#hauptmenu {
    margin: 0;
    height: 37px;
    border: 1px solid #fff;
}
.navbar-header,
#hauptmenu {
    background: #dcdcdc;
    background: -moz-linear-gradient(#fefefe, #dcdcdc);
    background: -webkit-linear-gradient(#fefefe, #dcdcdc);
    background: -o-linear-gradient(#fefefe, #dcdcdc);
    background: -ms-linear-gradient(#fefefe, #dcdcdc);/*For IE10*/
    background: linear-gradient(#fefefe, #dcdcdc);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fefefe', endColorstr='#dcdcdc');/*For IE7-8-9*/ 
}

#hauptmenu li a {
}

.navbar {
    min-height: 0;
}
.navLevel1, .navLevel1 .navbar-default {
    background-color: transparent;
}
.navLevel1,
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-default ul.nav > li {
    border-right: 1px solid #fff;
    height: 35px;
}
.navbar-default ul.nav > li > a *,
.navbar-default ul.nav > li > a {
    font-size: 11px;
}
.navbar-default ul.nav > li > a {
    line-height: 34px;
    font-weight: bold;
    display: block;
    padding: 0px 10px;
    text-transform: uppercase;
}

.nav-inwork-link,
.nav-cart-link {
    text-align: right;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}
.nav-inwork-link *,
.nav-cart-link * {
    font-size: 15px;
    font-weight: bold;
    line-height: 34px;
}


.navbar-default ul.nav > li > a:hover, 
.navbar-default ul.nav > li > a:focus, 
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:visited {
    color: #000060;
    background: #999999;
    background: -moz-linear-gradient(#C1EA97, #66CC00);
    background: -webkit-linear-gradient(#C1EA97, #66CC00);
    background: -o-linear-gradient(#C1EA97, #66CC00);
    background: -ms-linear-gradient(#C1EA97, #66CC00);/*For IE10*/
    background: linear-gradient(#C1EA97, #66CC00);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C1EA97', endColorstr='#66CC00');/*For IE7-8-9*/ 
}
.navbar-default ul.nav > li:first-child {
    border-right: 4px solid #fff;
}

.nav-articlegroup {
    display: none!important;
}

@media only screen and (max-width: 990px) {
    #hauptmenu {
        height: auto;
    }
    .navbar-nav {
        background: #dcdcdc;
        margin: 0px 0px;
    }
    .nav-articlegroup {
        display: block!important;
    }
}
@media only screen and (min-width: 991px) {
    .nav-inwork-link{
        display: none;
    }
}

/****** Breadcrumb ******/

div.breadcrumb-toolbar {
    margin: 0em;
    background: #C1EA97;
    background: -moz-linear-gradient(#C1EA97, #66CC00);
    background: -webkit-linear-gradient(#C1EA97, #66CC00);
    background: -o-linear-gradient(#C1EA97, #66CC00);
    background: -ms-linear-gradient(#C1EA97, #66CC00);/*For IE10*/
    background: linear-gradient(#C1EA97, #66CC00);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C1EA97', endColorstr='#66CC00');/*For IE7-8-9*/ 
    padding: 0.2em 0 0.4em 0;
    font-weight: normal;
    color: white;
}
div.breadcrumb-toolbar * {
    text-decoration: none;
}
div.breadcrumb-toolbar a:hover {
    text-decoration: none;
}
.breadcrumb {
    padding: 0px 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
}
.breadcrumb * {
    color: #ffffff;
}
.breadcrumb > li+li:before {
    padding: 0 5px;
    color: #ffffff;
    content: "::";
}
.breadcrumb > li > a {
    color: #000060;
}
.breadcrumb-inwork-link {
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .breadcrumb-inwork-link {
        display: none;
    }
}

/****** Sidebar ******/

.sidebar-nav {
    
}

.sidebar-nav ul.nav-list {
    margin-bottom: 5px;
}

.sidebar-nav ul.nav-list li {
    float: none;
    margin: 0;
    padding-left: 8px;
}
.sidebar-nav ul.nav-list > li > a:hover, 
.sidebar-nav ul.nav-list > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav ul.nav-list li.sidenav-header {
    float: none;
    padding-left: 0px;
}

.sidebar-nav ul.nav-list li a {
    padding: 0px;
}
.sidebar-nav ul.nav-list > li > a:after {
    content: "";
    margin: 0px;
}

li.sidebar-form {
   float: none!important; 
}
.sidebar-form dl {
    margin-bottom: 0px;
}
.sidebar-form dt {
    font-weight: normal;
}

.sidebar-form input {
    width: 100%;
    height: 21px;
    border: 1px solid #ccc;
    border-radius: 0px;
}

#loginbox .but {
    border: 0 none;
    box-shadow: 2px 2px 4px #000060;
    color: #000060;
    cursor: pointer;
    font-size: 14px;
    height: 23px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.table-paypal {
    margin-top: 25px;
}

.leftBoxHeading {
    text-align: center;
    font-size: 1.0em;
    padding: 1px;
    color: #000060;
    margin-top: 0px;
    line-height: normal;
}

@media only screen and (max-width: 990px) {
    .sidebar-nav ul.nav-list > li > a:after {
        content: " | ";
    }
    .sidebar-nav ul.nav-list > li:last-child > a:after {
        content: "";
    }
    .sidebar-nav ul.nav-list li {
        float: left;
    }
}

/****** Content ******/

.row-content{
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
}
.row-content > .row {
    margin-left: 0px;
    margin-right: 0px;
}
#site-main .overview_header > img {
    width: 100%;
    height: auto;
}

#indexCategoriesMainContent .overview-articlegroups {
    margin-left: -8px;
    margin-right: -8px;
}

#indexCategoriesMainContent .col {
    margin: 5px 0px;
    padding-left: 8px;
    padding-right: 8px;
}

#indexCategoriesMainContent .col a img {
    width: 100%;
    height: auto;
    box-shadow: 2px 2px 3px #999999;
    padding: 5px;
}

#indexCategoriesMainContent ul,
#indexCategoriesMainContent ol {
    margin-left: 25px;
}
#indexCategoriesMainContent ul li,
#indexCategoriesMainContent ol li {
    list-style: initial;
}

/****** Footer ******/

#footer-customer {
    background-color: #F8F8F8;
    border-top: 1px solid #fefefe;
    color: #555;
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0px 0;
    text-align: center;
}
#footer-customer a {
    color: #000060;
}

.footer-news,
.footer-my-area,
.footer-right-image {
    padding: 0px;
}
.footer-news-content,
.footer-my-area-content,
.footer-right-image-content {
    text-align: left;
    margin: 20px;
}
.footer-right-image-content {
    text-align: center;
}

.footer-news-content h2, 
.footer-my-area-content h2, 
.footer-right-image-content h2 {
    padding: 2px;
    background: url(/styles/2930847/design/papedruck/img/tile_back.gif) repeat scroll 0 0 transparent;
    font-size: 17px;
    color: #000069;
    font-weight: normal;
    margin: 0px 0px 5px 0px;
}

div .copyright-text  {
    text-align: center;
}

div .copyright-text p {
    font-size: 90%;
    color: #888;
    margin: 0px auto;
    display: block;
    padding: 5px 0px;
}
div .copyright-text p a {
    font-size: 100%;
}
div .copyright-text ul {
    margin: 0px;
    padding: 0px;
}
ul.seo * {
    font-size: 9px;
    color: #aaa!important;
}

/****** Product list view ******/
.product-list-rows {
    margin: 0px;
}
.product-list-rows > div {
    padding: 5px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 3px #999999;
}
.product-list-row {
    display: flex;
    flex-wrap: wrap;
}
.product-list-container-text {
    align-self: center;
}
.product-list-container-text h3 {
    margin: 5px 0 10px;
}
.product-list-container-text p {
    margin: 0px;
}
.product-list-container-link {
    align-self: flex-end;
}
.product-list-container-link a {
    text-decoration: underline;
}
.product-list-container-image img {
    width: 100%;
    max-width: 280px;
}
.articlelistimg {
    width: 100%;
}

/****** Product detail view ******/

.articletemplates-2 h1,
.articletemplates-6 h1 {
    padding-top: 20px;
    font-size: 21px;
    font-weight: normal;
    margin: 0 0 15px;
}
.articletemplates-2 h3,
.articletemplates-6 h3 {
    font-size: 21px;
}
.articletemplates-2 .tab-content,
.articletemplates-6 .tab-content {
    margin-top: 0;
}
.articletemplates-2 table,
.articletemplates-6 table {
    width: 100%!important;
}
.articletemplates-2 .totals-block,
.articletemplates-6 .totals-block {
    background: #ffffff;
    padding: 0px 10px 10px;
    margin-top: -1px;
    margin-bottom: 0px;
}

.articletemplates-2 .totals-block table tr:last-child,
.articletemplates-6 .totals-block table tr:last-child {
    background: #f5f5f5;
}
.product-image img {
    width: 100%;
    height: auto;
    max-width: 295px;
}
.vorschau-bilder-klein {
    max-width: 295px;
}
.thumbnail {
    margin-top: 20px;
}
.upload-selection {
    margin: 0px;
    padding: 10px 0px 10px;
    border-top: 1px solid #ddd;
}

.layouter-button {
    margin: 15px 11px 10px;
}
.layouter-button a {
    text-align: center;
}

.overview_header p {
  margin: 10px 0;
}

/****** Slider ******/

/* this makes it possible to add next button beside scrollable */
.scrollable { float:left; }

/* prev, next, prevPage and nextPage buttons */
a.browse { width:30px; 	height:30px; float:left; cursor:pointer; }

/* right */
a.right 	{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:before {  content:"\203A"; font-weight: bold; font-size: 5em; color:silver; opacity:0.6; background-color:  whitesmoke;}
a.right:hover:before{opacity:1}

/* left */
a.left	{ margin-left: 0px; }
a.left:before { content:"\2039"; font-weight: bold; font-size: 5em; color:silver;opacity:0.6; background-color: whitesmoke;}
a.left:hover:before{opacity:1}

/* disabled navigational button */
a.disabled { visibility:hidden !important; }

#indexCategoriesMainContent .prev.browse.left,
#indexCategoriesMainContent .next.browse.right {
    top: 50%!important;
    margin-top: -40px!important;
}

/****** Login ******/

#userreg .form-actions,
#userreg #passwordreset {
    margin-left: -15px;
    margin-right: -15px;
}

.register-margin {
    /*margin-left: 4%;
    margin-right: 4%;*/
}
#mysettings .form-actions {
    background-color: transparent;
}


.violation-form input[type="text"],
.violation-form input[type="password"],
.violation-form textarea,
.violation-form select,
#register input[type="text"],
#register input[type="password"],
#register textarea,
#register select,
#mysettings input[type="text"], 
#mysettings input[type="password"], 
#mysettings textarea,
#mysettings select {
    width: 100%;
}
select,
#register select,
#mysettings select {
    padding-top: 3px;
    padding-bottom: 3px;
    border-color: #CCCCCC;
}


#mysettings #login-element,
#mysettings #rech-element {
       margin: 0px 0% 10px;  
}
#mysettings #login-element {
  margin-right: 20px;
}
@media all and (min-width: 991px) { 

  #mysettings #login-element{
      float: left;
      width: 40%;
  }

}
     
span.help-inline {
    color: #F56131;
    background: transparent;
    font-size: small;
    font-family: Verdana,Helvetica,sans-serif;
}

#bank-label {
    display: none;
}
#bank-element {
    margin: 0px 0% 10px;
}
@media (min-width: 768px) {
    #mysettings #bank-element {
        margin-left: 45%;
    }
}

#shop_settings {
    
}
#shop_settings .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

/***** Violation *****/

.violation-form dt,
.violation-form dd {
    margin-bottom: 10px;
}

div#violationhilfe {
    border: 1px dashed #ccc;
    padding: 10px;
}
div#violationhilfe h3 {
    color: #777;
}

/***** Buttons *****/

.btn {
    color: #000060;
    font-size: 14px;
    height: 29px;
    padding: 0px 5px;
    border-width: 0px;
    -webkit-box-shadow: 2px 2px 4px #000060;
    -moz-box-shadow: 2px 2px 4px #000060;
    box-shadow: 2px 2px 4px #000060;
    cursor: pointer;
    font-weight: normal;
    line-height: 28px;
    border-radius: 0px;
}
.btn-large {
    width: 100%;
}

.btn {
    background: #dcdcdc;
    background: -moz-linear-gradient(#fefefe, #dcdcdc);
    background: -webkit-linear-gradient(#fefefe, #dcdcdc);
    background: -o-linear-gradient(#fefefe, #dcdcdc);
    background: -ms-linear-gradient(#fefefe, #dcdcdc);/*For IE10*/
    background: linear-gradient(#fefefe, #dcdcdc);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fefefe', endColorstr='#dcdcdc');/*For IE7-8-9*/ 
}
.btn:hover, .btn:focus, .btn:active, .btn.active {
    color: #000060;
    background: #dcdcdc;
    background: -moz-linear-gradient(#fefefe, #dcdcdc);
    background: -webkit-linear-gradient(#fefefe, #dcdcdc);
    background: -o-linear-gradient(#fefefe, #dcdcdc);
    background: -ms-linear-gradient(#fefefe, #dcdcdc);/*For IE10*/
    background: linear-gradient(#fefefe, #dcdcdc);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fefefe', endColorstr='#dcdcdc');/*For IE7-8-9*/ 
}

/*input[type="submit"],*/
.btn-success,
a#registerButton, 
a.backbutton,
.btn-primary,
/*.btn-info,*/
.btn-success {
    background: #C1EA97;    
    background: -moz-linear-gradient(#C1EA97, #66CC00);
    background: -webkit-linear-gradient(#C1EA97, #66CC00);
    background: -o-linear-gradient(#C1EA97, #66CC00);
    background: -ms-linear-gradient(#C1EA97, #66CC00);/*For IE10*/
    background: linear-gradient(#C1EA97, #66CC00);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C1EA97', endColorstr='#66CC00');/*For IE7-8-9*/ 
}

 .open>.dropdown-toggle.btn-primary,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
/*.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,*/
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #000060;
    background: #C1EA97;
    background: -moz-linear-gradient(#C1EA97, #66CC00);
    background: -webkit-linear-gradient(#C1EA97, #66CC00);
    background: -o-linear-gradient(#C1EA97, #66CC00);
    background: -ms-linear-gradient(#C1EA97, #66CC00);/*For IE10*/
    background: linear-gradient(#C1EA97, #66CC00);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C1EA97', endColorstr='#66CC00');/*For IE7-8-9*/ 
}

.btn-warning,
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: #fff;
    background: #f0ad4e;
    border-color: #eea236;
}
.btn-danger,
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: #fff;
    background: #d9534f;
    border-color: #d43f3a;
}

.nav>li>a.btn {
    /* position: relative; */
    /* display: block; */
    padding: 0px 5px 0px;
}

/***** Basket *****/

.basket img {
    max-width: 250px;
}
.basket.btn-group .btn {
    border-width: 1px;
    border-radius: 4px;
    height: auto;
    box-shadow: none;
    cursor: default;
}

.basket.btn-group .btn-success:not(.active) {
    cursor: pointer;
}

.niceform.basket .col-sm-4 .well {
    margin-bottom: 2em;
}

@media only screen and (max-width: 767px) {
    .niceform.basket .col-sm-4 .well {
        min-height: 0;
    }
}

@media only screen and (max-width: 990px) {
    .basket.btn-group .btn p {
        font-size: smaller;
    }
}
@media only screen and (max-width: 768px) {
    .basket.btn-group .btn {
        border-radius: 4px!important;
    }
    .basket.btn-group .btn h4 {
        margin-top: 8px;
        margin-bottom: 0px;
    }
    .basket.btn-group .btn p {
        margin: 0px;
    }
}


/***** Tabs *****/

.tab-pane:before {
    display: table;
    content: " ";
}
.tab-pane:after {
    display: table;
    content: " ";
    clear:both;
}

.tab-pane {
    padding: 10px;
    border: 1px solid #ccc;
    border-top: none;
    background: #f2f2f2;
    background: -moz-linear-gradient(#ffffff, #f2f2f2);
    background: -webkit-linear-gradient(#ffffff, #f2f2f2);
    background: -o-linear-gradient(#ffffff, #f2f2f2);
    background: -ms-linear-gradient(#ffffff, #f2f2f2);/*For IE10*/
    background: linear-gradient(#ffffff, #f2f2f2);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f2f2f2');/*For IE7-8-9*/ 
}

.nav-tabs > li:hover,
.nav-tabs > li.active{
    background: #999999;
    background: -moz-linear-gradient(#C1EA97, #66CC00);
    background: -webkit-linear-gradient(#C1EA97, #66CC00);
    background: -o-linear-gradient(#C1EA97, #66CC00);
    background: -ms-linear-gradient(#C1EA97, #66CC00);/*For IE10*/
    background: linear-gradient(#C1EA97, #66CC00);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C1EA97', endColorstr='#66CC00');/*For IE7-8-9*/ 
}

.nav-tabs {
    margin-top: 15px;
    border-left: 1px solid #ccc;
    /*margin-bottom: 10px;*/
}

.nav-tabs > li {
    float: left;
    margin: 0;
    padding: 0;
    height: 38px;
    line-height: 26px;
    border: 1px solid #ccc;
    border-left: none;
    margin-bottom: -1px;
    overflow: hidden;
    position: relative;
    background: #F5F5F5;
}

.nav-tabs > li > a {
    display: block;
    text-decoration: none;
    color: #000;
    display: block;
    padding: 0 20px;
    border: none;
    outline: none;
    background: transparent;
    line-height: 34px;
    border: 1px solid #fff;
    border-radius: 0px;
    margin: 0px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    color: #000;
    border: 1px solid #fff;
    background: transparent;
}

.nav-tabs > li.last {
    float: right;
}
.nav-tabs > li.no-style,
.nav-tabs > li.no-style a {
    background: none!important;
    border: none!important;
}


/***** Sidebar *****/

.sidebar-nav ul.nav-list > li > ul > li > a,
.sidebar-nav ul.nav-list > li > a {
    display: block;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.sidebar-nav ul.nav-list > li > ul > li > a:hover, 
.sidebar-nav ul.nav-list > li > ul > li > a:focus,
.sidebar-nav ul.nav-list > li > a:hover, 
.sidebar-nav ul.nav-list > li > a:focus {
    color: #66CC00;
    border-bottom: 1px solid #66CC00;
}

.sidebar-nav ul.nav-list > li > ul {
    margin-bottom: 15px;
}

/***** Inwork *****/

.inwork-container {
    margin-bottom: 20px;
}
ul.inwork-thumbnails {
    padding: 0px;
    width: auto;
}
.inwork-thumbnails li {
    padding-left: 0px;
    padding-right: 0px;
}
@media (max-width: 991px) {
    .produkt-config-btn {
        margin-top: 10px;
    }
}


/***** Breadcrumb *****/

.breadcrumb * {
    color: #000060;
}
.breadcrumb > li+li:before {
    color: #000060;
    content: ">";
}
.breadcrumb > li:last-child {
    opacity: 0.6;
}
.breadcrumb > li > a:hover {
    text-decoration: underline;
}


/***** Other *****/

.footer-news-content h2, 
.footer-my-area-content h2, 
.footer-right-image-content h2 {
    padding: 0px;
    background: none;
    font-size: 1.5em;
    color: #66CC00;
    border-bottom: 1px solid #66CC00;
}

.leftBoxHeading {
    color: #66CC00;
    font-weight: normal;
    font-size: 1.5em;
    text-align: left;
    border-bottom: 1px solid #66CC00;
    background-image: none!important;
}