/*=========================
  ✅ Base Setup
=========================*/
:root {
  --dunkel: #333333;
  --schwarz: #000000;
  --hell: #f2f2f2;
  --hell-zwei: #fcf6f5;
  --akzent: #d46146;
  --akzent-zwei: #E4A399;
  --font-body: "NeueHelveticaPro45Light", Tahoma, Verdana, sans-serif;
}

@font-face {
  font-family: "NeueHelveticaPro45Light";
  src: url('MyWebfontsKit/webFonts/NeueHelveticaPro45Light/font.woff2') format('woff2'), url('MyWebfontsKit/webFonts/NeueHelveticaPro45Light/font.woff') format('woff');

}

* {
  box-sizing: border-box;
}

body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 100%;
  background-color: var(--dunkel);
  color: var(--hell);
  margin: 0;
  padding: 0;
}

footer {
  margin-top: 5vw;
}

/*=========================
  ✅ Layout Helpers
=========================*/

.unterkapitel {
  margin-bottom: 5vw;
  padding-top: 2.5vw;
  padding-left: 5vw;
  margin-right: 15vw;
}

.inhalt {
  padding-bottom: 1vw;
  padding-top: 2.5vw;
  padding-left: 5vw;
}

/* Kategorie vorher container raus
  padding: 0 2vw;
  margin: 0 auto;
  max-width: 1200px;*/


.flex-kategorie {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ausbildung {
  min-height: 4.5vw;
}

div.kundeninfo, div.jobinfo {
  padding-top: 0.15vw;
  padding-bottom: 0.15vw;
}

div.kundeninfo {
  padding-left: 4vw;
  background-color: var(--akzent);
  color: var(--schwarz);
}

div.jobinfo {
  padding-left: 1vw;
}

#Verantwortlicher {
  padding-bottom: 1vw;
}

#Software, #Produktion, #Ausschreibunga, #Lager, #Lagerist, #Prueffeld, #Pruef  {
  background-color: var(--hell);
  color: var(--dunkel);
}

#Hardware, #Qualitätsmanagement, 
#Verantwortlicher, #Kontakt, #Ausschreibungb, #Bama, #BM {
  background-color: var(--akzent-zwei);
  color: var(--dunkel);
}

#Kundenbereich {
  padding-left: 2.5vw;
  background-color: var(--akzent);
  color: var(--schwarz);
}

/*=========================
  ✅ Typography
=========================*/

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin: 2vw 0 1vw;
}

h1 { font-size: clamp(2.7rem, 3rem, 3.3rem); font-weight: 400; }
h2 { font-size: clamp(2.4rem, 2.7rem, 3rem); font-weight: 350; }
h3 { font-size: clamp(2.1rem, 2.4rem, 2.7rem); }
h4 { font-size: clamp(1.8rem, 2.1rem, 2.4rem); }
h5 { font-size: clamp(1.5rem, 1.8rem, 2.1rem); }
h6 { font-size: clamp(1.2rem, 1.5rem, 1.8rem); }

p, li, a, button, input, .team-kontakt, div.information-ansprechpartner {
  font-size: clamp(1rem, 1.2rem, 1.5rem);
  line-height: clamp(1.6rem, 1.9rem, 2.2rem);
}

ul  {
  margin: 2vw;
}

/* class Freude entfernt
  color: #f2f2f2;
*/

/*=========================
  ✅ Header & Logo
=========================*/

header {
  min-height: 7.5vw;
  padding: 1vw;
  background-color: var(--hell);
  color: var(--dunkel);
}

#Logo,
#Logo-Footer {
  max-width: 12.5vw;
  height: auto;
  float: right;
}

#Logo-Footer {
  margin-top: 2.5vw;
}

.icon{
  height: auto;
  width: 64px;
}

/*=========================
  ✅ Navigation
=========================*/

.hauptnavigation, #Hauptinhalte-Startseite,
#Hauptinhalte, #Rechtliches  { 
  min-height: 3vw;
  align-content: center;
  font-size: clamp(1vw 1.4vw 1.8vw);
}

/* Hauptinhalte aktuelle Seite */
#Hauptinhalte-Startseite,
#Hauptinhalte, #Rechtliches  { 
  margin-bottom: 2vw;
  margin-left: 2vw;
  margin-right: 2vw;
}

#Hauptnavigation {
  margin: 2vw;
  padding: 0px;
}

/* navigation Footer */

#Hauptinhalte-Startseite,
#Hauptinhalte { 
  padding: 0px;
}

#Rechtliches  { 
  padding-bottom: 2vw;
}

/*=========================
  ✅ Content Sections
=========================*/

/* Slogan2 Seite: index.html */
section.titel-untertitel {
  float: center;
  padding-top: 5vw;
  padding-bottom: 9vw;
  text-align: center;
  color: var(--dunkel) !important;
  background-image: url(pics/top_header-1.webp);
}

address {
  font-style: normal;
}

.addresse {
  padding-top: 2.5vw;
  font-style: normal;
}
/*eig. Addresse; color nicht drin*/

a.download {
  color: var(--hell);
}
.login {
  margin: 5vw;
}
  

/*=========================
  ✅ Footer
=========================*/
footer {
  min-height: 7.5vw;
  width: auto;
  padding: 1vw;
  background-color: var(--hell);
  text-align: left;
  color: var(--dunkel);
}

.copyright {
  text-align: center;
}

