*{

    margin: 0;
    padding: 0;

}

html{

    height: 100%;

}

body{

    height: 100%;
    background-image: url(./Bilder/Hintergrund_Seite.JPG);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    
    
   

}

.Logo_Greipziger_Schrauber{
    margin: 5px;
    width: 180px;
    height: 180px;
    position: fixed;
    bottom: 10px;
    right: 10px;

    
}
.Flagge_Greipzig_Thüringen{
    margin: 5px;
    width: 300px;
    height: 80px;
    position: fixed;
    bottom: 10px;
    left: 10px;
}
.Ford_Model_T{
    margin: 2px;
    height: 80px;
    width: 100px;

}
.Granada{
    margin: 2px;
    height: 80px;
    width: 100px;
    
}


a.link:link{
    color: black;
    font-size: 22px;
}
a.link:hover{
    color: blue;
    font-size: 25px;
}
a.Link:link::before{
content: '→ ';
}
a.Link:link::after{
content: '← ';
}
	
a.Link:link {
  
  color: white;
  font-family: sans-serif;
  font-size: 30px;
  text-decoration: underline;
  
}
a.Link:visited {
  
  color: white;
  font-family: sans-serif;
  font-size: 30px;
  text-decoration: underline;
  	
}
a.Link:hover {
  
  color: blue;
  font-family: sans-serif;
  text-decoration: underline;
  font-size: 35px;
  
}
a.Linkindex:active {
  color: blue;

  font-family: sans-serif;
  font-size: 22px;
  text-decoration: none;
}

a.Linkindex:link {
  
  color: white;
  display: block;
  text-align: center;
  align-content: center;
  font-family: sans-serif;
  font-size: 22px;
  text-decoration: none;
  
}
a.Linkindex:visited {
  
  color: white;
  display: block;
  text-align: center;
  align-content: center;
  font-family: sans-serif;
  font-size: 22px;
  text-decoration: none;
  	
}
a.Linkindex:hover {
  
  color: blue;
  display: block;
  text-align: center;
  align-content: center;
  font-family: sans-serif;
  text-decoration: none;
  font-size: 25px;
  
}
a.Linkindex:active {
  
  color: blue;
  display: block;
  text-align: center;
  align-content: center;
  font-family: sans-serif;
  font-size: 22px;
  text-decoration: none;
}


.Artikel{

  text-align: center;
  margin: 15px;
  padding: 15px;
  background:#0087c562;
  box-shadow: 5px 10px 8px #0087c562;   
}

.Bilder_Treffen{
    text-align: center;
    padding: 2px;
}

.Bilder_Granada1{
    text-align: center;
    padding: 5px;
    height: 250px;
    width: 350px;
}

.Bilder_Granada2{
    text-align: center;
    padding: 5px;
    height: 250px;
    width: 400px;
}
.Ford_Model_T_1{
    text-align: center;
    padding: 5px;
    height: 250px;
    width: 400px;
}

.Ford_Model_T_2{
    text-align: center;
    padding: 5px;
    height: 250px;
    width: 400px;
}
.Greipziger_Schrauber{
    text-align: center;
    width: 480px;


    

}


.Texte{
   font-size: 20px; 
   text-align: center; 
   font-family: sans-serif;
   padding: 10px;
   color: rgb(255, 255, 255);
}

.Texte_Datenschutz{
   font-size: 20px; 

   font-family: sans-serif;
   padding: 10px;
   color: rgb(255, 255, 255);
}
.Artikel_Datenschutz{

  margin: 15px;
  padding: 15px;
  background:#0087c562;
  box-shadow: 5px 10px 8px #0087c562;    
}

h2{
    font-size: 40px;
    margin: 25px;
    font-family: sans-serif;
    color: white;
}



.Seiten_Bilder{
    font-size: 40px;
    text-align: center;
    padding: 20px;
    
}

nav{
    min-height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0087c5b4;
    

}

.nav_logo{
    margin: 5px;
    font-size: 30px;
    font-family: sans-serif;
    font-style: italic;
}

nav ul{
    display: flex;
}

