<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#cloudsummery .inner{
  position: relative;
}

#cloudsummery li{
    list-style: inside;
    padding: 2px 0;
    border-bottom: 1px dashed #EDEDED;
}

#cloudsummery li:last-child{
    border-bottom: 0;
}

#cloudConfiguration{
    width: 675px;

    padding: 65px 50px 50px 50px;
    box-sizing: border-box;
    margin: 30px 0;
    border-radius: 5px;
    border: 1px solid #AfAfAf;
    position: relative;

}

#cloudConfiguration tr{
  height: 30px;
}

#cloudConfiguration .icon{
    display: inline-block;
    background: #555;
    color: #FFF;
    border-radius: 5px;
    width: 30px;
    height: 20px;
    line-height: 20px;
    position: relative;
    text-align: center;
}

#cloudConfiguration .iconx{
  background: #C1C1C1;
}
#cloudConfiguration .icon-check{
  background: #f5a318;
}
#cloudConfiguration .icon-optional{
  background: #b8c744;
  font-weight: bold;
  /*font-size: 15px; */
}



#cloudConfiguration .summary{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5a318+0,f49600+87,f5a318+100 */
    background: #f5a318; /* Old browsers */
    background: -moz-linear-gradient(top, #f5a318 0%, #f49600 87%, #f5a318 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f5a318 0%,#f49600 87%,#f5a318 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f5a318 0%,#f49600 87%,#f5a318 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a318', endColorstr='#f5a318',GradientType=0 ); /* IE6-9 */
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 999;
    border-bottom: 1px solid #AfAfAf;
}

#cloudConfiguration .summary &gt; div{
  box-sizing: border-box;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

#cloudConfiguration .summary &gt; div span.half{
    height: 35px;
    line-height: 35px;
    display: block;
    vertical-align: bottom;
    position: relative;
    top: 8px;
}

#cloudConfiguration .summary &gt; div span.half ~ span.half{
    top: -8px;
}

#cloudConfiguration .summary .highlight span{
    color: #FFF;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
    border: 1px solid #000;
    line-height: 1.4em;
    font-weight: normal;
    display: inline-block;
    padding: 0 0.5em;
    border-radius: 4px;
    position: relative;
    top: 5px;
}

#options{
    background: rgba(0,0,0,0.9);
    padding: 15px;
    position: fixed;
    top: 15px;
    left: 15px;
}

#cloudConfiguration .description{
    padding: 15px;
    background: #F1F1F1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #AfAfAf;

    font-size: 11px;
    top: -6px;
    position: relative;
    display: none;
}

#cloudConfiguration select{
    position: relative;
    z-index: 1;
}

#cloudConfiguration .description p{
    margin-bottom: 5px;
}

#cloudConfiguration .description ul li{
    font-size: 11px;
    line-height: 15px !important;
}


#cloudConfiguration .summary .name{
    float: left;
    width: 30%;
    border-right: 1px solid #FFF;
}

#cloudConfiguration .summary .vcore,
#cloudConfiguration .summary .ssd,
#cloudConfiguration .summary .ram{
    float: left;
    width: 15%;
    text-align: center;
    border-right: 1px solid #FFF;
}


#cloudConfiguration h3{
    margin-top: 50px;
}

.cloudRessource{
    display: block;
    margin-bottom: 10px;
}

.slider{
    margin-bottom: 40px;
}

.silderContainer{
    position: relative;
    width: 445px;
}

.silderContainer span.price{
    position: absolute;
    right: -128px;
    border-radius: 5px;
    border: 1px solid #AfAfAf;
    background: #FFFFFF;
    line-height: 2em;
    width: 100px;
    text-align: right;
    top: 50%;
    margin-top: -1em;
    padding: 0 5px;
    font-weight: normal;
}

.noUi-value{
    padding-top: 5px;
}

.noUi-handle {
    border: 1px solid #AfAfAf;
    border-radius: 3px;
    background: #f5a318;
    cursor: default;
    box-shadow: none;
}

/*.noUi-horizontal .noUi-handle{
    right: -15px;
    width: 30px;
} */

.noUi-tooltip {
    display: none;
}
.noUi-active .noUi-tooltip, .noUi-handle:hover .noUi-tooltip{
    display: block;
}

.checkbox{
  position: relative;
}

.checkbox input{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.checkbox label{
    background: #b6b4b6;
    display: block;
    line-height: 4em;
    border-radius: 5px;
    border: 1px solid #AfAfAf;
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #b6b4b6), color-stop(1, #cacaca));
    background-image: -o-linear-gradient(top, #b6b4b6, #cacaca);
    background-image: -moz-linear-gradient(top, #b6b4b6, #cacaca);
    background-image: -webkit-linear-gradient(top, #b6b4b6, #cacaca);
    background-image: linear-gradient(to bottom, #b6b4b6, #cacaca);
    cursor: pointer;
    padding: 0 40px 0 60px;
    font-weight: bold;
}

.checkbox label span{
    position: absolute;
    right: 5px;
    border-radius: 5px;
    border: 1px solid #AfAfAf;
    background: #FFFFFF;
    line-height: 2em;
    min-width: 95px;
    text-align: right;
    top: 50%;
    margin-top: -1em;
    padding: 0 5px;
    font-weight: normal;
    color: #E1E1E1;
}

.checkbox label:before{
    content: '';
    height: 2em;
    width: 2em;
    top: 50%;
    margin-top: -1em;
    position: absolute;
    left: 15px;
    border-radius: 50%;
    border: 1px solid #AfAfAf;
    background: #FFFFFF;
}

.checkbox label:after{
    content: '\2718';
    height: 2em;
    width: 2em;
    text-align: center;
    line-height: 2em;
    top: 50%;
    margin-top: -1.0em;
    margin-left: -0.6em;
    font-size: 3em;
    color: #f5a318;
    text-shadow: 2px 2px 2px rgba(128,128,128,0.5);
    opacity: 0;
    position: absolute;
    left: 15px;
    transition: all 0.5s ease;
    transform: rotate(-45deg);
    left: 0;
}

.checkbox input[type=radio] ~  label:after{
    content: "\2718";
    margin-top: -1em;
}


.checkbox input:checked ~ label:after{
    opacity: 1;
    transform: none;
    left: 15px;
}

.checkbox input:checked ~ label span{
    color: #555;
}

label{
    display: block;
    font-weight: bold;
}

select, input[type=text], input[type=email]{
    display: block;
    line-height: 3em;
    width: 100%;
    box-sizing: border-box;
    height: 3em;
    padding: 0 10px;
}


#stdform fieldset {
    margin: 0 0 25px 0;
    padding: 15px;
    border: 1px solid #D7D7D7;
    background-color: #F6F6F6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}


.arrow_box {
  position: relative;
}
.arrow_box:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(245, 163, 24, 0);
  border-top-color: #f5a318;
  border-width: 15px;
  margin-left: -15px;
}
.arrow_box:before {
  border-color: rgba(175, 175, 175, 0);
  border-top-color: #AfAfAf;
  border-width: 16px;
  margin-left: -16px;
}


#stdform fieldset input,
#stdform fieldset select,
#stdform fieldset textarea{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0 10px;
}

.parsley-errors-list{
    position: relative;
    top: -10px;
    left: -10px;
}

.parsley-errors-list, .parsley-errors-list li{
    color: #F00 !important;
    font-size: 10px !important;
}

.recaptcha_container{
      position: relative;
}

.recaptcha_container.error::after{
    content: 'Bitte best\00E4tigen Sie das CAPTCHA!';
    display: block;
    color: #FF0000;
    font-size: 9px;
}
</pre></body></html>