*{
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}

/* Muss vervollständig werden*/
body {
  font-family: Arial, Helvetica, sans-serif;
}

/* Muss vervollständig werden*/
header {
  font-family: Arial, Helvetica, sans-serif;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.title-main{
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 40px;
  margin-top: 20px;
}

.nav {
  background-color: #0077cc; 
  color: white;
  padding: 8px 0;
  display: flex;
  align-items: right;
  justify-content: right;
  gap: 20px;
}

.title-navbar{
font-family: Nunito, sans-serif;
}

nav.nav a, .nav-link {
  color: white;
  text-decoration: none;
  padding: 6px 12px;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: 0.2s;
}

h1 {
  font-size: 40px;
  color: #222;

   background-color: #0077cc; 
  color: white;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.menu {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu li {
    margin: 0 10px;
}

.menu a {
    text-decoration: none;
    color: white;
    padding: 8px 15px;
    border: 2px solid transparent;
    transition: 0.3s;
}

.menu a:hover {
    border: 2px solid white;
    border-radius: 4px;
}

/* Muss vervollständig werden*/
.gallery {
  display: flex;
  object-fit: cover;
  margin-bottom: 50px;
} 

.text-gallery {
  display: flex;
  position: absolute;
}

.gallery img {
  margin-top: 20px;
  margin-right: 150px;
    width: 200px;
    height: 200px;
    border: 3px solid #0077cc;
    border-radius: 4px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 0 20px;
}

.video-item {
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.video-item p {
    margin-top: 10px;
    font-size: 1rem;
    color: #555;
}

td {
    border: 1px solid #ccc; 
    padding: 10px;
    vertical-align: top; 
}


/* Muss vervollständig werden*/
table {
  width: 100%;
    border-collapse: collapse; 
    border: 1px solid #ccc;
}

.title-list-project{
  margin-bottom: 30px;
  margin-top: 30px;

}

/* Muss vervollständig werden*/
table th, table td {

}

.video-box{
  margin-top: 13px;
  padding-left: 40px;
}

.title-video {
  margin-top: 20px;
}

.text-video{
  margin-top: 50px;
  padding-left: 40px;
}

/* Muss vervollständig werden*/
table th {
    background-color: #0077cc;
    color: white;
    padding: 10px;
    border: 1px solid white;
    text-align: left;

}
.container-funfacts{
margin-top: 30px;
margin-bottom: 50px;
}

.text-funfacts{
  margin-top: 30px;
}

ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

/* FORMS */

.form-title{
  color: #ddd;
}

form label, form input, form textarea, form button {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

form input, form textarea {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

form button {
    padding: 10px;
    background-color: #0077cc;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

form button:hover {
    background-color: #005fa3;
}

.contact_us * {
  font-family: Nunito, sans-serif;
}

.contact_us a {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}



.contact_us .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.contact_us .responsive-container-block.Container {
  max-width: 1320px;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.contact_us .mainImg {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.contact_us .responsive-cell-block.wk-desk-7.wk-ipadp-8.wk-tab-12.wk-mobile-12 {
  background-color: #333333;
  padding-top: 30px;
  padding-right: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
}

.contact_us .text-blk.heading {
  color: white;
  font-size: 35px;
  line-height: 48px;
  font-weight: 800;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
}

.contact_us #message {
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.contact_us .emailArea {
  width: 49%;
}

.contact_us .firstRow {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  width: 100%;
}

.contact_us .fullNameArea {
  width: 49%;
}

.contact_us .cardHead {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  color: white;
}

.contact_us .submit {
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: #00b2eb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.contact_us .formTable {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact_us .messageArea {
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
}

.contact_us .fullName {
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.contact_us .email {
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}



.background-degrade{
  background: linear-gradient(to bottom, #e0e0e0, #ffffff);
  height: 300px; 
}