@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato);
/**** ocms-imagewithtext/imagewithtext ****/
.bs5-iwt {
  margin-bottom: 1.875rem;
}

.bs5-iwt .text-0, .bs5-iwt .img-0 {
  display: none;
}

.bs5-iwt .text-auto {
  flex: 1;
}

.bs5-iwt .text-100, .bs5-iwt img-100 {
  flex: 0 0 100%;
  padding: 0px !important;
}

.bs5-iwt .flex-row .image15, .bs5-iwt .flex-row-reverse .image15 {
  flex: 0 0 15%;
  max-width: 15%;
}

.bs5-iwt .flex-row .image20, .bs5-iwt .flex-row-reverse .image20 {
  flex: 0 0 20%;
  max-width: 20%;
}

.bs5-iwt .flex-row .image25, .bs5-iwt .flex-row-reverse .image25 {
  flex: 0 0 25%;
  max-width: 25%;
}

.bs5-iwt .flex-row .image33, .bs5-iwt .flex-row-reverse .image33 {
  flex: 0 0 33%;
  max-width: 33%;
}

.bs5-iwt .flex-row .image50, .bs5-iwt .flex-row-reverse .image50 {
  flex: 0 0 50%;
  max-width: 50%;
}

.bs5-iwt .flex-row .image66, .bs5-iwt .flex-row-reverse .imag66 {
  flex: 0 0 66%;
  max-width: 66%;
}

.bs5-iwt .flex-row .image80, .bs5-iwt .flex-row-reverse .image80 {
  flex: 0 0 80%;
  max-width: 80%;
}

.bs5-iwt .flex-row .text-auto {
  padding-right: 0.625rem;
}

.bs5-iwt .flex-row-reverse .text-auto {
  padding-left: 0.625rem;
}

.bs5-iwt .flex-column .img-100, .bs5-iwt .flex-column-reverse .img-100 {
  max-width: 100%;
}

.bs5-iwt .flex-column-reverse .text-100, .bs5-iwt .flex-column .img-100 {
  margin-bottom: 0.625rem;
}

.bs5-iwt .d-flex {
  margin-bottom: 1.7rem;
}

.bs5-iwt .img-center15, .bs5-iwt .img-center20, .bs5-iwt .img-center25, .bs5-iwt .img-center33, .bs5-iwt .img-center50, .bs5-iwt .img-center66, .bs5-iwt .img-center80, .bs5-iwt .img-center100 {
  display: block;
  margin: 0px auto 0.625rem;
}

.bs5-iwt [class^=img-center] {
  margin-bottom: 1rem;
}

.bs5-iwt .img-center15 {
  width: 15%;
}

.bs5-iwt .img-center20 {
  width: 20%;
}

.bs5-iwt .img-center25 {
  width: 25%;
}

.bs5-iwt .img-center33 {
  width: 33%;
}

.bs5-iwt .img-center50 {
  width: 50%;
}

.bs5-iwt .img-center66 {
  width: 66%;
}

.bs5-iwt .img-center80 {
  width: 80%;
}

.bs5-iwt .img-center100 {
  max-width: 100%;
}

@media (max-width: 575px) {
  .bs5-iwt .img-center15, .bs5-iwt .img-center20, .bs5-iwt .img-center25, .bs5-iwt .img-center33,
.bs5-iwt .img-center50, .bs5-iwt .img-center66, .bs5-iwt .img-center80 {
    width: 100% !important;
  }
}
.bs5-iwt a.readmore {
  display: flex;
  flex-flow: row nowrap;
}

.bs5-iwt a.readmore.readmore-mb {
  margin-bottom: 10px;
}

.bs5-iwt .headline p {
  margin-bottom: 0.1rem;
}

.bs5-iwt .rounded {
  border-radius: 4px;
}

.bs5-iwt .rounded-2x {
  border-radius: 10px;
}

.bs5-iwt .rounded-3x {
  border-radius: 15px;
}

.bs5-iwt .rounded-4x {
  border-radius: 20px;
}

.bs5-iwt .rounded-x {
  width: 100%;
  border-radius: 50%;
}

