@charset "UTF-8";
/* -----------------------------------------------------------------------------------------
	Template Name: Kampaa Responsive Framework Modified-Shop
	Template URL: http://dein-eshop.de/kampaa-responsive-framework-modified-shop
	Beschreibung: Ein Template für das Shopsystem Modified-Shop auf Basis von Bootstrap - http://twitter.github.io/bootstrap/
	Lizenz: GNU General Public License version 3.0
	Lizenz URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: Girzy
	Version: 1.0
	Author: Adam Lukasik - ideeos.de
	Author URL: http://ideeos.de
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

    FARBEN INFO
    Text            #777777
    Sektion Dark    #e3e3e3
    Sektion Light   #ffffff
    Border          #cccccc
    Body            #ffffff
    Footer          #161616
    Copyright       #111111
    Gelb            #B2272A
    
	
	LEGENDE
	
    0  --- Sektionen
	1  --- Custom Styles
	2  --- Media Responsive Styles 
	3  --- Modified-Shop Styles
    4  --- Slider Home / Masonry
    5  --- TopNav
    6  --- Footer
    7  --- Footer 2
    8  --- Socials
    9  --- NeueProdukte Home
    10 --- Copyright
    11 --- Banner
    12 --- Hersteller, SaleBanner, SEOText
    13 --- ToTop
    14 --- Angebote Home
    15 --- Newsletter
    16 --- Produktinfo
    17 --- Boxen
    18 --- Kategorien Box
    19 --- Admin Box
    20 --- Warenkorb
    21 --- MainNav
    22 --- USP
    23 --- Infinity Scroll
	
----------------------------------------------------------------------------------------- */
@import url(css/custom.css);
@import url(css/hovereffects.css);
@import url(css/animate.min.css);
.verstecken{
    display: none;
}
.unsichtbar{
    opacity: 0;
}
.sichtbar{
    opacity: 1;
}
.box_white { background-color: #fff;
    text-align: right;
}
.box_white h2{font-size: 28px; font-weight: bolder; color: #B2272A; margin-bottom: 0px;
}
.box_white h4{
    line-height: 1.5;
}
/* ==================================================
	0. Sektionen
================================================== */
#topnav, #header, #breadcrumb, #masonry, #content, #angebotehome, #hersteller, #owl-neuheiten, #banner2{
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
}

#breadcrumb li a {
    text-decoration: underline;
}

#masonry{
    background: #f3f3f3;
    padding: 30px 0;
}
/* ==================================================
	1. Custom Styles
================================================== */
body, html{
    font-family: "Open Sans",sans-serif;
    background: #ffffff;
    font-size: 16px;
    color: 777777;
}
a{
    transition: all 1s ease;
}
html, input, button, select, textarea{
    font-family: "Open Sans",sans-serif;
}
textarea{
    border-radius: 0;
    border: 1px solid #cccccc;
    padding: 10px 15px;
}
#header{
    text-transform: uppercase;
    padding:10px 0 0 0;
}
h1, h2, h3, h4, h5, h6{
    color: #666666;
    text-transform: uppercase;
}


.px_produkt_green h1,
h2.subtitle,
h1 {
    background-color: #162449;
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    border-bottom: 1px solid #333;
    text-transform: uppercase;
    margin-top: 15px;    
    margin-bottom: 10px;
    width:98%;
    padding: 1%;
}

h2.subtitle {
    font-weight: 700;
    font-size: 16px;
}

h2.subtitle:after,
h1:after{   
    content:"";
    height:1px;
    width:1px;
   
    bottom:-10px;
    left:0;
}

h2 {
    font-weight: 100;
    font-size: 20px;
    margin-bottom: 15px;
}
h3 {
    font-weight: 100;
    font-size: 20px;
    margin-bottom: 15px;
}
h4 {
    font-weight: 100;
    font-size: 20px;
    margin-bottom: 15px;
}

.span12 {
    margin-left:0;
}
/* ==================================================
	2. Media Responsive Styles
================================================== */
/* Smartphone hochkant */
@media (max-width: 480px) { 
    #topnav .span4, #header .span3, #header .span6, #banner1{
        text-align: center;
        float:none;
        position:inherit;
    }
    #banner1{
        margin-top: 40px;
        margin-left: 15px;
    }
    input{
        padding: 10px 15px;
    }
    .btn-navbar{
        margin-bottom: 20px;
        background-color: #000000;
        background-image: none;
        border: none
    }    
}
@media (max-width: 767px){
    body {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar-inverse{
        text-align: center;
    }

    #auorg-bg,
    #toTop {
        display: none !important;
    }

    #footer .span4 > a > img {
        width: 90%;
        padding: 0 !important;
        margin: 0 auto;
    }
    .product_hover_start {
        width: 100% !important;
    }
    .boxwarenkorbheader p {
        margin-bottom: 20px;
        text-align: center;
    }
    #appendedInputButton {
        padding: 18px;
    }

}
@media (min-width: 768px) and (max-width: 979px) {
	.row {
		margin-left: -20px;
		*zoom: 1;
	}
	.row:before,
	.row:after {
		display: table;
		line-height: 0;
		content: "";
	}
	.row:after {
		clear: both;
	}
	[class*="span"] {
		float: left;
		min-height: 1px;
		margin-left: 20px;
	}
	.container,
	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		width: 724px;
	}
	.span12 {
		width:724px;
	}
	.span6 {
		width:724px;
	}
	.span3 {
		width:724px;
	}
    #slider .item {
        max-height:500px;
        min-height:500px;
        height:500px;
    }
}
@media (min-width: 1200px) {
    body{
    }
}
/* ==================================================
	3. Modified-Shop Styles
================================================== */
.parseTime {
	display:none;
}
#mscopyright{
    background: #111111;
    padding: 0 0 10px 0;
    font-size: 13px;
    color: #cccccc;
}
h4 span.productOldPrice small{
    color:#666666;
}

