/* MAIN STYLING*/


.icon-red {
    color: red !important;
}

.icon-white {
    color: white !important;
}

/*Bootstrap 5.2 Anpasssungen aus 08/2021*/
.dropdown-menu {
    width: 200px !important;
}
/*Anpassungen Ende*/

/*Fit*/
ImageSmallThumb {
    max-width: 100px; 
    max-height: 200px; 
    border: 2px solid #000;
    border-radius: 10px;
}



/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* General Styles */
hidden {
    display: none !important;
}

.blinking-text {
    color: red; /* Textfarbe */
    font-size: 24px; /* Schriftgröße */
    font-weight: bold; /* Schriftstärke */
    animation: blink 1s infinite; /* Animation */
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    /* Sichtbar */
    50% {
        opacity: 0;
    }
    /* Unsichtbar */
}

body {
    /*height: 100% !important;*/
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem !important;
    /*background-image: url("../Pix/office.jpg");*/ 
    /*no-repeat center center fixed;*/
    /*background-size: cover;*/
    background-color: #fff;
    /*display: flex;
	min-height: 100vh;
	margin: 0 auto;
	flex-direction: column;
	overflow-x: hidden;*/
}

input[type=text] {
    padding: 0;
    height: 30px;
    position: relative;
    left: 0;
    outline: none;
    border: 3px solid #cdcdcd;
    border-color: rgba(0, 0, 0, .15);
    background-color: white;
    font-size: 16px;
    border-radius: 1.2rem;
    
}

textarea {
    padding: 0;
    height: 30px;
    position: relative;
    left: 0;
    outline: none;
    border: 3px solid #cdcdcd;
    border-color: rgba(0, 0, 0, .15);
    background-color: white;
    font-size: 16px;
    border-radius: 1.2rem;
    overflow: hidden !important;
}

input:focus {
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 10px #719ECE;
}

textarea:focus {
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 10px #719ECE;
}

.textWarningBorder {
    outline: none !important;
    border-color: #ffc107 !important;
    box-shadow: 0 0 10px #ffc107 !important;
}

.textDangerBorder {
    outline: none !important;
    border-color: #f75a30 !important;
    box-shadow: 0 0 10px #f75a30 !important;
}

.textDefaultBorder {
    padding: 0;
    height: 30px;
    position: relative;
    left: 0;
    outline: none;
    border: 3px solid #cdcdcd;
    border-color: rgba(0, 0, 0, .15);
    background-color: white;
    font-size: 16px;
    border-radius: 1.2rem;
}

a {
/*    color: #343a40 !important;*/
    font-size: 2rem;
}



/*ArrowLink {
    font-size: 1.2rem !important;
}*/

a:hover {
    color: #f75a30;
    text-decoration: underline;
}

.whiteLink a:link {
    color: white !important;
    text-decoration: underline;
}

.whiteLink a:hover {
    color: yellow !important;
    text-decoration: underline;
}
.main-content {
    padding-top: 60px;
    margin-bottom: 30px;
}

@media (min-width: 600px) and (max-width: 800px) {
    .main-content {
        padding-top: 90px
    }

    .sticky-top-margin-to-top {
        top: 12% !important;
    }
}

main {
    min-height: 100px;
    flex: 1;
}

    main .container {
        margin-bottom: 0px;
    }

    main .container-last {
        margin-bottom: 0;
    }
    s
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* Medium devices (desktops, 768px and up) */
@media (min-width: 768px) {
    main .container {
        margin-bottom: 0px;
    }

    .sticky-top-margin-to-top {
        top: 8% !important;
    }
}

@media screen and (max-width: 768px) {
    .hiddencontent {
        display: none !important;
    }

    .sticky-top-margin-to-top {
        top: 12% !important;
    }
}

/*@media screen and (max-height: 500px) {
    .footer {
        position: absolute !important;
    }
}*/



h1, h2 {
    color: #f75a30
}

h4 {
    background-color: #198754;
    color: silver;
    border-radius: 1rem !important;
}

.form-control {
    font-size:2rem !important;
}

.position-inbox {
    position: absolute;
    top: 15px;
    right: 20px;
}

