/* Compiles to */
/**
*
* Testing
*
**/
@keyframes animateTopLine {
  0% {
    top: 0; }
  40% {
    top: 0.6rem; }
  75% {
    top: 0.6rem;
    transform: rotate(45deg); }
  100% {
    top: 0.6rem;
    transform: rotate(45deg); } }

@keyframes animateBottomLine {
  0% {
    top: 1.2rem; }
  40% {
    top: 0.6rem; }
  75% {
    top: 0.6rem;
    transform: rotate(-45deg); }
  100% {
    top: 0.6rem;
    transform: rotate(-45deg); } }

header {
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 0.5rem 0.6rem rgba(158, 158, 158, 0.3); }
  header a {
    text-decoration: none; }
  header .meta_container {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 15% 0 0;
    justify-content: flex-end;
    height: 4.2rem;
    background-color: #f5f5f5; }
    header .meta_container .info {
      margin: 0 0 0 2.5rem; }
  header .navigation {
    background-color: #fff;
    width: 100%;
    height: 8.8rem;
    display: flex;
    justify-content: space-between;
    padding: 0 0.5rem 0 0.5rem;
    max-width: 125.5rem; }
    header .navigation .nav_facilities {
      display: flex;
      justify-content: flex-start; }
    header .navigation .facilities .text {
      font-size: 1.3rem; }
      header .navigation .facilities .text a {
        color: #5e5e5e;
        cursor: pointer; }
    header .navigation .facilities:nth-child(1) {
      display: flex; }
    header .navigation .facilities:nth-child(2) {
      flex-direction: column;
      justify-content: space-evenly; }
    header .navigation .facilities:nth-child(3) {
      flex-direction: column;
      line-height: 1.8rem; }
      header .navigation .facilities:nth-child(3) span a {
        text-transform: uppercase;
        color: #5e5e5e; }
    header .navigation .nav_menu {
      cursor: pointer;
      font-size: 2.1rem;
      line-height: 2.6rem; }
      header .navigation .nav_menu .nav_item {
        flex: 1 0 auto;
        align-self: center; }
        header .navigation .nav_menu .nav_item a {
          color: #5e5e5e; }
    header .navigation .nav_search {
      flex: 0 1 auto;
      width: 3.5rem;
      height: 3.5rem;
      align-self: center; }
      header .navigation .nav_search svg {
        width: 100%;
        height: 100%; }
      header .navigation .nav_search:hover #border {
        fill: none; }
    header .navigation .nav_wrapper {
      position: absolute;
      top: 0.5rem;
      right: 6%;
      height: 3rem;
      width: 3rem;
      cursor: pointer;
      font-family: "myriad-pro", "Myriad Pro", "Gill Sans", "Gill Sans MT", sans-serif;
      font-size: 1.4rem;
      font-style: normal;
      font-font-weight: 700;
      color: #5e5e5e; }
      header .navigation .nav_wrapper a {
        color: #3e3e3e; }
      header .navigation .nav_wrapper #select_language {
        width: 4rem;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        height: 5.7rem;
        color: #3e3e3e;
        font-weight: 600; }
        header .navigation .nav_wrapper #select_language:hover {
          color: #5e5e5e; }
          header .navigation .nav_wrapper #select_language:hover::after {
            background-color: #5e5e5e; }
        header .navigation .nav_wrapper #select_language.active {
          background-color: #fff; }
          header .navigation .nav_wrapper #select_language.active a {
            box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.2); }
            header .navigation .nav_wrapper #select_language.active a:hover {
              background-color: #f5f5f5; }
        header .navigation .nav_wrapper #select_language span {
          padding: 0.5rem 0.5rem 0.5rem 0.5rem; }
          header .navigation .nav_wrapper #select_language span:nth-child(2) {
            background-color: #fff; }
        header .navigation .nav_wrapper #select_language::after {
          position: absolute;
          right: 0.5rem;
          top: 1.1rem;
          content: "";
          display: block;
          width: 0.9rem;
          height: 0.4rem;
          background-color: #3e3e3e;
          clip-path: polygon(50% 100%, 0 0, 100% 0); }
        header .navigation .nav_wrapper #select_language span {
          flex: 1 0 50%; }
        header .navigation .nav_wrapper #select_language #language_option {
          display: none;
          transition: all 0.3s ease; }
        header .navigation .nav_wrapper #select_language.active #language_option {
          display: block;
          transition: all 0.3s ease; }
  header .search_accordion_hide {
    position: relative;
    height: 0;
    width: 100%;
    background-color: #c5c5c5;
    transition: all 0.3s ease; }
    header .search_accordion_hide.active {
      height: 4rem; }
      header .search_accordion_hide.active .tags {
        opacity: 1; }
    header .search_accordion_hide form {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: space-between;
      padding: 0 10rem;
      overflow: hidden; }
      header .search_accordion_hide form input {
        outline: none;
        border: none;
        color: #fff;
        background-color: transparent;
        font-style: italic;
        font-size: 1.6rem; }
      header .search_accordion_hide form ::placeholder {
        color: #fff;
        opacity: 1;
        /* Firefox */
        font-size: 1.6rem;
        font-style: italic; }
        @media (max-width: 767px) {
          header .search_accordion_hide form ::placeholder {
            font-size: 1.2rem; } }
      header .search_accordion_hide form :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #fff;
        font-size: 1.6rem;
        font-style: italic; }
      header .search_accordion_hide form .search_submit {
        align-self: center;
        border: none;
        background-color: transparent;
        color: #5e5e5e;
        font-style: italic;
        font-size: 1.6rem; }
        header .search_accordion_hide form .search_submit ::after {
          content: "";
          clear: both;
          display: table; }
    header .search_accordion_hide .tags {
      display: none;
      opacity: 0;
      background-color: #fff;
      position: absolute;
      top: 4rem;
      left: 0;
      right: 0;
      z-index: 3;
      transition: opacity 0.5s ease; }
      header .search_accordion_hide .tags .item_wrapper .item_content.links {
        display: flex; }
        header .search_accordion_hide .tags .item_wrapper .item_content.links li {
          background-color: #f5f5f5;
          padding: 0.3rem 1rem 0.3rem 1rem; }
          header .search_accordion_hide .tags .item_wrapper .item_content.links li a {
            font-size: 1.2rem; }

