/**
 * Primäre Stylesheet-Angaben
 */
html {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

body {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    background-color: #FFFFFF;
    background: url('/img/breadcrumb-bg.jpg') repeat-x;
}

.modal-spinner {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
    url('/img/spinner.gif')
    50% 50%
    no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal-spinner {
    display: block;
}

a {
    outline: 0;
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #7ec740;
    text-decoration: none !important;
}

a:active {
    outline: none;
}

a:focus {
    outline: none;
}

img {
    border: 0px solid;
}

h1 {
    color: #000000;
    font: 300 22px/25px Lato;
    margin: 0px 0px 27px 0px;
    padding: 0px 0px 0px 0px;
}

h2 {
    color: #000000;
    font: 300 28px/40px Lato;
    margin: 0px 0px 27px 0px;
    padding: 0px 0px 0px 0px;
}

h3 {
    color: #000000;
    display: block;
    width: 100%;
    font: 300 28px/34px Lato;
    margin: 30px 0 20px;
    padding: 0px 0px 0px 0px;
}

h4 {
    font: 300 17px/34px Lato;
    font-weight: 600 !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
}

h5 {
    font: 300 28px/34px Lato;
    color: #586166;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* #################### LAYOUT  #################### */
.paddingleftright0, .paddingLeftRight0 {
    padding-left: 0px;
    padding-right: 0px;
}

.paddingleft0 {
    padding-left: 0px;
}

.paddingright0 {
    padding-right: 0px;
}

.paddingright3percent {
    padding-right: 5%;
}

.margin-top20 {
    margin-top: 20px;
}

.table-col {
    float: left;
    padding: 0px 0px;
}

.cde-green {
    color: #7ec740;
    font-weight: 900;
}

.font-weight-300 {
    font-weight: 300;
}

.bg-grey {
    background-color: #f1f1f1;
}

.rounded {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.border-dashed-right {
    border-right: 1px dashed #bbbbbb;
}

.border-dashed-bottom {
    border-bottom: 1px dashed #bbbbbb;
}

.scale-on-hover:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    position: absolute;
}

.glyphicon.glyphicon-earphone {
    -webkit-transform: rotate(13deg);
    -moz-transform: rotate(13deg);
    -o-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    transform: rotate(13deg);
}

/*  LAZYLOAD  */
.lazyload.lazyload-small {
    opacity: 0;
    -o-transition: 1s opacity;
    -ms-transition: 1s opacity;
    -moz-transition: 1s opacity;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
}

noscript .lazyload.lazyload-small {
    opacity: 1 !important;
}

.lazyload.lazyload-big {
    opacity: 1;
    -o-transition: 1s opacity;
    -ms-transition: 1s opacity;
    -moz-transition: 1s opacity;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
}

.modal-backdrop {
    z-index: 4;
}

/* #################### HEADER  #################### */
header.top-header {
    border-bottom: 1px solid #f1f1f1;
    position: absolute;
    width: 100%;
    height: 108px;
    background-color: #fff;
    z-index: 5;
}

header.top-header.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 5;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    border-bottom: 0px solid #eaeaea;
    height: 50px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

header.top-header > div.container { position: relative; }

header.top-header.move-down {
    -webkit-box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.3) !important;
}

header.top-header .logo {
    float: left;
    height: 38px;
    width: 227px;
    margin-top: 22px;
}

header.top-header.sticky .logo {
    width: 170px;
    height: 29px;
    margin-top: 10px;
}

header.top-header .logo-claim {
    float: left;
    width: 201px;
    height: 14px;
    margin-top: 7px;
    margin-left: 25px;
}

header.top-header.sticky .logo-claim {
    display: none;
}

header.top-header .hotline {
    letter-spacing: 0.3px;
    font: 300 11px/15px lato;
    color: #000000;
    padding-top: 30px;
    text-align: center;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

header.top-header.sticky .hotline {
    letter-spacing: 0.7px;
    padding-top: 9px;
    font: 400 11px/11px lato;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

header.top-header .hotline-number {
    font: 800 22px/24px lato;
}

header.top-header .hotline-number a {
    text-decoration: none;
    color: #333333;
    letter-spacing: 1px;
}

header.top-header .glyphicon-earphone {
    top: 0px;
    margin-right: 3px;
    left: 0px;
    font-size: 14px;
    color: #7ec740;
}
.header-auth {
    height: 38px;
    position: relative;
    margin-top: 33px;
    z-index: 1;
}
.header-auth a {
    border: 1px solid #7ec740;
    border-radius: 2px;
    background: #fff;
    color: #7ec740;
    cursor: pointer;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 38px;
    letter-spacing: 2px;
    margin-top: 0;
    padding: 9px 0 0 41px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    width: 184px;
    z-index: 9;
    text-align: center;
}

.header-auth a .glyphicon {
    moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    border-right: 1px solid #7ec740;
    font-size: 14px;
    height: 36px;
    position: absolute;
    top: 0 !important;
    left: 17px;
    padding: 10px 12px 0 0;
}

.header-auth a:hover {
    background: #f1f8ea;
}

header.top-header.sticky .header-auth {
    margin-top: 6px
}

header.top-header .certificates img {
    float: right;
}

header.top-header .rating-label {
    background: url('/img/rating-label.png') no-repeat;
    background-size: 100% 100%;
    font-size: 27px;
    font-weight: 900;
    line-height: 89px;
    height: 133px;
    width: 138px;
    display: block;
    float: right;
    letter-spacing: -1px;
}

header.top-header.sticky .rating-label {
    width: 64px;
    height: 62px;
    font-size: 13px;
    font-weight: 600;
    line-height: 47px;
}

header.top-header.sticky .rating-label:hover {
    margin-top: 37px;
    margin-right: 20px;
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header.top-header .icon-certificate {
    width: 70px;
    margin-top: 20px;
    height: auto;
}
header.top-header.sticky .icon-certificate {
    width: 48px;
    margin-top: 0;
}
.certificate-explainer {
    position: absolute;
    top: 120px;
    display: none;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    width: 250px;
    padding: 5px 20px 20px 20px;
    text-align: center;
    font-size: 14px;
}
#explainer-oe {
    right: 63px;
}
#explainer-ssl {
    right: 134px;
}
header.top-header.sticky #explainer-oe {
    right: -22px;
    top: 67px;
}
header.top-header.sticky #explainer-ssl {
    right: 27px;
    top: 67px;
}
.certificate-explainer img {
    float: none !important;
}
.certificate-explainer b {
    display: block;
    margin-bottom: 5px;
}
.certificate-explainer:after, .certificate-explainer:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.certificate-explainer:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 20px;
    margin-left: -20px;
}
.certificate-explainer:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ccc;
    border-width: 21px;
    margin-left: -21px;
}
/* #################### BREADCRUMB ################# */
/** Bitte ab hier die Design-Abteilung */
.breadcrumb-container {
    margin-top: 110px;
    position: relative;
    height: 26px;
    z-index: 999;
}

