*,
html {
    scroll-behavior: smooth;
}
.btn-primary,
.btn-secondary {
  margin-bottom: .5rem;
}
.btn-primary p a {
  color: white !important;
}
.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6 {
    line-height: 1;
    margin-top: 0;
}
.hero h1 {
    text-transform: uppercase;
    font-weight: 700;
}
.hero h2 {
    display: inline-flex;
    padding: 0 3rem 0 3rem;
    font-weight: 500;
    color: #fff;
    border: 1px solid #fff;
    padding: 1rem;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.24);
}
.hero h3 {
    font-weight: 300;
}
.hero h4,
.hero h5,
.hero h6 {
    font-weight: 200;
}
@media (max-width: 840px) {
    .hero h2 {
        font-size: 2rem;
        font-weight: 600;
        color: #fff;
        border: 1px solid #fff;
        padding: 1rem;
        border-radius: 2px;
        background: rgba(0, 0, 0, 0.24);
    }
}
.header-dark.header-transparent #header:not(.scrolled) {
    background: transparent;
}
.header-dark.header-transparent #header.scrolled {
    background: rgba(0, 0, 0, 0.56);
}
.header-dark.header-transparent #header.scrolled .logo svg path {
    fill: #fff;
}
.navigation li {
    margin-right: 0.28rem !important;
}
#header {
    border-bottom: none;
}
#header .navbar-brand {
    border: none !important;
    background: transparent !important;
}
.header-dark #header:not(.scrolled) a,
.header-dark #header:not(.scrolled) a:visited,
.header-dark #header.scrolled a,
.header-dark #header.scrolled a:visited {
    color: rgba(255, 255, 255, 0.64) !important;
    border: 1px solid transparent;
    background: rgba(0, 0, 0, 0.32);
    border-radius: 2px;
    transition: ease-in-out all 0.56s;
}
.header-dark #header:not(.scrolled) a:hover,
.header-dark #header:not(.scrolled) a:active,
.header-dark #header.scrolled a:hover,
.header-dark #header.scrolled a:active {
    border: 1px solid rgba(255, 255, 255, 0.64);
    color: white !important;
}
.mobile-navigation {
    margin-left: 0;
}
.mobile-navigation li {
    list-style: none;
}
.mobile-navigation a {
    font-size: 1.28rem;
    text-transform: uppercase;
    color: #fff;
    transition: ease-in-out all 0.86s;
}
.mobile-navigation a:active,
.mobile-navigation a:focus,
.mobile-navigation a:hover {
    color: white !important;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 8px 12px 8px 12px;
    transition: ease-in-out all 0.01s;
}
.header-dark #header.scrolled a.active,
.header-dark #header:not(.scrolled) a.active {
    color: white !important;
    border: 1px solid white !important;
    transition: ease-in-out all 0.01s;
}
.mobile-menu .button_container {
    position: absolute;
    top: 1.3rem;
    right: 1rem;
    height: 24px;
    width: 28px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease, top 0.5s ease;
}
#header.scrolled ~ .mobile-menu .button_container {
    top: 1.3rem;
}
.mobile-menu .button_container:hover {
    opacity: 0.7;
}
.mobile-menu .button_container.active {
    position: fixed;
}
body.header-fixed.header-animated #header.scrolled ~ .mobile-menu .button_container.active {
    top: 1.3rem;
}
.mobile-menu .button_container.active .top {
    transform: translateY(8px) translateX(0) rotate(45deg);
    background: #fff;
}
.mobile-menu .button_container.active .middle {
    opacity: 0;
    background: #fff;
}
.mobile-menu .button_container.active .bottom {
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    background: #fff;
}
.mobile-menu .button_container span {
    background: #fff;
    border: none;
    height: 4px;
    width: 100%;
    position: absolute;
    transition: all 0.35s ease;
    cursor: pointer;
    z-index: 1;
}
.mobile-menu .button_container span:nth-of-type(2) {
    top: 8px;
}
.mobile-menu .button_container span:nth-of-type(3) {
    top: 16px;
}
.overlay {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.56s, visibility 0.56s, height 0.56s;
}
.overlay.open {
    opacity: 0.95;
    visibility: visible;
    height: 64vh;
}
.overlay nav {
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.overlay-menu {
    height: calc(100% - 90px);
    overflow-y: scroll;
}
.overlay-menu > .tree {
    text-align: left;
}
.treemenu.treemenu-root {
    margin: 1rem;
}
.treemenu li {
    list-style: none;
    margin: 0 0 1px;
    padding: 5px 0;
    line-height: 1.2rem;
    background: rgba(102, 113, 137, 0.1);
}
.treemenu li a {
    display: block;
    margin-left: 1.2rem;
    font-size: 1rem;
}
.treemenu li a:hover,
.treemenu li a:focus,
.treemenu li a.active {
    color: #3e8def !important;
    text-decoration: none;
}
.treemenu ul {
    margin: 0 0 0 1rem;
}
.treemenu .toggler {
    cursor: pointer;
    vertical-align: top;
    font-size: 1.1rem;
    line-height: 1rem;
    padding-left: 5px;
    float: left;
}
.treemenu .toggler:before {
    display: inline-block;
    margin-right: 2pt;
}
.treemenu li.tree-empty > .toggler {
    opacity: 0.3;
    cursor: default;
}
.treemenu li.tree-empty > .toggler:before {
    content: "\2022";
}
.treemenu li.tree-closed > .toggler:before {
    content: "+";
}
.treemenu li.tree-opened > .toggler:before {
    content: "\2212";
}
.mobile-nav-open {
    overflow-y: hidden;
}
.modular-news {
    text-align: center;
}

.modular-news.offset-box .frame-box {
    margin: -3rem -1.4rem 3rem;
    padding: 1rem 1rem;
    background: #fff;
    box-shadow: 0 0 75px 0 rgba(69, 77, 93, 0.1);
}
.modular-news .frame-box {
    padding: 3rem 0;
}
.modular-news .frame-box > p {
    margin-left: auto;
    margin-right: auto;
}
.modular-news .news-card {
  border: 1px solid #efefef;
}
.modular-news .news-header {
    display: inline-flex;
    width: 100%;
}
.modular-news .subject {
    margin-left: .4rem;
    width: calc(75% - 0.56rem);
    text-align: left;
    text-transform: uppercase;
    font-size: 1.28rem;
    line-height: 1.28rem;
    font-weight: bold;
    border-bottom: 1px solid rgba(0,0,0,.72);
    padding-bottom: .56rem;
}
.modular-news .subject i {
    font-size: 1rem;
} 
.modular-news .datetime {
    text-align: left;
    color: #acb3c2;
    width: 25%;
    padding-left: .8rem;
}
.modular-news .news-content {
    text-align: left;
    transition: ease-in-out color 0.32s;
    padding: 1.28rem 1.28rem 1.28rem .4rem;
    border-right: 2px dotted rgba(0,0,0,.12);
}
@media (max-width: 840px) {
    .modular-news .news-content {
        color: #667189;
    }
    .modular-news .subject {
        width: 70%;
    }
    .modular-news .datetime {
        width: 30%;
    }
    .modular-news .news-content {
        border-right: 2px dotted transparent;
    }
}
.modular-kitas {
    text-align: center;
}
.modular-kitas a,
.modular-kitas a:visited {
    color: #667189;
    text-decoration: none;
}
.modular-kitas a:hover,
.modular-kitas a:active {
    text-decoration: none;
}
.modular-kitas.offset-box .frame-box {
    margin: -3rem -1.4rem 3rem;
    background: #fff;
    box-shadow: 0 0 75px 0 rgba(69, 77, 93, 0.1);
}
.modular-kitas .frame-box {
    padding: 3rem 0;
}
.modular-kitas .frame-box > p {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.modular-kitas .column:last-child {
    width: 100%;
}
.modular-kitas .kitas-header {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    height: 320px;
    background-position: center top;
}
.modular-kitas .name {
    font-size: 2rem;
    line-height: 1.86rem;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.modular-kitas .adress {
    position: relative;
    font-size: 1rem;
    top: 92%;
    padding: 0.24rem;
    border-bottom: 1px solid #667189;
}
.modular-kitas .column:hover .name,
.modular-kitas .column:hover .adress,
.modular-kitas .column:hover .kitas-content {
    color: #667189;
    transition: ease-in-out color 0.32s;
}
.modular-kitas .kitas-content {
    color: #acb3c2;
    text-align: left;
    transition: ease-in-out color 0.32s;
}
@media (max-width: 840px) {
    .modular-kitas .kitas-content {
        color: #667189;
    }
}
.team {
    padding: 1.28rem 0.56rem;
    position: relative;
    text-align: center;
}
.team-photo {
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    filter: grayscale(0%);
    height: 25vh;
    margin: 0 calc(50% - 12.5vh) 0 calc(50% - 12.5vh);
    position: relative;
    transition: ease-in-out 0.24s all;
    width: 25vh;
}
.team-photo:hover {
    filter: grayscale(100%);
    transition: ease-in-out 0.56s all;
}
.team-name {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 calc(25% - 1.2rem);
}
.team-position {
    font-style: italic;
    margin-bottom: 2.56rem;
    margin: 0 calc(25% - 1.2rem);
}

#kontakt .form-input-file.dropzone,
#bewerbung .form-input-file.dropzone {
    border: 0.05rem solid #caced7 !important;
}
#kontakt .dropzone.dz-clickable .dz-message,
#bewerbung .dropzone.dz-clickable .dz-message,
#kontakt .dropzone.dz-clickable .dz-message *
#bewerbunbg .dropzone.dz-clickable .dz-message * {
    font-weight: 300 !important;
}
#kontakt .dropzone.dz-clickable .dz-message strong,
#bewerbung .dropzone.dz-clickable .dz-message strong,
#kontakt .dropzone.dz-clickable .dz-message strong *,
#bewerbung .dropzone.dz-clickable .dz-message strong * {
    font-weight: 400 !important;
}
.kontakt-inline-block {
    display: inline-block;
}
.kontakt-inline-flex {
    display: inline-flex;
}
.kontakt-block {
    display: block;
}
.kontakt-radio {
    display: flex;
}
.kontakt-radio .radio {
    display: inline-block;
    padding-top: 2px;
    margin-left: 2rem;
    font-weight: 500;
}
.kontakt-radio .form-radio {
    line-height: 1.38rem;
    position: relative;
    display: block;
    min-height: 1.4rem;
    margin: 0.2rem 0 0 0;
    padding: 0.1rem 0.4rem 0.1rem 2rem;
}

