/* BASICS */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Thin'), local('Roboto-Thin'), url(fonts/roboto-thin.woff2) format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(fonts/roboto-light.woff2) format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(fonts/roboto-regular.woff2) format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(fonts/roboto-medium.woff2) format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(fonts/roboto-bold.woff2) format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local('Roboto Black'), local('Roboto-Black'), url(fonts/roboto-black.woff2) format('woff2');
}
html {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: scroll;
}
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
form {
    margin: 0;
    padding: 0;
}
thead {
    display: table-header-group
}
tbody {
    display: table-row-group
}
tfoot {
    display: table-footer-group
}
p {
    margin: 0 0 20px 0;
    padding: 0;
}
hr {
    clear: both;
    padding: 0;
    margin: 0;
    border-top: 1px solid #dddddd;
    border-right: 0 solid #aaa;
    border-bottom: 0 solid #aaa;
    border-left: 0 solid #aaa;
    height: 1px;
    font-size: 2px;
}
img {
    border: 0 solid;
}
h1, h2, h3, h4, h5 {
    font: 300 25px "Roboto";
    color: #000000;
    margin: 0 0 11px 0;
    padding: 0;
}
a {
    color: #00c7ff;
    outline: none;
}
a:focus {
    color: #000000;
    outline: none;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: none !important;
}
ul {
    padding: 0;
    margin: 0 0 0 13px;
}
.umbruch {
    display: block;
}
.paddingLeft0 {
    padding-left: 0;
}
.paddingLeft40 {
    padding-left: 40px;
}
.paddingLeft30 {
    padding-left: 30px;
}
.paddingLeft50 {
    padding-left: 50px;
}
.paddingRight30 {
    padding-right: 30px;
}
.paddingRight0 {
    padding-right: 0;
}
.paddingRight40 {
    padding-right: 40px;
}
.paddingLeft80 {
    padding-left: 80px;
}
.paddingLeftRight0 {
    padding-left: 0;
    padding-right: 0;
}
.paddingLeftRight20 {
    padding-left: 20px;
    padding-right: 20px;
}
.paddingBottom30 {
    padding-bottom: 30px;
}
.paddingBottom15 {
    padding-bottom: 15px;
}
.blocktoInline {
    display: block;
}
.paddingBottomCB {
    padding-top: 11px;
    padding-bottom: 14px;
}
.borderLeftdashed {
    border-left: 2px dashed #ffffff;
}
.marginRight10 {
    margin-right: 10px;
}
.marginRight0 {
    margin-right: 0 !important;
}
.marginTop40 {
    margin-top: 38px;
}
.marginTop-100 {
    margin-top: -67px;
}
.marginBottom25 {
    margin-bottom: 30px;
}
.textcenter {
    text-align: center;
}
.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}
.floatLeft {
    float: left;
}
#start_section1 {
    background: #ffffff;
    min-height: 400px;
    padding: 47px 0 0;
    text-align: center;
}
#start_section2 {
    background: #f1f1f1;
    min-height: 417px;
    padding: 0 0 0;
    text-align: center;
}
#start_section3 {
    text-align: center;
    min-height: 270px;
    background: #f4f4f4;
    padding: 85px 0 22px 0;
}
.opener {
    text-align: center;
    color: #ffffff;
    font: 700 35px "Roboto";
    text-transform: uppercase;
}
.opener2nd {
    text-align: center;
    color: #fff;
    font: 300 24px "Roboto";
    text-transform: uppercase;
    margin-top: 18px;
}
.line-spacer {
    display: block;
    background-color: #22c0ed;
    width: 8%;
    height: 1px;
    margin: 15px auto 0;
}
.service_opener {
    text-align: left;
    margin-bottom: 31px;
    margin-top: 0;
    color: #ffffff;
    font: 300 40px "Roboto";
    text-transform: uppercase;
}
.service_opener2nd {
    text-align: left;
    margin-bottom: 42px;
    color: #00c7ff;
    font: 300 23px "Roboto";
    margin-top: 0;
}
.service_line-spacer {
    display: block;
    background-color: #22c0ed;
    width: 8%;
    height: 1px;
    margin: 10px auto 0;
}
.h-one {
    text-align: left;
    font: 300 28px "Roboto";
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.h-two {
    color: #00c7ff;
    font: 300 18px "Roboto";
    margin-bottom: 3px;
    text-transform: uppercase;
}
.h-text {
    font: 300 17px/23px "Roboto";
    color: #000000;
    margin-bottom: 20px;
}
.opener300dark {
    text-align: left;
    font: 500 17px "Roboto";
    color: #79c653;
    margin-top: 0;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.opener300head {
    font: 300 28px "Roboto";
    color: #333;
    margin-top: 14px;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.phonenumber_container {
    margin: 0 auto;
    display: table;
}
.phonenumber {
    font: 300 40px "Roboto";
    text-transform: uppercase;
    text-align: left;
}
.phonenumber_intro {
    font: 700 34px "Roboto";
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 1px;
    color: #000;
}
.opener300light {
    font: 300 34px "Roboto";
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.blue {
    color: #00c7ff;
}
.green {
    color: #6fcd40;
}
.borderRight {
    border-right: 1px solid #eeeeee;
}
.borderRightLight {
    border-right: 1px solid #bbb;
}
.borderLeftLight {
    border-left: 2px solid #ffffff;
}
.floatRight {
    float: right;
}
.noposition {
    position: static;
}
.startbox-title, .startbox-title-top {
    background: #ffffff none repeat scroll 0 0;
    color: #333333;
    font: 300 26px "Roboto";
    padding: 18px 0 18px 0;
    text-align: center;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.03);
}
/* SITE CONTAINER */
#site_content_top {
    position: relative;
    margin-top: 0;
    padding-top: 0;
}
#site_content_top_left {
    min-height: 797px;
    padding-right: 43px;
    float: left;
    border-right: 1px dashed #dddddd;
}
#site_content_top ul {
    margin: 0;
}
#site_content_top_left ul {
    list-style-image: url(../img/layout/list_blue.png);
    margin: 20px 0px 0px 13px;
}
#site_content_top ul li {
    margin-bottom: 15px;
}
#site_content_top ul li:last-child {
    margin-bottom: 30px;
}
.content_top_text h4, .content_top_text h3 {
    font-weight: 700;
    color: #555555;
    font-size: 18px;
    margin: 0;
}
#site_content_top_right {
    float: right;
}
header.top-header {
    left: 0;
    border-bottom: 0 solid #eaeaea;
    position: fixed;
    width: 100%;
    height: 78px;
    background-color: #303030;
    z-index: 998;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
header.top-header.sticky {
    top: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-bottom: 0 solid #eaeaea;
    height: 43px;
}
header.top-header .logo {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 157px;
    float: left;
    height: 30px;
    margin: 25px 0 0 0;
}
header.top-header.sticky .logo {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s linear;
    width: 115px;
    height: 22px;
    float: left;
    margin-top: 11px;
}
header.top-header.sticky .tr_icons >.oecontrol:hover {
    margin: 44px 0 0 -30px;
    z-index: 999;
    transform: scale(2.9);
    -webkit-transform: scale(2.9);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
header.top-header.sticky .tr_icons >.ssl:hover {
    margin: 44px 0 0 0;
    z-index: 999;
    transform: scale(2.9);
    -webkit-transform: scale(2.9);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
header.top-header.sticky .tr_icons >.oecontrol {
    float: left;
    width: 45px;
    margin: 3px 0 0 0;
    cursor: pointer;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header.top-header.sticky .tr_icons >.ssl {
    margin-left: 6px;
    margin-right: -7px;
    float: left;
    width: 45px;
    cursor: pointer;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header.top-header .phone_number a:hover {
    color: #00c7ff;
    opacity: .8;
}

.search-tooltip {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    left: 10%;
    padding: 15px 10px 15px 10px;
    position: absolute;
    top: 75px;
    width: 130%;
    max-width: 300px;
    z-index: 100;
    animation: search-tooltip 1s forwards;
    -webkit-animation: search-tooltip 1s forwards;
}

.search-tooltip-popup {
    animation-delay: 7s;
    -webkit-animation-delay: 7s;
}

.search-tooltip:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: rgba(0, 0, 0, 0.7);
    border-width: 10px;
    margin-left: -5px;
}
.tr_icons {
    float: right;
    margin-top: 12px;
    margin-right: -2px;
    width: 117px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
header.sticky .tr_icons {
    margin-top: -4px;
    width: 117px;
    margin-right: -34px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.tr_icons>.oecontrol {
    z-index: 998;
    height: auto;
    float: left;
    width: 56px;
    margin: 0 0 0 5px;
    cursor: pointer;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tr_icons>.ssl {
    z-index: 998;
    height: auto;
    float: left;
    width: 56px;
    margin-top: 0;
    cursor: pointer;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tr_icons>.oecontrol:hover {
    margin: 45px 0 0 -50px;
    z-index: 999;
    transform: scale(3.4);
    -webkit-transform: scale(3.4);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tr_icons>.ssl:hover {
    margin: 45px -5px 0 5px;
    z-index: 999;
    transform: scale(3.5);
    -webkit-transform: scale(3.5);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#startbanner {
    background: #f3f3f3 none repeat scroll 0 0;
    height: 278px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.fixed {
    position: fixed !important;
    z-index: 991;
    height: 52px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translate(0px, 43px);
    -moz-transform: translate(0px, 43px);
    -ms-transform: translate(0px, 43px);
    -o-transform: translate(0px, 43px);
    transform: translate(0px, 43px);
    background: #fff;
    display: block;
    -webkit-box-shadow: 0 8px 5px -8px #bbb;
    -moz-box-shadow: 0 8px 5px -8px #bbb;
    box-shadow: 0 8px 5px -8px #bbb;
}
.phone_text {
    font: 400 11px/0 "Roboto";
    color: #dddddd;
    padding-top: 28px;
    text-align: center;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
header.sticky .phone_text {
    font: 500 15px/2px "Roboto";
    color: #eeeeee;
    padding-top: 7px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.phone_number {
    color: #999999;
    display: block;
    font: 800 17px/29px "Roboto";
    letter-spacing: 0.5px;
}
.glyphicon-earphone {
    top: 0;
    font-size: 13px;
    color: #999999;
    -moz-transform: rotate(13deg);
    -webkit-transform: rotate(13deg);
    -o-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    transform: rotate(13deg);
}
header.sticky .phone_number {
    margin-left: 7px;
    display: inline;
    color: #00c7ff;
}
.menu-icon {
    position: absolute;
    z-index: 999;
    padding: 11px 0 0 0;
    margin: 0;
}
/* MENU */
section {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: 0;
    background: transparent;
    width: 100%;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0);
}
#menu_inner {
    display: none;
}
.fixed #menu_inner {
    display: block;
}
#menu_main ul li {
    list-style: none;
}
#menu_main ul li {
    float: left;
}
#menu_main ul li a {
    color: #000000;
    display: block;
    font: 300 14px/41px "Roboto";
    padding: 6px 14px 0;
    text-decoration: none;
    border-bottom: 5px solid #ffffff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#menu_main ul li a:hover {
    border-bottom: 5px solid #00c7ff;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.glyphicon-menu-down {
    font-size: 20px;
    line-height: 48px;
    color: #00c7ff;
}
.glyphicon-log-in {
    font-size: 11px;
    color: #00c7ff;
}
.glyphicon-menu-hamburger {
    font-size: 24px;
    color: #ffffff;
}
.glyphicon-remove {
}
.glyphicon-home {
    color: #333333;
    float: left;
    font-size: 14px;
    line-height: 41px;
    margin-right: 17px;
    padding: 0 4px;
    top: 6px;
    border-bottom: 5px solid #ffffff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.glyphicon-home:hover {
    border-bottom: 5px solid #00c7ff;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.glyphicon-ok-circle {
    font-size: 26px;
    float: left;
    color: #66CC33;
    margin-right: 6px;
}
.glyphicon-ok-circle {
    font-size: 26px;
    float: left;
    color: #66CC33;
    margin-right: 6px;
}
.glyphicon-earphone {
}
.call-us-phone {
    color: #ffffff;
}
.glyphicon-earphone-footer {
    color: #cccccc;
    font-size: 66px;
    float: left;
    top: 14px;
    transform: rotate(13deg);
    margin-right: 20px;
}
.glyphicon-earphone-request {
    color: #cccccc;
    font-size: 23px;
    top: -1px;
    margin-right: 3px;
    float: left;
    transform: rotate(13deg);
}
.parallax-window-overlay {
    background: linear-gradient(to bottom left, #303030, #333, #333, #303030);
    min-height: 411px;
    padding-top: 53px;
}
.parallax-window {
    min-height: 512px;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-top: 140px;
    text-align: center;
}
.parallax-window2 {
    min-height: 212px;
    padding-top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    margin-top: 2px;
}
.parallax-window3 {
    padding-top: 26px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    margin-top: 2px;
}
.parallax-window4 {
    padding-top: 26px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    margin-top: 2px;
}
.parallax-window5 {
    padding-top: 26px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    margin-bottom: 63px;
}
.parallax-window2 a, .parallax-window3 a, .parallax-window4 a, .parallax-window5 a {
    text-decoration: underline;
    font-weight: 700;
}
.startbox {
    background: #ffffff;
    padding: 0 20px 28px;
    height: 224px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.startbox a {
}
.startbox img {
    width: 57px;
    margin-bottom: 15px;
}
.startbox p {
    font-weight: 300;
    line-height: 18px;
    color: #000000;
}
.startbox:hover p {
    text-decoration: underline;
}
.service_tile {
    border: 1px solid #fff;
    border-radius: 65px;
    -moz-border-radius: 65px;
    -webkit-border-radius: 65px;
    display: inline-block;
    height: 122px;
    margin: 50px 16px 0 auto;
    padding-top: 13px;
    position: relative;
    text-align: center;
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    width: 122px;
}
.service_tile img {
    width: 61%;
}
.service_tile:hover {
    content: "\e253";
    font-family: "Glyphicons Halflings";
    font-size: 11px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.13) none repeat scroll 0 0;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -moz-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    -o-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
}
.service_tile:hover:after {
    content: "\e253";
    font-family: "Glyphicons Halflings";
    font-size: 11px;
    color: #ffffff;
    position: absolute;
    bottom: -6px;
    left: 47%;
}
.service_tile h3 {
    color: #ffffff !important;
    font: 700 13px/14px "Roboto" !important;
    bottom: 10px;
    text-transform: uppercase;
}
.circle-arrow {
    border: 1px solid #00c7ff;
    border-radius: 30px;
    display: inline-block;
    height: 54px;
    margin: 30px 0 auto;
    padding-top: 2px;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 54px;
}
.titlebox {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    color: #333;
    display: inline-block;
    font: 300 23px "Roboto";
    margin-top: -25px;
    padding: 21px 30px;
    text-transform: uppercase;
}
.startbutton {
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    height: 54px;
    width: 182px;
    cursor: pointer;
    margin: 0 auto;
    font: 600 15px/16px "Roboto" !important;
    display: block;
    border: 0 solid #ccc;
    background: #7fc35d;
    color: #ffffff;
    padding: 11px 9px;
}
.startbutton:hover {
    color: #ffffff;
    opacity: 0.9;
}
.startbutton_container {
    border: 0 solid #ffffff;
    margin: 10px 0 auto;
    width: 100%;
    display: inline-block;
}
.startbuttonInfo {
    color: #000000;
    font-size: 14px;
}
.startbuttonInfo:hover {
    color: #000000;
}
#login {
    border: 1px solid #777;
    border-radius: 18px;
    color: #999;
    display: block;
    float: left;
    font: 300 13px "Roboto";
    margin: 23px 0 0 114px;
    padding: 5px 0;
    text-align: center;
    transition: all 0.3s linear 0s;
    width: 119px;
}
#login:hover {
    border: 1px solid #00c7ff;
    color: #00c7ff;
}
.sticky #login {
    margin: 10px 0 0 169px;
    padding: 3px 0;
    width: 110px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease-out;
    font-size: 12px;
}
#requestForm fieldset {
    background-color: #f1f1f1;
    border: 0 none;
    padding: 0 0 0 30px;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.11) inset;
    color: #333;
    display: block;
    font-size: 14px;
    height: 39px;
    line-height: 1.42857;
    padding: 6px 9px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    margin-bottom: 15px;
    width: 100%;
}
#requestForm .form-control {
    border-radius: 0;
    font: 12px "Roboto";
    width: 100%;
}
#requestForm .form-group {
    font: bold 14px "Roboto";
    margin-bottom: 5px;
}
.form-horizontal .form-group {
    margin-left: -13px;
    margin-right: -13px;
}
.form-label {
    font: bold 12px "Roboto";
}
textarea.form-control {
    line-height: 26px;
    height: 39px;
    margin-bottom: 15px;
}
.btn {
    background-color: #79c653;
    border: 0 solid #ccc;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 39px;
    margin-top: 0;
    padding: 6px 30px;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color: #79c653;
}
button.close {
    background: #999 none repeat scroll 0 0;
    border-radius: 15px;
    box-shadow: 0 0 0 0 #aaa;
    color: #fff;
    display: block;
    opacity: 1;
    padding: 0 8px 7px;
    position: absolute;
    right: -10px;
    text-shadow: none;
    top: -10px;
    z-index: 9999;
}
button.close:hover {
    background: #aaaaaa;
    opacity: 1;
}
.modal-dialog {
    margin: 30px auto;
}
.bootbox-body {
    background: #ffffff;
}
.modal-footer {
    text-align: center;
    display: none;
}
.form-box {
    margin-left: 0;
    margin-right: 0;
}
.form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.modal-body {
    padding: 0;
}
label {
    display: none;
}
.form-body {
    background: #f1f1f1;
    padding: 24px 0 14px;
}
.modal-content {
    border-radius: 0;
    border: 0 solid rgba(0, 0, 0, 0.0);
}
.modal-header {
    background: #4b4d4f;
    padding-left: 45px;
}
.modal-title {
    color: #ffffff;
    height: 45px;
    line-height: 45px;
}
.modal-data-title {
    color: #54c3f4;
    font: 400 17px "Roboto";
    text-align: center;
    margin-bottom: 15px;
}
.xmodal-data-title {
    color: #00c7ff;
    float: left;
    font: 300 17px "Roboto";
    margin-bottom: 15px;
    margin-left: 30px;
    margin-top: -36px;
}
.modal-auto-title {
    color: #00c7ff;
    float: left;
    font: 300 17px "Roboto";
    margin-bottom: 16px;
    margin-left: 30px;
    margin-top: 5px;
}
.form-line {
    height: 1px;
    background: #cccccc;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 7px;
}
.form-arrow1 {
    margin-left: 14px;
    position: absolute;
    top: 9px;
}
.form-arrow2 {
    margin-left: 25px;
    position: absolute;
    top: 9px;
}
.form-button {
    background: #79c653 none repeat scroll 0 0;
    font-size: 26px;
    font-weight: 400;
    margin: 25px 10px;
    padding: 13px 36px 17px;
    text-align: center;
}
.form-button:after {
    content: "\e095";
    font-family: "Glyphicons Halflings";
    color: #ffffff;
    text-align: center;
    margin-left: 9px;
    position: relative;
    top: 4px;
}
.form-button:hover {
    background: #7cd450;
    color: #ffffff;
}
.formnumbers {
    color: #79c653;
    float: left;
    font-size: 51px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 8px 0 0;
    padding: 0;
    position: relative;
    top: 7px;
}
.form-info-body {
    background: #f1f1f1;
    text-align: center;
    padding-bottom: 7px;
    padding-top: 11px;
    height: 60px;
    margin-bottom: 2px;
}
.form-info {
    display: inline-block;
    position: relative;
}
.form-info-circle {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 21px;
    padding: 4px 0 6px;
    text-align: center;
    margin: 0 auto 3px;
    background: #666 none repeat scroll 0 0;
}
.form-info-ok {
    background: #79c653;
    text-align: center;
}
.form-info-text {
    font-size: 13px;
    color: #a1a1a1;
    margin: 0 auto;
}
.form-success-container {
    border-radius: 6px 6px 0 0;
    border-bottom: 0 dashed #ddd;
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 410px;
}
.form-success-body {
    left: 0;
    padding: 43px 25px 23px;
    top: 0;
    z-index: 999;
}
.form-success-circle {
    -moz-border-radius: 68px;
    -webkit-border-radius: 68px;
    border-radius: 68px;
    width: 127px;
    padding: 32px 0 32px;
    text-align: center;
    margin: 0 auto 18px;
    background: #45ae3b;
}
.glyphicon-chevron-left {
    font-size: 24px;
    color: #ffffff;
}
.glyphicon-ok-success {
    font-size: 60px !important;
    color: #ffffff !important;
}
.form-success-text {
    color: #45ae3b;
    font: 500 27px "Roboto";
    margin: 0 auto;
    text-align: center;
}
.form-success-info {
    color: #000000;
    font: 300 25px "Roboto";
    margin: 30px auto;
    text-align: center;
    padding: 0 20px;
}
.form-info-arrow {
    border-bottom: 31px solid transparent;
    border-left: 14px solid #dddddd;
    border-top: 31px solid transparent;
    position: absolute;
    z-index: 1;
    margin: 0 0 0 0;
    right: 0;
    top: -12px;
}
.form-info-arrow-cover {
    border-bottom: 31px solid transparent;
    border-left: 14px solid #ffffff;
    border-top: 31px solid transparent;
    position: absolute;
    z-index: 2;
    margin: 0 0 0 0;
    right: 1px;
    top: -12px;
}
.form-top {
    margin-top: 2px;
    text-align: center;
}
.form-bottom {
    background: #f1f1f1;
    border-top: 2px solid #ffffff;
    padding: 0;
    border-radius: 0 0 6px 6px;
}
.form-title {
    font-size: 38px;
    padding: 5px 20px 0;
    margin-bottom: 0;
    text-align: center;
    font-weight: 500;
    line-height: 10px;
}
.form-title-request {
    font-size: 32px;
    font-weight: 500;
    line-height: 72px;
    display: inline-block;
    margin: 5px 0 7px 0;
    color: #aaaaaa;
    font-family: "Roboto", Arial, sans-serif;
}
.form-control-feedback {
    display: none !important;
}
.has-feedback .form-control {
    padding-right: 9px;
}
.has-success .form-control {
    border-color: #cccccc;
}
.has-success .form-control:focus {
    border-color: #7fba00;
}
.form_subs {
    border-radius: 6px 6px 0 0;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
    padding-bottom: 35px;
}

