@media only screen and (min-width: 1200px) {
  .site-name-container {
    margin-top: 15px !important;
  }
}

@media only screen and (min-width: 576px) {
    nav-item a:hover {
        background-color: rgba(0, 0, 0, 0.4);
    }
}

@media only screen and (min-width: 576px) {
  .ud-display-content {
    text-align: center;
  }
  .ud-display-content  h1 {
      margin-top: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .ud-display-content  h1 {
      margin-top: 5px;
      margin-left: 15px;
  }
    
  .ul-lista{
      display: block!important;
  }
  
  .right-pos{
      position: relative !important;
      left: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .ud-display-content  h1 {
      margin-top: 0px;
      margin-left: 0px;
  }

}

.carousel {
    margin-bottom: 1rem !important;
}

.carousel-caption {
    right: 50% !important;
}

.carousel-caption h5, .carousel-caption p  {
    /*text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);*/
    color: black;
}

.carousel-caption h5 {
    font-size: 1.5rem;
}
.bi-caret-left-fill, .bi-caret-right-fill {
    height: 32px;
    width: 32px;    
    color: white;
}

.data-wrapper {
    background: rgba(255,255,255,0.8);
    padding: 24px 32px;
    max-width: 477px;
}

body {
    overflow-x: hidden;
    max-width: 1920px;
    margin: auto;
    background-color: #fafafa;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

.header-nav {
    padding-top: 8px;
    padding-bottom: 8px;
}

.header-nav .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #e1e8e6;
}

/*.header-nav .nav-link  {
    color: #7da198
}*/
.header-nav .nav-link:hover  {
    color: #7da198
}


.unideb-logo {
    max-height: 100px;
}

.site-name-container {
    margin-top: 5px;
}

.branding-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 0;
}

.site-name {
      text-transform: uppercase;
}

.site-slogan a, .site-name a {
    font-family: "Oxygen",sans-serif;  
    font-weight: bold;
    text-decoration: none;
    color: black;
}
.site-slogan .unideb-branding-attributes--item {
    font-size: 0.9rem;
}
.site-name .unideb-branding-attributes--item {
    font-size: 1.15rem;
}

.layout-container {
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column; 
}
.region-top-line {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #e1e8e6;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}


.menu--contact-top ul.menu .menu-item .ud-icon:before {
    margin-right: 8px;
}

.ud-icon.medium:before {
    font-size: 16px;
    line-height: 16px;
}

icon-mobil:before {
    content: "\e95e";
}

.menu--contact-top ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu--contact-top ul.menu .menu-item a {
    color: #7da198;
    display: flex;
    align-items: center;
}

.font-style-xxsmall, h6, .h6 {
    font-size: 0.625rem;
    font-weight: normal;
    line-height: 1.4;
    color: #7da198;
}

.region-footer-bottom-line {
        background-color: #ffffff;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: "Oxygen",sans-serif;
}
.region-footer-bottom-line .row {
    align-items: center;
}

.block-social-media-links-block .social-media-links--platforms.horizontal {
       display: flex;
    flex-direction: row;
    justify-content: center; 
}
.block-social-media-links-block .social-media-links--platforms li {
       padding: 0;
    display: block;
    line-height: initial;
    margin: 0 16px; 
}
.block-social-media-links-block .social-media-links--platforms .bi {
        font-size: 16px;
    color: #3f7467;
}
.region-footer-bottom-right {
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-family: "Oxygen",sans-serif;
}

.menu--data-protection .menu, .navbar-me-auto {
   list-style: none; 
}
.menu--data-protection .menu li a {
    color: #7da198;
}

.block-copyright-footer {
        font-size: 0.625rem;
    font-weight: normal;
    line-height: 1.4;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #7da198;
        font-family: "Oxygen",sans-serif;
}

.right-pos{
    position: absolute;
    right: 10px;
    top: 5px;
}
.header-nav .nav-item{
    margin-right: 20px;
}
.ul-lista{
    display:flex;
}

.text-justify {
    text-align: justify;
}

header .nav-link {
    display: inline !important;
}

header h1 {
    font-size: 1.75rem;
}

header h1 .title-small {
    font-weight: normal;
    font-size: 1.25rem;
}