/* ==================================================
	4. Slider Home
================================================== */
#slider .owl-controls {
    position: absolute;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
#slider .item{
    max-height: 450px;
    max-width: 100%; 
    overflow: hidden;
    position: relative;
}

#slider .item a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;    
    top: 0;
    left: 0;
}

#slider img{
    min-height:450px; 
    min-width:100%; 
}
#slider #bar{
    width: 0%;
    max-width: 100%;
    height: 0px;
    background: #B2272A;
}
#slider #progressBar{
    width: 100%;
    background: #e3e3e3;
}
#masonry .items{
    margin-top: 30px;
}
/* MASONRY */
/* ==================================================
	5. TopNav
================================================== */
#topnav{
    background: #e3e3e3;
    border-top: 5px solid #B2272A;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 24px;
}
#topnav p{
    padding-top: 5px;
}
#topnav .active{
    font-weight: 700;
}
#topnav .ideeos{
    font-size: 13px;
}
/* ==================================================
    6. Footer
/* =============================================== */
#footer {
    font-size: 13px;
    font-weight: normal;
}

/* ==================================================
    7. Footer 2
/* =============================================== */
.footer2 {
    border-top: 1px solid #111111;
    background: #161616;
    padding: 30px 0;
    font-size: 13px;
    font-weight: normal;
    color: #cccccc;
}
.footer2 .title {
    color: #cccccc;
    border:none;
    position: relative;
    padding-bottom: 5px
}
.footer2 .title:before {
    position: absolute;  
    content: '';
    border-bottom: 2px solid #cccccc;
    width: 20%;
    bottom: 0;
}
.footer2 a {
    text-shadow: none;
    color: #cccccc;
    font-weight: normal;
}
.footer2 a:hover {
    background: none;
    color:#ffffff
}

/* ==================================================
    8. Socials
/* =============================================== */
.social {
    background: #1abc9c;
    padding: 10px 0;
    margin: 0;
}
.social p {
    margin:15px 0;
}
.social em {
    font-size: 3em;
    margin-right: 50px;
    transition: all 1s ease;
}
.social a {
    color: #f6f0eb;
}
.social .fa-twitter:hover {
    color: #00aced;
    transition: all 1s ease;
}
.social .fa-facebook:hover {
    color: #3B5998;
    transition: all 1s ease;
}
.social .fa-google-plus:hover {
    color: #dd4b39;
    transition: all 1s ease;
}
.social .fa-vimeo-square:hover {
    color: #aad450;
    transition: all 1s ease;
}
.social .fa-youtube:hover {
    color: #bb0000;
    transition: all 1s ease;
}
.social .fa-flickr:hover {
    color: #ff0084;
    transition: all 1s ease;
}

/* ==================================================
    9. NeueProdukte Home
/* =============================================== */
#owl-neuheiten .owl-controls .owl-buttons div {
    position: absolute;
    background: none;
    color: #777777;
    font-size: 24px;
}
#owl-neuheiten .owl-controls .owl-buttons .owl-prev{
    left: 240px;
    top: -74px;
}

