/* saira-regular - latin */
@font-face {
    font-family: 'Saira';
    font-style: normal;
    font-weight: 400;
    src: url('/static/fonts/saira-v4-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Saira Regular'), local('Saira-Regular'),
    url('/static/fonts/saira-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/static/fonts/saira-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/static/fonts/saira-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/static/fonts/saira-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/static/fonts/saira-v4-latin-regular.svg#Saira') format('svg'); /* Legacy iOS */
}


/* saira-500 - latin */
@font-face {
    font-family: 'Saira';
    font-style: normal;
    font-weight: 500;
    src: url('/static/fonts/saira-v4-latin-500.eot'); /* IE9 Compat Modes */
    src: local('Saira SemiBold'), local('Saira-SemiBold'),
    url('/static/fonts/saira-v4-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/static/fonts/saira-v4-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('/static/fonts/saira-v4-latin-500.woff') format('woff'), /* Modern Browsers */
    url('/static/fonts/saira-v4-latin-6500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/static/fonts/saira-v4-latin-500.svg#Saira') format('svg'); /* Legacy iOS */
}

* {
    font-family: 'Saira', sans-serif;
}


:root {
    --thd-blau: #1a4273;
    --donau-blau: #009fe3;
    --dark-grey: #313131;
    --light-grey: #434343;
    --dark-mode: rgba(0, 0, 0, 0.4);
    --light-mode: rgba(255, 255, 255, 0.9);

    --schema-bg:  rgba(0, 0, 0, 0.4);
    --schema-color: white;
    --img-invert : 100%;
    --form-input-background: #e0e0e0;
    --form-input-bordercolor: #c7c7c7;
}

body, html {
    height: 100%;
    margin: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.bg {
    height: 100%;
    background-position: center;
    background-repeat: space;
    background-size: cover;
    margin: 0;
    padding: 0;
    min-height: 100%;
}


#collapsePanel {
    position: absolute;
    z-index: 100;
    background-color: rgba(46, 46, 46, 0.8);
    padding: 15px;
    min-width: 100px;
    top: 72px;
}

.nav-tabs {
    border-bottom: unset;
}


#collapsePanel > .nav {
    display: flow-root;
}

/* Dashboard Content */

.container-full {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding-top: 85px;
}

.dropdown-title {
    color: white;
    margin: 10px;
}

.dashboard {
    background-color: var(--schema-bg);
    color: var(--schema-color);
}

.dashboard p, .dashboard a, .dashboard h1, .dashboard h2, .dashboard h3, .dashboard h4, .dashboard h5, .dashboard li, .dashboard label, .dashboard i {
    color: var(--schema-color);
}


.apps-info {
    border-bottom: 1px solid var(--schema-color);
    height: 100%;
}

.user-info {
    border-bottom: 1px solid var(--schema-color);
    height: 100%;
}

.card-app {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
}

.card-app > a > img {
    display: block;
    height: 150px;
    /* padding: 20px; */
    width: auto;
    margin: auto;
    min-width: 100px;
}

.col-card {
    padding: 1px;
}

#usericon {
    /* background-color: var(--donau-blau); */
    display: block;
    /* width: 55px; */
    /* height: 55px; */
    /* border-radius: 50%; */
    /* padding: 5px; */
    float: left;
    /* margin-top: auto; */
    /* margin-bottom: auto; */
}

#usericon > img {
    height: 45px;
    /* background-color: green; */
    align-content: initial;
    /* border-radius: 50%; */
    margin: auto;
    padding: auto;
}

#usericon > i {
    font-size: 30px;
    padding: 14px;
    /* margin-top: auto; */
    /* margin-bottom: auto; */
    background-color: #39ace7;
    padding: 16px;
    border-radius: 50%;
    /* margin-top: 10px; */
    font-size: 16pt;
}

.userlogin{
    margin-top: auto;
    margin-bottom: auto;
    display: grid;
    height: 100%;
    padding-left: 25px;

    position: relative;
}

.login button {
    border-radius: 0;
    font-size: 10pt;
    margin-top: 15px;
}

/*@font-face {*/
/*    font-family: 'Electrolize';*/
/*    le: normal;*/
/*    font-weight: 400;*/
/*    src: local('Electrolize'), local('Electrolize-Regular'), url(https://themes.googleusercontent.com/static/fonts/electrolize/v2/DDy9sgU2U7S4xAwH5thnJ4bN6UDyHWBl620a-IRfuBk.woff) format('woff');*/
/*}*/


.clock-col {
    /*padding: 10px 10px 0 65px;
    ! max-height: 400px; */
}

.clock {
    display: flex;
    position: fixed;
    bottom: 90px;
}

.clock div{
    display: table-row;

}

.day p, .month p{
    text-align: center;

}