.breadcrumb-container .breadcrumb {
    background: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-radius: none;
}

.breadcrumb-container .breadcrumb li a,
.breadcrumb-container .breadcrumb li span {
    font-size: 13px;
    text-decoration: none;
}
.breadcrumb-container .breadcrumb > li + li::before {
    display: none !important;
}
.breadcrumb-container .breadcrumb .breadcrump-divider {
    display: inline-block;
    padding: 0 10px;
    opacity: 0.7;
}

/* #################### BANNER  #################### */

#page-banner {
    width: 100%;
    position: relative;
    left: 0;
    padding-top: 108px;
    background: url('/img/banner-product-bg.jpg') repeat-x;
    background-position: center bottom;
}

#page-banner .banner {
    background: url('/img/banner-product.jpg') no-repeat;
    width: 100%;
    background-position: center top;
}

#page-banner .inner {
    width: 100%;
    margin: 0px 0px 0px 0px;
    color: #2D6B5C;
    height: 416px;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
}

#page-banner .opener {
    height: 112px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    color: #ffffff;
    font: 700 37px/110px Lato;
}

.product-list-content .opener {
    height: 112px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    color: #ffffff;
    font: 700 44px/72px Lato !important;
}

#page-banner .claim {
    background: url('/img/abfallcontainer-claim.png') no-repeat;
    bottom: 57px;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.2;
    height: 182px;
    left: 50%;
    margin: 0 auto 0 -232px;
    padding: 42px 0 0 230px;
    position: absolute;
    text-align: left;
    text-shadow: 0 0 70px rgba(0, 0, 0, 0.8);
    width: 464px;
}

#page-banner .claims {
    height: 63px;
    font: 600 17px/19px lato;
    padding: 18px 0 0px 0px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    bottom: 0px;
}

#page-banner .claims-col {
    color: #ffffff;
}
.banner .header-claim-image {
    margin: 40px 0;
    max-width: 100%;
}
.claims-ok {
    font-size: 20px;
    right: 4px;
    top: 5px;
}

.icon-check {
    margin: -2px 0 -8px 0;
    width: 37px;
    height: 30px;
    display: inline-block;
    background-size: 100%;
}

.header-bar {
    text-align: center;
    width: 100%;
    position: relative;
    width: 100%;
    z-index: 0;
}

.header-bar h2 {
    margin: 34px 0 47px;
    text-align: center;
    font-size: 30px;
}

.embed-container-neu {
    height: 31px;
    padding-top: 32px;
    width: 100%;
    position: relative;
}

.sticky .embed-container-neu {
    padding-top: 6px;
}

.loginIframe {
    position: absolute;
    top: 0px;
    right: -15px;
    width: 300px;
    z-index: 999;
    overflow: hidden;
    background: transparent;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}

.loginIframe:hover {
    height: 310px;
    width: 300px;
}

.xembed-container-neu .loginIframe {
    top: 0px;
    height: 38px;
    right: auto;
    left: -29px;
    width: 258px !important;
    z-index: 999;
    background: transparent;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}

.xembed-container-neu .loginIframe:hover {
    height: 276px;
    width: 300px !important;
}

/* #################### MAIN  #################### */
main {

}

.content {
    padding-right: 82px;
    padding-left: 0px;
}

.page-content {
    padding-top: 50px;
    padding-bottom: 100px;
}

.content-of-index {
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
}

.content .h_2nd, .green15, .green {
    color: #7ec740;
    display: block;
    float: left;
    font: 18px Lato;
    margin-bottom: 20px;
    width: 100%;
}

.content-title {
    font: 300 28px/25px Lato;
}

.content ul {
    display: inline-table;
    margin-bottom: 10px;
    margin-top: 0;
}

.content p {
    margin-bottom: 25px;
}

.content p:last-child {
    margin-bottom: 0;
}

.section {
    text-align: center;
}

.section-contact {
    background-color: #f5f5f5;
    margin-bottom: 14px;
    overflow: hidden;
}


.section-contact-inner {
    background-size: 100% 632px;
    padding-top: 11px;
    padding-bottom: 40px;
}

.headline-support {
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 22px;
}

.support-img {
    height: 120px;
    width: 120px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -o-border-radius: 80px;
    border-radius: 80px;
    margin: 0 auto;
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.05);
    background: rgba(0, 0, 0, 0) url("/img/support-face.png") no-repeat scroll center top / 105% auto;
}

.headline-support-call-us {
    border-radius: 5px;
    font-size: 24px;
    padding: 32px;
}

#supportCarousel .headline-support-call-us {
    padding: 5px;
}

.support-container {
    margin-top: 0px;
    padding-top: 20px;
    color: #ffffff;
    font-weight: 400;
    text-shadow: 0 0 121px #204700;
}

