@CHARSET "UTF-8";


html,body{
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	box-sizing: border-box;
}

* {
	box-sizing: border-box;

}

form{

	padding-right: 10px;
	padding-bottom: 200px;
}


.row>div{
	display: inline-block;
	padding: 10px 0;
	padding-left: 10px;
	position: relative;
}

.row input[type='text'], .row input[type='number'], .row select, .row button, .row textarea{

	width: 100%;
	height: 35px;
	border: 1px solid #D4D4D4;
	color: #000;
/*	text-transform: uppercase;*/
	padding-left: 15px;
    appearance: none;
	-webkit-appearance: none;
    -webkit-border-radius: 0;
	outline: 0;
    background: #fff;
}
.row select.swb-pristine {
    color: #aaa9a9;
}

.row textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 15px;
	height: 80px;
	resize: none;
}

.row input:focus, .row select:focus{
	box-shadow: 0 0 8px #d4d4d4;
}

.row button:focus,  a.button:focus {
	box-shadow: 0 0 8px #d4d4d4;
}

.row input[type='checkbox']+label{
    font-size: 0.8em;
}

.row .swb-error{
	transition: 1s;
	border-left: 5px solid #E90000 !important;
}
.row input[type='checkbox'].swb-error+label{
    /*color: #E90000;*/
}

.row button:hover, a.button:hover {
	background: #E00000;
	cursor: pointer;
}

.row button:active, a.button:active {
	transform: scale(0.999)translateY(2px);
}

.row button.submit {
    background: #009EE0;
    border: 1px solid #009EE0;
}

.row input.dyn-input {
    height: 19px;
    width: calc(100% - 100px);
    outline: 0;
    border: 1px solid #dcdada;
    border-right: 0;
    padding-left: 5px;
}

.row button.dyn-button {
    width: 100px;
    height: 19px;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
.row button.dyn-button:focus {
    border: 0;
    box-shadow: 0;
}

.row button:disabled {
  color: rgba(255, 0, 0, 0);
  opacity: 0.2;
}

.row button:disabled:after {
  content: 'Bitte warten';
  color: #fff;
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  top: 39%;
  left: 0;
}

::-webkit-calendar-picker-indicator {

    text-align: center;
	margin-right: 15px;
    color: #3bafbf;

    z-index: 1;
}
::-webkit-inner-spin-button { display: none; }
.select-wrapper::after{
	content: '˅';
	font-size: 1.13em;
    text-align: center;
    line-height: 35px;
	pointer-events: none;
	top: 11px;
	right: 1px;
    position: absolute;
    width: 49px;
    height: 33px;
    color: #d4d4d4;
	border-left: 1px solid #d4d4d4;
	background: #fff;

    z-index: 1;
}
.multi-select select{
	background: rgba(0, 0, 0, 0);
}

select:disabled {
    cursor: not-allowed;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #aaa9a9;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #aaa9a9;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #aaa9a9;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #aaa9a9;
}





.row button, a.button {
	width: 100%;
	border: 1px solid #E90000;
	background: #E90000;
	color: #fff;
}


.tooltip {
    display: none;
    position: absolute;
    margin-top: 2px;
    min-height: 20px;
    padding-left: 15px;
    z-index: 4;
    color: #e90000;
    font-size: 0.7em;
    width: calc(100% - 10px);
}

.tooltip:before {
    content: ' ';
    position: absolute;
    width: 5px;
    height: 18px;
    background: #E90000;
    top: -5px;
    left: 0;
}
/* // 2021-02-19 - MW - Staat eingefügt  */
ul#partei, ul#staat {
	display: none;
    position: absolute;
    overflow: auto;
	max-height: 300px;
    width: calc(100% - 10px);
    z-index: 10;
    background: #FFF;
    border: 1px solid #d4d4d4;
    list-style: none;
    padding: 0;
    top: 28px;
	box-shadow: 0 10px 35px -10px;
}

/* // 2021-02-19 - MW - Staat eingefügt  */
ul#partei:hover,
ul#staat:hover {
	display: block;
}

/* // 2021-02-19 - MW - Staat eingefügt  */
ul#partei li,
ul#staat li{
	padding: 5px 10px;
	font-size: 13.333px;
	cursor: pointer;
}
/*div#overlay:hover+ul#partei,div#overlay:focus+ul#partei,*/
/* // 2021-02-19 - MW - Staat eingefügt  */
div#overlay.active+ul#partei,
div#overlay.active+ul#staat{
	display: block;
}

/* // 2021-02-19 - MW - Staat eingefügt  */
ul#partei li:hover,
ul#staat li:hover{

	background: #009EE0;
	color: #fff;
}
/* // 2021-02-19 - MW - Staat eingefügt  */
ul#partei li.disabled,
ul#staat li.disabled{
	color: grey;
	pointer-events: none;
}

/* // 2021-02-19 - MW - Fix Height  */
.overlay {
    position: relative;
    height: 35px;
    width: calc(100% - 35px);
    background: #fff;
    font-size: 13px;
    color: #009EE0;
    border: 1px solid #d4d4d4;
    padding: 9px 15px;
	overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
	cursor: pointer;
}

.overlay .placeholder{
	color: #afa9b1;
}

.multi-select::after {
    border: 1px solid #d4d4d4;
    top: 10px;
	right: 0px;
}

.item ~ .placeholder{
	display: none;
}

.overlay .item {
    background: #b1b1b1;
    border-radius: 2px;
    color: #FFF;
    font-size: 11px;
    position: relative;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding-left: 10px;
    margin-right: 5px;
}

