@charset "windows-1252";
/*@import url('https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700');*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
/* Globals start*/
body {
	font-family: 'Open Sans', sans-serif;	
}

h1,h2, h3, h4, h5, h6 {
	/*font-family:'Raleway', sans-serif;*/
		font-family: 'Open Sans', sans-serif;	
	color:#333;
	/*text-transform: uppercase;*/
}
#accordion-alt3 .panel-heading h4 a:hover i {
    background: #5BC5F2;
}
a, a i {
	color: #1A2B68;
}
a:hover , a:hover i, a:active , a:active i,$ a:focus , a:focus i{
	color: #5BC5F2;
}
a.btn, input.btn,  input[type="button"], input[type="submit"], .bestellen.formbutton {
	background: #5BC5F2;
    color: white;
}
a.btn:hover, input.btn:hover,  input[type="submit"]:hover,  input[type="button"]:hover, .bestellen.formbutton:active, a.btn:active, input.btn:active,  input[type="submit"]:active,  input[type="button"]:active, .bestellen.formbutton:active, a.btn:focus, input.btn:focus,  input[type="submit"]:focus,  input[type="button"]:focus, .bestellen.formbutton:focus {
	background: #1A2B68;
	color: white;	
}
 input[type="button"], input[type="submit"], .bestellen.formbutton { 
	 margin-top: 5px;
 }

 .scrollup {
	background: #5BC5F2;
 }
	
 /*Globals End*/
 
/*Navigation Start*/
header .navbar {
    min-height: 70px;
    padding: 10px 0;
}
header .navbar-nav > li {
    padding-bottom: 12px;
    padding-top: 20px;
}
.navbar .nav > li > a {
  color: #1A2B68;
}
.navbar .nav > li > a:hover {
	background: #7bcd2d;
	color: white;
} 
.navbar .nav > li > a.no_navhover:hover {
	color: #7bcd2d;
} 
.navbar .nav > li > a.active {
	background: #7bcd2d;
	color: white;
}
.navbar .nav a:hover {
	color: #7bcd2d; 
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #7bcd2d;
    color: white;
}
header div.button {
	text-align: center;
	background-image: none;
	background-color: #7bcd2d;
	color: #1A2B68;
	width: 100%;
}
header div.button span{
	background-image: none
} 
/*Navigation End*/

/*Produkte Start*/

#produkt_flex.onebelowtheother label {
    color: #1A2B68;
}
#produkt_flex.onebelowtheother select:focus {
	 border-color: #5BC5F2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(73,199,237, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(73,199,237, 0.6);
}
#preise_flex tr.odd td.spalte_standard, #preise_flex tr td{
	padding: 5px;
}
#preise_flex tr.odd td.spalte_standard, #preise_flex tr.even td.spalte_standard{
	background-color: rgba(242, 242, 242, 0.5);

}
#preise_flex tr.odd td.spalte_express, #preise_flex tr.even td.spalte_express {
		background-color: rgba(73,199,237, 0.2);
}
#preise_flex tr.odd td.spalte_overnight, #preise_flex tr.even td.spalte_overnight {
	background-color: rgba(73,199,237, 0.35);
} 
#preise_flex th, #preise_flex td {
	text-align: right;
}/*
#preise_flex tr td {
	font-family: sans-serif;
}*/
#preise_flex tr td.spalte_express, #preise_flex tr td.spalte_overnight {
  background-color: transparent;
}
#preise_flex .spalte_standard a::after, #preise_flex .spalte_overnight a::after, #preise_flex .spalte_express a::after {
	content: " €";
    color: #1A2B68;
}
#preise_flex .spalte_standard a:hover::after, #preise_flex .spalte_overnight a:hover::after, #preise_flex .spalte_express a:hover::after,
#preise_flex .spalte_standard a:focus::after, #preise_flex .spalte_overnight a:focus::after, #preise_flex .spalte_express a:focus::after {
	color: #2a6496;
    text-decoration: underline;
}
#produkt_flex.onebelowtheother select {
	 -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #f4f4f4;
    background-image: url("../images/arrow-down.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30px;
    border-radius: 0;
    border: 1px solid #f4f4f4;
 }