.position-brand {
    position: absolute;
    top: 80px;
    left: 10px;
    z-index: 9999;
}

.position-search {
    position: absolute;
    top: 80px;
    left: 10px;
    z-index: 9999;
}

.btn {
    font-size: 2rem !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border-radius: 1.5rem !important;
    white-space: normal;
}
.fa {
    color: #fff !important;
}

.eXDODASimpleLink {
    font-size: 1.5rem !important;
}

.progressbar {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.textCenterinDivBox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.justify-content-center {
    text-align:center;
}

.eXODABigFaIcon {
    font-size: 2.5rem !important;

}

.eXODATextSuperBig {
    font-size: 6rem !important;
}

.eXODATextSuperBigXXL {
    font-size: 8rem !important;
}

.eXODATextBig {
    font-size:3rem !important;
}

.eXODATextXS {
    font-size: 0.1rem !important;
    word-wrap: break-word;
}

.eXODATextS {
    font-size: 0.8rem !important;
    word-wrap: break-word;
}

.eXODATextM {
    font-size: 1.0rem !important;
    word-wrap: break-word;
}

.eXODATextL {
    font-size: 1.4rem !important;
    word-wrap: break-word;
}

.eXODATextXL {
    font-size: 1.8rem !important;
    word-wrap: break-word;
    
}

.eXODATextGreen {
    color:green;
}


.eXODATextRed {
    color: red;
}

.eXODAPaginationPages {
   font-size:2rem;
}

.eXODAItemBox {
    align-items: center;
    padding: 10px 0;
    max-width: 150px;
    word-wrap: break-word;
}

.eXODAProjectBox {
    align-items: center;
    padding: 10px 0;
    max-width: 550px;
    word-wrap: break-word;
}
 
.eXODAblink {
    animation: blinker 3s linear infinite;
   
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.roundedeXODA {
    border-radius:2.25rem !important;
}

.bg-danger {
    font-size: 2rem !important;
    color: #fff !important;
}


/*Eigene klasse*/
.bg-dangerMedium {
    font-size: 1.5rem !important;
    color: #fff !important;
}

.btn-dhl {
    font-size: 2rem !important;
    background-color: #fcf839 !important;
    color: #343a40 !important;
}

.btn-primary {
    /*font-size: 2rem !important;*/
    color:#fff !important;
}

.btn-success {
    /*font-size: 2rem !important;*/
    color: #fff !important;
}
.bg-success {
    /*font-size: 2rem !important;*/
    color: #fff !important;
}
.btn-secondary {
    /*font-size: 2rem !important;*/
    color: #fff !important;
}



.btn-ci {
    background-color: #f75a30;
    color: #fff;
    /*font-size: 1.4em;*/
}

    .btn-ci:hover {
        color: #f2f2f2;
    }

    .btn-ci:focus {
        color: #f2f2f2;
    }

.ci-color {
    color: #f75a30;
}

.sectionpadding {
    padding: 45px 0;
}

.grey-bg {
    background: #F5F5F5;
    margin-bottom: 55px;
}

h1 span {
    color: #777;
}

h2 {
    margin: 30px 0 20px;
}

/* Main Index Styles */
#index-page h1 {
    margin: 0 0 30px;
    
}

#index-page h2 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 20px;
}

    #index-page h2 span:first-child {
        color: #f75a30;
        font-size: 30px;
    }

    #index-page h2 span:last-child {
        color: #777;
        font-size: 24px;
    }

.alert-list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 2.4;
}

    .alert-list li {
        padding-left: 35px;
        background: transparent url(../images/bell-icon.jpg) no-repeat 0px 9px;
    }

.amz-functions {
    padding-left: 30px;
    list-style: none;
    line-height: 2.4;
}

    .amz-functions li:before {
        content: "\f00c";
        font-family: FontAwesome;
        display: inline-block;
        margin-left: -30px;
        width: 30px;
        color: #449D44;
    }

