

.inclusive-box {
    display: inline-block;
    padding: 2px 7px;
    color: #ffffff;
    border-radius: 3px;
    background-color: #009ddb;
    margin-bottom:5px;
}

.h2-schulmanager, .h2-lernwelt, .h2-webauftritt, .h2-foerderplanung, .h2-schulangebote{
      margin-top:6px;
      padding-left:4px;
}

.h2-schulmanager{
      color: hsla(0.4838709677419475, 100.00%, 75.69%, 1.00);
}
.h2-lernwelt{
      color: hsla(243.70370370370367, 55.86%, 71.57%, 1.00);
}
.h2-webauftritt{
      color: hsla(316.94117647058823, 54.84%, 69.61%, 1.00);
}
.h2-foerderplanung{
      color: hsla(179.43396226415095, 52.48%, 60.39%, 1.00);
}
.h2-schulangebote{
      color: #E0A025;
}
.h3-imporant{
      color: #000000 !important;
}

.offer-link-to-pdfs {
      margin:10px;
}
.offer-link-to-pdfs a {
      color: #009ddb;
      text-decoration: none;
}

.sne-pricing-infos{
        text-align: center;
        padding-top:15px;
}
.sne-pricing-infos a{
        color: #009ddb;
        text-decoration: none;
        text-align: center;
}

.special-person-input {
    padding: 1px 3px;
    margin: 0 4px 4px 4px;
    border-radius: 3px;
    background-color: #f1fbff;
    border: 1px solid rgba(0, 0, 0, .6);
}

input.special-person-input:focus {
    outline-width: 0;
}

.special-person-input.no-margin-left {
    margin-left: 0px !important;
}

input.input-box,
    textarea {
        background: white;
        color: black;
    }
    
    .hidden-form .w-input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: rgba(255, 255, 255, 0.2);
    }
    
    .hidden-form .w-input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: rgba(255, 255, 255, 0.2);
        opacity: 1;
    }
    
    .hidden-form .w-input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: rgba(255, 255, 255, 0.2);
        opacity: 1;
    }
    
    .hidden-form .w-input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: rgba(255, 255, 255, 0.2);
    }
    
    input.black-text,
    textarea {
        color: black;
    }
    .white-text{
        color:#ffffff;
    }
    .h5--inactive{
        color: rgba(0, 0, 0, .2);
    }

    .text-field{
        padding: 0;
        height: 60px;
        padding-left: 0px;
    }
    .success-message{
        background-color: #fff;
    }
    .h2-success{
        color: #009ddb;
    }
    .special-person-input{
        width:42px;
    }
    @media (max-width: 479px) {
      .form-wrapper {
        width: 100%;
      }
    }