@media only screen and (max-width: 767px)
{
.ce_bgimage.fullscreen-image .ce_bgimage-outer {height: inherit;}
}

.ce_iconbox_header.color-light h1, .ce_iconbox_header.color-light h2, .ce_iconbox_header.color-light h3, .ce_iconbox_header.color-light h4, .ce_iconbox_header.color-light h5, .ce_iconbox_header.color-light h6, .ce_iconbox_header.color-light p {
    color: rgb(255,255,255);
}

input, textarea, select {
    padding: 10px;
    background-color: rgba(255,255,255,0.5);
    border: 1px solid rgba(255,255,255,0.5);
    transition: all 0.15s linear 0s;
    width: 170px;

}
.ce_iconbox_header .contentwrap {
    padding-left: 0px!important;
    padding-right: 0px!important;

}
.ce_iconbox_header .iconbox_header_item_inside {
    overflow: hidden;
    padding: 1px;
}
.ce_iconbox_header .iconbox_header_item .image_container {
    text-align: left;
}
.iconbox_header {
    float: left;
    width: 21%;
}
.ce_iconbox_header .iconbox_header_icon {
    float: left;
    width: 21%;
    font-size: 5.333rem;
    line-height: 5.333rem;
}
body {
    color: #FFF;
    font-family: 'Rajdhani', sans-serif;
    line-height: 1.8rem;
    font-weight: normal;
}
body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    height: 100%;
    text-align: center;
    background: var(--grau);
    color: #FFF;
    overflow-y: auto;
    font-family: 'Rajdhani', sans-serif;
}

.ce_pricelist .label {
    float: left;
    padding-right: 10px;
    font-size: 1.8em;
}

.ce_pricelist .price {
    float: right;
    padding-left: 10px;
    font-size: 1.8em;
}
.ce_pricelist .price2 {
    float: right;
    padding-left: 10px;
    font-size: 0.8em;
}
.ce_iconbox_header h1, .ce_iconbox_header h2, .ce_iconbox_header h3, .ce_iconbox_header h4, .ce_iconbox_header h5, .ce_iconbox_header h6 {
    margin-bottom: 10px;
        font-family: 'Rajdhani', sans-serif;
}
h1, h2, h3, h4, h5, h6, .ce_revolutionslider_text.bold, .font_headline {
    font-family: "BourtonLineBold', sans-serif; 

    font-weight: bold;
    color: #fff;
    font-weight: 400;
        font-size: 1.8em;
}

/* Hide the default radio button */
input[type="radio"] {
  display: none;
}

/* Style for the label that will represent the radio button */
.radio-label {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 5px 20px;
  border: 2px solid #ddd;
  border-radius: 15px;
  cursor: pointer;
}

/* Style when the radio button is checked */
input[type="radio"]:checked + .radio-label {
  border-color: #009688;
  background-color: #009688;
  color: white;
}