@media (min-width: 1255px) {
  header {
    display: flex;
    flex-direction: column;
    align-items: center; }
    header.sticky {
      position: sticky;
      top: -4.2rem; }
    header .navigation .nav_facilities {
      width: 50%; }
    header .navigation .facilities:nth-child(2) {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      flex: 0 0 21rem;
      margin: 1.6rem 0 0 5rem;
      justify-content: space-between;
      height: 5.5rem; }
    header .navigation .nav_menu {
      width: 50%;
      display: flex; }
  .hamburger_container {
    display: none; }
  #nav_mobile {
    display: none; }
  #close_search {
    display: none; } }

.logos {
  display: flex;
  height: 3rem; }
  .logos .kunst_forum {
    background: url("/images/kunst-forum.svg") no-repeat bottom left/contain;
    width: 9rem;
    height: 100%; }

.logo {
  display: block;
  align-self: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  .logo.stiftung {
    width: 14rem;
    height: 5.5rem;
    background-image: url("/images/logo.svg");
    cursor: pointer; }
  .logo.law_school {
    width: 12rem;
    height: 100%;
    background: url("/images/law-school.svg") no-repeat bottom left/contain; }
  .logo a {
    display: block;
    width: 100%;
    height: 100%; }

@media (max-width: 1254px) {
  header {
    display: block; }
    header.sticky {
      position: sticky;
      top: -0.1rem; }
    header .meta_container {
      display: none; }
    header .navigation {
      padding: 0 2rem 0 2rem; }
      header .navigation .nav_facilities {
        width: 80%;
        justify-content: space-between; }
        header .navigation .nav_facilities .nav_wrapper {
          position: relative;
          align-self: center;
          right: auto;
          top: auto; }
          header .navigation .nav_facilities .nav_wrapper a {
            color: #3e3e3e; }
      header .navigation .facilities:nth-child(2), header .navigation .facilities:nth-child(3) {
        display: none; }
      header .navigation .nav_menu {
        display: none; }
    header .search_accordion_hide form {
      padding: 0 1rem; }
  .hamburger_container {
    display: block;
    position: relative;
    width: 3rem;
    height: 1.5rem;
    align-self: center; }
    .hamburger_container.cross .hamburger_icon:nth-child(1) {
      animation: animateTopLine 0.3s ease;
      animation-direction: alternate;
      animation-iteration-count: 1;
      animation-fill-mode: forwards; }
    .hamburger_container.cross .hamburger_icon:nth-child(2) {
      transition: opacity 0.3s ease;
      opacity: 0; }
    .hamburger_container.cross .hamburger_icon:nth-child(3) {
      animation: animateBottomLine 0.3s ease;
      animation-direction: alternate;
      animation-iteration-count: 1;
      animation-fill-mode: forwards; }
    .hamburger_container .hamburger_icon {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      height: 0.3rem;
      background-color: #000; }
      .hamburger_container .hamburger_icon:nth-child(1) {
        top: 0; }
      .hamburger_container .hamburger_icon:nth-child(2) {
        transition: opacity 0.3s ease;
        top: 0.6rem; }
      .hamburger_container .hamburger_icon:nth-child(3) {
        top: 1.2rem; }
  #nav_mobile {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 2;
    background-color: #fff;
    transform: translateX(100%);
    transition: all 0.3s ease; }
    #nav_mobile.active {
      transition: all 0.3s ease;
      transform: translateX(0); }
    #nav_mobile .mob_nav_menu {
      display: flex;
      flex-direction: column;
      flex: 1 1 65%;
      padding: 10% 0 0 10%; }
      #nav_mobile .mob_nav_menu .nav_item {
        align-self: stretch;
        flex: 0 1 10%; }
        #nav_mobile .mob_nav_menu .nav_item a {
          color: #5e5e5e;
          font-size: 2.2rem;
          line-height: 4rem; }
        #nav_mobile .mob_nav_menu .nav_item .text {
          color: #5e5e5e;
          font-size: 1.8rem;
          line-height: 4rem; }
    #nav_mobile .mob_nav_action {
      flex: 1 0 80px;
      padding: 1% 0 0 0;
      background-color: #f5f5f5; }
      #nav_mobile .mob_nav_action .nav_search {
        width: 4.5rem;
        margin: auto; }
  .search_accordion_hide.active {
    height: 4rem; }
    .search_accordion_hide.active .tags {
      opacity: 1;
      top: 4rem;
      height: 50rem; }
      .search_accordion_hide.active .tags .item_wrapper {
        flex-wrap: wrap; }
      .search_accordion_hide.active .tags .item_content.links {
        flex: 1 1 50%; }
      .search_accordion_hide.active .tags button {
        float: right;
        width: 6rem;
        font-size: 1.2rem;
        padding: 0.2rem 0;
        margin: 0.6rem 0 0 0; }
  .search_accordion_hide .tags {
    opacity: 1;
    top: 0;
    height: 0;
    overflow: hidden; } }

@media (max-width: 767px) {
  header {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0; }
    header.sticky {
      position: fixed;
      top: 0;
      right: 0;
      left: 0; } }

.newsletter a {
  color: #af2e3e; }
