/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body{

background-image: url('background.jpg');
background-size: cover;
font-family: 'Open Sans', sans-serif;
}


#menue{
background-color: rgba(255, 255, 255, 0.5);
color: #000;
text-align: center;
}

#menue a{
font-size: 25px;
color: #000;
}

a{
text-decoration: none;
}

#contentdiv{
max-width: 100%;
background-color: rgba(0,0,0,0.3);
margin-top:5%;
padding: 20px;
color: #fff;
}

table, table a{
color: #fff;
}

table a{
text-decoration: underline;
}

.halfwidth{

width:50%;
display: block;
margin: 0 auto;
}

#brand{
max-width: 100%;
display: block;
margin: 20px auto;
}


h1, h2{
color: #fff;
font-weight: 400;
}

h1.center, h2.center{
color: #fff;
text-align: center;
font-weight: 400;
}

@media screen and (max-width: 600px) {
.halfwidth{

width:100%;}

#menue a{
font-size: 18px;
color: #000;
}

}