/*.content.pricelist {
    margin-top: 20px;
}

.content.pricelist .options {
    width: 50%;
    margin-left: 70px;
}

.result {
    position: fixed;
    top: 0;
    right: 20px;
    overflow: visible;
}

#calculation {
      Not supported by everything except Apple's WebKit. Replaced by single JS implementation.
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;

    position: absolute;
width: 100%;
    margin-top: 100px;
}

#calculation .price {
    float: right;
    font-weight: 500;
}

#calculation .positions {
    padding: 10px;
    background-color: #BEBEBE;
    color: #000;
    margin-bottom: 5px;
}

#calculation .total {
    padding: 10px;
    background-color: #F19236;
    color: #FFF;
    font-size: 2em;
    overflow: auto;
}

#calculation .total label {
    font-weight: 100;
}

.pricelist .item {
    height: auto;
    clear: both;
    margin-bottom: 60px;
}*/

.moreinfos {
    display: block;
    color: white;
    background-color: #51b4e5;
    padding: 5px 10px 5px 30px;
    position: relative;
}

.moreinfos .icon {
    position: absolute;
    top: 8px;
    left: 10px;
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url("../images/arrow.svg") no-repeat left center;
    background-size: 100% 100%;
}


/*
@media (max-width: 992px) {
    body {
        font-size: 0.8em;
    }
    h1 {
        font-size: 2.6em;
    }
    .title img {
        margin: 60px 0 20px 0;
    }
    .content.pricelist {
        margin-bottom: 120px;
    }
    .content.pricelist .options {
        width: 100%;
    }
    .result {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        height: 60px;
        width: auto;
        background-color: grey;
        margin: 0;
        padding: 0;
        z-index: 1000;
    }
    #calculation {
        margin: 0;
    }
    #calculation .positions,
    #calculation .currency {
        display: none;
    }
    #calculation .total {
        height: 60px;
        margin: 0;
        overflow: hidden;
    }
}*/

.options ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.options ul li {
    padding: 10px;
    margin: 5px 0;
    transition: background-color 0.3s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: auto;
}

.options ul li:hover {
    transition: none;
}

.options input {
    float: left;
}

.options label {
    display: block;
}

.options ul li .explanation {
    display: block;
    font-size: 0.5em;
}

input[type="checkbox"],
input[type="radio"] {
    height: 40px;
    width: 40px;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    background-color: white;
    box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.2);
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
}

input[type="radio"] {
    border-radius: 20px;
    background-size: 60%;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
    background-image: url("../images/checkmark.svg");
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    /*margin-left: 60px;*/
}

input[type="text"] {
    box-sizing: border-box;
    height: 40px;
    width: 100px;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.2);
    border-width: 0;
    padding: 3px;
    font-size: 1em;
    margin-right: 20px;
}

input[type="text"]+label {}

.options span.price {
    font-size: 0.5em;
    font-weight: bold;
    padding-left: 5px;
    background-color: #f49900;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    white-space: nowrap;
    vertical-align: middle;
}

.options span.price.screens {
    background-position: 3px center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
}

span.price {
    position: relative;
    font-size: 1.2em;
    padding-left: 8px;
    text-align: center;
    font-weight: 100;
}

#calculation .faqbutton a {
    margin-top: 15px;
    display: block;
}

#calculation .positions ul {
    /* display: table;*/
    margin: 0;
    padding: 0;
    width: 100%;
}

#calculation .positions ul li {
    display: table-row;
    padding-top: 5px;
    padding-bottom: 5px;
}

#calculation .positions ul li>span {
    display: table-cell;
}

#calculation .positions ul li .title {
    text-align: left;
    /* width: 100%;*/
    font-size: 1.2em;
}


}
#calculation .positions ul li .cost {
    padding-left: 10px;
    width: 100px;
    white-space: nowrap;
    text-align: right;
    font-weight: bold;
}
#calculation .positions ul li .subtotal {
    padding-left: 20px;
    width: 60px;
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
    display: none;
}
#calculation .currency {
    margin: 10px 0 0 0;
    text-align: right;
}
.cost {
    text-align: right;
}
@media only print {
    header img {
        display: none;
    }
    
    .content.pricelist .options {
        width: auto;
        float: none;
    }
    
    .content.pricelist .result {
        float: none;
        height: auto;
        position: static !important;
    }
    
    #calculation {
        float: none;
        height: auto;
        position: static !important;
        margin-bottom: 60px;
    }
}
.tseparator {
    white-space: nowrap;
    opacity: 0.9;
}

/*---------------------------------------------------*/
input[type="text"] {
    font-size: 18px;
    display: block;
    width: 80px;
    border: none;
    border-bottom: 1px solid #757575;
    box-shadow: none;
}
input:focus {
    outline: none;
}

/* LABEL ======================================= */
input[type=checkbox] {
    display: none;
}

/* to hide the checkbox itself */
input[type=checkbox] + label:before {
    font-family: FontAwesome;
    display: inline-block;
}
input[type=checkbox] + label:before {
    content: "\f096";
}

/* unchecked icon */
input[type=checkbox] + label:before {
    letter-spacing: 10px;
}

/* space between checkbox and label */
input[type=checkbox]:checked + label:before {
    content: "\f046";
}

/* checked icon */
input[type=checkbox]:checked + label:before {
    letter-spacing: 5px;
}
label {
    font-weight: 100;
}

/* allow space for check mark */
input[type=radio],
input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
input[type=radio] ~ label:before,
input[type=checkbox] ~ label:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f1db";
    letter-spacing: 10px;
    font-size: 1.2em;
    color: #757575;
}
input[type=radio]:checked ~ label:before,
input[type=checkbox]:checked ~ label:before {
    content: "\f058";
    font-size: 1.2em;
    letter-spacing: 5px;
}
input[type=checkbox] ~ label:before {
    content: "\f096";
}
input[type=checkbox]:checked ~ label:before {
    content: "\f046";
}
input[type=radio]:focus ~ label:before,
input[type=checkbox]:focus ~ label:before,
input[type=radio]:focus ~ label,
input[type=checkbox]:focus ~ label {
    color: green;
}

/*--------------------------------------*/
.fa.fa-info-circle {
    font-size: 0.8em;
    color: #f49900;
}
#calculation .total {
    background-color: #f49900;
}
.underlein:active,
.underlein:focus {
    border-bottom: 1px solid #f49900;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.total {
    color: #fff;
    font-size: 2em;
    /*text-align: right;*/
    
    text-align: center;
}

/*-------------------------------------*/
.secsy {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    padding-bottom: 0px;
    padding-top: 0px;
    height: 50px;
    opacity: 0.893;
}
.secsy-orange {
    background-color: #f49900;
}
.secsy-white {
    bottom: 50px;
    background-color: white;
    -webkit-box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.2);
}
#dropdownMenu2 {
    border: none;
    border-radius: 0px;
}
#calculation .positions ul li:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

/*--------------------------------------*/

/* actual dropdown animation */
.dropup .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}
.dropup.open .dropdown-menu {
    max-height: 400px;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
}
.glyphicon.glyphicon-triangle-top {
    font-size: 1.8em;
    line-height: 0.5;
}
@media (max-width: 992px) {
    .total {
        font-size: 1em;
        text-align: left;
        padding: 15px;
    }
}
.hghellweiss h3,
label {
    color: #757575;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.3em;
}
label {
    font-size: 1.2em;
}
#dropdownMenu2 p {
    text-align: center;
    margin-top: -7px;
    font-weight: 500;
    font-size: 16px;
}
.total label {
    color: #fff;
}