.form-control {
    font-size: 1.4rem;
    height: 40px;
}
.nichtFertig {
    display: none;
    padding: 5px;
    font-size: 80%;
    background-color: rgba(182,100,132,1);
    color: #fff;
}
.dasKontaktFormular {
    padding-bottom: 30px;
}
.modal a {
    color: #E18400 !important;
}
.fa-clipboard {
    color: #5ca097;
    font-size: 200%;
}
.dsZustimmung, dsStimmZu {
    float: left;
}
.dsStimmZu {
    margin-top: 6px;
    margin-left: 140px;
}
.btn-success {
    color: #fff;
    background-color: rgb(88,152,173);
    border-color: rgb(78,142,163);
    font-size: 90%;
    font-weight: 700;
    transition: background-color 0.2s, border-color 0.3s;
}
.btn-success:hover {
    background-color: rgb(58,122,143);
    border-color: rgb(48,112,133);
}
.btn-warning {
    color: rgb(58,122,143);
    background-color: rgb(223, 160, 15);
    border-color: rgb(213, 150, 5);
    font-size: 90%;
    font-weight: 700;
    transition: background-color 0.2s, border-color 0.3s;
}
.btn-warning:hover {
    background-color: rgb(193, 130, 0);
    border-color: rgb(183, 120, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
    color: #fff;
    background: rgb(88,152,173);
}
.kontaktParas {
    display: inline-block;
    font-size: 120%;
    margin-bottom: 30px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
#inDerZwischenablage {
    color: #fff;
    background-color: rgba(182,100,132,0.7);
    text-shadow: 0px 0px 4px #000;
    position: fixed;
    top: 48%;
    left: 35%;
    width: 30%;
    min-width: 300px;
    height: 220px;
    text-align: center;
    vertical-align: middle;
    z-index: 9999;
    padding-top: 15px;
    display: none;
}
#inDerZwischenablage .fa {
    font-size: 400%;
}
#inDerZwischenablage .popupText {
    font-size: 200%;
}
#map {
    width: 100%;
    height: 500px;
}
@media (min-width: 100px) and (max-width: 500px) {
    .form-control {
        font-size: 1.2rem;
        height: 30px;
    }
    .dsZustimmung, .dsStimmZu {
        float: none;
        text-align: center;
    }
    .dsStimmZu {
        margin-top: 10px;
        margin-left: 0;
    }
}
#datenschutzCheck {
    background-color: #dd0;
    color: #c00;
    display: none;
    font-size: 90%;
    margin-bottom: 10px;
    padding: 10px;
}