.support-number a {
    font-weight: 900;
    color: #ffffff;
    font-size: 38px;
    text-decoration: none;
}

.support-email a {
    color: #ffffff;
}

.support-number .glyphicon-earphone {
    top: 0px;
    margin-right: 3px;
    font-size: 27px;
}

.listing_points {
    float: left;
    font: 20px/33px arial;
    margin: 5px 17px 0px 0px;
    padding: 0px 11px;
    text-align: center;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color: #7ec740;
    color: #ffffff;
}

.listing_text {
    display: block;
    margin-bottom: 20px;
    padding-left: 50px;
}

.top_img {
    width: 166px;
    height: 127px;
    float: right;
    margin: 70px 0 0 7%;
    position: absolute;
    right: 80px;
    top: -4px;
    z-index: 1;
}

.top_img_cities {
    width: 25%;
    float: right;
    margin: 5px 0 0 7%;
}

.top_img img {
    width: 92%;
}

.img_right {
    float: right;
    margin: 1% 0 0 4%;
}

.img_right img {
    width: 90%;
}

.content .img_wasteparts {
    float: right;
    margin: 1% 0 0 4%;
    width: 36%;
}

.img_left {
    float: left;
    margin: 1% 4% 0 0;
    width: 22%;
}

.content .cont_sizes {
    margin-bottom: 5%;
}

.cont_sizes {
    width: 100%;
}
.content .ytvideo {
    float: left;
    margin: 6px 25px 0 0;
    position: relative;
}

.subpage-banner {
    width: 100%;
    position: relative;
    left: 0;
    margin-top: 0px !important;
    padding-top: 0px !important;
    background: url("/img/banner-product-bg.jpg") repeat-x !important;
    background-position: center top !important;
}
.subpage-banner .banner {
    background: url("/img/banner-product.jpg") no-repeat !important;
    background-position: center top !important;
}

.subpage-banner .banner .inner {
    height: 382px !important;
}

.subpage-banner .inner {
    width: 100%;
    margin: 0px 0px 0px 0px;
    color: #2D6B5C;
    height: 371px;
    position: relative;
    background: rgba(0, 0, 0, 0.0) !important;
}

.subpage-banner .sub-claim {
    color: #fff;
    color: #ffffff;
    font-size: 19px;
    line-height: 25px;
    margin: 5px 0 34px;
}

.subpage-banner .opener {
    display: inline-block;
    font: 600 39px/37px Lato !important;
    margin-top: 40px !important;
    height: auto !important;
}

.subpage-banner .claims {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0 !important;
}

.content .product-examples-container {
    border-bottom: 1px dashed #999999;
    border-top: 1px dashed #999999;
    margin-bottom: 15px;
    padding-bottom: 25px;
    padding-top: 25px;
}

.content .product-examples {
    float: right;
}