@media (min-width: 656px) {
  .lead-img {
    margin-left: -80px;
    margin-right: -80px;
  }
}
.link-arrow {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'  fill='currentColor'  viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/></svg>");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  margin-right: 10px;
  width: 40px;
  height: 30px;
}

.detail-arrow {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'  fill='currentColor'  viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8 1a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L7.5 13.293V1.5A.5.5 0 0 1 8 1'/></svg>");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  margin-left: 5px;
  width: 20px;
  height: 30px;
}

/*this is defined in /components/common 
  .bs5-iwt .text-100 a, .bs5-iwt .text-auto a {
    border-bottom:$text-decoration
  }
  */
/* standard */
.bs5-iwt .teaser {
  margin-bottom: 1rem;
  font-weight: 600;
}

.bs5-iwt.iwt-compact .teaser {
  margin-bottom: 1rem;
  font-weight: normal;
}

.bs5-iwt .teaser p, .bs5-iwt .teaser span, .bs5-iwt .teaser a {
  font-size: 20px;
  line-height: 1.5;
}

.bs5-iwt p.dates {
  font-size: 1rem;
  font-family: "Reddit Sans Condensed";
  margin-bottom: 0px;
}

.bs5-iwt .accordion {
  margin-bottom: 0.5rem;
}

div.add-links {
  margin-bottom: 20px;
}

.add-content {
  margin: 15px;
}

.back-to {
  margin-bottom: 20px;
}

.back-to a {
  color: inherit;
}

.bs5-iwt .theme-text {
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 1rem;
}

.bs5-iwt .img-box {
  margin-bottom: 0.5rem;
}

.bs5-iwt .text-box a, .bs5-iwt .text-auto a, .bs5-iwt .text-100 a {
  border-bottom: 2px dotted #000000;
}

/* iwt-tile, compact, linklist,  */
.bs5-iwt.iwt-tile h1, .bs5-iwt.iwt-tile .h1, .bs5-iwt.iwt-tile h2, .bs5-iwt.iwt-tile .h2, .bs5-iwt.iwt-tile h3, .bs5-iwt.iwt-tile .h3, .bs5-iwt.iwt-tile h4, .bs5-iwt.iwt-tile .h4,
.bs5-iwt.iwt-link h1,
.bs5-iwt.iwt-link .h1, .bs5-iwt.iwt-link h2, .bs5-iwt.iwt-link .h2, .bs5-iwt.iwt-link h3, .bs5-iwt.iwt-link .h3, .bs5-iwt.iwt-link h4, .bs5-iwt.iwt-link .h4,
.bs5-iwt.iwt-hero .h1, .bs5-iwt.iwt-hero h2, .bs5-iwt.iwt-hero .h2, .bs5-iwt.iwt-heroh3, .bs5-iwt.iwt-hero h4, .bs5-iwt.iwt-hero .h4,
.bs5-iwt.iwt-compact h1,
.bs5-iwt.iwt-compact .h1, .bs5-iwt.iwt-compact h2, .bs5-iwt.iwt-compact .h2, .bs5-iwt.iwt-compact h3, .bs5-iwt.iwt-compact .h3, .bs5-iwt.iwt-compact h4, .bs5-iwt.iwt-compact .h4 {
  font-family: "Reddit Sans", sans-serif;
  font-weight: 700px;
  line-height: 1.5;
  font-size: 22px;
}

/* link-icons are defined under /components/link-icons */
/* iwt-compact */
.bs5-iwt.iwt-compact .teaser-box {
  font-weight: normal;
  margin-bottom: 0px;
}

.bs5-iwt.iwt-compact {
  overflow: auto;
  background-color: transparent;
  position: relative;
}

.bs5-iwt.iwt-compact compactV {
  display: flex;
  flex-direction: column;
}

/*
  .bs5-iwt.iwt-compact .compact-arrow-right {
    margin-right:0.8rem
  }
*/
.bs5-iwt.iwt-compact.compactH .img-box {
  margin-right: 0.5rem;
}

.bs5-iwt.iwt-compact .read-all a {
  margin-right: 0.75rem;
}

.bs5-iwt.iwt-compact .read-all.d-flex {
  margin-bottom: 0rem;
}