#site_content_top_left .benefits-title {
    margin-bottom: 22px;
}

#site_content_top_left .benefits_points {
    font-size: 14px;
}

#site_content_top_left .form-arrow1 {
    margin-left: 2px;
    top: 14px;
    width: 43px;
}

#site_content_top_left .form-arrow2 {
    margin-left: 10px;
    top: 14px;
    width: 43px;
}

#site_content_top_left .formnumbers {
    font-size: 43px;
}

#site_content_top_left .form-button {
    padding: 13px 19px 17px;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    color: #ffffff;
    background-color: #79c653;
    opacity: 0.3;
}
.has-error .form-control {
    border-color: #eb7f6e;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    margin-bottom: 32px !important;
}
.has-error .form-control:focus {
    border-color: #eb7f6e;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #eb7f6e;
    margin-top: -17px;
}
.phone_text-request {
    color: #ffffff;
    font: 400 12px/2px "Roboto";
    padding-top: 38px;
    right: 45px;
    text-align: right;
    top: -11px;
    position: absolute;
}
.phone_number-request {
    color: #54c3f4;
    font: 800 18px/32px "Roboto";
}
.checkbox input[type="checkbox"] {
    height: 19px;
    width: 19px;
    margin-top: 0;
    margin-left: -6px;
    left: 0;
    outline: none;
}
.radio, .checkbox {
    margin-top: -2px;
    font-size: 13px;
    margin-bottom: 11px;
    margin-left: 4px;
    padding-left: 16px;
    outline: none;
}
.radio-inline, .checkbox-inline {
    font-weight: 300;
    outline: none;
}
.style-select {
    border-right: 1px solid #dddddd;
    height: 39px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background: #ffffff;
}
.style-select:after {
    content: "\e253";
    font-family: "Glyphicons Halflings";
    font-size: 10px;
    color: #555555;
    position: absolute;
    top: 12px;
    right: 15px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 1;
}
.ordertime {
    margin: 0 0 33px 0;
}
.ordertime img {
    width: 100%;
    border: 1px dashed #dddddd;
}
.benefits {
    float: right;
    margin: 0 0 6px 0;
    width: 100%;
    padding-bottom: 16px;
}
.benefits ul {
    list-style: none;
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0;
}
.benefits ul li {
    color: #333333;
    position: relative;
    list-style: none;
    font: 300 16px/20px "Roboto";
    margin: 0 0 0 0;
    padding: 0 0 20px 28px;
}
.benefits_opener {
    margin: 0 auto 16px;
}
.benefits_opener ul {
    list-style: none;
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0;
}
.benefits_opener ul li {
    position: relative;
    list-style: none;
    font: 300 25px/20px "Roboto";
    text-align: left;
    color: #ffffff;
    margin: 0 0 0 0;
    padding: 0 0 20px 0;
}
.gmap {
    float: right;
    margin-right: 56px;
    opacity: 0.8;
}
.payment {
    margin-bottom: 30px;
    padding: 0 0 0 0;
}
.payment_body {
    border: 1px dashed #dddddd;
    float: right;
    margin: 0 0 0 0;
    padding: 20px 22px 27px 22px;
}
.vorkasse {
    border-bottom: 1px dashed #dddddd;
    margin: 10px 0 7px 0;
    float: right;
    background: url('/img/view/payment_sprite.png') no-repeat 0 -111px;
    height: 100px;
    width: 87px;
}
.kreditkarte {
    border-bottom: 1px dashed #dddddd;
    margin: 10px 0 7px 0;
    float: left;
    background: url('/img/view/payment_sprite.png') no-repeat 0 -231px;
    height: 100px;
    width: 87px;
}
.paypal {
    margin: 0 0 7px 0;
    border-bottom: 1px dashed #dddddd;
    float: left;
    background: url('/img/view/payment_sprite.png') no-repeat 0 -335px;
    height: 91px;
    width: 87px;
}
.sofort {
    margin: 0 0 7px 0;
    border-bottom: 1px dashed #dddddd;
    float: right;
    background: url('/img/view/payment_sprite.png') no-repeat 0 -433px;
    height: 91px;
    width: 87px;
}
.rechnung {
    margin: 13px 0 0 0;
    float: right;
    background: url('/img/view/payment_sprite.png') no-repeat 0 -545px;
    height: 77px;
    width: 87px;
}
.amazon {
    border-bottom: 1px solid #e9e9e9;
    margin: 13px 0 0 0;
    float: left;
    background: url('/img/view/payment_sprite.png') no-repeat -112px -427px;
    height: 77px;
    width: 87px;
}
.lastschrift {
    margin: 13px 0 0 0;
    float: left;
    background: url('/img/view/payment_sprite.png') no-repeat 0 0;
    height: 77px;
    width: 87px;
}