.sellerboost-features {
    margin: 0;
    padding: 0;
    padding-left: 30px;
    list-style: none;
    line-height: 1.8;
}

    .sellerboost-features li a {
        color: #F76038;
    }

    .sellerboost-features li:before {
        content: "\f0da";
        font-family: FontAwesome;
        display: inline-block;
        margin-left: -20px;
        width: 10px;
        color: #F76038;
    }

.bell-icon {
    margin-top: 15px;
    margin-bottom: 30px;
}

#competition-icon {
    margin-bottom: 30px;
    margin-top: -150px;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 768px) {
    .bell-icon {
        margin-bottom: 0;
    }
}

ul.social-media {
    list-style: none;
    padding-left: 0;
    background-image: url('../images/social-media-bg.png');
    background-repeat: no-repeat;
    background-position: left 60px top 10px;
    padding-bottom: 55px;
}



    ul.social-media i.fa {
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        margin-right: 5px;
        margin-top: 10px;
        padding: 10px 11px;
        font-size: 22px;
        transition: 1s;
    }

    ul.social-media i.fa-twitter {
        background-color: #1DA1F2;
        transition: 1s;
    }

    ul.social-media i.fa-facebook {
        background-color: #3C5A99;
        transition: 1s;
    }

    ul.social-media i.fa-whatsapp {
        background-color: #009846;
        transition: 1s;
    }

    ul.social-media i.fa-play-circle {
        background-color: #E62117;
        color: #fff;
        transition: 1s;
    }

    ul.social-media.horizontal {
        background: none;
        padding: 0;
    }

        ul.social-media.horizontal li {
            display: inline-block;
        }

.panel:hover {
    cursor: default !important;
}



/* Nav Styles */
.navbar {
    margin-bottom: 0;
    min-height: 70px;
    -webkit-box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.20);
    box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.20);
}

.navbar-default {
    background: #337ab7;
    border: 0;
    /*rgba(247, 90, 48, 0.96);*/
}

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        padding: 15px 25px 15px;
        font-size: 18px;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #fff;
        }

        .navbar-default .navbar-nav > li > a > i.fa {
            margin-right: 5px;
        }

    .navbar-default .navbar-brand {
        margin-right: 0px;
        margin-top: 0px;
        color: #fff;
    }

        .navbar-default .navbar-brand:hover {
            color: #fff;
        }

        .navbar-default .navbar-brand span:first-child {
            font-size: 38px;
        }

        .navbar-default .navbar-brand span:last-child {
            font-size: 24px;
        }

.beta {
    background: #fff;
    margin: 0;
    color: #f75a30;
    float: left;
    text-align: center;
    width: 130px;
    padding: 5px 0;
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 0 none;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 18px 10px;
    position: relative;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 1px;
}

/* Medium devices (desktops, 768px and up) */
@media (min-width: 768px) {
    .navbar-default .navbar-brand {
        margin-right: 30px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        padding: 25px 15px 24px;
        font-size: 18px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .navbar-default .navbar-brand {
    }
}

.footer-font {
    font-size: 16px;
}


/* Medium devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
    .navbar-default .navbar-brand {
        /*margin-right: 250px;*/
    }
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #F75A30;
}

#header-bg {
    background-image: url('../images/header-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    position: relative;
}

/* Breadcrumb */
.breadcrumb {
    padding: 15px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
    font-size: 14px;
}

    .breadcrumb i {
        font-size: 14px;
    }

    .breadcrumb > .active {
        color: #333;
    }

    .breadcrumb i.fa {
        margin-right: 5px;
        font-size: 20px;
        color: #bbb;
    }

/* Footer Styles */



