@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=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100&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);
}

/**** Header ****/
.niederlassungen{
    margin: 0 6.5%;
  }
  .wrapperdiv {
    position: relative;
    top: -180px;
  }
  .lft__wrapper{
    margin-top: 1rem;
  }
  .header_image{
    background-color: #212121;
    height: 28vh;
    content: '';
    background-image: url(/assets/images/logsped_fischamend.png);
    position: relative;
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    margin-top: 0.25rem;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
   /*filter: grayscale(30%);*/
  }
  .header_image h1{
    color:var(--light);
    position: absolute;
    bottom: 5%;
    left: 1%;
    font-size: 4rem;
    letter-spacing: 0.2rem;
    font-family: 'Prompt', sans-serif;
    font-weight: 700;
    line-height: 3rem;

  }
  .header_image img{
    display: block;
    object-fit:cover;
    width: 100%;
    object-position: center;
    height:100%;
  }

  /**** Wrapper ****/
  .wrapper{
    height:fit-content;
    margin-top: 1rem;
    margin-bottom: 5rem;
  }
   /*** Main Content ***/
    #header_h1{
        font-family: var(--prompt);
        font-size: 1.7rem;
        font-weight: 600;
        align-items: center;
        display: flex;
    }
    #header_h1 h1{
        font-family: var(--prompt);
        font-size: 1.7rem;
        font-weight: 600;
        align-items: center;
        display: flex;
    }
    #header_h1 i{
        font-size: 1rem;
    }
    #header_img{
        width: 1rem;
        margin-left: 0.5rem;
    }
   .niederlassungen-niederlassungen__grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(250px, 1fr));
    grid-gap:1rem;
    margin: 0.5rem 0rem;
  }
  .niederlassungen-niederlassungen__h2 h2{
    font-size: 1.5rem;
    color: var(--dark);
    margin: 0.5rem 0rem 1rem 0.5rem;
    font-family: var(--prompt);
    line-height: 3rem;
  }
  #niederlassungen__header{
    margin: 0 1rem;
    height: 50%;
    max-height: 10rem;
    min-height: 7.5rem;
  }
  #niederlassungen__img{
    margin: 1rem;
    height: 50%;
    background-color: #ae1a1a;
    max-height: 10rem;
    position: relative;
    overflow: hidden;
    border: 0.1rem solid #f3f3f3;
    background-color: #fff;
  }
  #niederlassungen__img img{
    display: block;
    object-fit:cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: relative;
    max-height: 10rem;
    min-height: 10rem;
  }
  #niederlassungen__info h1{
    font-size: 1.50rem;
    margin-bottom: 0.25rem;
    font-family: var(--prompt);
  }
  #niederlassungen__info p{
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    font-family: var(--prompt);
    line-height: 1.1rem;
  }
  #niederlassungen__info{
    position: relative;
    border: 0.1rem solid var(--lightgrey);
    text-align:center;
    border-radius: 0.2rem;
    height: fit-content;
  }
  #niederlassungen__info:hover{
    position: relative;
    border: 0.1rem solid var(--secondary);
    text-align:center;
    border-radius: 0.2rem;
    height: fit-content;
  }
  /**** Responsive ****/

  @media ( min-width: 980px) and (max-width:1499px){
  }
  
  @media ( max-width: 1200px ){
    .niederlassungen {
      margin: 0 3.5%;
  }
  .header_image h1 {
    color: var(--light);
    position: absolute;
    bottom: 5%;
    left: 2%;
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
    font-family: 'Prompt', sans-serif;
    font-weight: 700;
    line-height: 2rem;
}
    }
  @media ( min-width: 551px) and (max-width:979px){
  }
  @media ( max-width: 550px ) {
    .header_image h1 {
      font-size: 1.5rem;
      bottom: 2%;
  }
  .header_image {
    background-color: #212121;
    height:8rem;
    content: '';
    background-image: url(/assets/images/logsped_fischamend.png);
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 4rem;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header_h1 h1 {
  font-family: var(--prompt);
  font-size: 1.3rem;
  font-weight: 600;
  align-items: center;
  display: flex;
}
#header_h1 {
  font-family: var(--prompt);
  font-size: 1.3rem;
  font-weight: 600;
  align-items: center;
  display: flex;
}
  }