/**
 * @file
 * Subtheme specific CSS.
 */

.node__meta {
  margin-bottom: 0;
}

.btn {
  border-radius: 0.375rem;
}

.btn-primary {
  padding: 7px 14px;
  line-height: 1.5rem;
  letter-spacing: 0.03rem;
  /*font-size: 1rem; */
}

.form-control, .form-select {
  /* border: 1px solid rgb(206, 212, 218);
  border-radius: 2px; */
  min-height: 40px;
}

.form-control:active, .form-select:active {
  border: 2px solid #072140;
  box-shadow: none;
}
.form-control:focus, .form-select:focus {
  border: 2px solid #072140;
  box-shadow: none;
}

:focus, button:focus, a:focus {
  outline: none !important;
}

/* table a {
  color: #072140 !important;
  text-decoration: underline;
} */

table thead tr th {
  background-color: #072140 !important;
  color: #ffffff !important;
  padding: 8px 12px !important;
  text-align: left;
  vertical-align: top;
  /* border-color: #3070b3; */
}
table tbody tr td {
  /*color: #072140 !important;*/
  padding: 8px 12px !important;
  /* border-color: #3070b3; */
  background-color: #f0f5fa !important;
}

.layout-builder-block-move table tbody tr td,
.layout-builder-block-move table thead tr th {
  background-color: initial !important;
}

.c-sitenav__menu li {
  width: 100%;
  display: block;
}

.c-sitenav__menu span.nav-link {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border: 0px;
  padding: 0px;
}

.c-sitenav__menu span.nav-link a {
  padding: 0.5rem 1rem;
}

.c-sitenav__menu div.child-nav ul {
  padding-left: 0;
}

.c-sitenav__menu div.child-nav li {
  background: #0e396e;
}

.c-sitenav__menu div.child-nav div.child-nav li {
  background-color: #14519a;
}

.c-sitenav__menu span.nav-link a.is-active {
  font-weight: 700;
  border-left: 3px solid #fff;
  margin-left: 0.8px;
}

.c-sitenav__menu span.nav-link span.ms-auto {
  position: absolute;
  cursor: pointer;
  top: 0px;
  right: 5px;
  width: 23px;
  font-size: 20px;
  height: 23px;
  box-shadow: none !important;
  color: white;
}

.c-sitenav__wrapper {
  width: 100%;
}

.paragraph--type--profile {
  --blockquote-border-color: #072140;
  padding: 1rem 1.25rem 1.25rem;
  background-color: #f0f5fa;
}

.paragraph--type--profile .field--name-field-heading {
  color: #072140;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 7px;
}

.paragraph--type--profile .field--name-field-sub-heading {
  color: #072140;
  font-size: 1.45rem;
  margin-bottom: 15px;
}

.paragraph--type--profile img {
  width: 70px;
  height: 90px;
}

.paragraph--type--profile a {
  color: #3070b3;
  font-weight: 700;
  text-decoration: none;
  transition: all 188ms ease;
  font-size: 1.14em;
}

.block-inline-blockprofiles, .block-views-blocknews-about-block-1 {
  margin-top: 30px;
}

.node--type-news .block-field-blocknodenewstitle span {
  color: #3070b3;
  font-size: 1.5rem;
  line-height: normal;
  letter-spacing: 0.4px;
}

.block-inline-blockprofiles h2, .block-views-blocknews-about-block-1 h2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #072140;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.block-inline-blockbasic h2 {
  color: #072140;
  font-size: 2.25rem;
  line-height: 1.3;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.c-aside h2, .c-aside .h2 {
  font-size: 1.25rem;
}

.carousel-caption .field--name-field-caption {
  margin: 0rem;
  padding: 0.15rem 0px;
  background-color: rgba(255, 255, 255, 0.7490196078);
  font-style: normal;
  color: #000;
}

.layout__region.layout__region--first {
  padding-right: 25px;
}

#navbar-top .form-inline.navbar-form {
  width: 100%;
}

footer.site-footer {
  background: #fff;
}