footer {
    /*background: #337ab7;*/ /* #F76038;*/
    position: relative;
    /*bottom: 0;*/
    bottom: 0;
    width: 100%;
}

    footer.index {
        color: #fff;
    }

        footer.index .container {
            background: transparent url(../images/price-block-bg-small.png) no-repeat right bottom;
            padding: 25px 0 85px;
        }

        footer.index #footer-logo span {
            display: block;
            font-size: 1.6em;
            margin-bottom: 10px;
        }


        footer.index #footer-logo {
            padding-bottom: 15px;
        }

        footer.index a {
            color: #fff;
        }

            footer.index a:hover {
                text-decoration: underline;
            }

        footer.index ul {
            list-style: none;
        }

            footer.index ul li {
                line-height: 2;
            }

                footer.index ul li a {
                    color: #fff;
                }

        footer.index a:hover {
            text-decoration: underline;
        }

        footer.index ul li a:hover {
            text-decoration: underline;
        }

        footer.index ul {
            padding-left: 0;
        }

        footer.index p i.fa {
            width: 40px;
            height: 40px;
            text-align: center;
            border-radius: 50%;
            color: #fff;
            margin-right: 5px;
            margin-top: 10px;
            padding: 10px 11px;
            font-size: 20px;
            background-color: #bbb;
            transition: 1s;
        }

        footer.index p i.fa-twitter:hover {
            background-color: #1DA1F2;
            transition: 1s;
        }

        footer.index p i.fa-facebook:hover {
            background-color: #3C5A99;
            transition: 1s;
        }

        footer.index p i.fa-whatsapp:hover {
            background-color: #009846;
            transition: 1s;
        }

        footer.index p i.fa-play-circle {
            color: #fff;
        }

            footer.index p i.fa-play-circle:hover {
                background-color: #E62117;
                color: #fff;
                transition: 1s;
            }

.table {
    --bs-table-accent-bg:silver !important;
    --bs-table-striped-bg:#7076e8 !important;
  /*  --bs-table-striped-color:white !important;
    color:white !important;*/
}
.abstand {
    /*padding: 15px !important;*/
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}


.abstandObenUnten {
    /*padding: 15px !important;*/
    margin-top: 15px;
    margin-bottom: 15px;
}


#footer-block-1 {
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}

#footer-block-2 {
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}

#footer-block-3 {
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}

#footer-block-4 {
    
    padding-left: 15px;
    padding-top: 15px;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    footer.index #footer-logo {
        padding-bottom: 45px;
    }

    #footer-block-1 {
        padding-bottom: 0;
        padding-top: 0;
    }

    #footer-block-2 {
        padding-bottom: 0;
        padding-top: 0;
    }

    #footer-block-3 {
        padding-bottom: 0;
        padding-top: 0;
    }

    #footer-block-4 {
        padding-top: 0;
    }
}

/* Back to Top Button */
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 18px 22px;
    background-color: #F75A30;
    border-radius: 50%;
    color: #fff;
    display: none;
    -webkit-box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.10);
    box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.10);
}

    #back-to-top:hover {
        transition: 0.5s;
        background-color: #bbb;
    }

/* Remove Outline */
.btn:focus,
.btn:active,
.btn:hover {
    outline: none !important;
}

a:focus,
a:active,
a:hover {
    outline: none !important;
}




/*
 * Thomas:
 *
 */

/* account verwaltung */
.grey-box {
    border: 1px solid silver;
    padding: 20px;
}

    .grey-box h3 {
        margin: 0 0 20px 0;
    }

    .grey-box.first {
        height: 300px;
    }

    .grey-box.second {
        height: 190px;
    }

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.info-table {
    width: 100%;
}

    .info-table td {
        vertical-align: top;
        ;
    }

        .info-table td:nth-child(1) {
            width: 170px;
        }

        .info-table td:not(:last-child) {
            padding-bottom: 10px;
        }

    .info-table a {
        color: #FE4032;
    }

.grey-box ul.social-media.horizontal {
    position: relative;
    top: -10px;
    left: 80px;
}

.grey-box ul.social-media i.fa {
    width: 30px;
    height: 30px;
    padding: 5px;
    font-size: 18px;
}

/* Button Boxes */
.button-box {
    position: relative;
    padding: 20px 20px 60px 20px;
}

    .button-box p {
        margin: 0;
    }

    .button-box .button {
        position: absolute;
        right: 20px;
        bottom: 20px;
    }

.button {
    display: inline-block;
    background: #F75A30;
    padding: 3px 15px;
    color: white;
    border: none;
    cursor: pointer;
}

    .button:hover {
        text-decoration: none;
        color: white;
        box-shadow: 0px 0px 5px #888
    }

