/**
    LightBlue: #1ed2f4
    whiteish: #f4f5g6;
    yellow: #eafc40;
    darkBlue: #254558:
    grey: 2b2b3a;
    greenish: #3c9daf;

**/

body 
{
    margin: 0px;
    padding: 0px;
    background-color: #f4f5g6;
}

.besitzerHeadline
{
    font-family: 'Roboto', sans-serif;
    color: #2b2b3a;
    font-size: 24;
    font-weight: bold;
}

#Navigation 
{
    width: 100%;
    height: 80px;
    background-color: #254558; 
    line-height: 80px;
    border-bottom: 2px solid #65727A;
    
    box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.51);
    -webkit-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.51);
}

#Brand 
{
    margin-left: 50px;
    float: left;
}

#Brand img 
{
    padding-top: 15px;
    height: auto;
}

#NavContent
{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #2b2b3a;
    font-size: 24px;
    font-weight: bold;
}

#Content {
    position: relative;
    height:450px;
}

.content-inline
{
    text-align: center;
    position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#Content button
{
    margin: 5px;
    background-color: #3c9daf;
    padding: 16px;
    border: 0px solid #2c707c;
    border-radius: 12px;
    font-size: 16px;
    width: 200px;
    color: white;
}
#Content button:hover 
{
    background-color: #3fbab9;
    cursor: pointer;
}

.headline 
{
    color: #2b2b3a;
    font-family: 'Roboto', sans-serif;
}

#Clipart 
{  
    position: absolute;
    left: 0px;
    height: 50%;
    width: 100%;
    background-image: url('../img/background.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    opacity: 25%;
}

#WeiterButton
{
    
}

#RadioButtons 
{  
    position: relative;
    bottom: 0px;
    width: 80%;
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    border: 0px;
    font-family: 'Roboto', sans-serif;
}

#RadioButtons label:hover 
{
    cursor: pointer;
}

#RadioButtons input[type="submit"] 
{
    margin: 5px;
    background-color: #3c9daf;
    padding: 16px;
    border: 0px solid #2c707c;
    border-radius: 12px;
    font-size: 16px;
    width: 200px;
    color: white;
    margin-top: 15px;
}

#RadioButtons input[type="submit"]:hover
{
    background-color: #3fbab9;
    cursor: pointer;
}

#RadioButtons input
{
    margin: 0px 2px 0px 2px;
}

#RadioButtons nobr
{
    margin: 0px 2px 0px 2px;
}

.baum_img
{
    height: 60%;
    max-height: 80%;
}