/*=========================
  ✅ Links & Focus Styles
=========================*/
a  {
  color: var(--dunkel);
  padding: 0.85vw;
}

a.aktiv {
  background-color: var(--akzent);
  color:var(--schwarz);
}

/*a address nicht drin*/

a:hover  {
  text-decoration: underline;
  background-color: var(--dunkel);
  color: var(--hell);
}

a.download:hover{
  background-color: var(--akzent);
  padding: 0vw;
}

button {
  font-family: var(--font-body);
  border: none;
  background-color: var(--dunkel);
  color: var(--hell);
  padding-top: 0.25vw;
  padding-bottom: 0.25vw;
  height: auto;
  width: clamp(6rem, 8rem, 10rem);
}

button:hover {
  background-color: var(--hell);
  color: var(--dunkel);
}

a:focus,
button:focus,
input:focus {
  outline: 0.2vw solid var(--akzent);
  outline-offset: 0.1vw;
}

button.senden:focus {
  outline: 0.2vw solid var(--dunkel);
  outline-offset: 0.1vw;
}

a.loginlink {
  color: var(--schwarz);
}

a.loginlink:hover {
  color: var(--hell);
}

.loginlink:focus {
  outline: 0.2vw solid var(--hell);
  outline-offset: 0.1vw;
}

a#LinkedInprofil:hover {
  background-color: var(--akzent);
  color: var(--schwarz);
}

/*Skip-Link*/
.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip:focus {
  position: static;
  width: auto;
  height: auto;
}

input {
  font-family: var(--font-body);
  padding-top: 0.25vw;
  padding-bottom: 0.25vw;
  margin-right: 2.5vw;
}

/*=========================
  ✅ Team Section
=========================*/

/*Team*/ 

div, .team-kontakt {
  word-break: break-word;
}

.team-kontakt {
  text-decoration: none;
  font-weight: 300;
  color: var(--hell);
  padding: 0px;
}

div.galerie {
  margin-right: 2vw;
  margin-bottom: 4vw;
  width: 95%;
}

div.kontakt {
  margin-right: 2vw;
  margin-bottom: 2vw;
  width: 100%;
}

div.galerie:focus {
  outline: 0.2vw solid var(--akzent);
  outline-offset: 0.1vw;
}

div.galerie img, div.karte img {
  margin-bottom: 0.5vw;
  max-width: 100%;
  height: auto;
}

div.information-ansprechpartner {
  margin-right: 2vw;
  margin-top: 0.5vw;
  margin-bottom: 1vw;
  text-align: left;
}

/*=========================
  ✅ Responsive Containers
=========================*/

.responsive {
  margin-top: 1vw;
  display: flex;
  width: 25%;
  float: left;
}

.responsive-kontakt {
  display: flex;
  width: 40%;
  float: left;
}

.responsive-rechtliches {
  float: left;
  width: 50%;
}

.responsive-rechtliches a{
  color: var(--dunkel);
}

.responsive-rechtliches a:hover {
  background-color: var(--hell-zwei);
}

@media only screen and (max-width: 1200px) {

  .unterkapitel {
  margin-right: 10vw;
  }

    .ausbildung {
    min-height: 11vw;}

    .responsive {
    flex-direction: column;
    width: 30%;
    }

  div.karte img {
  max-width: 100%;
  height: auto;
}

    .anfahrt {
  margin-top: 1vw;
  width: 100%;
}
}

@media only screen and (max-width: 992px) {

  .unterkapitel {
  margin-right: 6.67vw;
  }

  section.titel-untertitel {
  background-image: url(pics/top_header-992.webp);
}

  /*When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon)*/
  .hauptnavigation a:not() {display: none;}
  .hauptnavigation a.icon {
    display: grid;
    }
  /*float right*/

  /*The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally)*/
  .hauptnavigation.responsive {position: relative;}
  .hauptnavigation.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .hauptnavigation.responsive a {
    display: block;
    text-align: left;
  }
  /*float none raus*/

  /*Toggle between adding and removing the "responsive" class to topnav when the user clicks on the icon*/

  .ausbildung {
    min-height: 10vw;}
  
  .responsive {
  flex-direction: column;
  width: 50%;
  }

  .responsive-kontakt {
  flex: 0 0 100%;
  width: 100%;
  }
}

@media only screen and (max-width: 768px) {

  .unterkapitel {
  padding-left: 3.4vw;
  margin-right: 4.45vw;
  }

  section.titel-untertitel {
  background-image: url(pics/top_header-768.webp);
}

  .ausbildung {
    min-height: 10vw;}

  .responsive {
  flex-direction: column;
  width: 49%;
  }

  .responsive-kontakt {
  flex: 0 0 100%;
  width: 100%;
  }
}


@media only screen and (max-width: 600px) {

  .unterkapitel {
  padding-left: 2.27vw;
  margin-right: 2.97vw;
  }

  section.titel-untertitel {
  background-image: url(pics/top_header-600.webp);
}

  .ausbildung {
    min-height: 10vw;}

  .responsive {
  flex-direction: column;
  width: 49%;
  }

  .responsive-kontakt {
  flex: 0 0 100%;
  width: 100%;
  }
}

.anfahrt {
  margin-top: 1vw;
  display: flex;
  width: 50%;
}
/* float left*/

/*=========================
  ✅ Social
=========================*/

#LinkedIn {
  max-width: 1.5vw;
  margin-left: 0.75vw;
}