@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300italic,400italic,500,500italic,700,700italic,900italic,900);

html, body {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Roboto', sans-serif;
    /*height: 100% !important;*/
    max-width: 1920px;
    align-content: center;
    margin: 0 auto !important;
    /*background-color: #EAEDED;*/
    color: rgba(0, 0, 0, 0.8);
}




.container {
    min-height: 100%;
    min-width: 100% !important;
    /*padding-bottom: 20px;*/
 
    padding-left: 0;
    padding-right: 0;
}

.site {
    height: auto;
    min-height: 100%;
}

.container_menu {
    /*min-height: 100%;*/
    min-width: 100% !important;
    padding-bottom: 0px;
}


.container_corussel {
    /*min-height: 100%;*/
    min-width: 100% !important;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}





a {
    color: #0366d6;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
    padding-bottom: 130px; /* Höhe des Footers */    
}

    .main .top-row {
        background-color: #e6e6e6;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a {
            margin-left: 1rem;
        }

.sidebar {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #344955;
}

    .sidebar .top-row {
        /*background-color: rgba(0,0,0,0.4);*/
        background-color: #232F34;
    }

    .sidebar .navbar-brand {
        font-size: 1.0rem;
        color: #FFFFFF;
        vertical-align:central;
    }

    .sidebar .navbar-brand-mobile {
        font-size: 0.7rem;
        color: #FFFFFF;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

.nav-item {
    font-size: 0.85rem;
    font-weight: bold; 
}

    .nav-item:first-of-type {
        padding-top: 0rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 0rem;
    }


/* White color for MENU-Items */
.nav-link {
    color: darkgray !important;
    font-size: 0.85rem;
    font-weight:bold;    
}

.nav-link-darkgrey {
    color:darkgrey;
    font-size: 0.85rem;
    font-weight: bold;
}

.navbar-brand {
    color: #ffffff !important;
    /*font-size: 1.5rem;*/
    font-weight: 700;
    margin-right: 2rem;
}

.nav-item a {
    color:   #d7d7d7;
    border-radius: 4px;
    height: 1.5rem;
    display: flex;
    align-items: center;
    line-height: 1.5rem;
}

    .nav-item a.active {
        background-color: white; //rgba(255,255,255,0.25);
        color: white;
    }

    .nav-item a:hover {
        /*background-color: rgba(255,255,255,0.1);*/
        color: white;
    }

.content {
    padding-top: 0rem;    
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

@media (max-width: 767.98px) {
    .main .top-row {
        display: none;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

/*  SWITCH */

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.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: 26px;
        width: 26px;
        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%;
    }


/* SWITCH---END*/


/* ANSWERS  */
.answer {
    font-size: 1.2em;
    color: gray;
    padding-left: 10px;
}


/* Progress Bar */
.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #acece6;
    border-radius: 2px;
    background-clip: padding-box;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
}

    .progress .determinate {
        position: absolute;
        background-color: inherit;
        top: 0;
        bottom: 0;
        background-color: #26a69a;
        transition: width .3s linear;
    }

    .progress .indeterminate {
        background-color: #26a69a;
    }

        .progress .indeterminate:before {
            content: '';
            position: absolute;
            background-color: inherit;
            top: 0;
            left: 0;
            bottom: 0;
            will-change: left, right;
            -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
            animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
        }

        .progress .indeterminate:after {
            content: '';
            position: absolute;
            background-color: inherit;
            top: 0;
            left: 0;
            bottom: 0;
            will-change: left, right;
            -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
            animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
            -webkit-animation-delay: 1.15s;
            animation-delay: 1.15s;
        }

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}


/* INPUT FORM */
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
   
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    input[type=submit]:hover {
        background-color: #45a049;
    }



/* NAVBAR */

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    left: 0;
    z-index: 20;
}

    /* Flip around the padding for proper display in narrow viewports */
    .navbar-wrapper > .container {
        padding-right: 0;
        padding-left: 0;
        width: inherit;
    }

    .navbar-wrapper .navbar {
        width: 100% !important;
    }

.navbar-inverse {
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    border-radius: 0;
}

    .navbar-inverse .nav > li > a {
        color: #FFFFFF;
    }

        .navbar-inverse .nav > li > a:hover {
            background: none;
        }

.navbar-brand a {
    color: #FFFFFF;
}

.main-header-background {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('http://www.riwakawebsitedesigns.com/external/images/stars/img-stars-2.jpg');
    height: 620px;
    width: 100%;
    margin-bottom: 60px;
}

/* SEARCH */
/*.form-group
{
    margin-top:20px;
}


.form-control:focus {
    box-shadow: none;
    
}

.form-control-underlined {
    border-width: 0;
    border-bottom-width: 1px;
    border-radius: 0;
    padding-left: 0;
}

.form-control::placeholder {
    font-size: 0.95rem;
    color: #aaa;
    font-style: italic;
}*/