#owl-neuheiten .owl-controls .owl-buttons .owl-next{
    left: 280px;
    top: -74px;
}
/* Eine Möglichkeit die Höhe der einzelnen Spalten gleich zu setzen, die andere sehe JS
#neueprodukte > [class*="item"]{
    margin-top: -99px;
    padding-top: 99px;
}
*/
#neueprodukte .produkt{
    padding: 15px 0 30px 0;
    position:relative;
    transition: all 1s ease;
}
@media (min-width: 1200px) {
    #neueprodukte .produkt:hover {
    }
    #neueprodukte .item:hover{
        border: 3px solid #e3e3e3;
        box-shadow: 0 0 15px #999999;
    }
    #neueprodukte{
        margin-top: 20px;
    }
}
#neueprodukte h4, #neueprodukte h5{
    padding: 20px 0;
}
#neueprodukte .item{
    background: #ffffff;
    text-align: center;
    transition: all 1s ease;
    border: 2px solid #f3f3f3;
    padding: 0px;
}
#neueprodukte .item .produktcontent {
    position:relative;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    transition: all 0.6s ease;
    background: #ffffff;
    z-index: 1;
}
@media (min-width: 1200px) {
    #neueprodukte .item:hover .produktcontent {
        top: -100px;
        background: none;
        opacity: 0.2;
    }
}
#neueprodukte .item .produktcontent small{
    color: #cccccc;
    text-transform: uppercase;
}
#neueprodukte .item .produktcontent .alterpreis{
    padding-bottom: 10px;
}
#neueprodukte .item .produktcontent h2{
    margin-bottom: 20px;
}
#neueprodukte .produkt .produktbutton {
    position:absolute;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 100px;
    display: block;
    transition: all 0.6s 0.4s ease;
    opacity: 0;
    z-index: 2;
}
@media (min-width: 1200px) {
    #neueprodukte .item:hover .produktbutton {
        bottom: 30px;
        opacity: 1;
    }
}
/* ==================================================
    10. Copyright
/* =============================================== */
#copyright{
    background: #111111;
    padding: 20px 0 10px 0;
    font-size: 13px;
    color: #cccccc;
}
/* ==================================================
    11. Banner
/* =============================================== */
#banner {
    margin-top: 50px;
}
#banner .span4 {
    display:inline-block;
    position:relative;
    overflow: hidden;
}
#banner .span4 img {
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
}
#banner .span4:hover img {
    opacity: 0.4;
    filter: alpha(opacity=0.4);
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#banner .mask {
    position: absolute;
    overflow: visible;
    z-index: 9999;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
    zoom: 1;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    height: 100%;
}
#banner .span4:hover .mask {
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
    background:#777777 ;
    color: #f6f0eb;
}
#banner .span4:hover .mask .content {
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
}
@media (max-width:996px) {
    #banner .mask {
        display:none;
    }
}

/* ==================================================
    12. Hersteller
/* =============================================== */
#owl-hersteller{
    padding: 10px 0;
}
#hersteller .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    background: none;
    color: #777777;
    font-size: 24px;
}
#hersteller .owl-theme .owl-controls .owl-buttons .owl-prev{
    left: 5px;
    top: 25%;
}

#hersteller .owl-theme .owl-controls .owl-buttons .owl-next{
    right: 5px;
    top: 25%;
}
/* ==================================================
    13. ToTop
/* =============================================== */
@media (min-width: 1200px) {
    #toTop {
      background: #B2272A url('img/totop.png') no-repeat scroll 50% 50%;
      color: #ffffff;
      position: fixed;
      right: 0px;
      bottom: 38%;
      z-index: 1000;
      display: none;
      overflow: hidden;
      height: 50px;
      width: 50px;
      text-decoration: none;
      text-indent: -999px;
    }
    #toTop:active,
    #toTop:focus {
      outline: none;
      background-color: #666666;
    }
    #toTopHover {
      background: #cccccc url('img/totop.png') no-repeat scroll 50% 50%;
      display: block;
      overflow: hidden;
      float: left;
      height: 50px;
      width: 50px;
      opacity: 0;
    }
}
/* ==================================================
    14. Angebote Home
/* =============================================== */
#angebotehome{
}

/* ==================================================
    15. Newsletter
/* =============================================== */
.newsletter {
    background: #161616;
    padding: 30px 0;
    margin:0;
    text-align: center;
}
.newsletter h4, .newsletter span{
    color: #cccccc;
}

/* ==================================================
    16. Produktinfo
/* =============================================== */
#thumbpic {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin: 10px 5px 20px 0;
} 
#thumbpic:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    border-color: #adadad;
}
pb-left-column #image-block #view_full_size .span_zoom {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    text-indent: -9999px;
    width: 34px;
    height: 34px;
    opacity: 0.3;
    background: url('../img/icons-lens.png') no-repeat scroll 0px 0px transparent;
    transition: all 350ms ease-in-out 0s;
}

/* ==================================================
    17. Boxen
/* =============================================== */
.footer2 .title,
.box .title {
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    border-bottom:3px solid #e3e3e3; 
    font-size: 20px;
    margin-bottom: 15px;
}

.footer2 .title:before,
.box .title:before {
    position: absolute;  
    content: '';
    border-bottom: 3px solid #B2272A;
    width: 30%;
    bottom: -3px;
}
.box_content .new_title {
    font-size: 16px;
    text-align: left;
    margin: 0;
    padding: 0;
}

