body{
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}
b, strong {
    font-weight: 800;
}

.btn-primary.btn-zpid{
    background-color: #352071;
    color:white;
    border:2px solid #352071;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
}
.btn-primary.btn-zpid:hover{
    background-color: white;
    border:2px solid #352071;
    color: #352071;
}

.btn-secondary.btn-zpid{
    background-color: #e6ecf0;
    color:#352071;;
    border:2px solid #e6ecf0;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
}
.btn-secondary.btn-zpid:hover{
    background-color: #e6ecf0;
    border:2px solid #352071;;
    color: #352071;;;
}

.btn-primary.btn-zpid:disabled{
    background-color: rgba(53, 32, 113, 0.68);
    color:white;
    border:2px solid rgba(53, 32, 113, 0.68);
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
}

h1{
    font-size: 1.5em;
    padding-bottom: 0.5em;
}
h2{
    font-size: 1.3em;
}
h3{
    font-size: 1.1em;
}
.btn-success.btn-zpid{
    background-color: #069737;
    color:white;
    /*font-weight: 600;*/
    border:2px solid #069737;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
}
.btn-right{
    display:block;
    float:right;
}
.btn-gold.btn-zpid{
    margin-left:5px!important;
    background-color: goldenrod;
    color:white;
    border:2px solid goldenrod;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
}
.btn-gold.btn-zpid:hover{
    background-color: white;
    border:2px solid goldenrod;
    color: goldenrod;
}


.btn-success.btn-zpid:hover{
    background-color: white;
    border:2px solid #069737;
    color: #069737;
}
.btn-danger.btn-zpid{
    background-color: #c43240;
    border-radius: 0;
    color:white;
    border:2px solid #c43240;
    font-family: 'Montserrat', sans-serif;
}
.btn-danger.btn-zpid:hover{
    background-color: white;
    border:2px solid #c43240;
    color: #c43240;
}

.btn-default.btn-zpid{
    background-color: #0097c6;
    color:white;
    border:2px solid #0097c6;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
}
.btn-default.btn-zpid:hover{
    background-color: white;
    border:2px solid #0097c6;
    color: #0097c6;
}

.btn-default.btn-zpid:disabled{
    background-color: #0097c6;
    color:white;
    border:2px solid #0097c6;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
}
.js-icon-link, .icon-link{
    text-decoration: none;
    color:#0097c6;
}
.js-icon-link:hover, .icon-link:hover{
    color: #9f13d2;
}
.btn-default.btn-zpid:focus {
    box-shadow: none;
}

.card-zpid .card-header{
    background-color: #352071;
    color: white;
}
.card-zpid{
    background-color: #f7f7f7;
    border:none;
    border-radius: 0;
    padding: 20px;
}

.phone{
    background-image: url("../../images/phone-3f7c542a866718b1dc2749ff7d3ce1c6.png");
}
.email {
    background-image: url("../../images/mail-c0fd6e9967823f1e1083c11d7ad5ac90.png");
    background-position: left 6px;
    line-height: 1.4em;
}
.icon-span {
    display: block;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left;
    margin-bottom: 5px;
}

.btn-default.btn-zpid-decision{
    background-color: #0097c6;
    color:white;
    border:2px solid white;
    border-radius: 0;
    min-width: 250px;
    font-family: 'Montserrat', sans-serif;
}

.btn-default.btn-zpid-decision:hover{

    background-color: white;
    border:2px solid #0097c6;
    color: #0097c6;
}


.btn.js-btn-dro-type-select {
    background: #fff;
    color: #000;
    padding: 0;
    cursor: pointer;
    border-radius: 4px;
    font-size: 13px;
    -moz-box-shadow: 7px 4px 5px 1px #d7d7d7;
    -webkit-box-shadow: 7px 4px 5px 1px #d7d7d7;
    box-shadow: 7px 4px 5px 1px #d7d7d7;
    border: 1px none currentcolor;
    overflow: hidden;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-width: 200px;
    min-height: 120px;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.btn .icon.icon-primary {
    background: #352071;
}
.btn .icon.icon-unwanted{
    background: rgba(79, 78, 78, 0.44);
}
.btn .icon {
    width: 60px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.btn .text {
    width: calc(100% - 60px);
    background-color: #f7f7f7;
}
.text-left {
    text-align: left !important;
    padding-left:10px;
}
.text-right{
    text-align: right!important;
    padding-right:10px;
}
.pr-3, .px-3 {
    padding-right: 1rem !important;
}
.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}
.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}
.btn.btn-white .text span {
    color: rgba(0, 0, 0, 0.3);
}
.dro-button-holder{
    padding-bottom: 10px;
}
.dro-button-holder:hover .btn .text{
    background-color:rgb(255, 255, 255);
}
.dro-button-holder:hover .btn .icon.icon-primary{
    background-color: rgb(0, 151, 198);
}
.dro-button-holder:hover .btn .icon.icon-unwanted{
    background-color: rgb(0, 151, 198);;}

.btn.js-btn-dro-type-select.active .text{
    background-color:rgb(255, 255, 255);
}
.btn.js-btn-dro-type-select.active .icon.icon-primary{
    background-color: rgb(0, 151, 198);;
}
#css-button-area{
    margin-top:50px;
}
#dro-search-info{
    padding-top: 5px;
}
#js-dro-search-results{
    padding-top:20px;
}
#css-barrierefreiheit .card-body{
    font-size: 1em;
}
#css-barrierefreiheit{
    border-radius:0;
}
#css-barrierefreiheit .card-body h1{
    font-size: 2em;
    padding-bottom: 0.5em;
}
#css-barrierefreiheit .card-body h2{
    font-size: 1.4em;
    padding-bottom: 0.5em;
    color: #352071;
}
.css-barrierefreiheit{
    margin: 0 auto;
}
#css-barrierefreiheit .card-body strong{
    font-weight: 600;
}