.ui-widget-overlay {
    background: none;
    background-color: #ffffff;
    opacity: 0.8;
    height: 550px;
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 66%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 66%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(66%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 66%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 66%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 66%, rgba(255, 255, 255, 1) 100%);
    z-index: 5;
    text-align: center;
}
#modal-spinner {
    display: none;
    z-index: 997;
    padding-top: 135px;
}
.spic {
    display: block;
    z-index: 1051;
    position: relative;
}
.spic:before {
    content: "Laden...";
    white-space: pre;
    display: block;
    color: #000000;
    font: 300 28px "Roboto";
    z-index: 1051;
    position: relative;
    background-color: #ffffff;
}
.time-claim {
    position: absolute;
    right: -26px;
    top: 42px;
}
#finished {
    border-top: 2px solid #ffffff;
    padding: 99px 0 0 87px;
    display: block;
    height: 70px;
    width: 593px;
    margin: 0 auto;
    background: url('/img/view/firmeneintrag_infolink.png') no-repeat left top #F1F3F4;
}
#finished .link a {
    font: bold 14px "Roboto";
    color: #ffffff;
    width: 259px;
    height: 38px;
    background-color: #999999;
    border: 0 solid #ffffff;
    padding: 9px 20px;
    margin: 0;
    text-decoration: none;
}
.print {
    display: none;
    background: url('/img/view/print_icon.png') no-repeat center left;
    font: 10px "Roboto";
    float: right;
    padding: 5px 0 4px 20px;
}
.print a {
    color: #333333;
}
.phone {
    float: left;
    margin: 29px 0 0 156px;
}
.rounded {
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.shadow_inner {
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.11) inset;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.11) inset;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.11) inset;
}
.text_top_cat {
    margin-top: 0;
    float: left;
    padding: 0;
    font: 300 17px/23px "Roboto";
    color: #333333;
}
.points_title {
    color: #000000;
    font-weight: bold;
}
.points_title a {
    color: #000000 !important;
    font: 300 17px "Roboto";
}
.points {
    margin-top: 30px;
    width: 715px;
    padding: 0 0 0 0;
}
.points a {
    color: #555555;
}
.points img {
    float: left;
    margin-right: 13px;
    margin-bottom: 20px;
}
.points_standard {
    margin-bottom: 38px;
    width: 325px;
    padding: 0 10px 0 0;
    float: left;
}
.points_standard_bottom {
    width: 325px;
    padding: 0 10px 0 0;
    float: left;
}
.img_left {
    float: left;
}
.img_left img {
    margin-right: 60px;
}
.img_right_top img {
    width: 100%;
}
.img_right_top_cont img {
    float: right;
    width: 92%;
}
.img_right {
    padding-right: 0;
}
.img_right img {
    float: right;
    margin-left: 25px;
}
.img_center {
    margin-bottom: 20px;
    margin-top: 30px;
}
.img_bottom {
    float: right;
    margin-left: 0;
}
.box_menu {
    margin: 0 0 0 0;
    font: 14px "Roboto";
}
.box_menu ul {
    list-style: none;
    margin: 0 0 0 0;
}
.box_menu ul li {
    margin-bottom: 1px;
    display: block;
    list-style: none;
    background: url('/img/view/arrow_blue.png') no-repeat 91% 50% #f1f3f4;
}
.box_menu ul li:hover {
    margin-bottom: 1px;
    display: block;
    list-style: none;
    background: url('/img/view/arrow_blue.png') no-repeat 91% 50% #f8f8f8;
}
.box_menu a {
    text-transform: uppercase;
    text-decoration: none;
    color: #333333;
}
.link_box {
    text-transform: none !important;
    margin: 0 0 3px 0;
    font: 12px "Roboto";
    text-decoration: underline !important;
    color: #333333;
}
.box_app {
    margin: 30px 0 0 0;
    font: 14px "Roboto";
    background-color: #f1f3f4;
}
.box_app_body {
    padding: 21px;
    font: 12px "Roboto";
    color: #555555;
}
.col_border {
    width: 352px;
    border-right: 1px solid #eeeeee;
    margin-right: 43px;
    float: left;
}
.infobox_blue {
    padding: 19px 0 19px 25px;
    background-color: #e5f4f7;
    color: #333333;
    border: 1px solid #c3e3ef;
}
.link_schrottpreise {
    width: 221px;
    font: 12px/56px "Roboto";
    padding: 0 0 0 78px;
    background: url('/img/view/icon_schrottpreise.png') no-repeat 3% 100%;
    float: left;
}
.link_containerdienst {
    width: 221px;
    font: 12px/56px "Roboto";
    padding: 0 0 0 78px;
    background: url('/img/view/icon_containerdienst.png') no-repeat 3% 100%;
    float: left;
}
.link_schrottabholung {
    width: 221px;
    font: 12px/56px "Roboto";
    padding: 0 0 0 78px;
    background: url('/img/view/icon_schrottabholung.png') no-repeat 3% 100%;
    float: left;
}
.link_autoverschrottung {
    width: 221px;
    font: 12px/56px "Roboto";
    padding: 0 0 0 78px;
    background: url('/img/view/icon_autoverschrottung.png') no-repeat 3% 100%;
    float: left;
}
.link_wohnungsaufloesung {
    width: 221px;
    font: 12px/56px "Roboto";
    padding: 0 0 0 78px;
    background: url('/img/view/icon_wohnungsaufloesung.png') no-repeat 3% 100%;
    float: left;
}
.link_bau {
    width: 221px;
    font: 12px/56px "Roboto";
    padding: 0 0 0 78px;
    background: url('/img/view/icon_bau.png') no-repeat 3% 100%;
    float: left;
}
.link_elektroschrott {
    width: 221px;
    font: 12px/56px "Roboto";
    padding: 0 0 0 78px;
    background: url('/img/view/icon_elektroschrott.png') no-repeat 3% 100%;
    float: left;
}
.request_but {
    margin-top: 210px;
}
.request_content {
    display: none !important;
    border: 0 solid #d9d9d9;
    cursor: pointer;
    width: 715px;
    padding: 210px 0 0 390px;
    height: 357px;
    margin-top: 37px;
    background: url('/img/view/request_content_bg.png') no-repeat left top;
}
/* SITE CSS */
#site_container_body {
    width: 1022px;
    margin: 0 auto;
}
#site_container {
    float: left;
    width: 1022px;
}
#site_header {
}
#site_header .banner {
    position: relative;
    height: 75px;
    margin: 0 auto;
}
#site_header .infos {
    font: 9px "Roboto";
    color: #ffffff;
    padding: 23px 0 0 18px;
    height: 15px;
}
#site_header .subtitle {
    float: left;
    font: bold 16px "Roboto";
    color: #727270;
    padding: 54px 0 0 140px;
}
#site_header .kontakt_container {
    float: right;
    padding-top: 20px;
    padding-right: 20px;
}
#site_header .kontakt_container_left {
    display: none;
    float: left;
    font: bold 14px "Roboto";
    color: #727270;
    letter-spacing: -0.07em;
    text-align: right;
}
#site_header .kontakt_container_trenner {
    display: none;
    float: left;
    background-color: #73bfff;
    height: 30px;
    width: 3px;
    margin: 2px 10px 0 10px;
}
#site_header .kontakt_container_right {
    display: none;
    float: left;
    font: bold 14px "Roboto";
    color: #727270;
    letter-spacing: -0.07em;
}
#site_header .kontakt_info {
    display: none;
    color: #73bfff;
    font: bold 15px "Roboto";
    letter-spacing: -0.01em;
}
/* SEARCH FORMULAR */
#site_search {
    padding: 12px 0 15px 0;
    width: 100%;
    float: left;
    margin-top: 1px;
    margin-bottom: 21px;
}
#search_formular {
    padding-top: 3px;
    padding-right: 10px;
}
.start_text {
    padding: 0;
    border-left: 2px solid #00c7ff;
    padding-left: 24px;
}
.start_text h2 {
    line-height: 10px;
    padding-bottom: 5px;
}
.text_containerapi h1 {
    line-height: 10px;
    font: 300 26px "Roboto";
    color: #00a8eb;
    margin-bottom: 16px;
}
.start_text_img {
    float: left;
}
.start_text_img img {
    width: 123px;
    margin-right: 32px;
}
.start_text_benefits {
    margin: 15px 0 0;
    padding-bottom: 20px;
    text-align: left;
}
.cont_text_benefits {
    margin: 31px auto 0;
    padding-bottom: 40px;
    text-align: left;
    float: none;
}
.benefits-title {
    font: 300 18px "Roboto";
    margin-bottom: 13px;
    color: #66cc33;
    margin-left: 19px;
}
.benefits_points {
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
}
.start_text_ordertime {
    text-align: center;
}
.start_text_ordertime img {
    width: 173px;
    margin-top: 15px;
}
.start_text_containerapi {
    border-left: 2px solid #00c7ff;
    padding: 15px 30px 28px 30px;
}
.text_containerapi {
    margin-bottom: 16px;
    padding: 0;
}
/* Loeschen bitte nach dem Relaunch */
.api_bg {
    display: none;
    padding-top: 206px;
    background: #f0f4f5 url("/img/view/api_bg.jpg") no-repeat scroll center bottom;
    height: 301px;
}
.search_input {
    border: 1px solid #e1e1e1;
    border-right: 0 solid #e1e1e1;
    background: #e1e1e1 none repeat scroll 0 0;
    width: 63%;
    font: 13px "Roboto";
    float: left;
    display: block;
    padding-left: 10px;
    height: 33px;
    color: #333333;
}
.search_input:focus {
    border: 1px solid #5ACCF6;
    background: #ffffff;
    -moz-box-shadow: 2px 2px 2px #aaaaaa inset;
    -webkit-box-shadow: 2px 2px 2px #aaaaaa inset;
    box-shadow: 2px 2px 2px #aaaaaa inset;
    border-right: 0 solid #f4f4f4;
}
.but_forward {
    float: right;
    margin-top: 2px;
    width: 21px;
    height: 65px;
}
.search_submit {
    margin-left: 0;
    float: left;
    display: block;
    height: 33px;
    width: 62px;
    background: url('/img/view/search_icon.png') no-repeat center bottom #00c7ff;
    border: 0 solid #ffffff;
    cursor: pointer;
}
.search_submit:hover {
    background: url('/img/view/search_icon.png') no-repeat center bottom #00c7ff;
}
.search_row {
    padding: 5px 10px;
}
.search_link {
    font: 12px "Roboto";
    color: #7385A5;
    text-decoration: none;
}
#search_helper {
    position: relative;
    top: 27px;
    left: -1px;
    width: 144px;
}
#search_helper_list {
    position: absolute;
    z-index: 999;
    min-width: 144px;
    display: none;
    background: url('/img/view/search_helper_bg.png') transparent;
}
.search_helper_link {
    display: block;
    font: 11px/11px "Roboto";
    color: #ffffff;
    text-decoration: none;
    padding: 2px 5px;
}
.search_helper_link:hover {
    text-decoration: underline;
}
#search_results {
    height: 170px;
    border-bottom: 1px solid #eeeeee;
}
.search_results_header {
    padding: 0 0 30px 0;
    font: 300 28px "Roboto";
    color: #333333;
}
.search_results_info {
    padding: 0 0 0 0;
    font: 14px "Roboto";
    color: #333333;
}
.search_results_searchword {
    padding: 0 0 0 7px;
    font: bold 14px "Roboto";
    color: #333333;
}
.search_results_zusatz {
    padding: 15px 0 0 0;
    font: 12px "Roboto";
    color: #aaaaaa;
}
#search_results_list {
    border: 0 solid #e5e5e5;
    padding: 0 0;
}
.search_results_row {
    min-height: 60px;
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0 20px 0;
}
.search_results_row:hover {
    background-color: #f8f8f8;
}
.search_results_nr {
    float: left;
    font: 20px/21px "Roboto";
    color: #333333;
    width: 38px;
}
.search_results_text {
    float: left;
    margin-top: 1px;
}
.search_link {
}
.search_link_header {
    font: 300 14px "Roboto";
    color: #00c7ff;
    text-decoration: underline;
}
.search_link_header:hover {
    text-decoration: none;
}
.search_link_text {
    font: 11px "Roboto";
    color: #333333
}
.hinput {
    display: none;
}
/* PAGE */
#site_page {
    padding: 0;
}
.content_top_left {
    float: left;
    padding: 0 0 0 20px;
    width: 670px;
}
.content_top_right {
    margin-top: -114px;
    padding: 30px 0 50px 0;
    float: right;
    background: url('/img/view/content_top_right.png') repeat-y left top;
    height: 820px;
    width: 295px;
    text-align: center;
    font: 11px "Roboto";
    color: #000000;
}
.content_top_right2 {
    margin-top: -114px;
    padding: 30px 0 50px 0;
    float: right;
    background: url('/img/view/content_top_right.png') repeat-y left top;
    width: 295px;
    text-align: center;
    font: 11px "Roboto";
    color: #000000;
}
.content_top_right img {
    margin-bottom: 5px;
}
.content_top_right2 img {
    margin-bottom: 5px;
}
.content_top_header_berlin {
    padding: 20px 0 0 0;
    margin: 0 0 10px 20px;
    font: bold 27px "Roboto";
    color: #000000;
    display: block;
}
.content_top_right3 {
    margin-top: -114px;
    padding: 30px 0 50px 0;
    float: right;
    width: 295px;
    text-align: center;
    font: 11px "Roboto";
    color: #000000;
}
/* TOP CONTENT CONTAINER */
#content_top_container {
    padding: 0 0 25px 0;
    font: 14px "Roboto";
    color: #576151;
}
.content_top_img {
    display: none;
    float: right;
    margin: 0 0 10px 10px;
    border: 0 solid #ffffff;
}
.content_top_header_big {
    padding: 0;
    margin: 0 0 10px 0;
    font: 300 29px/6px "Roboto";
    color: #000000;
    display: block;
}
.content_top_header {
    font-size: 38px;
    margin-bottom: 30px;
    text-align: left;
    font-weight: 300;
    color: #000000;
}
.content_top_h1 {
    padding: 0;
    margin: 0 0 35px 0;
    font: 300 22px/6px "Roboto";
    color: #000000;
    display: block;
}
.content_top_h2 {
    padding: 0;
    margin: 0 0 35px 0;
    font: 300 22px/6px "Roboto";
    color: #000000;
    display: block;
}
.content_top_text {
    padding: 0;
    font: 300 17px/23px "Roboto";
    color: #555555;
}
.text_intro {
    text-align: left;
    padding: 0;
    font: 300 17px/23px "Roboto";
    margin-top: 0;
    margin-bottom: 25px;
    color: #333333;
}
.container_intro {
    text-align: left;
    padding: 0;
    font: 300 17px/23px "Roboto";
    margin-top: 0;
    margin-bottom: 50px;
    color: #333333;
}
.text_top_auto {
    margin-top: 0;
    float: left;
    padding: 0;
    font: 300 17px/23px "Roboto";
    color: #333333;
}
.content_top_link {
    font: 12px "Roboto";
    color: #7385A5;
    text-decoration: underline;
}
.content_top_link:hover {
    text-decoration: none;
}
/* BOTTOM CONTENT CONTAINER */
#site_content_bottom {
    padding: 0 0;
    background-color: #f1f3f4;
}
#site_content_bottom .container {
    margin: 0 20px 0 0;
    font: 11px "Roboto";
    color: #000000;
    background: url('/img/view/anfrage.png') no-repeat left bottom;
}
/* FOOTER */
#site_footer_body {
    width: 100%;
    margin: 1px 0 auto;
    background-color: #333333;
}
#site_footer {
    margin: 0 auto;
    color: #555555;
    height: 285px;
}
.footer_container {
    height: 60px;
    border-top: 1px solid #444444;
    width: 100%;
    float: left;
    font: 11px "Roboto";
    color: #888888;
    background-color: #303030;
}
.container_bottom {
    padding: 21px 0 13px;
}
#site_footer a {
    text-decoration: none;
    color: #888888;
}
.footer_col {
    width: 180px;
    margin: 0;
    font: 300 12px "Roboto";
}
.footer_col:before {
    content: "-";
    font-size: 12px;
    margin-right: 10px;
    margin-top: 4px;
    color: #00c7ff;
}
.footer_col2 {
    color: #888888;
    width: 87%;
    margin: 0;
    font: 300 12px "Roboto";
}
.footer_col2 a {
    color: #00c7ff !important;
    text-decoration: underline !important;
}
.footer_col2 a:hover {
    text-decoration: none !important;
}
.footer_title {
    letter-spacing: 0;
    padding: 0 0 0 0;
    margin: 0 0 2px 0;
    font: 700 14px "Roboto";
    color: #ffffff;
}
#site_footer .table_col {
    float: left;
    width: 17%;
    padding: 0 0;
}
#site_footer a:hover {
    color: #81c5f3;
    font: 12px "Roboto";
}
.site-footer-logos {
    width: 100%;
    border-top: 1px solid #444444;
}
.site-footer-logos-body {
    margin: 0 auto;
    padding: 20px 0 20px;
}
.footer_logo {
    margin-right: 4%;
    opacity: 0.4;
}
.footer_logo_last {
    margin-right: 0;
    opacity: 0.4;
}
.footer_copyright {
    width: 150px;
    float: left;
    text-align: left;
}
.footer_project {
    float: right;
}
#produktliste {
    margin-top: 0;
    font-family: "Roboto", Arial, sans-serif;
}
#produktliste .produkt_infos {
    border: 0 solid #dddddd;
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 3%;
    padding: 0 0% 4%;
}
#produktliste .highlight {
    border: 2px solid #5accf6 !important;
}
#produktliste .produkt_header {
    float: left;
    margin-bottom: 14px;
}
#produktliste .produkt_header_size {
    float: left;
    font: 300 26px "Roboto";
    color: #000000;
    margin: 0;
}
#produktliste .produkt_header_size::first-paragraph {
    color: #000;
}
#produktliste .produkt_left {
    float: left;
    width: 52%;
    position: relative;
}
#produktliste .produkt_right {
    padding: 7px;
    float: right;
    width: 44%;
    background: url('/img/view/box_bg.jpg');
}
#produktliste .produkt_right_body {
    padding: 10px 27px;
    background-color: #ffffff;
}
#produktliste .produkt_box {
    height: 260px;
    background-color: #f1f1f1;
    padding: 17px 0 35px 0;
    margin: 0 0 0 0;
}
#produktliste .produkt_img_bb {
    margin-left: 16px;
    float: left;
    width: 223px;
    height: 164px;
    background: url('/img/view/cnt_sprite.png') 647px -656px;
}
#produktliste .produkt_img_s {
    margin-left: 16px;
    float: left;
    width: 223px;
    height: 164px;
    background: url('/img/view/cnt_sprite.png') 613px 0;
}
#produktliste .produkt_img_m {
    margin-left: 16px;
    float: left;
    width: 223px;
    height: 164px;
    background: url('/img/view/cnt_sprite.png') 647px -164px;
}
#produktliste .produkt_img_l {
    margin-left: 16px;
    float: left;
    width: 223px;
    height: 164px;
    background: url('/img/view/cnt_sprite.png') 669px -328px;
}
#produktliste .produkt_img_xl {
    margin-left: 16px;
    float: left;
    width: 223px;
    height: 164px;
    background: url('/img/view/cnt_sprite.png') 672px -492px;
}
#produktliste .produkt_img_s, #produktliste .produkt_img_m, #produktliste .produkt_img_l, #produktliste .produkt_img_xl {
    margin-left: -19px;
    margin-top: -28px;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#produktliste .produkt_preis {
    padding-top: 15px;
    float: right;
    color: #000000;
    font: bold 38px/11px "Roboto";
}
#produktliste .produkt_preis_netto {
    float: right;
    color: #999;
    font: 18px/44px "Roboto";
    font-weight: 300;
}
.produkt_benefits {
    font: italic 12px/20px "Roboto";
    border-top: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
    padding: 9px 0 12px 14%;
}
#produktliste .col_anfrage_button {
    text-align: center;
    margin: 4% 0 0%;
}
#produktliste .col_bestell_button {
    margin: 0 0 8px 0;
}
.col_bestell_button span {
    float: right;
    padding: 13px;
    border-left: 1px solid #ffffff;
}
.anfrage_button {
    text-decoration: none;
    padding: 14px 21px;
    text-transform: uppercase;
    font: bold 13px/58px "Roboto";
    border: none;
    background-color: #8c8c8c;
    cursor: pointer;
    color: #ffffff;
    width: 225px;
}
.fax_button {
    margin: 0 0 0 4%;
    padding: 6px 44px 0 9px;
    text-align: left;
    width: 48%;
    float: right;
    background: url('/img/view/fax-icon.png') no-repeat 87px 9px;
    background-size: 20px 15px;
    height: 35px;
    text-decoration: none;
    font: bold 9px/10px "Roboto";
    border: 1px solid #dddddd;
    background-color: #ffffff;
    cursor: pointer;
    color: #555555;
}
.mail_button {
    display: block;
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: underline;
    font: 300 11px/10px "Roboto";
    cursor: pointer;
    color: #000;
}
.anfrage_button_mobile {
    display: none;
    text-decoration: none;
    padding: 9px 12px;
    text-transform: uppercase;
    font: bold 10px "Roboto";
    border: none;
    background-color: #bbb;
    cursor: pointer;
    color: #ffffff;
    width: 225px;
}
#produktliste .anfrage_button:hover {
    background-color: #6b6b6b;
    color: #ffffff;
}
#produktliste .bestell_button {
    float: right;
    text-align: center;
    width: 100%;
    padding: 0 0 0 0;
    text-decoration: none;
    text-transform: uppercase;
    font: 700 16px/41px "Roboto";
    border: none;
    background-color: #7fc35d;
    cursor: pointer;
    color: #ffffff;
}
#produktliste .bestell_button:hover {
    opacity: 0.8;
}
#produktliste .col_recentorders {
    width: 100%;
    background-color: #f1f1f1;
    margin: 4px 0 0 0;
    font: bold 12px/39px "Roboto";
}
#produktliste .recentorders {
    color: #999999;
}
#produktliste .recentorders_count {
    color: #333333;
    font-weight: bold;
}
#produktliste .produkt_size {
    font: 12px/16px "Roboto";
    float: right;
    color: #555555;
    margin-right: 26px;
    margin-left: -10px;
}
#produktliste .size_title {
    margin-bottom: 4px;
}
#produktliste .size_dimensions {
    float: left;
}
#produktliste .size_infos {
    margin-left: 3px;
    font: bold 14px/13px "Roboto";
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    float: left;
    text-align: center;
    width: 15px;
    height: 15px;
    color: #ffffff;
    background-color: #cccccc;
}
#produktliste .size_extras {
    background-color: #fff;
    border: 1px solid #bbbbbb;
    color: #333;
    float: right;
    position: relative;
    font: 13px/15px "Roboto";
    margin: 8px -50px 35px -10px;
    padding: 5px 0 5px 51px;
    width: 186px;
}
.arrow-right2 {
    border-bottom: 30px solid transparent;
    border-left: 30px solid #aaaaaa;
    border-top: 30px solid transparent;
    position: absolute;
    z-index: 1;
    margin: -46px 0 0 126px;
}
#produktliste .arrow-right {
    border-bottom: 27px solid transparent;
    border-left: 27px solid #ffffff;
    border-top: 27px solid transparent;
    position: absolute;
    z-index: 2;
    margin: -43px 0 0 128px;
}
#produktliste .arrow-right_cover {
    position: absolute;
    z-index: 3;
    margin: -35px 0 0 125px;
    width: 5px;
    height: 40px;
    background-color: #ffffff;
}
#produktliste .size_dimensions ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
#produktliste .size_dimensions ul li {
    list-style-image: none;
}
#produktliste .cnt_highlight {
    margin: -45px 0 0 -49px;
    position: absolute;
    width: 99px;
    height: 62px;
    background: url('/img/view/cnt_highlight.png') no-repeat top left;
}
#produktliste .order-availability {
    background-color: #fff;
    color: #333333;
    margin-top: 43px;
    font: 300 14px/15px "Roboto";
    border-top: 0 solid #79c653;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    width: 100%;
}
#produktliste .availability_text {
    position: relative;
    z-index: 9;
    float: left;
    margin: 5px 0 0 30px;
}
.moeglichresponsive {
    margin-left: 3px;
    font-weight: 300;
}
#produktliste .availability_countdown {
    padding: 3px 0 9px 8px;
    height: 42px;
    font: 11px/8px "Roboto";
    text-align: center;
    background-color: #7fc35d;
    color: #ffffff;
    float: left;
}
#produktliste .hours, #produktliste .minutes, #produktliste .seconds {
    font: 700 15px "Roboto";
}
#produktliste .doublepoint {
    font: 700 16px "Roboto";
    margin: 0 0;
}
#produktliste .availability_date {
    float: left;
    padding: 0 0 0 0;
    margin: 0 0 0 30px;
    font-weight: 600;
}
#produktliste .availability_date_col {
}
#produktliste .ordertime_clock {
    margin: -3px 5px 0 0;
    width: 18px;
}
#produktliste input {
    cursor: pointer;
    margin-right: 5px;
    font: 12px "Roboto";
}
#produktliste .arrow-countdown {
    border-bottom: 21px solid transparent;
    border-left: 12px solid #7fc35d;
    border-top: 21px solid transparent;
    float: left;
    z-index: 1;
    margin: 0 0 0 0;
}
.caret {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid;
    height: 8px;
    width: 15px;
}
.start-ok {
    font-size: 28px !important;
    color: #7fc35d !important;
    margin-right: 13px !important;
    top: 4px;
}
.api-ok {
    float: left;
    font-size: 46px !important;
    margin-right: 19px !important;
    top: -3px !important;
    color: #79c653 !important;
}
.glyphicon-ok {
    font-size: 11px;
    color: #7fba00;
    margin-right: 2px;
}
.glyphicon-ok-request {
    font-size: 11px;
    color: #ffffff !important;
    margin-right: 2px;
}
.glyphicon-arrow-right {
    font-size: 18px;
    color: #ff8800 !important;
    margin-right: 10px;
    top: -3px;
}
.glyphicon-chevron-right {
    top: 0;
}
.glyphicon-ok::before {
;
}
.sdb_ok {
    font-size: 19px !important;
    margin-top: -2px;
    position: absolute;
    left: 0;
}
.price_box_body {
    border-bottom: 2px solid #fff;
    margin: 0 0 auto;
    width: 100%;
    padding: 4px 0% 33px;
}
.price_box_container {
    margin: 10px 0 50px 0;
    border-bottom: 1px dashed #ddd;
}
#price_box {
    float: left;
    width: 100% !important;
    height: auto;
    background-color: #f1f1f1;
    margin: 0 0 0 0;
}
#price_box .shadow_bg {
    height: 63px;
    width: 68%;
    border: 1px solid #dddddd;
    border-right: 0 solid #dddddd;
    float: left;
    background-color: #ffffff;
}
#price_box ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    height: auto;
}

