@charset "UTF-8";
/* font setting */
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Light"), local("Roboto-Light"), url(../fonts/roboto-v19-latin-300.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;
}
/* roboto-italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto Italic"), local("Roboto-Italic"), url(../fonts/roboto-v19-latin-italic.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;
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/roboto-v19-latin-regular.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;
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(../fonts/roboto-v19-latin-500.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;
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/roboto-v19-latin-700.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;
}
/* material-icons */
@font-face {
  font-family: "fontello";
  src: url("../icons/fontello.eot?40607460");
  src: url("../icons/fontello.eot?40607460#iefix") format("embedded-opentype"), url("../icons/fontello.woff?40607460") format("woff"), url("../icons/fontello.ttf?40607460") format("truetype"), url("../icons/fontello.svg?40607460#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../icons/fontello.svg?55664638#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-size: 1.2em;
  display: inline-block;
  text-decoration: inherit;
  width: 1.5em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.social-media-icon,
.social-media-icon img {
  height: 24px;
  width: 24px;
}

.icon-twitter:before {
  content: "";
}

/* '' */
.icon-rss:before {
  content: "";
}

/* '' */
.icon-menu:before {
  content: "";
}

/* '' */
.icon-facebook-squared:before {
  content: "";
}

/* '' */
.icon-gplus:before {
  content: "";
}

/* '' */
.icon-linkedin:before {
  content: "";
}

/* '' */
.icon-behance:before {
  content: "";
}

/* '' */
.icon-cancel:before {
  content: "";
}

/* '' */
.icon-dribbble:before {
  content: "";
}

/* '' */
.icon-instagram:before {
  content: "";
}

/* '' */
.icon-github:before {
  content: "";
}

/* ------------------------------------------------------------------------- */
/* Background Cover Image */
/* ------------------------------------------------------------------------- */
/* Text Shadow */
/* Box Shadow */
.old-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-auto-rows: auto;
  grid-gap: 24px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.old-grid .item {
  width: 100%;
  height: 100%;
}
.old-grid .item .caption {
  bottom: 16px;
  padding: 6px 0;
  text-align: center;
  position: relative;
  width: 100%;
}
.old-grid .item img {
  object-fit: cover;
  width: 100%;
}

.grid-container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 8px;
}

.grid {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-auto-rows: 20px;
}
.grid .item {
  width: 100% !important;
}
.grid .item .card-title {
  padding: 0 6px;
}
.grid img {
  object-fit: cover;
  width: 100%;
  margin: 12px 0;
}
.grid .card-content {
  padding: 10px 10px 5px 10px;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  height: 128px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  z-index: 100;
  padding: 24px 0;
  display: block;
}
.cookie-banner.accepted {
  display: none;
}
.cookie-banner .cookie-text {
  text-align: center;
}
.cookie-banner .cookie-text a {
  color: inherit;
  text-decoration: underline;
}
.cookie-banner .accept-cookies-btn {
  display: block;
  border: none;
  padding: 1em 1.5em;
  margin: 0 auto 24px auto;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  appearance: none;
  border-radius: 4px;
  font-size: small;
  background-color: rgba(89, 73, 167, 0.8);
  color: #fff;
  font-weight: bolder;
}
.cookie-banner .accept-cookies-btn:hover, .cookie-banner .accept-cookies-btn:focus {
  background-color: #5949a7;
  outline: 0;
}
.cookie-banner .accept-cookies-btn:active {
  transform: scale(0.96);
  background-color: rgba(89, 73, 167, 0.8);
  outline: 0;
  color: #ccc;
}

/*
 * General settings
 */
body {
  margin: 0;
  padding: 0;
  background-color: #f1f1f1;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

a {
  text-decoration: none;
  color: #5949a7;
}

h1,
h2,
h3,
h1 a,
h2 a,
h3 a {
  color: #3f3f40;
}

h4,
h5,
h6 {
  color: #888b8d;
}

::selection {
  background: rgba(89, 73, 167, 0.5);
  text-shadow: none;
}

.left {
  left: 18px;
  position: absolute;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.right {
  right: 18px;
  position: absolute;
}

.top {
  top: 12px;
  position: absolute;
}

.bottom {
  bottom: 12px;
  position: absolute;
}

.max-height {
  height: 100%;
}

.max-width {
  width: 100%;
}
.max-width.container {
  background: transparent;
  display: flex;
  flex-grow: 1;
  max-width: 1024px;
}

.fix-size {
  width: 840px;
}

.small {
  font-size: smaller;
}

.color-inherit {
  color: inherit;
}

#particles-js {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #5949a7;
}

#particles-js-dev {
  background-color: rgba(0, 128, 0, 0.9);
}

.mdl-card.title-banner {
  min-height: 120px;
  background-color: #5949a7;
  width: 100%;
}
.mdl-card.title-banner h3.mdl-card__title-text,
.mdl-card.title-banner h4.mdl-card__subtitle-text {
  color: #ffffff;
}
.mdl-card.fix-height {
  min-height: 360px;
}
.mdl-card.fix-height.large-height {
  min-height: 960px;
}
.mdl-card.fix-height .gc-large {
  height: 61%;
}
.mdl-card.fix-height .gc-small {
  height: 39%;
}
.mdl-card .card-title {
  padding: 24px 24px 0;
}
.mdl-card .card-title .card-panel {
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
}
.mdl-card .card-title .fill-remaining-space {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
}
.mdl-card .card-title .share-buttons {
  display: flex;
}
.mdl-card .card-title .share-buttons li {
  list-style-type: none;
  width: 32px;
}
.mdl-card .card-content {
  max-width: 840px;
}
.mdl-card .card-content h1,
.mdl-card .card-content h2,
.mdl-card .card-content h3,
.mdl-card .card-content h4,
.mdl-card .card-content h5,
.mdl-card .card-content h6,
.mdl-card .card-content p {
  width: 100%;
  margin-top: 0;
}
.mdl-card .card-content h1 {
  font-size: 24px;
}
.mdl-card .card-content h2 {
  font-size: 22px;
}
.mdl-card .card-content h3 {
  font-size: 20px;
}
.mdl-card .card-content h4 {
  font-size: 18px;
}
.mdl-card .card-content h5 {
  font-size: 16px;
}
.mdl-card .card-content h6 {
  font-size: 14px;
}
.mdl-card .card-content img {
  max-width: 100%;
}
.mdl-card .card-content table th {
  text-align: left;
}
.mdl-card .card-content.special-center {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.mdl-card .card-content.special-center.large {
  width: 100%;
  margin: 0;
}
.mdl-card .card-content.special-center.large img {
  width: 36%;
  float: left;
  margin-right: 14%;
}
.mdl-card .card-cover .center {
  display: inline-block;
  vertical-align: middle;
}
.mdl-card .card-cover .image {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
}
.mdl-card .card-cover .image.small {
  max-height: 120px;
}
.mdl-card .card-cover .image.cover {
  width: auto;
  margin: -16px;
}
.mdl-card .card-cover .image.logo {
  max-height: 120px;
  object-fit: contain;
}
.mdl-card .cover-image {
  background-size: cover;
  background-image: -webkit-linear-gradient(rgba(11, 11, 11, 0.2), rgba(11, 11, 11, 0.2));
  background-image: -moz-linear-gradient(rgba(11, 11, 11, 0.2), rgba(11, 11, 11, 0.2));
  background-image: -o-linear-gradient(rgba(11, 11, 11, 0.2), rgba(11, 11, 11, 0.2));
  background-image: linear-gradient(rgba(11, 11, 11, 0.2), rgba(11, 11, 11, 0.2));
  background-position: 50% 50%;
  background-attachment: scroll;
  width: 100%;
  margin: 0;
  padding: 8px;
  background-color: #5949a7;
  padding: 0;
  min-height: 200px;
}
.mdl-card .cover-image h2.mdl-card__title-text {
  color: #fcfcfc;
  position: absolute;
  font-size: 3em;
  padding: 16px;
  left: 0;
  bottom: 0;
}
.mdl-card .cover-image h2.mdl-card__title-text span {
  font-size: smaller;
}
.mdl-card .mdl-card__actions .mdl-button {
  float: right;
}

/*
 * Main components
 */
.main-container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.main-container .mdl-layout__container {
  position: relative;
}
.main-container .card-contact-form .contact-form {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.main-container .card-contact-form .contact-form .mdl-textfield {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.main-container .card-contact-form .contact-form .mdl-textfield.is-invalid .mdl-textfield__input {
  border-color: #5949a7;
}
.main-container .card-contact-form .contact-form .mdl-textfield.is-invalid .mdl-textfield__label {
  color: #5949a7;
  font-size: larger;
}
.main-container .card-contact-form .contact-form .mdl-textfield.is-invalid .mdl-textfield__label:after {
  background-color: #5949a7;
}
.main-container .card-contact-address .contact-address {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}
.main-container .card-contact-address .contact-address p {
  margin-left: 130px;
  line-height: 1.5;
}
.main-container .card-contact-address .contact-address img {
  width: 320px;
  margin-left: -150px;
}

.card-list {
  width: 100%;
}
.card-list li {
  min-height: 156px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
}
.card-list li h1,
.card-list li h2,
.card-list li h3,
.card-list li h4,
.card-list li h5,
.card-list li h6,
.card-list li p {
  margin: -16px 0 16px;
}
.card-list li h1 a,
.card-list li h2 a,
.card-list li h3 a,
.card-list li h4 a,
.card-list li h5 a,
.card-list li h6 a,
.card-list li p a {
  padding-top: 48px;
  line-height: 2.2;
}
.card-list li h1 a i.material-icons,
.card-list li h2 a i.material-icons,
.card-list li h3 a i.material-icons,
.card-list li h4 a i.material-icons,
.card-list li h5 a i.material-icons,
.card-list li h6 a i.material-icons,
.card-list li p a i.material-icons {
  margin-top: 6px;
  padding: 0 12px 12px 0;
  font-size: 24px;
}
.card-list li h1 a:hover,
.card-list li h2 a:hover,
.card-list li h3 a:hover,
.card-list li h4 a:hover,
.card-list li h5 a:hover,
.card-list li h6 a:hover,
.card-list li p a:hover {
  opacity: 0.8;
}
.card-list li h1 img,
.card-list li h2 img,
.card-list li h3 img,
.card-list li h4 img,
.card-list li h5 img,
.card-list li h6 img,
.card-list li p img {
  height: 128px;
  width: 120px;
  object-fit: cover;
  border-radius: 10%;
  float: left;
  margin: 6px 30px 6px 0;
}
.card-list li img.project-logo {
  height: auto;
  max-height: 120px;
  max-width: 220px;
  border-radius: 0;
}
.card-list li .project-info {
  margin-left: 250px;
}

.team-members > li h3 {
  margin-bottom: 0;
}

.horizontal-list ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.horizontal-list ul li {
  display: inline-block;
}
.horizontal-list ul li img {
  height: 80px;
  padding-left: 12px;
  padding-right: 12px;
  object-fit: contain;
}

.logos img {
  max-width: 250px !important;
}

.main-header .language-row {
  height: 12px;
}
.main-header .main-row {
  height: 86px;
  padding-left: 0;
  background-color: white;
}
.main-header .main-row .main-logo,
.main-header .main-row .main-navigation {
  height: 86px;
}
.main-header .main-row nav.large-screen-only {
  display: flex;
}
.main-header .main-row nav.large-screen-only.mdl-navigation {
  margin-bottom: 0;
  margin-top: auto;
}
.main-header .main-row nav.large-screen-only.mdl-navigation .nav-current {
  font-weight: bolder;
  border-bottom: 2px solid #5949a7;
}
.main-header .main-row div.nav.small-screen-only {
  display: none;
}

.mdl-menu .mdl-navigation__link {
  font-size: 16px !important;
  padding: 0 96px 0 32px !important;
}
.mdl-menu .mdl-navigation__link.nav-current {
  background: rgba(89, 73, 167, 0.5);
  font-weight: bolder;
}

.main-footer a {
  color: #ffffff;
}

.mdl-navigation__link:hover {
  background: rgba(89, 73, 167, 0.5);
}

dialog.dialog-contact-form {
  width: 100%;
  height: 100%;
  padding: 0;
}
dialog.dialog-contact-form iframe {
  height: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1040px) {
  .max-width.container {
    width: auto;
  }

  .mdl-card.fix-height {
    min-height: 0;
  }

  .mdl-layout__header {
    display: block;
  }

  .main-header .language-row {
    display: none;
  }

  .mdl-card .card-cover .image {
    width: 100%;
    margin: 0;
  }

  .main-container {
    box-sizing: border-box;
  }
}
@media (max-width: 840px) {
  #particles-js {
    display: none;
  }

  .fix-size {
    width: 90vw;
  }

  .main-container {
    padding: 0;
  }

  .main-header {
    overflow: visible;
  }
  .main-header .main-row nav.large-screen-only {
    display: none;
  }
  .main-header .main-row div.nav.small-screen-only {
    display: block;
    margin-top: 23px;
  }
  .main-header .main-row div.nav.small-screen-only .mdl-menu__container.is-visible {
    width: 100%;
  }

  .mdl-card .card-title {
    padding: 6px 6px 0;
  }
  .mdl-card .card-content.special-center {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .mdl-card .cover-image h2.mdl-card__title-text {
    font-size: 1.6em;
  }

  .card-list {
    padding: 0;
  }
  .card-list li img {
    display: none;
  }
  .card-list li .project-info {
    margin-left: 0;
  }
}

/*# sourceMappingURL=main.css.map */
