/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/* #f3ceb7   Hell */
/* #d15406   Dunkel */

html {
    font-size: 14px;
    background-color: #000000;
    background-image: url(../images/freyjapaper.png);
    position: relative;
    min-height: 100%;
    /* Oberer Rand für die Navbar*/
    margin-top: 65px;
}

@media (min-width: 768px) {
    html {
        margin-top: 75px;
        font-size: 16px;
    }
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: transparent;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.wwmeldung-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.wwmeldung-title{
    flex: 0 1 auto;
}

.wwmeldung-content{
    flex: 1 1 auto;
}

.wwmeldung-top {
    flex: 90%;
}

.wwmeldung-bottom {
    flex: 10%;
    text-align: center;
}

.ww-height100{
    height: 100%;
}

.ww-group-content {
    display: flex;
}

.container {
    background-color: white;
}

table.align-right-col3 {
    width: 100%;
}

    table.align-right-col3 tr td:nth-child(3) {
        text-align: end;
    }

.btn-cufor {
    background-color: #d15406;
    color: white;
    border-radius: 6px 8px;
    border-style: none;
    text-align:center;
}
    .btn-cufor:hover,
    .btn-cufor:focus {
        background-color: #f3ceb7;
        color: white;
    }

.btn-cufor-inner {
    background-color: transparent;
    color: inherit;
    margin: 1px;
    padding: 6px;
    text-align: center;
    border-style: inherit;
}
.btn-cufor-inner:hover,
.btn-cufor-inner:focus {
    background-color: transparent;
    color: inherit;
}

.btn-cufor-payment-paypal {
    background-image: url(../images/de-pp-logo-150px.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffc43a;
    color: black;
    border-radius: 6px 8px;
    margin: 1px;
    border-style: none;
    min-width: 250px;
    height: 50px;
}
/*.btn-cufor-payment:hover,
    .btn-cufor-payment:focus {
        background-color: saddlebrown;
        background-image: none;
        color: white;
    }*/

.btn-cufor-payment-paysafe {
    background-image: url(../images/PaySafe-Button.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    color: black;
    border-radius: 6px 8px;
    margin: 1px;
    border-style: none;
    min-width: 250px;
    height: 50px;
}

.btn-wk-delete-cufor {
    background-image: url(../images/DeleteWk.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 18px;
    min-width: 18px;
}
    .btn-wk-delete-cufor:hover,
    .btn-wk-delete-cufor:focus {
        opacity: 0.5;
    }

.btn-wk-quantityplus-cufor {
    background-image: url(../images/PlusWk.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 18px;
    min-width: 18px;
}
    .btn-wk-quantityplus-cufor:hover,
    .btn-wk-quantityplus-cufor:focus {
        opacity: 0.5;
    }

.btn-wk-quantityminus-cufor {
    background-image: url(../images/MinusWk.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 18px;
    min-width: 18px;
}
    .btn-wk-quantityminus-cufor:hover,
    .btn-wk-quantityminus-cufor:focus {
        opacity: 0.5;
    }

.btn-option-cufor {
    background-image: url(../images/option.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 24px;
    min-width: 24px;
}
    .btn-wk-delete-cufor:hover,
    .btn-wk-delete-cufor:focus {
        opacity: 0.5;
    }

.titlebar-cufor {
    color: white;
    background-color: #d15406;
}

.navbar-container-cufor {
    color: black;
    background-color: transparent;
}

.navbar-cufor {
    color: black;
    background-color: white;
}

.cufor-navbar-brand {
    background-color: white;
    margin-right: auto;
    white-space: normal;
    text-align: center;
    color: black;
    padding: 6px;
    margin: 4px;
    font-size: 18px;
}

.navbar-cufor-border {
    background-color: #d15406;
    color: white;
    border-radius: 6px 8px;
    margin: 1px;
    padding: 6px;
    border-style: none;
}

.cufor-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.cufor-toggler.navbar-toggler {
    border-color: rgb(0,0,0);
}

.line-cufor {
    color: white;
    background-color: darkgray;
    height: 2px;
}

.link-cufor {
    color: #d15406;
    background-color: white;
    margin-bottom: 4px;
    white-space: normal;
}
    .link-cufor:hover,
    .link-cufor:focus{
        color: black;
        background-color:#f3ceb7;
        text-decoration:underline;
    }

.textlink-cufor {
    color: black;
    background-color: rosybrown;
    border: 1px solid red;
    padding: 4px 7px 2px 4px;
    align-self:center;
}
    .textlink-cufor:hover,
    .textlink-cufor:focus {
        color: white;
        background-color: red;
        text-decoration: underline;
    }

.description-cufor {
    font-size: 12px;
}

.footerlink-cufor {
    color: #d15406;
}

.cuforLinkButton {
    border: 0px;
    border-style: none;
}

.wwABtn {
    border: 1px solid black;
    background-color: gainsboro;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
}

.wwbtn-upload {
    position: relative;
    width: 20px;
    height: 40px;
}
    .wwbtn-upload .label {
        font-size: 14px;
        font-weight: normal;
        /*color: #337ab7;*/
        border-radius: 0;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 6px;
    }
    .wwbtn-upload input {
        opacity: 0;
        cursor: pointer;
        font-size: 14px;
        width: 80px;
        height: 40px;
    }

.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;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
    .dl-horizontal dt {
        white-space: normal;
    }

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 640px;
    width: 100%
}

/* Nachrichten */
.message {
    border-top: 3px black groove;
    color: black;
    background-color: antiquewhite;
}

.message-input {
    width: 100%;
    color: black;
}

.message-strg {
    border: 1px solid black;
    float: right;
    cursor: pointer;
}
    .message-strg:hover {
        color: #f3ceb7;
    }

/*Spielereien für die Bilder*/
.img-zoom-inplace {
    position: absolute;
    border: 1px solid #000;
    cursor: all-scroll;
    z-index: 100;
}

/*DropDown Geschichten*/
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1100;
}
    .dropdown-content a {
        float: none;
        color: black;
        padding: 1px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }
        .dropdown-content a:hover {
            background-color: #ddd;
        }
    .dropdown-content button {
        float: none;
        color: black;
		background-color: transparent;
        padding: 1px 16px;
        text-decoration: none;
		border-style: none;
        display: block;
        text-align: left;
    }
        .dropdown-content button:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}