.bs5-iwt.iwt-compact .read-all a {
  margin-bottom: 0rem !important;
}

.bs5-iwt.iwt-compact .read-all a:hover, .bs5-iwt #goBack:hover {
  color: #fff !important;
}

.bs5-iwt.iwt-compact.compactV .img-box {
  margin-bottom: 0.5rem;
}

/* iwt-hero */
.bs5-iwt.iwt-hero.bottom .hero-text {
  position: relative;
  margin-top: -50px;
  background-color: #ffffff;
  padding: 15px 25px;
  margin-bottom: 80px;
}

/**** ocms-base/base ****/
/** styles for ocms containers for module ch.ethz.sed.bootstrap4.basics - containers**/
/** 
- the selectors settings are the same as with bootstrap 3 but the unit is rem. 
- no variables created for these selectors because the  containers use always the same selectors.
-In the containers formatters (layoutrows.jsp and templatrow.jsp) bootstrap classes "label-*" have been reproduced as in bs3  and class "margin-bottom-* has been kept **/
.servive-block {
  padding: 1.25rem 1.875rem;
  text-align: center;
  margin-bottom: 1.25rem;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-3x {
  border-radius: 0.938rem !important;
}

h2.heading-md, .heading-md.h2 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  border-top: none;
}

.servive-block-red {
  background: #af1533;
}

.servive-block-dark-blue {
  background: #0d6efd;
}

.servive-block p, .servive-block h2, .servive-block .h2 {
  color: #ffffff;
}

.servive-block-light {
  background: #dee2e6;
}

.servive-block-light p, .servive-block-light h2, .servive-block-light .h2, .servive-block-default p, .servive-block-default h2, .servive-block-default .h2 {
  color: #495057;
}

.label-danger {
  background-color: #af1533;
}

.label-success {
  background-color: #Ebf0e0;
}

.label-warning {
  background-color: #ffc107;
}

.bs5-lr.primary {
  background-color: #Ebf0e0;
  padding: 20px;
}

/* define the other layourrow background themes 

.bs5-lr.dark {
    background-color: $green;
    padding: 20px
}

.bs5-lr.secondary {
    background-color: $green;
    padding: 20px
}

.bs5-lr.third {
    background-color: $green;
    padding: 20px
}

.bs5-lr.fourth {
    background-color: $green;
    padding: 20px
}


//layoutrows for accordions

.servive-block-aqua {
    background: #27d7e7;
}
*/
/*margin bottom x layoutrows*/
.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

body, html {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  overflow-x: hidden;
  width: 100%;
}

.geotwins-header-row, .geotwins-footer-row {
  background: #0062b3ff;
  color: white;
}
.geotwins-header-row a, .geotwins-header-row h1, .geotwins-header-row h2, .geotwins-header-row h3, .geotwins-header-row p, .geotwins-footer-row a, .geotwins-footer-row h1, .geotwins-footer-row h2, .geotwins-footer-row h3, .geotwins-footer-row p {
  color: #e07570ff;
  color: white;
}

