


@font-face {
  font-family: 'Arial';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
}

body, html {
    width: 100%;
}

body {
    background: #aecf00;
    font-family:Arial, Helvetica, sans-serif;
    color: white;
    font-size: 16px;
}


header {
    font-size: 1.5em;
    width: 100%;
}

header a{
    text-decoration: none;
    border: none;
}

header div{
    width: 100%;
}

header .logo {
 
    width: 220px;
    height: 220px;
    border: 2px solid white;
}

.container {
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}

.imagebox {
    text-align: right;
    margin-top: 10px;
    margin-left: 10px;
}

.ort {
    font-size: 1.5em;
    color: white;
    text-align: left;
    position: absolute;
    padding-left: 3em;
    padding-top: 5em;
    font-weight: bold;
    z-index: 99;
}

.ort_box {
    display: inline-block;
    border: 1px solid white;
    padding: 0.3em;
    border-radius: 6px;
    background: rgba(200, 200, 200, 0.5);
    width: 255px;
}

.bild{
    opacity: 0.5;
    filter: alpha(opacity=50); 
    border: 1px solid white;
    border-radius: 8px;
}


.imagebox:hover .bild {
    opacity: 1.0;
    transition: .5s;
    filter: alpha(opacity=100); 
  }

  .imagebox:hover .ort {
    color: #264b23;
    transition: .5s;
  }

  .imagebox:hover .ort .ort_box {
    border-color: black;
    background: white;
    transition: .5s;
  }
 
 .payment {
     text-align: center;
     margin-top: 3em;
 }
 
 .payment img{
     height: 2em;
 }

.footer {
    text-align: center;
    font-size: 3em;
    color: white;
    margin-top: 40px;
    letter-spacing: 3px;
}