﻿@font-face {
    font-family: 'tstarpro';
    src: url('fonts/tStarPro/tStart_pro_OTF/T-StarPro-Heavy.otf') format("opentype");
}

@font-face {
    font-family: 'johannanova';
    src: url('fonts/johannaNova/JoannaNova-Regular.otf') format("opentype");
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

button {
    font-family: 'tstarpro', 'Arial';
}

div .label {
    margin-top:10px;
}

.slideNav {
    flex-direction: row;
}

@media (max-width:500px) {
    .slideNav {
        flex-direction: column!important;
    }
}

.slidePartHeadline {
    font-size: 16px;
    color: black;
    line-height: 24px;
}


.slideMiniHeadline {
    font-size: 16px;
    font-weight: bold;
    /*text-decoration: underline;*/
    margin-bottom: 10px;
}

.slideMiniLabel {
    font-weight: bold;
    float: left;
    margin-right: 5px;
    font-size: 13px;
    padding-bottom: 3px;
    margin-left: 15px;
    color: gray;
}

.slideMiniText {
    font-size: 13px;
    padding-bottom: 3px;
}

.slideHeadline {
    color: #ff6900;
    font-size: 30px;
    font-family: "Arial", sans-serif;
    font-weight: 600;
    line-height: 1.125;
    margin-bottom: 15px;
}

.ServiceSelectionView .tabulator {
    font-size: 14px;
}

.coupaRequisition {
    border-bottom: 1px dotted lightgray;
    font-size: 9pt;
}

    .coupaRequisition .header {
        font-weight: bold;
        width: 100%;
        background: lightgoldenrodyellow none repeat scroll 0% 0%;
        vertical-align: middle;
    }

    .coupaRequisition .selector {
        background-color: lightgoldenrodyellow;
    }

div.flex_row>.zal-table-action-button { /* ein zal-table-action-button der in einem div drin ist das mit flex_row klassifiziert ist */
    margin-right:8px;
}

html, body {
    height: 100%;
}

html, body {
    font-family: 'johannanova', 'Georgia';
    background-image: url("img/bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

h1, h2, h3, h4, h5 {
    font-family: 'tstarpro', 'Arial';
    font-weight: bold;
}


.wsh-bg-head {
    background-image: url("img/Header_c_Wiener_Stadthalle.gif");
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
}


#mainContent {
    padding-top: 43px;
}

.rooom_configuration_icon {
    height: 20px;
    width: 20px;
    margin-right: 5px;
    display: table-cell;
}

@media only screen and (min-width: 940px) {

    .typewriter {
        font-family: monospace;
        letter-spacing: .17em;
        margin: 0 auto;
        overflow: hidden;
        white-space: nowrap;
        border-right: .17em solid black;
        animation: typing 4s steps(44, end), blinking-cursor .5s step-end infinite;
    }

    @keyframes typing {
        from {
            width: 0
        }

        to {
            width: 24em
        }
    }

    @keyframes blinking-cursor {
        from, to {
            border-color: transparent
        }

        50% {
            border-color: gray;
        }
    }

    .spacer {
        height: 50px;
        /* margin: 0 0 -50px 0;*/
        margin: 20px 0 -50px 0; /* use this if you want #container to have a 'bottom padding', in this case of 20px */
        background: transparent; /* you'll need this if #container's parent element has a different background from #container itself */
    }
}

/*--------------------NAVIGATION START ----------------------------*/

.sectionBG {
    background-color: white;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    padding: 8px 16px;
    margin-bottom: 8px;
    /*backdrop-filter:blur(2px);*/
}

.sectionBG.center {
    display: flex;
    justify-content: center;
}

.NavigationTile > div {
    min-width: 95px;
    height: 95px;
    line-height: 1.1;
    padding: 8px;
    line-break: auto;
    transition: transform .15s ease-out !important;
}

.NavigationTile > div:hover {
    outline: 2px solid black;
    /*transform: scale(1.05);*/ /* irgendwie bissl too much... */
    transform: translate(-0.2em, -0.2em);
}

.NavigationTile .mds-hover-bright {
    position: relative;
}

.NavigationTile .mds-hover-bright::after { /* erweitern um einen drop-shadow*/
    box-shadow: 0.2em 0.2em 0.8em 0 black;
    transition: opacity .15s;
    opacity: 0;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.NavigationTile .mds-hover-bright:hover::after { /* erweitern um einen drop-shadow*/
    opacity: 1;
}


.NavigationTile i {
    transition: transform var(--mds-hover-transition-out) ease-out;
}

.NavigationTile > div:hover i {
    transform: scale(1.2);
}

/*--------------------NAVIGATION END ----------------------------*/
