body
{
    margin: 0;
    padding: 0;
    background-color: #dddddd;
    font-family: Arial;
}

header
{
    display: block;
    padding-top: 0.1%;
    background-color: dodgerblue;
    color: white;
    border-bottom: solid blue;
    margin-bottom: 0px;
    text-align: center;
}

.menu {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu nav {
    margin: 0 10px;
    display: block;
}

.menu a {
    text-decoration: none;
    color: white;
    padding: 1% 0.5%;
    margin-right: 2.5%;
    margin-bottom: 1%;
    border: 2px solid transparent;
    transition: 0.3s;

}

.menu a:hover {
    border: 2px solid white;
    border-radius: 4px;
}

/* Muss vervollständig werden*/
main {
    background-color: white;
    margin-top: 0px;
    padding: 1px 0px 2.5% 0px;
    box-shadow: 0px 3px 3px 3px #c6c6c6;

}

/* Muss vervollständig werden*/
.gallery
{
    display: inline-flex;
}

.gallery div
{
    margin-right: 10%;
    white-space: nowrap;
}
.gallery p
{
    margin-bottom: 0px;
}



.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;
}

.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
{
    border-collapse: collapse;
    width: 100%;
}
thead
{
    background-color: dodgerblue;
    color:white;
}
#video
{
    padding-left: 5%;
}
/* Muss vervollständig werden*/
table th, table td
{
    border: solid lightgray 1px;
    border-collapse: collapse;
    padding: 0.5% 0.5% 0.5%;
}

/* Muss vervollständig werden*/
table th
{
    border-top: transparent;
    font-weight: bold;
}

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;
}

#formdiv
{
    display: inline-flex;
    margin-bottom: 10%;
}

.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: 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;
    color: white;
}

.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;
}
#messagebox
{
    padding-right: 100%;
    width: 100%;
    margin-bottom: 10px;
}
textarea
{
    height: 200px;

}
