/* Media Query */

/* ROT - kleinste Displaygroessen, Handy Profil */


@media only screen and (max-width: 490px) {
/*
  body {
    background-color: darksalmon;
  }
*/
/*  BANNER */
  .banner {
    height: auto;
  }
  .banner h1 a {
    font-size: 3.2rem;
  }
  .banner ul {
    display: block;
    margin: 1.5em 0 0 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 2.5%;
  }
  .banner ul li {
    display: none;
    font-size: 1.3rem;
    line-height: normal;
    text-align: center;
    padding: .1em .2em;
    border-radius: 0.3em;
    background-color: rgba(160,160,130,0.7);
    margin: .5em 0 0 2.2em;
    width: 60%;
  }
  
/*
  .banner #fixedbanner {
    height: 0;
  }
*/
/*  MENU-ICON */
  label {
    display:flex;
    flex-direction:column;
    width:50%;
    cursor:pointer;
    margin-bottom: 20px;
  }
  label span {
    background: #fff;
    border-radius: 8px;
    height: 3px;
    margin: 7px 0;
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .span_menu:nth-of-type(1) {
    width:35px; 
    margin-left: 36%;
  }
  .span_menu:nth-of-type(2) {
    width:70px;
    margin-left: 36%;
  }
  .span_menu:nth-of-type(3) {
    width:52.5px;
    margin-left: 36%;
  }
 input[type="checkbox"] {
    display:none;
  }
  input[type="checkbox"]:checked ~ .span_menu:nth-of-type(1) {
    transform-origin:bottom;
    transform:rotatez(45deg) translate(6px,0px)
  }
  input[type="checkbox"]:checked ~ .span_menu:nth-of-type(2) {
    transform-origin:top;
    transform:rotatez(-45deg)
  }
  input[type="checkbox"]:checked ~ .span_menu:nth-of-type(3) {
    transform-origin:bottom;
    transform: translate(14px, -11px) rotatez(45deg);
  }
  input[type="checkbox"]:checked ~ ul li{
    display: block;
  }
  
/*  BLOG */
  .blog .post {
  width: 80%;
  }
  .post .image-container {
    width: 135%;
  }
  .statement {
    font-size: 2rem;
    font-weight: 100;
    padding: 1.8em 0 0 0;
    line-height: normal;
  }
  .post #little_image {
    width: 110%;
    margin-top: 1rem;
  }
  .parallax .blog .post h2 {
    font-size: 1.5rem;
  }
  #parallax_osterfeuer {
    height: 100%;
    margin-bottom: 15%;
  }
  #parallax_natur {
    height: auto;
  }
  #parallax_index {
    display: none;
  }
  .parallax_alterna {
    display: block;
  }
/*  FORM */
  .post form {
    width: 130%;
  }
  input {
    height: 2rem;
    font-size: 1.15rem;
  }
  #buttonSubmit {
    font-size: 1.3rem;
    line-height: 1.8;
    width: auto;
    text-align: center;
    padding: 0.06rem 0.5rem 0.06rem 0.5rem;
  }
  #buttonReset {
    font-size: 1.3rem;
    line-height: 1.8;
    width: auto;
    text-align: center;
    padding: 0.06rem 0.3rem 0.06rem 0.3rem;
  } 
/*  THEMES */ 
  .themes {
    grid-template-columns: 100%;
    grid-column-gap: 0;
    grid-row-gap: 3em;
    margin: 15% 0 10% 0;
  }
  .statement {
    padding: 1.5em 0 1em 0;
  }
  .littletheme {
    width: 80%;
  }
}


/* ORANGE - kleine Displaygroessen, Handy Landscape */


@media only screen and (min-width: 491px) and (max-width: 580px) {
/*
  body {
    background-color: orange;
  }
*/
  .banner h1 {
    margin: .5em 0 0 0;
  }
  .banner {
    height: 18rem;
  }
  ul li {
    font-size: 1.4rem;
    margin: .1em;
    padding: .2em .4em;
  }
  #scrolltop h3 {
    font-size: 1.2rem;
    width: 10rem;
  }
  .post .image-container {
    width: 165%;
  }
  .post form {
    width: 165%;
  }
  .image-container {
    
  }
  .post #little_image {
    width: 100%;
  }
  .parallax .blog .post h2 {
    font-size: 1.5rem;
  }
  .blog .post {
    margin-top: 0;
  }
  .statement {
    padding: 1.5em 0 1em 0;
  }
}


/* GELB - mittlere Displaygroessen, Tablet Profil */


@media only screen and (max-width: 768px) {
/*
  body {
    background-color: yellow;
  }
*/
  .images .image-container {
    width: 100%;
    height: 50%;
  }
  .post #little_image {
    width: 90%;
  }
  .post h1 {
    width: 90%;
  }
  p {
    min-width: 10px;
  }
} @media only screen and (min-width: 480px) and (max-width: 768px) {
  
  .themes {
    grid-template-columns: 46.5% 46.5%;
    grid-column-gap: 1.4em;
    grid-row-gap: 4em;
    margin: 15% 0 12.5% 0;
  }
  .themes .theme p {
    font-weight: 100;
    font-size: 1.1rem;
    margin: 0 2% 3% 2%;
  }
  .themes .theme a h2 {
    font-size: 1.3rem;
    line-height: 1.2;
    padding: 0.25em .5em;
  }
}


/* HELLGRUEN - groeßere mittlere Displaygroessen, kleine Tablets Landscape */


@media only screen and (min-width: 580px) and (max-width: 850px) {
/*
  body {
    background-color: greenyellow;
  }
*/
  .post .image-container {
    width: 135%;
  }
  .post form {
    width: 135%;
  }
  #buttonAbsenden {
    width: 40%;
  }
  #buttonZuruecksetzen {
    width: 40%;
  }
  .post #little_image {
    width: 75%;
  }
  .post h1 {
    width: 75%;
  }
}


/* GRUEN - große Displaygroessen, groeßer Tablet Landscape */


@media only screen and (min-width: 1000px) {
/*
  body {
    background-color: limegreen;
  }
*/
  #buttonAbsenden {
    width: 35%;
  }
  #buttonZuruecksetzen {
    width: 35%;
  }
  .themes {
    width: 53.7rem;
    margin: 8rem 0 6rem 0;
  }
  .blog .post {
    margin: 3rem 0 3rem 0;
  }
}




@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
    height: auto;
  }
  .parallax .blog .post h3 span{
    padding: 0.3rem;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .parallax .blog .post p span{
    padding: 1%;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .parallax .blog .post h3 {
    color: black;
  }
  .parallax . blog .post p {
    color: black;
  }
}