nav ul li{
    height: 100%;
    padding: 30px;
    list-style-type: none;
    border-bottom: 4px solid #ffffff62;
}

nav ul li:hover{
    border-bottom: 4px solid #0014c5;
}

nav ul li a{
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-family: sans-serif;
}

.toggle-button{
    position: absolute;
    top: 30px;
    right: 25px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 23px;
}

.toggle-button .bar{
    height: 4px;
    width: 100%;
    background-color: white;
    border-radius: 100px;

}
.Datenschutz{
    font-size: 40px;
    color: white;
}

@media(max-width:1300px){
    .list-container{
        display: none;
        width: 100%;    
    }

    .toggle-button{
        display: flex;

    }

    nav{
        flex-direction: column;
        align-items: flex-start;
    }

    .list-container ul{
        flex-direction: column;
        width: 100%;
    }

    .list-container li{
        text-align: center;
    }

    .list-container.active{
        display: flex;
    }

    .Logo_Greipziger_Schrauber{
    margin: 5px;
    width: 90px;
    height: 90px;
    position: fixed;
    bottom: 10px;
    right: 10px;

    
    }
    .Flagge_Greipzig_Thüringen{
    margin: 5px;
    width: 150px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    }

    .Ford_Model_T{
    margin: 2px;
    height: 60px;
    width: 80px;

    }
    .Granada{
    margin: 2px;
    height: 60px;
    width: 80px;
    
    }
.Bilder_Granada1{
    text-align: center;
    padding: 5px;
    height: 200px;
    width: 300px;
}

.Bilder_Granada2{
    text-align: center;
    padding: 5px;
    height: 150px;
    width: 300px;
}
.Ford_Model_T_1{
    text-align: center;
    padding: 5px;
    height: 200px;
    width: 300px;
}

.Ford_Model_T_2{
    text-align: center;
    padding: 5px;
    height: 200px;
    width: 300px;
}
.Greipziger_Schrauber{
    text-align: center;
    width: 300px;

}
h2{
    font-size: 25px;
    margin: 25px;
    font-family: sans-serif;
    color: white;
}
.Texte{
   font-size: 15px; 
   text-align: center; 
   font-family: sans-serif;
   padding: 10px;
   color: rgb(255, 255, 255);
}
.Texte_Datenschutz{
   font-size: 15px; 

   font-family: sans-serif;
   padding: 10px;
   color: rgb(255, 255, 255);
}
.Artikel_Datenschutz{

  margin: 15px;
  padding: 15px;
  background:#0087c562;
  box-shadow: 5px 10px 8px #0087c562;    
}
a.link:link{
    color: black;
    font-size: 19px;
}
a.link:hover{
    color: blue;
    font-size: 20px;
}
a.Link:link::before{
content: '→ ';
}
a.Link:link::after{
content: '← ';
}
	
a.Link:link {
  
  color: white;
  font-family: sans-serif;
  font-size: 22px;
  text-decoration: underline;
  
}
a.Link:visited {
  
  color: white;
  font-family: sans-serif;
  font-size: 22px;
  text-decoration: underline;
  	
}
a.Link:hover {
  
  color: blue;
  font-family: sans-serif;
  text-decoration: underline;
  font-size: 25px;
  
}
a.Linkindex:active {
  color: blue;

  font-family: sans-serif;
  font-size: 20px;
  text-decoration: underline;
}

a.Linkindex:link {
  
  color: white;
  display: block;
  text-align: center;
  align-content: center;
  font-family: sans-serif;
  font-size: 20px;
  text-decoration: none;
  
}
a.Linkindex:visited {
  
  color: white;
  display: block;
  text-align: center;
  align-content: center;
  font-family: sans-serif;
  font-size: 20px;
  text-decoration: none;
  	
}
a.Linkindex:hover {
  
  color: blue;
  display: block;
  text-align: center;
  align-content: center;
  font-family: sans-serif;
  text-decoration: none;
  font-size: 22px;
  
}
a.Linkindex:active {
  
  color: blue;
  display: block;
  text-align: center;
  align-content: center;
  font-family: sans-serif;
  font-size: 20px;
  text-decoration: none;
}

}