.action-button {
    display: inline-block;
    padding: 3px 15px;
    background: #eee;
    color: #000;
    border: 1px solid #eee;
}

    .action-button:hover {
        text-decoration: none;
    }

    .action-button.white {
        background: #fff;
    }

.message-button {
    color: #F75A30;
    display: table;
    margin-top: 10px;
    cursor: pointer;
}

    .message-button:hover {
        color: #000;
    }

label {
    font-weight: normal;
    cursor: pointer;
    font-size: 1.5rem !important;
}

.register-first {
    padding-right: 0;
}

.register-img-cell {
    border-left: 25px solid #F76038;
    padding-left: 0;
    position: relative;
}

    .register-img-cell h3 {
        position: absolute;
        top: 10px;
        left: 10px;
        font-weight: 600;
    }

    .register-img-cell p {
        position: absolute;
        bottom: 0;
        right: 25px;
        color: #fff;
    }

@media (max-width: 1199px) {
    .register-img-cell {
        padding-left: 15px;
        border-left: 0px;
    }

    .register-first {
        padding-right: 15px;
    }

    .register-img-cell h3 {
        left: 30px;
    }

    .register-img-cell p {
        right: 120px;
    }
}

@media (max-width: 990px) {
    .register-img-cell p {
        right: 30px;
    }

    .navbar-right {
        float: left !important;
        margin-right: -15px;
    }

    .navbar-default .navbar-nav > li:first-child > a {
        padding-left: 0px;
    }
}

@media (max-width: 300px) {
    .navbar-brand img {
        padding-right: 5px;
        max-width: 95%;
    }

    .navbar-brand {
        padding-left: 0 !important;
    }
}

.register-info {
    margin-bottom: 10px;
}

    .register-info img {
        margin: 0 5px 3px 7px;
        max-width: 18px;
    }
/* Tables */
table {
}

.register .table > tbody > tr > th {
    border-top: 2px solid #fff;
}

.register .table th:nth-child(2) {
    text-align: center;
}

.register .table-striped td {
    font-size: 15px;
}

    .register .table-striped td:nth-child(2) {
        text-align: center;
        color: green;
    }

.register .table > tbody > tr > td {
    padding: 6px 0px 6px 10px;
}

.tab-table {
    position: relative;
}

    .tab-table .tab-content {
        color: white;
        background-color: #fff;
        padding: 5px 15px;
        border: 1px solid #eee;
    }

    .tab-table .nav-pills > li > a {
        border-radius: 0;
    }

#table-search {
    position: absolute;
    top: 0px;
    right: 0px;
}

    #table-search.static {
        position: relative;
    }

.search-holder {
    padding-top: 50px;
}

#table-search.static input {
    width: 100%;
}

#table-search input {
    width: 500px;
    border: 1px solid #F75A30;
    padding: 5px 5px 5px 10px;
}

#table-search .fa-search {
    display: inline-block;
    background: #F75A30;
    color: white;
    padding: 9px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.nav-pills > li > a {
    background: #eee;
    border: 1px solid #eee;
    padding: 15px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background: #fff !important;
    border-top: 1px solid #eee !important;
    border-right: 1px solid #eee !important;
    border-bottom: 1px solid #fff !important;
    border-left: 1px solid #eee !important;
    /*color: #F75A30 !important;*/
    position: relative;
    z-index: 3;
}

.tab-content {
    color: black !important;
    position: relative;
    top: -1px;
    z-index: 2;
}

.fa-arrow-down {
    color: #fff;
}

.fa-arrow-up {
    color: #fff;
}

.tab-content [type=checkbox],
.tab-content .fa-pause {
    margin-right: 5px;
}

.tab-content .fa-play {
    color: green;
}

    .tab-content .fa-play:hover,
    .tab-content .fa-pause:hover {
        opacity: .6;
        cursor: pointer;
    }

/* benachrichtigungen */
.product-box {
    border: 1px solid silver;
    padding: 10px;
    width: 50%;
    float: left;
}

    .product-box.open {
        background: #eee;
        border-bottom: 1px solid #eee;
    }

    .product-box img {
        margin-top: 10px;
    }

