/*
#############################
 Rechner
#############################
*/
#rechner {
         float: right;
         width: 400px;
         background: #ff5a00;

         font-size: 0.9em;
         text-align: center;

         -webkit-box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.5);
         -moz-box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.5);
         box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.5);

         -webkit-border-radius: 20px;
         -moz-border-radius: 20px;
         border-radius: 20px;
}

#rechner b {
         display: block;
         width: 100%;
         text-align: left;
         margin-bottom: 10px;
         font-weight: 600 !important;
}

#rechner .h3 {
        display: block;
         width: calc(100% - 60px);
         height: 50px;
        margin: 0px 0px;
         padding: 20px 30px;
         -webkit-box-shadow: inset 5px 5px 25px 0px rgba(0,0,0,0.35);
        -moz-box-shadow: inset 5px 5px 25px 0px rgba(0,0,0,0.35);
        box-shadow: inset 5px 5px 25px 0px rgba(0,0,0,0.35);

         font-size: 1.7em;
         text-align: center;
         color: #FFFFFF !important;
         text-shadow: rgba(0,0,0,0.2) 1px 1px 1px;

         background: transparent;

        -webkit-border-radius: 20px;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius: 20px;
        -moz-border-radius-bottomleft: 0;
        border-radius: 20px;
        border-bottom-left-radius: 0;
}

#rechner .h3 .pad {
         font-size: 0.5em;
         margin-top: -5px;
         text-align: center;
}

#rechner .rline_left {
         height: 20px;
         display: block;
         width: 100%;
        background:transparent url(../images/rechner_ecke.png) left top no-repeat;
}


#rechner label {
        display: none;
         position: relative;
         width: 100%;
}

#rechner .rangeslider {
         float: left;
         width: calc(100% - 100px) !important;
}

#rechner  .rangeslider__handle { width: 36px; height: 36px; }

#rechner output {
         float: right;
         width: 50px;
         background: #FFFFFF;
         padding: 10px 10px;
         margin-top: -10px;
         font-size: 1.2em;
         color: #000000;
         text-align: center;

         -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;

         -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

#rechner div[class^="preis_info_"]{
         display: none;
         background: #FFFFFF;
         border: #BFBFBF 0px solid;
         -webkit-border-radius: 20px;
         -moz-border-radius: 20px;
         border-radius: 20px;

         margin: 15px 0px 0px 0px;
         padding: 5px 5px;

         -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
         -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
         box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

#rechner div[class^="preis_info_"] b {
         display: inline;
}

#rechner div[class^="preis_info_"] span {
         width: calc(100% - 50px);
         display: inline-block;
         padding: 0px 5px;
         margin: 0px 0px;
         font-size: 0.8em;
         line-height: 1.1em;
         text-align: center;
}

#rechner i {
         float:right;
         font-weight: bold;
         font-size: 1.2em;
         text-align: right;
         font-style: normal;
}

#rechner #tabs_rechner {
        margin: -5px 10px 0px 10px;
         background: transparent;
         width: calc(100% - 20px);
}

#rechner #tabs_rechner .top {
         height: 40px;
         border-bottom: 0px #BFBFBF solid;
         background: transparent;
}

#rechner #tabs_rechner .top .button {
         float:left;

         /*
         width: calc(33.333% - 15px) !important;
         min-width: calc(33.333% - 15px) !important;    */
         width: calc(50% - 15px) !important;
         min-width: calc(50% - 15px) !important;

         padding: 5px 0px 5px 0px;
         margin: 0px 11px 0px 0px;

         text-transform: uppercase;
         font-size: 1.0em;
         font-weight: 600;
         color: #FFFFFF;
         text-shadow: 1px 1px 0px rgba(0,0,0,0.25);

         border: 0px #ff5a00 solid;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;

         background-color: #ff5a00;

         -webkit-box-shadow: inset 5px 5px 25px 0px rgba(0,0,0,0.5), 1px 1px 0px 0px rgba(255,255,255,0.25) !important;
         -moz-box-shadow: inset 5px 5px 25px 0px rgba(0,0,0,0.5), 1px 1px 0px 0px rgba(255,255,255,0.25) !important;
         box-shadow: inset 5px 5px 25px 0px rgba(0,0,0,0.5), 1px 1px 0px 0px rgba(255,255,255,0.25) !important;

         opacity: 0.5;
}
#rechner #tabs_rechner .top .button:first-child { margin: 0px 10px 0px 10px; }
#rechner #tabs_rechner .top .button:last-child { margin: 0px 0px 0px 0px; }

#rechner #tabs_rechner .top .button.active {
        opacity: 1.0;
}

#rechner #tabs_rechner div[class^="content_"] {
         background: transparent;
         margin-top: -2px;
         text-align: left;
         padding: 10px 10px 10px 10px;
         border: 0px;
         line-height: 1.1em;
         font-size: 0.9em;
         color: #FFFFFF;
}
#rechner #tabs_rechner div[class^="content_"] b { display: inline; margin-bottom: 5px; font-weight: 600; }

#rechner #tabs_rechner div[class^="content_"] .frage {
        display: block;
         width: 100%;
         text-align: center;
         margin-top: 20px;
         color: #661d01;
         font-size: 1.1em;
         font-weight: 700;
         text-shadow: rgba(255,255,255,0.3) 1px 1px 0px;
}

