﻿body {
    background-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

.custom-toggler.navbar-toggler {
    color: rgb(255,0,0);
} 

a:link {
    color: #64b5f6;
    min-width: 25px;
    text-decoration: none;
}

a:visited {
    color: #64b5f6;
    min-width: 25px;
    text-decoration: none;
}

a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

a.subMenu:hover a.tecMenu:hover {
    color: #ffffff !important;
    text-decoration: none;
}

.text-bg-primary {
    background-color: #0D47A1 !important;
}

.subNavi {
    color: #ff7043;
    text-decoration: none;
}

.mdMobile a:hover {
    /*background-color: #4B515D;*/
    color: #f1f1f1;
}

.btn-primaryMain {
    /*    color: #64b5f6 !important;
    background-color: #000000;
    border: 1px solid #64b5f6 !important;
*/
    color: #ffffff !important;
    background-color: #000000; /*#2962FF;*/
    border: 0px solid #2962FF !important;
    font-weight: bold;
}

    .btn-primaryMain:hover, .btn-primaryMain:focus, .btn-primaryMain:active, .btn-primaryMain.active, .open > .dropdown-toggle.btn-primary {
        color: #ffffff !important;
        background-color: #000000;
        border: 0px solid #448AFF !important;
        font-weight: bold;
        text-decoration: none;
    }

.btn-primary {
    /*    color: #64b5f6 !important;
    background-color: #000000;
    border: 1px solid #64b5f6 !important;
*/
    color: #ffffff !important;
    background-color: #1E88E5; /*#2962FF;*/
    border: 1px solid #2962FF !important;
    font-weight: bold;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #ffffff !important;
        background-color: #448AFF;
        border: 1px solid #448AFF !important;
        font-weight: bold;
        text-decoration: none;
    }

.btn-warning {
    color: #000000 !important;
    background-color: #64b5f6 !important;
    border: 1px solid #64b5f6 !important;
    text-decoration: none;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        color: #000000 !important;
        background-color: #64b5f6 !important;
        border-color: #4B515D !important;
        border-color: #4B515D !important;
    }

.form-select {
    color: #ffffff !important;
    /*background-color: #ffffff;*/
    /*border: 1px solid #64b5f6 !important;*/
    stroke: #ff7043 !important;
    border: 1px solid #BBDEFB !important;
    /*    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='#ff0000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
*/
}

.accordion-button:not(.collapsed)::after {
    background-color: #ff0000;
    color: #ff0000 !important;
}

.accordion-button:not(.collapsed) {
    color: #ff0000 !important;
}

.select {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Durchsuchen...";
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #bdbdbd !important;
}

.custom-file-input {
    content: "Durchsuchen...";
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #bdbdbd !important;
}

.fontColorCounter {
    color: #bdbdbd;
}

.groupsCardOverview {
    border: 0px solid #bdbdbd;
    margin: 3px;
    padding: 1px;
}

.menuColBorder {
    border-left: 1px solid #bdbdbd;
}

.bgButtonCurrentSelection {
    border-bottom: 3px solid #ff7043 !important;
}

.input-group, input-group-sm {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

.text-danger {
    color: #ff4444 !important;
}

.text-info {
    color: #00C851 !important;
}

.card {
    background-color: #010101;
    border: 1px solid #010101;
    border-radius: 10px 10px 10px 10px;
}

.dropdown-menu {
    background-color: #000000 !important;
    color: #64b5f6;
}

.dropdown-menu-maxHeight {
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
}

.dropdown-item {
    background-color: #212121;
    font-size: x-large;
    font-weight: bold;
}

.dropdown-item-Small {
    font-size: x-small;
    margin: 1px;
    padding: 1px;
}

.dropdown-item-Desktop {
    font-size: small;
    margin: 1px;
    padding: 1px;
}

.dropdown-menu > li > a:hover {
    background-image: none;
    background-color: red;
}

select:focus > option:checked {
    background: #000 !important;
}

.back-to-top {
    background: #000000;
    border: 1px solid #000000 !important;
    color: #64b5f6;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 1em;
    z-index: 100;
}

.notification {
    background-color: #000000;
    color: white;
    text-decoration: none;
    padding: 1px 2px;
    position: relative;
    display: inline-block;
    border: 1px solid #bdbdbd !important;
    border-radius: 1px;
    font-size: x-small;
}

    .notification .badge {
        position: absolute;
        top: -6px;
        right: -4px;
        padding: 3px 9px;
        border-radius: 20%;
        font-size: x-small;
    }

.fontCurrentSelection {
    color: #FFCDD2 !important; /*ffc0cb*/
}

.fontArticleHeadline {
    font-size: large;
}

.fontlArticle {
    font-size: large; /*x-small*/
}


.fontxlArticle {
    font-size: x-large; /*x-small*/
}

.fontArticle {
    font-size:medium; /*small*/
}

.fontxsArticle {
    font-size: small; /*x-small*/
}

.fontxxsArticle {
    font-size: x-small; /*x-small*/
}

.fontMenuMobilePrimary {
    font-size: large
}

.fontMenuMobileSecond {
    font-size: large
}

.tec-form-sm-black {
    color: #ffffff !important;
    background-color: #000000;
    font-size: small;
    max-width: 540px;
}

input:focus, textarea:focus, select:focus {
    background-color: #202020 !important;
    border: 1px solid #64b5f6 !important;
    color: #ffffff !important;
}

.tec-div-black {
    color: #ffffff !important;
    background-color: #ff0000;
    max-width: 540px;
}

@media (max-width: 760px) {
    a.tecMenu:link {
        font-size: 18px;
    }
}

/*.tec-header-bg-default {
    background-color: #1f1f1f !important;
}
*/
.tec-header-bg-default {
    background-color: #FFCDD2 !important;
    color: #000000 !important;
    font-weight: bold;
    font-size: larger;
    opacity: 75%;
}

.tec-header-bg-dark-default {
    background-color: #FF8A80 !important;
    color: #000000 !important;
    font-weight: bold;
    font-size: larger;
}

.tec-header-bg-vcards {
    background-color: #020202 !important; /*#EEEEEE !important; #B3E5FC*/
    color: #000000 !important;
    font-weight: bold;
    font-size: larger;
}

.tec-text-info {
    color: #FFCDD2 !important;
}

.tec-bg-black {
    /*background-color: #343434;*/
    /*background-color: #212121;*/
    /*background-color: #141414;*/
    background-color: #212121;
}

.tec-bg-default {
    background-color: #000000 !important;
}

.tec-me-bubble {
    border: 1px solid #bdbdbd !important;
}

.tec-is-online {
    color: #00C851 !important;
}

.tecMenu .subMenu {
    border: 1px solid #bdbdbd !important;
    background-color: #101010;
}

.control-label-left {
    color: #ffffff !important;
}

.col-md-10 {
    color: #ffffff !important;
}

.card-body {
    color: #ffffff !important;
}

textarea, file, input {
    border: 1px solid #BBDEFB !important;
}

.input::placeholder {
    color: #bdbdbd !important;
    opacity: 3;
}

.form-input::placeholder {
    color: #bdbdbd !important;
    opacity: 3;
}

.form-control::placeholder {
    color: #bdbdbd !important;
    opacity: 3;
}
/*
.hrNav {
    display: block;
    border: 0px;
    background-image: url('/assets/img/line1pxLGBT.jpg');
    background-position: center top;
    background-size: 100% auto;
}

.navBorder {
    border-image: url('/assets/img/line1pxLGBT.jpg');
}
*/


.bg-image {
    /* The image used */
    /*background-image: url("photographer.jpg");*/
    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(8px);
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fakeCheckColor {
    color: #1DE9B6;
}

.text-white {
    color: #ffffff !important;
}
