/*!
 * Konferenz Guide CSS v1.1
 *
 * Copyright 2020 - Alexander Graesel 
 *
 * Date: 2021-01-01
 */

/* Allgemein */
*,
*:before,
*:after {
    box-sizing: border-box;
    transition: 0.3s;
    margin: 0px;
    padding: 0px;
    hyphens: auto;
}

b,
strong {
    font-weight: bolder;
}

img {
    border-style: none;
}


input:focus,
textarea:focus,
button:focus {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 16px 0;
}

main {
    transition: 0.3s;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, .12);
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga';

    /* Support for IE. */
    font-feature-settings: 'liga';
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url('https://konferenz.guide/font/material-icons/MaterialIcons-Regular.woff2') format('woff2'),
        url('https://konferenz.guide/font/material-icons/MaterialIcons-Regular.ttf') format('truetype');
}

/* roboto-regular - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('https://konferenz.guide/font/roboto/roboto-v29-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot');
    /* IE9 Compat Modes */
    src: local('Roboto'),
        url('https://konferenz.guide/font/roboto/roboto-v29-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('https://konferenz.guide/font/roboto/roboto-v29-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('https://konferenz.guide/font/roboto/roboto-v29-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff') format('woff'),
        /* Modern Browsers */
        url('https://konferenz.guide/font/roboto/roboto-v29-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('https://konferenz.guide/font/roboto/roboto-v29-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}


.kg-padding {
    padding: 8px;
}

.kg-big-padding {
    padding: 16px;
}

.kg-s-font {
    font-size: 50%;
}

.kg-m-font {
    font-size: 80%;
}

.kg-xl-font {
    font-size: 130%;
}

.kg-xxl-font {
    font-size: 200%;
}

.kg-menu-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.kg-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.kg-wbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Rundungen */
.kg-circle {
    border-radius: 50% !important;
}

.kg-round {
    border-radius: 4px;
}

.kg-round-top {
    border-radius: 4px 4px 0px 0px;
}

.kg-sticky {
    position: sticky;
    position: -webkit-sticky;
    z-index: 2;
    top: 0px;
}

.kg-main {
    padding-top: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

@media (min-width:601px) {
    .kg-main {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.kg-page {
    max-width: 1100px;
    width: 100%;
    /* normal display: flex; */
    display: none;
    align-items: center;
    justify-content: space-around;
    animation: animateopac 0.8s;
}

.kg-underline {
    text-decoration: underline solid;
}

.kg-round-pic {
    border-radius: 32px;
}

.kg-legende {
    font-size: 80%;
    margin-top: 8px;
}

.kg-legende .material-icons {
    font-size: 12px;
    vertical-align: middle;
}

/* Accordion */

.kg-accordion-top {
    padding: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
}

.kg-accordion-content {
    display: none;
    padding: 0 16px 16px 16px;
    animation: animatetop 0.3s
}

/* Klasse um Aktionen auszulösen!  */
.kg-event {
    cursor: pointer;
}

.kg-top-space {
    margin-top: 56px;
}

.kg-right-space {
    margin-right: 8px;
}


.kg-eventboard-box {
    padding: 32px;
    position: relative;
    top: -40px;
    color: white;
}

.kg-session-status {
    color: white;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    word-break: break-all;
    word-wrap: break-word;
    user-select: none;
    border-radius: 2px;
    padding: 4px 8px;
}

.kg-session-status-red {
    background-color: red;
}

.kg-session-status-yellow {
    background-color: #ffb400;
}

.kg-session-status-green {
    background-color: #4caf50;
}

.kg-session-status-grey {
    background-color: #515151;
}

.kg-session-status-red-font {
    color: red;
}

.kg-session-status-yellow-font {
    color: #ffb400;
}

.kg-session-status-green-font {
    color: #4caf50;
}

.kg-session-status-grey-font {
    color: #515151;
}

.cropper-view-box,
.cropper-face {
    border-radius: 50%;
}

.kg-session-container {
    margin: 8px;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.kg-session-size-1 {
    width: calc(100% - 16px);
}

.kg-session-size-2 {
    width: calc(100% - 16px);
}

.kg-session-size-3 {
    width: calc(100% - 16px);
}

.kg-session-size-4 {
    width: calc(100% - 16px);
}

@media (min-width:601px) {
    .kg-session-size-2 {
        width: calc(50% - 16px);
    }

    .kg-session-size-3 {
        width: calc(50% - 16px);
    }

    .kg-session-size-4 {
        width: calc(50% - 16px);
    }
}

@media (min-width:993px) {
    .kg-session-size-3 {
        width: calc(33.3333333333% - 16px);
    }

    .kg-session-size-4 {
        width: calc(33.3333333333% - 16px);
    }
}

@media (min-width:1300px) {
    .kg-session-size-4 {
        width: calc(25% - 16px);
    }
}

/* Animation */
.kg-animate {
    transition: 0.3s;
}

.kg-animate-top {
    position: relative;
    animation: animatetop 0.3s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.kg-animate-left {
    position: relative;
    animation: animateleft 0.3s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

.kg-animate-right {
    position: relative;
    animation: animateright 0.3s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

.kg-animate-bottom {
    position: relative;
    animation: animatebottom 0.3s
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.kg-animate-zoom {
    animation: animatezoom 0.6s
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.kg-spin {
    animation: animatespin 2s infinite linear
}

@keyframes animatespin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.kg-animate-fading {
    animation: animatefading 10s infinite
}

@keyframes animatefading {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.kg-animate-opacity {
    animation: animateopac 0.8s
}

@keyframes animateopac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/* Layout */

.kg-row:after,
.kg-row:before,
.kg-row-padding:after,
.kg-row-padding:before {
    content: "";
    display: table;
    clear: both
}

.kg-row-padding,
.kg-row-padding>.kg-half,
.kg-row-padding>.kg-third,
.kg-row-padding>.kg-twothird,
.kg-row-padding>.kg-threequarter,
.kg-row-padding>.kg-quarter,
.kg-row-padding>.kg-col {
    padding: 0 8px;
}

.kg-block {
    display: block;
    width: 100%
}

.kg-responsive {
    display: block;
    overflow-x: auto
}

.kg-col,
.kg-half,
.kg-third,
.kg-twothird,
.kg-threequarter,
.kg-quarter {
    float: left;
    width: 100%
}

.kg-col.s1 {
    width: 8.33333%
}

.kg-col.s2 {
    width: 16.66666%
}

.kg-col.s3 {
    width: 24.99999%
}

.kg-col.s4 {
    width: 33.33333%
}

.kg-col.s5 {
    width: 41.66666%
}

.kg-col.s6 {
    width: 49.99999%
}

.kg-col.s7 {
    width: 58.33333%
}

.kg-col.s8 {
    width: 66.66666%
}

.kg-col.s9 {
    width: 74.99999%
}

.kg-col.s10 {
    width: 83.33333%
}

.kg-col.s11 {
    width: 91.66666%
}

.kg-col.s12 {
    width: 99.99999%
}

@media (min-width:601px) {
    .kg-col.m1 {
        width: 8.33333%
    }

    .kg-col.m2 {
        width: 16.66666%
    }

    .kg-col.m3,
    .kg-quarter {
        width: 24.99999%
    }

    .kg-col.m4,
    .kg-third {
        width: 33.33333%
    }

    .kg-col.m5 {
        width: 41.66666%
    }

    .kg-col.m6,
    .kg-half {
        width: 49.99999%
    }

    .kg-col.m7 {
        width: 58.33333%
    }

    .kg-col.m8,
    .kg-twothird {
        width: 66.66666%
    }

    .kg-col.m9,
    .kg-threequarter {
        width: 74.99999%
    }

    .kg-col.m10 {
        width: 83.33333%
    }

    .kg-col.m11 {
        width: 91.66666%
    }

    .kg-col.m12 {
        width: 99.99999%
    }
}

@media (min-width:993px) {
    .kg-col.l1 {
        width: 8.33333%
    }

    .kg-col.l2 {
        width: 16.66666%
    }

    .kg-col.l3 {
        width: 24.99999%
    }

    .kg-col.l4 {
        width: 33.33333%
    }

    .kg-col.l5 {
        width: 41.66666%
    }

    .kg-col.l6 {
        width: 49.99999%
    }

    .kg-col.l7 {
        width: 58.33333%
    }

    .kg-col.l8 {
        width: 66.66666%
    }

    .kg-col.l9 {
        width: 74.99999%
    }

    .kg-col.l10 {
        width: 83.33333%
    }

    .kg-col.l11 {
        width: 91.66666%
    }

    .kg-col.l12 {
        width: 99.99999%
    }
}

.kg-rest {
    overflow: hidden
}

.kg-stretch {
    margin-left: -16px;
    margin-right: -16px
}

.kg-show-block,
.kg-show {
    display: block !important
}

.kg-show-inline-block {
    display: inline-block !important
}

@media (max-width:1205px) {
    .kg-auto {
        max-width: 95%
    }
}

@media (max-width:600px) {

    .kg-hide-s {
        display: none !important
    }

    .kg-mobile {
        display: block;
        width: 100% !important
    }
}

@media (min-width:993px) {
    .kg-hide-l {
        display: none !important;
    }
}

@media (max-width:992px) and (min-width:601px) {
    .kg-hide-m {
        display: none !important;
    }
}

@media (max-width:992px) {
    .kg-auto {
        max-width: 100%
    }
}

.kg-top,
.kg-bottom {
    position: fixed;
    width: 100%;
    z-index: 1
}

.kg-top {
    top: 0
}

.kg-bottom {
    bottom: 0
}

.kg-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2
}

.kg-display-topleft {
    position: absolute;
    left: 0;
    top: 0
}

.kg-display-topright {
    position: absolute;
    right: 0;
    top: 0
}

.kg-display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0
}

.kg-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0
}

.kg-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.kg-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%)
}

.kg-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}

.kg-display-topmiddle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

.kg-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

.kg-display-container:hover .kg-display-hover {
    display: block
}

.kg-display-container:hover span.kg-display-hover {
    display: inline-block
}

.kg-display-hover {
    display: none
}

.kg-display-position {
    position: absolute
}