#rechner #tabs_rechner div[class^="content_"] .range_bg {
         background: rgba(0,0,0,0.15);
         -webkit-box-shadow: inset 5px 5px 25px 0px rgba(0,0,0,0.25), 1px 1px 0px 0px rgba(255,255,255,0.25);
        -moz-box-shadow: inset 5px 5px 25px 0px rgba(0,0,0,0.25), 1px 1px 0px 0px rgba(255,255,255,0.25);
        box-shadow: inset 5px 5px 25px 0px rgba(0,0,0,0.25), 1px 1px 0px 0px rgba(255,255,255,0.25);

         -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;

         height: 25px;

         margin: 10px 0px 10px 0px;
         padding: 20px 10px 10px 10px;

        position: relative;
}
#rechner #tabs_rechner div[class^="content_"] .range_bg:after {
        bottom: 100%;
        right: 10%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(177, 60, 16, 0);
        border-bottom-color: #b13c10;
        border-width: 10px;
        margin-left: -10px;
}

#rechner .angebot {
        border: 0px #BFBFBF solid;

         background: transparent;

        -webkit-border-bottom-right-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;

        -webkit-box-shadow: inset 0px 50px 50px -20px rgba(0,0,0,0.25);
        -moz-box-shadow: inset 0px 50px 50px -20px rgba(0,0,0,0.25);
        box-shadow: inset 0px 50px 50px -20px rgba(0,0,0,0.25);


         font-size: 1.2em;
         color: #FFFFFF;
         text-align: left;
         text-shadow: rgba(0,0,0,0.2) 1px 1px;

         margin-top: 5px;
         margin-bottom: 0px;
         padding: 20px 20px 20px 20px;

        -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
}

#rechner .angebot .l { color: #FFFFFF; }

#rechner #preis_kampagne {
         float: right;
         text-align: right;
         font-size: 1.3em;
         color: #FFFFFF;
         text-align: left;
         font-weight: bold;
         text-shadow: rgba(0,0,0,0.2) 1px 1px;

         margin-top: 5px;
         padding-bottom: 4px;
         border-bottom: 3px #FFFFFF solid;
}

#rechner .mwst {
         margin-top: 0px;
         font-size: 0.8em !important;
         color: #000000 !important;
         font-style: italic;
}

#rechner #preis_kampagne_mwst {
         display: inline;
         font-size: 1.0em;
         color: #000000;
         text-align: left;

         text-shadow: rgba(0,0,0,0.2) 1px 1px;
}

#rechner form { margin: 0px; }

#rechner input[type="submit"] {
         width: 100%;
         -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;

         -webkit-box-shadow: 0px 15px 10px -15px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 15px 10px -15px rgba(0,0,0,0.75);
        box-shadow: 0px 15px 10px -15px rgba(0,0,0,0.75);

        background: #FFFFFF;
         margin: 15px 0px 0px 0px;
         text-align: center;
         padding: 8px 10px;
         color: #000000;
         font-weight: bold;
         text-shadow: rgba(255,255,255,0.2) 1px 1px 0px;
}

/* Komplett Liste unter Preise */
#komplettliste .list_items .item {
         display: block;
         float: left;
         width: calc(100% / 3 - 20px - 20px);
         background-color: rgba(0,0,0,0.05);
         margin: 10px;
         padding: 10px;
         transition: all .2s ease-in-out;
}
#komplettliste .list_items .item:nth-child(odd) { background-color: rgba(0,0,0,0.1); }
#komplettliste .list_items .item:hover { background-color: rgba(0,0,0,0.1); margin: 5px; padding: 15px 15px; }

#komplettliste .list_items .item a { color: #000000; text-decoration: none; }
#komplettliste .list_items .item b { display: block; width: calc(100% - 20px); padding: 0px 10px 10px 10px; margin-top: -20px; text-align: center; }
#komplettliste .list_items .item b .small { font-weight: normal; }

#komplettliste .list_items .item div.info { position: relative; left: calc(100% - 15px); top: -10px; padding: 2px 2px 1px 3px; text-align: center; background-color: rgba(0,0,0,0.1); cursor: pointer; transition: all .2s ease-in-out; -webkit-border-top-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomleft: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; }
#komplettliste .list_items .item div.info:hover { background-color: #ff5400; }
#komplettliste .list_items .item:hover div.info { left: calc(100% - 10px); top: -15px; }

#komplettliste .list_items .item span.version { display: block; width: calc(100% - 20px); background-color: rgba(0,0,0,0.0); padding: 10px 10px 5px 10px; margin: 2px 0px; transition: all .4s ease-in-out; }
#komplettliste .list_items .item span.version:nth-child(odd) { background-color: rgba(255,255,255,0.5); }
#komplettliste .list_items .item span.version:hover { background-color: rgba(255,255,255,1.0); }

#komplettliste .list_items .item span.version .tp {
         float: left;
         width: calc(100% - 20px - 100px);
         font-size: 0.8em;
         margin-right: 20px;
         text-align: left;
         font-weight: bold;
}
#komplettliste .list_items .item span.version .tp i { display: block; }
#komplettliste .list_items .item span.version form { margin: 0px !important; padding: 0px !important; }
#komplettliste .list_items .item span.version input { float: right; width: 100px; font-size: 0.9em; }

#showexampleimage {
         display: none;
         position: absolute;
         background: #FFFFFF;
         z-index: 10000;
         width: 20vw;
         height: auto;
         left: calc(50% - 10vw);
         top: 250px;
         border: #000000 solid 0px;
         padding: 10px 10px 20px 10px;

         text-align: center;
         color: #000000;
         font-size: 0.8em;

         -webkit-border-radius: 20px;
         -moz-border-radius: 20px;
         border-radius: 20px;
}

#showexampleimage a { color: #000000; }
#showexampleimage img { width: calc(100% - 20px); height: auto; }