
/* css-style for FWG-Website*/


/*----Mobile Version-----*/

   /* Stile für Bildschirme bis zu 52 Rem / 830px Breite */
@media (max-width: 69.688rem) {
 
  .content {
  width: 90vw;
  margin: 5rem 0rem 3rem 2rem;
  padding-left: 0;
 
  }
  
  .gruppe {
   width: 100vw;
   margin: 2rem 0 0rem 0;

  }
  


  main h5 {

    margin: 2rem 0 0rem 0;
  }
   
  .text h5 {
    margin: 0 0 2rem 0.5rem;
  }
  
 
  .bild_kontakt {
    margin-right: 40px;
  }
  
  .name-list {
    margin-right: 20px;
  }
  

  footer {
  
    margin-top: 0rem;
  }
}





/*----------Desktop-Version--------*/


@media screen and (min-width: 69.688rem) {
  
  


header {
  display: grid;
  grid-column: 1 / 17;
  grid-row: 1 / 4;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: rgba(255, 255, 255, 0.281);
}






main {
    color: #146e94;
    border: none;
    text-align: center;
    margin: 0 0 3rem 0;
}

.content {
  text-align: left;	
  margin-top: 3.5rem;
}

.gruppe {
 width: 50vw;
 margin: 1rem 0rem 5rem 2rem;
 padding-left: 5rem;
}

.Stimmzettel {
   heigth: 25vh;
   
}

.kontakt {
  display: flex;
  

}
h4 {
  
  font-size: 1.7rem;
  
  margin-top: 5rem;
  margin-left: 27rem;  
}



 h5 {
  line-height: 3rem;
  margin-left: 0.5rem;
}
}
@media screen and (max-width: 69.688rem) {
  	  .gruppe {
         width: 50vw;
	     margin: 3vw 0 1vw 0;
         	 
	  }	
    img.gruppe {
    
	 margin-top: 6vw;
	 margin-right: 0;
   }
 .text {
  margin-top: 7vw	 
 }
   
}




@media screen and (max-width: 50rem) {
	
	 
  .gruppe {
     width: 50vw;	
	 display: block;
     margin: 0rem auto;
	 padding: 2rem 0 1rem 0;
}
   .content img {
     float: none;
   }
   .text {
  margin-top: 1vw	 
 }
 
 .Stimmzettel {
	 
	 display: none;
}

@media screen and (max-width: 37rem) {
   
   .content {
    	margin-left: 1rem; 
		hyphens: auto;
        
   }
   
   img.gruppe {
	 margin-top: 1vh;   
	 padding-top: 0;
   }
   
   
   .gruppe {
	margin-top: -1rem;
}

.Stimmzettel {
  display: none;
  
}
    .text {
	text-align: justify;
	hyphens: auto;
	}
}

