/* engagement-regular - latin */
@font-face {
    font-family: 'engagement';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/engagement-v22-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/engagement-v22-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mukta-mahee-200 - latin */
@font-face {
    font-family: 'mukta mahee';
    font-style: normal;
    font-weight: 200;
    src: local(''),
         url('../fonts/mukta-mahee-v15-latin-200.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/mukta-mahee-v15-latin-200.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
  /* mukta-mahee-regular - latin */
  @font-face {
    font-family: 'mukta mahee';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/mukta-mahee-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/mukta-mahee-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
  /* mukta-mahee-600 - latin */
  @font-face {
    font-family: 'mukta mahee';
    font-style: normal;
    font-weight: 600;
    src: local(''),
         url('../fonts/mukta-mahee-v15-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/mukta-mahee-v15-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

/* -----Header----- */

h1 {
    display: none;
}

header {
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
}

#logo {
    display: block;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
}

header .hero {
    max-width: 100%;
    margin-bottom: 2em;
    margin-top: 1em;
}

/* -----Content----- */

body {
    font-family: 'mukta mahee', sans-serif;
    font-weight: 200;
    font-size: 1rem;
    color: #707070;
/* -----Farbe der Buttons geändert----- */
    --brand: #81E07D;
    accent-color: var(--brand);
}

h4 {
    font-family: 'engagement', serif;
    font-size: 1.8rem;
    font-weight: normal;
    margin: 1em 0 0.1em 0;
}

h2, h3 {
    font-family: 'engagement', serif;
    font-size: 2.3rem;
    font-weight: normal;
    text-decoration: underline;
    text-align: center;
    padding: 0.8em 0 0.6em 0;
}

h5 {
    font-family: 'mukta mahee', sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
}

h6 {
    font-family: 'mukta mahee', sans-serif;
    font-weight: 200;
    font-size: 1rem;
    color: #707070;
}

label, span {
    font-family: 'mukta mahee', sans-serif;
}

.content {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

/* -----Formulare----- */

.formulare {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    padding-top: 11em;
    overflow-x: hidden;
    overflow-y: hidden;
}

.anmeldung, .kiste {
    display: flex;
    align-items: flex-end;
    padding-left: 90px;
    padding-right: 90px;
}

form {
    background-color: #dafcdcc9;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1.5em auto 1.5em auto;
    width: 360px;
    border-radius: 1.2em;
}

fieldset {
    border: none;
    position: relative;
    max-width: 500px;
    padding-left: 2em;
}

input, textarea, keygen, select, button {
    font-family: 'mukta mahee', 'sans-serif';
}

input[type=text], input[type=email], input[type=tel], select {
    display: flex;
    width: 260px;
    height: 20px;
    margin-top: 0.3em;
    margin-bottom: 3.2em;
    font-size: .9rem;
    font-weight: 200;
    text-indent: 5px;
}

input:focus, textarea:focus, keygen:focus {
    outline: 3px;
    outline-offset: -1px;
    outline-style: solid;
    outline-color: #1fcd19;
    border-width: 2px;
}

select:focus {
    outline: 3px;
    outline-offset: -1px;
    outline-style: solid;
    outline-color: #1fcd19;
}

.box {
    appearance: none;
    cursor: pointer;
    height: 20px;
    width: 264px;
    box-shadow: 1px 1px rgb(200, 200, 200);
    border: none;
    border-radius: 0;
    background-color: #fff;
    text-indent: 5px;
    background-image: url('css_img/karotte.svg');
    background-repeat: no-repeat;
    background-position: right;
}

input[type=radio] {
    width: 15px;
    height: 15px;
    margin-top: 2em;
    margin-right: 1.3em;
}

.kiste input[type=radio] {
    margin-right: 0.6em;
    appearance: checkbox;
}

input:hover[type=radio] {
    cursor: grab;
}

.radio-btns__group {
    display: block;
}

.radio-btns__group label {
    cursor: grab;
}
   
.radio-btns__rb--selected {
    text-decoration: line-through;
}

.checkbox1 {
    padding-bottom: 30px;
}

.checkbox1 label, .checkbox2 label {
    cursor: grab;
}

button {
    height: 30px;
    width: 12em;
    border-radius: 1.1em;
    border: none;
    color: white;
    background-color: #81E07D;
    margin: 2em auto 2em auto;
    font-weight: 400;
    font-size: 1rem;
}

button:hover, button:focus {
    background-color: #1fcd19;
    cursor: grab;
}

/* -----formular-Img----- */

#blatt {
    position: relative;
    transform: rotate(-20deg);
    z-index: -1;
}

#blatt div {
    position: relative;
    transform: rotate(5deg);
}

#ahorn {
    position: absolute;
    top: -1613px;
    left: -93px
}

#blatt h6 {
    position: absolute;
    width: 300px;
    height: 90px;
    top: -1526px;
    left: 47px;
    color: white;
    font-weight: 500;
    text-align: center;
}

#kalender {
    position: relative;
}

#kalender img {
    position: absolute;
    height: 100px;
    width: auto;
    z-index: 2;
    left: -84px;
    top: -1439px;
}

#holzkiste {
    position: relative;
}

#biokiste {
    height: 580px;
    position: absolute;
    bottom: 262px;
    left: -240px; 
    z-index: -1;
    overflow-x: hidden;
}

/* -----Footer----- */

#hof {
    background-image: url('css_img/Hof.svg');
    background-repeat: no-repeat;
    background-size: 1922px auto;
    background-position: center 3px;
    height: 250px;
    margin-top: 8em;
}

#footer{
    display: flex;
    flex-direction: column;
    background-color: #754c24;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.social {
    display: flex;
    justify-content: center;
    margin: .5em;
}

footer .socialmedia {
    width: 75px;
    height: 75px;
    padding: 0 7px 30px 7px;
}

.impressum {
    display: flex;
    flex-wrap: wrap;
}

footer p, footer h3, footer h5 {
    color: white;
    margin-left: .5em;
    margin-right: .5em;
}

footer p {
    padding-bottom: .7em;
    padding-right: 4em;
}