body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #1FB25A;
    color: #fff;
}

.back-btn {
    background: #0F7437;
    padding: 10px 20px;
    width: 70px;
    border-bottom: 3px solid #0a612d;
    border-radius: 3px;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    top: 30px;
    font-weight: 500;
    line-height: 2;
}

#submit {
    position: relative;
    z-index: 99999;
}

#wait,
#error {
    display: none;
}

#error {
    background-color: #e00;
    color: #fff;
    border: 0;
    border-bottom: 4px solid #900;
    border-radius: 3px;
    display: inline-block;
    padding: 15px 60px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
}

#config-btn {
    display: none;
}

html {
    font-family: 'Open Sans', sans-serif;
}

#input_container {
    width: 80%;
    margin: 2% auto;
    display: block;
}

#input_container > input,
#input_container > textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 3em;
    display: inline-block;
    resize: none;
    margin-bottom: 1em;
    border: 1px solid #0F7437;
    padding: 10px 40px 10px 5px;
    background: #FEFEFE;
    font-size: 30px;
}

#input_container input.submit {
    background-color: #0f7437;
    color: #fff;
    border: 0;
    border-bottom: 4px solid #0a612d;
    border-radius: 3px;
    cursor: pointer;
    padding: 15px 60px;
}

input#input {
    width: 800px;
}

.domain {
    font-size: 3em;
}

#device {
    color: #ccc;
    position: absolute;
    bottom: 0px;
    padding: 10px;
}

#device {
    color: #ccc;
    position: absolute;
    bottom: 0px;
    padding: 10px;
    display: none;
}

#config-btn {
    display: none;
}
/*SCREENS*/

#customer-section {
    display: none;
    margin-top: 200px;
}

#information-section {
    display: none;
    margin-top: 100px;
}

.section-visible {
    display: block !important;
}

.invisible {
    display: none !important;
}
/*BEGIN SCHERM*/

#begin-section {
    padding-top: 10%;
    text-align: center;
}

#begin-section h2 {
    padding-top: 30px;
    margin: 30px 0 0 0px;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    border-top: 1px solid #fff;
}

.wrapper {
    width: 80%;
    margin: auto auto;
}

.begin-button {
    font-family: 'Open Sans', sans-serif;
    background-color: #0f7437;
    color: #fff;
    border: 0px;
    border-bottom: 4px solid #0a612d;
    padding: 15px 60px;
    font-size: 30px;
    font-weight: bold;
    margin: 20px 20px 0 20px;
    cursor: pointer;
    border-radius: 3px;
}
/*INFO SCHERM*/

#information-section {
    line-height: 2;
}

.img-right {
    float: right;
    margin-left: 40px;
}

.img-left {
    float: left;
    margin-right: 40px;
}

#cr-logo {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

a.iaspect-btn {
    border-radius: 4px;
    background: #ef0908;
    padding: 8px 20px 8px 20px;
    height: 38px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    position: fixed;
    right: 10%;
    top: 30px;
}

#wrapper.center {
    text-align: center;
}

#wrapper.bollen {
    width: 90%;
    margin: 0px auto;
    margin-bottom: -20px;
}

.features {
    text-align: left;
    width: 100%;
    max-width: 540px;
    margin: 40px 0 0 0;
    float: left;
}

.features.last {
    width: 440px;
}

.features-image {
    float: left;
    width: 130px;
}

.features-txt {
    float: left;
    width: 310px;
}

.features-txt h3 {
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    margin: 0px 0 5px 0;
}