footer.site-footer .nav-link {
  color: #000;
}

/* .block-system-main-block a {
  color: var(--link-color);
} */

.block-profile-block a::after {
  content: "\ea0b";
  font-family: tum-icons;
}

#navbar-top .navbar-form {
  display: flex;
  justify-content: space-between;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: none;
}

ul.field__items {
  padding-left: 0;
}
ul.field__items .field__item {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
ul.field__items .field__item:before {
  width: 5px;
  height: 5px;
  background-color: #072140;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
  content: "";
}
ul.field__items .field__item a {
  font-weight: 500;
  text-decoration: none;
}

.layout-builder-form .form-type-vertical-tabs,
.layout-builder-revert-overrides,
.layout-builder-discard-changes {
  margin: 0 auto;
  width: 68%;
}

.layout-builder-form #edit-actions,
.layout-builder-revert-overrides #edit-actions,
.layout-builder-discard-changes #edit-actions {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

.layout-builder-form #edit-actions input[type="submit"],
.layout-builder-revert-overrides #edit-actions input[type="submit"],
.layout-builder-discard-changes #edit-actions input[type="submit"] {
  flex: 1;
  max-width: 200px;
}

.layout-builder-form,
#layout-builder {
  max-width: 1500px;
  margin: 0 auto;
}

.node-page-delete-form {
  text-align: center;
}

.node-page-delete-form .form-actions button {
  margin-right: 2rem;
}

.layout-wrapper .margin-top-m {
  margin-block-start: 3rem;
}

.container .c-left > .margin-top-m:first-child,
.container .c-main > .margin-top-m:first-child,
.container .c-right > .margin-top-m:first-child,
.container .c-right .c-aside > .margin-top-m:first-child {
  margin-block-start: 0;
}

.c-left .c-card--33,
.c-right .c-card--33 {
  width: initial;
}
.c-left .block>h2  {
  font-size: 1.25rem;
}
.c-left h2>a,
.c-right h2>a {
  color: var(--link-color);
}
.sidebar .block {
  border-style: none;
  padding: 0;
  border-width: 0;
}
.sidebar .block ul.nav,
.c-left .block ul.nav {
  flex-direction: column;
}
.menu--main li.nav-item.dropdown a {
  padding-right: 11px;
}
.menu--main li.dropdown {
  display: flex;
  align-items: center;
}
.c-cards {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
}
.c-cards.left {
  justify-content: left;
}
.c-cards.center {
  justify-content: center;
}
.c-cards.right {
  justify-content: right;
}
.c-cards .c-card--left {
  margin-right: 0;
}
.ui-widget.ui-widget-content {
  z-index: 1040;
}

@media (max-width: 767.98px) {
  .c-cards video {
    width: 100%;
  }
  
  .admin-logged-in .c-sitenav {
    top: -258px;
  }
  .c-left .c-sitenav {
    position: relative;
    top: 0;
  }
  .c-left {
    position: absolute;
    top: 41px;
    padding: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background-color: #072140;
  }
  .c-left .navigation {
    margin: 0;
  }
  .c-left .navigation h2 {
    color: white;
    padding: 0 10px;
  }
  .c-left .hide-menu {
    display: none;
  }
}

@media (min-width: 768px) {
  #navbar-top .navbar-form {
    justify-content: flex-end !important;
  }
}

.ui-widget.ui-widget-content {
  z-index: 1040;
}
.c-languagenav .c-languagenav__link:hover {
  color: white;
}
.c-languagenav .c-languagenav__link.is-active {
  font-weight: bolder;
}
.c-languagenav .c-languagenav__item:after {
  content: "|";
  position: relative;
  margin-left: .125rem;
}
.c-languagenav .c-languagenav__item:last-child:after {
  content: "";
  margin-left: 0;
  position: unset;
}

.field .field__label {
  margin-bottom: 8px;
  font-weight: 700;
}
.c-main a.btn-primary {
  color: white;
  font-weight: 400 !important;
}

table thead th :where(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6),
.c-main .btn-primary::after {
  color: white;
}