#produkt_flex.onebelowtheother select:focus, #produkt_flex.onebelowtheother select:active {
	border: 1px solid #f4f4f4;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(73,199,237, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(73,199,237, 0.6);
    background-image: url("../images/arrow-down-active.png");
 }
/*Produkte end*/
/*Testimonial Start*/
.testimonial-solid {
	background: rgba(73,199,237, 0.35);
}
.testimonial-solid p {
	color: #1A2B68;
}
.testimonial-solid .carousel-indicators li {
	border: 1px solid #1A2B68;
}
.testimonial-solid .carousel-indicators li.active {
	background: #1A2B68;
} 
/*Testimonial End*/
/*Footer start*/
footer{
  padding: 0!important;
	/*background:#1A2B68;*/
}
#sub-footer {
	/*background: #002c40;*/
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6{
	color: #202124;
  font-weight: bold;
}
footer a {
	color: #202124;
}
footer a:hover {
    text-decoration: underline;
    color: #202124;
}
footer ul.link-list li a, footer ul.link-list li a i {
    color: #202124;
}
footer a, footer ul.link-list li a, footer ul.link-list li a i {
	color: #202124;
}
footer ul.link-list li a:hover, footer ul.link-list li a:hover i {
    color: #202124;
}
/*Footer End*/

/*Tablet Portrait & Mobile Styles start*/
@media screen
and (max-width: 768px) {
	/*Navigation*/
	header .navbar-nav {
		padding-top: 5px
	}
	header .navbar-header {
		margin-top: 0;
	}
	header .navbar-brand{
		margin-top: 0
	} 
	header .navbar-nav > li {
		padding:0 0 5px 0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a, .navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #777;	
	}
	.navbar-collapse.collapse {
		overflow: visible
	}
	/*Navigation End*/
	.col-md-3.md-smargin-bottom-40.rechte-spalte {
		border-left: none;
	}
}
/*Tablet Portrait & Mobile Styles end*/

/*------Shop einstellungen CSS begin------*/
/*.mitte {
  padding: 0 35px;
}*/

.flexslider {
}

.startseiteslider {
	max-width: 1440px;
	display: block ; margin: 0 auto;
}



a.right {
	display:none; 
}


.box_start_content {
  float: left;
  width: 100px;
  height: 165px;
  margin: 10px;
  text-align: center;
}

.scrollable {
  width: 100%;
  height: 170px;
}

.produkteslider h3 {
  font-size: 14px;
  color: #1A2B68;
}


input.button_benutzerkonto, input.button_uploadcenter, .btn.abmelden, input.button_anmelden, input.button_registrieren, input.submit.anmelden {
  width: 100%;
}

.row.right {	
  padding: 0 0 0 15px;
  border-bottom: 1px dotted #ccc;
}

.navi-links li.catalog_item {
  padding: 5px 8px;
  border-bottom: 1px dotted #ccc;
}



.row {
  margin-left: -14px;
  margin-right: -14px;
}

.col-md-3.md-margin-bottom-40.rechte-spalte {
  border-left: 1px dotted #ccc;
}
@media screen
and (max-width: 768px) {
.col-md-3.md-margin-bottom-40.rechte-spalte {
  border-left: none;
}
}

/*body, h1, h2, h3, h4, h5, h6 {
font-family:"Quicksand", sans-serif;
}*/

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

footer .footer_breite_artikel li {
  float: left;
  list-style-type: none;
  padding: 0 16px 0 0;
  width: 173px;
}

img.infobox_icon {
  margin-top: 20px;
}

