@font-face {
    font-family: "calibri-regular";
    src: url('font/calibri-regular.ttf');
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 24px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-family: Calibri;
}


.Button2 {
    background-color: #FFD700; /* Gelbe Farbe */
    border: none;
    color: white;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    padding: 8px 54px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px; /* Abgerundete Ecken */
}

    .Button2:hover {
        color: rgb(100,179,44);
    }

.Button2:active {
    position: relative;
    top: 1px;
}

.form_abstand {
    float: left;
    width: 130px;
}

#cookieConsent {
    background: #fff no-repeat center 20px;
    border: solid 0px #dbdbdb;
    color: #08402c;
    padding: 25px;
    padding-top: 70px;
    box-sizing: border-box;
    width: 600px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: normal;
}

#cookieButton {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

   