.price-card{
    margin-right:5px;
    margin-left: 5px;
    background: white;
    padding: 10px;
    border-radius: 20px;
    
}
.price-card.recommended{
    background-color: #009fe3;
    color: white;
}
.recommended .license-divider{
    border-bottom: solid 2px white;
}
.recommended a{
    color:white;
}
.recommended .license-price{
    color:white;
}
.recommended .license-price-text{
    color:white;
}
.license-price-text{
    color: #009fe3;
    font-size: .6em;
    text-align: right;
}
.price-download{
    font-weight: bold;
    margin-bottom:15px;
    text-align: right;
}
.price-wrapper{
    display:grid;
    grid-template-columns: 33% 34% 33%;
    grid-column-gap: 15px;
    grid-row-gap: 40px;
}
.module-wrapper{
}
.kunden-card{
    margin-right: 5px;
    margin-left: 5px;
}
.success-card__subtitle{
    font-weight:bold;
    color:white;
    margin-bottom: 10px;
}
.module-icon{
    align-self: flex-end;
}

.header2{
    position: relative;
    background-color:#009fe3;
    padding-bottom: 2px;
}

.module-wrapper{
    display: none;    
    grid-template-columns: 50% 50%;    
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    margin-bottom: 30px;
}
.module-image{
    width:100%;
}

.active{
    display:grid;
}
.license-introText{
    margin-bottom: 30px;
}
.license-header{
    
}
.license-divider{
    border-bottom: solid #009fe3 2px;
    margin-bottom: 20px
}
.license-text{
    
    font-size: 0.8em;
    margin-bottom: 10px;
    margin-top:10px;
}
.license-subheader{
    
}
.license-price{
    color: #009fe3;
    text-align: right;
    font-weight: bold;
    font-size: 2em
}
.job-header{
    color:white;
    display: flex;
    margin-bottom: 20px;
}
.image-job{
    margin-right:10px
}
.job-header-text{
    text-align: center;
    font-size:1.1em;
    font-weight: bold;
}
.job-subheader{
    color:white;
    font-weight: bold;
}
.job-longtext{
}
.job-card{
    display: flex;
    margin-right: 20px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding: 24px 24px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 32%;
    -ms-flex: 0 32%;
    flex: 0 32%;
    border-radius: 12px;
    background-color: #009fe3;
    min-width: 33%;
    float:left;

}
.float-left{
    float:left;
}
.float-right{
    float:right;
}

.job-text{
    color:white;
}
.job-intro-container{
    display: grid;
}
.job-img{
    height:200px;
    width: 100%;
    background-image: url(../images/Karriere.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}
.job-container{
    

}

.module-text{
    grid-column-start: span 2;
}
.w--current{
    color:white !important;
    font-weight: bold;
}

.w-form-fail {
    width: inherit;
    justify-items: center;
    align-items: center;
    justify-content: space-around;
    overflow-wrap: break-word;
    text-align: center;
}

.newsletter-form.w-form{
    display: flex;
    flex-flow: column;
    align-items: center;
}