.overlay .item .close{
	padding: 0 5px 0 10px;
    cursor: pointer;
	font-size: 8px;
}

.swb-error:hover+.tooltip,.swb-error:hover+.tooltip_ux+.tooltip{
	display: block;
}

input[type='checkbox'].swb-error+label+.tooltip{
    display: block;
    padding: 0;
}
input[type='checkbox'].swb-error+label+.tooltip:before{
    background: rgba(255, 255, 255, 0);
}

.col-4{
	width: calc(50% - 2.25px);
}

.col-2{
	width: calc(25% - 2.25px);
}

.col-6{
	width: calc(75% - 2.25px);
}

.col-5{
	width: calc(62.5% - 2.25px);
}

.col-3{
	width: calc(37.5% - 2.25px);
}
.col-8{
	width: calc(100% - 0.5px);
}

@media screen and (max-width: 480px){
    .col-4{
        width: calc(100% - 2.25px);
    }

    .col-2{
        width: calc(50% - 2.25px);
    }

    .col-6{
        width: calc(100% - 2.25px);
    }

    .col-5{
        width: calc(100% - 2.25px);
    }

    .col-3{
        width: calc(100% - 2.25px);
    }
    .col-8{
        width: calc(100% - 0.5px);
    }
}

.abschluss {
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a.button {
	text-decoration: none;
	display: inline-block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	margin-top: 20px;
}

.art-output{
    font-size: 22px;
    text-align: center;
    color: #009EE0;
}

.prv-title {
    font-weight: 600;
}

.swb-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(128, 128, 128, 0.45);
    z-index: 100;
    text-align: center;
    padding-top: 50vh;
    color: #d25353;
}

.swb-overlay.transparent {
    background: none;
}

.swb-overlay img{
    width: 60px;
}

.hide {
    display: none;
}

#hinweis{
    font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.dialog {
    position: absolute;
    z-index: 101;
    width: calc(100% + 10px);
    margin-left: -10px;
    padding: 15px;
    font-size: 11pt;
    background: #ffffff;
    top: 45px;
    box-shadow: 0 0 25px -5px;
}

.dialog input.input-von{
    margin-right: 5px;
    width: 150px;
    height: 25px;
}
.dialog input.input-bis{
    margin-right: 5px;
    width: 150px;
    height: 25px;
}

.dialog .dialog-title {
    margin-bottom: 5px;
}

.dialog button{
    width: 150px;
    height: 25px;
}

.dialog span.close-x {
    display: block;
    width: 15px;
    float: right;
    font-size: 10px;
    cursor: pointer;
}

span.waehrung {
    position: absolute;
    right: 0;
    text-align: center;
    padding: 11px 0;
    width: 49px;
    font-size: 12px;
    color: #333;
    border-left: 1px solid #d4d4d4;
}


div.prv-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(255, 255, 255);
    z-index: 10000;
    height: 100%;
    overflow: auto;
}

table.prv-table{
    width: 100%;
    border-collapse: collapse;
}

table.prv-table td.prv-label {
    font-weight: 200;
}
table.prv-table td {
    border-bottom: 1px solid grey;
    padding: 8px;
}

#BEGRUENDUNG {
    display: none;
}

.tooltip_ux {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 60px;
    border: 1px solid #e90000;
    padding: 10px;
    background: #fff;
    width: 98%;
    color: #e90000;
    left: 0;
    font-size: 0.9em;
    box-shadow: 0 0 15px #d4d4d4;
}

.tooltip_ux_plz {
    opacity: 0;
    visibility: visible;
    position: absolute;
    bottom: 60px;
    border: 1px solid #e90000;
    padding: 10px;
    background: #fff;
    width: 98%;
    color: #e90000;
    left: 0;
    font-size: 0.9em;
    box-shadow: 0 0 15px #d4d4d4;
	-webkit-animation-duration: 10s;
    animation-duration: 10s;
}

.plz-show-tooltip ~ .tooltip_ux {
    visibility: visible;
    opacity: 1;
}

.plz-hide-tooltip-delay ~ .tooltip_ux{
	opacity: 0;
    visibility: hidden;	
	transition: 2s opacity;
}

#beitrag:focus+.tooltip_ux,#beitrag:focus+.tooltip_ux:after{
    opacity: 1;
    visibility: visible;
}


.tooltip_ux:after {    
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border: 1px solid red;
    transform: rotate(45deg);
    z-index: -1;
    left: 30px;
    background: red;
    bottom: -10px;
}

.tooltip_ux_plz:after {    
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border: 1px solid red;
    transform: rotate(45deg);
    z-index: -1;
    left: 30px;
    background: red;
    bottom: -10px;
}
#doppelantraglvukv {
	display: none;
}

#unterschrift_hinweis_ux {
	display: none;
	font-weight: bolder;
}

.unterschrift_hinweis_ux {
	font-weight: bolder;
}



/* // 2021-02-19 - MW - Staat eingefügt  */
#fehler-parteien ,
#fehler-staat {
	visibility: hidden;
	position: absolute;
    margin-top: 37px;
    min-height: 20px;
    padding-left: 15px;
    z-index: 4;
    color: #e90000;
    font-size: 0.7em;
    width: 208px;
}

.ux-partei-error {
	transition: 1s;
    content: ' ';
    position: absolute;
    width: 5px;
    height: 35px;
    background: #E90000;
    top: 10px;
    left: 10px;
}

.ux-roter-balken:hover {
	transition: 1s;
	border-left: 5px solid #E90000 !important;
}
