* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

[class*="col-"] {
  float: left;
  padding: 2%;
  padding-top: 0;
  /*border: 1px solid red;*/
}

.col-05 {width: 4.166%}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-35 {width: 29.166%}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.row::after {
  content: "";
  clear: both;
  display: table;
}

h3 {
  margin-bottom: 0;
}

h4 {
  margin:0;
}

p {
  margin-top: 0.5em;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  display: flex; 
  align-items: center;
  justify-content: flex-end;
  height: 15%;
  padding-right: 3%;
  padding-left: 2%;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  border-radius: 10%;
  text-align: center;
  padding: 1.5% 26px;
  text-decoration: none;
  font-size: 20px;
}

.topnav a:hover {
  background-color: #5D5C5A;
  color: black;
}

.Text {
  margin-left: 2%;
  margin-top: 1%;
  width: 60%;
  text-align: justify;
  text-justify: inter-word;
}

#Kontakt {
  margin-top: 1%;
}

#aboutus {
  margin-left:0;
  width: 100%;
}

.logo {
  width: 16%;
} 

#logo {
  padding: 0;
}

#logo-container {
  height:100%;
  max-height: 100%;
  width: auto;
}


.ourPics {
  width: 90%;
  margin-bottom: 5%;
}

.oneofus {
  padding-bottom: 20px;
}

#twoofus {
  width: 100%;
  margin-top: 15%;
}

#Fragen {
  padding-left: 5%;
}

ul.uni-bullet {
  list-style-image: url('./Logos/mini-uni.svg');
  overflow: visible;
}

.questions li {
  font-size: 20px;
}

#do-it{
  margin-top: 2em;
  font-size: 2em;
  margin-bottom: 0;
}

#arrow {
  position: relative;
  overflow: visible;
}

#arrowpath {
  clip-rule:evenodd;
  fill-rule:evenodd;
  stroke-width:0.866823;
  fill-opacity: 0.5;
}

label {
  font-size: 20px;
  display: block;
  text-align: left;
  min-width: 120px;
}

.LabelAndInput {
  display: flex;
  align-items: flex-start;    
  margin-bottom: 3%;
  flex-direction: row;
}

input, textarea {
  height: 2.2vw;
  width: 70%;
  background-color: rgb(199, 199, 199);
  resize: none;
}

input, textarea {
  font-weight: 500;
  font-style: normal;
  font-size: 1.5vw;
  text-align: left;
  margin-top: 0.5vw;
  padding-left: 0.5vw;
}

#Mitteilung {
  height: 20vw;
}

#Kontaktformular {
  margin-top: 1.8em;
}

#AbschickKnopf {
  text-align: right;
  margin-right: calc(30% - 120px);
}

.abschicken {
  font-size: 20px;
  color: #ffffff;
  opacity: 0.8;
  cursor: pointer;
}

.abschicken:hover{
  color: #000;
}

#Inhaltsverzeichnis {
  margin-bottom: 0;
}

.Einräder {
  margin-top: 0;
}

.unipics {
  width: 100%;
  margin-bottom: 8%;
}

.univideo {
  margin-left: 10%;
  margin-top: 3.16em;
  width: 100%;
  aspect-ratio: 16 / 9;
}

#Weiteres {
  margin-bottom: 10%;
}

.Inhalt li{
  margin-top: 10px;
}

/*  

table, th, td {
  border: 1px solid black;
}

#Position {
  text-decoration: underline;
}

table {
  margin-left:10%;
  margin-top: 2%;
  width: 80%;
}

th {
  text-align: left;
}

td,th {
  width:30%;
  padding-left:7%;
}*/

@media only screen and (min-width: 800px) {
  .logo {
    margin-right: auto;
  }
}


@media only screen and (max-width: 800px) {


  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }

  .Text {
    width: 90%;
  }

  .topnav {
    flex-direction: column; /* Stack items vertically */
    align-items: flex-start; /* Align items to the start */
    height: auto; /* Let height adjust based on content */
    padding: 0; /* Reset padding for vertical layout */
  }

  .topnav a {
    width: 100%; /* Make links full width */
    padding: 10px; /* Adjust padding for a comfortable touch target */
    text-align: left; /* Align text to the left */
    border-radius: 0; /* Remove border radius for full-width links */
    box-sizing: border-box; /* Ensure padding and borders are included in width */
  }

  .topnav .logo {
    width: 100%; /* Let the logo size adjust automatically */
    margin-left: 33%;
    margin-bottom: 10px; /* Add spacing below the logo */
  }

  #arrow {
    display: none;
  }

  .unipics {
    margin-bottom: 0;
  }

  .univideo {
    margin-left: 0;
    margin-bottom: 15%;
    width: 70%;
  }

}
