/* Muss vervollständig werden*/
body {
    margin: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* Muss vervollständig werden*/
/* GonMo322- Iwerschreft plus navigatiouns menu*/
header {
    display: block;
    width: 100%;
}

h1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: #0075cc;
    color: white;
    text-align: center;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
}

.menu {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    padding-bottom: 15px;
    border-bottom: 3px solid white;
    border-bottom-color: #005ea2;
    background-color: #0075cc;
    color: white;
}

.menu li {
    margin: 0 10px;
}

.menu a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: white;
    text-align: center;
    font-size: 20px;
    padding: 8px 15px;
    border: 2px solid transparent;
    transition: 0.3s;
}

.menu a:hover {
    border: 2px solid white;
    border-radius: 4px;

}

/* Muss vervollständig werden*/
/* GonMo322- Algemein*/
main {
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
}

/* Muss vervollständig werden*/
/* GonMo322- Home page*/
.gallery {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 300px 0px 0px;
}

/*  GonMo322- mengen net dat deen heiten .gallery p
    neidech ass deen ech gemach hun    */
.gallery p {
    text-align: left;
}

.gallery img {
    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;
}

/* GonMo322- Project page*/
.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;
}

/* Muss vervollständig werden*/
table {
    font-family: Arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: auto;
}

/* Muss vervollständig werden*/
table th, table td {
    border: 1px solid #cdcdcd;
    text-align: left;
    padding: 10px;
}

/* Muss vervollständig werden*/
table th {
    background-color: #0074cb;
    color: white;
}

/* GonMo322- Sonstiges*/
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;
}

/* GonMo322- Contact page*/
.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;
}