.content .product-example-container,
.product .product-example-container {
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -o-border-radius: 70px;
    border-radius: 70px;
    display: inline-block;
    height: 90px;
    overflow: hidden;
    width: 90px;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.content .product-example-container:after,
.product .product-example-container:after  {
    content: "\e015";
    font-family: "Glyphicons Halflings";
    color: #ffffff;
    position: absolute;
    right: 16px;
    top: 41px;
    display: inline-block;
    font-size: 13px;
    z-index: 2;
}

.content .product-details-label,
.product .product-details-label {
    width: 50%;
    font-size: 18px;
}

.content .product-example-container img,
.product .product-example-container img {
    display: inline-block;
    margin: -10% 0 0 -40%;
}

/* #################### SIDEBAR  #################### */
.sidebar .body {
    float: right;
    margin: 0;
    padding: 19px 17px 18px;
    font-size: 14px;
    width: 100%;
}

.sidebar .title {
    border-bottom: 1px solid #e9e9e9;
    font: bold 17px/20px lato;
    margin: -8px 0 10px;
    padding-bottom: 21px;
    text-align: center;
}

.sidebar .borderbox {
    float: right;
    margin: 0 0 30px;
    width: 100%;
    border: 1px solid #e9e9e9;
}

.yellow-border {
    border: 2px solid #ffe465 !important;
}

.sidebar .borderbox img {
    width: 85px;
}

.sidebar .city-label {
    background: #e7bc09 none repeat scroll 0 0;
    border: 4px solid #333333;
    border-radius: 10px;
    box-shadow: 0 0 0 4px #e7bc09;
    float: left;
    font: 25px/30px arial;
    height: 125px;
    margin-bottom: 35px;
    padding-top: 39px;
    text-align: center;
    width: 100%;
    word-wrap: break-word;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.sidebar .benefits {
    float: right;
    margin: 0 0 30px;
    width: 100%;
}

.sidebar .benefits ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.sidebar .benefits ul li {
    font: italic bold 16px/20px lato;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 20px 35px;
    position: relative;
}

.sidebar-table {
    font-size: 14px;
}

.sidebar-table td {
    padding: 5px;
    vertical-align: middle;
}

.sidebar-table tr td:first-child {
    font-weight: bold;
}

.sidebar-table tr td:first-child:before {
    content: "\e013";
    font-family: "Glyphicons Halflings";
    color: #7ec740;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.benefits-table .title {
    font-weight: bold;
    font-size: 17px;
}

.sidebar-ok {
    color: #7ec740;
    font-size: 25px;
    left: 0;
    margin-top: -5px;
    position: absolute;
}

.sidebar .ordertime {
    background: rgba(0, 0, 0, 0) url("/img/order-time.jpg") no-repeat scroll center top/100% auto;
    color: #4a759f;
    float: right;
    font-size: 15px;
    font-style: italic;
    font-weight: 900;
    height: 169px;
    line-height: 21px;
    margin: 0 0 30px;
    padding: 37px 28px 20px 20px;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
}

.clockhands {
    left: 17px;
    position: absolute;
    top: 12px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.clockhand-small {
    background: #7ec740;
    border-radius: 5px;
    height: 8px;
    position: absolute;
    width: 30px;
    left: 42px;
    top: 91px;
    -webkit-transform-origin: center right;
    -moz-transform-origin: center right;
    -ms-transform-origin: center right;
    -o-transform-origin: center right;
    transform-origin: center right;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

.clockhand-big {
    background: #7ec740;
    border-radius: 5px;
    height: 7px;
    position: absolute;
    width: 45px;
    left: 27px;
    top: 89px;
    -webkit-transform-origin: center right;
    -moz-transform-origin: center right;
    -ms-transform-origin: center right;
    -o-transform-origin: center right;
    transform-origin: center right;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.news img {
    margin-top: 24px;
    width: 100%;
}

.sidebar .vorkasse {
    background: url('/img/payment_sprite.png') no-repeat 19px -63px/137% auto;
    height: 27px;
    width: 90px;
}

.sidebar .kreditkarte {
    background: url('/img/payment_sprite.png') no-repeat 4px -88px/184% auto;
    height: 27px;
    width: 40px;
}

.sidebar .paypal {
    background: url('/img/payment_sprite.png') no-repeat 3px -172px/193% auto;
    height: 27px;
    width: 50px;
}

.sidebar .sofort {
    background: url('/img/payment_sprite.png') no-repeat 5px -203px/179% auto;
    height: 27px;
    width: 50px;
}

.sidebar .rechnung {
    background: url('/img/payment_sprite.png') no-repeat 6px -189px/152% auto;
    height: 27px;
    width: 45px;
}

.sidebar .lastschrift {
    background: url('/img/payment_sprite.png') no-repeat 5px -3px/200% auto;
    height: 27px;
    width: 40px;
}

.product-payment .vorkasse {
    background: url('/img/payment_sprite.png') no-repeat 19px -63px/137% auto;
    height: 27px;
    width: 90px;
}

.product-payment .kreditkarte {
    background: url('/img/payment_sprite.png') no-repeat 0px -108px / 228% auto;
    height: 27px;
    width: 40px;
}

.product-payment .paypal {
    background: url('/img/payment_sprite.png') no-repeat -2px -216px / 247% auto;
    height: 27px;
    width: 50px;
}

.product-payment .sofort {
    background: url('/img/payment_sprite.png') no-repeat -1px -256px / 229% auto;
    height: 27px;
    width: 50px;
}

.product-payment .rechnung {
    background: url('/img/payment_sprite.png') no-repeat -3px -225px / 274% auto;
    height: 27px;
    width: 30px;
}

.product-payment .lastschrift {
    background: url('/img/payment_sprite.png') no-repeat -1px -3px / 260% auto;
    height: 27px;
    width: 40px;
}

.product-payment .payment-icon {
    position: relative;
    margin-right: 13px;
}

.payment-icon .label {
    bottom: -6px;
    left: -1px;
    color: #fff;
    font-size: 7px;
    font-weight: 300;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.payment-icons {
    margin-top: 22px;
    margin-bottom: 28px;
}
.payment-icons a {
    text-decoration: none;
}

.sidebar .payment-icon, .product-payment .payment-icon {
    border: none;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product-payment .payment-icon:hover > .label{
    opacity: 1;
}

.sidebar .payment-icon:hover, .product-payment .payment-icon:hover {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.sidebar .header-allow-bg {
    float: left;
    height: 27px;
    width: 28px;
    margin-right: 10px;
    background: url('/img/elements.png') no-repeat -10px -139px;
}

.sidebar .header-allow {
    border-top: 0px solid #e9e9e9 !important;
    font: bold 22px lato;
    font-style: italic;
    text-transform: uppercase;
}

.sidebar .header-filling {
    text-align: left;
    border-top: 1px solid #e9e9e9;
    margin: 18px 0px 10px 0px;
    padding: 15px 0px 0px 0px;
    font: bold 22px lato;
    font-style: italic;
    text-transform: uppercase;
}

.sidebar .box-allow {
    margin-bottom: 30px;
}

.sidebar .filling-img {
    padding-bottom: 20px;
    border-bottom: 0px solid #e9e9e9;
}

.sidebar .filling-img img {
    width: 100%;
}

.sidebar .icon-pdf {
    float: none !important;
    margin-right: 12px;
    width: 24px !important;
}

.bb-link {
    background-color: #f1f1f1;
    color: #ff8800;
    float: left;
    margin-top: 25px;
    padding: 14px 0px;
    width: 100%;
    text-align: center;
    border-radius: 3px;
}

.sidebar .order-availability {
    background: rgba(0, 0, 0, 0) url("/img/truck-express.png") no-repeat scroll left 3px / 86px 51px;
    float: left;
    height: 73px;
    position: relative;
    width: 100%;
}

.sidebar .truck-24 {
    background: rgba(0, 0, 0, 0) url("/img/truck-24h.png") no-repeat scroll left 3px / 86px 51px;
    float: left;
    height: 73px;
    position: relative;
    width: 100%;
}

.sidebar .availability-date {
    float: left;
    padding-left: 91px;
    position: absolute;
    top: -4px;
}

.sidebar .availability_date {
    font-weight: 600;
    color: #7ec740;
}

.sidebar .availability_text {
    position: relative;
    margin: 0px 0 0 0px;
}

.sidebar .availability_text strong {
    color: #7ec740;
}

.sidebar .countdown-inner {
    float: left;
    line-height: 31px;
    margin: 0;
    width: 100%;
}

.sidebar .counter-container, #product-list .availability-countdown .doublepoint {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.sidebar .availability-countdown .doublepoint {
    color: #7ec740;
    font-size: 34px;
    position: relative;
    top: -3px;
}

.sidebar .availability-countdown .counter {
    font-weight: 300;
    font-size: 42px;
    color: #7ec740;
}

.sidebar .availability-countdown .label {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0;
}

.sidebar .countdown-title {
    float: left;
    margin: 5px 0 15px 0;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 17px;
}

.moeglichresponsive {
    font-weight: 300;
    color: #000000;
}

.sidebar-social-media {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('/img/social-media-sprite.png') no-repeat;
    margin: 0 7px;
}

.sidebar-social-media.sidebar-facebook {
    background-position: 1px 0
}

.sidebar-social-media.sidebar-twitter {
    background-position: -51px 0
}

.sidebar-social-media.sidebar-google {
    background-position: -102px 0
}
/* #################### FOOTER  #################### */

footer {
    background-color: #212121;
    margin-top: 0px;
}

footer .benefits {
    padding: 30px 0 24px;
    height: 460px;
}

footer .benefits .headline {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 39px;
    text-align: center;
    text-transform: uppercase;
}

footer .benefits .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 19px;
}

footer .benefits .text {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
}

footer li.benefits-col {
    border-top: medium none !important;
    float: left;
    list-style: outside none none !important;
    padding: 0 20px !important;
    text-align: center;
    width: 25% !important;
}

footer .benefits-earphone {
    background: #e9e9e9 none repeat scroll 0 0;
    border-radius: 59px;
    color: #999;
    font-size: 58px;
    padding: 30px 26px 26px;
    top: -36px;
}

footer .benefits-col img {
    width: 200px;
}

footer .benefits-sub {
    width: 100%;
    background: #e9e9e9;
    padding: 10px 0 24px;
    height: 90px;
}

footer .benefits-sub-col {
    font-size: 18px;
    font-weight: 400;
    margin-top: 19px;
    float: left;
    height: 40px;
    width: 45%;
}

footer .benefits-sub-col-center {
    float: left;
    height: 40px;
    width: 10%;
}

.footer-menu {
    padding: 40px 0px;
}

.footer-menu .title {
    height: 30px;
    width: 100%;
    margin: 0px;
    font: 900 15px lato;
    color: #ffffff;
    text-transform: uppercase;
}

.footer-menu ul {
    padding: 0px;
}

.footer-menu ul li {
    list-style: none;
    border-top: 1px dashed #444444;
    width: 100%;
    padding: 7px 0px 7px 0px;
    margin: 0px;
    font: normal 12px lato;
}

.footer-menu a {
    text-decoration: none;
    color: #888888;
    font: 13px lato;
}

.footer-copyright {
    background-color: #191919;
    border-top: 1px dashed #444444;
    color: #666;
}

.footer-copyright ul li {
    color: #666666;
    font: 12px/57px lato;
    margin: 0 auto;
    padding: 0px;
}

.partner-button, .gewerbe-button {
    border: 1px dashed #444444;
    display: block;
    color: #7ec740;
    font: 900 12px lato;
    float: left;
    padding: 10px 11px;
    text-transform: uppercase;
    text-align: center;
}
.partner-button .partner, .gewerbe-button .client {
    color: #aaa;
}
.partner-button:hover, .gewerbe-button:hover {
    background: #393939;
    border: 1px dashed #555555;
}

.footer-socials {
    border-top: 1px dashed #444444;
}

.footer-socials-body {
    padding-top: 26px;
    padding-bottom: 22px;
    margin: 0 auto;
}

.footer-socials-body a {
    text-decoration: underline !important;
    color: #aaaaaa;
    font: 13px lato;
}

.footer-socials-body a:hover {
    text-decoration: none !important;
}

.footer-socials .title {
    color: #555555;
    float: right;
    font: 900 15px/36px lato;
    height: 21px;
    margin-right: 13px;
    text-transform: uppercase;
}

.socials-col {
    border: 1px dashed #555555;
    color: #555555;
    float: right;
    font: 13px lato;
    height: 38px;
    margin-left: 10px;
    padding: 5px 0 0;
    text-align: left;
    width: 40px;
}

.socials-col a img {
    float: left;
    margin-top: 1px;
}

.socials-col-facebook {
    background: url('/img/socials-facebook.jpg') no-repeat scroll -3px -4px rgba(0, 0, 0, 0);
}

.socials-col-facebook:hover {
    background-position: 0 -57px;
    color: #888888;
}

.socials-col-google {
    background: url('/img/socials-google.jpg') no-repeat scroll -3px -4px rgba(0, 0, 0, 0);
}

.socials-col-google:hover {
    background-position: 0 -57px;
    color: #888888;
}

.socials-col-twitter {
    background: url('/img/socials-twitter.jpg') no-repeat scroll -3px -4px rgba(0, 0, 0, 0);
}

.socials-col-twitter:hover {
    background-position: 0 -57px;
    color: #888888;
}

/* #################### EXTERNES  #################### */

.carousel-control {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 20px;
    opacity: 0.5;
    top: 148px;
    text-align: center;
    text-shadow: none;
    width: auto;
    background-image: none !important;
}

.support-carousel .carousel-control .glyphicon-chevron-left, .support-carousel .carousel-control .icon-prev {
    margin-left: 0px;
}

.support-carousel .carousel-control .glyphicon-chevron-right, .support-carousel .carousel-control .icon-next {
    margin-right: 0px;
}

.support-carousel .carousel-control:focus, .support-carousel .carousel-control:hover {
    opacity: 1;
}

.support-carousel .item {
    padding: 20px 20px 0px 20px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    transition: all 1s ease-out;
    opacity: 0;
}

.support-carousel .item.left {
    opacity: 0.1;
}
.support-carousel .item.active {
    opacity: 1;
}


.support-carousel .headline-container {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 612px;
    height: 140px;
    background: rgba(0, 0, 0, 0) url("/img/speechbubble.png") no-repeat scroll 0 0 / 100% 162px;
}

/* #################### KEYFRAMES  #################### */
@-webkit-keyframes move-down {
    0% {-webkit-transform: translateY(-50px)}
    100% {-webkit-transform: translateY(0px)}
}

@-moz-keyframes move-down {
    0% {-moz-transform: translateY(-50px)}
    100% {-moz-transform: translateY(0px)}
}

@-o-keyframes move-down {
    0% {-o-transform: translateY(-50px)}
    100% {-o-transform: translateY(0px)}
}

@keyframes move-down {
    0% {transform: translateY(-50px)}
    100% {transform: translateY(0px)}
}

.move-down {
    -webkit-animation: 0.5s ease-in-out move-down forwards;
    -moz-animation: 0.5s ease-in-out move-down forwards;
    -o-animation: 0.5s ease-in-out move-down forwards;
    animation: 0.5s ease-in-out move-down forwards;
}

@-webkit-keyframes scale-it {
    0% {-webkit-transform: scale(0.95)}
    100% {-webkit-transform: scale(1)}
}

@-moz-keyframes scale-it {
    0% {-moz-transform: scale(0.95)}
    100% {-moz-transform: scale(1)}
}

@-o-keyframes scale-it {
    0% {-o-transform: scale(0.95)}
    100% {-o-transform: scale(1)}
}

@keyframes scale-it {
    0% {transform: scale(0.95)}
    100% {transform: scale(1)}
}

.scale-it {
    animation: 1.0s ease-in-out scale-it forwards;
    -webkit-animation: 1.0s ease-in-out scale-it forwards;
}

/* #################### SAFARI PLACEHOLDER FIX  #################### */
::-webkit-input-placeholder {
    color: #777;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #777;
}

:-ms-input-placeholder {
    color: #777;
}

:-moz-placeholder { /* Firefox 18- */
    color: #777;
}

/* #################### LOGIN Startseite  #################### */
#login-container {
    margin: 107px 0 -107px 0;
    display: none;
}
#login-container .login-fly-in-container {
    z-index: 2;
    display: none;
    margin: 0 auto 0 auto;
    position: relative;
    padding: 40px 15px 0 15px;
    height: 90px;
}
#login-container .login-title {
    display: none;
}
#login-container .login-title-small {
    display: block !important;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: -23px;
}
#login-container .error-container .login-title-small {
    display: none !important;
}
#login-container .input-user,
#login-container .input-password,
#login-container .input-mail,
#login-container .input-submit {
    float: none !important;
    display: inline-block;
    width: 39%;
    margin-bottom: -15px;
}
#login-container input {
    font-weight: 300 !important;
}
#login-container .input-mail {
    width: 59%;
}
#login-container .form-group.pull-right {
    float: none !important;
    display: inline-block;
    width: 20%;
}
#login-container #loginForm .form-group input::-moz-placeholder,
#login-container #password-recover .form-group input::-moz-placeholder {
    font-weight: 300;
}
#login-container .forms-wrapper {
    height: 50px;
    box-shadow: none;
    background: none;
    width: 88.5%;
    float: left;
}
#login-container .flipper {
    width: 100%;
    height: 45px;
}
#login-container .flipper .front,
#login-container .flipper .back {
    background: url(/img/breadcrumb-bg.jpg) repeat-x;
}
#login-container .closer {
    border: 1px solid #aaa;
    border-radius: 3px;
    color: #aaa;
    float: right;
    font-size: 21px;
    padding: 4px 14px;
}
#login-container .forgot-password,
#login-container .back-to-login {
    margin-top: 7px;
    text-align: left;
    padding-top: 0;
}
#login-container .back-to-login {
    padding-top: 7px;
}
#login-container .forgot-password a,
#login-container .back-to-login a {
    color: #aaa;
}
#login-container #loginForm,
#login-container #password-recover {
    padding: 0;
}
#login-container #loginForm > fieldset,
#login-container #password-recover-form > fieldset {
    width: 80%;
    float: left;
}
#login-container .forgot-password {
    width: 20%;
    float: left;
}
#login-container #loginForm .form-group input,
#login-container #password-recover .form-group input {
    border: 1px solid #ccc;
}
#login-container #btnLogin,
#login-container #recover-password {
    position: relative;
    width: 100%;
    top: -2px;
}
#password-recover {
    margin-top: -5px;
}
#page-banner.faded-login::before {
    background: #eee;
    content: " ";
    height: 108px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: url('/img/breadcrumb-bg.jpg') repeat-x;
}
#toggle {
    position: absolute;
    appearance: none;
    cursor: pointer;
    left: -100%;
    top: -100%;
}

