@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+Adlam+Unjoined:wght@400;500;600;700&family=Prompt:ital,wght@0,400;0,500;0,600;0,700;0,900;1,300;1,400&family=Roboto:ital,wght@0,300;0,400;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+Adlam+Unjoined:wght@400;500;600;700&family=Prompt:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,300;0,400;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

:root {
  --primary:#95ad96;
  --secondary: #3a5e3b;
  --light:#ffffff;
  --dark:#212121;
  --lightgrey:#f3f3f3;
  --grey:#495057;
  --prompt:'Prompt', sans-serif;
}
::selection {
  background: #95ad96;
  color: #fff;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: rgba(255, 0, 0, 0) 1px solid;
}
html{
  scroll-behavior: smooth;
}
body{
}
body, html, ul, ol, li, h1, h2, h3, h4, h5, h6, button {
  margin: 0;
  padding: 0;
  cursor: default;
}
body::-webkit-scrollbar {
  width: 0.33rem;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: var(--dark);
  outline: 0.1px solid var(--dark);
}
.color{
  color:#95ad96;
}
body{
    margin: 0px;
    font-family: Montserrat, sans-serif;
    object-fit: cover;
}
h1{
  font-size: 0.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: var(--dark);
}
h2{
  font-size: 1rem;
  font-family: 'Noto Sans Adlam Unjoined', sans-serif;
  font-weight: 600;
}
h3{
  color: var(--dark);
}
p{
  font-family: 'Noto Sans Adlam Unjoined', sans-serif;
  margin-block-start: 0em;
  margin-block-end: 0em;
}


@media ( min-width: 550px ) {  /** Tablet **/
  h1 {
    font-size: 1rem;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }
}

@media ( min-width: 900px ) { /** Browserfenster **/
  h1 {
    font-size: 2rem;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }
}
.wrapperdiv{
  position:relative;
  top:-50px;
}
.kontaktdiv{
  position:relative;
  top:100px;
}
.relative{
  position: relative;
}
.flex{
  display: flex;
  display: -ms-flexbox;
}
ol, ul {
  list-style: none;
}
fieldset, ol, ul {
  margin: 0;
  padding: 0;
}
.cursor-pointer {
  cursor: pointer;
}
.p-0 {
  padding: 0;
}
.items-center{
  align-items: center;
}
.margin-low-down {
  margin-bottom: 0.25rem;
}
.rotate90{
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate180{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.flip{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#kursiv{
    font-family: 'pacifico';
    color: #3a5e3b;
    margin-top: -2rem;
    font-size: 4rem;
    margin-left: 5rem;
  }

  .unternehmen{
    margin: 0 6.5%;
  }
  .wrapperdiv {
    position: relative;
    top: -180px;
  }
  .lft__wrapper{
    margin-top: 1rem;
  }
  .header_image{
    background-color: #212121;
    height: 16rem;
    content: '';
    position: relative;
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-top: 0.25rem;
  }
  .header_image h1{
    color:var(--light);
    position: absolute;
    bottom: 5%;
    left: 1%;
    font-size: 3.5rem;
    letter-spacing: 0.2rem;
    font-family: 'Prompt', sans-serif;
    font-weight: 700;
    line-height: 3rem;
    margin-top: 1.5rem;
  }
  .header_image img{
    display: block;
    object-fit:cover;
    width: 100%;
    object-position: center;
    height:100%;
    filter: grayscale(60%);
  }



/*** Main Content ***/
.unternehmen {
  height: 120rem;
}
#ueberuns{
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 18rem;
  padding-top: 1rem;
  margin-bottom: 10rem;
}
.ueberuns_l h2{
  font-size: 2.5rem;
  font-family: var(--prompt);
  color: #212121;
}
.ueberuns_l p{
  margin-top: 1rem;
  max-width: 65%;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-family: var(--prompt);
}
.ueberuns_l{
  width: 70%;
}
.ueberuns_r{
  width: 30%;
  text-align: center;

}
#ueberschrift{

}
#ueberschrift h2{
  font-size: 3rem;
}
.ueberuns_img {
  position: relative;
}
.ueberuns_r h3{
  font-size: 0.60rem;
  font-weight: 300;
  margin-top: 0.5rem;
  position: relative;
  z-index: 100;
 }
 .ueberuns_r img{
  width: 50rem;
  position: absolute;
  right: 0rem;
  top: 4rem;
  opacity: 50%;
}

/**** Gründung ****/
 
#gruendung{
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 10rem;
  padding-top: 10rem;
}
.gruendung_l h2{
  font-size: 2.5rem;
  font-family: var(--prompt);
  color: #212121;
}
.gruendung_l p{
  margin-top: 1rem;
  max-width: 80%;
}
.gruendung_l{
  width: 70%;
}
.gruendung_r{
  width: 20%;
  text-align: center;
}
.gruendung_img {
  position: relative;
}

#gruendung_img2{
  width: 24vh;
  height: 22vh;
  max-height: 52rem;
  max-width: 52rem;
  min-height: 10rem;
  min-width: 10rem;
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
  border: 0.1rem solid var(--secondary);
  position: relative;
  background-color: #3a5e3b;
  content: "";
  position: absolute;
}
#gruendung_img3{
  width: 23.5vh;
  height: 22vh;
  max-height: 52rem;
  max-width: 52rem;
  min-height: 10rem;
  min-width: 10rem;
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
  border: 0.1rem solid var(--secondary);
  position: relative;
  background-color: var(--light);
  content: "";
  position: absolute;
  margin-left:0.15rem ;
}
.gruendung_r h3{
  font-size: 0.60rem;
  font-weight: 300;
  margin-top: 0.5rem;
  position: relative;
  z-index: 100;
 }
 .gruendung_r img{
  width: 40vh;
  height: 40vh;
  max-height: 52rem;
  max-width: 60rem;
  min-height: 10rem;
  min-width: 10rem;
  z-index: 100;
  position: relative;
 }

#gruendung_img3 img {
  bottom: 0%;
  left: 10%;
  height: 90%;
  position: absolute;
  width: 80%;
}


/**** Responsive ****/

@media ( min-width: 980px) and (max-width:1499px){
}

@media ( max-width: 1200px ){
  }
@media ( min-width: 551px) and (max-width:979px){
}
@media ( max-width: 550px ) {
}