.generic-content h6 {
        font-size: 1.5rem;
    }

.section-div{
     margin: 2rem 0 2rem 0;
}

.subsection-div{
    margin-bottom: 0.5rem;
}

.abfForm > div > input[type=text], input[type=date], input[type=number], input[type=tel], input[type=email], input[type=submit]{
    width: 100%
} 

.ferien{
    margin: 1rem 0;
    width: fit-content;
}

.formSection2{
    width:100%;
    margin-bottom: 3rem;
}

#medizinDetail {
    display:none;
}

fieldset {
    margin-top: 1rem;
    display: block;
    border:none;
    padding: 0;
    padding-block: 0;
    padding-inline: 0;
}

p {
    margin:0;
}

/* .myCheckbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.15rem
} */

#courses{
    border: 2px solid #a62c2d;
    padding: 1.5rem;
    border-radius: 5px;
    width: calc(100% - 3rem);
}



.myCheckbox {
display: block;
  position: relative;
  padding-left: 2.75rem;
  padding-top: 0.4rem;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 1.15rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.myCheckbox > input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    /* margin-bottom: 0;
    width: 1.8rem;
    border: 2px solid red; 
    background-color: #add8f4; */
}

.myCheckMark{
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: #add8f4;
  border-radius: 4px;
  border:2px solid #0693e3
}

.myCheckbox:hover input ~ .myCheckMark {
  background-color: #0693e3;

}

.myCheckbox input:checked ~ .myCheckMark {
  background-color: #add8f4;
}

.myCheckMark:after {
  content: "";
  position: absolute;
  display: none;
}

.myCheckbox input:checked ~ .myCheckMark:after {
  display: block;
}

.myCheckbox .myCheckMark:after {
    left: 9px;
    top: 3px;
    width: 0.6rem;
    height: 1rem;
    border: solid #a62c2d;
    border-width: 0 5px 5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/* .myCheckbox > input {
    margin-bottom: 0;
    width: 1.8rem;
    border: 2px solid red; 
    background-color: #add8f4;
} */





@media (min-width: 530px) {
    .generic-content h6 {
        font-size: 1.5rem;
    }
}




.myRadioButton {
display: block;
  position: relative;
  padding-left: 2.75rem;
  padding-top: 0.4rem;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 1.15rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.myRadioButton > input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    /* margin-bottom: 0;
    width: 1.8rem;
    border: 2px solid red; 
    background-color: #add8f4; */
}

.myRadioMark{
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: #add8f4;
  border-radius: 2rem;
  border:2px solid #a62c2d
}

.myRadioButton:hover input ~ .myRadioMark {
  background-color: #0693e3;

}

.myRadioButton input:checked ~ .myRadioMark {
  background-color: #add8f4;
}

.myRadioMark:after {
  content: "";
  position: absolute;
  display: none;
}

.myRadioButton input:checked ~ .myRadioMark:after {
  display: block;
}

.myRadioButton .myRadioMark:after {
    left: 0.5rem;
    top: 0.5rem;
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
     background-color: #a62c2d;
}