#toggle+label {
    position: absolute;
    cursor: pointer;
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px 0 0 5px;
    padding: 10px;
    color: #FFF;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    margin: 20px 0px;
    right: 0;
    top: 92px;
    z-index: 4;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
#toggle+label a {
    color: #fff;
    text-decoration: none;
}

#toggle + label:focus {
    background: transparent;
}
#toggle:checked1 + label:before {
    content:"";
}
#toggle + label:focus {
    background: transparent;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 5;
    padding-top: 173px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.modal-black-out {
    background-color: rgba(0, 0, 0, 0.42);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
/* Modal Content */
.modal-content {
    position: relative;
    background-color: #ffffff;
    margin: auto;
    padding: 0;
    width: 670px;
    text-align: center;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.modal-body {
    padding: 26px 0 28px !important;
    width: 537px;
    display: inline-block;
}

.waste-example-caption {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px !important;
}
/* The Close Button */
button.close {
    background: #000000 none repeat scroll 0 0;
    border-radius: 50px;
    color: #555 !important;
    font-size: 35px;
    font-weight: bold;
    height: 40px;
    line-height: 22px !important;
    opacity: 1 !important;
    padding-left: 1px;
    position: absolute;
    right: 8px;
    text-align: center;
    text-shadow: unset !important;
    top: 8px;
    width: 40px;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button.close:hover,
button.close:focus {
    text-decoration: none;
    cursor: pointer;
    background-color: #7ec740;
    color: #fff !important;
}

.mySlides {
    display: none;
    overflow: hidden;
    height: 300px;
    margin-bottom: 8px;
}

.mySlides img {
    width: 536px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: auto;
    height: 100%;
    color: #333333;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none;
    -webkit-user-select: none;
    padding: 211px 16px 39px;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.0) !important;
    color: #000000;
}

/* Position the "next button" to the right */
.prev {
    left: -68px;
    border-radius: 3px 0 0 3px;
}

.next {
    right: -68px;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #7ec740;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #000000;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    font-weight: 700;
    display: none;
}

.caption-container {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    left: 0;
    padding: 2px 16px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 28px #000000;
    top: 41px;
    width: 100%;
}

img.hover-shadow  {
    transition: 0.3s
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    height: 93px;
    margin-right: 16px;
    overflow: hidden;
    width: 168px;
    cursor: pointer;
}

.column img {
    height: 93px;
    width: 168px;
}

.column:last-child {
    margin-right: 0px;
}

.big-youtube-preview {
    height: 227px;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    filter: brightness(0.9);
    -webkit-filter: brightness(0.9);
    -moz-filter: brightness(0.9);
    -o-filter: brightness(0.9);
    transition: filter 0.5s;
    -webkit-transition: filter 0.5s;
    -moz-transition: filter 0.5s;
    -o-transition: filter 0.5s;
    background-position: center center;
    background-size: 100%;
}

.big-youtube-preview::before {
    content: "\e072";
    font-size: 50px;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 60px);
    color: #fff;
    background: #CC181E;
    padding: 5px 30px;
    border-radius: 10px;
    font-family: "Glyphicons Halflings";
}

.big-youtube-preview:hover {
    filter: brightness(1);
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -o-filter: brightness(1);
    transition: filter 0.5s;
    -webkit-transition: filter 0.5s;
    -moz-transition: filter 0.5s;
    -o-transition: filter 0.5s;
}

.permission-link-arrow {
    font-size: 13px;
    color: #7ec740;
    margin-right: 5px;
}

.modal-content .form-group input::placeholder {
    font-weight: 300;
}
#modal-request .modal-content .form-group input::placeholder {
    line-height: 1.4;
}

