body {
  background-color: rgb(255, 255, 255);
  font: 400 1.25em/1.38 Cabin;
  color: rgb(0, 0, 0);
  min-width: 960px;
}

.container {
  float: left;
  width: 100%;
  height: 50px;
  background-color: rgb(54, 24, 90);
}

.group {
  position: relative;
  float: left;
  z-index: 5;
  width: 70px;
  min-height: 50px;
  margin-left: 0.38532%;
  padding: 10px;
  font-size: 1em;
  text-align: center;
  color: rgb(0, 0, 0);
}

.header {
  width: 957px;
  height: 193px;
  margin: 50px auto 0;
}

.calendar {
  float: left;
  width: 95px;
  min-height: 50px;
  margin-left: 0.45063%;
  padding: 10px;
  font-size: 1em;
  text-align: center;
  color: rgb(114, 15, 187);
}

.home {
  position: relative;
  float: left;
  clear: both;
  z-index: 3;
  width: 75px;
  min-height: 50px;
  margin-left: 2.49478%;
  padding: 10px;
  font-size: 1em;
  text-align: center;
  color: rgb(0, 0, 0);
}

.logo {
  display: block;
  float: right;
  width: 346px;
  height: auto;
  margin: 10px 2% 0 0;
  overflow: hidden;
}

.kovacslab {
  float: left;
  width: 335px;
  height: 100px;
  min-height: 117px;
  margin: 8px 0 0 2.49478%;
  padding: 20px;
  font-family: 'Gentium Basic';
  font-size: 3.2em;
  text-align: center;
  color: rgb(114, 15, 187);
}

.kovacslab:hover {
  text-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

.lab {
  float: left;
  width: 50px;
  min-height: 50px;
  margin-left: 0.38532%;
  padding: 10px;
  font-size: 1em;
  text-align: center;
  color: rgb(0, 0, 0);
}

.group:hover,
.header .calendar:hover,
.home:hover,
.lab:hover,
.publications:hover,
.research:hover {
  border-bottom: 3px solid rgb(0, 0, 0);
}

.publications {
  position: relative;
  float: left;
  z-index: 6;
  width: 120px;
  min-height: 50px;
  margin-left: 0.38532%;
  padding: 10px;
  font-size: 1em;
  text-align: center;
  color: rgb(0, 0, 0);
}

.research {
  position: relative;
  float: left;
  z-index: 4;
  width: 95px;
  min-height: 50px;
  margin-left: 0.36736%;
  padding: 10px;
  font-size: 1em;
  text-align: center;
  color: rgb(0, 0, 0);
}

.wrapper {
  position: relative;
  width: 100%;
  height: fit-content;
  overflow: hidden;
}

.calendar-2 {
  width: 960px;
  height: 600px;
  margin: 0 auto;
}

iframe {
  vertical-align: middle;
  width: 960px;
  height: 600px;
  margin: 0 auto;
}

.calendar span,
.group span,
.home span,
.kovacslab span,
.lab span,
.publications span,
.research span {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: transparent;
  border-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  color: inherit;
  opacity: 1;
  word-break: normal;
  word-wrap: normal;
  white-space: normal;
}

.footer {
  position: relative;
  height: 5em;
  text-align: center;
  vertical-align: middle;
  font-size: 0.75em;
  margin-top: 2em;
}

.small {
  display: none;
}

.smalllogo{
  display: none;
}

@media screen and (max-width: 960px) {
  .calendar-2 {
    width: 600px;
    height: 500px;
    margin: 0 auto;
  }

  iframe {
    width: 600px;
    height: 500px;
    vertical-align: middle;
  }
  .header {
    width: 100%;
  }
}
