/*input, select {
    border: 1px solid #ddd;
    font-family: "klavika_regularregular",Open Sans,sans-serif;
    width: 100%;
    font-size: 1em;
    padding: 8px;
}

input[type="button"],
button  {
	cursor: pointer;
    font-family: "klavika_regularbold", Verdana, sans-serif;
    text-transform: uppercase;
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
    display: inline-block;
    padding: 0px 5px;
    font-size: 0.8em;
    letter-spacing: 0.08em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: auto;
}

input[type="button"]:hover,
button:hover {
    color: #000;
}

.typeWrap-form_formframework .row {
    margin-left: -15px;
    margin-right: -15px;
}

.typeWrap-form_formframework .col-lg-2 {
    width: 50%;
    float: left;
    padding: 0 15px;
}*/

/* MASK-Formular */
form .actions {
    margin: 20px 0 0;
}

.input span.help-block:first-of-type {
    margin-top: -10px;
    display: block;
}

.help-block {
    font-size: 0.8em;
    padding-left: 18px;
    position: relative;
    display: inline-block;
}

.help-block.error {
    color: #e60a14;
}

.control-label.label-optik {
    font-family: "klavikabold_italic",Open Sans,sans-serif;
    color: #f18800;
}

.form-group.spaceAfter {
    margin-bottom: 15px;
}

.help-block:before {
    content: "\f05a";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
}

form p:last-child {
  margin-bottom: 0;
}

.typeWrap-mask_formular .actions,
.typeWrap-mask_gewinnspiel .actions {
    margin-top: 20px;
}

.typeWrap-mask_formular .radio label,
.typeWrap-mask_formular .checkbox label,
.typeWrap-mask_gewinnspiel .radio label,
.typeWrap-mask_gewinnspiel .checkbox label {
    margin-right: 10px;
}

.typeWrap-mask_formular input[type="radio"] + span:before, 
.typeWrap-mask_formular input[type="checkbox"] + span:before,
.typeWrap-mask_gewinnspiel input[type="radio"] + span:before, 
.typeWrap-mask_gewinnspiel input[type="checkbox"] + span:before {
    margin-top: 1px;
}
/* // MASK-Formular */

form .actions {
    float: left;
    width: 100%;
}

input[type="file"], 
input[type="image"], 
input[type="submit"], 
input[type="button"],
input[type="reset"], 
input[type="button"], 
input[type="radio"], 
input[type="checkbox"],
button[type="button"] {
    width: auto;
}

input {
    padding-left: 5px;
    padding-right: 5px;
}

input[type="image"] {
    height: auto;
}

.fail_info {
    margin-bottom: 10px;
}

.star {
    color: #f08a00;
}

.radio {
    margin-bottom: 10px;
}

.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2 {
    float: left;
    margin-right: 2%;
    position: relative;
    width: 49%;
}

.col-xs-2:nth-child(2n),
.col-sm-2:nth-child(2n),
.col-md-2:nth-child(2n),
.col-lg-2:nth-child(2n){
    margin-right: 0;
}


form .button_link {
    /*margin: 5px 0 15px;*/
}

form .row {
/*    margin-left: 0;*/
}

button,
.btn,
input,
select,
textarea,
.btn-primary {
    /*margin: 5px 0 15px;*/
    margin: 0 10px 15px 0;
}

input, select, textarea, button, .btn-primary {
    border: 1px solid #ccc;
    font-size: 1em;
    font-family: 'klavika_regularregular',Open Sans,sans-serif;
    height: 41px;
    padding: 0 5px 0;
    width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
    font-size: 10px;
    height: 14px;
    width: 14px;
    margin-right: 8px;
    opacity: 0;
}

textarea {
  height: 100px;
  padding: 10px;
  resize: none;
}

.wt_fileuploadfield {
    position: relative;
}

.wt_fileuploadfield button {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
}

.wt_fileuploadfield button:hover {
    opacity: 1;
    color: #ababac;
}

button, input[type="submit"], input[type="button"], button[type="submit"], button[type="button"], .btn-primary, .buttonLink, #navigation .buttonOffcanvas {
    background-color: transparent;
    border: 2px solid;
    color: #58585a;
    cursor: pointer;
    display: inline-block;
    font-family: "klavikamedium", Verdana, sans-serif;
    font-size: 0.9em;
    padding: 10px 20px;
    height: auto;
    letter-spacing: 0.06em;
    line-height: 1.2em;
    margin: 10px 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: auto;
}
.buttonLink.red {
    color: #db040e;
}

button, input[type="submit"], input[type="button"], button[type="submit"], button[type="button"] {
    margin-top: 0;
}

button:hover, input[type="submit"]:hover, input[type="button"]:hover, button[type="submit"]:hover, button[type="button"]:hover, .btn-primary:hover, .buttonLink:hover, #navigation .buttonOffcanvas:hover {
    opacity: 0.5;
}