.geotwins-footer-row {
  background: linear-gradient(7deg, #0062b3ff 10%, #b3ddff 35%, #0062b3ff 70%);
  text-shadow: 1px 1px 1px #003399;
}
.geotwins-footer-row .footer-logos p {
  margin-bottom: 0;
}
.geotwins-footer-row .footer-logos img, .geotwins-footer-row .footer-logos .footer-logo   {
  height: auto;
  width: 80%;
  max-height: 80px;
  display: flex;
  justify-self: center;
}
.geotwins-footer-row .footer-nav-bar {
  list-style: outside none none;
}
.geotwins-footer-row .footer-nav-bar li {
  padding-right: 0.5rem;
}
.geotwins-footer-row .footer-nav-bar li a {
  font-size: 0.75rem;
  text-decoration: none;
}
.geotwins-footer-row .footer-nav-bar li a:hover {
  color: #e89b96;
}

.geotwins-container-md {
  max-width: 850px;
  margin: auto;
}

.geotwins-highlight-box {
  background: #e07570ff;
  padding: 0.75rem 0.75rem 2rem;
  color: white;
  border-radius: 1rem;
}
.geotwins-highlight-box .headline h3 {
  border: none;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.geotwins-highlight-box.iwt-link a {
  border-bottom: 2px dotted #0062b3ff;
  color: #003399;
}
.geotwins-highlight-box.iwt-link a:hover {
  color: black;
  border-bottom: 2px dotted black;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.2rem;
}

.headline h1, .headline h2, .headline h3 {
  border-bottom: 0.25rem solid #e07570ff;
}
.headline h1 {
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
}
.headline h2, .headline h3 {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.iwt-block a {
  text-decoration: none;
  color: #d74942;
}
.iwt-block a:hover {
  color: #a82a24;
}
.iwt-block ul li, .iwt-block ol li {
  margin-bottom: 0.2rem;
}

.geotwins-partner-table table {
  width: 100% !important;
}
.geotwins-partner-table table tr {
  border-bottom: 1px groove;
}
.geotwins-partner-table table tr td:first-child {
  border-right: 1px groove;
}
.geotwins-partner-table table tr td:last-child {
  padding-left: 1rem;
}
.geotwins-partner-table table tr:last-child {
  border-bottom: none;
}

.iwt-link a {
  text-decoration: none;
  color: #d74942;
}
.iwt-link a:hover {
  color: #a82a24;
}
.iwt-link .icon-link-linkext:before {
  content: "-";
  padding-right: 0.5rem;
}

.bs5-iwt .accordion {
  border-bottom: 0.25rem solid #e07570ff;
  margin-bottom: 1rem;
}
.bs5-iwt .accordion .accordion-item {
  border: none;
  background: none;
  box-shadow: none;
}
.bs5-iwt .accordion .accordion-button, .bs5-iwt .accordion .accordion-button:not(.collapsed) {
  border: none;
  background: none;
  box-shadow: none;
  padding-left: 0.25rem;
}

#search-form {
  margin-bottom: 4rem;
}
#search-form input, #search-form select {
  border: 1px solid #444;
}
#search-form #button-search {
  background-color: #e07570ff;
}
#search-form .search-result-row {
  margin-top: 1rem;
}
#search-form .search-result-row .badge {
  display: none;
}
#search-form .search-result-row .search-result-heading {
  margin-top: 1rem;
}
#search-form .search-result-row .search-result-heading a {
  color: #d74942;
}
#search-form .search-result-row .search-result-heading a:hover {
  color: #a82a24;
}
#search-form .search-result-row .search-result-text strong {
  background: #e89b96;
  padding: 0 0.25rem;
}

.navbar {
  background-color: transparent;
  border: none;
}

