.background {
     background: #005584 url('/fileadmin/images/layout/bgKontakt.jpg') no-repeat;
     background-position: center top;
     background-size: 100% auto;
     height: 700px;
     border-top: 1px solid #005584;
     border-bottom: 1px solid #005584;
     margin-top: 75px;
   }
   .container {
     padding: 0;
     position: relative;
   }
   .container .headline {
     position: absolute;
     top: -45px;
     right: 0;
   }
   .container .headline h1 {
     font-size: 36px;
     font-weight: bold;
   }
   .container .content {
     background-color:rgba(255,255,255,0.85);
     border-left: 1px solid #005584;
     border-right: 1px solid #005584;
     width: 500px;
     height: 650px;
     padding: 50px 13px 0 13px;
     position: absolute;
     right: 0;
     top: 0;
   }
   .container .content h2 {
     color: #005584;
   }
   .container .content iframe {
     border: 1px solid #005584;
   }
   footer .inner {
     border: none;
   }