h3 .info {
    font-family: "klavikalight",Arial,Helvetica,sans-serif;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 12px;
    text-transform: none;
}

fieldset legend {
    font-family: "klavikamedium",Verdana,sans-serif;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0.05em;
    line-height: 22px;
    margin: 0 0 5px;
    padding: 12px 0 0;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding: 10px 0;
    margin: 0 0 20px;
    width: 100%;
}

fieldset fieldset legend {
    font-family: "klavika_regularbold", Verdana, sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0;
    border: 0;
    padding: 20px 0 10px;
    margin: 0;
    position: relative;
    display: inline-block;
    text-transform: none;
}

fieldset#event-Kontaktformular-fieldset-4 legend,
fieldset#event-Kontaktformular-fieldset-5 legend {
    padding-top: 0;
}

fieldset p,
label, input, button, select, textarea {
    font-weight: normal;
}

.required {
    color: #f08a00;
}

#event-Kontaktformular-fieldset-2.active {
    background: #f3f3f3;
    display: block;
    float: left;
    padding: 0 20px 20px;
    position: relative;
    width: 100%;
}

#event-Kontaktformular-fieldset-2 div.form-group {
    display: none;
}

#event-Kontaktformular-fieldset-2 legend {
    cursor: pointer;
    float: left;
    width: 100%;
}

#event-Kontaktformular-fieldset-2 legend:before {
    font-family: fontawesome;
    content: "\f078";
    padding: 0 10px 0 0;
}

#event-Kontaktformular-fieldset-2.active div.form-group {
    display: block;
}

#event-Kontaktformular-fieldset-2.active legend:before {
    content: "\f077";
}

input[type=text]:focus,
select:focus, 
textarea:focus {
  box-shadow: 0 0 5px #f08a00;
  border: 1px solid #f08a00;
}

/* ---- Optik ---- */

.fileLabel {
    /*padding: 2px 5px;
    margin: 2px;
    background: #000;
    display: inline-block;
    font-family: "klavikamedium",Verdana,sans-serif;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    margin: 20px 0 10px;*/
    height: 30px;
}



.fileLabel label {
    color: #fff;
    display: none;
    margin: 0;
}

.fileLabel label:nth-child(2) {
    /*display: block;*/
}


/*----------------------------*/
/* Einschränken des sichtbaren Ausschnitts */
/*.fileLabel input[type="file"] {
    position: absolute; 
    clip: rect(0px 76px 27px 0px);
}*/
.fileLabel input[type="file"] {
    padding: 4px 0 0;
    /*position: absolute;*/
    height: 30px;
    width: 100%;
    line-height: 30px;
    position: relative;
    float: left;

}

/* Upload Button ausblenden */
.fileLabel input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
    opacity: 0;
    width: 0px;
    left: -10px;
    position: fixed;
    top: -1000px;
    margin: 0;
    padding: 0;
}

.fileLabel input[type="file"]:after {
    content: 'Datei hochladen';
    text-align: center;
    background: #000;
    color: #fff;
    display: inline-block;
    font-family: "klavikamedium",Verdana,sans-serif;
    cursor: pointer;
    font-size: 12px;
    line-height: 28px;
    color: #fff;
    margin: 0 0 10px;
    position: absolute;
    right: 0;
    height: 100%;
    padding: 0 5px;
    top: 0;
}
/*----------------------------*/


.form-check {
    position: relative;
}


#event-Kontaktformular-datepicker-1,#event-Kontaktformular-datepicker-2 {
    cursor:pointer;
}
.fileLabel input[type="file"] {
    /*position: fixed;
    top: -1000px;*/
}

.typeWrap-form_formframework input[type="checkbox"],
fieldset input[type="checkbox"],
.wtFormCheck input[type="checkbox"] {
  display: none;
}

.typeWrap-form_formframework input[type="checkbox"]:checked + span, 
.typeWrap-form_formframework input[type="radio"]:checked + span,
fieldset input[type="checkbox"]:checked + span, 
fieldset input[type="radio"]:checked + span,
.directionSelectorInnerWrap input[type="checkbox"]:checked + label, 
.directionSelectorInnerWrap input[type="radio"]:checked + label,
.wizardInnerWrap input[type="checkbox"]:checked + label, 
.wizardInnerWrap input[type="radio"]:checked + label,

.wtFormCheck input[type="checkbox"]:checked + label, 
.wtFormCheck input[type="radio"]:checked + label{
  /*font-weight: bold;*/
}

