body                {margin: 0px;
                    font-family: Trebuchet MS;}

#Grundgerüst        {width: 100%;
                    height: auto;
                    min-height: 980px;
                    background-image: linear-gradient(white, #808080);}

#Header             {width: 100%;
                    min-height: 100px;
                    height: auto;
                    background-color: ;}

#Menü               {width: 100%;
                    height: 50px;
                    background-color: ;}

#Content            {width: 100%;
                    min-height: 950px;
                    height: auto;
                    
                    background-color: ;}

#footer             {width: 100%;
                    height: auto;
                    min-height: 50px;
                    
                    text-align: center;
                    margin-top: 20px;
                    padding-top: 10px;
                    background-color:#555555;}

#ersteüberschrift   {text-align: center;
                    padding-top: 20px;
                    color: #202020;}

#Logo               {float: left;
                    margin-right: 20px;
                    margin-left: 10px;
                    margin-top: 10px;}

#text_index         {text-align: center;}

.Bild_Index         {height: auto;
                    min-width: 80%;;
                    width: 80%;
                    float: center;
                    padding-right: 25px;
                    padding-bottom: 10px;
                    padding-left: 20px;
                    border-color: black;
                    border-width: 2px;
                    border-style: solid;
                    border-radius: 5px;
                    padding: 0px;
                    margin: 10%;}

Bild_Index:hover   {border-width: 2px;
                    border-color: #333333;
                    border-style: solid;
                    padding: 0px;
                    margin-right: 10px;}

#satzblock_index    {text-align: left;
                    padding-left: 25px;
                    font-size: 25px;}

.hover:hover        {color: #656565;}



#Impressum          {color: #ffffff;}

#text_wirüberuns    {font-size: 1.75em;
                    color: #202020;
                    margin-left: 10%;
                    margin-right: 10%;
                    padding-left: 3%;
                    padding-right: 3%;}

#Angebotsanfrage    {font-size: 1.75em;}

.Bild1              {height: auto;
                    min-width: 200px;
                    width: 45%;
                    border-style: solid;
                    border-width: 2px;
                    border-color: #333333;
                    border-radius: 50px;}
            
#Bild2              {height: auto;
                    min-width: 200px;
                    width: 45%;
                    margin-left: 15px;
                    border-style: solid;
                    border-width: 2px;
                    border-color: #333333;}
            
#Bild3              {border-style: solid;
                    border-width: 2px;
                    border-color: #333333;
                    height: auto;
                    min-width: 200px;
                    width: 45%;
                    margin-left: 25px
                    margin-right: 15px;
                    border-radius: 50px;}
            
            
#Bild4              {height: auto;
                    min-width: 200px;
                    width: 45%;
                    margin-left: 15px;
                    margin-right: 15px;
                    border-style: solid;
                    border-width: 2px;
                    border-color: #333333;
                    border-radius: 50px;}

.Bild               {height: auto;
                    min-width: 200px;
                    width: 55%;
                    float: right;
                    padding-right: 25px;
                    padding-bottom: 10px;
                    padding-left: 20px;}

.bild_gallery       {height: auto;
                    min-width: 200px;
                    width: 45%;
                    margin-left: 15px;
                    margin-right: 15px;
                    border-style: solid;
                    border-width: 2px;
                    border-color: #333333;
                    border-radius: 50px;}

.Impressum          {font-size: 2em;
                    padding-left: 10px;}

.Datenschutz          {font-size: 4em;
                    padding-left: 10px;}

#Impressum          {color: #ffffff;}
            
#Kontaktdaten       {padding-left: 35px;
                    font-size: 1.75em;}

.Job                {padding-left: 25px;
                    color: ;
                    font-size: 1.75em;
                    padding-right: 15px;}

.trenn              {width: 95%;
                    height: 2px;
                    background-color: #333333;
                    border-color: non;
                    }
            
#icon               {
                    width: 50px;
                    height: 50px;}


.hr                 {width: 90%;
                    border-style: solid;
                    border-color: #333333;
                    border-radius: 5px;}

#karte              {border-style: solid;
                    border-radius: 5px;
                    border-color: #333333;
                    border-width: 2px;
                    }

.Text_Impressum     {margin-left: 10px;}

.Überschrift_Impressum  {margin-left: 10px;}

#AGB                {
                    margin: 4%;
                    }

#pdf                {margin-left: 5%;
                    margin-right: 5%;
                    }



/*Navigation*/



#Nav                {width: 100%;
                    height: 48px;
                    margin-left: 1%;
                    margin-right: 1%;
                    background-color: red;}
            
.acktive            {border-bottom-style: solid;
                    border-bottom-color: red;}
            
ul.topnav           {list-style-type: none;
                    margin: 0;
                    padding: 0;
                    overflow: hidden;
                    background-color: #333333;}
            
ul.topnav li        {float: left;}
            
            
            
            
ul.topnav li a      {display: inline-block;
                    color: #f2f2f2;
                    text-align: center;
                    padding: 14px 16px;
                    text-decoration: none;
                    transition: 0.3s;
                    font-size: 17px;}
            
ul.topnav li a:hover {background-color: #555;}
            
ul.topnav li.icon {display: none;}
            
            
@media screen and (max-width:900px) {
                    ul.topnav li:not(:first-child) {display: none;}
                    ul.topnav li.icon {
                    float: left;
                    display: inline-block;
                    }
                    }

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:680px) {
                    ul.topnav.responsive {position: relative;}
                    ul.topnav.responsive li.icon {
                    position: absolute;
                    right: 0;
                    top: 0;
                    }
    ul.topnav.responsive li {
                    float: none;
                    display: inline;
                    }
  ul.topnav.responsive li a {
                    display: block;
                    text-align: left;
                    }
                    }




#Warnung            {
                    border-style: ;
                    border-color: ;
                    text-align: center;
                    color: ;
                    margin:
                    5px;
                    }

#Warnung            {font: bold;}


#test1              {
                    width: 80%;
                    margin: 500px;
                    }

.Eilmeldung 
                    {
                    color: red;
                    text-align: center;
                    }

#Weiterleitunglink
                    {
                    text-align: center;
                    font-size: 1.5em;
                    color: red;
                    }

#laufschrift 
                    {
                    color: red;
                    background-color: #d6d6d6;
                    font-size: 20px;
                    }