﻿body {
    font-size: 1.7em;
    background: url("img/background.jpg") no-repeat center center fixed;
    background-size:cover;
}

.menue {
    background-color: #336699;
    padding: 15px;
    color: white;
    font-weight: bold;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 0.5em;
}

span:hover {
    background-color: brightness(85%);
}

.content {
    background: #f9f8f7 none repeat scroll 0 0;
    border-color: #ceccca #ceccca #286090;
    border-image: none;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px 1px 3px;
    padding:0em;
    padding-top: 0em;
    margin-bottom: 0.5em;
}

.margin-top {
    margin-top: 5em;
}

.margin-bottom {
    margin-bottom: 5em;
}

h1 {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em;
}

@media screen and (max-width:768px){
  h1{
     font-size:1.5em;
  }    
}

.actionLink {
    font-size: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
}

.menue a {
    color: white;
}

.menue a:hover {
    text-decoration: none;
}

.header {
    background: white;
    padding-top:1em;
    padding-bottom: 1em;
}

