@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(./../fonts/OpenSans-Regular.woff) format('woff'), url(./../fonts/OpenSans-Regular.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #ececec;
    color: rgba(0, 0, 0, .65);
    margin-bottom: 250px; /* Margin bottom by footer height */
}

ul.link-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 250px; /* Set the fixed height of the footer here */
}

.footer h5 {
    font-weight: bold;
}

.logo-md {
    max-width: 150px;
}

.imprint-entry {
    text-align: center;
}

div.header-img {
    width: 100%;
    background: url(../images/50hertz_header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 1200px) {
    div.header-text {
        margin-top: 200px;
    }

    div.header-text-logged-in {
        margin-top: 50px;
        height: 150px;
    }

    div.header-text-logged-in > .heading {
        font-weight: 700;
    }

    div.header-text-logged-in > .sub-heading {
        font-weight: 300;
    }
}

div.header-text > .heading {
    margin-top: 0px;
    margin-bottom: 10px;
}

div.header-text > .sub-heading {
    line-height: 1;
    margin-top: 0px;
}

div.header-text-logged-in > .heading {
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 1.5;
}

div.header-text-logged-in > .sub-heading {
    color: #ffffff;
    line-height: 1;
    margin-top: 0px;
}

.heading > a {
    all: unset;
}

.selected {
    color: #108ee9;
}

.menu {
    background-color: rgba(255, 255, 255, 0.7);
    height: 50px;
}

.menu-item {
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
}

.menu-item > * {
    vertical-align: middle;
}

.menu-item > * > a {
    all: unset;
}

.menu-item > a {
    all: unset;
    cursor: pointer;
}

.menu-link:hover {
    border-bottom: 2px solid #108ee9;
}

.menu-action > a:hover, .menu-link:hover > * {
    color: #108ee9;
}

.menu-link > a {
    text-transform: uppercase;
    color: rgba(0, 0, 0, .65);
}

.menu-center > .menu-item {
    float: left;
}

@media (min-width: 1200px) {
    .menu-right > .menu-item {
        float: right;
        text-align: right;
    }
}

.navigation > * {
    margin-top: 25px;
    margin-bottom: 25px;
}

.content-mask {
    margin-top: 50px;
}

.mask-heading {
    margin-bottom: 25px;
}

#footer {
    background-color: #ececec;
}

.logout-timer.lowRemainingTime{
    color: red;
    animation: blinker 1s linear infinite;
}
.logout-timer svg {
    margin-right: 5px;
}

.jq-toast-wrap .toast-text {
    font-size:14px;
    font-family: 'Open Sans', sans-serif;
    color: rgba(0, 0, 0, 0.65);
    line-height: 1.5;
    padding-bottom: 10px;
}
.jq-toast-wrap .toast-header {
    font-size:16px;
    padding-bottom: 5px;
}
.close-jq-toast-single {
    font-size:22px;
    top: 10px;
    right: 14px;
}

.jq-toast-wrap .toast-icon{
    display:inline-block;
    vertical-align: top;
    padding-right: 10px;
    padding-left: 20px;
    padding-top: 5px;
}

.jq-toast-wrap .toast-button {
    text-align: right;
}
.jq-toast-wrap .toast-button button {
    background-color: white;
    border: 1px solid rgb(235, 235, 235);
    padding: 5px 15px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: rgb(119, 119, 119);
}

.jq-toast-wrap .toast-button button:hover {
    background-color: rgb(235, 235, 235);
}

.jq-toast-wrap {
    width: 350px;
}

.jq-toast-wrap .toast-content{
    width: 270px;
    display:inline-block;
    padding-left: 10px;
    padding-top: 10px;
}


@keyframes blinker {
    50% {
        opacity: 0.5;
    }
}