.site_back {
    position: fixed;
    /* top: 10px; */
    left: 10px;
    font-size: 45pt;
}

.row-social {
    position: fixed;
    /* height: 95px; */
    bottom: 0px;
    width: 100%;
    /* padding-left: 50px; */
    /* max-height: 100px; */
    display: block;
    padding-bottom: 0px;
    padding-top: auto;
    /* vertical-align: bottom; */
    min-height: 100px;
}

.social-list > li > p > a {
    font-size: 30pt;
    color: var(--light-grey);
    margin: 10px;
}

.social-list  {

    float: right;
}

.clock > tbody > tr > td {
    text-align: end;
    height: 100px;
    vertical-align: bottom;
}

.clock > tbody > tr > td > p{
    font-size: 50pt;
    transform: scale(1, 1.5);
    -webkit-transform: scale(1, 1.5); /* Safari and Chrome */
    -moz-transform: scale(1, 1.5); /* Firefox */
    -ms-transform: scale(1, 1.5); /* IE 9+ */
    -o-transform: scale(1, 1.5); /* Opera */

}

.clock .hours > p, .clock .minutes > p{
    font-size: 20pt !important;
}

.clock th, .clock td {
    border-top: none !important;
}

.clock .day, .clock .month {
    display: flex;

    font-size: 53pt;
    transform: scale(1, 1.5);
    -webkit-transform: scale(1, 1.5); /* Safari and Chrome */
    -moz-transform: scale(1, 1.5); /* Firefox */
    -ms-transform: scale(1, 1.5); /* IE 9+ */
    -o-transform: scale(1, 1.5); /* Opera */
    letter-spacing: 15px;
}

.clock .hours, .clock .minutes {
    display: table-cell !important;

    font-size: 25pt;
    transform: scale(1, 1.5);
    -webkit-transform: scale(1, 1.5); /* Safari and Chrome */
    -moz-transform: scale(1, 1.5); /* Firefox */
    -ms-transform: scale(1, 1.5); /* IE 9+ */
    -o-transform: scale(1, 1.5); /* Opera */
    float: left;
    letter-spacing: 7px;
}
.row-user {
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: flex-end;
}

.row-user > div{
    margin-top: auto;
    margin-bottom: auto;
}

.row-user-outter {
    height: auto;
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
}

.row-apps-outter {
    /*height: 230px;*/
    padding-top: 15px;
}

.row-apps label {
    margin-top: 5px;
    font-size: 1.2vw;
    word-break: break-all;
    white-space: normal;
    display: block;
}


.row-meldungen-outter {
    /*! height: 470px; */
    /* max-height: 470px; */
    /* min-height: 300px; */
}

.meldungen-info {
    padding-right: 60px;
    padding-left: 60px;
}

.row-social-outter {
    height: 70px;
    position: absolute;
    bottom: 15px;
    width: 100%;
    /* margin-bottom: 0px; */
}

.row-social-outter > .col{
    height: 100%;
    display: inherit;
}

.row-meldungen {
    justify-content: center;
}

.card-app > #appLink > label {

    font-size: 12pt;
}

#appLink {
    margin-right: auto;
    margin-left: auto;
}

.swiper-zoom-container {

    display: inline-block;
    text-align: center;

}

.swiper-slide > a > .card-img-top  {
    -webkit-filter: invert(var(--img-invert)); /* Safari/Chrome */
    filter: invert(var(--img-invert));
    margin-left: auto;
    margin-right: auto;
    /* max-height: 70px; */
    /* max-width: 70px; */
    /* height: 70px; */
    width: 90px;
}

.list-meldungen {
    font-size: 15pt;
    margin-right: 30px;
}

.marked_meldung {
    background-color: var(--donau-blau);
    padding: 5px;
    border-radius: 10px;
}

.list-meldungen > .list-group-item {
    background-color: unset;
    border: none;
    padding: 2.75rem 1.25rem;
}

.meldung-titel:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 15px;
    background-color: var(--donau-blau);
    margin-right: 10px;
}

.list-meldungen li > ul > li{
    list-style: none;
}

.panel-meldungen {
    margin: 10px 0 0px 10px;
    overflow: auto;
    max-height: 400px;
    overflow: auto;
    /*! min-height: 100px; */
    width: 100%;
    overflow-y: scroll;
    position: absolute;
}

.meldung-text li {
    list-style: none;
}

.meldung-titel {
    margin-bottom: 2.5rem;
    font-size: 16pt;
}

.col-meldungen {
    /*! height: 85%; */
    /*! display: contents; */
    /* margin-right: 2px; */
}
.col-kontakt-suche {
    padding: 10px 0 10px 0;
}

#search_results_contact > li {
    background-color: var(--schema-bg);
}

.only-mobile {
    display: none !important;
}