.typeWrap-form_formframework input[type="checkbox"]:checked + span:before, 
.typeWrap-form_formframework input[type="radio"]:checked + span:before,
fieldset input[type="checkbox"]:checked + span:before, 
fieldset input[type="radio"]:checked + span:before,
.directionSelectorInnerWrap input[type="checkbox"]:checked + label:before, 
.directionSelectorInnerWrap input[type="radio"]:checked + label:before,
.wizardInnerWrap input[type="checkbox"]:checked + label:before, 
.wizardInnerWrap input[type="radio"]:checked + label:before,
.wtFormCheck input[type="checkbox"]:checked + label:before, 
.wtFormCheck input[type="radio"]:checked + label:before {
  background-image: url('../images/check.svg');
  background-position: center;
  background-repeat: no-repeat;
}

.typeWrap-form_formframework input[type="radio"] + span:before, 
.typeWrap-form_formframework input[type="checkbox"] + span:before,
fieldset input[type="radio"] + span:before, 
fieldset input[type="checkbox"] + span:before,
.directionSelectorInnerWrap input[type="radio"] + label:before, 
.directionSelectorInnerWrap input[type="checkbox"] + span:before,
.wizardInnerWrap input[type="radio"] + label:before, 
.wizardInnerWrap input[type="radio"] + span:before, 
.wizardInnerWrap input[type="checkbox"] + span:before,
.wizardInnerWrap input[type="checkbox"] + label:before,
.wtFormCheck input[type="radio"] + label:before, 
.wtFormCheck input[type="checkbox"] + label:before {
    border: 1px solid #ccc;
    width: 12px;
    height: 12px;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    margin: 3px 0 0;
    /*top: 4px; 24.11.2021 Wert ausgetauscht*/
    top: 2px;
}

.typeWrap-form_formframework input[type="radio"] + span:before,
fieldset input[type="radio"] + span:before,
.directionSelectorInnerWrap input[type="radio"] + label:before {
    border-radius: 50%;
}

.typeWrap-form_formframework input[type="radio"]:checked + span:before,
fieldset input[type="radio"]:checked + span:before,
.directionSelectorInnerWrap input[type="radio"]:checked + label:before,
.wizardInnerWrap input[type="radio"]:checked + label:before {

  background-image: none;
  background-color: #f08a00;
  border-color: #f08a00;
}

.typeWrap-form_formframework input[type="checkbox"] + span:before,
fieldset input[type="checkbox"] + span:before,
.directionSelectorInnerWrap input[type="checkbox"] + label:before,
.wizardInnerWrap input[type="checkbox"] + label:before {
    left: -19px;
}
/* ---- // Optik ---- */


div#jugendmannschaftdesMonats-radiobutton-1 .form-check {
    display: inline-block;
    margin: 0 17px 0 0;
}

#kontaktformular button {
    text-transform: uppercase;
}

#kontaktformular button.btn.btn-cancel {
    opacity: 0.5;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
#kontaktformular button.btn.btn-cancel:hover {
    opacity: 1;
}

#kontaktformular button i:before {
    color: #fff;
}



.form-group {
    float: left;
    width: 100%;
    line-height: 1.4em;
  
    label {
        margin-bottom: 5px;
    }
}

.fileLabel input[type="file"] {
    display: inline-block;
}
div#jugendmannschaftdesMonats-imageupload-1-preview img,
div#jugendmannschaftdesMonats-imageupload-2-preview img,
div#jugendmannschaftdesMonats-imageupload-3-preview img,
div#jugendmannschaftdesMonats-imageupload-4-preview img,
div#jugendmannschaftdesMonats-imageupload-5-preview img {
    max-height: 30px;
    margin: 0 0 10px;
}

/*
#jugendmannschaftdesMonats-imageupload-1-preview ,
#jugendmannschaftdesMonats-imageupload-2-preview ,
#jugendmannschaftdesMonats-imageupload-3-preview ,
#jugendmannschaftdesMonats-imageupload-4-preview ,
#jugendmannschaftdesMonats-imageupload-5-preview ,
#jugendmannschaftdesMonats-imageupload-6-preview  {
    margin-bottom:20px;
    padding-bottom:20px;
}*/


.typeWrap-form_formframework input[type="checkbox"], .typeWrap-form_formframework input[type="radio"] {
    opacity: 0 !important;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
}
label.form-check-label span,
.radio span {
    padding: 0 0 0 21px;
    position: relative;
    display: inline-block;
}

label.form-check-label span.required {
    padding: 0;
}

.radio, .checkbox {
    padding-left: 0;
    position: relative;
}

#jugendmannschaftdesMonats-1018-radiobutton-1 .radio {
    display: inline-block;
    margin: 0 20px 0 0;
}

.typeWrap-form_formframework input[type="checkbox"] + span:before,
fieldset input[type="checkbox"] + span:before, 
.directionSelectorInnerWrap input[type="checkbox"]+label:before,
.wizardInnerWrap input[type="checkbox"]+label:before {
    left: 0;
}

.recaptcha {
    margin-bottom: 20px;
}

@media (max-width: 780px) {
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2 {
        margin-right: 0%;
        width: 100%;
    }
}