﻿/* 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. 
textcolor #8c2942*/

html {
    font-size: 14px;
    background-color: white;
    /*background-image: url(../images/bbnailspaper.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100%;
    /* Oberer Rand für die Navbar*/
    margin-top: 120px;
}
@media (min-width: 768px) {
    html {
        margin-top: 120px;
        font-size: 16px;
    }
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: transparent;
	font-size: 18px;
	font-family: Arial;
	line-height: 1.2em;
	font-weight: 400;
	color:#8c2942;
}

.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 */
}

a {
	color:#800000;
}

.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%;
	text-align: center;
}

.wwmeldung-bottom {
    flex: 10%;
    text-align: center;
}

.ww-height100{
    height: 100%;
	width: 100%;
}

.ww-group-content {
    display: flex;
}

.container {
    background-color: transparent;
}
table.liste-preisliste-v1 {
	width: 100%;
}

table.liste-preisliste-v1 tr td:nth-child(1) {
    width:70%;
}

table.liste-preisliste-v1 tr td:nth-child(2) {
    text-align: end;
}

table.liste-kurs {
	width: 60%;
}

table.liste-kurs tr td:nth-child(1) {
	text-align: end;
}

table.liste-kurs tr td:nth-child(2) {
    text-align: end;
}

.btn-cufor {
    /* background-color: #b0b0b080; */
	background-color: transparent;
    color: #800000;
    border-radius: 6px 8px;
    border-style: none;
    text-align:center;
}
    .btn-cufor:hover,
    .btn-cufor:focus {
        color: #F00000;
    }

.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: #800000;
    background-color: transparent;
}

.navbar-container-cufor {
    color: #7e2e65;
    background-color: white;
}

.navbar-cufor {
    color: #7e2e65;
	background-color: transparent;
}

.cufor-navbar-brand {
    background-color: transparent;
    background-image: url(../images/logo.gif);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: auto;
    white-space: normal;
    text-align: center;
	height: 108px;
	width: 144px;
    color: #800000;
    padding: 6px;
    margin: 4px;
    font-size: 20px;
	font-weight: bold;
}

.navbar-cufor-border {
    background-color: transparent;
    color: #7e2e65;
    border-radius: 6px 8px;
    margin: 3px 1px 1px 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(49.4,18,39.6, 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(49.4,18,39.6);
}

.line-cufor {
    color: white;
    background-color: darkgray;
    height: 2px;
}

.link-cufor {
    color: #7e2e65;
    margin-bottom: 4px;
    white-space: normal;
}
    .link-cufor:hover,
    .link-cufor:focus {
        color: white;
        background-color: #800000;
        text-decoration: underline;
    }

.linkbutton-cufor {
    color: #7e2e65;
	background-color: #fb969a;
	padding: 5px 4px 5px 4px;
	border: 1px solid #7e2e65;
}
    .linkbutton-cufor:hover,
    .linkbutton-cufor:focus {
        color: white;
        background-color: #800000;
        text-decoration: underline;
    }
.a-linkbutton-cufor{
    color: #7e2e65;
	background-color: transparent;
}
    .a-linkbutton-cufor:hover,
    .a-linkbutton-cufor:focus {
        color: white;
        text-decoration: underline;
    }

.description-cufor {
    font-size: 14px;
}

.footerlink-cufor {
    color: #800000;
}

.cuforLinkButton {
    border: 0px;
    border-style: none;
}

.wwABtn {
    border: 1px solid black;
    background-color: transparent;
    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 #800000;
}

.border-bottom {
    border-bottom: 1px solid #800000;
}

.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: #800000;
    }

/*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: #f9f9f9;
    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: #FFFFFFE0;
        padding: 1px 16px;
        text-decoration: none;
        border-style: none;
        display: block;
        text-align: left;
    }
        .dropdown-content button:hover {
            color: #fb969a;
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}