header {
  /* mobile menu-btn */
}
header .mt-navbar {
  margin-top: 1.5rem;
}
header #logo {
  max-width: 75%;
}
header #logo img {
  width: 330px;
  max-width: 100%;
  height: auto;
  margin-left: -5px;
}
header .btn_mobile_menu {
  background-color: #e07570ff;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
}
header .btn_mobile_menu .fa-lg {
  font-size: 1.5rem;
  color: #0062b3ff;
}
header .background-top-nav-container {
  background: white;
}
header .top-nav-bar {
  list-style: outside none none;
}
header .top-nav-bar li {
  color: black;
  display: inline-block;
}
header .top-nav-bar li.top-nav-logos img {
  height: 35px;
  max-width: 100%;
  width: auto;
  border-radius: 0.25rem;
}
header .top-nav-bar li i {
  font-size: 1.2rem;
}
header .top-nav-bar li .search-button {
  border-bottom: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
header .search-open input {
  padding: 0 0.5rem;
}
header .search-open .btn-u {
  background-color: #e07570ff !important;
  color: white;
  height: 100%;
  border: none;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
header .navbar ul.navbar-nav {
  color: white;
  width: 100%;
  padding: 0 0.3rem;
  padding: 0;
}
header .navbar ul.navbar-nav li {
  padding: 0.4rem 0.2rem;
  color: white;
  min-width: 100%;
  border-bottom: 0.05rem solid white;
}
header .navbar ul.navbar-nav li:first-child {
  padding-left: 0.4rem;
}
header .navbar ul.navbar-nav li a {
  position: relative;
  font-size: 1.2rem;
  text-decoration: none;
  width: 100%;
  display: inline-block;
}
header .navbar ul.navbar-nav li a:hover {
  color: #e89b96;
}
header .navbar ul.navbar-nav li a:after {
  position: absolute;
  right: 0.75rem;
  top: 40%;
}
header .navbar ul.navbar-nav li.active > a {
  color: #e89b96;
}
header .navbar ul.navbar-nav li .dropdown-menu {
  border: none;
  border-radius: 0;
  background: none;
  display: block;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  -webkit-transition: max-height 0.35s ease;
  -moz-transition: max-height 10s;
  padding: 0;
}
header .navbar ul.navbar-nav li .dropdown-menu.show {
  max-height: 500px;
  border-top: 0.05rem solid white;
  margin-top: 0.5rem;
  padding: 0.25rem 0 0 1.25rem;
  visibility: visible;
}
header .navbar ul.navbar-nav li .dropdown-menu li {
  margin: 0;
  border-bottom: 0.05rem solid white;
}
header .navbar ul.navbar-nav li .dropdown-menu li:last-child {
  border-bottom: none;
}
header .navbar ul.navbar-nav li .dropdown-menu li.active {
  background: none;
}
header .navbar ul.navbar-nav li .dropdown-menu li.active a {
  color: #e89b96;
  color: #e89b96;
}

/* Bootstrap md breakpoint */
@media (min-width: 768px) {
  header .top-nav-bar li.top-nav-logos img {
    height: 45px;
  }

  .geotwins-footer-row .footer-nav-bar li :after {
    content: "/";
    font-size: 12px;
    padding-left: 0.5rem;
  }
  .geotwins-footer-row .footer-nav-bar li:last-child :after {
    content: "";
  }
}
/* Bootstrap lg breakpoint */
@media (min-width: 1024px) {
  .geotwins-footer-row {
    background: linear-gradient(20deg, #0062b3ff 20%, #b3ddff 70%, #0062b3ff 100%);
  }
}
/* Bootstrap xl breakpoint */
@media (min-width: 1200px) {
  .container {
    max-width: 1110px !important;
  }

  /* overwrite for _layout.scss */
  .geotwins-footer-row {
    background: linear-gradient(7deg, #0062b3ff 30%, #b3ddff 70%, #0062b3ff 100%);
  }
  .geotwins-footer-row .footer-logos img, .geotwins-footer-row .footer-logos .footer-logo   {
    height: auto;
    width: 100%;
    max-height: calc($footer-row-height - 2rem);
  }

  /* overwrite for _navigation.scss */
  header .mt-navbar {
    margin-top: 2rem;
  }
  header .navbar ul.navbar-nav {
    background: #e07570ff;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e89b96 0%, #e07570ff 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  header .navbar ul.navbar-nav li {
    min-width: 140px;
    margin: 0.25rem;
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: 0;
    background-color: #0062b3ff;
  }
  header .navbar ul.navbar-nav li:first-child {
    margin-left: 0;
  }
  header .navbar ul.navbar-nav li a {
    padding: 0 0.75rem 0.1rem;
  }
  header .navbar ul.navbar-nav li.active {
    background: none;
  }
  header .navbar ul.navbar-nav li.active > a, header .navbar ul.navbar-nav li.active > a:hover {
    color: white;
  }
  header .navbar ul.navbar-nav li .dropdown-menu {
    min-width: 200px;
    border: 0.25rem solid #e07570ff;
    background-color: #0062b3ff;
    max-height: none;
    visibility: visible;
    display: none;
    margin-top: 0.4rem;
    margin-left: -0.4rem;
  }
  header .navbar ul.navbar-nav li .dropdown-menu li {
    border-bottom: none;
    padding: 0;
  }
  header .navbar ul.navbar-nav li .dropdown-menu li a {
    padding: 0.5rem 0.2rem;
    margin: 0 0.5rem;
    border-bottom: 0.1rem solid #e07570ff;
    width: calc(100% - 1rem);
  }
  header .navbar ul.navbar-nav li .dropdown-menu li:last-child a {
    border-bottom: 0;
  }
  header .navbar ul.navbar-nav li.dropdown-button:hover .dropdown-menu {
    display: block;
  }
}