.mb-selector {
    margin-bottom: 1em;
}

.mb-1 {
    margin-bottom: 1em;
}

.container {
    width: 100%;
    padding: 0 40px;
}

.ps-title {
    color: white;
}

.ps-helptext {
    color: black;
}

.ps-description {
    color: white;
    line-height: 15px;
    height: 120px;
    /*background-color: red;*/
}

.ps-spacer {
    height: 20vh;
}



/* - - - - - - - - BUTTONS (RESTYLED RADIO) - - - - - - - - */


.ps-button input[type="radio"],
.ps-button input[type="radio"] {
    line-height: 30px;
}

.box-h-30 {
    width: 100%;
    height: 50px;
    line-height: 25px;
    margin-bottom: 1em;
    /*overflow: hidden;*/
    max-height: 100%;
    display: table;
}

.ps-button input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.ps-button input[type="radio"] + label {
    height: 50px;
    text-align: center;
    width: 100vw;
    color: white;
    background-color: #706F6F;
    cursor: pointer;
    transition: linear 200ms;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.ps-button input[type="radio"] + label:hover {
    background-color: rgba(0, 45, 89, 0.7);

}

.ps-button input[type="radio"]:checked + label {
    background-color: rgba(0, 45, 89, 1);
}

.ps-button input[type="radio"]:checked + label:hover {
    background-color: rgba(0, 45, 89, 0.7);
}

.ps-baureihe-image img {
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
}

.ps-baureihe-imagetext {
    padding: 0 5px;
    margin: .5em 0;
    font-size: 1em;
    height: 4em;
    line-height: 1.3em;
    overflow: hidden;
    color: black;
    background-color: transparent !important;
}

/* - - - - - - - - RADIOS (ACTUAL) - - - - - - - - */

.ps-radio input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.ps-radio input[type="radio"] + label {
    /*background-color: brown;*/
    cursor: pointer;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: black;
}

.ps-radio input[type="radio"] + label:before {
    position: absolute;
    content: "";
    border: 2px solid black;
    height: 20px;
    width: 20px;
    background-color: transparent;
    top: 15px;
    left: 30px;
    border-radius: 10px;
}

.ps-radio input[type="radio"]:checked + label:after {
    position: absolute;
    content: "";
    border: 5px solid black;
    height: 10px;
    width: 10px;
    background-color: white;
    top: 20px;
    left: 35px;
    border-radius: 8px;
}

/* - - - - - - - - CHECKBOXES (NOT NEEDED ANYMORE) - - - - - - - - - - - - */
/*.ps-checkbox input[type="checkbox"]{
    opacity: 0;
    position: fixed;
    width: 0;
}

.ps-checkbox input[type="checkbox"] + label{

    cursor: pointer;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.ps-checkbox input[type="checkbox"] + label::before{
    position: absolute;
    content: "";
    border: 2px solid white;
    height: 20px;
    width: 20px;
    background-color: transparent;
    top: 5px;
    left: 30px;
    border-radius: 2px;
}
.ps-checkbox input[type="checkbox"]:checked + label::before{
    background-color: white;
}
.ps-checkbox input[type="checkbox"]:checked + label::after{
    position: absolute;
    content: "";
    border-color: #3C3C3B;
    border-width: 0 2px 2px 0;
    border-style: solid;
    height: 14px;
    width: 8px;
    top: 6px;
    left: 36px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

/* - - - - - - - - DROPDOWNS (JAVASCRIPT ENABLED) - - - - - - - - */

/*the container must be positioned relative:*/
.buderus-select {
    position: relative;
    margin-bottom: 1.5em;
}

.buderus-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: white;
    overflow: hidden;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 22px;
    right: 14px;
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 15px;
}

.select-selected {
    background-color: #002D59;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #fff;
    text-indent: 20px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    /*padding-left: 5px;*/
}

/*style items (options):*/
.select-items {

    /*margin: -5px 4px 0 4px;*/
    position: absolute;
    /*background-color: #706F6F;*/
    /*background-color: green;*/
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-items div {
    background-color: #706F6F;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: #002D59;
}

.select-grey {
    background-color: #706F6F;
}

/* RESULT GROUP */

#ps-result {
    height: 400px;
    overflow: hidden;
}

.ps-result-button input[type="radio"],
.ps-result-button input[type="radio"] {
    line-height: 30px;
}

.ps-result-button input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.ps-result-button input[type="radio"] + label {
    height: 50px;
    text-align: center;
    width: 100%;
    color: white;
    background-color: #706F6F;
    cursor: pointer;
    transition: linear 200ms;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}
div[data-type="result"] .ps-inner-row > div {
    /* background-color: red; */
    /* inset: auto; */
    border: 1px solid #999;
    /* padding: 0 3px; */
    box-sizing: border-box;
    margin: 2px 1px;
    width: calc(25% - 2px);
}


.ps-result-button input[type="radio"] + label:hover {
    background-color: rgba(0, 45, 89, 0.7);

}

.ps-result-button input[type="radio"]:checked + label {
    background-color: rgba(0, 45, 89, 1);
}

