@import url('https://fonts.googleapis.com/css?family=PT Sans Narrow');

body {
    font-family: 'PT Sans Narrow';font-size: 22px;
    margin: 0 ;
    
}

header{
    background: #999;
    color: white;
    margin: 0px ;
    padding: 100px 20px 0px 20px;
}

header h1 {
    display: inline;
}



nav {
}

nav ul {
    padding: 0 0 0 15px;
    display: inline;
    
}

nav ul li {
    padding: 5px 15px;
    
    background: black;
    list-style-type: none;
    display: inline-block
    
}

nav ul li a {
    color:white; 
}

h1,h2,h3{
   color: black; 
}
a {
    color: burlywood;
}
p {
    color:black;
    padding: 0px 0px 0px 0px; //top right bottom left
    margin: 0;
}


table{
    padding: 5px;
    margin:25px;
    background-color: lightgrey;
    color: black;
    text-align: center;
    font-size-adjust: auto;
}
table th {
    padding: 2px;
    background-color: white;
}
table td {
    padding: 2px;
    background-color: white;
    text-align: right;
}

footer {
    position:fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    vertical-align: bottom;
    background-color: black;
    color: white;
  
}


.centerBreit {
    width: 100%;
    text-align: center;
}

.row {
}
.row:after {
    clear: both;
    content: " ";
    display: table;
}

.col{
    align-content: center;
    align-items: center;
    text-align: center;
    margin: 5px .5%;   
    padding: 5px .5%;
    border-radius: 5px;
    width:31.333%;
    background: #999;
    color:antiquewhite;
    float: left;
}

.colhover{
    align-content: center;
    align-items: center;
    text-align: center;
    margin: 5px .5%;   
    padding: 5px .5%;
    border-radius: 5px;
    width:31.333%;
    background: #999;
    color:antiquewhite;
    float: left;
}

.colhover:hover{
    cursor: pointer;
    background: green;
    align-content: center;
    align-items: center;
    text-align: center;
    margin: 5px .5%;   
    padding: 5px .5%;
    border-radius: 5px;
    width:31.333%;
    color:antiquewhite;
    float: left;
}




.button{
      align-content: center;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    margin: 15px;
    padding: 15px;
    background: #999;
    color:antiquewhite;
    float: left;  
}

.button:hover{

    background: green;
    cursor: pointer;
 
}

.formular {
    width: 100%;
    height: 100%;
    align-content: center;
    align-items: center;
    text-align: center;
    vertical-align:middle;
    margin: 0;
    padding: 0;
    background: #999;
    color:white;
    float: left;  
}



#special {
    
    background: blue;
    color:aquamarine;
}
.warnMsg {
    background: yellow;
    color: red;
}


.andereLook {
    background: none;
    color:red
}