.dropdown-menu li {
    border-bottom: 1px solid #ebebeb;
}

.dropdown-menu li:last-child {
    border-bottom: none;
    margin-bottom: 0 !important;
}
#dropdowner {
    float: left;
    width: 100%;
    position: relative;
}
#dropdowner2 {
    float: left;
    width: 100%;
    position: relative;
}

.cd-dropdown.dropdown-is-active {
    z-index: 10;
}
#dropdowner select, .whx_es_dropdown {
    color: #333;
    cursor: pointer !important;
    font: 16px "Roboto";
    background: transparent;
    width: 268px;
    padding: 0 0 0 8px;
    border: 0;
    height: 28px;
    -webkit-appearance: none;
}
#dropdowner2 select, .whx_es_dropdown {
    color: #333;
    cursor: pointer !important;
    font: 16px "Roboto";
    background: transparent;
    width: 268px;
    padding: 0 0 0 8px;
    border: 0;
    height: 28px;
    -webkit-appearance: none;
}
.styled-select {
    width: 100%;
    overflow: hidden;
    border: 0 solid #dddddd;
    border-right: 1px solid #dddddd;
}
.styled-select2 {
    width: 100%;
    overflow: hidden;
    border: 0 solid #dddddd;
}
#price_box_wasteSubs .styled-select {
    width: 100%;
    overflow: hidden;
    border: 0 solid #dddddd;
}
#price_box_wasteSubs .styled-select2 {
    width: 100%;
    overflow: hidden;
    border: 0 solid #dddddd;
}
#price_box .shadow_bg_list {
    overflow: hidden;
    float: left;
    height: 53px;
    width: 74%;
    border: 1px solid #dddddd;
    border-right: 0 solid #dddddd;
    background-color: #ffffff;
}
#price_box .next_steps {
    float: left;
    width: 32%;
    height: 63px;
    background-color: #7fc35d;
    font: bold 20px "Roboto";
    color: #ffffff;
    cursor: pointer;
    border: 0 solid #ffffff;
}
#price_box .next_steps:hover {
    opacity: 0.9;
}
#price_box .head-title {
    font-size: 29px;
    font-weight: 300;
    margin: 0 -46px 0;
    color: #79c653;
    padding: 28px 0 36px;
    text-align: center;
}
.pb_labls {
    display: block;
    height: 15px;
    margin-left: 65px;
    border: 1px dotted #999999;
    border-bottom: none;
    float: left;
    width: 64%;
    margin-top: 17px;
}
.pb_labl_plz {
    margin-top: -11px;
    float: left;
    font: 12px/20px "Roboto";
    width: 20%;
    text-align: center;
}
.pb_labl_art1 {
    margin-top: -11px;
    float: left;
    font: 12px/20px "Roboto";
    width: 46%;
    text-align: center;
}
.pb_labl_art2 {
    margin-top: -11px;
    float: left;
    font: 12px/20px "Roboto";
    width: 34%;
    text-align: center;
}
.pb_labl_inner {
    background-color: #f1f1f1;
    display: inline;
    padding: 0 13px;
}
#price_box .head-title-list {
    margin-bottom: 10px;
    color: #333333;
    padding: 3px 15px 2px;
    text-align: center;
    border-bottom: 2px solid #ffffff;
}
#price_box h1 {
    font: 300 32px/46px "Roboto";
}
#price_box .title-higlight {
    color: #5accf6;
    font-weight: 600;
}
#price_box .c-plz {
    background-color: transparent;
    padding-left: 13px;
    font: bold 17px/33px "Roboto";
    color: #000000;
    margin: 0;
    height: 53px;
    width: 100%;
    float: left;
    border: 0 solid #333333;
    border-right: 1px solid #dddddd;
    color: #000000;
}
#price_box .c-select {
    background-color: transparent;
    float: left;
    height: 53px;
    width: 120%;
    font: bold 17px/33px "Roboto";
    border: 0 solid #333333;
    margin: 0 0 0 0;
    color: #000000;
}
#price_box .show-price {
    text-align: center;
    float: left;
    width: 100%;
    height: 53px;
    background-color: #555555;
    margin-left: -1px;
    padding: 0 5px;
    font: bold 17px/33px "Roboto";
    color: #ffffff;
    cursor: pointer;
    border: 0 solid #ffffff;
}
#price_box .show-price:hover {
    opacity: 0.9;
}
.price_box_list {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.truck {
    margin-top: 9px;
}
.produktformular-plz {
    background: url('/img/view/spacer.png') no-repeat right center;
    background-color: transparent;
    padding-left: 26px;
    height: 63px;
    width: 91%;
    float: left;
    border: 0 solid #A8ADA7;
    margin: 0 0 0 0;
    color: #000000;
}
#dropdown-home a.select-link {
    cursor: pointer;
    color: #000;
    padding: 0 0 0 15px;
    text-decoration: none;
    display: inline-block;
    font: bold 19px/62px "Roboto";
    white-space: nowrap;
    height: 51px;
    width: 100%;
}
#dropdown-home input.selected-value {
    color: #000;
    background-color: #fff;
    font-size: 22px;
    font-weight: 700;
    border: none;
    width: 230px;
    margin: 14px 0 0 14px;
    cursor: pointer;
}
.dropdown-submenu {
    position: relative;
    list-style-image: none !important;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu:last-child a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-left-color: #000000;
    margin-top: 20px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-menu a {
    text-decoration: none;
}
.dropdown-submenu ul li, .dropdown-submenu ul li {
    background: #fff;
}
.dropdown-submenu>.dropdown-menu {
    left: 100%;
    margin-left: -1px;
    margin-top: -399px;
    top: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 12px !important;
    min-width: 311px;
}
.dropdown-submenu>.dropdown-menu li a {
    font-weight: normal;
    padding: 0 0 13px 0;
    font: normal 14px/50px "Roboto" !important;
}
.dropdown-menu .arrow {
    background: url('/img/view/arrow_blue.png') no-repeat scroll 22px 19px/6px 8px rgba(0, 0, 0, 0);
    padding-left: 38px !important;
}
.ui-widget input {
    font: bold 19px "Roboto";
}
#filterForm {
    width: 93%;
    margin: 0 auto;
}
.ui-widget-content {
    background-image: none;
    background-color: #ffffff;
    opacity: 0.94;
    border: 0 solid #dfd9c3;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
.ui-menu .ui-menu-item {
    border-bottom: 1px solid #eaeaea;
    padding: 9px;
    font: 15px/16px "Roboto";
    color: #000000;
}
.ui-widget-content .ui-state-focus {
    background-image: none !important;
    background-color: #f1f1f1;
    border: 0 solid #dfd9c3;
    border-bottom: 1px solid #eaeaea;
    font: 15px/16px "Roboto";
    margin: 0;
}
.dropdown-menu > li > a {
    border-bottom: 1px solid #eaeaea;
    white-space: pre-wrap;
    font: bold 15px/16px "Roboto";
    color: #000000;
    min-height: 44px;
    padding: 7px 20px 4px 20px;
}
.dropdown-menu > li > a:focus {
    background-color: #cccccc;
}
.dropdown-menu {
    background-image: none;
    background-color: #ffffff;
    border-radius: 0;
    min-width: 217px;
    padding: 0;
}
.lh_edit {
    line-height: 1.8 !important;
}
.dropdown-menu > li > a:hover {
    background-color: #fff;
}
.dropdown-menu .subtext {
    font: normal 12px "Roboto";
    color: #555555;
}
.dropdown-menu > li > a:hover .subtext {
    font: normal 12px "Roboto";
    color: #ffffff;
}
.dropdown-menu > li > a:hover > .caret {
    border-left: 7px solid #ffffff;
    border-right: 7px solid #ffffff;
    border-top: 7px solid #ffffff;
}
.caret {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid;
    height: 8px;
    width: 15px;
}
.caret_list {
    padding: 10px 12px;
    right: 1px;
    position: absolute;
    background: none repeat scroll 0 0 #fff;
    margin-top: 13px;
    z-index: 1;
}
.caret_mini {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #aaaaaa;
}
.caret_body {
    padding: 13px 3px 0;
    position: absolute;
    background: none repeat scroll 0 0 #fff;
    margin: 1px 0 0 -23px;
    height: 20px;
    border-left: 1px solid #e9e9e9;
}
.fixed .caret_list {
    padding: 3px 12px;
}
#box_service {
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 30px;
}
#box_service ul {
    margin: 0;
}
#box_service ul li {
    padding-left: 0;
    list-style: none;
    border-bottom: 1px dashed #dddddd;
}
#box_service ul li.subs {
}
#box_service ul li.subs a {
    margin-left: 0;
    font: 300 15px/40px "Roboto";
    color: #000000;
}
#box_service ul li.subs a:hover {
    margin-left: 0;
    font: 300 15px/40px "Roboto";
    color: #00c7ff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#box_service ul li.subs:before {
    content: "\e080";
    font-family: "Glyphicons Halflings";
    font-size: 7px;
    margin-right: 7px;
    margin-top: 4px;
    color: #00c7ff;
}
#box_service ul li a {
    font: 400 15px/40px "Roboto";
    color: #000000;
}
.box_header {
    font: 400 15px/25px "Roboto";
    padding: 0 0 10px 0;
    color: #000000;
}
.form_request_price {
    font: 300 23px "Roboto";
    margin-bottom: 32px;
    text-align: center;
}
.form_request_title {
    font: 400 22px "Roboto";
    color: #5accf6;
}
.request-form-wrapper {
    background-color: #f1f1f1;
    padding: 20px 0 32px 0;
}
.form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999;
}
.form-control::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
    opacity: 1;
}
.form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
}
.form-body select {
    color: #999999 !important;
    width: 162%;
    position: relative;
    z-index: 2;
    background: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    padding-left: 5px;
}
.form-body select:focus {
    border: 1px solid #ccc !important;
    outline: none !important;
}
.form-body select>.opt-header {
    font-weight: 700;
}
option {
    color: #333333;
}
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #555555;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #555555;
    opacity: 1;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #555555;
    opacity: 1;
}
:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #555555;
}
#frameWindowBody {
    margin-top: 157px !important;
}
.modal-subtitle {
    font: bold 18px/22px "Roboto";
    width: 368px;
    margin: 0 0 0 0;
}
.modal-gross-price {
    color: #79c653;
    font: 25px/29px "Roboto";
    margin: 0 0 0 0;
}
.modal-net-price {
    color: #bbbbbb;
    font: 12px/18px "Roboto";
    margin: 0 0 0 0;
}
.modal-net-price::before {
    content: "(Netto:";
    margin-right: 5px;
}
.modal-net-price::after {
    content: ")";
}
.anfrage_container {
    float: right;
    cursor: pointer;
    border: 0 solid #d9d9d9;
    margin: 280px 30px 1px 0;
    width: 295px;
    height: 53px;
    background: url('/img/view/container-anfrage.png') no-repeat left top;
}
.anfrage_container:focus {
    float: right;
    cursor: pointer;
    border: 0 solid #d9d9d9;
    margin: 281px 30px 0 0;
    width: 295px;
    height: 53px;
    background: url('/img/view/container-anfrage.png') no-repeat left top;
}
.containerlinks {
    background: url('/img/view/container-anfrage_bg.png') no-repeat top right;
    border: 1px solid #d9d9d9;
    font: 13px/9px "Roboto";
    width: 933px;
    padding: 15px 0 25px 25px;
    margin: 0 0 20px 0;
}
/* LEAD FORMULAR */
#leadform {
    float: left;
    border-top: 0 solid #4C5A70;
    border-right: 0 solid #000000;
    border-bottom: 0 solid #000000;
    z-index: 99;
}
#leadform_top {
    width: 697px;
    height: 55px;
    background: url('/img/view/leadform_top_bg.png') no-repeat left top;
}
#leadform_body {
    width: 697px;
    min-height: 243px;
}
#leadform_container {
    width: 500px;
    padding: 20px 0 10px 0;
    margin-left: 190px;
}
.leadform_loading {
    background: url('/img/view/leadform_loader.gif') no-repeat center center;
    width: 500px;
    height: 25px;
}
.leadform_row {
    margin-bottom: 5px;
}
.leadform_col {
    float: left;
    width: 250px;
}
.leadform_label {
    float: left;
    height: 18px;
    width: 100px;
    font: 12px/18px "Roboto";
}
.leadform_label_error {
    float: left;
    height: 18px;
    width: 100px;
    font: 12px/18px "Roboto";
    color: darkred;
}
.leadform_input_full {
    float: left;
    width: 380px;
    height: 16px;
    font: 12px/16px "Roboto";
    background-color: #67b9ff;
    border: 1px solid #f8f8f8;
    -moz-box-shadow: inset 1px 1px 2px 0 #444444;
    -webkit-box-shadow: inset 1px 1px 2px 0 #444444;
    box-shadow: inset 1px 1px 2px 0 #444444;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.leadform_input_half {
    float: left;
    width: 130px;
    height: 16px;
    font: 12px/16px "Roboto";
    background-color: #67b9ff;
    border: 1px solid #f8f8f8;
    -moz-box-shadow: inset 1px 1px 2px 0 #444444;
    -webkit-box-shadow: inset 1px 1px 2px 0 #444444;
    box-shadow: inset 1px 1px 2px 0 #444444;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.leadform_textarea {
    float: left;
    width: 380px;
    height: 80px;
    font: 12px/16px "Roboto";
    background-color: #67b9ff;
    border: 1px solid #f8f8f8;
    -moz-box-shadow: inset 1px 1px 2px 0 #444444;
    -webkit-box-shadow: inset 1px 2px 2px 0 #444444;
    box-shadow: inset 1px 1px 2px 0 #444444;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.leadform_select_full {
    float: left;
    width: 382px;
    height: 20px;
    font: 12px/16px "Roboto";
    background-color: #67b9ff;
    border: 1px solid #f8f8f8;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.leadform_select_half {
    float: left;
    width: 132px;
    height: 20px;
    font: 12px/16px "Roboto";
    background-color: #ffffff;
    border: 1px solid #f8f8f8;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.leadform_option {
    background-color: #ffffff;
}
.leadform_buttons {
    padding-left: 75px;
    padding-top: 5px;
}
.leadform_submit {
    width: 389px;
    height: 50px;
    margin-left: 20px;
    background: url('/img/view/leadform_button.png') no-repeat left top;
    border: 0 solid #ffffff;
    cursor: pointer;
}
.leadform_submit:hover {
    width: 389px;
    height: 50px;
    margin-left: 20px;
    background: url('/img/view/leadform_button.png') no-repeat left bottom;
    border: 0 solid #ffffff;
    cursor: pointer;
}
.leadform_response_header {
    font: bold 18px "Roboto";
    color: #71716E;
    margin: 40px 0 10px 0;
}
.leadform_response_text {
    padding-bottom: 90px;
    background: url('/img/view/done.png') no-repeat center bottom;
    font: 12px "Roboto";
    color: #71716E;
}
/* CONTAINER FORMULAR */
#containerform {
    float: left;
    border-top: 1px solid #4C5A70;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    z-index: 99;
}
#containerform_top {
    width: 697px;
    height: 75px;
    background: url('/img/view/leadform_top_bg.jpg') no-repeat left top;
}
#containerform_body {
    width: 697px;
    min-height: 243px;
    background: url('/img/view/leadform_body_bg.jpg') no-repeat left bottom #FCFDFF;
}
#containerform_container {
    width: 500px;
    padding: 20px 0 10px 0;
    margin-left: 190px;
}
.containerform_loading {
    background: url('/img/view/leadform_loader.gif') no-repeat center center;
    width: 500px;
    height: 25px;
}
.containerform_row {
    margin-bottom: 5px;
}
.containerform_col {
    float: left;
    width: 250px;
}
.containerform_label {
    float: left;
    height: 18px;
    width: 100px;
    font: 12px/18px "Roboto";
}
.containerform_label_error {
    float: left;
    height: 18px;
    width: 100px;
    font: 12px/18px "Roboto";
    color: darkred;
}
.containerform_input {
    float: left;
    width: 140px;
    height: 16px;
    font: 12px/16px "Roboto";
    background: url('/img/view/textfield_bg.gif') repeat-x left top;
    border: 1px solid #A1ADB2;
}
.containerform_select {
    float: left;
    width: 392px;
    height: 20px;
    font: 12px/20px "Roboto";
    background: url('/img/view/textfield_bg.gif') repeat-x left top;
    border: 1px solid #A1ADB2;
}
.containerform_option {
    background-color: #ffffff;
}
.containerform_buttons {
    padding-left: 90px;
    padding-top: 5px;
}
.containerform_submit {
    width: 407px;
    height: 30px;
    background: url('/img/view/leadform_button.gif') no-repeat left top;
    border: 0 solid #ffffff;
    cursor: pointer;
}
.containerform_response_header {
    font: 16px "Roboto";
    color: #71716E;
    margin-bottom: 10px;
}
.containerform_response_text {
    font: 12px "Roboto";
    color: #71716E;
}
/* EMPFEHLUNG FORMULAR */
#empfehlungform {
    margin-top: 20px;
}
.empfehlungform_row {
    margin-bottom: 5px;
}
.empfehlungform_col {
    float: left;
    width: 310px;
}
.empfehlungform_label {
    float: left;
    height: 18px;
    width: 160px;
    font: 12px/18px "Roboto";
}
.empfehlungform_label_error {
    float: left;
    height: 18px;
    width: 160px;
    font: 12px/18px "Roboto";
    color: darkred;
}
.empfehlungform_textfield_full {
    float: left;
    width: 450px;
    height: 16px;
    background: url('/img/view/textfield_bg.gif') repeat-x left top;
    border: 1px solid #A1ADB2;
}
.empfehlungform_textfield_half {
    float: left;
    width: 140px;
    height: 16px;
    background: url('/img/view/textfield_bg.gif') repeat-x left top;
    border: 1px solid #A1ADB2;
}
.empfehlungform_textarea_full {
    float: left;
    width: 450px;
    height: 120px;
    background: url('/img/view/textfield_bg.gif') repeat-x left bottom #FAFBFC;
    border: 1px solid #A1ADB2;
}
.empfehlungform_buttons {
    padding-left: 180px;
}
.empfehlungform_submit {
    width: 407px;
    height: 30px;
    background: url('/img/view/leadform_button.gif') no-repeat left top;
    border: 0 solid #ffffff;
    cursor: pointer;
}
.empfehlungform_response_header {
    font: 16px "Roboto";
    color: #71716E;
    margin-bottom: 10px;
}
.empfehlungform_response_text {
    font: 12px "Roboto";
    color: #71716E;
}
/* PARTNER FORMULAR */
#partnerform {
    margin-top: 20px;
}
.partnerform_row {
    margin-bottom: 5px;
}
.partnerform_col {
    float: left;
    width: 310px;
}
.partnerform_label {
    float: left;
    height: 18px;
    width: 160px;
    font: 12px/18px "Roboto";
}
.partnerform_label_error {
    float: left;
    height: 18px;
    width: 160px;
    font: 12px/18px "Roboto";
    color: darkred;
}
.partnerform_textfield_full {
    float: left;
    width: 450px;
    height: 16px;
    background: url('/img/view/textfield_bg.gif') repeat-x left top;
    border: 1px solid #A1ADB2;
}
.partnerform_textfield_half {
    float: left;
    width: 140px;
    height: 16px;
    background: url('/img/view/textfield_bg.gif') repeat-x left top;
    border: 1px solid #A1ADB2;
}
.partnerform_textarea_full {
    float: left;
    width: 450px;
    height: 120px;
    background: url('/img/view/textfield_bg.gif') repeat-x left bottom #FAFBFC;
    border: 1px solid #A1ADB2;
}
.partnerform_select_half {
    float: left;
    width: 142px;
    height: 20px;
    font: 12px/16px "Roboto";
    background: url('/img/view/textfield_bg.gif') repeat-x left top;
    border: 1px solid #A1ADB2;
}
.partnerform_buttons {
    padding-left: 180px;
}
.partnerform_submit {
    width: 407px;
    height: 30px;
    background: url('/img/view/leadform_button.gif') no-repeat left top;
    border: 0 solid #ffffff;
    cursor: pointer;
}
.partnerform_response_header {
    font: 16px "Roboto";
    color: #71716E;
    margin-bottom: 10px;
}
.partnerform_response_text {
    font: 12px "Roboto";
    color: #71716E;
}
/* SERVICE BOX */
#services {
    width: 260px;
    margin: 10px 0 20px 0;
    border: 1px solid #D9D9D9;
}
#services_top {
    display: none;
    width: 263px;
    height: 6px;
    background: url('/img/view/shadow_top_263.png') no-repeat left top;
}
#services_bottom {
    display: none;
    width: 263px;
    height: 6px;
    background: url('/img/view/shadow_bottom_263.png') no-repeat left top;
}
#services_body {
    width: 260px;
}
#services_container {
    padding: 7px 0 7px 7px;
    width: 253px;
}
.services_header {
    font: bold 14px/34px "Roboto";
    color: #ffffff;
    height: 34px;
    margin-right: 7px;
    padding-left: 10px;
    background: url('/img/view/header_bg.png') repeat-x left top;
}
.services_row {
    margin-top: 5px;
}
.services_link {
    text-decoration: none;
}
.services_img {
    float: left;
    width: 70px;
}
.services_info {
    float: left;
    width: 160px;
    height: 25px;
    background: url('/img/view/service_info_bg.gif') repeat-x left top;
    border: 1px solid #A0A09F;
    font: 12px/24px "Roboto";
    color: #71716E;
    padding-left: 10px;
}
.appstart {
    display: block;
    border-top: 1px solid #CCCCCC;
    padding-top: 191px;
    width: 1011px;
    height: 165px;
    background: url('/img/view/app_show.jpg') no-repeat left top;
}
.appbox {
    display: block;
    padding: 210px 0 0 346px;
    width: 715px;
    height: 376px;
    background: url('/img/view/app_tutorial_1.png') no-repeat left top;
}
/* TAGCLOUD */
#tagcloud {
    float: right;
    width: 263px;
    min-height: 395px;
    padding: 0 0 0 0;
    margin: 20px 0 20px 20px;
    background-color: #666666;
    border-left: 0 solid #ADB2BB;
    border-top: 0 solid #434F64;
    border-bottom: 0 solid #3B4962;
    z-index: 99;
    background: url('/img/view/tagcloud_bg.png') repeat-x left bottom #f1f1f1;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}