.only-mobile .colorswitch-nav-item {
    display: none;
}


.navbar-light .navbar-toggler {
    color: unset;
    border-color: transparent;
}

#navFirstLeft > .navbar-nav {
    flex-direction: row;
    /*display: block;*/
}

#navFirstLeft > .navbar-nav > .nav-item {
    margin-bottom: auto;
    margin-top: auto;
}

.header-logo {
    transform: scale(0.9);
}

#primary-nav .nav-item-title {
    padding-left: 5px;
}

#navFirstLeft .navbar-brand {
    width: 300px;
    margin-right: 20px;
}

#navFirstLeft {
    padding-left: 50px;
    /* position: absolute;
    top: 0px;*/
}

#navFirstLeft .dropdown li {
    max-height: 35px;
    margin: 5px 0 5px 0;
}

.pull-left {
    display: inline-block;
    position: fixed;
    top: 7px;
}

#primary-nav {
    display: none;
    position: absolute;
    /*position: fixed;
    top: 85px;
    left: 0;
    width: 400px;*/
    max-height: 0;
    transition: max-height 0.15s ease-out;
}

#primary-nav.show {
    overflow: auto;
    max-height: 80%;
    position: fixed;
    left: 0;
    top: 85px;
    width: 100% !important;
    background-color: rgba(47, 47, 47, 1) !important;
}

#primary-nav.mobile.show {
    overflow: auto;
    max-height: 80%;
    position: fixed;

    z-index: 1000 !important;
    background-color: rgba(47, 47, 47, 1) !important;
}

#primary-nav > ul {
    padding-inline-start: 25px !important;
    width: 100%;
    display: grid;
}

#primary-nav > ul > li > ul {
    display: none;
    background: #f4e693;
    padding: 2em 0;
    width: 159px;
}

li {
    list-style: none;
}

.swiper-slide  {
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.swiper-container {
    /* margin-left: -15px !important; */
    /* margin-right: -15px !important; */
}

.col-swiper {
    padding-left: 0;
    padding-right: 0;
}

.login {
    padding-top: 30px
}

#navFirstRight.screen-only .right-nav > .nav-item:not(:first-child):before {
    top: 0px;
    height: 30px;
}

#navFirstRight {
    margin-top: 5px !important;
}

.row-user #navFirstRight .justify-content-end {
    float: left;
}


/*.right-nav > .nav-item:not(:first-child):before {
    border: 1px solid #e9ecef;
    top: 14px;
    content: "";
    height: 0px;
    display: block;
    background-color: #000000;
    position: absolute;
    top: 8px;
}*/

.nav-icon {
    /* padding: 10px; */
    height: 20px;
    width: auto;
}

.weather-icon {
    margin-right: 10px;
}

.social-list img {
    -webkit-filter: invert(var(--img-invert)); /* Safari/Chrome */
    filter: invert(var(--img-invert));
}


#navFirstRight .navbar-nav .nav-item .nav-link {
    padding: 0 20px;
}

.right-nav .nav-item {
    padding: 0 !important;
    max-height: 25px;
}

.right-nav .nav-item:not(:last-child) {
    border-right: 2px solid white;
}

@media only screen
and (max-width: 320px)
and (orientation: landscape) {
    #primary-nav.show {
        top: 85px;
    }
}

@media only screen
and (max-width: 1024px)
and (orientation: landscape) {

    .clock-col {
        display: none;
    }

    .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-social-outter {
        display: none;
    }

    #primary-nav.show {
        display: block;
        top: 84px;
        max-height: 245px;
        overflow: auto;
    }

    .list-meldungen > .list-group-item {
        padding: 0.75rem 1.25rem;
    }


    .meldung-titel {
        margin-bottom: 0.5rem;
        font-size: 10pt;
    }

    .meldung-text {
        font-size: 9pt;
    }

    .meldung-titel:before {
        width: 15px;
        height: 15px;
    }

}



@media only screen
and (max-height: 735px)
and (orientation: landscape) {
    .panel-meldungen {
        max-height:200px;
    }
}

@media only screen
and (max-height: 460px)
and (orientation: landscape) {
    .panel-meldungen {
        max-height:150px;
    }
}

@media (max-height: 840px) {
    .form-kurse > table > tbody {
        height: 200px;
    }

    .row-meldung-save {
        height: 15px;
    }
    #fadeout {
        font-size:13px !important;
    }
}
.kurse .container-full {
    padding-top: 15px;
}

.kurse.container {
    border-bottom: 1px solid var(--schema-color);
}

.kurse td {
    font-size: 11pt;
}

.kurse thead {
    border-bottom: 1px solid var(--schema-color);
}

.kurse > .row {
    justify-content: center;
}

.kurse .form-kurse {
    padding-top: 10px;
    width: 100%;
}

