﻿body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #eee;
    min-height: 100%;
    height: 100%;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.button-content {
    border-top: rgba(0, 0, 0, 0.2) solid 1px;
    padding-top: 15px;
    padding-bottom: 15px;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
  padding: 0 25px;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.button-content {
    border-top: rgba(0, 0, 0, 0.2) solid 1px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}*/

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  position: relative;
  min-height: 100%;
}

body {*/
  /* Margin bottom by footer height */
  /*margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;*/ /* Vertically center the text there */
/*}*/

main {
    padding-top: 115px;
    flex-grow: 1;
}

.main-master {
    border-radius: 10px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 992px) {
    main {
        padding-top: 90px;
    }
}

.icon-small {
    max-width: 25px;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/*--------------------------------------------------------------
# Viewport-Container
--------------------------------------------------------------*/
.display-viewport-container {
    position: fixed;
    top: 25px;
    right: 0;
    padding: 5px;
    background-color: black;
    color: white;
    font-weight: bold;
    z-index: 999;
    border-bottom-left-radius: 5px !important;
}

.display-viewport-container {
    display: none;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #fff;
    height: 0px;
    font-size: 14px;
    transition: all 0.5s;
}

#topbar.topbar-scrolled {
    top: 0px;
}

#topbar .logo {
    position: absolute;
    top: 15px;
    height: 75px;
}

#topbar.topbar-scrolled .logo {
    display: none;
}

#topbar .contact-info a {
    line-height: 1;
    color: #444444;
    transition: 0.3s;
}

    #topbar .contact-info a:hover {
        color: #1977cc;
    }

#topbar .contact-info i {
    color: #1977cc;
    padding-right: 4px;
    margin-left: 15px;
}

    #topbar .contact-info i:first-child {
        margin-left: 0;
    }

#topbar .social-links a {
    color: #437099;
    padding-left: 15px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
}

    #topbar .social-links a:hover {
        color: #1977cc;
    }

    #topbar .social-links a:first-child {
        border-left: 0;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 99;
    padding: 15px 0;
    top: 0px;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

    #header.header-scrolled {
        top: 0;
        padding: 0;
    }

    #header .logo-small {
        display: none;
        height: 30px;
    }

    #header .logo-big {
        display: block;
        height: 60px;
        margin-top: -30px;
        margin-bottom: -30px;
    }

    #header.header-scrolled .logo-small {
        display: block;
    }

    #header.header-scrolled .logo-big {
        display: none;
    }

    #header .logo {
    }

        #header .logo a {
            color: #2c4964;
        }

        #header .logo img {
            max-height: 40px;
        }

@media (max-width: 992px) {
    #header {
        top: 0;
        padding: 0;
    }

        #header .logo-small {
            display: block;
            font-size: 28px;
        }

        #header .logo-big {
            display: none;
            font-size: 28px;
        }
}

@media (max-width: 992px) {
    .navbar-expand .navbar-toggler {
        display: initial;
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

    .back-to-top i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        background: #6d7378;
        color: #fff;
        transition: all 0.4s;
    }

        .back-to-top i:hover {
            background: #d2d6d9;
            color: #fff;
        }

/*--------------------------------------------------------------
# sidebar
--------------------------------------------------------------*/
.sidebar {
    width: 0;
    position: fixed;
    z-index: 1;
    top: 115px;
    left: 5px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
}

@media (max-width: 992px) {
    .sidebar {
        top: 90px;
    }

    h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.25rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    .blockquote {
        font-size: 1rem;
    }
}

.sidebar.sidebar-open {
    width: 235px;
}

#main.sidebar-open {
    margin-left: 250px;
}


@media (min-width: 992px) {
    .sidebar {
        width: 235px;
    }

    #main {
        /*margin-left: 250px;*/
    }
}

@media (min-width: 1640px) {
    #main {
        margin-left: 0px;
    }
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: gray;
    display: block;
    transition: 0.3s;
}

    .sidebar a.active {
        color: black;
        font-weight: 700;
    }

    .sidebar a:hover {
        color: #fff;
        background-color: lightgray;
    }

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

    .openbtn:hover {
        background-color: #444;
    }

.block-header {
    margin-top: 20px;
    color: #aaa;
}

.blockelement {
    margin-top: 5px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 5px;
}

    .blockelement:hover {
        background-color: #efefef;
    }

/* Navigation */
.fixed-top {
    z-index: 1031;
}

.be-nosidebar-left .be-top-header .be-navbar-header .navbar-brand,
.be-top-header .be-navbar-header .navbar-brand {
    width: 230px;
    background-size: initial !important;
}

.be-top-header .navbar-nav > li > a.nav-link {
    height: 60px;
}

.be-nosidebar-left .be-top-header .be-navbar-header .be-toggle-left-sidebar {
    display: none;
}

.be-icons-nav > li.nav-item.active > a .icon {
    color: #4285f4;
}

/* Modul Drop-Down */
.connection-item:hover {
    border-color: transparent !important;
    background-color: #f5f5f5 !important;
}

.connection-item.active {
    color: #4285f4 !important;
}