#myGrossPriceLabel {
    font-size: 34px;
    font-weight: 700;
    line-height: 0;
    margin-top: 20px;
}
.modal-price-label, #myNetPriceLabel {
    font-size: 12px;
}
.modal-content .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}
#mySubLabel {
    font-size: 14px;
}
.modal-title {
    font-weight: 700;
}
.static-page-content .arrow-style {
    font-size: 13px;
    color: #7ec740;
    margin-right: 5px;
}

/* UNTERSEITEN PRODUKTE */

.product-title {
    font-size: 26px;
    line-height: 1.4;
    padding-bottom: 10px;
    padding-top: 6px;
    font-weight: 500;
    position: relative;
    right: 10px;
    margin: 0px 0px 9px 0px !important;
    float: left;
    width: 100%;
}
.product-title.product-title-anchor {
    float: left;
    width: calc(100% - 60px);
    right: 10px;
}
.listing_points_small {
    float: left;
    font: 18px/17px arial !important;
    margin: 5px 0px 0px 0px;
    padding: 6px 10px !important;
    text-align: center;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color: #333 !important;
    color: #ffffff;
    right: 8px;
    position: relative;
}
p.product {
    margin-bottom: 15px !important;
}
/* noch umbenennen */
.product ul {
    display: inline-table;
    margin-bottom: 20px !important;
    margin-top: 15px !important;
    left: 20px;
}