.product-panel {
    display: none;
}

    .product-panel .prod-form {
        background: #eee;
        padding: 15px;
        border-left: 1px solid silver;
        border-right: 1px solid silver;
        position: relative;
    }

        .product-panel .prod-form .button {
            position: absolute;
            right: 15px;
            bottom: 15px;
        }

        .product-panel .prod-form label {
            font-weight: normal;
        }

        .product-panel .prod-form .hover:hover {
            cursor: pointer;
            opacity: .6;
        }

        .product-panel .prod-form label,
        .product-panel .prod-form [type=checkbox] {
            cursor: pointer;
        }

    .product-panel .user-controls {
        display: inline-block;
    }

        .product-panel .user-controls:not(:last-child) {
            margin-right: 25px;
        }

    .product-panel hr {
        border: none;
        border-bottom: 1px dotted silver;
    }

.form-option {
    color: #000;
    display: inline-block;
    margin-right: 15px;
}

    .form-option:hover {
        color: #F75A30;
        text-decoration: none;
    }

    .form-option .fa {
        margin-right: 5px;
        ;
    }
/* Product overview */
.product-overview .text-right .button {
    margin-top: 35px;
}

#text-1 {
    padding-top: 15px;
}

#text-2,
#text-3 {
    padding-top: 5px;
}
/* add products */
hr.orange {
    border: none;
    border-bottom: 1px solid #F75A30;
}

.product-attributes {
    list-style: none;
    padding: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.prouct-add-form {
    padding-top: 10px;
}

    .prouct-add-form label {
        font-weight: normal;
        cursor: pointer;
    }

    .prouct-add-form:nth-child(2n) {
        background: #eee;
    }

/* product details */
.product-detail-box {
    background: #eee;
}

.product-detail-box-second {
    background: #DCDCDC;
}

#part-1 {
    border-right: 1px solid silver;
}

.content {
    margin-top: 100px;
}

.content-box {
    padding: 10px;
}

.h140 {
    height: 140px;
}

.product-title {
    font-size: 16px;
}

a.orange,
span.orange {
    color: #F75A30;
}

    a.orange:hover,
    span.orange:hover {
        text-decoration: none;
        color: #000;
        cursor: pointer;
    }

#setting-save {
    margin-top: 25px;
}

.relative {
    position: relative;
}

.block {
    display: block;
}

.message-box {
    display: none;
    position: absolute;
    top: 43px;
    left: 0px;
    background: #EEEEEE;
    width: calc(100% - 15px);
    padding: 25px;
    z-index: 1;
    font-size: 15px;
    box-shadow: 0px 0px 5px #888
}

#time-range {
    padding-top: 40px;
    padding-left: 60px;
}

.button.grey {
    background: silver;
    color: #000;
}

.dropdown-menu {
    background-color: #0d6efd !important;
    width: 100%;
}

    .dropdown-menu li {
        padding: 5px;
        text-align: center;
    }

    .dropdown-menu a {
        color: #ffc107 !important;
    }

#navbar .dropdown-menu > li > a {
    padding: 3px 10px;
}

    #navbar .dropdown-menu > li > a:focus,
    #navbar .dropdown-menu > li > a:hover {
        color: #555;
        text-decoration: underline;
        background-color: unset;
    }

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        padding: 25px 10px 24px;
    }
}

@media (max-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        padding-left: 0 !important;
    }

    .navbar-default .dropdown-menu li {
        text-align: left;
        padding-left: 15px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li a {
        color: #fff;
    }

    .navbar-right {
        width: 100%;
    }

    ul.nav.navbar-nav {
        margin-bottom: 0;
        margin-top: 0;
    }
}

.myasin-table td, .myasin-table th {
    padding: 10px;
}

.myasin-table td, .myasin-table th {
    border: 1px solid #DDD;
    border-left: none;
    border-right: none;
}

.myasin-table {
    border: 1px solid #DDD;
    width: 100%;
}

    .myasin-table th {
        border: none;
        font-weight: bold !important;
    }

    .myasin-table tr:nth-child(odd) {
        background-color: #F1F1F1;
    }

