/*******************************************/
/* Industry (list)
/*******************************************/


/*******************************************/
/* Product (single)
/*******************************************/

h2.related {
    color: #9a9a9a;
    font-size: 1.4em;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0.7em;
    margin-right: 16px;
    font-family:'FrutigerNextW01-Condens';
}

div.company h2.related {
    margin-top: 10px;
    margin-left: 10px;
}

div.product_list_teaser {
    margin-top: 1.2em;
    float: left;
    margin-right: -16px;
}

div.product.expired,
div.product.expired h1 {
    color: #9d9d9d;
}

div.product.expired .box {
    position: relative;
    overflow: hidden;
}

div.expiredBanderole {
    position: absolute;
    top: 70px;
    left: -75px;
    width: 350px;
    background-color: #e70105;
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;
    font-family:'FrutigerNextW01-Medium';
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    color: white;
}

div.expiredBanderole strong {
    font-size: 1.2em;
}


div.product div.box {
    position: relative;
}

div.product div.body ul,
div.poll div.body ul {
    list-style-type: disc;
}

div.product div.body ol,
div.poll div.body ol {
    list-style-type: decimal;
}

div.product div.body ol li,
div.product div.body ul li,
div.poll div.body ol li,
div.poll div.body ul li {
    margin-left: 2em;
    margin-bottom: 0.3em;
}


div.product div.body ul li {
    margin-left: 1.5em;
    margin-bottom: 0.3em;
}

div.product div.body a.attachment {
    display: block;
    height: 32px;
    background-image: url(images/icon/default.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 32px 32px;
    padding-left: 36px;
    padding-top: 8px;
}

div.product div.body a.attachment-pdf {
    background-image: url(images/icon/pdf.png);
}

div.product div.box img.gradient {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 90px;
    z-index: 100;
    display: none;
}

div.product div.box img.arrows {
    position: absolute;
    left: 40%;
    bottom: -20px;
    height: 165px;
    z-index: 101;
    display: none;
}

div.product div.collapsedBox {
    max-height: 600px;
    overflow: hidden;
}

div.product div.collapsedBox img.gradient {
    display: block;
}

div.product div.collapsedBox img.arrows {
    display: block;
}

div.product div.product_list_teaser {
    margin-top: 0px;
}

div.product div.product_list_teaser a.minibox h3 {
    display: none;
}

form.requestform {
    position: relative;
}

form.requestform h3 {
    margin-top: 0;
}

form.requestform img.logo {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100px;
}

form.requestform div#requestaddress {
    margin-top: 20px;
    display: none;
}

form.requestform label.head {
    font-family:'FrutigerNextW01-Medium';
    font-weight: normal;
}

form.requestform  label.control-label {
    padding: 0;
}

form.requestform  div.controls {
    margin-bottom: 10px;
    padding: 0;
}


div.product div.company_teaser img.logo {
    margin-bottom: 10px;
}

div.viewed_products h3 {
    margin-bottom: 15px;
}

div.viewed_products div.imagebox {
    padding-right: 8px;
    width: 25%;
}

div.viewed_products div.imagebox:nth-of-type(4n) {
    padding-right: 0;
}
div.viewed_products div.imagebox:nth-of-type(5),
div.viewed_products div.imagebox:nth-of-type(6),
div.viewed_products div.imagebox:nth-of-type(7),
div.viewed_products div.imagebox:nth-of-type(8) {
    padding-bottom: 0;
}

/*******************************************/
/* Product (list)
/*******************************************/

/*******************************************/
/* Poll (form)
/*******************************************/

div.poll div.globalform {
    margin-top: 1em;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

div.poll div.voting {
    margin-bottom: 25px;
}

div.poll div.voting h2 {
    margin-top: 5px;
}

div.poll div.voting h3.selection_info {
    display: none;
    float: left;
}

div.poll div.voting div.radio-group {
    margin-top: 2em;
    float: left;
}

div.poll div.voting div.product {
    width: 100%;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.product_option a.imagebox {
    margin-bottom: 3px;
}

.product_option {
    margin-bottom: 10px;
    width: 100px;
    float: left;
    text-align: center;
    margin-right: 6px;
}

div.poll div.voting div.product h3 {
    font-size: 13px;
    color: #808080;
    margin-top: 0;
}

div.poll div.voting div.product label.image {
    float: left;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    background-size: cover;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

div.poll div.voting div.selected label.image {
    border: 3px solid #078812;
}

div.poll div.voting div.selected h3 {
    color: black;
}

div.poll div.voting div.product input {
    position: absolute;
    top: 3px;
    left: 5px;
}

div.poll div.charleft {
    font-size: 0.857em;
}

/*******************************************/
/* Company (list)
/*******************************************/

div.company_list div.letterslist {
    margin-bottom: 40px;
    margin-left: 20px;
}

div.company_list div.letterslist a {
    font-size: 1.2em;
}

div.company_list a.button_letter {
    background: #ffffff;
}

div.company_list div.flex div.box {
    height: 230px;
}

div.company_list div.flex div.box div.image {
    background-position: center;
    background-size: auto;
    height: 155px;
}

div.company_list div.flex div.box div.full {
    background-size: contain;
    width: 80%;
    height: 50%;
    margin-right: auto;
    margin-left: auto;
}

/*******************************************/
/* Company (registration)
/*******************************************/

div.company_registration {

}

div.company_registration div.industrychoice {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #DDDDDD;
    background: #ffffff;
}

div.company_registration div.industrychoice div.form-group {
    margin-bottom: 0;
}

/*******************************************/
/* Page (view)
/*******************************************/

div.page {}

div.page div.float-left {
    float: left;
    margin-right: 10px;
}

div.page div.float-right {
    float: right;
    margin-left: 10px;
}