@import url(https://fonts.googleapis.com/css?family=Roboto:700,300italic,700italic,300);
/* Welcome to the Style*/

/* Defines the general box (alignment, width, etc.) */
.main {
    background-color: white;
    border: 0px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.3%;
    width: 60%;
    min-width: 320px;
    max-width: 770px;
}

/* Defines the answer question box  */
.choice {
    color: white;
    text-align: left;
    text-decoration: none;
    padding-left: 2%;
    font-family: "Roboto", "Helvetica Neue", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 300;
}
      .choice a:link,
      .choice a:visited {
          display: block;
          text-decoration: none;
          display: block;
          border-radius: 8px;
          border: 22px f1f1f1;
          background-color: #0082cb;
          width: 50%;
          min-width:260px;
          padding: 20px;
          color: white;
      }
      .choice a:hover {
        background-color: #0068a3;
        color: white;
      }
      .choice a:active {
          background-color: #0082cb;
          color: white;
          }

/* Logo on top  */
.imghead {
  padding-left: 3%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.imghead_right {
  padding-right: 3%;
  float: right;
}

.langMenu{
  float: right;
}

.langMenu a{
  padding: 12px;
  color: black;
  font-weight: 600;
  text-decoration: none;
  font-family: "Roboto", "Helvetica Neue", "Arial", sans-serif;
  font-size: 18px;
}

/* Defines the Inhalt section  */
.welcomephrase {
    padding-left: 3%;
    padding-right: 3%;
    font-family: "Roboto", "Helvetica Neue", "Arial", sans-serif;
    color: black;
    font-size: 18px;
    text-align: justify;
    line-height: 1.5em;
    font-style: normal;
    font-weight: 700;
}
.welcometext {
    padding-left: 3%;
    padding-right: 3%;
    font-family: "Roboto", "Helvetica Neue", "Arial", sans-serif;
    font-style: normal;
    color: black;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    line-height: 1.5em;
}

.welcometext.small{
  font-size: 15px;
}

.welcometext a:link, .welcometext a:visited{
  color: #0082cb;
}

.dotted {
    border: 2px dotted #0082cb;
    border-style: none none dotted;
    color: white;
    background-color: white;
}

@media only screen and (min-width: 480px) {
    margin-top: 0%;
}