#tagcloud_header {
    font: bold 14px/34px "Roboto";
    color: #ffffff;
    height: 34px;
    padding-left: 10px;
    background: url('/img/view/headerblack_bg.png') repeat-x left top;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#tagcloud_container {
    width: 245px;
    min-height: 373px;
    margin-left: 7px;
    margin-top: 10px;
    border: 0 solid #CCCCCC;
}
.tagcloud_link {
    display: inline-block;
    font-family: "Roboto", Arial, sans-serif;
    color: #000000;
    text-decoration: none;
    height: 18px;
    padding: 0 5px;
    line-height: 18px;
}
/* DIENSTLEISTUNGEN BOX */
#leistungen_top {
    display: none;
    width: 703px;
    height: 17px;
    background: url('/img/view/shadow_top_703.gif') no-repeat left top;
}
#leistungen_bottom {
    display: none;
    width: 703px;
    height: 17px;
    background: url('/img/view/shadow_bottom_703.gif') no-repeat left top;
}
#leistungen_body {
    padding: 30px 0 30px 30px;
    width: 981px;
    background: url('/img/view/leistungen_bg.png') repeat-x left top;
}
#leistungen_body_container {
    padding: 0 0;
    width: 981px;
    background: url('/img/view/schrott-entsorgen.png') no-repeat right top;
}
.leistungen_body_header {
    padding: 0;
    margin: 0 0 10px 0;
    font: bold 16px "Roboto";
    color: #000000;
}
.leistungen_body_img {
    float: left;
    padding: 0;
    margin: 0;
    border: 0 solid #ffffff;
}
.leistungen_body_titel {
    font: bold 11px "Roboto";
    color: #000000;
}
.leistungen_body_text {
    font: 11px "Roboto";
    color: #000000;
}
/* SCHROTTPREIS RECHNER */
#schrottrechner {
    margin-top: 10px;
    width: 574px;
    height: 170px;
    background: url('/img/view/calcu"Roboto"r_bg.jpg') repeat-x left top;
}
.schrottrechner_header {
    padding: 10px 0 0 80px;
    font: bold 32px "Roboto";
    color: #717171;
}
.schrottrechner_form {
    padding-top: 15px;
    margin-left: 200px;
}
.schrottrechner_row {
    margin-bottom: 10px;
}
.schrottrechner_col {
    float: left;
    width: 310px;
}
.schrottrechner_label {
    float: left;
    height: 18px;
    width: 97px;
    font: 12px/18px "Roboto";
}
.schrottrechner_label_error {
    float: left;
    height: 18px;
    width: 97px;
    font: 12px/18px "Roboto";
    color: darkred;
}
.schrottrechner_textfield {
    float: left;
    width: 260px;
    height: 16px;
    background: url('/img/view/textfield_bg.gif') repeat-x left top;
    border: 1px solid #A1ADB2;
}
.schrottrechner_select {
    float: left;
    width: 262px;
    height: 20px;
    background: url('/img/view/textfield_bg.gif') repeat-x left top;
    border: 1px solid #A1ADB2;
    font: 12px "Roboto";
}
.schrottrechner_buttons {
}
.schrottrechner_submit {
    width: 361px;
    height: 30px;
    background: url('/img/view/calcu"Roboto"r_submit.gif') no-repeat left top;
    cursor: pointer;
    border: 0 solid #ffffff;
}
#schrottrechner_result {
    width: 574px;
    height: 83px;
    background: url('/img/view/calcu"Roboto"r_results_bg.gif') repeat-x left top;
}
.schrottrechner_result_info {
    text-align: right;
    padding: 10px 10px 0 0;
    font: italic 12px "Roboto";
    color: #717171;
}
.schrottrechner_result_preis {
    text-align: right;
    padding: 5px 10px 0 0;
    font: bold 36px "Roboto";
    color: #717171;
}
/* CONTAINERPREIS RECHNER */
#containerrechner {
    margin-top: 10px;
    width: 574px;
    height: 170px;
    background: url('/img/view/calcu"Roboto"r_bg.jpg') repeat-x left top;
}
.containerrechner_header {
    padding: 10px 0 0 80px;
    font: bold 32px "Roboto";
    color: #717171;
}
.containerrechner_form {
    padding-top: 10px;
    margin-left: 200px;
}
.containerrechner_row {
    margin-bottom: 5px;
}
.containerrechner_col {
    float: left;
    width: 310px;
}
.containerrechner_label {
    float: left;
    height: 18px;
    width: 160px;
    font: 12px/18px "Roboto";
}
.containerrechner_label_error {
    float: left;
    height: 18px;
    width: 160px;
    font: 12px/18px "Roboto";
    color: darkred;
}
.containerrechner_textfield {
    float: left;
    width: 195px;
    height: 16px;
    background: url('/img/view/textfield_bg.gif') repeat-x left top;
    border: 1px solid #A1ADB2;
}
.containerrechner_select {
    float: left;
    width: 197px;
    height: 20px;
    background: url('/img/view/textfield_bg.gif') repeat-x left top;
    border: 1px solid #A1ADB2;
    font: 12px "Roboto";
}
.containerrechner_buttons {
}
.containerrechner_button {
    width: 361px;
    height: 30px;
    background: url('/img/view/calcu"Roboto"r_submit.gif') no-repeat left top;
    cursor: pointer;
    border: 0 solid #ffffff;
}
#containerrechner_result {
    width: 574px;
    height: 116px;
    background: url('/img/view/calcu"Roboto"r_results_bg.gif') repeat-x left top;
}
.containerrechner_result_info {
    text-align: right;
    padding: 10px 10px 0 0;
    font: italic 12px "Roboto";
    color: #717171;
}
.containerrechner_result_preis {
    text-align: right;
    padding: 5px 10px 0 0;
    font: bold 36px "Roboto";
    color: #717171;
}
.containerrechner_result_zusatz {
    text-align: right;
    padding: 15px 10px 0 10px;
    font: bold 11px "Roboto";
    color: #717171;
}
.containerrechner_result_loading {
    width: 574px;
    height: 116px;
    background: url('/img/view/ajax_loader.gif') no-repeat 350px 20px;
}
.containerrechner_result_order_button {
    width: 574px;
    height: 34px;
    background: url('/img/view/calcu"Roboto"r_order_button.gif') repeat-x left -3px;
    cursor: pointer;
}
#containerrechner_order {
    width: 520px;
    padding: 10px 25px;
    background: url('/img/view/calcu"Roboto"r_order_bg.gif') repeat-x left bottom #FCFCFC;
    border-left: 2px solid #EAEAEA;
    border-right: 2px solid #EAEAEA;
    border-bottom: 2px solid #DADADA;
}
.containerrechner_col2 {
    float: left;
    width: 260px;
}
.containerrechner_label2 {
    float: left;
    height: 18px;
    width: 110px;
    font: 12px/18px "Roboto";
}
.containerrechner_label2_error {
    float: left;
    height: 18px;
    width: 110px;
    font: 12px/18px "Roboto";
    color: darkred;
}
.containerrechner_input_full {
    float: left;
    width: 400px;
    height: 16px;
    font: 12px/16px "Roboto";
    background: url('/img/view/textfield_bg.gif') repeat-x left top;
    border: 1px solid #A1ADB2;
}
.containerrechner_input_half {
    float: left;
    width: 140px;
    height: 16px;
    font: 12px/16px "Roboto";
    background: url('/img/view/textfield_bg.gif') repeat-x left top;
    border: 1px solid #A1ADB2;
}
.containerrechner_textarea {
    float: left;
    width: 400px;
    height: 80px;
    font: 12px/16px "Roboto";
    background: url('/img/view/textfield_bg.gif') repeat-x left bottom #FAFBFC;
    border: 1px solid #A1ADB2;
}
.containerrechner_select_full {
    float: left;
    width: 382px;
    height: 20px;
    font: 12px/16px "Roboto";
    background: url('/img/view/textfield_bg.gif') repeat-x left top;
    border: 1px solid #A1ADB2;
}
.containerrechner_select_half {
    float: left;
    width: 132px;
    height: 20px;
    font: 12px/16px "Roboto";
    background: url('/img/view/textfield_bg.gif') repeat-x left top;
    border: 1px solid #A1ADB2;
}
.containerrechner_submit {
    width: 407px;
    height: 30px;
    margin-left: 108px;
    background: url('/img/view/leadform_button.gif') no-repeat left top;
    border: 0 solid #ffffff;
    cursor: pointer;
}
/* PREISRECHNER */
#preisrechner {
    padding-top: 35px;
    background-color: #F1F3F4;
    color: #000000;
}
#preisrechner .header_title {
    color: #333333;
    font: bold 20px "Roboto";
    padding: 22px 0 30px 37px;
}
#preisrechner .body {
    text-align: center;
}
#preisrechner .blue {
    color: #5ACCF6;
}
#preisrechner .formular {
    padding-left: 0;
    margin-bottom: 16px;
}
#preisrechner .input_row {
    margin-bottom: 0;
}
#preisrechner .input_plz {
    width: 260px;
    height: 30px;
    font: 20px "Roboto";
    color: #57ace8;
    text-align: center;
    margin: 0 4px;
    border: 1px solid #57ace8;
}
#preisrechner .input_plz_error {
    width: 260px;
    height: 30px;
    font: 20px "Roboto";
    color: darkred;
    text-align: center;
    margin: 0 4px;
    border: 1px solid darkred;
}
#preisrechner .input_art {
    height: 42px;
    width: 243px;
    font: bold 15px "Roboto";
    color: #cccccc;
    padding: 5px 10px 5px 10px;
    margin: 0 0 10px 0;
    border: 1px solid #d9d9d9;
    -webkit-appearance: none;
}
#preisrechner .input_art_error {
    width: 262px;
    height: 20px;
    font: bold 12px "Roboto";
    Cmargin: 0 4px;
    border: 1px solid darkred;
    background: url('/img/view/input_bg_grey.jpg') repeat-x left top;
    -webkit-appearance: none;
}
#preisrechner .input_menge {
    width: 256px;
    height: 16px;
    text-align: left;
    font: bold 12px "Roboto";
    color: #57ace8;
    margin: 0;
    border: 1px solid #a1adb2;
}
#preisrechner .input_menge_error {
    width: 256px;
    height: 16px;
    font: bold 12px "Roboto";
    color: darkred;
    margin: 0 4px;
    border: 1px solid darkred;
    background: url('/img/view/input_bg_grey.gif') repeat-x left top;
    padding-left: 4px;
}
#preisrechner .button_weiter {
    font: bold 15px "Roboto";
    color: #ffffff;
    width: 239px;
    height: 38px;
    background-color: #5ACCF6;
    border: 0 solid #ffffff;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
