 body
 {background-image: url ('../image/poster1.jpg');
background-color: black;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
 background-position: center;
 min-height: 100%;
 }




 .flex-container{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
 margin-top: 2% ;
 margin-left:% ;
 padding: 0;
 width:90%  ;
 flex-wrap: ;
 justify-content: center;
 flex-direction: ;
 background-color: ;
}

.item{
width: 100%
display: flex;
padding: 1%;
margin: 2% 0.5% 0.25% 0%;
 justify-content: center;
 align-items: center;
background-color:;
justify-content: center;
}

figure {
  position: ;
margin: 1.7% 1% 1.7% 1.5%;
  padding: %;
    justify-content: center;
    align-items: center;
  width: 100%;
  background: rgba(0,0,0,0.5) ;
  border-radius: 0 0 4px 4px;
  background-color:;}

figcaption {
  margin: 2% 0 0 0;
  font-family:arial, "lucida console", sans-serif;
  text-align: center;
  font-size: 1em;
 color: white;
 font-weight: ;
 background-color:;}


img {border: solid black 1px;
     width: 70%;
     padding: 2;
         height: auto;
     border-radius: 4px;
     background-color:;
    margin-left:15% ;
    justify-content: center;
    align-items: center;
     box-shadow:0 0 15px rgba(250,250,250,0.9);}


@media only screen and ( max-width: 600px ) {
/* mobile Geräte */

.flex-container{
 width: 100%;
  margin:  0% 0 0   0%;
 padding: 0;
 justify-content: center ;
 flex-wrap: wrap;
 flex-direction: row;
}
  figure {
  position: ;
margin: 1.7% 1% 1.7% 1.5%;
  padding-bottom: 10%;
  padding-top:10%;
    justify-content: center;
    align-items: center;
  width: 100%;
  background: rgba(0,0,0,0.5) ;
  border-radius: 0 0 4px 4px;
  background-color:;}


figcaption {
  margin: 5% 0 0 10%;
  font-family:arial, "lucida console", sans-serif;
  text-align: left;
  font-size: 1em;
 color: white;
 font-weight: ;
 background-color:;}


img {border: solid black 1px;
     width: 95%;
     padding: 2;
         height: auto;
     border-radius: 4px;
     background-color:;
    margin-left:2.5% ;
    justify-content: center;
    align-items: center;
     box-shadow:0 0 15px rgba(250,250,250,0.9);}
      }



 @media only screen and ( min-width: 950px ) {
/* breites Browserfenster */

.flex-container{
 width: 90%;
  margin:  0% 0 0 0;
 padding: 0;
 justify-content: center ;
 flex-wrap: wrap;
 flex-direction: flex ;
}


figure {
width: 100%; }

figcaption {
  margin: 2% 0 0 0;
  font-family:arial, "lucida console", sans-serif;
  text-align: center;
  font-size: 1.5em;
 color: white;
 font-weight: ;
 background-color:;}




@media only screen and ( min-width: 480px ) and ( max-width: 950px ) {
/* Tablets und mittlere Bildschirme */
.flex-container{
 width: 20%;
  margin:  5% 0 0 0;
 padding: 0;
 justify-content: center ;
 flex-wrap: wrap;
 flex-direction: row;
}




img {border: solid black 1px;
     width: 50%;
     border-radius: 4px;
     box-shadow:0 0 15px rgba(250,250,250,0.9);
     }
}

/*
.img{
max-width: 40%;
height: ;
padding:0% 0% 0 0;
margin:5% 0% 0% 5%;
border-style: ;
border-width: 0.1em;
border-radius: 0.3%;
border-color: black;
background-color:;
float: center;
}



.maps
{width: 40%;
height: ;
padding:0% 0% 0 0;
margin:10% 5% 0% 0%;
border-style: ;
border-width: 0.1em;
border-radius: 0.3%;
border-color: black;
background-color:;
float: right;
}


p
{ font-size: 30px;
font-weight: ;
  font-family: sans-serif;
  color: white;
  text-align: ;
  padding: 1% 1% 1% 1%;
  margin-top: 10%;
  margin-left: 5%;
  background-color: rgba(0,0,0,0.5);
  border-style: solid;
border-width: 0.1em;
border-radius: 1%;
border-color: rgba(0,0,0,0.1);
}


         @media only screen and ( min-width: 480px )
                 {
/* breites Browserfenster */

/*
img{
width:auto;
height: 400px;
padding:0% 0% 0% 0%;
margin: 2% 0 0 15%;
border-style: solid;
border-width: ;
border-radius: 0.1%;
border-color:black ;
background-color: ;
}

img{
        max-width: auto;
        max-height: 400px;
}
                 }


@media only screen and ( max-width: 480px )
{
/* mobile Geräte */
/*
img{
        max-width: 100%;
height:auto ;
padding:0% 0 0 0%;
margin: 20% 0 0 10%;
border-style: solid;
border-width: 0.1em;
border-radius: 0.1%;
border-color: black;
background-color:;
}
img{
        max-width: 100%;
        max-height: auto;
}

@media only screen and (max-width: 720px) {
/* Tablets und mittlere Bildschirme */
/*
img
{

max-width: auto;
height: 90%;
padding:0% 0 0 0;
margin:0% 0 0 0%;
border-style: solid;
border-width: 0.1em;
border-radius: 0.3%;
border-color: black;
background-color:;
}

img{
        max-width: auto;
        max-height: 90%;
}}
*/