/* FONTS */
/* roboto-condensed-regular - latin */
/* roboto-mono-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v32-latin-regular.woff2') format('woff2'),
    url('../fonts/roboto-v30-latin-regular.ttf') format('truetype');
}

/* SEO Title */
.seotitle {
  opacity: 0;
  width:5vw;
}

.seotitle1 {
  display: none;
}

/* General Styles */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

/* Header Styles */
.header {
  display: flex;
  width: 100%;
  height: 14vh;
  background-color: #5a6168;
  align-items: center;
  justify-content:space-between;
  position: fixed;
  top: 0;
  z-index:1;
}

#imglogo,
#logotop,
#logobottom {
  height: 14vh;
  width: auto;
}

/* #logotop, #logobottom {
  display: inline-block;
  width: 14vw;
  height: 14vh;
} */

.imglogo {
  height: 14vh;
  /* Volle Höhe des Headers */
}

#flags-navigation-container{
  display:flex;

}

#navigation {
  display: flex;
  color: white;
  padding-left: 30px; /* Abstand zwischen Flags und Navigation */
  align-items: center;
}

#navigation:hover {
  cursor:pointer;
}

#navigation-content {
  /* display: none; */
  position: absolute;
  top:14vh;
  background-color: rgb(165, 165, 165);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  right: 0; /* Damit das Dropdown-Menü an der rechten Seite ausgerichtet bleibt */
  text-align: right;
}

#navigation-content a {
  color: #ffffff;
  padding: 12px 16px;
  display: block;
  text-decoration: none;
  font-size: .9rem;

}

#navigation-content a:hover{
  color: #e6e6e6;
  /* font-weight:bold; */
/* font-size:1rem}; */
}

#navigation:hover #navigation-content {
  display: block;
}

#navigation-content:hover {
  cursor: pointer;
}

#nav_icon {
  padding-right: 30px;
  height: 14vh;
  font-size: 25px;
  display: flex;
  align-items: center;
}

#imgmenu {
  height: 25px;
}

/* Flags Styles */
#flags {
  display: flex;
  align-items:center;
  /* Vertikale Ausrichtung */
}

#flags img {
  max-width: 100%;
  display: block;
  cursor: pointer; /* Stellt sicher, dass der Zeiger über dem Bild angezeigt wird */
  z-index:1000;
}

.flag {
  width:40px;
  height: 25px;
}

#de_flag {
  margin-right: 30px;
  
}

.active {
  width:40px;
  height: 25px; 
}

.flag:hover {
  cursor: pointer;
}

/* Main Container */
#container {
  padding-top:14vh;
  display:flex;
  width: 100%;
  height: calc(100vh - 28vh);
  z-index:-1;
  align-items:center;
  justify-content: center;
}

#umzugsmeldung{
  color:red;
}

#datenschutz, #impressum {
  padding-top:14vh;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  /* height: calc(100vh - 28vh); */
  padding-bottom: 16vh;
}

.title {
  text-align: center;
  font-size: 22px;
}

.titlename {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.3em;
}

/* Section Styles */
.section {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  padding-top:14vh;
  padding-bottom:22vh;
}

.text {
  font-size: 1.1em;
}

.strichKurz {
  background-color: #16df9f;
  width: 10vw;
  height: 2px;
  margin: 5vh auto;
}

h6 {
  font-weight: bold;
  /* margin-top: 5vh;
  margin-bottom: 3vh; */
}

h5 {
  font-weight: bold;
  margin-top: 5vh;
  margin-bottom: 3vh;
}

/* Specific Sections */
#ueberMichBox {
  display: flex;
}

.ueberMichBox {
  padding-left: 20px;
  width: 50%;
}

.ueberMichBox img {
  object-fit: cover;
  width: 80%;
  height: auto;
  margin-left: 20%;
}

#indikationen {
  display: flex;
  margin-top: 3vh;
}

#indikationenBox {
  text-align: left;
}

/* Footer Styles */
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #5a6168;
  height: 14vh;
  width: 100%;
  position: fixed;
  bottom: 0;
  font-size: 0.8rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.footer-content-box {
  margin-right: 2rem;
}

.footer-content-box>a {
  color: white;
  text-decoration: none;
  margin-left: 2rem;
}

.footer-content-box>a:hover {
  color: #a0a0a0;
}

/* Responsive Design */
@media(max-width: 1200px) {
  #ueberMich {
    width: 60%;
  }
}

@media(max-width: 1000px) {
  .section {
    width: 60%;
  }

  #ueberMich {
    width: 70%;
  }
}

@media(max-width: 900px) {
  .section,
  #ueberMich,
  #impressum,
  #datenschutz {
    width: 80%;
  }
}

@media(max-width: 800px) {
  #ueberMichBox {
    display: flex;
    flex-direction: column;
    /* width:90%;
    margin-left:auto;
    margin-right: auto; */
    padding:0;
    margin:0;
  }

  .ueberMichBox{
    display:flex;
    align-items: center;
    width:100%;
    margin-left:auto;
    margin-right: auto;
    padding:0;
    margin:0;
  }
  
  #ueberMich img {
    width:60%;
    height:auto;
    margin-left:auto;
    margin-right: auto;
    margin-top: 10vh;
  }

  #indikationen {
    display: block;
    margin: 0 auto;
  }

  #indikationen div:nth-child(2) {
    padding-left: 0;
  }

}

@media(max-width: 700px) {
  .section {
    width: 75%;
  }
}

@media(max-width: 600px) {
  .header,
  .footer {
    height: 10vh;
    width: 100%;
  }

  #logotop,
  #logobottom {
    width: auto;
    /* Breite flexibel */
    height: 10vh;
    /* Höhe bleibt fixiert */
  }

  .imglogo {
    max-height: 10vh;
    /* Maximale Höhe auf 14vh begrenzen */
    width: auto;
    /* Breite entsprechend anpassen */
  }
  #navigation-content{
    top:10vh;
  }
  #ueberMich img {
    width:80%;
    height:auto;
    margin-left:auto;
    margin-right: auto;
  }
}

@media(max-width: 500px) {
  .footer-content-box {
    text-align:right;
    line-height:25px;
  }
}