﻿/* breakpoints */
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Regular.ttf');
}
@font-face {
  font-family: 'RobotoCondensed';
  src: url('fonts/RobotoCondensed-Regular.ttf');
}
* {
  padding: 0;
  margin: 0;
}
:root,
html,
body {
  background-color: #EDEDED;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  color: #233249;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
}
.page-wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.page-wrapper > * {
  flex-shrink: 0;
}
.active + .page-wrapper {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate(80vw, 0);
  -ms-transform: translate(80vw, 0);
  transform: translate(80vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}
header {
  background-color: #233249;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #ffffff;
}
header.header {
  height: 65.6px;
}
header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .logo img {
  vertical-align: middle;
  padding: 0 30px;
}
header .logo--large {
  background-color: #EA5045;
}
header .logo--large:hover {
  background-color: #e9473c;
}
header .logo--large img {
  height: 35px;
}
header .logo--small img {
  height: 20px;
}
header .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .nav li {
  color: #ffffff;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
header .nav li a {
  display: inline-block;
  padding: 20px;
  color: inherit;
}
header .nav li:hover {
  background-color: #2b3e5a;
  color: white;
  cursor: pointer;
}
header .utilities {
  margin-left: auto;
  display: flex;
}
header .utilities > * {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 1rem 1.5rem;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .white {
  background-color: white;
  color: #EA5045;
}
header .white:hover {
  color: #e2271a;
}
header .orange {
  background-color: #EA5045;
  color: inherit;
}
header .orange:hover {
  background-color: #e9473c;
  color: white;
}
header.sub-header {
  background-color: #C9D0D8;
  letter-spacing: 0.5px;
  padding: 3px 30px;
  color: #233249;
  display: flex;
  align-items: center;
}
header.sub-header h1 {
  font-size: 1rem;
  font-family: "Roboto";
  margin: 0;
  font-weight: 700;
}
header.sub-header nav {
  margin-left: auto;
}
header.sub-header nav ul {
  margin: 0;
  display: flex;
  list-style: none;
}
header.sub-header nav ul li {
  padding-left: 30px;
  text-transform: lowercase;
}
header.sub-header nav ul a {
  text-transform: inherit;
}
.main {
  margin: 4rem 0;
  flex-grow: 1;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: RobotoCondensed, sans-serif;
  font-weight: 700;
  line-height: 1.1em;
}
h5 {
  font-size: 1rem;
  margin-top: 36px;
  margin-bottom: 12px;
}
a {
  font-weight: 700;
  text-decoration: underline;
  color: inherit;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
a:hover {
  color: #EA5045;
}
a:active {
  color: #e2271a;
}
a:focus {
  color: #ed665c;
}
@media screen and (min-width: 1500px) {
  .row {
    max-width: 1170px;
  }
}
.row + .row:not(.row--accordion) {
  margin-top: 2rem;
}
.page-heading {
  font-size: 4rem;
  margin-bottom: 12px;
  word-break: break-word;
  line-height: 0.98;
}
.section-heading {
  font-size: 2rem;
  word-break: break-all;
  word-break: break-word;
}
.title {
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  word-break: break-word;
}
ul.accordion {
  margin-bottom: 0;
}
.download-files {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.education-structure {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: -2px;
}
.education-structure .course-link:hover {
  color: #ededed;
}
.education-structure .semester {
  padding: 2px;
  display: flex;
  flex-direction: column;
  width: 50px;
  flex-grow: 1;
  color: #ededed;
}
.education-structure .semester .header {
  background-color: #233249;
  text-align: center;
}
.education-structure .semester .course {
  flex-grow: 1;
  background-color: #f0847d;
  word-break: break-all;
  word-break: break-word;
  font-size: 12px;
  line-height: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.education-structure .semester .course.ects-2_5 {
  height: calc(20px *1 + 2px *0);
}
.education-structure .semester .course.ects-5 {
  height: calc(20px * 2 + 2px * 1);
}
.education-structure .semester .course.ects-7_5 {
  height: calc(20px * 3 + 2px * 2);
}
.education-structure .semester .course.ects-10 {
  height: calc(20px * 4 + 2px * 3);
}
.education-structure .semester .course.ects-12_5 {
  height: calc(20px *5 + 2px *4);
}
.education-structure .semester .course.ects-15 {
  height: calc(20px * 6 + 2px * 5);
}
.education-structure .semester .course.ects-17_5 {
  height: calc(20px * 7 + 2px * 6);
}
.education-structure .semester .course.ects-20 {
  height: calc(20px * 8 + 2px * 7);
}
.education-structure .semester .course.ects-22_5 {
  height: calc(20px * 9 + 2px *8);
}
.education-structure .semester .course.ects-25 {
  height: calc(20px * 10 + 2px * 9);
}
.education-structure .semester .course.ects-27_5 {
  height: calc(20px *11 + 2px * 10);
}
.education-structure .semester .course.ects-30 {
  height: calc(20px * 12 + 2px * 11);
}
.education-structure .semester .course.ects-32_5 {
  height: calc(20px * 13 + 2px * 12);
}
.education-structure .semester .course.ects-35 {
  height: calc(20px * 14 + 2px * 13);
}
.education-structure .semester .course.ects-37_5 {
  height: calc(20px * 15 + 2px * 14);
}
.education-structure .semester .course.ects-40 {
  height: calc(20px * 16 + 2px * 15);
}
.education-structure .semester article {
  padding: 5px;
}
.education-structure .semester article + article {
  margin-top: 2px;
}
.education-structure .semester .internship {
  background-color: #EA5045;
}
.education-structure:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 800px) {
  .education-structure .course:hover {
    transform: scale(1.1);
    background-color: #e84338;
  }
  .education-structure .course:hover {
    transform: scale(1.1);
    width: 200%;
    background-color: #e52d22;
    white-space: normal;
    text-overflow: clip;
    overflow: visible;
  }
}
@media screen and (max-width: 800px) {
  .education-structure {
    flex-direction: column;
    flex-grow: 1;
  }
  .education-structure .semester {
    width: 100%;
  }
}
span.course-text {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: inherit;
}
table {
  width: auto;
}
table thead,
table tbody,
table tfoot {
  background-color: transparent;
}
table tbody tr:nth-child(even) {
  background-color: transparent;
}
table td,
table th {
  vertical-align: top;
}
table.courseblock {
  width: 100%;
  border-collapse: collapse;
}
table.courseblock thead,
table.courseblock tbody,
table.courseblock tr:nth-child(even) {
  background: none;
}
table.courseblock th:not(:last-child) {
  border-right: 3px solid #EDEDED;
  border-bottom: 3px solid #EDEDED;
}
table.courseblock thead th {
  background-color: #233249;
  color: #dedede;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1rem;
}
table.courseblock tbody td {
  vertical-align: top;
  background-color: #E0E0E0;
}
table.courseblock tbody tr:not(.semester) + tr:not(.semester) td {
  border-top: 3px solid #EDEDED !important;
}
table.courseblock tbody a.course-link:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5rem;
  display: inline-block;
  content: '\f061';
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
table.courseblock tbody a.course-link:hover:before {
  -webkit-transform: translateX(0.2em);
  transform: translateX(0.2em);
}
table.courseblock tbody td[colspan="42"] {
  text-align: center;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #E0E0E0;
}
table.courseblock.courseblock--exams tr > *:not(:only-child):last-child,
table.courseblock.courseblock--courses tr > *:not(:only-child):last-child {
  text-align: center;
  vertical-align: top;
  width: 75px;
}
table.courseblock.courseblock--exams .course-link {
  white-space: nowrap;
}
table.courseblock.courseblock--courses tr td:first-child {
  width: 100px;
}
table.courseblock .ects-count {
  text-align: right;
}
table.courseblock .ects-count td {
  font-weight: bold;
  border-top: 2px solid #233249 !important;
}
.accordion {
  background-color: transparent;
}
.accordion .is-active .svg__arrow-expand {
  transform: rotate(180deg);
}
.accordion .svg__arrow-expand {
  position: absolute;
  bottom: 18px;
  right: 10px;
}
.accordion .svg__arrow-expand .cls-1 {
  fill: none;
  stroke: currentColor;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}
.accordion-content {
  background-color: transparent;
  border: none;
  padding: 0;
  padding-bottom: 10px;
}
.accordion__title {
  display: block;
  font-size: 20px;
  padding: 10px 0;
  line-height: 22px;
  text-decoration: none;
}
.accordion__title:focus {
  color: #233249;
}
.accordion__title:after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: "\f078";
  font-weight: 900;
  right: 0;
  font-size: 16px;
}
.is-active .accordion__title:after {
  transform: rotate(180deg);
}
.accordion__item {
  position: relative;
  border-bottom: 2px solid #233249;
}
.elementlist {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.elementlist > * {
  min-width: 200px;
  width: calc(25% - 2 * 5px);
  margin: 5px;
  text-overflow: ellipsis;
  color: #EDEDED;
  padding: 0.5rem 0.75rem;
  background-color: #233249;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.elementlist > *:hover,
.elementlist > *:active,
.elementlist > *:focus {
  color: #EDEDED;
}
.elementlist > * span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .elementlist > * {
    width: calc(50% - 2 * 5px);
  }
}
@media screen and (max-width: 500px) {
  .elementlist > * {
    width: calc(100%);
  }
}
.elementlist--arrow > * {
  cursor: pointer;
  display: flex;
}
.elementlist--arrow > *:after {
  margin-left: auto;
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5rem;
  display: inline-block;
  content: '\f061';
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.elementlist--arrow > *:hover {
  background-color: #2b3e5a;
}
.elementlist--arrow > *:hover:after {
  -webkit-transform: translateX(0.2em);
  transform: translateX(0.2em);
}
.elementlist--arrow > *:active {
  background-color: #1b2638;
}
.elementlist--arrow > *:hover,
.elementlist--arrow > *:active,
.elementlist--arrow > *:focus {
  color: white;
}
.factbox {
  margin-bottom: 42.5px;
}
.factbox a,
.factbox span {
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
  font-family: Roboto;
}
.factbox > * + *:before {
  content: " | ";
  color: #233249;
}
@media screen and (max-width: 1000px) {
  .factbox {
    margin-bottom: 32.5px;
  }
}
.button {
  padding: 0 1.25em;
  font-family: RobotoCondensed;
  font-weight: 700;
  text-shadow: none;
  text-decoration: none;
  background-color: #233249;
  color: white;
  border-radius: 0;
  white-space: nowrap;
  height: 54px;
  letter-spacing: 0.5px;
  margin: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.button:focus {
  background-color: #ed665c;
}
.button:hover {
  background-color: #EA5045;
}
.button:active {
  background-color: #e73a2e;
}
input[type='text'],
input[type='text']:focus {
  color: #233249;
  border: none;
  box-shadow: none;
  border-radius: 0;
  height: 54px;
  padding-left: 30px;
  background: none;
  background-color: white;
  margin: 0;
  background-size: 0.9375rem;
  font-family: Roboto;
}
input[type='text']::placeholder,
input[type='text']:focus::placeholder {
  color: inherit;
}
.courseblock-exams__semester > * {
  margin-bottom: 5px;
}
.courseblock-exams__semester > *:last-child {
  margin-bottom: 10px;
}
.courseblock-exams__semester .exams > * {
  margin-bottom: 5px;
}
.courseblock-exams__semester .semester {
  background-color: #233249;
  text-align: center;
  color: #EDEDED;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.courseblock-exams__semester .exam {
  background-color: #E0E0E0;
  display: flex;
}
.courseblock-exams__semester .exam .left {
  flex-grow: 1;
}
.courseblock-exams__semester .exam .right {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.courseblock-exams__semester .exam,
.courseblock-exams__semester .semester {
  padding: 0.5rem 0.75rem;
}
.courseblock-exams__semester .exam__ects {
  text-align: right;
  font-weight: bold;
}
.courseblock-exams__semester .exam__form {
  font-style: italic;
  font-size: 0.95em;
  text-align: right;
}
.courseblock-exams__semester .exam__courses {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.courseblock-exams__semester .exam__title {
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .courseblock-exams__semester .exam {
    flex-direction: column;
  }
}
.courseblock-exams__ects-total {
  border-top: 3px solid #233249;
  text-align: right;
  font-weight: bold;
}
a.course-link:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5rem;
  display: inline-block;
  content: '\f061';
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
a.course-link:hover:before {
  -webkit-transform: translateX(0.2em);
  transform: translateX(0.2em);
}
@media screen and (max-width: 800px) {
  .sub-header {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .footer-columns {
    flex-wrap: wrap;
  }
}
.footer {
  font-size: 0.9em;
  padding: 2.5rem 0;
  background-color: #233249;
  color: #ffffff;
}
.footer-columns {
  display: flex;
}
.footer-columns > * {
  padding: 1rem;
  flex-basis: 25%;
}
.footer-column__title {
  font-size: 24px;
}
.footer-column__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-column__list a {
  letter-spacing: 0.5px;
  text-transform: initial;
}
.socials {
  padding: 1rem 0;
  margin: 0 -0.4rem;
}
.socials ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.socials ul > * {
  font-size: 13px;
  padding: 0 0.4rem;
}
.socials ul a {
  font-weight: normal;
}
.cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: bottom;
  background-color: #ededed;
  padding: 10px;
  border-top: #233249 solid 2px;
  z-index: 2000;
}
.cookie-notice .info {
  width: 100%;
  padding-right: 10px;
}
.cookie-notice .info p {
  margin-bottom: 0;
}
.cookie-notice .buttons {
  align-self: flex-end;
}
.cookie-notice .buttons .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cookie-notice .buttons .btn-primary {
  color: #fff;
  background-color: #233249;
  border-color: #233249;
}
.main .row .element:last-of-type > *:last-child {
  margin-bottom: 0 !important;
}
/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .exam .right,
  .exam .exam__ects,
  .exam .exam__form {
    display: block !important;
  }
}