@charset "utf-8";
/* @import "media.css"; */
@import "fonts.css";
/* CSS Document */

* { box-sizing: border-box;

}

body { 
   
    font-family: 'Karla', sans-serif;
        background-color: white;
        margin: 0;
        padding: 0;
        /* min-height: 100%; */
       
        
  }

  #wrapper {
    margin: 0 auto;
    padding: 0;
   
    max-width: 87.5rem;
    min-width: 50rem;
    background-image: url('/images/hintergrund.svg');
    background-position: top 16.25rem left 50%;
    background-repeat: no-repeat; 
    background-attachment: fixed;
    /* background-color: blue; */
  }
/* start of header */
  header {
    font-family: 'Martel Sans', serif;
    margin: 0;
    position: relative;
    width: 100%;
    height: 14rem;    
    color: #F59D52;
  }

  .header-left {
    position: absolute;   
    left: 0.3125rem;
    top: 0.3125rem;
    z-index: 10;
  }

  .header-left img {
    width: 12.5rem;
  }

  h1 {
    
    margin: 0.5rem auto;
    position: absolute;   
   font-size: 1.875rem;
    font-weight: 900;
    text-align: center;
    line-height: 2.5rem;
    letter-spacing: 1.8px;
    top: 1rem;   
    width: 100%;
    text-transform: uppercase;  
  }


 
/* end of header */ 


  /* navigation */
 nav {

  position: absolute;
  top: 0.8rem;
  right: 1rem;
  z-index: 20;
}
  nav li {
    display: none;
    list-style: none;
    text-align: right;
    font-size: 1rem;
    letter-spacing: 0.25rem;
    font-weight: 700;
     background-color: rgba(255,255,255,0.8); 
    border: 1px solid #1D438A;
    border-radius: 0.5rem;
    margin: 1px 0;
    z-index: 10;
    
  }

  nav li.open {
    display: block;
  }
  
  nav li#hamburger {
    display: block;
    cursor: pointer;
    border: none;
 
}

nav li a {
   display: block; 
  text-decoration: none;
  text-align: left;
  color: #F59D52;
  width: 10.5rem;
  padding-left: 1rem;
  line-height: 2rem;


}
nav li a:hover {
  opacity: 0.8;
  background-color: #CFB868;
  color: #1D438A
}

/*end of navigation */

  /* fast button  */

.fast-button {
  margin: 0 auto;
  display: flex;
  width: 80%;
  justify-content: space-around;
  }

  .btn {
    width: 12.5rem;
    height: 2.5rem;
    border: 1px solid #CFB868;
    border-radius: 0.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: #1D438A;
    text-decoration: none;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
  }

  .btn img {
    padding-right: 1rem;
  }

  /* end of fast button */

/* main */

main {
  margin: 3rem auto;
  width: 80%;
  color: #1D438A;
 
}
h2 {
 
    font-size: 1.5rem;
     text-align: left;
    line-height: 2.5rem;
  
}

article h2  {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0.3rem;
  color: #F59D52;
  cursor: pointer;

}

article h2 img {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  vertical-align: middle;

}

article h3  {
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  /* background-color: deeppink; */
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

article {
  margin-top: 3rem;
  padding: 0.75rem 0.75rem 0;
  background-color: rgba(255,255,255,0.5);
  border: 1px solid #64BFD1;
  border-radius: 1rem;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
 


}

article a{ color: #1D438A;
text-decoration: underline;}

h3 {
  font-size: 1rem;
  font-style: italic;
}

li, p {
	font-size: 0.8rem;
	line-height: 120%;
  
  
}

.center {text-align: center;}

.center img {
  width: 90%;
}

.fett {
  font-weight: 700;
}

.ital {
  font-style: italic;
}

.unshow {
  display: none;
}

.show {
  display: block;
  padding-right: 1rem;
}

.star {
   width: 3rem;
   margin-left: calc(100% - 2.7rem);
   border-radius: 1rem;
  margin-bottom: 0.5rem;
  text-decoration: none;
  font-size: 2rem;
  cursor: pointer;
  background-color: white;
 box-shadow: 2px 2px 4px rgba(0,0,0,0.4); 
  color: #1D438A;
   border: 1px solid #64BFD1;
  
  
}

/* end of main und article /

/* colllone */


.collone {
  column-count: 3;
  column-gap: 1rem;
  list-style-type: none;
  padding-left: 1rem;
}

.collone  li {
  margin: 0 auto;
  padding: 2px 0;
  list-style-type: none;
}



footer {
  margin: 2rem auto;
  width: 80%;
  color: #F59D52;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 2rem;
}

footer a {
  color: #F59D52;
  text-decoration: none;
  padding: 0 0.4rem;
  font-size: 0.8rem;
  font-weight: 700;
  background-color: rgba(255,255,255,0.5);
}
  
footer a+a {
 
  border-left: 1px dashed #F59D52; 
}
  

/****** media 850 px  ******/
@media (max-width: 53.125rem){

  #wrapper {
      margin: 0 auto;
      padding: 0;       
     width: 100%;
         max-width: 53.125rem;
         min-width: 400px;
         background-position: top 2rem left 50%;

     
    }

    header {
      width: 100%;
      height: 11rem;
      color: #F59D52;
    }
  
    
    .header-left img {
      width: 9.375rem;
    }
   
  
    h1 {
      font-size: 1.5rem;  
       letter-spacing: 1.5px;
       line-height: 1.8rem;
        }
  
   
  /* end of header */ 
    /* navigation */
   
    nav li {
   
      font-size: 0.8rem;
      
    }

    #hamburger img {
      width: 1.875rem;
    }
  
   /* button end */

.fast-button {  
  width: 100%;
  justify-content: space-around;
  }

  .btn {
    width: 9.375rem;
   
  
  }

  .btn img {
    padding-right: 0.8rem;
  }


  main {
    margin: 2rem auto;
  }

  .collone {
    column-count: 2;
    column-gap: 1rem;
    
  }

}



@media (max-width: 40.625rem){

  header {
    height: 9rem;
  }

  .header-left img {
    width: 6.25rem;
  }

  h1 {
    font-size: 1.2rem;
  }
  
  .collone {
    column-count: 1;    
   
  }

}


@media (max-width: 28.125rem) {

  #wrapper {
    min-width: 21.25rem;
  }

  header {
    height: 9rem;
  }

  .header-left img {
    width: 5.625rem;
  }

  h1 {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 120%;
    padding-left: 2rem;
    
  }

  .fast-button {
  
    width: 100%;
    justify-content: space-around;
    }
  
    .btn {
      width: 6.25rem;
      height: 3.75rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 0 1rem;
      text-align: center;
    
    }
  
    .btn img {
      padding: 0;
    }

}   
