﻿/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    /*word-break: break-all;*/
}

.btn-cufor {
    background-image: url(../images/cu4logobutt.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color:black;
    border-radius:6px 8px;
    margin:1px;
}
    .btn-cufor:hover,
    .btn-cufor:focus {
        background-color: red;
        background-image: none;
        color: red;
    }

.titlebar-cufor {
    color: white;
    background-color: darkgray;
}

.link-cufor {
    color: red;
}
.link-cufor:hover,
.link-cufor:focus{
    color: white;
    background-color:red;
    text-decoration:underline;
}

.description-cufor {
    font-size: 12px;
}

.footerlink-cufor {
    color: red;
}

.cuforLinkButton {
    border: 0px;
    border-style: none;
}

.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;
    }

html {
    font-size: 14px;
    background-color: #000000;
    background-image: url(../images/cu4paper.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;
}
/*@media (min-width: 768px) {
    body {
        margin-top: 30px;
    }*/

.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 */
}

.container {
    background-color: white;
}

.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;
    }
}

/*.cufor-black {
    background-color: black;
}*/

/* 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: red;
    }

/*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:hover .dropdown-content {
    display: block;
}