.product ul a {
    display: block;
    padding-left: 30px;
}
/* ------- */
.search-container-grey {
    background: #f5f5f5 none repeat scroll 0 0;
    margin: 0px auto 20px;
    float: left;
    padding: 56px 35px 37px;
    width: 100%;
    position: relative;
    right: 50px;
}
.container-product-price {
    right: 50px;
    padding-top: 20px;
    margin-bottom: 0;
}
.container-price {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}
.content-product-size-slider {
border: 1px solid #ddd;
    margin-top: 34px;
    margin-bottom: 14px;
}
.content-product-size-slider strong {
background: #fff;
    position: relative;
    top: -15px;
    display: inline-block;
    padding: 0 10px 0 10px;
    margin-left: 32px;
}
.content-product-size-slider img {
    background: #f9f9f9;
}
.content-product-size-slider small {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    padding-bottom: 20px;
    color: #aaa;
}
.container-size-price {
    float: left;
    margin-right: 16px;
    overflow: hidden;
    cursor: pointer;
    height: 50px;
}
.container-size-price img {
    width: 138px;
    position: relative;
    margin: -15px 0;
    bottom: 12px;
}
.alert-product {
    display: block;
    color: #7ec740;
    font: 900 17px lato;
    padding-right: 5px;
    float: left;
    text-transform: uppercase;
    text-align: center;
}
.glyphicon.glyphicon-info-sign {
    font-size: 44px;
    float: left;
    right: 17px;
    color: #fff;
    background: #333;
    border-radius: 100px;
    box-shadow: inset 0 0 0px 4px rgba(255,255,255,0.7);
}
.content-title-ok {
    color: #7ec740;
    display: inline-block;
    margin-right: 10px;
}
.content-title-remove {
    color: #f75f5f;
    display: inline-block;
    margin-right: 10px;
}
.listing_points-product {
    float: left;
    font: 25px/29px arial !important;
    margin: 5px 14px 0px 0px;
    padding: 6px 14px !important;
    text-align: center;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color: #333 !important;
    color: #ffffff;
    right: 15px;
    position: relative;
    clear: both;
}
.listing_text {
    display: block;
    margin-bottom: 40px !important;
}
.list_block.product {
    color: #333;
    width: 100%;
    float: left;
}
.product .list_block li {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 10px 0px;
    position: relative;
    right: 30px;
}
.list_block.product li::before {
    content: "-";
    display: inline-block;
    margin-right: 5px;
}
.list_block.product li {
    padding-bottom: 3px;
}
.content.product {
    padding-right: 0;
    padding-left: 0;
}
.content-box {
    background: #f2f2f2;
    padding: 20px;
    padding-right: 0px !important;
    border: 1px solid #ccc;
}
.content-box li {
    text-decoration: underline;
    line-height: 33px;
}
.modal.modal-wide .modal-dialog {
    width: 880px;
}
.modal.modal-wide .modal-content,
.modal.modal-wide .modal-body {
    width: 95%;
}
.modal-wide .modal-body {
    overflow-y: auto;
}
.form-checklist li {
    position: relative;
    list-style-type: none;
    padding-left: 25px;
    font-size: 16px;
    margin-left: -50px;
}
.form-checklist li span {
    font-size: 19px;
    margin-top: 1px;
}
.priceBoxProduct {
    right: 0;
}
.inhaltsverzeichnissTitel {
    right: 0;
    margin: 0 !important;
    padding: 0;
    font-weight: 400;
    padding-bottom: 10px;
}
.verzeichnissBox {
    padding-bottom: 0;
}
.verzeichnissBox li {
    line-height: 36px;
}
.abfallArtBild {
    position: absolute;
    bottom: -18px;
    left: 75px;
}
.content-product-size-slider a.right.carousel-control {
    padding: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border-radius: 50%;
    font-size: 40px;
    text-decoration: none;
    color: #7ec740;
    line-height: 0;
    height: 40px;
    width: 40px;
    margin-right: 5px;
    opacity: 1;
    z-index: 1;
    background: #FFFFFF;
}
.container-draussen {
    float: right;
    margin-top: 15px;
}
.product .info-box {
    background: #f1f1f1;
    padding: 10px 20px;
    display: block;
    border-left: 3px solid #7EC740;
    margin: 13px 0;
    font-weight: bold;
    float: left;
    width: 100%;
}
.product .product-examples-container {
    margin: 10px 0 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0 15px 0;
}
.product .search-container-grey {
    right: auto;
}