.span3 .box > p {
    font-weight: 100;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.box_content {
    margin-bottom: 35px;
}

/* ==================================================
    18. Kategorien Box
/* =============================================== */
li.CatLevel1{
    font-size: 12px;
    font-weight: 700;
    padding: 0px 0;
}
.CatLevel1 > a{
}
.CatLevel1 > a:hover{
    color: #000000;
}
li.CatLevel2{
    font-size: 13px;
    font-weight: 400;
    text-indent: 5px;
    list-style: none;
    padding: 3px 0; margin: 0;
}
.CatLevel2 > a{
    line-height: 2em;
}
.CatLevel2 > a:hover{
    line-height: 2em;
    text-decoration: none;
    color: #000000;
}
.CurrentParent{
    color: #000000;
}
.Current{
    color: #000000;
    font-weight: 700;
}

/* ==================================================
    19. Admin Box
/* =============================================== */
#admin_box {
    z-index:999;
    -webkit-animation: fadeinright 2.4s;
    -moz-animation: fadeinright 2.4s;
    -ms-animation: fadeinright 2.4s;
    -o-animation: fadeinright 2.4s;
    animation: fadeinright 2.4s;
    position:fixed;
    top:37%;
    left:0;
    margin-left:-240px;
    overflow: hidden;
    overflow-x : hidden;
    -webkit-transition: all 240ms linear;
    -moz-transition: all 240ms linear;
    -ms-transition: all 240ms linear;
    -o-transition: all 240ms linear;
    transition: all 240ms linear;
    -webkit-tran;sform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
    cursor: help;
}
#admin_box:hover {
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
    margin-left:0;
}
/* ==================================================
    20. Warenkorb
/* =============================================== */
.boxwarenkorbheader p {
    margin: 0;
    cursor: pointer;
    border: none;
    text-align: right;
    font-weight: 100;
    font-size: 20px;    
}

.boxwarenkorbheader{
    position:relative;
}
.boxwarenkorb {
    position: absolute;
    padding:4px 8px;
    margin: 0;
    border:solid 1px #cccccc;
    background: #ffffff;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 1s ease-in-out; /** Firefox **/
    -o-transition: all 1s ease-in-out; /** Opera **/
    opacity: 0;
    text-align: right;
    width: 250px;
    text-transform: none;
    z-index: 10;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.boxwarenkorbheader:hover .boxwarenkorb  {
    opacity: 1;
}
@media (max-width: 1200px) {
    .boxwarenkorb {
        display: none;
    }
}
/* ==================================================
    21. MainNav
/* =============================================== */
#mainnav{
    background: #ffffff;
}
/*
.yamm-content .ohnesubcat{
    width: 10%;
    *width: 10%;
    line-height: 1.5;
    font-weight: 100;
    text-transform: uppercase;
}
.yamm-content .span2{
    width: 12%;
    *width: 12%;
    line-height: 1.5;
}
.yamm-content div:last-of-type{
    float: left;
}
*/
/* ==================================================
    22. USP
/* =============================================== */
.usp{
    background: #e3e3e3;
    font-size: 13px;
    padding-top: 10px;
}

/* ==================================================
    23. Infinity
/* =============================================== */
.infscr-loading img{
    text-align: center;
}