.kontakt-checkbox {
  display: inline-flex;
  border: 1px solid #d3d3d3;
  background: #f9f9f9;
  padding-right: .86rem;
  margin-top: .56rem;
}

.form-checkbox .form-icon {
  height: 1.48rem;
  width: 1.48rem;
  border: 2px solid #c1c1c1;
  border-radius: 2px;
  margin-left: .58rem;
}
.form-checkbox p {
  display: inline-block;
  line-height: 1.86rem;
  margin-left: calc(1.28rem + 2px);
}

.kontakt-checkbox input:checked + .form-icon::before {
          position: absolute;
          top: 24%;
          left: 40%;
          width: 12px;
          height: 18px;
          margin-top: -6px;
          margin-left: -3px;
          content: '';
          transform: rotate(45deg);
          border: .1rem solid #fff;
              border-top-width: 0.1rem;
              border-left-width: 0.1rem;
          border-top-width: 0;
          border-left-width: 0;
          background-clip: padding-box;
}
.kontakt-radio .radio .form-icon {
    height: 33px;
    width: 33px;
    top: 2px;
}
.form-radio input:checked + .form-icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    content: "";
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
}
.kontakt-label-width {
    min-width: calc(25% - 0.17rem);
}
.kontakt-label-width label {
    margin-right: 0.56rem;
}
.switch-toggle label {
    transition: background-color 0.86s ease !important;
}
.switch-toggle input:checked + label {
    background-color: #1877ec !important;
    transition: background-color 0.86s ease !important;
}
@media (max-width: 840px) {
    .kontakt-radio {
        display: block;
        margin-left: 0;
    }
    .kontakt-radio .radio {
        margin-left: 0;
    }
    .kontakt-radio .form-radio {
        font-weight: 400;
        font-size: 0.8rem;
        line-height: 1rem;
        margin: 0.2rem 0 0 0;
        padding: 0.1rem 0.4rem 1rem 1.32rem;
    }
    .kontakt-radio .radio .form-icon {
        height: 1rem;
        width: 1rem;
        top: 2px;
    }
    .form-radio input:checked + .form-icon::before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        content: "";
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.96);
    }
    .kontakt-checkbox {
      display: inline-block;
    }
    .kontakt-checkbox p {
      line-height: .56rem;
      display: inline-block;
      padding: .32rem 0 0 .48rem;
    }
    .kontakt-checkbox .required {
      position: absolute;
      left: 2.24rem;
      top: 0;
      display: inline-block;
    }
}
.modular-info {
    font-size: 1rem;
    background: #f8f9fa;
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.modular-info h1,
.modular-info h2,
.modular-info h3 {
    display: inline-flex;
    font-size: 1.28rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0.56rem;
    padding-right: 3rem;
    margin-bottom: 0;
    border-bottom: 1px solid #667189;
}
.modular-info .info {
    border-top: 1px solid #667189;
    padding-top: 3rem;
}
.modular-info .info-logo {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    height: 320px;
    background-position: left top;
}
.modular-info .line p {
    margin-top: 0;
    margin-bottom: 0;
}
@media (max-width: 840px) {
    .modular-info .info-adress {
        padding-left: 0.4rem;
    }
    .modular-info .info-logo {
        position: relative;
        background-size: contain;
        background-repeat: no-repeat;
        height: 186px;
        background-position: top center;
    }
}
#return-to-top {
    position: fixed;
    top: 2.3rem;
    right: 0;
    background: rgba(24, 119, 236, 0.32);
    width: 48px;
    height: 48px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 0;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 12px;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #1877ec;
    width: 96px;
    height: 90px;
}
#return-to-top:hover i {
    color: #fff;
    font-size: 72px;
    left: 14px;
}
#return-to-top svg {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 18px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover svg {
    color: #fff;
    top: 10px;
}
body.sticky-footer {
    height: 100%;
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
body.sticky-footer #page-wrapper {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
#sponsor .sponsor {
  text-align: center;
  height: 280px;
  padding: 0 1.2rem 0 1.2rem;
}

@media (max-width: 840px) {
   #sponsor .sponsor {
    text-align: center;
    height: calc(3 * 280px);
    padding: 1rem 0 1rem 0;
  }
}

#sponsor .sponsor .forschung {
  background: url(../images/forschung.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#sponsor .sponsor .integration {
  background: url(../images/integration.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#sponsor .sponsor .senat {
  background: url(../images/senat.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#sponsor .sponsor .eu {
    background: url(../images/EULogo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
  

#footer {
    color: #acb3c2;
    padding: 1rem 1rem;
    text-align: center;
}
