/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DRs5.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
body {
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
a {
  color: black;
  text-decoration: none;
}
a:visited, a:active, a:hover {
  color: black;
  text-decoration: none;
}
input {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  -webkit-appearance: none;
}
#header {
  height: 80px;
  text-align: center;
}
#header_logo {
  height: 40px;
  margin-top: 20px;
  margin-left: 10px;
}
#footer {
  width: 100%;
  height: 80px;
  text-align: center;
  position: fixed;
  bottom: 0px;
}
#navigation {
  height: 20px;
  background-color: #a7a9ab;
}
#content {
  width: 100%;
}
#voting_box {
  width: fit-content;
  margin: 50px auto 0px;
  text-align: center;
  display: flex;
}
#vote_userdata, #vote_userinfo {
  width: fit-content;
  margin: 0px auto;
  text-align: center;
  display: flex;
}
#vote_userinfo {
  display: none;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 30px;
}
#vote_userdata {
  margin-bottom: 50px;
  display: inline-grid;
}
#voting_result {
  width: fit-content;
  height: fit-content;
  margin: 50px auto;
  text-align: left;
  padding-left: 10px;
  display: flex;
  text-align: center;
}
#voting_info {
  margin-top: 20px;
  margin-bottom: 30px;
}
.voting_icon {
  width: 100px;
  height: 100px;
  margin: 10px;
  border-radius: 25px;
  cursor: pointer;
  display: inline-grid;
  line-height: 30px;
  font-size: 100px;
}
.voting_icon_text {
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}
#voting_firstname, #voting_lastname, #voting_comment {
  width: 375px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  line-height: 30px;
  height: 40px;
  margin: 0px;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#voting_firstname:focus, #voting_lastname:focus, #voting_comment:focus {
  border: 1px solid red;
}
#vote_button {
  width: 275px;
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.voting_result_text {
  width: 120px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #F2F2F2;
  border: 1px solid #cccccc;
  padding: 5px 5px 5px 5px;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.voting_result_text > div {
  font-size: 36px;
}
@media screen and (max-width: 625px) {
  #voting_box {
    margin: 20px auto 20px;
  }
  #vote_userinfo {
    width: 80%;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  #voting_info {
    width: 80%;
    font-size: 14px;
    margin: 10px auto 20px;
  }
  .voting_icon {
    width: 50px;
    height: auto;
    font-size: 50px;
  }
  .voting_icon_text {
    font-size: 9px;
  }
  #voting_firstname, #voting_lastname, #voting_comment {
    width: 275px;
    font-size: 14px;
  }
  #vote_button {
    width: 175px;
    font-size: 14px;
  }
}