.listing_desc {text-align: justify; width: 85%; line-height: 22px;}
.listing_desc h2 {font-family: 'Roboto', sans-serif; font-size: 26px;}
.listing_attribute {border: 1px solid #eee; padding:4px; margin-right: 1px; width: 14px; float: center;}
.listing_attribute:hover {background-color: #eee; font-weight: bolder;}

/*.product_hover {float:left; width:270px; padding-top:0px; padding-left:0px;  font-size: 15px;
background-color:#FFFFFF; margin-bottom: 20px; margin-right: 11px; border-right: 1px solid #ddd; border-bottom: 1px solid #fff; border-left: 1px solid #fff; border-top: 1px solid #fff;}
.product_hover:hover {border-right: 1px solid #999; border-left: 1px solid #fff; border-bottom: 1px solid #fff; border-top: 1px solid #fff;}

.product_hover a{font-size: 12px;}
*/

.product_hover {float:left; width:32%; padding-top:0px; padding-left:0px;  font-size: 13px; background-color:#FFFFFF; margin-bottom: 40px; margin-left: 3px; margin-right: 3px; min-height: 420px;}
.product_hover:hover {}
.product_hover a{font-size: 1em;font-weight: 400;}

.product_hover_start {float:left; width:283px; padding-top:0px; padding-left:0px;  font-size: 14px; background-color:#FFFFFF; margin-bottom: 40px; margin-left: 3px; margin-right: 3px;}
.product_hover_start:hover {}
.product_hover_start a{font-size: 1em;}

.clear {line-height: 0px; height: 0px; clear: both;}




.product_visuel3 {
    border-bottom: 1px dashed #7f8c8d;
    float: right; text-align: right;
    padding-left: 2%;
    padding-right: 2%;
    width: 95%;
	font-size: 13px; line-height: 20px; margin-bottom: 4px;
	clear: both;
}

.ueberschrift_info {padding: 4px; background-color: #333; color: #fff; font-weight: bolder; font-size: 19px; margin-bottom: 15px; margin-top: 15px;}

.clear {clear: both;}

h4.staffelpreise {font-size: 13px; font-weight: bolder; font-size: 18px; text-transform: uppercase; color: #000; text-align: center; margin-bottom: 0; line-height: 2; border: 2px solid #162449 !important; margin-top: 20px;}

.cat_desc {height: 150px; margin-bottom: 20px; font-weight: 15px;}
.cat_desc h2{font-size: 16px; font-weight: bolder;}
.cat_desc h3 {font-size: 16px; font-weight: bolder;}

.cat_bild_top {margin-right: 8px;}


h2.gruen::after {
    border-color: #DA5255 #DA5255 transparent transparent;
    border-style: solid;
    border-width: 5px;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 1px;
}
h2.gruen {
    background: #B2272A none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 30px;
    padding: 10px 30px;
    position: relative;
    text-transform: uppercase;
    width: 95%;}
	
a.add2cart_button {width: 130px; display: block; background-color: #4D5256; color: #fff; padding: 5px; text-align: center; margin-right: 5px; margin-bottom: 5px; font-weight: bolder; font-size: 11px; height: 21px; margin: 0 auto;}

a.add2cart_button:hover {text-decoration: none; background-color: #B2272A;}

a.add2cart_button_two {width: 130px; display: block; float:right; background-color: #4D5256; color: #fff; padding: 5px; text-align: center; margin-right: 5px; margin-bottom: 5px; font-weight: bolder; font-size: 11px; height: 21px; margin: 0 auto;}

a.add2cart_button_two:hover {text-decoration: none; background-color: #B2272A;}

.table-cart .quantity_cell input[type=text] {width: 30px;}

.table-cart .product_image img {width: 100px;}

h1.product_ueberschrift p{display: inline;}

h1.product_ueberschrift br{display: none;}


.product_listing_price {font-size: 1.2em; color: #000000; font-weight: bolder; font-family: 'Lato', sans-serif; text-align: center; color: #B2272A;}
.vpe {font-size: 0.8em;}

.breadcrumb br {display: none;}

#appendedInputButton {padding: 10px;}

#products_qty {width: 45px; padding: 15px;}
#appendedPrependedInput {padding: 10px;}

.bst {text-align: left;}

.anfrage a,
.navigator-back {color: #fff; font-weight: bolder; font-size: 13px; background-color: #69A843; margin-right: 8px; padding: 6px;}
a.navigator-back  {text-decoration: none;} 
.anfrage a:hover, a.navigator-back:hover {text-decoration: none; color: #eee;}



/*Product_info NEU!!!!*/

#new_product_left {width: 600px; float: left; margin-right: 26px;}
#new_product_right {width: 450px; float: left; color: #737373; background-color: #DFDFDF; padding: 12px;}

.new_trenner {border-bottom: 1px solid #ddd; height: 3px;}

#new_menge input {padding: 7px;  padding-bottom: 9px; font-size: 16px; width: 32px;}
.new_logo {text-align: right; }

#new_header_wrap {width: 100%; background-color: #fff;}
#new_header_central {width: 1100px; margin: 0 auto; }
#new_menu_header_central {width: 1100px; margin: 0 auto; }

#new_newsletter {width: 100%; background-color: #005A87;}
#new_newsletter_central {width: 1100px; margin: 0 auto;}
.new_zurueck {border: 1px solid #ccc; padding: 7px; margin-top: 8px; }

#product_info_price {font-size: 21px; color: #ce032e;  font-weight: 900; font-family: 'Lato', sans-serif;text-align: left;}
#product_info_ueberschrift {line-height: 36px; font-size: 22px; font-family: 'Lato', sans-serif;text-align: left;}

#stueckzahl {float: left; width: 55px; padding-top: 11px;}
#stueckzahl input{padding: 4px; font-size: 15px; border: 1px solid #ccc;}

#product_listing_price {text-align: center; font-size: 20px; color: #B12729; font-weight: bolder; font-family: 'Lato', sans-serif;}
.product_listing_price {text-align: center; font-size: 20px; color: #B12729; font-weight: bolder; font-family: 'Lato', sans-serif;}



/*-----------------------------------------------------------------------------------------------------------------*/

#px_produkt {float: left; width: 860px;}

#px_oben_left {float: left; width: 100%;}
#px_oben_right {float: left; width: 100%}

.px_oben_dreidrei {float: left; width: 100%; font-size: 80%; margin-bottom: 10px;}
.px_oben_dreidrei_zwei {float: right; width: 100%; margin-bottom: 10px;}

.px_produkt_green h2 {margin: 0;font-weight: bold; color: #fff;}



#px_product_left {float: left; width: 100%; margin-top: 7px; }
#px_product_left a img {
    width: 100%;
}
#px_product_right  {float: left; width: 100%; margin-left: 10px; margin-top: 7px;}
#px_box_price .title {display: inline; width: 100%; font-weight: bolder; font-size: 24px; color: #69A843;}
#px_box_price {}
#px_content {padding: 7px; padding-bottom: 20px; padding-top: 20px;}
#px_content h2 {font-size: 18px;}

#px_content > p .pdf {
    display: block;
    background: url(/images/pdf.png) center center no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
}

#px_bestellprozess {margin-top: 7px;}
#px_konf {padding: 12px;}
#px_shipping {padding: 12px; padding-top: 60px; padding-bottom: 60px;}

#px_product_left #mainpic {max-width: 480px;}



h1.px_ueberschrift br {display: none;}

#px_bestellprozess {background-color: #F0F0F0; }

#px_konf_left {float: left; width: 50%;padding: 0 10px;box-sizing: border-box;}
#px_konf_right {float: left; width: 45%;padding: 0 10px;box-sizing: border-box;margin-left: 20px;}

.px_konf_box {width: 370px; float: left; min-height: 100px;}

.px_produkt_green {background-color: #162449; color: #fff; font-size: 20px; font-weight: bolder; padding: 12px;}

.px_attr_select {height: 37px;}

#px_to_cart {margin: 0 auto; width: 550px; padding: 12px;}
#px_to_cart #products_qty {margin-top: 20px;}

#px_reviews {padding:12px;}

.pay_icons {
    margin-top: 20px;
    list-style: none;
    padding: 0;
    text-align: center;
}

.pay_icons li {
    display: inline-block;
    margin-right: 10px;
    background-size: contain !important;
    width: 60px;
    height: 40px;
}

.pay_icons li.paypal {
    background: url(./img/icons/paypal.svg) center center no-repeat;
}

.pay_icons li.visa {
    background: url(./img/icons/visa.svg) center center no-repeat;
}

.pay_icons li.mastercard {
    background: url(./img/icons/mastercard.svg) center center no-repeat;
}

.pay_icons li.ruckgabe {
    background: url(./img/icons/ruckgabe.png) center center no-repeat;
    margin-right: 0;
}

.btn {
    color: #fff;
    font-size: 16px;
    border: 1px solid #cccccc;
    background: #0C4E6F;
    margin: 0;
    padding: 12px 20px;
    cursor: pointer;
}


/* Categories Box */
.cat_show1 {
    width: 100%;
    min-height: 200px;
    float: left;
    padding: 5px 0px 0px 0px;
}

.cat_show2 {
    width: 48%;
    min-height: 270px;
    float: left;
    color: #000000;
    border: solid #ccc;
    border-width: 1px 1px 1px 1px;
    margin: 0px 4px 5px 4px;
    float: left;
}

.cat_show_image {
    width: 100%;
    height: 280px;
    line-height: 120px;
    text-align: center;
}

.cat_image {
    width: 100%;
    height: 280px;
    vertical-align: middle;
    text-align: center;
}

.cat_show_image a {
    display: block;
    width: 100%;
}

.cat_show_name {
    width: 100%;
    min-height: 45px;
    background-color: #7F7F7F;
    line-height: 1.5;
    text-align: center;
}

.cat_show_name a, #cat_show_name a:link, #cat_show_name a:visited, #cat_show_name a:hover, #cat_show_name a:active {
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.span3.mobile {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.span3.mobile p {
    margin: 0;
}   

.navbar.mobile {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.navbar.mobile .nav-collapse {
    height: 100vh !important;
    position: absolute;
    width: 75%;
    top: 65px;
    z-index: 1;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    overflow-y: scroll;  
    visibility: visible;  
    transition: 0.3s left;    
    z-index: 9999;
}

.navbar.mobile .nav-collapse.hidden {
    left: -500px;
    transition: 0.3s left;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    visibility: visible;
}

.overlay.hidden {
    visibility: hidden;
}


.navbar.mobile .sf-menu {
    width: 100%;
    background: transparent !important;
}

.navbar.mobile .nav-collapse .nav {
    height: 100%;
}

.navbar.mobile .nav-collapse .nav .sf-menu li {
    width: 100%;
    border-right: none;
    font-size: .9em;
}

.navbar.mobile .nav-collapse .nav .sf-menu li li {
    background-color: transparent;
}


.navbar.mobile .nav-collapse .nav .sf-menu ul {
    position: relative;
    top: 0;
    width: 100%;
}

.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
    color: #fff !important;
    background: transparent !important;
}

.navbar.mobile .menu_name {
    display: inline-block;
    line-height: 65px;
    float: left;
    color: #fff;
}

#category_list_mobile {
    display: none;
}

#mobileBox {
    display: none;
}


.account_btn {
    display: inline-block;
    padding: 10px;
    background: #f0f0f0;
    color: #090;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ccc;
}

#ppp_result iframe {
    width: 100% !important;
}

.print_link {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    background-color: #69A843;
    padding: 6px;    
}

#cart_quantity .text-right a,
#cart_quantity .text-right input {
     margin-left: 5px;
}


#contact_us_anfrage .form_row {
    display: flex;
}

#contact_us_anfrage .form_inner {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

#contact_us_anfrage input[type=submit] {
    background-color: green;
    border: none;
    padding: 10px 30px;
    color: #fff;
    margin-top: 20px;
}


#ajax-checkout .buttons_wrapper a {
    color: #fff;
    text-decoration: none;
    background: #008B35;
}

.share_r_and_f {
    display: flex;
}

.share_r_and_f div {
    display: flex;
    align-items: center;
}

.fb_follow .link,
.google_follow .link {
    font-size: 16px;
    font-weight: 700;
    line-height: initial;
    display: flex;
    align-items: center;
    margin-right: 60px;
}

.fb_follow .link:before {
    content: '';
    width: 60px;
    height: 60px;
    background: url(./img/facebook_icon.png) center center no-repeat;
    background-size: contain;
    margin-right: 10px;
}

.google_follow .link:before {
    content: '';
    width: 80px;
    height: 80px;
    background: url(./img/g_reviews.png) center center no-repeat;
    background-size: contain;
    margin-right: 10px;
}



@media (max-width: 1100px){   
    #ajax-checkout-shopping-cart .products-description {
        width: 100% !important;
    } 

    #topnav {
        display: none;
    }
    #header {
        display: none;
    }
    .navbar-inverse{
        text-align: center;
    }

    .navbar .container {
        padding: 0 15px !important;
    }

    #category_list_mobile {
        display: block;
    }


    #category_list_mobile .navbar .btn-navbar  {
        width: 100%;
        margin: 10px 0;
        padding: 10px 0;
        font-size: 1.4em;
        text-transform: uppercase;
    }

    #category_list_mobile .navbar .nav li > a {
        color: #fff;
    }

    #category_list_mobile .navbar .nav > li {
        border: none;
    }

   .navbar .btn-navbar {
        display: block;
        background: transparent;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 3px;
        float: left;
    }

    #slider .item {
        max-height:300px;
        min-height:300px;
        height:300px;
    }


    #auorg-bg,
    #toTop {
        display: none !important;
    }

    #footer .span4 > a > img {
        width: 90%;
        padding: 0;
        margin: 0 auto;
    }    

    .boxwarenkorbheader p {
        text-align: right;
    }

    .navbar-inner {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #category_list_mobile .navbar-inner {
        padding: 0;
    }

    .span3.mobile {
        display: block;
    }

    .usp,
    #mainnav,
    .search_block,
    .span3.desktop {
        display: none !important;
    }

    .logo {
        width: 10% !important;
        float: left !important;
        margin-left: 35%;
    }

    .cart_block {
        width: 42% !important;
        float: left !important;
    }

    .cart_block .btn {
        border: 2px solid #fff;
        color: #fff;
    }

    .cart_block .link {
        color: #fff;
    }

    .product_hover,
    .product_hover_start {
        width: 32% !important;
        min-height: 330px;
    }

    .product_hover > div a img,
    .product_hover> div:nth-child(1),
    .product_hover_start > div a img ,
    .product_hover_start > div:nth-child(1) {
        width: 100% !important;
        height: auto !important;        
    }

    .product_hover > div,
    .product_hover_start > div {
        font-size: 1em;
    }

    .navbar.mobile {
        display: block;
    }

    #breadcrumb {
        padding-top: 80px;
    }

    #content {
        padding: 30px 0;
    }

    h2.gruen {
        width: auto;
    }

    #footer .span4 {
        width: 100%;
    }

    #footer .span4 > a > img {
        width: 90%;
        padding: 0 !important;
        margin: 0 auto;
    }

    .navbar.mobile .nav-collapse .nav .sf-menu li {
        font-size: 1.1em;
    }

    #masonry {
        padding: 90px 0 0;
    }

    #px_oben_left {
        width: 100% !important;
        padding-right: 0;
    }

    #px_produkt {
        width: 100%;        
    }

}