.ps-result-item {
    height: 100%;
    background-color: white;
    padding: 10px;
}

.ps-result-title {
    margin: 0 0 20px 5px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.ps-result-description {
    max-height: 200px;
    min-height: 200px;
    overflow: hidden;
}

.ps-result-image img {
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
}

.h-100 {
    height: 100%;
}

/* artikel */
#result-articles {
    margin-top: 50px;
}

.ps-article-item {
    background-color: white;
    padding-bottom: 10px;
    padding-top: 10px;
}

.ps-result-product-image {
    max-height: 100px;
    min-height: 100px;
    /*margin: 0 auto;*/
    /*display: block;*/
}

.height-20{
    height: 20px;
}

.height-25{
    height: 25px;
}

.ps-result-erp-image {
    max-height: 20px;
}

.ps-info-image {
    max-height: 20px;
    max-width: 20px;
    /*cursor: pointer;*/
}

.ps-pdf-image {
    max-height: 20px;
    max-width: 20px;
}

.ps-katalog-image {
    max-height: 20px;
    max-width: 20px;
    /*cursor: pointer;*/
}

.ps-result-plus {
    line-height: 99px;
    font-size: 32px;
}

.ps-article-button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    transition: linear 200ms;
    background-color: rgba(0, 45, 89, 1);
    color: white;
    cursor: pointer;
}
.ps-article-button:hover{
    background-color: rgba(0, 45, 89, 0.7);
}

.ps-article-hp-description,
.ps-article-zp-description {
    height: 30px;
    line-height: 15px;
    margin-bottom: 5px;
}

.ps-article-hp-text,
.ps-article-zp-text {
    margin-bottom: 10px;
    font-weight: bold;
}

.ps-article-hp-product,
.ps-article-zp-product {
    font-weight: bold;
}

.ps-article-warenkorb-icon {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.ps-article-ee {
    height: 50px;
    line-height: 50px;
}

.ps-result-bafa {
    background-color: orange;
    width: 50px;
    height: 50px;
    margin: 0 0 0 auto;
    border-radius: 50% !important;
    font-size: 8px;
    text-align: center;
    /*display: block;*/
    line-height: 9px;
    transform: rotate(-45deg);
    border-collapse: separate;
}

.ps-result-bafa span {
    font-size: 12px;
    font-weight: bold;
}

.ps-result-hide {
    opacity: 0;
}

.ps-result-warenkorb-btn {
    margin-bottom: 20px;
}

.ps-result-warenkorb-image {
    background-image: url(../../images/cart-icon.png);
    background-size: contain;
    height: 48px;
    top: 1px;
    background-position-x: 10px;
    background-repeat: no-repeat;
}
/*
.ps-result-bafa-image-hp {
    position: absolute;
    min-height: 70px;
    max-height: 70px;
    top: calc(50% - 35px);
    left: 120px;
    opacity: 0.8;
}*/
.ps-result-bafa-image {
    position: absolute;
    min-height: 70px;
    max-height: 70px;
    /*top: calc(50% - 35px);*/
    right: 10px;
    top: 50px;
    opacity: 0.8;
}
/*.ps-result-bafa-image-zp {
    position: absolute;
    min-height: 70px;
    max-height: 70px;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    opacity: 0.8;
}*/

.ps-result-bafa-text {
    height: 70px;
}

.ps-result-bafa-text a {
    color: black;
}

.ps-result-description a {
    color: black;
    cursor: pointer;
}

/* TEST */
.red {
    background-color: red;
}

.green {
    background-color: green;
}

.blue {
    color: white;
    background-color: blue;
}

.ps-hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #333;
}

.ps-odd-row {
    background-color: rgb(232, 232, 232);
}

.modal-vh80 {
    max-height: 80vh !important;
    text-align: left !important;
}

.ps-article-einsatz-text,
.ps-article-anwendung-text,
.ps-article-energietraeger-text,
.ps-article-regenergie-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
}

.ps-article-foerderung-text {
    height: 80px;
    /*line-height: 20px;*/
}

.ps-article-foerderung-text a {
    color: rgba(0, 0, 0, 1);
}
.ps-article-description-text{
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}
.systemlabel-active,
.systemdatenblatt-active{
    color: rgba(0, 45, 89, 1);
    cursor: pointer;
}

.systemlabel-inactive,
.systemdatenblatt-inactive{
    color: rgba(150, 150, 150, 1);
}

.ps-article-einsatz-label,
.ps-article-anwendung-label,
.ps-article-energietraeger-label,
.ps-article-regenergie-label,
.ps-article-foerderung-label{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
}
.mehr-link{
    color: inherit;
    cursor: pointer;
}
[data-erp]{
    /*cursor: pointer;*/
}

.ps-active-link{
    color: rgba(0, 45, 89, 1);
    color: rgba(0, 45, 89, 1);cursor: pointer;
    text-decoration: underline;
}
.ps-inactive-link{
    cursor: default;
}
.katalog-hinweis{
    font-size: 12px;
}
