


.sideBar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 60px;
    z-index: 99;
}

.sideBar--bg {
    width: 100%;
    height: 100%;
    background-color: #3aada8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: skewY(18deg);
}


.sideBar--bgOverlay {
    width: 100%;
    height: 50%;
    background-color: #dbdbdb;
    opacity: .2;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 1;
    transform: skewY(-18deg);
}


.sideBar__btns {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.sideBar__btns a {
    position: relative;
}

.sideBar__btns a {
    position: relative;
}

.sideBar__btns a .linkBg {
    width: 61px;
    height: 40px;
    background-color: #3aada8;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.sideBar__btns a .textOnHover {
    position: absolute;
    white-space: nowrap;
    top: 0;
    right: 0;
    z-index: 1;
    margin-right: -300px;
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
    -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
    transition: all cubic-bezier(.4,0,.2,1) .4s;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
    height: 40px;
    display: inline-flex;
    align-items: center;
    opacity: 0;
}

.card {
    border: 0;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.05);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  }
 
.card img {
    width: 100%;
    height: 200px; /* Juster højden efter behov */
    object-fit: cover;
    object-position: center;
}


  .telefonnummer {
color: #dbdbdb;
padding: 8px;
padding-right: 1px;
text-decoration: none;
}

.telefonnummer a {
    color: #dbdbdb;
    text-decoration: none;
    }
  
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }
  
  /* Style the submit button with a specific background color etc */
  input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  /* When moving the mouse over the submit button, add a darker green color */
  input[type=submit]:hover {
    background-color: #45a049;
  }
  
  /* Add a background color and some padding around the form */
  #fcf-form {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
  }


  #fcf-thank-you {

      display: none!important;

  }
    
  .udfyld {

text-align: center;   

  }

  #fcf-button {

background-color: #04AA6D!important

  }
  
  .kontaktformular {
  max-width: 600px;
  margin: auto;
  padding: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.contact-form h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  color: #444;
}

.field {
  margin-bottom: 20px;
}

.field .label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  color: #333;
}

.input {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  color: #555;
}

.input:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  color: #555;
  height: 150px;
  resize: vertical;
}

.buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.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:hover {
  background-color: #3e8e41;
}

.field {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.control {
    flex: 1;
}

textarea.textarea, input.input {
    width: 100%;
    height: 3rem;
}

.contact-form-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.contact-form h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.contact-form .form-control {
  border-radius: 0;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 1rem;
}

.contact-form .btn {
  background-color: #007bff;
  border: none;
  padding: 10px 30px;
  font-size: 1.2rem;
  transition: background-color 0.3s ease;
}

.contact-form .btn:hover {
  background-color: #0056b3;
}

.contact-form .form-group label {
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
}

/* Newsletter section styling */
.newsletter-section {
  background-color: #343a40;
  color: #fff;
  padding: 40px 0;
}

.newsletter-section h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.newsletter-section .form-control {
  border-radius: 0;
  padding: 15px;
  font-size: 1.2rem;
}

.newsletter-section .input-group-append .btn {
  background-color: #007bff;
  border: none;
  padding: 15px 30px;
  font-size: 1.2rem;
  transition: background-color 0.3s ease;
}

.newsletter-section .input-group-append .btn:hover {
  background-color: #0056b3;
}

body {
  font-family: var(--mdb-font-roboto);
  line-height: 1.6;
  color: black;
}

.maze3 {

color: white;

}

.mazing {

text-align: center;
} 

#cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #343a40;
    color: #ffffff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

#cookie-banner p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
}

#cookie-banner a {
    color: #007bff;
    text-decoration: underline;
}

#cookie-banner a:hover {
    color: #0056b3;
}

#cookie-banner button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

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


.footer-privacy a {
  color: #00aaff;
  text-decoration: underline;
}

.footer-privacy a:hover {
  color: #0088cc;
}

.form-check {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.form-check input {
  margin-right: 10px;
}

.form-check label {
  font-size: 1rem;
  color: #333;
}

.form-check a {
  color: #007bff;
  text-decoration: underline;
}

.form-check a:hover {
  color: #0056b3;
}

