/* styles.css  */

body div {
  font-family: 'Assistant', Arial, sans-serif;
}

* { box-sizing: border-box; }

/* body { width: 100%; text-align: center; } */
/* #centerContainer { width: 1200px; text-align: left; margin: 0px auto; } */

.color_background {
  color: #FEFBE8;
/*   color: #F9F6F1; */
}

.color_page_header {
  color: #FFFFFF;
}

.color_languages_1 {
  color: #FFFFFF;
}

.color_languages_2 {
  color: #BBBBBB;
}

.color_languages_selection {
  color: #BBBBBB;
}

.color_header {
  color: #63625E;
}

.color_text {
  color: #756F78;
}

.color_text_light {
  color: #A9A0AD;
}

.color_footer {
  color: #FFFFFF;
}

.color_email {
  background: #B8F9BD;
}

a:link {
  color: #A6F9D2;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #A6F9D2;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #A6F9D2;
  background-color: transparent;
  text-decoration: underline;
}

.h2, h2 {
  font-weight: bold;
  font-size: 1.5em;
  text-align: left;
}

.text {
  font-weight: normal;
  font-size: 1em;
  text-align: left;
}

.preise {
  font-weight: normal;
  font-size: 1em;
  text-align: left;
}

table {
  border-width: 0px;
  border-spacing: 2vw 0vw;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.0); /* background with 0.0 opacity */
  font-weight: normal;
  font-size: calc(10px + 1em); /* vw */
  text-align: left;
}

.center {
  padding: 70px 0;
  border: 3px solid green;
  text-align: center;
}

.page_header {
  position: relative;
}

.page_header img {
  display: block;
  z-index: 10;
  position: absolute;
  width: 100%;
  opacity: 1.0;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}

.page_header .text {
  font-family: 'Assistant';
  display: block;
  position: relative;
  width: 100%;
  z-index: 20;

  padding: 7% 0;
  text-align: center;
  height: 50%;
  font-size: 5vw;
  text-shadow: 0 0 5px black;
}
