/* Style Sheet Button und Formulare */
.lblh, .valh {
    display: none;
}
.roterrahmen{
	border: 1px solid red !important;
}
.msgerr{
	color:red;
	font-size:.8rem;
	line-height:.9rem;
	margin-top:2px;
	display:block;
}
input.w4mfrmf:not(:focus):valid {
	color:rgb(0,153,0);
}
input.w4mfrmf:not(:focus):invalid{
    color: rgba(255, 0, 0, 1);
}
input.w4mfrmf:focus{
    border: 1px solid #d31030; 
    background-color: rgba(255, 255, 255, 1); 
}
/* IE10 only */
input.w4mfrmf:-ms-input-placeholder:valid,  
input.w4mfrmf:-ms-input-placeholder:invalid{
    font-style:         italic;   
 color: rgba(0, 0, 0, 0.4)    
}

.msg {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.msg-ok{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.msg-fehler{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
button, select {
    text-transform: none;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
.btn {
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-haupt {
    color: #ffffff;
    background-color: #d31030;
    border-color: #d31030;
}
.btn-linien {
    color: #ffffff;
    background-color:transparent;
    border-color: #ffffff;
}
.btn-ok {
    color: #fff;
    background-color: rgb(35,147,59);
    border-color: rgb(35,147,59);
}
.btn-box-link{
	margin:0px 0 0px 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	position:relative;
	top:-7px;
    line-height: 1;
	height:4rem;
	text-decoration:none;
}
.btn-anmelden {
    display: block;
    width: 60%;
	min-width:139px;
	margin: 8px auto !important;
}
.btn-block {
    display: block;
    width: 100%;
	margin: 8px 0
}
.btn-klein{
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.btn-colse {
    display:none;
}
a.btn:hover{
	color:#ffffff;
	text-decoration:none;
}
.btn-linien:hover {
    background-color:rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.1);
}
a.btn-haupt:hover {
    color:#d31030;
    background-color:transparent;
    border-color: #d31030;
}
a.miticon{
	stroke:#ffffff !important
}
a.miticon:hover{
	stroke:rgb(100,179,203) !important
}

a[target="_blank"].miticon:after{
	content: '';
		margin:0
}
@media (min-width: 576px) {
	.btn-colse {
		display: inline-block;
	}
}


/* Style Sheet Formulare */
label{
    display: block;
    width: 100%;
    height:inherit;
	font-size:0.9rem;
    /* padding: 9px 0; */
}
.versteckt{
	display:none !important;
}
input[type=text], input[type=tel], input[type=email], input[type=password], select {
    display: inline-block;
    width: 100%;
    padding: 5px 3px;
    margin: 0 0 0px 0;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
	height:38px;
    font: inherit;
}
textarea {
    width: 100%;
	height:6rem;
    padding: 5px 3px;
    margin: 0px 0 -7px 0;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font: inherit;
}
input[type=checkbox], input[type=radio] {
    width: 30px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}


input[type=button], input[type=submit] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px;
}

input[type=button].btn-haupt:hover, input[type=submit].btn-haupt:hover {
    color:#d31030;
    background-color:transparent;
    border-color: #d31030;
}
input[type=checkbox].ds{
  width: 30px; /*Desired width*/
  height: 30px; /*Desired height*/
  cursor: pointer;
  background-color:rgb(0,255,0)
}
/* The container */
label.chkbx{
	padding:0;
}
.container {
  display: block;
  position: relative;
  top:-35px;
  padding-left: 35px;
  padding-top:-0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height:inherit !important;
}



/* Show the checkmark when checked */

/* Style the checkmark/indicator */
.pflichtf{
	margin:-5px 0 0 0;display:inline-block;position:absolute;color:red
}
.frmsmal h2{
	margin:0;
	padding:0;
	font-size: 1.4rem;
}
.frmsmal label{
	display:none;
}