@media (max-width: 990px){ 
    .logo {
        width: 10% !important;
        margin-left: 30%;
    }

    .cart_block {
        width: 43% !important;
    }
    
    .product_hover,
    .product_hover_start {
        width: 48% !important;
    }   

    .product_hover > div,
    .product_hover_start > div {
        font-size: .9em;
    }

    .navbar.mobile .nav-collapse .nav .sf-menu li {
        font-size: .9em;
    }   

    .subcategories {
        display: none !important;
    }

    .cat_image,
    .cat_show_image {
        height: 240px;
    }

    .span9 {
        width: 100% !important;
        margin-left: 0 !important;
        padding: 0 10px;
    }    

    #px_product_right a > img  {
        max-width: 150px !important;
    }

    .footer2 .title, .box .title {
        font-size: 14px;
    }

    .share_r_and_f {
        flex-direction: column;
    }

    .fb_follow .link, .google_follow .link {
        margin-right: 0;
    }    
}


@media (max-width: 767px){ 
    #ajax-checkout-shipping-modules,
    #ajax-checkout-payment-modules {
        width: 100% !important;
    }  

    #ajax-checkout form h4 {
        font-size: 16px;
    }

    #slider .item {
        height: 100%;
        min-height: auto;
    }

    #slider .item img {
        width: 100%;
        height: auto;
        min-height: auto;
        min-width: auto;
    }

    body {
        padding-right: 0px;
        padding-left: 0px;
    }    

    .logo {
        width: 25% !important;
        float: left !important;
        margin-left: 11%;
    }

    .cart_block {
        width: 33% !important;
        float: left !important;       
    }

    .cat_desc h1,
    .cat_desc h2,
    #content h1,
    #content h2 {
        font-size: .9em;
    }

    #footer h3 {
        font-size: 1.2em;
    }

    .product_hover > div,
    .product_hover_start > div {
        font-size: .8em;
    }

    .cat_desc,
    #content p {
        font-size: .7em;
        line-height: 1.3;
    }

    .cat_show2 {
        width: 46.5%;
        min-height: auto;
    }

    .cat_show_image {
        height: auto;
    }

    .cat_image {
        height: 100px;
        border: none;
    }

    #px_produkt,
    #px_oben_left,
    #px_product_right {
        width: 100% !important;
    }

    #px_product_right {
        margin: 0 auto !important;
    }

    #px_box_price {
        text-align: left;        
    }

    #px_oben_right {
        width: auto !important;
    }

    #px_to_cart,
    #px_product_left .productimage,
    #px_product_left {
        width: 100% !important;
    }

    #px_oben_left,
    #px_to_cart {
        padding: 0;
    }

    #px_product_left .mousetrap {
        width: 100% !important;
        height: auto !important;
    }

    #px_konf {
        padding: 0 5px;
    }

    #px_konf_right,
    #px_konf_left {
        width: auto;
        float: none;
    }

    #products_qty {
        margin: 0 !important;
        width: 5%;
        padding: 10px;

    }

    #px_to_cart #button_cart {
        width: 85%;
        padding: 0;
    }
    .cat_show_name a, #cat_show_name a:link, #cat_show_name a:visited, #cat_show_name a:hover, #cat_show_name a:active {
        font-size: 11px;
        line-height: 1.7;
    }

    .table-cart {
        font-size: .6em;        
    }

    .table-cart .articel_cell {
        width: 40%;
    }

    .table-cart .quantity_cell input[type="text"] {
        padding: 5px 0 5px 5px;
        width: 100%;
    }   
    #cart_quantity .text-right {
        text-align: left !important;
    }

    #cart_quantity .text-right a,
    #cart_quantity .text-right input {
        display: block;
        width: 50%;
        margin: 5px 0;
    }

    #cart_quantity .text-right input {
        padding: 0;
    }

    .login_main,
    .login_sub {
        width: 100% !important;
        margin-bottom: 20px;
    }

    #contact_us_anfrage .form_row {
        flex-direction: column;
    }

    #contact_us_anfrage .form_inner {
        margin-right: 0;
    }

    .px_konf_box {
        width: 100%;
        margin-top: 20px;
    }

    .flaechen_row > div {
        width: 50% !important;
    }

    .px_attr_select {
        width: auto;
    }

    #px_konf_left table,
    table textarea {
        width: 100% !important;
    }
}