.col-md-3.md-margin-bottom-40.list-unstyled.hidden-xs.hidden-sm.navi-links {
  padding: 0 33px 0 15px;
}

.row.right.log {
  padding-bottom: 20px;
}

.strich {
  border-bottom: 1px solid white;
  margin: -10px -15px 5px -10px;
}

.warenkorb .col-xs-1, .warenkorb .col-sm-1, .warenkorb .col-md-1, .warenkorb .col-lg-1, .warenkorb .col-xs-2, .warenkorb .col-sm-2, .warenkorb .col-md-2, .col-lg-2, .warenkorb .col-xs-3, .warenkorb .col-sm-3, .warenkorb .col-md-3, .warenkorb .col-lg-3, .warenkorb .col-xs-4, .warenkorb .col-sm-4, .warenkorb .col-md-4, .warenkorb .col-lg-4, .warenkorb .col-xs-5, .warenkorb  .col-sm-5, .warenkorb .col-md-5, .col-lg-5, .col-xs-6, .warenkorb .col-sm-6, .warenkorb .col-md-6, .warenkorb .col-lg-6, .warenkorb .col-xs-7, .warenkorb .col-sm-7, .warenkorb .col-md-7, .warenkorb .col-lg-7, .warenkorb .col-xs-8, .warenkorb .col-sm-8, .warenkorb .col-md-8, .warenkorb .col-lg-8, .warenkorb .col-xs-9, .warenkorb .col-sm-9, .warenkorb .col-md-9, .warenkorb .col-lg-9, .warenkorb .col-xs-10, .warenkorb .col-sm-10, .warenkorb .col-md-10, .warenkorb .col-lg-10, .warenkorb .col-xs-11, .warenkorb .col-sm-11, .warenkorb .col-md-11, .warenkorb .col-lg-11, .col-xs-12, .warenkorb .col-sm-12, .warenkorb .col-md-12, .warenkorb .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}

.last {
text-align:right;
}

.warenkorb .row.line {
  margin-bottom: 10px;
  border-bottom: 1px dotted lightgrey;
  padding: 10px 0;
}

.row.marginbot10 {
  margin-bottom: 0;
}



.glyphicon {
  top: 6px;
}

.container.visible-xs {
padding: 0;
}

.row.visible-xs {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.panel-group.produktnavi {
  margin-bottom: 0;
}

.panel-heading.produktnavi {
background-color:#1A2B68;
color:white;
}
.panel-heading.produktnavi a, .panel-heading.produktnavi a i {
color: white
}
.navbar .nav li .dropdown-menu {
  z-index: 2000;
  box-shadow: 1px 1px 32px -3px grey;
}

.navbar .nav a:hover {
  background: #7bcd2d;
}
.navbar .nav #login_dropdown a:hover {
background:none
}
.rahmen.rahmenrechts.border.quickinfo h2 {
  font-size: 24px;
}

.quickinfo .panel-heading.produktnavi {
  background-color: transparent;
  color: white;
}

.quickinfo .panel-default>.panel-heading {
  color: #333;
  background-color: transparent;
padding:0;
}

.quickinfo .panel {
background-color: transparent;
}

.quickinfo .panel-default>.panel-heading+.panel-collapse .panel-body {
background-color: transparent;
}

.quickinfo a:hover, .quickinfo a:focus {
  text-decoration: none;
}
input.email.text, input.password.text {
    width: 100% !important;
}
input.button_anmelden {
    margin-top: 5px;
}

/*Start - kontakt Formular*/
.kontakt #table_contact {
    width: 100%;
}
.kontakt #table_contact tr td > div{
    text-align: left;
}
.kontakt input.formfield1, textarea.formfield1 {
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #cccccc;
    resize: none;
}
.kontakt input.formfield1.ort {
    width: calc(75% - 5px);
}
.kontakt input.formfield1.plz {
    width: 25%;
}
/*End - kontakt Formular*/
/*Shop einstellungen CSS end*/
