html,
button,
input,
select,
textarea {
  color: #000;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #931f31;
  text-shadow: none;
}
::selection {
  background: #931f31;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #666;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot?27383423');
  src: url('../font/iconfont.eot?27383423#iefix') format('embedded-opentype'), url('../font/iconfont.woff?27383423') format('woff'), url('../font/iconfont.ttf?27383423') format('truetype'), url('../font/iconfont.svg?27383423#iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
.contentWrapper {
  width: 90%;
  padding: 70px 5%;
  position: relative;
  overflow: hidden;
}
.wrapper {
  width: auto;
  margin: 0 auto;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial;
  position: relative;
  background-color: #ccc;
}
.logoBar {
  width: 100%;
  height: 50px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.logoBar .logo {
  width: 94px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
.logoBar .logo img {
  width: 100%;
  height: auto;
}
.logoBar .description {
  position: absolute;
  top: 50%;
  left: 2.5%;
  transform: translateY(-50%);
}
.logoBar .description h2 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1em;
  color: #666;
  font-weight: normal;
}
.logoBar .nav {
  overflow: hidden;
}
.logoBar .nav a {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  background-color: #88aba5;
  margin: 5px 0 5px 5px;
}
.logoBar .nav a img {
  width: 60%;
  height: 60%;
  margin: 20%;
}
.logoBar .nav a:hover {
  background-color: #931f31;
}
.login {
  width: 60%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  background-color: #fff;
}
.login p {
  font-size: 1.2em;
  color: #931f31;
  font-weight: normal;
  margin: 0;
  padding: 20px;
}
.login form {
  margin: 20px;
  padding: 0;
}
.login form .labelHeadline {
  font-size: 1.2em;
  line-height: 1em;
  font-weight: bold;
  color: #666;
}
.login form fieldset label input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.2em;
  padding: 10px;
  margin: 20px 0;
  border: none;
  border-bottom: 2px solid #666;
}
.login form div.submitWrapper {
  text-align: right;
}
.login form div.submitWrapper .submit {
  padding: 10px 20px;
  margin: 0;
  background-color: #88aba5;
  font-size: 1.2em;
  line-height: 1em;
  border: none;
  color: #fff;
}
.home {
  width: 90%;
  padding: 70px 5%;
  position: relative;
  overflow: hidden;
}
.home h1 {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: bold;
  color: #666;
  margin: 0;
  padding: 0;
}
.home h1 span {
  font-size: 0.5em;
  font-weight: normal;
  padding: 0 0 0 15px;
}
.home .researchesList {
  margin: 50px 0 0 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home .researchesList h2 {
  font-size: 3em;
  line-height: 1em;
  color: #666;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.home .researchesList .researchItem {
  width: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin: 20px 0 0 0;
}
.home .researchesList .researchItem .researchName {
  font-size: 1.5em;
  font-weight: bold;
  color: #88aba5;
  margin: 20px 200px 20px 20px;
}
.home .researchesList .researchItem .researchFunktion {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.home .researchesList .researchItem .researchFunktion a {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  background-color: #88aba5;
  margin: 0 0 0 5px;
}
.home .researchesList .researchItem .researchFunktion a img {
  width: 60%;
  height: 60%;
  margin: 20%;
}
.home .researchesList .researchItem .researchFunktion a:hover {
  background-color: #931f31;
}
.message {
  width: 100%;
  height: 100%;
  z-index: 999;
  position: fixed;
  background-color: #666;
  left: -100%;
  opacity: 0;
  top: 0;
}
.message .messageWindow {
  width: 350px;
  box-sizing: border-box;
  padding: 20px 10px;
  margin: 0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.message .messageWindow h2 {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  padding: 0;
  color: #000;
}
.message .messageWindow p {
  font-size: 1.1em;
  text-align: center;
  line-height: 1.2em;
}
.message .messageWindow p a {
  display: inline-block;
  background-color: #931f31;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 40px;
  margin: 0;
  text-transform: uppercase;
}
.show {
  opacity: 1;
  left: 0;
}
.message.error {
  background-image: url(../img/error.gif);
  background-size: cover;
}
.message.success {
  background-image: url(../img/yeah.gif);
  background-size: cover;
}
.loader {
  width: 100%;
  margin: 30px;
  padding: 0;
  height: 64px;
  position: relative;
  display: none;
}
.loader .lds-ring {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  left: 50%;
  top: 0;
  transform: translateX(-100%);
}
.loader .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #88aba5;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #88aba5 transparent transparent transparent;
}
.loader .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.loader .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.loader .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader.show {
  display: block;
}
.voting {
  width: 90%;
  padding: 70px 5%;
  position: relative;
  overflow: hidden;
}
.voting h2 {
  font-size: 2em;
  margin: 5px 0 0 1%;
  padding: 0;
  color: #666;
  line-height: 1em;
}
.voting p {
  font-size: 1.2em;
  font-weight: normal;
  margin: 20px 0 0 0;
  padding: 0;
  color: #666;
  line-height: 1.3em;
}
.voting p b {
  font-weight: bold;
}
.voting .votingAuswahl {
  width: 100%;
  margin: 20px 0;
  padding: 20px 0;
  background-color: #fff;
  display: flex;
}
.voting .votingAuswahl p {
  display: block;
  width: 47%;
  font-size: 0.9em;
  font-weight: normal;
  margin: 0 1.5% 0 1.5%;
  padding: 0;
  color: #666;
  line-height: 1.3em;
}
.voting .votingAuswahl p .select-css {
  display: block;
  font-size: 0.9em;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #666;
  line-height: 1.3em;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 10px 0 0 0;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='4.7' viewBox='0 0 10 4.7'%3E%3Ctitle%3Epfeil%3C/title%3E%3Cpolygon points='0 0 5 4.7 10 0 0 0' style='fill:%2388aba5'/%3E%3C/svg%3E"), linear-gradient(to bottom, #fff 0%, #eee 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  cursor: pointer;
}
.voting .votingAuswahl p .select-css::-ms-expand {
  display: none;
}
.voting .votingAuswahl p .select-css:hover {
  border-color: #666;
}
.voting .votingAuswahl p .select-css:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.voting .votingAuswahl p .select-css option {
  font-weight: normal;
}
.voting .kandidatenJuryVotingItem {
  width: 100%;
  background-color: #fff;
  margin: 0 0 20px 0;
  padding: 20px 0;
}
.voting .kandidatenJuryVotingItem .kandidatenJuryVotingItemBandname {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}
.voting .kandidatenJuryVotingItem .kandidatenJuryVotingItemBandname h3 {
  font-size: 1.3em;
  line-height: 1.2em;
  color: #666;
  margin: 0 1.5%;
  padding: 0;
}
.voting .kandidatenJuryVotingItem .kategorieWrapper {
  padding: 20px 0;
  margin: 0;
}
.voting .kandidatenJuryVotingItem .kategorieWrapper p {
  margin: 0 1.5%;
  padding: 0;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
}
.voting .kandidatenJuryVotingItem .kategorieWrapper .kandidatenJuryVotingItemSkala {
  margin: 20px 0.5%;
  padding: 0;
  text-align: center;
}
.voting .kandidatenJuryVotingItem .kategorieWrapper .kandidatenJuryVotingItemSkala a {
  display: inline-block;
  width: 7%;
  height: 6%;
  overflow: hidden;
  padding: 2% 0.5%;
  margin: 0 1%;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
  background-color: #88aba5;
  text-decoration: none;
  text-align: center;
}
.voting .kandidatenJuryVotingItem .kategorieWrapper .kandidatenJuryVotingItemSkala a.selected {
  background-color: #931f31;
  color: #fff;
}
.voting .kandidatenJuryVotingItem .saveButtonWrapper {
  margin: 20px 0 0 0;
  padding: 20px 0;
  text-align: right;
}
.voting .kandidatenJuryVotingItem .saveButtonWrapper a.saveButton {
  display: inline-block;
  overflow: hidden;
  padding: 2% 4%;
  margin: 20px 20px 0 20px;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
  background-color: #88aba5;
  text-decoration: none;
}
.voting .kandidatenJuryVotingItem .saveButtonWrapper a.saveButton:hover {
  background-color: #931f31;
}
.voting .kandidatenPublikumsVoting {
  width: 100%;
  margin: 1% 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.voting .kandidatenPublikumsVoting .kandidatenPublikumsVotingItem {
  width: 31%;
  background-color: #fff;
  margin: 1%;
  position: relative;
}
.voting .kandidatenPublikumsVoting .kandidatenPublikumsVotingItem .kandidatenPublikumsVotingItemBandname {
  width: 100%;
}
.voting .kandidatenPublikumsVoting .kandidatenPublikumsVotingItem .kandidatenPublikumsVotingItemBandname p {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: normal;
  margin: 0;
  padding: 15px 15px;
  color: #666;
}
.voting .kandidatenPublikumsVoting .kandidatenPublikumsVotingItem .kandidatenPublikumsVotingItemSkala {
  width: 100%;
  background-color: #fff;
  text-align: right;
}
.voting .kandidatenPublikumsVoting .kandidatenPublikumsVotingItem .kandidatenPublikumsVotingItemSkala a {
  display: inline-block;
  padding: 15px 20px;
  margin: 0 0 0 10px;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
  background-color: #88aba5;
  text-decoration: none;
}
.voting .kandidatenPublikumsVoting .kandidatenPublikumsVotingItem .kandidatenPublikumsVotingItemSkala a.selected {
  background-color: #931f31;
  color: #fff;
}
.voting .kandidatenPublikumsVoting .submitItem {
  background-color: #88aba5;
  cursor: pointer;
}
.voting .kandidatenPublikumsVoting .submitItem img {
  width: 10%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.voting .kandidatenPublikumsVoting .submitItem:hover {
  background-color: #931f31;
}
.bgVideo {
  position: fixed;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}
.bgVideoOverlay {
  position: fixed;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  background-color: rgba(150, 30, 40, 0.7);
  z-index: 2;
}
.ergebnisseHome {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
.ergebnisseHome a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #931f31;
  margin: 0;
}
.ergebnisseHome a img {
  width: 60%;
  height: 60%;
  margin: 20%;
}
.ergebnisseHome a:hover {
  background-color: #000;
}
.ergebnisse {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 98;
}
.ergebnisse .gewinner {
  width: 100%;
  height: 100vh;
  margin: 0;
  position: relative;
}
.ergebnisse .gewinner .zeitpunkt {
  width: 90%;
  text-align: center;
  font-size: 0.9vw;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.ergebnisse .gewinner .gewinnerItems {
  width: 95%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ergebnisse .gewinner .gewinnerItems .gewinnerItem {
  width: 100%;
  margin: 0;
  padding: 25px 0 25px 0;
}
.ergebnisse .gewinner .gewinnerItems .gewinnerItem h2 {
  font-size: 1.3vw;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  text-align: center;
  color: #931f31;
  letter-spacing: 0.3em;
}
.ergebnisse .gewinner .gewinnerItems .gewinnerItem h2 span {
  background-color: #fff;
  padding: 10px 20px;
  margin: 0;
  display: inline-block;
}
.ergebnisse .gewinner .gewinnerItems .gewinnerItem p {
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.1em;
  color: #fff;
  letter-spacing: 0.05em;
}
.ergebnisse .gewinner .gewinnerItems .gewinnerItem p.prozent {
  font-size: 1vw;
  font-weight: normal;
  text-align: center;
  margin: 0 0 0 0;
  padding: 0;
  line-height: 1em;
  color: #fff;
  letter-spacing: 0.1em;
}
.ergebnisse .gewinner .gewinnerItems .best h2 {
  font-size: 1.7vw;
}
.ergebnisse .gewinner .gewinnerItems .best p {
  font-size: 7vw;
}
.ergebnisse .teilErgebnisse {
  width: 90%;
  margin: 0 5% 100px 5%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.ergebnisse .teilErgebnisse .teilErgebnis {
  width: 28%;
  margin: 2.6666%;
  padding: 0;
}
.ergebnisse .teilErgebnisse .teilErgebnis h3 {
  font-size: 1.3em;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 10px 20px;
  margin: 0;
  color: #931f31;
  background-color: #fff;
  font-weight: normal;
}
.ergebnisse .teilErgebnisse .teilErgebnis .teilErgebnisItem h4 {
  font-size: 1.1em;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 50px 0 0 0;
  margin: 0;
  color: #fff;
  font-weight: bold;
}
.ergebnisse .teilErgebnisse .teilErgebnis .teilErgebnisItem .bar {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.2);
}
.ergebnisse .teilErgebnisse .teilErgebnis .teilErgebnisItem .bar p {
  padding: 5px 10px;
  margin: 0;
  text-align: center;
  color: #000;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  z-index: 3;
}
.ergebnisse .teilErgebnisse .teilErgebnis .teilErgebnisItem .bar .barFilled {
  width: 0px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.user {
  width: 90%;
  padding: 70px 5%;
  position: relative;
  overflow: hidden;
}
.user p {
  font-size: 1em;
  line-height: 1.3em;
  color: #fff;
  margin: 20px 0;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  background-color: #88aba5;
}
.user p.error {
  background-color: #931f31;
}
.user ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.user ul li {
  width: 100%;
  background-color: #fff;
  display: block;
  margin: 20px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #666;
}
.user ul li div {
  padding: 2.5% 2%;
  margin: 0;
  overflow: hidden;
}
.user ul li div a {
  display: inline;
  text-decoration: none;
  color: #88aba5;
}
.user ul li div a.button {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #88aba5;
  margin: 0 5px;
}
.user ul li div a.button img {
  width: 60%;
  height: 60%;
  margin: 20%;
}
.user ul li div a.button:hover {
  background-color: #931f31;
}
.user ul li div.name {
  width: 22.5%;
}
.user ul li div.adresse {
  width: 22.5%;
}
.user ul li div.kontakt {
  width: 17.5%;
}
.user ul li div.anzahl {
  width: 5%;
  font-size: 2em;
  font-weight: bold;
}
.user ul li div.tool {
  width: 12.5%;
}
.user ul .first {
  background: none;
}
.user ul .first div {
  margin: 0;
  padding: 0;
  width: 50%;
}
.user ul .first div h2 {
  font-size: 3em;
  line-height: 1em;
  color: #666;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.user ul .first div a.button {
  margin: 0;
}
.user ul .first div a.button:hover {
  background-color: #931f31;
}
.user ul .first div.right {
  text-align: right;
}
.user ul .second {
  background: none;
}
.user ul .second div {
  margin: 20px 0 0 0;
  padding: 0 2%;
}
.user ul .second div.anzahl {
  font-size: 1em;
  font-weight: normal;
}
.overlayModal {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: -150%;
  background-color: rgba(200, 200, 200, 0.8);
  opacity: 0;
  transition: opacity 400ms ease;
}
.overlayModal .overlayModalWindow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 500px;
  box-sizing: border-box;
}
.overlayModal .overlayModalWindow h3 {
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: bold;
  margin: 20px 20px 0 20px;
  padding: 0;
  color: #931f31;
}
.overlayModal .overlayModalWindow p {
  font-size: 1em;
  line-height: 1.3em;
  margin: 10px 20px 0 20px;
  padding: 0;
  color: #666;
}
.overlayModal .overlayModalWindow .buttonWrapper {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  margin: 50px 0 0 0;
}
.overlayModal .overlayModalWindow .buttonWrapper .buttonWrapperItem {
  float: left;
  width: 50%;
}
.overlayModal .overlayModalWindow .buttonWrapper .buttonWrapperItem a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.2em;
  line-height: 1em;
  color: #fff;
  background-color: #88aba5;
  text-decoration: none;
}
.overlayModal .overlayModalWindow .buttonWrapper .buttonWrapperItem.right {
  text-align: right;
}
.overlayModal .overlayModalWindow .buttonWrapper .buttonWrapperItem.right a {
  background-color: #931f31;
}
.overlayModal.show {
  opacity: 1;
  top: 0;
}
.add-user {
  width: 90%;
  padding: 70px 5%;
  position: relative;
  overflow: hidden;
}
.add-user h2 {
  font-size: 2em;
  line-height: 1.2em;
  color: #666;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.add-user h2 span {
  color: #931f31;
  font-weight: normal;
}
.add-user p {
  font-size: 1em;
  line-height: 1.3em;
  color: #fff;
  margin: 20px 0;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  background-color: #88aba5;
}
.add-user p.error {
  background-color: #931f31;
}
.add-user p.error b {
  line-height: 2em;
}
.add-user form {
  margin: 10px 0;
  padding: 0 0 30px 0;
  background-color: #fff;
}
.add-user form fieldset {
  margin: 0;
  padding: 20px 0 0 0;
}
.add-user form fieldset label {
  width: 90%;
  margin: 20px auto;
  padding: 0;
  display: block;
  font-size: 1em;
  color: #666;
}
.add-user form fieldset label input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  padding: 10px;
  margin: 5px 0 0 0;
  border: 1px solid #666;
  color: #666;
  font-size: 1.2em;
  line-height: 1em;
}
.add-user form fieldset label .selectWrapper {
  width: 300px;
  position: relative;
}
.add-user form fieldset label .selectWrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  background-color: #eee;
  color: #666;
  font-family: Helvetica, Arial;
  font-size: 1.2em;
  line-height: 1.2em;
  cursor: pointer;
}
.add-user form fieldset label .selectWrapper select::-ms-expand {
  display: none;
}
.add-user form fieldset label .error {
  border: 1px solid #931f31;
  border-bottom: 5px solid #931f31;
}
.add-user form fieldset label .selectWrapper::before {
  font-family: iconfont;
  content: "\f107";
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 5px;
  color: #666;
  pointer-events: none;
}
.add-user form .submitWrapper {
  width: 90%;
  margin: 20px auto;
  padding: 0;
  display: block;
  font-size: 1em;
  color: #666;
  text-align: right;
}
.add-user form .submitWrapper input {
  border: none;
  border-radius: 0;
  font-size: 1.2em;
  color: #fff;
  background-color: #88aba5;
  padding: 10px 20px;
  margin: 0 0 0 20px;
}
.add-user form .submitWrapper a {
  text-decoration: none;
  font-size: 1.2em;
  color: #fff;
  background-color: #88aba5;
  padding: 10px 20px;
  margin: 0 0 0 20px;
}
.add-user form .submitWrapper a.red {
  background-color: #931f31;
}
.msm {
  width: 90%;
  padding: 70px 5%;
  position: relative;
  overflow: hidden;
}
.msm h1 {
  font-size: 5em;
  font-family: 'Comic Sans MS';
  padding: 0;
  margin: 20px 0 0 0;
  text-align: center;
}
.msm p {
  font-size: 1.2em;
  font-family: 'Comic Sans MS';
  margin: 20px 0 0 0;
  padding: 0;
}
.msm .imgKnife {
  width: 10%;
  height: auto;
  position: relative;
  display: block;
  margin: 50px auto 0 auto;
  padding: 0;
}
.msm form {
  margin: 50px 0 0 0;
  padding: 50px;
  background-color: #eee;
}
.msm form label {
  display: block;
  margin: 20px 0 0 0;
  padding: 0;
}
.msm form input[type=text] {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
@media only screen and (min-width: 1300px) {
  .wrapper {
    width: 1150px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 760px) {
  .login {
    width: 90%;
    left: 5%;
  }
  .home .researchesList h2 {
    font-size: 2.2em;
  }
  .home .researchesList .researchItem {
    width: 100%;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin: 20px 0 0 0;
  }
  .home .researchesList .researchItem .researchName {
    font-size: 1.3em;
    margin: 20px 20px 82px 20px;
  }
  .home .researchesList .researchItem .researchFunktion {
    overflow: hidden;
    transform: translateY(0%);
    top: auto;
    bottom: 20px;
  }
  .research h2 {
    font-size: 1.5em;
    line-height: 1.2em;
  }
  .research .researchGroup {
    margin: 10px 0 30px 0;
  }
  .research .researchGroup li {
    padding: 12px;
    margin: 7px 0;
    font-size: 1.1em;
  }
  .research .researchGroup li input {
    padding: 12px;
  }
  .researchOverlay .researchOverlayBox {
    width: 80%;
    box-sizing: border-box;
  }
  .analytics h2 {
    font-size: 2em;
    line-height: 1.2em;
  }
  .analytics h3 {
    font-size: 1.5em;
  }
  .analytics p {
    display: none;
  }
  .analytics .analyticGroup {
    background-color: #fff;
    padding: 20px 0 30px 0;
    margin: 40px 0;
    overflow: hidden;
  }
  .analytics .analyticGroup h2 {
    font-size: 1.3em;
    line-height: 1.2em;
    color: #666;
    margin: 0 20px;
    padding: 0;
    font-weight: bold;
  }
  .analytics .analyticGroup h2 span {
    color: #ccc;
  }
  .analytics .analyticGroup .analyticItem {
    overflow: hidden;
    margin: 0 20px;
    padding: 0;
  }
  .analytics .analyticGroup .analyticItem p {
    display: block;
    font-size: 1em;
    color: #666;
    margin: 20px 0px 0px 0px;
    padding: 0;
    font-weight: normal;
  }
  .analytics .analyticGroup .analyticItem .analyticBar {
    height: 40px;
  }
  .analytics .analyticGroup .analyticItem .analyticBarNumber {
    float: left;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: normal;
    color: #666;
    margin: 2px 0 0 20px;
  }
}
