:root {
  /*colors*/
  --txt-color: #3a3a3a;
  --light-grey: #a6a6a6;
  --akzent: rgb(200, 33, 40);
  --mid-grey: #888888;

  /*other Variables*/
  --shadow: 0 1px 3px rgba(24, 29, 24, 0.8);
  --shadowDark: 8px 8px 8px rgba(87, 85, 84, 0.911);
  --shadowWhite: 2px 0px 3px rgba(87, 85, 84, 0.911);
  --maxwidth: 1500px;
  --paddingAll: 20px;
  --shadowOutline-white: 1px 1px black, -1px -1px black;

  /*navigation*/
  --navHight: 80px;
}

/* padding and border are included in the total width and heigh*/
* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}
@font-face {
  font-family: 'Roboto';
  src: url(fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: 'Roboto bold';
  src: url(fonts/Roboto-Black.ttf);
}
.img-icon {
  width: 30px;
  height: 30px;
  background-color:#c82128;
  padding: 1px 0px 1px;
 border-radius: 50%;
}
.img-icon-rect {
  width: 30px;
  height: 30px;
  background-color:#c82128;
  padding: 1px 4px 1px;
  border-radius: 50%;
 
}
body {
  font-family: 'Roboto';
  color: var(--txt-color);
  background-color: white;
  font-size: 1em;
}

.head1 {
  font-weight: 800;
  font-size: 3em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#main-container {
  margin: auto;
  max-width: var(--maxwidth);
}

a:link {
  color:var(--light-grey);
}

a {
  color:var(--txt-color);
  text-decoration: none;
}

/*NUMBER 0
************************************************
L O G O*/
#logo-container {
  padding: 30px 30px 1px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
  text-align: left;
}

#logo img {
  max-width: 320px;
}

#logo-contact {
  display: flex;
  gap: 100px;
  padding-right: 50px;
  justify-content: flex-end;
}
.icon-flex{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.logo-text-block {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-direction: row;
  text-decoration: none;
  color: var(--txt-color);
}

/*NUMBER 1
************************************************
M E N U E */
#menue-container {
  display: flex;
  background-color: var(--akzent);
  height: 40px;
  padding: 2px 0px;
  align-items: center;
}

#menue-normal {
  display: flex;
  gap: 30px;
  padding-left: 90px;
}
#menue-normal a{
 color: white;
}
.menue-point {
  padding: 2px 8px 2px;
  color: white;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.menue-active {
  color: white;
  text-transform: uppercase;
  border-bottom: 2px solid white;
}
/*NUMBER 2
************************************************
HEAD - PICTURE */
#head-pic {
}
#head-pic-container {
  position: relative;
}
#head-pic-container img {
  object-fit: cover;
  position: relative;
  min-height: 220px;
}

#head-text-container {
  display: flex;
  padding: 22px;
  position: absolute;
  /* left: 0px; */
  /* top: 65%; */
  /* transform: translate(0%, -50%); */
  width: 100%;
  /* background: rgb(147 147 147 / 70%); */
  flex-direction: column;
  align-items: center;
  bottom: 0;
}
#head-kelle {
  width: 50px;
  margin-bottom: 30px;
}

#head-text1,
#head-text2 {
  font-family: 'Roboto bold';
  opacity: 0;
  text-align: center;
  font-weight: 800;
  font-size: 4em;
  text-transform: uppercase;  
  color: var(--akzent);
}

#head-text2 {
  color: #5d5d5d;
}
.line-red {
  height: 4px;
  background-color: var(--akzent);
  width: 100%;
}
/*NUMBER 3
************************************************
L E I S T U N G */
#leistung-container {
  display: flex;
  /* margin: auto; */
  text-align: center;
  padding: 95px 20px 86px;
  background-color: white;
  flex-direction: column;
  align-content: center;
  align-items: center;
  background: #f1f1f1;
}

#leistung-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.leistung-block {
  position: relative;
  padding: 10px 0px 0px;
  display: flex;
  text-align: center;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  margin-bottom: 40px;
}

.leistung-block img {
  box-shadow: var(--shadowWhite);
 
}

#leistung-head {
  margin-bottom: 80px;
}

.leistung-kreis {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: rgb(213 213 213);
  border: 5px solid white;
}

.leistung-text-block {
  display: flex;
  position: relative;
  margin: 0px auto 20px;
  text-align: center;
  align-items: center;
  flex-direction: column;
  align-content: center;
  flex-wrap: nowrap;
  
}

