/* 
    Created on : 29.12.2017, 10:03:18
    Author     : Dr. Mo
*/
/*erst mal alles auf 0*/

* {
    border:0;
    margin:0;
    padding:0;
}
/*Grundsätzliches festlegen*/
body {
                      font-family: Calibri, Helvetica, sans-serif;
                      color: lightgray; 
	background-color: #000 ; 
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-position: bottom;
	background-color: #000000;
}
/*Navigationsleiste*/
div.nav {
/*       position: fixed;*/
       top: 20px;
       margin-bottom: 20px;
}
/* Navigation 2. Ebene */
nav ul ul {
    display:none;
    position: absolute;
}
nav ul li:hover ul {
    display: block;
}
nav li li a {
    font-weight: bolder;
    background-color:  yellowgreen;
    color: whitesmoke;
    margin-left: 50px;
}
nav ul ul li:hoover #untermenue {
    display: none;
    position: absolute;
}
nav{
       border-radius: 0.5em;  
       border: 2px solid lightgreen; 
       margin:  0 auto;
       width: 1000px;
}
ul li {
       display: inline-block;  list-style: none; 
}
/*mit der Maus drüber wird es grün*/
a:hover {
    text-decoration: none;  
    background-color: white;
    display: block;
}
/*a:active{
    background-color: yellow; border-color: olive; color: brown;  border-color: olive;     color:lightgreen;     color:yellow; 
}*/
a:visited{
    background-color:  yellowgreen;
} 

/*hier hört die Navigation auf*/


#page { 
     list-style: none; padding: 20px;   
}

/*nur für "Home" Traction Avant*/
#kopf{
    margin-top: 20px;
    margin-bottom: 10px;
}

h1{
    color:hsl(202, 16%, 43%)
}

/*#center animateColor{
    display:left;
}*/

.überschrift3 {
         position: relative; 
         margin-top: 20px; 
}

.page2 {
     border-radius: 0.5em;  
     border: 5px solid lightgreen; 
     margin:  0 auto;
     width: 1050px;
     margin-top: 20px;  
     margin-bottom: 20px; 
     padding: 10px 15px 15px 15px;
     text-align: left;
/*     float: right;*/
}

.page2 li {
    margin-bottom:15px;
     color:lightyellow;
/*     border-radius: 0.25em;  */
/*    border: 2px solid lightgreen; */
/*       margin:  0 auto;*/
/*    padding-top: -50px;*/
/*    border-bottom: 10px dashed;*/
}

h2 {
    color: green;
    background-color: #ccc;
    border-radius: 0.25em; 
    border: thin solid yellow;
/*    width: 1088px;*/
/*    float: left;*/
}

 h3 {
    color: green;
    background-color: #ccc;
    border-radius: 0.25em; 
    border: thin solid yellow;
/*    width: 1088px;*/
/*    float:right;*/
}
article{
    text-align: left;
}

.Galerie {
    margin-top: 20px;
    margin-bottom: 20px;
}
#abschmierplan{
    margin-top: -20px;
}
.beachten {
    font-size: 1.25em; 
}

.body1, .body3, .body5, .body7, .body9, .body11, .body13, .body15, .body17, .body19
{
    color: white;
}

.vorkriegsmodelle{
    color: yellowgreen; 
}

.nachkriegsmodelle{
    color: yellow; 
}

 .nachkriegsmodelle{
 border-radius: 8px; background-color: grey; float: right;
}

.vorkriegsmodelle{
 border-radius: 8px; background-color: grey; float: left;
}
#test{
 background-color: lightgreen;
}

a:hover {
    text-decoration: underline;  color:yellow;
}

.H2 {
    margin-top: 10px;
    margin-bottom: 20px;
}

#H4 {
    margin-bottom: 20px;
}

/*---- hier ab Seite 3 ---*/

.rumlaufendes {
        margin-top: 60px;
}

#infos {
/*    float:inside;*/
    margin-bottom: 20px;
/*    position: relative;*/
/*    left: 400px;*/
/*    max-width: 300px;*/
/*    max-height: 50px;
    width: 400px;*/
    
}

.kontakt {
    padding-bottom: 30px;
/*    padding-top: 50%;*/
}

#vorname {
    display: inline-block;
    padding-bottom: 2%;

    } 
    
#nachname {
    display: inline-block;
/* padding-bottom: 2%;*/
    margin-left: 10px;

    } 
    .textarea {
/*    outline: 5px;
    outline-color: yellowgreen;
    color: green;*/
    background-color: #ccc;
/*    border-radius: 0.25em; */
    border: thin solid yellow;
/*    border-radius: 8px;*/
    }
    
    input {
     border-radius: 6px;
     outline-color: yellowgreen;
     border: thin solid yellow;
     padding-left: 5px;
    }
    
    textarea  {
    width: 380px;
    height: 200px;
    border-radius: 10px;
    padding-left: 10px;
    padding-top: 10px;
/*   min-width: 10%;*/
/*  box-sizing: border-box;*/
/*  padding: 4px;*/
      display: inline-block;
    }
    
 #versenden{
    margin-top: 20px;
    }
    
#ulla img {
    width: 380px;
    display: inline-block;
    margin-top: 50px;
   border-radius: 8px;
   outline-color: yellowgreen;
   border: thick solid  yellowgreen;
   top: 160%;
   bottom: 15%;
}

figcaption{
/*    margin: -2px;*/
}

.flexslider{
    width:50%;
    margin: 0 auto;
    display: inline-block;
/*    margin-bottom: -30;*/
}

#unten{
    margin-top: -50px;
}