table.scroll {
    width: 100%; /* Optional */
    /* border-collapse: collapse; */
    border-spacing: 0;
    /* height: 50px; */
}

table.scroll tbody,
table.scroll thead { display: block; }

table.scroll thead tr{
    width: 100%;
    display: block;
}

#picked_date {
    margin-left: 20px;
    margin-top: 10px;
}

.kurse thead tr th {
    height: 30px;
    line-height: 30px;
    /*text-align: left;*/
}


.form-kurse tbody td:first-child, .form-kurse thead th:first-child {
    min-width: 360px; /* Optional */
}

.kurse tbody td:last-child, .kurse thead th:last-child {
    border-right: none;
}

.form-kurse > table > tbody {
    max-height: 330px;
    overflow-y: scroll;
    display: block;
}

.kurse #accordion-vorlesungen .card {
    border: unset;
    background-color: unset;
    border-radius: unset;
    background-clip: unset;
}
.kurse #accordion-vorlesungen #collapseTwo .card-body {
    border-top: 1px solid var(--schema-color);
}

.kurse #accordion-vorlesungen table {
    color: var(--schema-color);
}

#vorlesung-table tbody {
    max-height: 250px;
    overflow-y: scroll;
    display: block;
}

#vorlesung-table {
    margin-top: 10px;
}

.datepicker table tr td, .datepicker table tr th {
    font-size: 10pt;
}

#datepicker-container .glyphicon {
    top: 0;
    line-height: 1.5;
    margin-left: 5px;
}

[data-tip] {
    position:relative;

}
[data-tip]:before {
    content:'';
    /* hides the tooltip when not hovered */
    display:none;
    content:'';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #1a1a1a;
    position:absolute;
    top:30px;
    left:10px;
    z-index:8;
    font-size:0;
    line-height:0;
    width:0;
    height:0;
}
[data-tip]:after {
    display:none;
    content:attr(data-tip);
    position:absolute;
    top:35px;
    left:0px;
    padding:5px 8px;
    background:#1a1a1a;
    color:#fff;
    z-index:9;
    font-size: 7pt;

    line-height:18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    word-wrap:normal;
    white-space: pre-line;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
    display:block;
}


.type_lv_dot {
    height: 20px;
    width: 20px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.type_lv_legende {
    float: right;
}
.type_lv_legende label {
    padding: 0 5px;
    font-size: 11px;
}

.type_lv_dot_small {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}

.kurse #accordion-vorlesungen .card > .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: unset;
    border-bottom: none;
}

.kurse #accordion-vorlesungen .card > .card-header .card-link-button{
    font-size: 20pt;
}

.kurse #accordion-vorlesungen .card .card-body .table td {
    border-top: none;
}

.kurse table > tr {
    width: 500px;
}

.kurse button {
    border-radius: 0;
    font-size: 10pt;
}

#ladeKurse {
    margin-left: 20px;
}

#vorlesungen > .row {
    margin-right: 0px;
    margin-left: 0px;
}

#vorlesungen .kurse-tooltip {
    margin-right: 5px;
}

#vorlesungen .form-group > .dropdown {
    width: 200px;
}

.row-vorlesung-settings {
    border-top: 1px solid var(--schema-color);

    padding: 20px 0 10px 0;

}

.row-vorlesung-settings .btn {
    font-size: 20pt;
}

.row-vorlesung-settings .col-text {
    margin-top: auto;
    margin-bottom: auto;
}

#vorlesungen-date:hover {
    color: var(--schema-color);
    text-decoration: underline;
}

.vorlesungen-collapse:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e113";    /* adjust as needed, taken from bootstrap.css */

    margin-left: 15px;
    color: var(--schema-color);         /* adjust as needed */
}
.vorlesungen-collapse.collapsed:after {
    /* symbol for "collapsed" panels */
    content:"\e114";
}


.kurse .toggle.btn {
    min-width: 4.7rem !important;

}

form .btn-form-submit {

    border: 1px solid var(--dark-grey);
    background: white;
}

.bug_report textarea {
    max-width: 400px;
    min-width: 270px;
    height: 100px;
    background-color: var(--form-input-background);
    border-color: var(--form-input-bordercolor);
}

.bug_report label {
    display: block;
}

.bug_report  > .row {
    padding-top: 30px;
}
.bug_report form {
    text-align: center;
}

.report_title {
    margin-left: auto;
    margin-right: auto;
}
.container button {
    border-radius: 0;
    font-size: 10pt;
}

.report_form_submit {
    text-align: -moz-center;
    text-align: -webkit-center;
}

#fadeout {
    opacity: 1;
    transition: 1s opacity;
    text-align: center;
    font-size:32px;
    margin-right: auto;
    margin-left: auto;

}