.leistung-text {
  position: absolute;
  top: -30px;
  left: 0%;
  padding: 3px 20px 3px;
  color: #777777;
  font-size: 1.5em;
  text-align: center;
  font-weight: 800;
  width: 100%;
}

/*NUMBER 4
************************************************
P A R T N E R */
#partner-container {
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--txt-color);
}
#partner-container img {
  position: relative;
}

#partner-text,
.partner-text-small {
  padding: 80px 20px 0px;
  color: var(--txt-color);
  margin: auto;
  z-index: 99999;
  bottom: 5%;
  text-align: center;
}
.partner-text-small {  
  padding: 5px 20px 25px;
  color: var(--txt-color);
 font-size: 30px;;
}
/*NUMBER 5
************************************************
A B O U T  */
#about-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 50px;
  align-items: center;
  background-color: var(--akzent);
  justify-items: center;
}
#about-container img {
  width: 100%;
  max-width: 250px;
  padding: 20px;
}
/*NUMBER 6
************************************************
M A P S */
#maps-container {
  background-color: white;
  height: 400px;
}

/*NUMBER 7
************************************************
F O O T E R */
#footer-container {
  padding: 30px 10px 30px;
  display: flex;
  background-color: var(--txt-color);
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: row;
}

.footer-block {
  padding: 10px;
  color:rgb(185, 185, 185);
}
.footer-head {
  color: rgb(197, 197, 197);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-text {
  line-height: 1.7;
  color: var(--light-grey);
  font-size: 14px;
}

.footer-impressum-text {
  cursor: pointer;
  color: rgb(197, 197, 197);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
/*NUMBER 8
************************************************
C O O K I E S */
#cookie-container {
}

/*NUMBER 9
************************************************
I M P R E S S U M */
#impressum-container {
  display: flex;
  background-color: #5a5a5a;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  gap: 20px;
  padding: 10px;
}

/*NUMBER 10
************************************************
C O N T A C T */
.header-only {
  display: flex;
  text-align: center;
  padding: 0px 20px 36px;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

/* kontakt.html
************************************************
*/

#google-karte {
  width: 100%;
  min-height: 400px;
  max-height: 500px;
}
.map-responsive {
  overflow: hidden;

  padding-bottom: 30%;

  position: relative;

  height: 0;
}

.map-responsive iframe {
  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  position: absolute;
}

@media (max-width: 1100px) {
  #leistung-4 {   
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
}
@media (max-width: 900px) {
  #head-text1,
  #head-text2 {
    font-size: 3.6em;
  }

  #about-container {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    flex-wrap: nowrap;
   
  }
  #about-head-text{
    margin-bottom: 20px;
    text-align: center;
  }

}
@media (max-width: 700px) {
  #partner-pic {
    height: 250px;
    object-fit: cover;
  }
  #partner-text {
    padding: 30px 20px 30px;
  }
  #footer-container {
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  #head-text1,
  #head-text2 {
    font-size: 3em;
  }
}
@media (max-width: 600px) {
  .header-only {
    display: flex;
    text-align: center;
    padding: 0px 10px 0px;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

  #leistung-4 {
    display: flex;
    flex-direction: column;
  }
  .leistung-text {
    font-size: 1.6em;
  }
  #about-head-text {
    margin-top: 30px;
    text-align: center;
  }
  .head1 {
    font-size: 28px;
  }
  #head-text1,
  #head-text2 {
    font-size: 2.6em;
  }
  #logo-contact {
    gap: 30px;
    padding-right: 20px;
  }

  .logo-text {
    display: none;
  }
}

@media (max-width: 500px) {
  #leistung-head {
  
  }
  .leistung-text-block {
    top: -50px;
  }
  .leistung-kreis {
    width: 90px;
    height: 90px;
  }

  #head-text1,
  #head-text2 {
    font-size: 2.2em;
  }
}

@media (max-width: 400px) {
  #head-text1,
  #head-text2 {
    font-size: 1.7em;
  }
  #menue-normal {
    padding-left: 10px;
  }

  .head1 {
    font-size: 18px;
  }
  .partner-text-small {  
    padding: 0px 10px 20px;
    
   font-size: 20px;;
  }
  #leistung-container {
    padding: 30px 20px 80px;
  }
  #leistungs-head {
    font-size: 20px;
  }
  #impressum-container {
    padding-left: 30px;
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 300px) {
  #head-text1,
  #head-text2 {
    font-size: 1.3em;
  }
  #leistung-head {
    margin-bottom: 40px;
  }
  .leistung-text {
    font-size: 1.2em;
  }
}