/* Modal Schriftliches Angebot */
.modal-price-label, #myGrossPriceLabel, #myNetPriceLabel {
    display: inline-block;
    margin-bottom: 0;
}
#orderForm select,
#formIsMale {
    border: 1px solid #ddd !important;
    height: 35px !important;
    padding-right: 43px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 6px;
    font-weight: 400;
    color: #000;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #fafafa url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%237BC338'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat scroll 95% 14px / 13px 13px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.035) inset;
    -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.035) inset;
    -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.035) inset;
}
@media(max-width: 992px) {
    #orderForm select, #formIsMale {
        width: 99%;
    }
}

@media (max-width: 1199px) {
    .priceBoxProduct .container-qm {
        font-size: 16px;
    }

    .priceBoxProduct .container-size-price img {
        width: 100px;
    }
}

@media (max-width: 992px) {
    .priceBoxProduct .container-size-price img {
        width: 58px;
    }
}

@media (max-width: 767px) {
    .avv-table td {
        display: block;
    }

    .avv-table tr {
        margin-bottom: 20px;
        display: block;
        border-bottom: 1px solid #ddd;
        width: auto !important;
    }

    .avv-table tr th {
        background: #f5f5f5;
        border-top: none;
        display: block;
        width: auto !important;
    }

    .avv-table thead {
        background: none !important;
    }

    .avv-table thead tr {
        border-bottom: none !important;
    }
}

@media (max-width: 460px) {
    .priceBoxProduct .container-size-price {
        display: none;
    }

    .priceBoxProduct .container-qm {
        font-size: 12px;
    }
}
#modal-registration-actor-data #formIsMale {
    padding-right: 18px;
    width: 18%;
}
#formIsMale select {
    border: 1px solid #ddd !important;
    height: 35px !important;
    padding-right: 43px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 6px;
    font-weight: 400;
    color: #000;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fafafa url('/img/tgldwn.png') no-repeat scroll right 14px / 18px 6px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.035) inset;
    -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.035) inset;
    -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.035) inset;
}
@media(max-width: 768px) {
    #orderForm select {
        height: 35px !important;
        font-size: 13px;
        border: 1px solid #eee !important;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0) inset !important;
        -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0) inset !important;
        -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0) inset !important;
    }
}

.borderbox #searchForm {
    border: 1px solid #f0403f;
}
.borderbox #searchForm .shadow-bg.shadow-inner {
    width: 202px;
    height: 42px;
    float: left;
}
.borderbox #searchForm .shadow-bg.shadow-inner .search-zipcode {
    width: 100%;
}
.borderbox #searchForm .shadow-bg.shadow-inner .search-zipcode .produktformular-plz {
    height: 42px;
    padding-left: 5px;
}
.borderbox #searchForm button.next-steps {
    border: none;
    width: 45px;
    background-color: #f0403f;
    height: 42px;
}
.borderbox #searchForm button.next-steps span.glyphicon {
    color: #fff;
}
#searchRatingContainer.fade-in {
    position: fixed;
    top: 75px;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}
#searchRatingContainer.fade-out {
    position: fixed;
    top: 75px;
    opacity: 1;
    transition: opacity 0.1s ease-in-out;
}

/* #################### Sentry Error popup and Error page #################### */

.sentry-error-embed input::placeholder,
.sentry-error-embed textarea::placeholder {
    color: #999;
    font-weight: normal;
}

.app-sentry {
    padding: 160px 100px;
}

.app-sentry > * {
    margin-top: 13px;
}

.app-sentry-event-id-field {
    color: #999;
}