/* The sidepanel menu */
.sidepanel {
    /* height: 250px; */ /* Specify a height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10; /* Stay on top */
    top: 85px;
    right: 0;
    background-color: var(--light-grey);
    overflow-x: hidden; /* Disable horizontal scroll */
    /* padding-top: 60px; */ /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}

/* The sidepanel links */
.sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: var(--schema-color);
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
    color: #f1f1f1;
}

/* Style the button that is used to open the sidepanel */
.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: var(--schema-bg);
    color: var(--schema-color);
    padding: 3px 15px;
    border: none;
    float: right;
    position: fixed;
    right: 10px;
    right: 0px;
    font-size: 30px;
}

.openbtn:hover {
}

.table-reported-events .unpublished {
    opacity: 0.5;
}

.table-reported-events  tr {
    color: var(--schema-color);
}

#reported-events .title {
    margin: 10px auto 10px auto;
}

.event_report_input > div {
    padding: 5px;
}

#start_time > select, #start_date > select, #ende_time > select, #ende_date > select {
    background-color: var(--form-input-background);
    margin: 2px 5px;
}

.event_report_input label {
    min-width: 150px;
}
.event_report .form-group input[type=file] {
    width: 100px;
    color: black;
}
.event_report .form-group input, .event_report .form-group textarea, .event_report .form-group select#category, .form-group select#languages {
    min-width: 300px;
    background-color: var(--form-input-background);
    border-color: var(--form-input-bordercolor);
}

.form-group select#languages {
    height: 50px;
}

.event_report .form-group select {
    background-color: var(--form-input-background);
    border-color: var(--form-input-bordercolor);
    vertical-align: top;
}

.event_report  > .row {
    padding-top: 30px;
}

.event_report form > .form-group > div > ul {
    display: inline-block;
    float: right;
}

.event_report #start , .event_report #ende {
    display: inline-block;
}



.star {
    font-size: 24px;
    position: relative !important;
    /* right: 1px; */
    top: 7px !important;
    cursor: pointer;
    color: white;
}

.glyphicon-refresh {
    left: 357px;
    padding-top: 10px;
}

.btn_customlink {
    position: absolute;
    left: 20px;
    border-radius: 50%;
    top: -45px;
    background-color: var(--schema-color);
}

.btn_customlink:hover {
}


.btn_customlink > i {
    color: var(--schema-bg);
}

.btn_customlink_delete {
    background-color: var(--schema-color);
    display: block;
    position: fixed;
    border-radius: 50%;
    top: 0px;
    z-index: 3000;
    margin: 5px;
}

.btn_customlink_delete > i {
    color: var(--schema-bg);
}

.btn_customlink_delete::before, .btn_customlink::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    border-radius: 50%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(238, 0, 3, 0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn_customlink::before {
    background-color: rgba(87, 204, 49, 0.5);
}

.btn_customlink_delete:hover::before, .btn_customlink:hover::before{
    opacity: 1;
    width: 100%;
    color: var(--schema-color);
}


.custom_link_modal {
    z-index: 10000;
}

.custom_link_modal > .modal-dialog > .modal-content{
    background-color: rgba(47,47,47,1);
}

.custom_link_modal > .modal-dialog .modal-header button{
    color: white;
}

.custom_link_modal > .modal-dialog .modal-footer button{
    border-radius: 0;
    background: white;
    border: 1px solid var(--dark-grey);
}

.custom_link_modal > .modal-dialog .modal-header {
    border-bottom: 1px solid var(--schema-color);
    color: white;
}

.custom_link_modal > .modal-dialog .modal-footer {
    border-top: 1px solid white;
}

.custom_link_modal > .modal-dialog .modal-body label {
    padding-right: 20px;
    min-width: 100px;
    color: white;
}

.custom_link_modal > .modal-dialog .modal-body input {
    background-color: var(--form-input-background);
    border-color: var(--form-input-bordercolor);

}

/* STRUCTURE */

.login .wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

.login #formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: var(--schema-color);
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
}

.login #formFooter {
    background-color: var(--schema-color);
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.login #formFooter a {
    color: var(--schema-bg);
}

/* FORM TYPOGRAPHY*/