/* CAROUSEL */

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
}

    /* The colour of the indicators */
    .blog .carousel-indicators li {
        background: #a3a3a3;
        border-radius: 50%;
        width: 8px;
        height: 8px;
    }

    .blog .carousel-indicators .active {
        background: #707070;
    }


.button_transparent {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}


/* Equal Row Height */
/*.card {
    height:97%;
}*/

/*.row.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}*/

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.col-md-4 {
    /*background-color: white;*/
    /*border: 1px solid grey;*/
    display: flex;
    flex-direction: column;
}

    .col-md-4 h4 {
        flex: 1;
    }


    /* Same image-size for cards*/
.card-img-top {
    width: 100%;
    height: 7vw;
    object-fit: scale-down;
}

small {
    font-size: smaller;
}


/* Required labels */
.form-group.required .control-label:after {
    content: "*";
    color: red;
}


.price {
    color: #D17E69;
    font-weight: bold;    
    opacity:0.9;
}

.in_stock {
    color: #6AAF6A;
    font-weight: bold;
    font-size: smaller;
}

.smaller {    
    font-size: smaller;
}

.smaller_bold {
    font-weight: bold;
    font-size: smaller;
}

.xx-small {
    font-size: xx-small;
}

.xx-small_bold {
    font-weight: bold;
    font-size: xx-small;
}

.x-small {
    font-size: x-small;
}

.x-small_bold {
    font-weight: bold;
    font-size: x-small;
}

.smaller_bold {
    font-weight: bold;
    font-size: smaller;
}

.in_stock_medium {
    color: #6AAF6A;
    font-weight: bold;
    font-size:medium;
}

/* List-Group scrollable */
.list-group-scrollable {
    max-height: 700px;
    margin-bottom: 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}


.color_blue_amz {
    color: #2196F3;
    opacity: 0.6;
}

.color_blue_amz_bold {
    color: #0066C0;
    font-weight: bold;
    opacity: 0.6;
}

.color_blue_amz_bold_smaller {
    color: #0066C0;
    font-weight: bold;
    opacity: 0.6;
    font-size:smaller;
}

.font_smaller_blue {
    background: 0 0;
    border: 0;
    color: #0066C0;
    opacity:0.6;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    font-size: smaller;
    /*font-weight:bold;*/
    line-height: inherit;
}

.font_x_small_blue {
    background: 0 0;
    border: 0;
    color:  #0066C0;
    opacity: 0.6;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    font-size:x-small;
    /*font-weight:bold;*/
    line-height: inherit;
}

.font_small_blue_bold {
    background: 0 0;
    border: 0;
    color: #0066C0;
    opacity: 0.6;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;    
    font-size: small;
    font-weight:bold;
    line-height: inherit;
}

/* LIST GROUP */
li.borderless {
    border-top: 0 none;
}






/* SLIDERS */
/* https://medium.com/@AmyScript/simple-image-slider-using-html5-css3-and-jquery-fc7b4f23f4b6 */

.nextCircle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 95%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0.5;
    background-color: black;
    z-index: 19;
}

.next {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    z-index: 20;
}

.nextCircle:hover {
    opacity: 0.7;
    cursor: pointer;
}

.fa.fa-arrow-right, .fa.fa-arrow-left {
    font-size: 30px;
}

.prevCircle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 95%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0.5;
    background-color: black;
    z-index: 19;
}

.previous {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    z-index: 20;
}

.prevCircle:hover {
    opacity: 0.7;
    cursor: pointer;
}

/* HORIZONTAL SCROLL MENU */

div.scrollmenu {
    /*background-color: #333;*/
    overflow: auto;
    white-space: nowrap;
}

    div.scrollmenu a {
        display: inline-block;
        color: white;
        text-align: center;
        padding: 14px;
        text-decoration: none;
    }

        div.scrollmenu a:hover {
            /*background-color: #777;*/
        }



        /* -> INPUT NUMBER */

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    margin: 3rem;
}

    .number-input button {
        -webkit-appearance: none;
        background-color: transparent;
        border: none;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin: 0;
        position: relative;
    }

        .number-input button:before,
        .number-input button:after {
            display: inline-block;
            position: absolute;
            content: '';
            height: 2px;
            transform: translate(-50%, -50%);
        }

        .number-input button.plus:after {
            transform: translate(-50%, -50%) rotate(90deg);
        }

    .number-input input[type=number] {
        text-align: center;
    }


.md-number-input.number-input {
    border: 2px solid #ddd;
    width: 11.8rem;
}

    .md-number-input.number-input button {
        outline: none;
        width: 3rem;
        height: 2rem;
        padding-top: .8rem;
    }

        .md-number-input.number-input button.minus {
            padding-left: 8px;
        }

        .md-number-input.number-input button.plus {
            padding-left: 2px;
        }

        .md-number-input.number-input button:before,
        .md-number-input.number-input button:after {
            width: 1rem;
            background-color: #212121;
        }

    .md-number-input.number-input input[type=number] {
        max-width: 5rem;
        padding: .5rem;
        border: solid #ddd;
        border-width: 0 2px;
        font-size: 2rem;
        height: 3rem;
        font-weight: bold;
        outline: none;
    }

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        .number-input.md-number-input.safari_only button:before,
        .number-input.md-number-input.safari_only button:after {
            margin-top: -.6rem;
        }
    }
}




