@charset "utf-8";
/* CSS Document */
textarea {
resize: vertical;
width: -webkit-fill-available;
}
.row {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.row .col-2:last-child .input-group-desc {
margin-bottom: 0
}
.row-space {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
.row-refine {
margin: 0 -15px
}
.row-refine .col-3 .input-group-desc, .row-refine .col-9 .input-group-desc {
margin-bottom: 0
}
.col-2 {
width: -webkit-calc((100% - 30px)/2);
width: -moz-calc((100% - 30px)/2);
width: calc((100% - 30px)/2)
}
@media(max-width:767px) {
.col-2 {
width: 100%
}
}
.form-row {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 40px
}
.form-row .name {
width: 125px;
color: #555;
font-size: 15px;
font-weight: 700
}
.form-row .value {
width: -webkit-calc(100% - 125px);
width: -moz-calc(100% - 125px);
width: calc(100% - 125px)
}
@media(max-width:767px) {
.form-row {
display: block
}
.form-row .name, .form-row .value {
display: block;
width: 100%
}
.form-row .name {
margin-bottom: 7px
}
}
.col-3, .col-9 {
padding: 0 15px;
position: relative;
width: 100%;
min-height: 1px
}
.col-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-moz-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
@media(max-width:767px) {
.col-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 35%;
-moz-box-flex: 0;
-ms-flex: 0 0 35%;
flex: 0 0 35%;
max-width: 35%
}
}
.col-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-moz-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
@media(max-width:767px) {
.col-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 65%;
-moz-box-flex: 0;
-ms-flex: 0 0 65%;
flex: 0 0 65%;
max-width: 65%
}
}


input[type=datei] {
padding: 14px
}

input {
outline: none;
margin: 0;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
width: 100%;
font-size: 14px;
font-family: inherit
}
.input--style-5 {
background: #e5e5e5;
line-height: 50px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 0 22px;
font-size: 16px;
color: #555
}
.input-group-desc {
position: relative
}
@media(max-width:767px) {
.input-group-desc {
margin-bottom: 40px
}
}
.input-group {
position: relative;
margin: 0
}
.label {
color: #555;
font-size: 15px;
font-weight: 700
}
.label--block {
width: 100%
}
.label--desc {
position: absolute;
text-transform: capitalize;
display: block;
color: #999;
font-size: 14px;
margin: 0;
margin-top: 7px;
left: 0
}
.select--no-search .select2-search {
display: none !important
}
.select2-container--open .select2-dropdown--below {
border: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
-moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
border: 1px solid #e0e0e0;
margin-top: 5px;
overflow: hidden
}
.select2-container--default .select2-results__option {
padding-left: 22px
}
.rs-select2 .select2-container {
width: 100% !important;
outline: none;
background: #e5e5e5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px
}
.rs-select2 .select2-container .select2-selection--single {
outline: none;
border: none;
height: 50px;
background: 0 0
}
.rs-select2 .select2-container .select2-selection--single .select2-selection__rendered {
line-height: 50px;
padding-left: 0;
color: #555;
font-size: 16px;
font-family: inherit;
padding-left: 22px;
padding-right: 50px
}
.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow {
height: 50px;
right: 15px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center
}
.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow b {
display: none
}
.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow:after {
font-family: material-design-iconic-font;
content: '\f2f9';
font-size: 24px;
color: #999;
-webkit-transition: all .4s ease;
-o-transition: all .4s ease;
-moz-transition: all .4s ease;
transition: all .4s ease
}
.rs-select2 .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg)
}
.title {
text-transform: uppercase;
font-weight: 700;
text-align: center;
color: #fff
}
.card {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #fff
}
.card-5 {
background: transparent;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
-moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15)
}
.card-5 .card-heading {
padding: 20px 0;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px
}
.card-5 .card-body {
padding: 52px 85px;
padding-bottom: 73px
}
@media(max-width:767px) {
.card-5 .card-body {
padding: 40px 30px;
padding-bottom: 50px
}
}