.login input[type=button], .login button[type=submit], .login input[type=reset], .login input[type=password]  {
    background-color: #56baed;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;

    font-size: 13px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.login input[type=button]:hover, .login button[type=submit]:hover, .login input[type=reset]:hover  {
    background-color: #39ace7;
}

.login input[type=button]:active, .login button[type=submit]:active, .login input[type=reset]:active  {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.login input[type=text], .login input[type=password] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.login input[type=text]:focus, .login input[type=password]:focus{
    background-color: #fff;
    border-bottom: 2px solid #5fbae9;
}

.login input[type=text]::placeholder, .login input[type=password]::placeholder {
    color: #cccccc;
}



/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

.fadeIn.first {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.fadeIn.second {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.fadeIn.third {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.fadeIn.fourth {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover {
    color: #0d0d0d;
}

.underlineHover:hover:after{
    width: 100%;
}



.login .icon {
    background-color: #39ace7;
    padding: 16px;
    border-radius: 50%;
    margin-top: 10px;
    font-size: 16pt;
}

/* Weather card */

#weather_card {
    position: fixed;
    top: 85px;
    margin-left: auto;
    margin-right: auto;
    display: none;

    background: rgba(46, 46, 46, 0.8);
    padding-top:1em;
    padding-left: 1em;
    padding-right:1em;
    z-index: 100;
    right: 0;
}

#weather_card .card-header {

    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: unset;
    border-bottom: 1px solid white;

}
#weather_card .weather_city {
    font-weight: 300;
    font-size: 1em;
    color: white;
}

#weather_card .weather_temp {
    font-weight: 300;
    font-size: 2em;
    margin-top:-.75em;
    color: white;
}

#weather_card .weather_description {
    display: flex;
    font-weight: 300;
    font-size: 1em;
    margin-top:-.75em;
    color: white;
}

#weather_card .variations {
    font-wight:300;
    color:white;
    list-style:none;
    margin-left:-2em;
}

#weather_card img {
    height: 80px;
    display: inline-block;
}
#weather_card .day {
    display:block;
    width: 21.5%;
    height:9em;
    float:left;
    margin: 0 .375em .5em;
    text-align:center;
    color: #5b5b5b;

    line-height: 2;
}

.cadsoftware_link_modal .modal-title, .cadsoftware_link_modal .modal-body > p {
    color: var(--schema-color);
}

.cadsoftware_link_modal .modal-dialog > .modal-content {
    background-color: var(--schema-bg);
}

/* Dropdown select */
.bootstrap-select .dropdown-item {
    color: var(--light-grey);
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 500;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input,
select[multiple],
textarea {
    background-image: none;
}
a {
    color: #428bca;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

@media (max-width: 1040px) {

    .site_back {
        font-size: 25pt ;
    }

    #ladeKurse.form-inline .form-group {
        flex-flow: row;
        flex: 0 50%;
    }

    #vorlesungen .form-group > .dropdown {
        width: 300px;
    }

    .right-nav .nav-item:not(:last-child) {
        border-right: 2px solid var(--schema-color);
    }

    .swiper-slide > a > .card-img-top {
        /* max-height: 73px; */
        max-width: 90px;
        /* height: 73px; */
        /* width: 73px; */
    }

    #navFirstRight {
        position: relative !important;
        height: 50px;
    }

    .row-apps-outter {
        padding-top: 0px;
    }

    .only-mobile .right-nav{
        flex-direction: row;
        margin-top: 10px;
    }

    .screen-only {
        display: none !important;
    }

    #navFirstLeft {
        flex: 0 0 100%;
        max-width: 100%;
        top: 0px;
    }

    .nav-item-brand::after {
        top: 25px !important;
    }

    .pull-left {
        top: 0px;
        right: 3px;
    }

    .navbar {
        height: 70px !important;
    }

    #primary-nav.show {
        top: 70px !important;
    }

    .container-full {
        padding-top: 0px;
    }

    .custom_link_modal .modal-dialog {
        max-width: 100%;
        height: 100%;
    }

    #primary-nav .nav-item {
        padding-left: 10px !important;
    }

    #primary-nav .nav-item-title {
        padding-left: 0px;
    }

    .only-mobile {
        display: block !important;
    }

    .only-mobile .nav-icon {
        -webkit-filter: invert(0%); /* Safari/Chrome */
        filter: invert(0%);
    }

    .only-mobile .nav-icon.dark {
        -webkit-filter: invert(0%); /* Safari/Chrome */
        filter: invert(0%);
    }

    .only-mobile .nav-icon.light {
        -webkit-filter: invert(100%); /* Safari/Chrome */
        filter: invert(100%);
    }

    .col-1.col-swiper {
        max-width: 30px;
    }
    .col-10.col-swiper {
        max-width: 95%;
    }

    .right-nav > .nav-item:not(:first-child):before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        border: none;
        top: 10px;
        margin: 0 -15px;
    }


    .nav-icon {
        -webkit-filter: invert(var(--img-invert)); /* Safari/Chrome */
        filter: invert(var(--img-invert));
    }

    .fixed-top {
        position: static;
    }

    .clock-col {
        display: none;
    }

    .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-user {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #usericon {
        /* width: 40px; */
        /* height: 40px; */
        border-radius: 50%;
        /* padding: 7px; */
        margin-right: 10px;
        /* float: right; */
    }

    #usericon > i {
        font-size: 25px;
        padding: 8px;
    }

    #usericon > img {
        height: 25px;
        width: 25px;
        border-radius: unset;
    }

    .userlogin {
        padding-left: 0;
    }

    .userlogin p {
        margin-bottom: 0;
    }
}