@media (max-width: 767px) and (max-height: 500px) {
    .logo {
        width: 12% !important;
        margin-left: 30%;
    }

    .cart_block {
        width: 40% !important;
    }

    #footer .span4 > a > img {
        width: 30%;
    }
}


@media (max-width: 350px){    
    .logo {
        margin-left: 7%;
    }

    .cart_block {
        width: 32% !important;    
    }
    
    .cat_show2 {
        width: 46%;
    }


    .product_hover,
    .product_hover_start {
        width: 47% !important;
    }

    .product_hover a.add2cart_button,
    .product_hover_start a.add2cart_button {
        width: auto !important;
    }

    .product_hover .product_listing_price,
    .product_hover_start .product_listing_price {
        height: auto !important;
        padding: 0;
    }
}


.flaechen_row {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.flaechen_row > div {
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.flaechen_inner > .flaechen_row:nth-child(2n) {
    background-color: #fff;
}

.flaechen_inner {
    border: 2px solid #162449 !important;
    box-sizing: border-box;
    border-top: none !important;
}

 @media print {
  .printSelected > * {display: none; }
  .printSelected >.printSelection { display: block; padding:25px;}
  .printSelected >.printSelection .delete_product,
  .printSelected >.printSelection .fancy,
  .printSelected >.printSelection .text-right a,
  .printSelected >.printSelection #gift_coupon,
  .printSelected >.printSelection #footer,
  .printSelected >.printSelection .footer2,
  .printSelected >.printSelection .copyright,
  .printSelected >.printSelection #breadcrumb {
    display: none !important;
}

  .printSelected >.printSelection .logo {text-align: center; margin: 0 auto 20px;}
  }

 .printSelection{display:none;}


input[type=range][orient=vertical] {
    writing-mode: bt-lr;
    -webkit-appearance: slider-vertical;
    height: 75px;
    margin-top: 2px;
    box-sizing: border-box;
    margin-left: 215px;
    width: 8px;
}

.range-slider__range {
    width: 268px;
    margin: 20px 0 0 365px;
}


#slider-range-width {
    z-index: 9;
    position: relative;
    padding-top: 10px;
}

#slider-range-height {
    position: relative;
    z-index: 9;
}

.field_config {
    margin-top: 20px;
}

.field_inner {
    position: relative;
    margin-bottom: 170px;
}

.grafik_field {
    position: absolute;
    background: url(img/grafik_ballfangzaun.jpg) center center no-repeat;
    background-size: cover;
    width: 70%;
    height: 300px;
    top: 0;
    left: 15%;
}

.grafik_field .shadow_graf {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 60px;
    left: 110px;
    width: 390px;
    height: 135px;
}

.grafik_field .select_graf {
    width: 33.3%;
    height: 50%;
    background: rgba(22,36,73, .5);
}


@media (max-width: 1100px) {
    .field_config {
        display: none;
    }
}