﻿@charset "UTF-8";
/* LOGIN */

.fe-responsive {
    max-width: 100%;
    height: auto;
}
.selectedCriteria {
    /*font-weight: bold !important;*/
    
    color: #e30613 !important;
}
.datailsLink {
    font-size: 12px;
    line-height: 12px;
}
.intranet-disabled {
    cursor: default;
    color: #A0A0A0 !important;
}
.intranet-disabled-border {
    border-bottom: 1px solid #A0A0A0 !important;
}
#loginError {
    color: #DE2922;
}
#filterLetterList a {
    font-weight: normal;
}
.pageBreak {
    position: relative;
    clear: both;
    width: 100%;
    page-break-inside: avoid;
    page-break-after: always;
    float: none !important;
}
.space-padding {
    padding: 10px;
}
.mediathek-youtube-play {
    position: absolute;
    top: 38px;
    left: 83px;
}
.conferences-youtube-play {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.toggle-nav {
    padding: 9px;
    float: left;
    background: #333333;
    color: #ffffff;
    font-size: 20px;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(135, 135, 135, 0.8) url(images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

.headerTitle:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 17px solid #fff;
    border-right: 17px solid transparent;
    position: relative;
    top: 7px;
}


.headerTitle {
    color: #fff;
	font-size: 28px;
    line-height: 34px;
    margin-bottom: 30px;
	font-weight: normal;
    text-transform: uppercase;
	padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

/*@page {    size: A4;    margin: 0;}*/

@media print {
    .pageBreak::after {
        /* chrome doesn't print pages without content. those empty pages are required to give chrome the correct number of pages when printing */
        
        content: "-";
    }
}
/*@media print {    * {        box-sizing: border-box;        -moz-box-sizing: border-box;    }    .page {        padding: 0;        page-break-before: always;        background: white;        width: 19cm;        height: 27.7cm;        display: block;        margin: 0 auto;        margin-bottom: 0.5cm;        border: 1px solid black;    }}*/
/** {    box-sizing: border-box;    -moz-box-sizing: border-box;}*/
/*.page {    width: 210mm;    height: 350mm;    border: 5px blue solid;    border-radius: 5px;    background: white;}*/
/*.subpage {    padding-bottom: -2cm;    border: 2px green solid;    height: 350mm;}*/
/*@page {    size: A4;    margin: 0;}*/

@media print {
    html,
    body {
        width: 210mm;
        height: 350mm;
    }
    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }
    .subpage {
        /*padding-bottom: -2cm;*/
        /*border: 1px black solid;*/
        
        height: 350mm;
        /*outline: 2cm #FFEAEA solid;*/
    }
    .listView .listEntry > * {
        margin-bottom: 0;
        padding: 0 0 0 0;
    }
}
/*#filterLetterList a.selected {    font-weight: bold;}*/
/*.loaders {    width: 100%;    box-sizing: border-box;    display: flex;    flex: 0 1 auto;    flex-direction: row;    flex-wrap: wrap; }    .loaders*/
/*.loader {      box-sizing: border-box;      display: flex;      flex: 0 1 auto;      flex-direction: column;      flex-grow: 1;      flex-shrink: 0;      flex-basis: 25%;      max-width: 25%;      height: 200px;      align-items: center;      justify-content: center;     }*/

.filterHit {
    color: #E30613;
}


    ul.ui-autocomplete.ui-menu{
        width: 198px;
        background-color: white;
    }

    ul.ui-autocomplete.ui-menu li {
        list-style: none;
    }

li.ui-menu-item {
    cursor: pointer;
}

.contentRow-box {
    transition: box-shadow .2s;
    border-radius: 0px;
    border: 1.4px solid #ccc;
    background: #fff;
    float: left;
}
    .contentRow-box:hover {
        box-shadow: 0 0 25px rgba(33,33,33,.2);
    }

.contentRow-box img {
    padding-bottom: 0px;
    height: 170px; 
    max-width: 100%; 
    object-fit: cover;
}

.contentRowH2H3 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 1.1;
}

.contentRowH2H3:before {
    all: unset;
}

.contentRowBoxText {
    font-size: 15px;
    font-weight: normal;
    color: #636462;
    line-height: 20px;
    text-transform: none;
}

.contentRowBoxSize {
    height: 170px;
    overflow-y: auto;
    padding-top: 10px;
}

/*.contentRowH2H3 span {
    padding-bottom: 20px;
    padding-top: 10px;
}*/