@media (max-width: 812px) and (orientation: landscape) {
    .panel-meldungen {
        max-height:80px;
    }
}

@media (max-width: 768px) {

    .swiper-slide > a > .card-img-top {
        /* max-height: 73px; */
        max-width: 70px;
        /* height: 73px; */
        /* width: 73px; */
    }

    #ladeKurse.form-inline .form-group {
        flex: unset;
    }

    .form-group {
        margin-bottom: 0.2rem;
    }

    .form-kurse table.scroll thead tr {
        display: none;
    }

    .kurse .container-full {
        padding-top: 0px;
    }

    .container button {
        border: 1px solid var(--schema-color);
    }

    #vorlesungen form .btn-form-submit {
        margin: 0;
    }

    .kurse #accordion-vorlesungen .card > .card-header .card-link-button {
        font-size: 10pt;
    }

    .row-vorlesung-settings {
        padding: 0;
    }

    .kurse #accordion-vorlesungen .card .row h2 {
        display: none;
    }
    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }

    .site_back {
        font-size: 20pt ;
    }

    .col-10.col-swiper {
        max-width: 97%;
    }

    .row-apps label {
        font-size: 10pt;
    }

    .list-meldungen > .list-group-item {
        padding: 0.75rem 1.25rem;
    }

    .right-nav .nav-item {
        margin: 0px 0px 0px 0px !important;
    }

    .right-nav > .nav-item:not(:first-child):before {
        height: 20px;
        top: 20px;
    }

    .meldung-titel {
        margin-bottom: 0.5rem;
        font-size: 10pt;
    }

    .meldung-text {
        font-size: 9pt;
    }

    .meldung-titel:before {
        width: 15px;
        height: 15px;
    }

    .clock-col {
        display: none;
    }

    .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .userlogin {
        /* display: none; */
    }

    .social-list > li > p > a {
        font-size: 25pt;
    }

    .row-user-outter {
        /* height: 60px; */
    }

    .panel-meldungen {
        margin: 0;
    }

    .social-list {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 0;
        padding-top: 5px;
    }

    .social-list .list-inline-item:not(:last-child) {
        margin-right: 0;
    }

    .right-nav .nav-item {
        padding: 0 5px 0 5px;

    }
}


@media (max-height: 950px) {
    .row-event-report {
        max-height: 520px;
        overflow-y: scroll;
    }

}

@media (max-height: 812px) {
    .row-event-report {
        max-height: 420px;
        overflow-y: scroll;
    }

}

@media (max-height: 700px) {

    .event_report > .row {
        padding-top: 0px;
    }

    .row-social-outter {
        display: none;
    }
}

@media (max-height: 600px) {
    .row-event-report {
        max-height: 280px;
        overflow-y: scroll;
    }
}

@media (max-height: 569px) {

    .dashboard {
        padding-top: 0px !important;
    }
    .login .row .wrapper {
        padding: 0px;
    }
    .first  {
        display: none;
    }

}

@media (max-width: 420px) {

    #vorlesungen .bootstrap-select>.dropdown-toggle {
        height: 35px;
    }

    #accordion-vorlesungen #collapseOne .card-body {
        padding: 0;
    }

    #vorlesungen .form-group > .dropdown {
        width: 250px;
    }

    .row-user #navFirstRight .justify-content-end {
        float: right;
    }

    .wetter-nav-item {
        display: none;
    }

    .site_back {
        top: 80px;
    }

    #vorlesungen .kurse-tooltip > i{
        font-size: 14pt;
    }

    .glyphicon-refresh {
        left: 260px;
    }

    .form-kurse tbody td:first-child, .form-kurse thead th:first-child {
        min-width: 180px;
    }

    .row-social-outter {
        display: none;
    }

    .star {
        float: right;
    }

    #primary-nav .nav-item {
        padding-left: 5px !important;
    }

    #primary-nav .nav-item-title {
        padding-left: 0px;
    }

    #mainNav .nav-link {
        min-width: unset !important;
    }

    .star {
        right: 5px;
    }
}

@media (max-width: 320px) {

    .vorlesungen-collapse:after {
        margin-left: 0px;
    }

    .social-list > li > p > a {
        font-size: 20pt;
    }

    .panel-meldungen {
        max-height: 200px;
    }

    #navFirstLeft .navbar-brand {
        width: 190px !important;
    }

    .form-kurse tbody td:first-child, .form-kurse thead th:first-child {
        min-width: 156px;
    }


}

@media (max-width: 400px) {
    .wetter-nav-item {
        display: none;
    }
}

