* {
	box-sizing:border-box;
	margin:0;
	padding:0;
}

body {
    background-color : #f5f3ee;
    font-family: RobotoSlab-Regular;
}

@font-face {
  font-family: RobotoSlab-Regular;
  src: url(fonts/Roboto_Slab/static/RobotoSlab-Regular.ttf);
}

#upside {
    margin: 0 auto;
    width: 60%;
}
header {

    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: 1%;
    height: 20vh;
    
}

header #logo {
    flex: 3%;
    justify-content: flex-end;
    

}

header #logo img {
    width: auto%;
    height: 20vh;
    justify-content: flex-end;
}

header #logo button {

  border: none;

  text-align: center;
  text-decoration: none;
background-color: #f5f3ee;
  cursor: pointer;
}





header #counter {
    flex: 22%;
    display: flex;
justify-content: flex-start;
    align-items: flex-end;
    margin-right: 1vw;
    

}


.zahl {
    color: #a1c63c;
    font-family: RobotoSlab-Regular;
    font-size: 4rem;
    vertical-align: sub;
    height: 74px;
    margin-right: 2px;
}



.word {
    
    color: #5e5740;
    font-family: RobotoSlab-Regular;
    font-size: 1.5rem;
    align-self: flex-end;
}

header #navigation {
    flex: 75%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 1vw;
    padding-bottom: 1px;
    
    

}

header #navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
 
    display: flex;
}

header #navigation li {
  flex: row;
    font-family: RobotoSlab-Regular;
    font-size: 1.3rem;
    color: #5e5740;
}

header #navigation li a {
  
  color: #5e5740;
  text-align: center;
  padding: 0 6px;
  text-decoration: none;
}

header #navigation li a:hover {
  color: #a1c63c;
}

#linie {
    display: block;
    background-color: #a1c63c;
    height: 0.5vh;
    margin-top: 2vh;
    z-index: 100;
}

#beschreibung {
    margin: 0 auto;
    font-size: 0.7rem;
    line-height: 1.8;
    color: #5e5740;
   width: 100%;
    background-color: #DCE6B8;
}

#beschreibung p {
    margin: 0 auto;
    width: 50%;
     font-size: 0.7rem;
    line-height: 1.8;
    color: #5e5740;
    padding: 2%;
}

#gallery {
    margin: 0 auto;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.items {
    width: 400px;
    margin: 0.5vw;
    
    
}

.items img {
    width: 100%;
    height: auto;
}

.items p {
    align-self: center;

    font-size: 0.7rem;
    line-height: 1.8;
    color: #5e5740;
   
    padding: 1vw;
}

button {
  border: none;
    font-family: RobotoSlab-Regular;
  
 background-color: #f5f3ee;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.3rem;
    color: #5e5740;
  cursor: pointer;
}

footer {
    display: flex;
    background-color: #8EA259;
    height: 5vh;
    justify-content: center;
    align-items: center;
   
}

#subnavigation {
    display: flex;
    justify-content: flex-start;
    align-items: center;
   
    padding-left: 1vw;
}

#subnavigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
 
    display: flex;
}

#subnavigation li {
  flex: row;
    font-family: RobotoSlab-Regular;
    font-size: 1rem;
    color: #5e5740;
}

#subnavigation li a {
  
  color: #5e5740;
  text-align: center;
  padding: 0 6px;
  text-decoration: none;
}

#subnavigation li a:hover {
  color: #f5f3ee;
}

#downside {
    background-color: #A1C63C;
    display: block;
    width: 100%;
    height: 10vh;
}

.impressum {
    font-family: verdana;
    font-size: 0.7rem;
    line-height: 1.8;
    color: #5e5740;
    text-align: center;
    width: 60%;
    margin: 5vh auto;
    padding: 1vw;
    border: 1px solid #5e5740;
}

.datenschutz {
    color: #5e5740;
    width: 90%;
    margin: 5vh auto;
    padding: 1vw;
    border: 1px solid #5e5740;
     column-count: 2;
    column-gap: 20px;
    column-rule: 1px double #5e5740; 
}

.datenschutz h3 {
    font-family: RobotoSlab-Regular;
    font-size: 1rem;
    line-height: 1.8;
    color: #5e5740;
}

.datenschutz p {
    font-family: verdana;
    font-size: 0.7rem;
    line-height: 1.8;
    color: #5e5740;
}

.datenschutz p a {
    color: #a1c63c;
}


/*Responsive--------------------------------------------------*/

@media only screen and (max-width: 780px) {
        #upside {
    margin: 0 auto;
    width: 90%;
}
    
    
}
@media only screen and (max-width: 650px) {
    #upside {
    margin: 0 auto;
    width: 90%;
}
header {

    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: 1%;
    height: 85px;
    
}

header #logo {
    flex: 2%;
    justify-content: flex-end;
    margin-right: 0.5vw;
    

}

header #logo img {
    width: auto%;
    height: 80px;
    justify-content: flex-end;
}



header #counter {
    flex: 22%;
    display: flex;
    flex-direction: column;
justify-content: flex-start;
   align-items: flex-end;
    margin-right: 1vw;
    height: 80px;
    

}


.zahl {
    color: #a1c63c;
    font-family: RobotoSlab-Regular;
    font-size: 3rem;
    align-self: flex-start;
    vertical-align: sub;
    height: 74px;
}

.word {
    
    color: #5e5740;
    font-family: RobotoSlab-Regular;
    font-size: 1rem;
 
}

header #navigation {
    flex: 75%;
    display: flex;
    align-items: flex-end;
    height: 83px;
}

header #navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
    display: flex;
}

header #navigation li {
  flex: row;
    font-family: RobotoSlab-Regular;
    font-size: 0.8rem;
    color: #5e5740;
    align-items: flex-end;
}

header #navigation li a {
  
  color: #5e5740;
  text-align: center;
  padding: 0 6px;
  text-decoration: none;
}

header #navigation li a:hover {
  color: #a1c63c;
}

#linie {
    display: block;
    background-color: #a1c63c;
    height: 5px;
    z-index: 10;
}
    
    .datenschutz {
    color: #5e5740;
    width: 90%;
    margin: 5vh auto;
    padding: 1vw;
    border: 1px solid #5e5740;
     column-count: 1;
    column-gap: 20px;
    column-rule: 1px double #5e5740; 
}



    
    
}