/** Datei zum Anpassen von Styles im Projekt **/
/*
.widget-container.product-calculator {
    background: #FFF;
}
.widget-container.product-calculator .form-control{
    background: transparent !important;
    border: solid 1px rgba(255,255,255,0.3);
    color: #fff !important;
}
.widget-container.product-calculator .form-control:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08), 0 0 8px rgba(255, 175, 255, .4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08), 0 0 8px rgba(255, 255, 255, .4);
}
.widget-container .panel-body .widget-radio-customer-type-container input[type=radio]:not(old) + label{
    background: #c9cac9 none;
}
.widget-container .panel-body .widget-radio-customer-type-container input[type=radio]:not(old) + label:hover,
.widget-container .panel-body .widget-radio-customer-type-container input[type=radio]:not(old):checked + label {
    background: #FFF none;
}
.widget-container .panel-body .widget-radio-customer-type-container input[type=radio]:not(old) + label:hover  div.radio-label,
.widget-container .panel-body .widget-radio-customer-type-container input[type=radio]:not(old):checked + label  div.radio-label{
    color: #000 !important;
}

form#productSearchForm, form#productSearchForm > .panel-default,div#productSearchWidgetContent {
    height: 100%;
    color: #FFF;
}
.widget-container .panel-body .widget-radio-branches-container input[type=radio]:not(old) + label[for=productSearchMediaTextPOWER],
div#productSearchWidgetContent[data-label=POWER],div#productSearchWidgetContent[data-label=POWER] .slider.slider-horizontal .slider-handle,
.widget-container .panel-body .widget-radio-branches-container input[type=radio]:not(old):checked + label[for=productSearchMediaTextPOWER]{
    background: #8ec13b;
}
.widget-container .panel-body .widget-radio-branches-container input[type=radio]:not(old) + label[for=productSearchMediaTextGAS],
div#productSearchWidgetContent[data-label=GAS],div#productSearchWidgetContent[data-label=GAS] .slider.slider-horizontal .slider-handle,
.widget-container .panel-body .widget-radio-branches-container input[type=radio]:not(old):checked + label[for=productSearchMediaTextGAS]{
    background: #0068b4;
}
.slider.slider-horizontal .slider-track,.slider.slider-horizontal .slider-selection{
    background: rgba(255,255,255,0.3) !important;
}
div#productSearchWidgetContent[data-label=GAS] .btn-primary,
div#productSearchWidgetContent[data-label=POWER] .btn-primary{
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.2);
}

div.sliderIcons > div {
    position: relative;
    color: transparent;
    line-height: 40px;
    cursor: pointer;
    height: 36px;
}
div.sliderIcons > div:before {
    font-family: 'icomoon', sans-serif !important;
    content: "\e90b";
    font-size: 35px;
    position: absolute;
    top: 0;
    color: #FFF;
}
#gas-v2-slider-legend div.sliderIcons > div{
    background: none !important;
    color: #FFF;
    height: 53px !important;
}
#gas-v2-slider-legend div.sliderIcons > div:nth-child(1):before {
    content: "\e932";
    font-size: 29px;
    padding-top: 4px;
}
#gas-v2-slider-legend div.sliderIcons > div:nth-child(2):before {
    content: "\e933";
    font-size: 31px;
    padding-top: 2px;
}
#gas-v2-slider-legend div.sliderIcons > div:nth-child(3):before {
    content: "\e934";
    font-size: 33px;
    padding-top: 1px;
}
#gas-v2-slider-legend div.sliderIcons > div:nth-child(4):before {
    content: "\e935";
}
#gas-v2-slider-legend div.sliderIcons > div.active:nth-child(1):before {
    content: "\e932";
}
#gas-v2-slider-legend div.sliderIcons > div.active:nth-child(2):before {
    content: "\e939";
}
#gas-v2-slider-legend div.sliderIcons > div.active:nth-child(3):before {
    content: "\e93a";
}
#gas-v2-slider-legend div.sliderIcons > div.active:nth-child(4):before {
    content: "\e93b";
}
*/