a.anker {
    display: block;
    position: relative;
    top: -75px;
    visibility: hidden;
}

#newsletter-section {
    margin-bottom: 55px;
}

    #newsletter-section .gray-word {
        color: #777;
    }

    #newsletter-section .brief-section {
        display: flex;
        align-items: center !important;
        justify-content: center !important;
    }

    #newsletter-section .icon-subscribe {
        height: 150px;
        width: 150px;
        position: relative;
        display: flex;
        border: 4px solid rgba(247, 90, 48, 0.5);
        background: #fbe7e8;
        background: -moz-linear-gradient(to right bottom,#fff 50%,#fbe7e8 50%);
        background: -webkit-linear-gradient(to right bottom,#fff 50%,#fbe7e8 50%);
        background: linear-gradient(to right bottom,#fff 50%,#fbe7e8 50%);
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

@media (min-width:768px) {
    #newsletter-section.equal-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

/* Hauptseite Icons Abstand */
@media (max-width: 767px) {
    div#mainwrapper {
        margin-top: 10px;
        margin-bottom: 100px;
    }
}

@media (min-width: 768px) {
    div#mainwrapper {
        margin-top: 10px;
        margin-bottom: 100px;
    }
}

/* Abstände im Footer zwischen den "Clients / Mandanten" */
#ctl00_rbClients > input {
    margin-left: 20px;
}

/* Footer Block 4 Schriftgröße */
#footer-block-4 p {
    font-size: 16px;
}


/* Schatten und so zeug vom Micha */

.shadow {
    width: 300px;
    border: 1px solid #c1c1c1;
    padding: 15px;
    margin-top: 15px;
    /*margin: 15px;*/
    -webkit-box-shadow: 0 10px 15px 0 #BFBFBF;
    box-shadow: 0 10px 15px 0 #BFBFBF;
}

.shadow-only {
    border: 1px solid #c1c1c1;
    -webkit-box-shadow: 0 10px 15px 0 #BFBFBF;
    box-shadow: 0 10px 15px 0 #BFBFBF;
}

/*ts Ergänzung Mai 2021*/
.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        }

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
    .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
        }

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent;
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
    .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
        }

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
    .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        }

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent;
    }

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
    .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent;
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
    .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        }

.font-weight-bold {
    font-weight: 700 !important;
    font-size: large;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}


wrapper {
    /*	min-height: 100% !important;
	position: relative !important;*/
}


.table {
    --bs-table-bg: #dee2e6 !important;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

#footer-logo {
    padding-left: 15px;
}
footercontainer {
    padding-bottom: 0px !important;
    width: 100% !important;
}

.wordwrap {
    word-break: break-word;
}

/*Abstand für die shadow Boxen*/
.abstandrechtslinks {
    margin-left:3px;
    margin-right:3px;
}

.abstandrechts {
    margin-right: 10px;
}

.abstandshadow {
    margin: 15px;
}

.abstandshadowmitBreite {
    
    
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    width: 99% !important;
}

.volleBreite {
    width:99% !important;
}

/*Klasse für den Slieder 12/2021*/
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {
    opacity: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


/* Einträge für Radio List ist für project_create.aspx hinzugefügt worden*/
/* Hauptcontainer für die RadioButtonList */
.responsive-radio-list {
    display: flex; /* Flexbox für flexible Anordnung */
    flex-wrap: wrap; /* Elemente umbrechen, wenn der Platz nicht ausreicht */
    gap: 10px; /* Abstand zwischen den Radiobuttons */
    justify-content: flex-start; /* Elemente linksbündig ausrichten */
}

    /* Stil für jedes RadioButton-Element */
    .responsive-radio-list div {
        display: flex; /* Flexbox für bessere Anordnung von Label und Radiobutton */
        align-items: center; /* Vertikale Zentrierung */
        min-width: 200px; /* Mindestbreite für jedes Element, um die Lesbarkeit zu gewährleisten */
    }

    /* Stil für das Label */
    .responsive-radio-list label {
        white-space: nowrap; /* Text in einer Zeile anzeigen, um Umbrüche zu vermeiden */
    }

