.ibe__wrapper {
    margin-top:100px !important;
}

.button-type--1 {
    line-height: 40px;
    background: #000;
    color: #fff;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    padding: 0 30px;
    display: inline-block;
    font-size: 14px
}

.button-type--1:hover {
    color: #fff;
    text-decoration: none;
    background: #f29b0d;
}

.button-type--1--green {
    line-height: 40px !important;
    background: #f29b0d !important;
    color: #fff !important;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    padding: 0 30px;
    display: inline-block;
    font-size: 14px;
    border:none;
    text-shadow: none !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*width:100%;*/
    text-align:center;
}

.button-type--1--green:hover {
    background-color: #fff !important;
    color:#f29b0d !important;
    text-decoration: none;
    /*border:3px solid #f29b0d !important;*/
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

@media screen and (min-width: 768px) {
    .button-type--1--green {
        width:auto;
    }
}

.button-type--2 {
    line-height: 48px;
    font-size: 15px;
    color: #000;
    display: inline-block;
    padding: 0 40px 0 40px;
    background: #fff;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    border: 5px solid #000
}

@media screen and (min-width: 1024px) {
    .button-type--2 {
        font-size: 17px;
        line-height: 55px
    }
}

.button-type--2:hover {
    color: #fff;
    text-decoration: none;
    border: 5px solid #000
}

.button-type--2--blue {
    border: 5px solid rgba(255, 255, 255, 0.5) !important;
    color: #fff;
    padding: 0 25px
}

.button-type--3 {
    line-height: 40px;
    background: #ffffff !important;
    border: 1px solid #f29b0d !important;
    color: #f29b0d !important;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    padding: 0 30px;
    display: inline-block;
    font-size: 14px;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #f29b0d;
}

input:focus + .slider {
    box-shadow: 0 0 1px #f29b0d;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.label {
    display: inline-block;
    padding-top:5px;
}

/* SWITCH BUTTON ENDE */

/*#ibe-extended {
    background-color:#f2f2f2;
    border-top:6px solid #f29b0d;
}

#ibe-extended:before {
    border-color: transparent transparent #f29b0d transparent;
}

#ibe-extended h3,
#ibe-extended h4 {
    color:#f29b0d;
}*/

section.section {
    padding: 0;
    margin: 0;
    height: 0;
}

.mod_ibe {
    overflow: inherit;
}

.ibe > .ibe-formbody .form-element .checkbox-group input[type="checkbox"]:checked + span,
.ibe > .ibe-formbody .form-element .checkbox-group input[type="radio"]:checked + span{
    border: 3px solid #ffffff;
    background: #f29b0d;
}

.ce_rsce_toplink, .ce_toplink {
    display:none;
    position: fixed;
    bottom: 10px;
    right: 0;
    width: auto;
}

.footer {
    margin-top: 80px;
     padding: 0;
     background-color: transparent;
    color: #ffffff !important;
}