@media (max-width: 492px) {

}

@media (max-width: 576px) {

    #ladeKurse.form-inline .form-group {
        flex: unset;
    }

    #vorlesungen form .btn-form-submit {
        /*margin: 5px 0 0 1px;*/
    }

    #primary-nav.mobile.show {
        overflow-x: hidden;
    }

    .event_report_input label {
        min-width: unset;
    }

    #vorlesungen .kurse-tooltip {
        float: right;
        margin-left: 5px;
    }

    .row-vorlesung-settings {
        padding: 5px 0 0px 0;
    }

    .swiper-slide > a > .card-img-top {
        /* max-height: 73px; */
        max-width: 50px;
        /* height: 73px; */
        /* width: 73px; */
    }

    .event_report_input label {
        min-width: 75px;
    }

    .event_report > .row {
        padding-top: 8px;
    }

    .row-apps label {
        font-size: 9pt;
    }

    .app_label {
        margin-left: 5px;
    }

    .kurse #accordion-vorlesungen .card .card-body .table td {
        padding-left: 0;
        padding-right: 10px;
    }

    .site_back {
        /*top: 75px;*/
    }

    #collapsePanel {
        top: 70px;
        left: 144px;
        /* width: 100%; */
    }


    #navFirstLeft .navbar-brand {
        width: 230px;
        margin-right: 0px;
    }

    .panel-meldungen {
        margin: 5px 5px 30px 10px;
    }
    .social-list {
        padding-top: 0;
    }

    .userlogin {
        /* display: none; */
    }

    .card-img-top {
        /* height: 100px; */
    }

    .social-list > li > p > a {
        font-size: 16pt !important;
    }

    .row-social-outter {
        margin-right: auto;
        margin-left: auto;
    }

    .row-social-outter {
        height: auto;
    }

    .meldung-titel {
        margin-bottom: 0.5rem;
        font-size: 11pt;
    }

    .meldung-text {
        font-size: 10pt;
    }
    .panel-meldungen {
        max-height: 250px;
    }

    .col-login {
        padding-left: 0;
    }

    #navFirstRight .navbar-nav .nav-item .nav-link {
        padding: 0px 10px;
    }

    .colorswitch-nav-item, .geschenk-nav-item {
        display: none;
    }

    .right-nav {
        /*padding-left: 40px;*/
    }
}

@media (max-width: 600px) {
    .event_report .form-group input, .event_report .form-group textarea {
        min-width: 280px;
    }
    .event_report .form-group select#category , .event_report .form-group select#languages {
        min-width: 280px;
        width: 100px;
    }
}

@media (max-width: 576px) and (orientation: landscape) {
    .panel-meldungen {
        max-height: 150px;
    }
}


@media (max-height: 830px) {

    .row-vorlesung-settings {
        padding: 5px 0 0px 0;
    }

    .site_back {
        font-size: 20pt ;
    }
}

@media (max-height: 630px) {

    .row-vorlesung-settings {
        padding: 5px 0 0px 0;
    }

    .form-kurse > table > tbody {
        max-height: 180px;
    }

    .row-vorlesung-settings {
        padding:  0 15px;
    }

    #accordion-vorlesungen .card-body {
        padding: 0 1.25rem;
    }

    .kurse .container-full {
        padding-top: 0px;
    }

    .kurse #accordion-vorlesungen .card .card-body .table td {
        padding: 0.25rem;
    }

    #vorlesung-table {
        margin-top: 0;
    }

    .kurse thead tr th {
        /*padding: 0 15px;*/
    }
}

@media (max-height: 500px) {
    #vorlesung-table tbody {
        max-height: 150px;
    }

    .site_back {
        font-size: 20pt ;
    }
}



@media (max-height: 576px) and (orientation: landscape) {

    .kurse #accordion-vorlesungen .card .row h2 {
        display: none;
    }

    .kurse #accordion-vorlesungen .card > .card-header .card-link-button {
        font-size: 10pt;
    }

    .fixed-top {
        position: static;
    }

    .swiper-slide > a > .card-img-top {
        max-width: 50px !important;
    }

    .form-kurse > table > tbody {
        max-height: 100px;
    }
}

@media (max-height: 400px) {
    .row-event-report {
        max-height: 200px;
        overflow-y: scroll;
    }
}

@media (max-height: 400px) and (orientation: landscape) {

    .form-kurse > table > tbody {
        max-height: 30px !important;
    }
}

@media (max-height: 360px) and (orientation: landscape) {

    .userlogin p {
        font-size: 8pt;
    }

    #usericon > i {
        font-size: 15px;
        padding: 8px;
    }

    #navFirstRight {
        height: 40px;
    }

    #navFirstRight {
        margin-top: 0;
    }
}