#preisrechner .button_berechnen {
    font: bold 15px "Roboto";
    color: #ffffff;
    width: 239px;
    height: 38px;
    background-color: #5ACCF6;
    border: 0 solid #ffffff;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
#preisrechner .shadow_top {
    width: 413px;
    height: 10px;
    background: url('/img/view/shadow_top.gif') no-repeat left top;
}
#preisrechner .infos {
    display: inline-block;
    margin: 20px auto 0;
    text-align: center;
    margin: 20px auto 31px;
}
#preisrechner .header {
    font: bold 15px "Roboto";
}
#preisrechner .tip {
    margin-top: 10px;
    font: bold 12px "Roboto";
}
#preisrechner .infos ul {
    margin: 0 0 0 71px;
    padding: 0;
    list-style: none;
}
#preisrechner .infos ul li {
    padding-left: 20px;
    text-align: left;
    margin-top: 5px;
    font: 12px "Roboto";
    background: url('/img/view/dot.png') no-repeat left center;
}
#preisrechner .shadow_bottom {
    display: none;
    width: 413px;
    height: 8px;
    margin-bottom: 25px;
    background: url('/img/view/shadow_bottom.gif') no-repeat left top;
}
#preisrechner .info_anzeige {
    font: bold 12px "Roboto";
    color: #333333;
    text-align: center;
    padding-bottom: 10px;
}
#preisrechner .preis_anzeige {
    height: 40px;
    margin: 0 auto;
    font: bold 40px/16px "Roboto";
    color: #5ACCF6;
    text-align: center;
    padding: 10px 10px 60px 10px;
}
#preisrechner .partner_button_bg {
    width: 659px;
    height: 42px;
}
#preisrechner .partner_button {
    display: none;
    width: 267px;
    height: 42px;
    background: url('/img/view/button_partner.png') no-repeat left top;
    margin-left: 271px;
}
#form_container {
    color: #ffffff;
    background: url('/img/view/form_bg.png') no-repeat left top;
    padding: 70px 0 30px 40px;
    width: 610px;
    height: 223px;
}
#info_form .input_vname {
    border: 1px solid #3879ac;
    height: 20px;
    width: 155px;
    margin: 0 7px 5px 0;
}
#info_form .input_nname {
    border: 1px solid #3879ac;
    height: 20px;
    width: 155px;
    margin: 0 0 5px 0;
}
#info_form .input_plz {
    border: 1px solid #3879ac;
    height: 20px;
    width: 155px;
    margin: 0 7px 5px 0;
}
#info_form .input_ort {
    border: 1px solid #3879ac;
    height: 20px;
    width: 155px;
    margin: 0 0 5px 0;
}
#info_form .input_email {
    border: 1px solid #3879ac;
    height: 20px;
    width: 319px;
    margin: 0 0 0 0;
}
#info_form input[type=submit] {
    margin: 12px 0 0 0;
    float: left;
    padding: 3px 8px 3px 8px;
}
#preisrechner .col_title {
    padding-top: 4px;
}
#preisrechner .col_input {
}
#preisrechner input[type=text] {
    display: inline;
    height: 41px;
    width: 241px;
    font: bold 15px "Roboto";
    color: #cccccc;
    margin: 0 0 10px 0;
    border: 1px solid #d9d9d9;
}
#preisrechner input[type=text]:focus {
    border: 1px solid #5ACCF6;
    -moz-box-shadow: 2px 2px 2px #dddddd inset;
    -webkit-box-shadow: 2px 2px 2px #dddddd inset;
    box-shadow: 2px 2px 2px #dddddd inset;
}
#preisrechner .button_plz_aendern {
    cursor: pointer;
    width: 57px;
    height: 63px;
    background: url('/img/view/button_plz-aendern.png') no-repeat left top;
    margin-left: 15px;
}
#preisrechner .header_info {
    text-align: left;
    padding: 0 0 30px 42px;
    font: 11px "Roboto";
    color: #999999;
}
#infomats_form {
    color: #ffffff;
    background: url('/img/view/informats-form_bg.png') no-repeat left top;
    padding: 75px 0 30px 40px;
    width: 610px;
    height: 223px;
}
#infomats_form .input_name {
    border: 1px solid #3879ac;
    height: 20px;
    width: 164px;
    margin: 0 7px 5px 0;
}
#infomats_form .input_firma {
    border: 1px solid #3879ac;
    height: 20px;
    width: 164px;
    margin: 0 7px 5px 0;
}
#infomats_form .input_tel {
    border: 1px solid #3879ac;
    height: 20px;
    width: 164px;
    margin: 0 7px 5px 0;
}
#infomats_form .input_email {
    border: 1px solid #3879ac;
    height: 20px;
    width: 164px;
    margin: 0 7px 5px 0;
}
#infomats_form input[type=submit] {
    margin: 20px 0 0 0;
    padding: 7px;
}
.error {
    background-color: darkred;
    color: #ffffff;
    -moz-box-shadow: inset 1px 1px 3px 0 #333333 !important;
    -webkit-box-shadow: inset 1px 1px 3px 0 #333333 !important;
    box-shadow: inset 1px 1px 3px 0 #333333 !important;
}
.form_sended {
    font-weight: bold;
    color: #000000;
    border: 3px solid #69baf3;
    background: url('/img/view/done.png') no-repeat right top;
    padding: 20px 100px 20px 20px;
    margin: 0 20px 15px 11px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
.form_errors {
    font-weight: bold;
    color: #e90000;
    border: 3px solid #69baf3;
    background: url('/img/view/error.png') no-repeat right top;
    padding: 30px 20px 30px 20px;
    margin: 0 20px 15px 11px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
#preisliste {
}
#preisliste .info {
    font: 18px "Roboto";
    color: #57ACE8;
}
#preisliste .form_info {
    margin-bottom: 20px;
    font: 12px "Roboto";
    color: #576151;
}
#preisliste .row {
    margin-bottom: 10px;
}
#preisliste .col_name {
    float: left;
    width: 500px;
}
#preisliste .col_preis {
    float: right;
    width: 100px;
    text-align: right;
}
#link_list {
    background-color: #F1F3F4;
    margin: 2px 0 31px 0;
    padding: 20px 37px 31px 37px;
}
#link_list .link_entry {
    float: left;
    width: 150px;
}
/* BUNDESLAND GRAFIK */
/* SCHROTTRECHNER BOX */
#preisrechner_box {
    width: 270px;
    height: 124px;
    background: url('/img/view/app_show2.png') no-repeat left top;
    cursor: pointer;
    margin-bottom: 20px;
}
/* BUNDESLANDKARTE */
#plzimage1 {
    top: 133px;
    left: 159px;
}
#plzimage2 {
    top: 58px;
    left: 144px;
}
#plzimage3 {
    top: 134px;
    left: 109px;
}
#plzimage4 {
    top: 79px;
    left: 126px;
}
#plzimage5 {
    top: 93px;
    left: 189px;
}
#plzimage6 {
    top: 17px;
    left: 127px;
}
#plzimage7 {
    top: 45px;
    left: 29px;
}
#plzimage8 {
    top: 52px;
    left: 104px;
}
#plzimage9 {
    top: 6px;
    left: 75px;
}
#plzimage10 {
    top: 71px;
    left: 75px;
}
#plzimage11 {
    top: 100px;
    left: 9px;
}
#plzimage12 {
    top: 134px;
    left: 56px;
}
#plzimage13 {
    top: 163px;
    left: 15px;
}
#plzimage14 {
    top: 177px;
    left: 86px;
}
#plzimage15 {
    top: 207px;
    left: 49px;
}
#plzimage16 {
    top: 213px;
    left: 21px;
}
.info_box {
    position: fixed;
    width: 240px;
    background: #ffffff;
    border: 1px solid #666;
    text-align: left;
    padding: 5px;
    display: none;
    font: 12px "Roboto";
    color: #7385A5;
}
#plz_suche {
    margin-top:20px;
}
.plz_suche_label {
    font: 11px "Roboto";
    color: #717171;
}
.plz_suche_textfield {
    margin: 0 0 0 0;
    float: left;
    height: 38px;
    color: #666666;
    padding-left: 14px;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    border-right: 0 solid #f4f4f4;
    width: 75%;
}
.plz_suche_textfield:focus {
    border: 1px solid #5ACCF6;
    -moz-box-shadow: 2px 2px 2px #dddddd inset;
    -webkit-box-shadow: 2px 2px 2px #dddddd inset;
    box-shadow: 2px 2px 2px #dddddd inset;
    border-right: 0 solid #f4f4f4;
}
.plz_suche_submit {
    cursor: pointer;
    float: left;
    width: 25%;
    height: 38px;
    color: #ffffff;
    background-color: #5ACCF6;
    border: 0 solid #A1ADB2;
    font: 17px/20px "Roboto";
}
.plz_suche_submit:hover {
    background-color: #82d5f4;
}
#plzkarte {
    background-color: #fff;
    margin: 0 0 20px;
    padding-bottom: 30px;
}
#plzkarte_top {
    display: none;
    width: 263px;
    height: 6px;
    background: url('/img/view/shadow_top_263.png') no-repeat left top;
}
#plzkarte_bottom {
    display: none;
    width: 263px;
    height: 6px;
    background: url('/img/view/shadow_bottom_263.png') no-repeat left top;
}
#plzkarte_body {
    margin: 0 0 0 0;
}
#plzkarte_body_container {
    padding: 0 0 0 0;
}
.plzkarte_header {
    text-transform: uppercase;
    font: 300 20px/15px "Roboto";
    padding: 0 0 5px 0;
    color: #000000;
}
#plzkarte_map {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    position: relative;
    height: 305px;
    margin: 0 0 0 0;
}
.plzkarte_img {
    position: absolute;
}
#plzkarte_map img {
    opacity: 0.2;
}
.plzkarte_layer {
    position: absolute;
    text-align: left;
    border: 0 solid transparent
}
/* CITIES */
#citybox {
    margin: 10px 0 20px 0;
}
#citybox_top {
    display: none;
    height: 6px;
    background: url('/img/view/shadow_top_263.png') no-repeat left top;
}
#citybox_bottom {
    display: none;
    height: 6px;
    background: url('/img/view/shadow_bottom_263.png') no-repeat left top;
}
#citybox_body {
    background-color: #f1f3f4;
}
#citybox_container {
    padding: 0 0 0 0;
}
.citybox_header {
    text-transform: uppercase;
    font: bold 13px "Roboto";
    margin-bottom: 2px;
    padding: 19px 0 19px 25px;
    background-color: #f1f3f4;
    color: #5accf6;
}
#citybox_scroller_up {
    border-top: 1px solid #ffffff;
    height: 40px;
    background: url('/img/view/city_scroller_up.gif') no-repeat center center;
    cursor: pointer;
}
#citybox_scroller_body {
    position: relative;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    height: 292px;
    overflow: hidden;
}
#citybox_scroller_container {
    position: absolute;
    top: 0;
}
#citybox_scroller_down {
    height: 40px;
    background: url('/img/view/city_scroller_down.gif') no-repeat center center;
    cursor: pointer;
}
.citybox_link {
    border-bottom: 1px solid #ffffff;
    display: block;
    width: 289px;
    font: 12px/41px "Roboto";
    color: #000000;
    text-decoration: none;
    padding-left: 25px;
}
.citybox_link:hover {
    color: #ffffff;
    background-color: #5ACCF6;
}
.citybox_link_activ {
    display: block;
    width: 289px;
    font: 12px/41px "Roboto";
    color: #ffffff;
    background-color: #5ACCF6;
    text-decoration: none;
    padding-left: 25px;
}
#bildquellen {
    margin-top: 20px;
}
.bildquellen_header {
    font: bold 14px "Roboto";
    color: #2E6287;
}
.bildquellen_link {
    font: 11px "Roboto";
    color: #2E6287;
    text-decoration: none;
}
.bildquellen_link:hover {
    text-decoration: underline;
}
#sitemap {
    margin-top: 20px;
}
.sitemap_link {
    font: 11px "Roboto";
    color: #2E6287;
    text-decoration: none;
}
.sitemap_link:hover {
    text-decoration: underline;
}
/* IMAGE PRELOADS */
#image_preload {
    height: 0;
    overflow: hidden;
}
#image_preload img {
    height: 0;
    width: 0;
}
/* PAGEIGNATION */
.pageignation {
    margin: 0 0;
    padding: 0 3px;
    border: 0 solid transparent;
    background-color: transparent;
}
.pageignation:hover {
    cursor: pointer;
}
/* FLOAT HANDLER */
.table_col {
    float: left;
    padding: 0 0;
}
.table_col_right {
    float: right;
    padding: 0 0;
    max-width: 100% !important;
}
.cleaner {
    display: block;
    clear: both;
    padding: 0;
    margin: 0;
    height: 0;
    overflow: hidden;
}
.size_dimensions ul li {
    margin-bottom: 0 !important;
}
.cleaner_left {
    display: block;
    clear: left;
    padding: 0;
    margin: 0;
    height: 0;
    overflow: hidden;
}
#sliders {
    float: left;
    position: relative;
    margin: 230px 0 0 -5px;
}
#sliders div {
    width: 45px;
}
#sliders div:hover {
    width: 100px;
    cursor: pointer;
}
.slider_twitter {
    height: 40px;
    background: url('/img/view/slider_twitter.gif') no-repeat top right;
}
.slider_google {
    height: 40px;
    background: url('/img/view/slider_google.gif') no-repeat top right;
}
.slider_google_plus {
    height: 40px;
    background: url('/img/view/slider_google_plus.gif') no-repeat top right;
}
.slider_studivz {
    height: 40px;
    background: url('/img/view/slider_studivz.gif') no-repeat top right;
}
.slider_facebook1 {
    height: 20px;
    background: url('/img/view/slider_facebook1.gif') no-repeat top right;
}
.slider_facebook2 {
    height: 20px;
    background: url('/img/view/slider_facebook2.gif') no-repeat top right;
}
.slider_favorites {
    height: 40px;
    background: url('/img/view/slider_favorites.gif') no-repeat top right;
}
.slider_kontakt {
    height: 40px;
    background: url('/img/view/slider_kontakt.gif') no-repeat top right;
}
#service_hilfe {
    position: fixed;
    background-image: url(/img/view/services_bg.png);
    background-repeat: repeat-x;
    bottom: 0;
    height: 54px;
    width: 100%;
    margin: 0 auto;
    z-index: 99;
    left: 0;
    border-bottom: 1px solid #bbbbbb;
}
#service_hilfe .logo {
    float: left;
}
#service_hilfe .container {
    margin: 0 auto;
    width: 1010px;
    padding-right: 90px;
}
#service_kontakt {
    float: left;
    font: 11px "Roboto";
    color: #ffffff;
    line-height: 12px;
    width: 230px;
    margin: 8px 0 0 50px;
}
#service_kontakt a {
    color: #4A9FDA;
    font: 11px "Roboto";
    line-height: 12px;
    text-decoration: none;
}
#service_kontakt a:hover {
    text-decoration: underline;
}
#breadcrumpmenu {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 74px;
    margin-bottom: 27px;
    padding: 3px 0 0 0;
    position: relative;
    z-index: 1;
}
#breadcrumpmenu ul {
    margin: 0;
    width: 100%;
    padding: 0;
    float: left;
    list-style: none;
    background: none;
}
#breadcrumpmenu ul li {
    float: left;
    list-style: none;
}
#breadcrumpmenu ul li.trenner {
    font: 300 12px/24px "Roboto";
    margin-right: 10px;
    color: #aaaaaa;
    height: 24px;
}
#breadcrumpmenu ul li a {
    display: inline-block;
    font: 300 12px/24px "Roboto";
    color: #bbbbbb;
    height: 24px;
    padding: 0 10px 0 0;
    text-decoration: none;
}
#breadcrumpmenu ul li a:hover {
    text-decoration: none;
    color: #5accf6;
}
#breadcrumpmenu ul li a:focus {
    text-decoration: none;
}
#breadcrumpmenu ul li a.active {
    display: block;
    font: 300 12px/24px "Roboto";
    color: #5accf6;
    height: 24px;
    padding: 0 10px;
    text-decoration: none;
}
/* AGB Schüttgewichte Tabelle */
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: 0 solid #ddd;
    line-height: 1.42857;
    padding: 8px 15px;
    vertical-align: top;
}
.table>tbody>tr>th {
    border-right: 1px solid #ffffff;
}
.table>thead>tr>td, .table>tbody>tr>td {
    font-size: 15px;
}
.table-striped>tbody>tr:nth-child(2n+1)>td, .table-striped>tbody>tr:nth-child(2n+1)>th {
    background-color: #f3f3f3;
}
.table-striped>tbody>tr>td:nth-child(2n+1) {
    font-weight: 400;
    width: 81%;
    border-right: 1px solid #ffffff;
}
.table-striped>tbody>tr>td:nth-child(2n+2) {
    text-align: right;
    color: #5accf6;
    font-weight: 700;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.table-striped>tbody>tr:hover>td:nth-child(2n+2) {
    padding-right: 45px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.table-striped>tbody>tr:hover>td:nth-child(2n+2)::before {
    margin-right: 6px;
    content: url('/img/view/list_blue.png');
}
input.parsley-success, select.parsley-success, textarea.parsley-success {
    color: #468847;
    /*background-color: #DFF0D8;
    */
    border: 1px solid #D6E9C6;
}
input.parsley-error, select.parsley-error, textarea.parsley-error {
    color: #B94A48;
    border-color: #eb7f6e;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
input>.parsley-error:after {
    color: #B94A48;
    content: "\e014";
    font-family: "Glyphicons Halflings";
    font-size: 10px;
    position: absolute;
    z-index: 9999;
    display: inline;
}
.parsley-errors-list {
    display: none;
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.parsley-errors-list.filled {
    opacity: 1;
}

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

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


@media ( max-width: 1200px) {
    #login {
        margin-left: 52px;
    }
    .sticky #login {
        margin-left: 109px;
        position: absolute;
    }
    .benefits {
        float: left;
        margin: -14px 0 4px -27px;
        width: 124%;
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }
    .benefits_opener ul li {
        font: 400 23px/20px "Roboto";
    }
    .payment_body {
        padding: 18px 8px 15px;
    ;
    }
    .vorkasse, .kreditkarte, .paypal, .sofort, .rechnung, .amazon, .lastschrift {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
    .footer_logo, .footer_logo_last {
        margin-right: 0;
        width: 190px;
    }
    #produktliste .produkt_header_size {
        font: 500 22px "Roboto";
    }
    #produktliste .produkt_right_body {
        padding: 3px 17px 4px;
    }
    #produktliste .produkt_box {
        height: 242px;
    }
    .startbox-title, .startbox-title-top {
        font: 300 23px "Roboto";
    }
    #produktliste .produkt_img_s, #produktliste .produkt_img_m, #produktliste .produkt_img_l, #produktliste .produkt_img_xl {
        margin-left: -37px;
        margin-top: -39px;
        z-index: 4;
        position: absolute;
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -o-transform: scale(0.5);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    #produktliste .produkt_preis {
        padding-top: 10px;
        font: bold italic 32px/16px "Roboto";
    }
    #produktliste .produkt_preis_netto {
        font: 400 italic 14px/38px "Roboto";
    }
    .produkt_benefits {
        padding-left: 14px;
    }
    .fax_button, .mail_button {
        padding-top: 0;
        margin-bottom: 0;
        background-position: 75px 9px;
        background-size: 15px 12px;
        height: 18px;
        font: bold 9px/9px "Roboto";
    }
    #produktliste .bestell_button {
        font: 700 14px/39px "Roboto";
    }
    #produktliste .col_recentorders {
        margin: 107px 0 0;
        position: absolute;
        font: bold 11px/33px "Roboto";
    }
    #produktliste .produkt_size {
        font: 10px/14px "Roboto";
        color: #555555;
        position: absolute;
        margin: 80px 0 0 191px;
    }
    #produktliste .size_extras {
        margin-right: -60px;
        margin-top: 7px;
        width: 190px;
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    #produktliste .arrow-right2 {
        margin-left: 134px;
    }
    #produktliste .arrow-right {
        margin-left: 136px;
    }
    #produktliste .arrow-right_cover {
        margin-left: 133px;
    }
    #produktliste .order-availability {
        font: 400 11px/13px "Roboto";
        margin-top: 80px;
        position: absolute;
    }
    #produktliste .availability_text {
        margin: 8px 0 0 23px;
    }
    .moeglichresponsive {
        font-weight: 400;
    }
    #produktliste .availability_countdown {
        padding: 3px 0 8px 7px;
        font: 10px/8px "Roboto";
    }
    #produktliste .availability_date {
        margin-left: 24px;
    }
    #produktliste input {
        margin-right: 5px;
        font: 10px "Roboto";
    }
    #price_box .next_steps {
        height: 63px;
        font: bold 16px "Roboto";
    }
    #dropdown-home a.select-link {
        height: 44px;
        padding-left: 6px;
        font: bold 16px/63px "Roboto";
    }
    .ui-widget input {
        font: bold 16px "Roboto";
    }
    .caret_body {
        height: 18px;
    }
    .box_header {
        font: 300 17px "Roboto";
    }
    .plzkarte_header {
        font: 300 17px/15px "Roboto";
        padding-bottom: 0;
    }
    #plzkarte_map {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        margin-left: -20px;
        margin-top: -30px;
    }
    .xpaddingRight50 {
        padding-right: 50px !important;
    }
    header.sticky .phone_text {
        margin-left: -27px;
        position: absolute;
        width: 369px;
    }
    #menu_main ul li a {
        font: 300 12px/41px "Roboto";
        padding: 6px 10px 0;
    }
    .service_tile {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        margin-right: -5px;
    }
}
@media ( max-width: 992px) {
    .x_dn992 {
        display: none !important;
    }
    .borderLeftdashed {
        border-left: 0 dashed #cccccc;
    }
    .marginTop-e-100 {
        margin-top: 0 !important;
    }
    .marginTop40 {
        margin-top: 0;
    }
    #start_section1 {
        min-height: 460px;
        padding: 27px 0 0;
    }
    #start_section3 {
        min-height: 130px;
        padding-top: 25px;
    }
    .opener {
        font-size: 30px;
    }
    .service_opener {
        font: 300 29px "Roboto";
        margin-bottom: 35px;
    }
    .h-one {
        font: 300 21px "Roboto";
        margin-bottom: 15px;
    }
    .h-text {
        font: 300 14px/21px "Roboto";
    }
    .phonenumber {
        font: 300 32px "Roboto";
    }
    .phonenumber_intro {
        font: 700 28px "Roboto";
    }
    header.top-header {
        height: 77px;
    }
    header.top-header.sticky {
        border-bottom: 1px solid #444444;
    }
    header.top-header.sticky .tr_icons {
        margin-right: -25px;
    }
    .tr_icons, .header img {
        margin-top: 9px;
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    .tr_icons {
        margin-right: 0;
        position: absolute;
        right: -19px;
    }
    .fixed {
        background: transparent;
        box-shadow: none;
    }
    header.top-header.sticky .phone_text {
        margin-left: -73px;
    }
    .phone_text {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        padding-top: 28px;
    }
    .menu-icon-992 {
        background: #00c7ff none repeat scroll 0 0;
        color: #ffffff;
        display: block !important;
        margin-top: 2px;
        padding: 7px 15px 11px;
        position: absolute;
        width: 114px;
        z-index: 99;
    }
    .menu-text-992 {
        color: #ffffff;
        font: 300 19px "Roboto";
        margin: 0;
        padding: 5px 6px 0;
        position: absolute;
        text-transform: uppercase;
        top: 4px;
        z-index: 999;
    }
    .fixed #menu_inner {
        display: none;
    }
    .glyphicon-earphone-footer {
        font-size: 53px;
        margin-right: 12px;
        top: 11px;
    }
    .parallax-window-overlay {
        min-height: 350px;
        padding-top: 35px;
    }
    .parallax-window {
        min-height: 435px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding-top: 125px;
        text-align: center;
    }
    .service_tile_container {
        margin-top: -36px;
    }
    .service_tile {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        margin-right: -15px;
        margin-left: -15px;
        width: 115px;
        height: 115px;
    }
    #login {
        margin-left: 18px;
    }
    .sticky #login {
        margin-left: 59px;
        position: absolute;
    }
    .xmodal-data-title {
        display: block !important;
        color: #00c7ff;
        font: 300 16px "Roboto";
        text-align: center;
        margin-bottom: 15px;
        margin-top: 3px;
        float: none;
        margin-left: 0;
    }
    .benefits {
        float: left;
        margin: -38px 0 -16px -56px;
        width: 165%;
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
    }
    .benefits_opener ul li {
        font: 400 16px/20px "Roboto";
        padding: 0 0 13px;
    }
    .gmap {
        width: 135px;
    }
    .payment_body {
        padding: 20px 15px 15px;
    }
    .vorkasse, .kreditkarte, .paypal, .sofort, .rechnung, .amazon, .lastschrift {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        margin: 0 0 0 -6px;
    }
    .start_text_benefits {
        padding-left: 6%;
        border-bottom: 2px solid #ffffff;
        padding-bottom: 36px;
    }
    .footer_col2 {
        width: 100%;
    }
    #site_footer .table_col {
        width: 27%;
    }
    .footer_logo, .footer_logo_last {
        width: 146px;
    }
    #produktliste .produkt_right {
        padding: 5px;
    }
    #produktliste .produkt_right_body {
        padding: 7px 9px 1px;
    }
    #produktliste .produkt_box {
        height: 194px;
    }
    #produktliste .produkt_img_s, #produktliste .produkt_img_m, #produktliste .produkt_img_l, #produktliste .produkt_img_xl {
        margin-left: -58px;
        margin-top: -56px;
        z-index: 4;
        position: absolute;
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        -o-transform: scale(0.4);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    #produktliste .produkt_preis {
        padding-top: 3px;
        font: bold italic 26px/17px "Roboto";
    }
    #produktliste .produkt_preis_netto {
        font: 400 italic 11px/25px "Roboto";
    }
    .produkt_benefits {
        font: italic 9px/17px "Roboto";
        padding: 4px 0 7px 7px;
    }
    .fax_button, .mail_button {
        padding: 0 0 0 0;
        background-size: 19px 15px;
        height: 16px;
        font: bold 8px/9px "Roboto";
    }
    #produktliste .bestell_button {
        font: 700 10px/37px "Roboto";
    }
    #produktliste .col_recentorders {
        margin-top: 79px;
        font: bold 8px/25px "Roboto";
    }
    #produktliste .produkt_size {
        font: 9px/13px "Roboto";
        color: #555555;
        position: absolute;
        margin: 50px 0 0 116px;
    }
    #produktliste .size_extras {
        margin-right: -75px;
        margin-top: -7px;
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -o-transform: scale(0.6);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    #produktliste .order-availability {
        font: 400 8px/9px "Roboto";
        margin-top: 48px;
    }
    #produktliste .availability_text {
        margin: 11px 0 0 20px;
    }
    #produktliste .availability_date {
        margin-left: 20px;
    }
    #produktliste input {
        margin-right: 5px;
        font: 10px "Roboto";
    }
    .caret {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid;
        height: 7px;
        width: 10px;
    }
    .start-ok {
        font-size: 23px !important;
    }
    .price_box_container {
        min-height: 145px;
        margin: 0 0 37px;
    }
    #price_box .shadow_bg {
        height: 46px;
        width: 68%;
        border: 1px solid #dddddd;
        float: left;
        background-color: #ffffff;
    }
    #price_box .next_steps {
        height: 46px;
        font: bold 14px "Roboto";
    }
    #price_box .head-title {
        margin-bottom: 0;
        color: #333333;
        padding: 7px 0 0;
        font: 700 12px "Roboto" !important;
        text-align: center;
    }
    #price_box .c-plz, #price_box .c-select, #price_box .show-price {
        font: bold 16px/33px "Roboto";
    }
    .produktformular-plz {
        padding-left: 13px;
        height: 45px;
    }
    #dropdown-home a.select-link {
        height: 44px;
        padding-left: 6px;
        font: bold 13px/45px "Roboto";
    }
    .ui-widget input {
        font: bold 13px "Roboto";
    }
    .caret {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid;
        height: 7px;
        width: 10px;
    }
    #box_service ul li.subs a {
        font: 300 13px/40px "Roboto";
    }
    .box_header {
        font: 300 16px "Roboto";
    }
    #plz_suche {
        margin-top: -24px;
    }
    .plzkarte_header {
        font: 300 16px/15px "Roboto";
        padding-bottom: 0;
    }
    #plzkarte_map {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        margin-left: -20px;
        margin-top: -30px;
    }
    .xcleaner {
        display: block;
        clear: both;
        padding: 0;
        margin: 0;
        height: 0;
        overflow: hidden;
    }
    .img_left {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .img_left img {
        margin-right: 0;
    }
}
@media ( max-width: 767px) {
    .x_dn {
        display: none !important;
    }
    .x_db {
        display: block !important;
    }
    .xpaddingLeft0 {
        padding-left: 0;
    }
    .xpaddingRight15 {
        padding-right: 15px !important;
    }
    .xpaddingRight0 {
        padding-right: 0 !important;
    }
    .xpaddingLeftRight0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .xpaddingLeft15 {
        padding-left: 15px !important;
    }
    .m_opt_dn {
        display: none !important;
    }
    .paddingLeft30 {
        padding-left: 15px;
    }
    .paddingRight40 {
        padding-right: 0;
    }
    .xpaddingLeft1 {
        padding-left: 1px;
    }
    .xpaddingRight1 {
        padding-right: 0;
    }
    .blocktoInline {
        display: inline;
    }
    .paddingBottom15 {
        padding-bottom: 8px;
    }
    .xpaddingBottom8 {
        padding-bottom: 8px !important;
    }
    .marginTop-100 {
        margin-top: 0;
    }
    .marginBottom25 {
        margin-bottom: 1px;
    }
    .umbruch {
        display: inline;
    }
    .xborderRadiusTopLeft5 {
        border-top-left-radius: 5px !important;
        -moz-border-radius-topleft: 5px !important;
        -webkit-border-top-left-radius: 5px !important;
    }
    .xborderRadiusTopRight5 {
        border-top-right-radius: 5px !important;
        -moz-border-radius-topright: 5px !important;
        -webkit-border-top-right-radius: 5px !important;
    }
    .xborderRadiusBottomRight5 {
        border-bottom-right-radius: 5px !important;
        -moz-border-radius-bottomleft: 5px !important;
        -webkit-border-bottom-right-radius: 5px !important;
    }
    .xborderRadiusBottomLeft5 {
        border-bottom-left-radius: 5px !important;
        -moz-border-radius-bottomleft: 5px !important;
        -webkit-border-bottom-left-radius: 5px !important;
    }
    #start_section1 {
        background: #303030;
        min-height: 222px;
        padding-bottom: 35px;
    }
    #start_section2 {
        background: #cccccc;
    }
    #start_section3 {
        text-align: center;
        min-height: 92px;
        background: #f4f4f4;
        padding: 30px 0 30px 0;
    }
    #start_section_title {
        background: #e9e9e9 none repeat scroll 0 0;
        color: #000000;
        font: 300 20px "Roboto";
        margin-bottom: 1px;
        padding: 20px 0;
        text-align: center;
        display: block !important;
    }
    .opener {
        font: 300 21px/22px "Roboto";
        margin-bottom: 0;
    }
    .opener2nd {
        font: 400 11px "Roboto";
        margin-bottom: 8px;
        margin-top: 11px;
    }
    .line-spacer {
        display: none;
    }
    .h-one {
        font: 300 20px "Roboto";
        color: #ffffff;
        margin-bottom: 2px;
    }
    .h-two {
        color: #00c7ff;
        font: 300 16px/22px "Roboto";
        margin-bottom: 14px;
        text-transform: uppercase;
    }
    .h-text {
        font: 300 15px/23px "Roboto";
        color: #ffffff;
    }
    .phonenumber {
        font: 300 14px "Roboto";
    }
    .phonenumber_intro {
        font: 700 12px "Roboto";
    }
    .borderLeftLight {
        border-left: 0 solid #ffffff;
    }
    .startbox-title, .startbox-title-top {
        background: #eaeaea none repeat scroll 0 0;
        color: #333333;
        font: 300 15px "Roboto";
        padding: 10px 0 9px;
        text-align: center;
    }
    #site_content_top {
        position: relative;
        margin-top: 68px;
        padding-top: 0;
        padding-bottom: 70px;
    }
    #site_content_top_left {
        min-height: 519px;
        padding-right: 0;
        border-right: 0 dashed #dddddd;
    }
    #site_content_top_right {
        display: none;
    }
    header.top-header {
        top: 0;
        border-bottom: 1px solid #303030;
        position: fixed;
        width: 100%;
        height: 50px;
        z-index: 997;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    header.sticky {
        top: 0;
        position: fixed;
        width: 100%;
        height: 50px;
        z-index: 997;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    header.top-header .logo {
        float: none;
        margin-top: 15px;
        width: 115px;
        height: 22px;
    }
    header.top-header.sticky .logo {
        width: 115px;
        height: 22px;
        float: none;
        margin-top: 15px;
    }
    .tr_icons {
        display: none;
    }
    .fixed {
        display: none;
    }
    .phone {
        padding: 0;
        margin: 0;
        display: block !important;
        position: absolute;
        right: 18px;
        top: 15px;
    }
    .glyphicon-earphone {
        font-size: 19px;
        color: #333333;
    }
    .menu-icon-992 {
        display: none !important;
    }
    .call-us {
        padding: 0;
        margin: 0;
        display: block !important;
        position: absolute;
        right: 18px;
        top: 15px;
    }
    .glyphicon-earphone-footer {
        font-size: 23px;
        margin-right: 6px;
        top: 6px;
    }
    .parallax-window {
        background: url('/img/view/banner_small.jpg');
        background-size: 100% 100%;
        min-height: 352px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding-top: 71px;
        padding-bottom: 20px;
        text-align: center;
    }
    .startbox {
        height: 107px;
        padding: 0 17px 18px;
        text-align: center;
        background: #eaeaea;
        box-shadow: none;
    }
    .startbox img {
        margin-bottom: 7px;
        width: 33px;
    }
    .startbox p {
        margin: 0;
        display: none;
    }
    .service_tile_container {
        margin-top: 0;
    }
    .service_tile {
        background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
        border-bottom: 0 solid #fff !important;
        border-image: none;
        border-left: 0 solid #ddd;
        border-radius: 0;
        border-right: 0 solid #ddd;
        border-top: 0 solid #ddd;
        display: inline-block;
        height: 40px;
        margin: 0 -2px 2px auto;
        padding-top: 3px;
        padding-left: 3px;
        position: relative;
        text-align: left;
        transform: translate(0px, 0);
        transition: all 0.4s linear 0s;
        width: 44%;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    .service_tile img {
        width: 47px;
    }
    .service_tile h3 {
        bottom: 3px;
        color: #ffffff !important;
        font: 700 9px/9px "Roboto" !important;
        left: 51px;
        position: absolute;
        text-transform: uppercase;
        top: 11px;
    }
    .startbutton {
        font: 600 11px/11px "Roboto" !important;
        height: 35px;
        padding: 6px 0;
        width: 100%;
    }
    .form-control {
        padding: 6px 6px;
        margin-bottom: 8px;
    }
    button.close {
        background: #333 none repeat scroll 0 0;
        border-radius: 25px;
        box-shadow: none;
        color: #fff;
        font-size: 36px;
        line-height: 22px;
        right: 17px;
        top: 21px;
        padding: 0 5px 10px;
    }
    .modal-dialog {
        margin: 0 auto;
        height: 100%;
        background: #ffffff;
        position: static;
    }
    .form-body {
        padding-right: 0;
    }
    .modal-content {
        height: 100%;
    }
    .modal-header {
        padding-left: 30px;
    }
    .modal-title {
        font-size: 24px;
    }
    .modal-auto-title {
        margin-left: 16px;
        margin-top: -3px;
    }
    .form-line {
        display: none;
    }
    .form-arrow1 {
        margin-left: 0;
        top: 14px;
        width: 48px;
        left: 53%;
    }
    .form-arrow2 {
        margin-left: 0;
        top: 14px;
        width: 48px;
        left: 53%;
    }
    .form-button {
        font-size: 20px;
        padding: 7px 18px 13px;
    }
    .formnumbers {
        font-size: 33px;
        line-height: 30px;
        float: none;
        display: block;
        margin-bottom: 8px;
    }
    .form-success-body {
        padding: 43px 25px 23px;
    }
    .form-info-text {
        font-size: 11px;
        line-height: 9px;
        width: 79px;
    }
    .form-title-request {
        font-size: 17px;
        color: #ff8800;
        line-height: 23px;
        margin: 5px 0 7px 0;
    }
    .gmap_small {
        display: block !important;
        float: right;
        margin-right: 11px;
        width: 72px;
        opacity: 0.8;
    }
    .ui-widget-overlay {
        height: 100%;
    }
    .spic img {
        margin: 10px auto 0;
        width: 100px;
    }
    #modal-spinner {
        padding-top: 130px;
        position: fixed;
        top: 0;
        z-index: 997;
    }
    .spic img {
        margin: 10px auto 0;
        width: 100px;
    }
    .img_left {
        float: none;
        margin-top: 13px;
    }
    .img_left img {
        margin-bottom: 28px;
        margin-right: 0;
        width: 100%;
        display: block;
    }
    .img_right_top_cont {
        display: none;
    }
    .ximg_right_top_cont {
        display: block !important;
        left: 9%;
        margin-top: 175px;
        position: absolute;
        width: 272px;
    }
    .img_right_top_cont {
        position: absolute;
    }
    .img_right_top img {
        margin-top: 6px;
        width: 100%;
    }
    .start_text_benefits {
        padding-bottom: 20px;
    }
    .cont_text_benefits {
        margin: 9px auto 0;
        padding-bottom: 13px;
        padding-left: 0;
        text-align: left;
        float: none;
    }
    .benefits-title {
        font: 700 13px "Roboto";
        margin-bottom: 4px;
        margin-left: 18px;
    }
    .benefits_points {
        display: block;
        font-size: 10px;
        line-height: 13px;
    }
    .content_top_header {
        font-size: 22px;
        line-height: 25px;
    }
    .content_top_text {
        font: 300 14px/20px "Roboto";
    }
    .text_intro {
        font: 300 14px/20px "Roboto";
    }
    .container_intro {
        font: 300 14px/20px "Roboto";
        margin-bottom: 19px;
        position: static;
    }
    #site_footer_body {
        display: none;
    }
    .footer_copyright {
        width: auto;
        float: none;
        text-align: center;
    }
    #produktliste {
        border-top: 0 dotted #cccccc;
        margin-bottom: 2px;
    }
    #produktliste .produkt_infos {
        background-color: #f3f3f3;
        margin-bottom: 0;
        border: 0 solid #cccccc;
        border-top: 0 solid #e7e7e7;
        padding: 4% 4% 10%;
    ;
    }
    #produktliste .produkt_infos:nth-child(4n+1) {
        background-color: #ffffff;
    }
    #produktliste .produkt_header_size {
        font: 400 15px "Roboto" !important;
        padding-left: 0;
        color: #000000;
    }
    #produktliste .produkt_left {
        width: 165px;
    }
    #produktliste .produkt_right {
        padding: 0;
        background: none;
        width: 39%;
    }
    #produktliste .produkt_right_body {
        padding: 0;
        background: none;
    }
    #produktliste .produkt_box {
        height: auto;
        background: none;
        padding: 0;
    }
    #produktliste .produkt_img_s, #produktliste .produkt_img_m, #produktliste .produkt_img_l, #produktliste .produkt_img_xl {
        margin-left: -67px;
        margin-top: -63px;
    }
    #produktliste .produkt_preis {
        padding-top: 3px;
        font: 500 25px/16px "Roboto";
    }
    #produktliste .produkt_preis_netto {
        font: 400 italic 12px/22px "Roboto";
    }
    #produktliste .col_bestell_button {
        margin: 16px 0 0 0;
    }
    #produktliste .bestell_button {
        font: 700 10px/36px "Roboto";
        margin: 8px 0 0 0;
        padding: 0 0;
    }
    #produktliste .produkt_size {
        color: #333333;
        margin: 52px 0 0 0;
        font: 9px/15px "Roboto";
        border-right: 1px solid #ddd;
    }
    #produktliste .size_dimensions {
        padding-right: 8px;
    }
    #produktliste .size_extras {
        margin-right: -49px;
        margin-top: -10px;
        margin-bottom: 16px;
        width: 250px;
        padding-left: 137px;
    }
    #produktliste .arrow-right2 {
        margin-left: 105px;
    }
    #produktliste .arrow-right {
        margin-left: 107px;
    }
    #produktliste .arrow-right_cover {
        margin-left: 104px;
    }
    #produktliste .order-availability {
        font: 400 9px/11px "Roboto";
        margin-top: -2px;
        border: none;
        background: none;
        padding: 0;
        position: absolute;
        margin-left: 99px;
        width: 80px;
        float: left;
        text-align: left;
    }
    #produktliste .availability_text {
        width: 96px;
        margin: 8px 0 0 -9px;
    }
    #produktliste .availability_date {
        margin: 0 0 0 -9px;
    }
    #produktliste .ordertime_clock {
        margin: -2px 3px 0 0;
        width: 10px;
    }
    #produktliste input {
        margin-right: 5px;
        font: 10px "Roboto";
    }
    .api-ok {
        font-size: 23px !important;
        top: -3px !important;
        display: block;
        float: none;
        left: 12px;
    }
    .glyphicon-arrow-right {
        font-size: 14px;
        margin-right: 1px;
        top: 0;
    }
    #price_box {
        border-radius: 5px;
    }
    .price_box_body {
        border-bottom: 1px solid #fff;
        padding: 2px 0% 13px;
    }
    .price_box_container {
        min-height: 90px;
        margin: 0 0 18px 0;
        border-bottom: 0 dashed #ddd;
        padding-bottom: 0;
    }
    #price_box .shadow_bg {
        height: 37px;
        width: 68%;
        border: 1px solid #dddddd;
        float: left;
        background-color: #ffffff;
    }
    #price_box .shadow_bg_list {
        height: 37px;
    }
    #price_box .next_steps {
        height: 36px;
        font: bold 11px/9px "Roboto";
    }
    .pb_labls {
        display: none;
    }
    #price_box .head-title-list {
        margin-bottom: 15px;
        padding-top: 7px;
        border-bottom: 1px solid #ffffff;
    }
    #price_box h1 {
        font: 300 17px/20px "Roboto";
        margin-bottom: 7px;
    }
    #price_box .head-title {
        margin-bottom: 0;
        color: #333333;
        padding: 0;
        font: 700 12px "Roboto" !important;
        text-align: center;
    }
    #price_box .head-title h2 {
        margin-bottom: 9px !important;
    }
    #price_box .c-select, #price_box .c-plz {
        height: 35px;
        font: bold 10px/33px "Roboto" !important;
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
    }
    #price_box .show-price {
        height: 37px;
        font: 500 12px/12px "Roboto" !important;
    }
    .price_box_list {
        border-bottom: 0 dashed #ddd;
        padding: 15px 17px 0;
        margin-bottom: 3px;
        margin-top: 0 !important;
    }
    .produktformular-plz {
        padding-left: 6px;
        height: 36px;
        width: 86%;
    }
    #wasteTypeSelectLabel {
        height: 37px;
        padding-left: 0;
        font: bold 10px/37px "Roboto" !important;
        padding-right: 25px !important;
    }
    .dropdown-submenu>.dropdown-menu {
        left: 0%;
        margin-top: 33px;
        min-width: 211px;
    }
    #dropdown-home-dropdown {
        left: -83px;
        overflow: scroll;
        margin-top: 1px !important;
    }
    .dropdown-submenu>.dropdown-menu li a {
        font-weight: normal;
    }
    .dropdown-menu .arrow {
        background: url('/img/view/arrow_green.png') no-repeat scroll 22px 13px/6px 8px rgba(0, 0, 0, 0);
    }
    .ui-widget input {
        font: bold 10px "Roboto";
    }
    #filterForm {
        width: 90%;
    }
    .dropdown-menu>li>a {
        min-height: 34px;
        font: bold 13px/16px "Roboto";
        padding: 10px 20px 11px;
    }
    .caret_list {
        padding: 16px 6px 12px 3px;
        margin-top: 0;
        -moz-box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.20);
        -webkit-box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.20);
        box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.20);
    }
    .fixed .caret_list {
        padding: 7px 6px 7px 3px !important;
    }
    #preisrechner {
        padding-top: 19px;
    }
    #preisrechner .formular {
        margin-bottom: 0;
    }
    #preisrechner .infos ul {
        margin: 0 0 0 0;
    }
    .content-of-servicecontainer .price_box_container {
        position: absolute;
        top: 68px;
        width: 91%;
    }
    .content-of-servicecontainer  .form-top {
        margin-top: 332px;
    }
}
