:root {
  --color-1: #333;
  --text-color:#ffffff;
  --text-color2:#e00707;
}

.links-container {
  flex-direction: column;
  align-items: flex-start;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.0rem;

  position: fixed;
  top: 0;
  right: -100%;
  z-index: 10;
  width: 300px;

  background-color: var(--color-1);
  box-shadow: -5px 0 5px rgba(0,0,0, 0.25);
  transition: 0.75s ease-out;
  opacity: 0.9;
}

nav a {
  box-sizing: border-box;
  height: auto;
  width: 100%;
  padding: 20px 30px;
  justify-content: flex-start;
}

nav a:hover {
  color: var(--text-color2)
}

.open-sidebar-button, .close-sidebar-button {
  padding-right: 18px;
  padding-top: 4px;
  display: block;
}

#sidebar-active:checked ~.links-container {   /* ~Geschwister-Selektor */
  right: 0;
}

#sidebar-active:checked ~#overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}

.schriftzug {
  position: absolute;
  height: auto;
  width: 80%;
  align-self: center;
  cursor: pointer;
  left: 0;
}

.schriftzug img {
  margin-left: 5px;
  max-width: 300px;
  position: absolute;
  left: 0;
  display: flex;
  justify-items: center;
}

.suchfeld {
  position: absolute;
  left: 11%;
  bottom: 5%;
}

.topnav-right{
  width: 100%;
}

.topnav-right ul {
  display: block;
  list-style: none;
  margin-left: 5%;
  margin-top: 0;
  margin-bottom: 0;
}

.topnav-right ul li{
  width: 250px;
  margin-left: -50px;
  margin-top: -30px;
}

#ImpCop h3{
  text-align: center;
  font-size: 6.0vw;
  color: #fefeff;
  width: 100%;
}

#ImpHaft h3{
  text-align: center;
  font-size: 6.0vw;
  color: #fefeff;
  width: 100%;
}

h1 {
  margin-top: 70px;
  font-size: 9.0vw; /* Ändern Sie diese Zahl, um die Schriftgröße anzupassen */
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

h4 {
  margin-top: 100px;
  font-size: 10.0vw; /* Ändern Sie diese Zahl, um die Schriftgröße anzupassen */
  margin-bottom: 50px;
}

h5 {
  margin-top: 5%;
  margin-bottom: 2%;
  font-size: 6.0vw;
  width: 100%;
}

.home {
  display: none;
}

.mobile-text {
  display: block;
}

.topnav-right ul li a:hover {
  color: var(--text-color2);
}

.topnav-right ul li:hover .sub-menu {
  display: block;
  position: absolute;
  background-color: var(--color-1);
  top: 190px; /*
  margin-left: 30px;
  width: 115px;
  height: 200px; */
  margin-top: 15px;
  margin-left: 40px;
  opacity: 0.9;
  border-radius: 5px;
}

.topnav-right ul li:hover .sub-menu ul li {
  width: 130px;
  padding: 15px;
  border-bottom: 1px dotted #fff;
  margin-left: -10px;
  margin-right: 20px;
  height: 80px;
} 

.sub-menu {
  display: none;
}

.sub-menu ul li a {
  width: 130px;
  margin-left: -25px;
}

.Beschreibung {
  position: relative;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 100px;
  text-align: center;
  font-size: x-large;
  color: #fcfcfd;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 140%;
  font-size:large;
}

.Beschreibung .liste {
  margin-left: -35px;
}

.liste {
  position: relative;
  left: 30px;
  max-width: 100%;
  margin-right: 10px;
  text-align: left;
  }

.text {
  background-color: transparent;
  color: white;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 50px 32px;
}

.Netzwerk {
  position: relative;
  margin-left: auto;
  margin-top: 50px;
  margin-right: auto;
  width: 77%;
}

.Software {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 77%;
}

.Schulung {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 77%;
}

.Elektro {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 77%;
}

#dtec-Logo {
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  position: absolute;
  top: 1050px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#dtec-Logo img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
 }

.dtec-bottom-row{
  background-color: #333;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 1300px;
    left: 0;
    width: 100%;
    height: auto;
} 

.dtec-bottom-column {
  float: left;
  width: 16%;
}

.dtec-bottom-column img {
  width: 100%;
  height: auto;
}

input[type="text"], input[type="email"], textarea {
  width: 30px; /* oder eine andere gewünschte Breite */
  max-width: 100%;
}

textarea {
  width: 30px;
  max-width: 100%; /* Optional für responsives Design */
}

.g-recaptcha {
transform: scale(0.73); /* Skalierung auf 85% */
transform-origin: 0 0; /* Ursprung oben links */
}
