/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 02.03.2016, 12:33:33
    Author     : Sebastian
*/

#banner_layout_container {
    position: absolute;
    width: 340px;
    height: auto;
    top: 120px;
    left: 2%;
    font-family: "Comic Sans MS", sans-serif;
    background: rgba(61,61,255,1);
    -webkit-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    z-index: 8;
    border: 1px solid #444444;
    -webkit-box-shadow: 4px 2px 8px 0 rgba(0,0,0,1);
    box-shadow: 4px 2px 8px 0 rgba(0,0,0,1);
}

.banner_holding {
    position: absolute;
    width: 8px;
    height: 8px;
    background: grey;
    border-radius: 4px;
    z-index: 100000;
}

.banner_holding.top {
    top: 10px;
}

.banner_holding.left {
    left: 10px;
}

.banner_holding.bottom {
    bottom: 10px;
}

.banner_holding.right {
    right: 10px;
}

#banner_transition_first_second {
    position: relative;
    width: 340px;
    height: 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6cba9b+25,3d3dff+75 */
    background: rgb(108,186,155); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(108,186,155,1) 25%, rgba(61,61,255,1) 75%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(108,186,155,1) 25%,rgba(61,61,255,1) 75%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(108,186,155,1) 25%,rgba(61,61,255,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cba9b', endColorstr='#3d3dff',GradientType=0 ); /* IE6-9 */
}

#banner_transition_second_third {
    position: relative;
    width: 340px;
    height: auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d3dff+20,ff0000+80 */
    background: rgb(61,61,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(61,61,255,1) 20%, rgba(255,0,0,1) 80%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(61,61,255,1) 20%,rgba(255,0,0,1) 80%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(61,61,255,1) 20%,rgba(255,0,0,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3dff', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */

}

.banner_content_container {
    position: relative;
    width: 300px;
    padding: 20px;
}

.banner_content_container.first {
    height: auto;
    background: rgba(108,186,155,1);
    -webkit-box-shadow: 0 8px 6px -6px rgba(108,186,155,1);
    -moz-box-shadow: 0 8px 6px -6px rgba(108,186,155,1);
    box-shadow: 0 8px 2px -2px rgba(108,186,155,1);
}

.banner_content_container.second {
    height: auto;
}

.banner_content_container.third {
    background: rgba(255,0,0,1);
    /*    -webkit-box-shadow: -5px -10px 10px 5px rgba(255,0,0,1);
        box-shadow: 0px -20px 10px 0px rgba(255,0,0,1);*/
    height: 40px;
}

#company_name_container {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: bolder;
    font-size: 20px;
}

#phone_container {
    position: relative;
    margin: 0 auto;
    width: 320px;
    height: 40px;
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    background: #FF0000;
    z-index: 100;
}

#phone_logo {
    position: relative;
    float: left;
    margin: 3px;
    text-align: center;
    height: 30px;
    width: 30px;
    font-size: 20px;
    background: #FFF;
    color: #FF0000;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

#phone_icon {
    height: 30px;
    font-size: 30px;
    line-height: 30px;
}

#phone_number {
    position: relative;
    float: left;
    width: 280px;
    margin-top: 3px;
    text-align: center;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    font-weight: bolder;
}

#liqui_moly_container {
    position: relative;
    width: 320px;
    height: 80px;
    margin: 0 auto;
    font-family: sans-serif;
    font-weight: bolder;
    z-index: 100;
}

#lm_border_container {
    position: relative;
    float: left;
    height: 100%;
    font-size: 38px;
    line-height: 38px;
    float: left;
}

#liqui {
    padding: 2px;
    text-align: center;
    position: relative;
    background: rgba(61,61,255,1);
    height: 50%;
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
}

#moly {
    padding: 2px;
    text-align: center;
    position: relative;
    background: rgba(255, 0, 0, 1);
    height: 50%;
    border-bottom: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
}

#content {
    position: relative;
    float: left;
    padding-left: 4px;
    font-size: 26px;
    line-height: 26px;
}

#banner_image_container {
    height: 60px;
}

#left_image {
    width: 150px;
    height: 80px;
    float: left;
    background-image: url(../images/wrench.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#right_image {
    width: 150px;
    height: 80px;
    float: left;
    background-image: url(../images/car.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#banner_text {
    position: relative;
    height: 136px;
    width: 280px;
    margin: 0 auto;
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
}

td {
    padding: 4px;
    vertical-align: top;
}

#banner_times {
    position: relative;
    height: 140px;
    width: 280px;
    margin: 0 auto;
}

#aside_right_layout_container {
    position: absolute;
    width: 340px;
    height: auto;
    top: 120px;
    right: 2%;
    background: whitesmoke;
    color: #009933;
    -webkit-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    z-index: 8;
    border: 1px solid #444444;
    -webkit-box-shadow: 4px 2px 8px 0 rgba(0,0,0,1);
    box-shadow: 4px 2px 8px 0 rgba(0,0,0,1);
}

.aside_right_content_container {
    position: relative;
    width: 100%;
    height: 50%;
}

#dekra_heading {
    width: 92%;
    height: 60px;
    margin: 4%;
    background-image: url(../images/dekra.png);
    background-position: 36% center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#dekra_tuev_image {
    width: 92%;
    height: 60px;
    margin: 4%;
    background-image: url(../images/tuev.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#dekra_content_container {
    background-color: #009933;;
    color: whitesmoke;
    -webkit-border-radius: 40px 0 0 0;
    border-radius: 40px 0 0 0;
    padding: 40px;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 4%;
}

.dekra_text_normal {
    font-weight: 600;
    font-size: 17px;
    -webkit-border-radius: 40px 0 0 0;
    border-radius: 40px 0 0 0;
}

#dekra_text_white {
    color: #000000;
    margin: 0 auto;
    width: 50%;
    background: whitesmoke;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}
