/* Buttons */



.play { 
  background: red;
  border-radius: 50% / 10%;
  color: #FFFFFF;
  font-size: 2em; /* change this to change size */
  height: 3em;
  margin: 20px auto;
  padding: 0;
  position: relative;
  text-align: center;
  text-indent: 0.1em;
  transition: all 150ms ease-out;
  width: 4em;
}

.play:hover {
  background: darkorange;
}

.play::before { 
  background: inherit;
  border-radius: 5% / 50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}

.play::after {
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: ' ';
  font-size: 0.75em;
  height: 0;
  margin: -1em 0 0 -0.75em;
  top: 50%;
  position: absolute;
  width: 0;
}

.call-button {
            background-color: #4CAF50;
            border: none;
            color: white;
            padding: 10px 20px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            border-radius: 5px;
            cursor: pointer;
        }
/* Button Blau */
.button {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); /* Added box-shadow */
}
.button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0069ff;
  border-radius: 10rem;
  z-index: -2;
}
.button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #0075aa;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.button:hover {
  color: #000000;
}
.button:hover:before {
  width: 100%;
}

/* Button Grün */

.button2 {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); /* Added box-shadow */
}
.button2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0069ff;
  border-radius: 10rem;
  z-index: -2;
}
.button2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #00a2ff;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.button2:hover {
  color: #000000;
}
.button2:hover:before {
  width: 100%;
}

/* Button Grün Gespeichert */

.button4 {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); /* Added box-shadow */
}
.button4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #faee94;
  border-radius: 10rem;
  z-index: -2;
}
.button4:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #968e58;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.button4:hover {
  color: #fff;
}
.button4:hover:before {
  width: 100%;
}

/* Button Rot */

.button3 {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); /* Added box-shadow */
}
.button3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E62E2E;
  border-radius: 10rem;
  z-index: -2;
}
.button3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #FF0000;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.button3:hover {
  color: #fff;
}
.button3:hover:before {
  width: 100%;
}

/* Button Blau2 */

.button5 {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); /* Added box-shadow */
}
.button5:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0075aa;
  border-radius: 10rem;
  z-index: -2;
}
.button5:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #00a2ff;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.button5:hover {
  color: #000000;
}
.button5:hover:before {
  width: 100%;
}

/* Sign-up Button Red */

.sign-up-btn {
    background-color: #FF0000;
    color: white;
    font-size: 24px; /* This size mimics many default h2 sizes but adjust as needed */
    font-weight: bold; /* Making the text bold like an h2 */
    letter-spacing: 1.5px; /* This adds a bit of space between letters */
    padding: 20px 20px; /* Increased padding for height, adjust as needed */
    border: none;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    box-shadow: 3px 3px 10px #B22222; /* Darker red shadow */
    transition: background-color 0.3s, box-shadow 0.3s; /* Smooth transition for hover effect */
}


.sign-up-btn:hover {
    background-color: #E62E2E; /* Adjusted the red for hover */
    box-shadow: 2px 2px 8px #9B0000; /* Softened the shadow */
}

.sign-up-btn:focus {
    outline: none; /* Removes default focus outline */
}

/* Sign-up Button Blau */

.sign-up-btnbl {
    background-color: #0075aa;
    color: white;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding: 20px 40px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 8px 15px rgba(0, 117, 170, 0.3);
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    margin: 10px;
    margin-bottom: 40px; /* Adds 40px space below the button */
    display: inline-block;
    width: auto;
    max-width: 100%;
}


.sign-up-btnbl:hover {
    background-color: #0086c3; /* Slightly lighter blue for hover effect */
    box-shadow: 0px 5px 20px rgba(0, 117, 170, 0.5); /* More pronounced shadow for a lifted effect */
    transform: translateY(-2px); /* Slight lift effect on hover */
}

.sign-up-btnbl:focus {
    outline: none; /* Removes default focus outline */
}




/* Sign-up Button Braun nicht so breit */

.sign-up-btnbl2 {
    background-color: #80542f;
    color: white;
    font-size: 24px; /* This size mimics many default h2 sizes but adjust as needed */
    font-weight: bold; /* Making the text bold like an h2 */
    letter-spacing: 1.5px; /* This adds a bit of space between letters */
    padding: 20px 20px; /* Increased padding for height, adjust as needed */
    border: none;
    border-radius: 5px;
    width: auto;
    cursor: pointer;
    box-shadow: 3px 3px 10px #6b4a24; /* Darker red shadow */
    transition: background-color 0.3s, box-shadow 0.3s; /* Smooth transition for hover effect */
}


.sign-up-btnbl2:hover {
    background-color: #98724a; /* Adjusted the red for hover */
    box-shadow: 2px 2px 8px #ad8d6b; /* Softened the shadow */
}

.sign-up-btnbl2:focus {
    outline: none; /* Removes default focus outline */
}



/* Center Button */

.center-button {
    display: flex;
    justify-content: center; /* Horizontally center the content */
    align-items: center; /* Vertically center the content */
    height: 100%; /* Make it fill the height of its container */
}

@media screen and (max-width: 1000px) { /* Adjusts for mobile screens */
    .center-button {
        margin-bottom: 60px; /* Adds space below the button */
    }
}




/* Close Button */
.close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}



/* Sign-up Form */
.signup-form {
    max-width: 450px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}


.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 8px;
    color: #555;
}

input[type="text"], 
input[type="email"], 
input[type="tel"], 
textarea, 
input[type="radio"] + label {
    width: 90%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    transition: border 0.3s;
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
}

input[type="radio"]:checked + label {
    background-color: #0075aa;
    color: #fff;
    border-color: #0075aa;
}

textarea {
    resize: vertical;
    min-height: 100px;
}

button {
    width: 100%;
    padding: 15px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 10rem;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #0056b3;
}

#message p {
    color: green;
    text-align: center;
    font-weight: bold;
}

/* Modal Styling */
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.5); 
}

.modal-content {
    position: relative;
    margin: 15% auto;
    padding: 20px;
    width: 80%; 
    max-width: 500px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



@keyframes color_anim {
    0% {
        fill: white;
    }
    50% {
        fill: #FBC638;
    }
    100% {
        fill: white;
    }
}

/* Other */

.round-image {
    border-radius: 50%;
    width: 30vw;       /* Default size for larger screens */
    height: 30vw;      /* Make sure height matches width to keep it circular */
    overflow: hidden;
    display: block;
    margin: 0 auto;    /* Centers the image horizontally */
}

/* Target screens with a max-width of 768px, typically phones */
@media screen and (max-width: 768px) {
    .round-image {
        width: 80vw;
        height: 80vw;  /* Maintain a circle shape */
    }
}


