.antragsform * {
    box-sizing: border-box;
    font-family: inherit;
}

.antragsform {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.antragsform form {
    max-width: 600px;
}

.antragsform .formauswahl {
    display: flex;
    margin-bottom: 5px;
}

.antragsform .formauswahl input {
    margin-right: 5px;
}

.antragsform input[type="text"],
.antragsform input[type="email"],
.antragsform input[type="tel"],
.antragsform input[type="number"],
.antragsform select {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: none;
    width: 100%;
}

.antragsform input:focus {
    border-color: #e9322d !important;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}

.antragsform .flexer5050,
.antragsform .flexer3070,
.antragsform .flexer7030 {
    display: flex;
    justify-content: space-between;
}

.antragsform .flexer5050 input {
    width: 49%;
}

.antragsform .flexer3070 input:first-child {
    width: 29%;
}

.antragsform .flexer3070 input:last-child {
    width: 69%;
}

.antragsform .flexer7030 input:first-child {
    width: 69%;
}

.antragsform .flexer7030 input:last-child {
    width: 29%;
}
.antragsform .flexer303040{
    display:flex;
    align-items:center;
}
.antragsform .flexer303040 input:nth-child(1){
    width:29%;
    margin-right:2px;
}
.antragsform .flexer303040 input:nth-child(2){
    width:29%;
    margin-left: 2px;
    margin-right:2px;
}
.antragsform .flexer303040 input:nth-child(3){
    width:39%;
    margin-left:2px;
}

.antragsform .pklabel {
    display: flex;
    margin-bottom: 10px;
}

.antragsform .pklabel input {
    margin-right: 5px;
}

.antragsform button {
    background-color: #19509D;
    border-color: #19509D;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    -o-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
}

.antragsform button:hover {
    border-color: #000000;
}

.antragsform .kkandere,
.antragsform .pkandere,
.antragsform input[type="text"].pknummer,
.antragsform select.selectpk {
    display: none;
}

.antragsform .tooltipcontainer {
    position: relative;
}

.antragsform .tooltip {
    position: absolute;
    right: -10px;
    top: 50%;
    background-color: #fff;
    border: 1px solid #19509D;
    border-radius: 5px;
    padding: 10px;
    max-width: 320px;
    transform: scale(0);
    transition: transform .3s ease-out;
    transform-origin: top right;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
    opacity:1;
}

.antragsform .tooltip img {
    max-width: 300px;
}

.antragsform .tooltipicon {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 14px;
    padding: 2px 7px;
    border-radius: 50%;
    background-color: #19509D;
    color: #fff;
    z-index: 2;
    cursor: pointer;
}

.antragsform .tooltipicon:hover~.tooltip {
    transform: scale(1);
}

.antragsform .popuphinweis {
    display: none;
}

.antragsform .datenschutz {
    margin-bottom: 10px;
    display:flex;
}

.antragsform .mailcheckcont label {
    display: flex;
}

.antragsform .datenschutz input,
.antragsform .mailcheckcont input {
    margin-right: 5px;
}

.antragsform .pdfbutton{
    background-color: #19509D;
    border-color: #19509D;
    color: #fff;
    display: none;
    padding: 6px 12px;
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    -o-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
}
.antragsform .pdfbutton:hover {
    border-color: #000000;
}
@media screen and (max-width:980px) {
    .antragsform form {
        max-width: 100%;
    }
}
@media screen and (max-width:570px){
    .antragsform .popuphinweis .flexit{
        display:flex;
        flex-direction:column;
        align-items:flex-start;
    }
    .antragsform .pdfbutton{
    margin:10px 0;
}
}