/* <- INPUT NUMBER */
/* MODAL */
/* The Modal (background) */
.modal {
    display:none;

    /*position: absolute;
    top: 100% !important;
    transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
    margin: auto 5%;
    width: 90%;
    height: 80%;*/
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s

    /*min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
}



/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 2px 16px;
    /*background-color: #0480be;*/
    color: white;
    font-size: medium;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    /*background-color: lightgray;*/
    color: white;
}


/* MEDIA */
@media screen and (max-width: 26.25em) {
    h1 {
        font-size: 1.775em;
    }

    h2 {
        font-size: 1.65em;
    }

    h4 {
        font-size: 1em;
    }
}


/* IMAGES */
.avatar_50 {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.avatar_100 {
    vertical-align: middle;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}


/*  */

.wrapper {
    min-height: 100%;
    width:100%;

}

.inner-content {
    padding-bottom: 160px;
}

/* FOOTER */
.footer-basic {
    height: 160px;
    margin-top: -180px;
    width: 100% !important;
    /*padding: 20px 0;*/
    background-color: #ffffff;
    color: #4b4c4d;
}

    .footer-basic ul {
        padding: 0;
        list-style: none;
        text-align: center;
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .footer-basic li {
        padding: 0 10px;
    }


    .footer-basic ul a {
        color: inherit;
        text-decoration: none;
        opacity: 0.8;
    }

        .footer-basic ul a:hover {
            opacity: 1;
        }

    .footer-basic .social {
        text-align: center;
        padding-bottom: 30px;
    }

        .footer-basic .social > a {
            font-size: 24px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            display: inline-block;
            text-align: center;
            border-radius: 50%;
            border: 1px solid #ccc;
            margin: 0 8px;
            color: inherit;
            opacity: 0.8;
        }

            .footer-basic .social > a:hover {
                opacity: 0.9;
            }

    .footer-basic .copyright {
        margin-top: 15px;
        text-align: center;
        font-size: 13px;
        color: #aaa;
        margin-bottom: 0;
    }


/* LOADER */

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

#myDiv {
    display: none;
    text-align: center;
}


/* LOADER - END*/


/*Image for Carousel*/
.img_carousel {
    display: block;
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
}


/* SUPPORT BADGE */
.badge {
    position: fixed;
    top: 70%;
    /*transform: translate(-50%, -50%);*/
    right: 20px;
    width:65px;
    height: 65px;
    z-index: 10;
    /*background: #ffc107;*/
    /*-webkit-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);*/
    /*-moz-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);*/
    /*box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);*/
    border-radius: 50%;
    text-align:center;
    vertical-align:central;
    /*background-image:url("../pictures/question.png");*/
}

.badge__button {
    background-color: white;
    border: none;
    color: white;
    /*padding: 20px;*/
    text-align: center;
    align-content:center;
    vertical-align:central;
    text-decoration: none;
    /*display: inline-block;*/
    /*margin: 4px 2px;*/
    padding:0;
    cursor: pointer;
    border-radius: 50%;
    /*opacity: 0;*/
}

.badge__content-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: medium;
    font-weight: bold;
    /*text-align: center;
    vertical-align: central;*/
    text-decoration: none;
    display: inline-block
}

    .badge__content-text a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 1.5rem;
        display: flex;
        align-items: center;
        line-height: 1.5rem;
    }

        .badge__content-text a.active {
            background-color: white;
            //rgba(255,255,255,0.25);
            text-decoration: none;
            color: white;
        }

        .badge__content-text a:hover {
            /*background-color: rgba(255,255,255,0.1);*/
            color: white;
            text-decoration: none;
        }


/* REVIEWE */
.checked {
    color: orange;
}


.form-check-input[type="radio"] {
    width: 20px; /* Beispiel: 20 Pixel breit */
    height: 20px; /* Beispiel: 20 Pixel hoch */
    /* Optional: Zentriere den inneren Kreis, kann je nach Browser variieren */
    /* transform: scale(1.2); */ /* Kann auch einfach das Element skalieren */
    /* margin-top: -1px; */ /* Ggf. Anpassung der vertikalen Ausrichtung */
}

/* Wenn du nur bestimmte Radio-Buttons ansprechen willst, gib ihnen eine Klasse */
.form-check-input.large-radio {
    width: 24px;
    height: 24px;
}

/* Oder spezifischer, wenn sie in einem bestimmten div liegen */
.my-custom-radio-group .form-check-input[type="radio"] {
    width: 22px;
    height: 22px;
}