﻿/* 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. */

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #eee;
    background-color: #000;
    background-image: url(/img/priscilla-du-preez-ggeZ9oyI-PE-unsplash.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

body {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    margin-bottom: 60px;
    padding: 0 2em;
    /*    max-width: 1000px;
*/ margin: 0 auto;
    background-color: transparent;
    min-height: 100vh;
}

.minheight100vh {
    min-height: 100vh;
}

.bgColor {
    /*    background-image: none !important;
*/ background-color: white !important;
}

/*header {
    position: sticky;
    top: 0;
}
*/
footer {
    z-index: 9;
    border-top: 3px solid #eee;
    font-size: 70%;
    padding: 1ex;
    text-align: right;
    letter-spacing: .5ex;
    /*    text-transform: uppercase;*/
    position: sticky;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
}

@media (max-width: 575px) {
    .navbar-nav {
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.75);
        border-radius: 5px;
    }
}

@media screen and (max-width: 949px) {
    html body > footer {
        margin: 0 -1ex;
    }
}

html body > footer aside {
    width: 3rem;
    /*    height: 3rem;
*/ float: left;
    color: white;
}

.gold-75 {
    background-color: rgba(255, 221, 0, 0.75);
}

.gold-25 {
    background-color: rgba(255, 221, 0, 0.25);
}

.white-4 {
    background-color: rgba(255, 255, 255, 0.4);
}

.white-6 {
    background-color: rgba(255, 255, 255, 0.6);
}

.white-75 {
    background-color: rgba(255, 255, 255, 0.75);
}

.white-8 {
    background-color: rgba(255, 255, 255, 0.8);
}

.news-gradient {
    background: rgb(188,170,164);
    background: linear-gradient(0deg, rgba(188,170,164,1) 0%, rgba(255,255,255,1) 100%);
}

.article-gradient {
    background: rgb(255,224,130);
    background: linear-gradient(0deg, rgba(255,224,130,1) 0%, rgba(255,255,255,1) 100%);
}

.practice-gradient {
    background: rgb(197,225,165);
    background: linear-gradient(0deg, rgba(197,225,165,1) 0%, rgba(255,255,255,1) 100%);
}

.link-gradient {
    background: rgb(129,212,250);
    background: linear-gradient(0deg, rgba(129,212,250,1) 0%, rgba(255,255,255,1) 100%);
}

.download-gradient {
    background: rgb(255,171,145);
    background: linear-gradient(0deg, rgba(255,171,145,1) 0%, rgba(255,255,255,1) 100%);
}

.forum-gradient {
    background: #FFC107;
    background: linear-gradient(0deg, #FFC107 0%, rgba(255,255,255,1) 100%);
}

.text-shadow-2-2-4-000000 {
    text-shadow: 2px 2px 4px #000000;
}

.text-shadow-0-0-6-FFFFFF {
    text-shadow: 0px 0px 6px #ffffff;
    font-size: large;
}

.title-shadow {
    text-shadow: 2px 2px 4px #795548;
}

.page-item.active .page-link {
    background-color: #ffc107;
    border-color: #ffc107;
}

.flex_110 {
    flex: 1 1 0%;
}

.comment * {
    margin-bottom: 0;
}

.display-4 {
    font-size: 2.5rem;
}

.skewX {
    transform: skewX(-5deg);
}

.boxshadow:hover {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

aside {
    float: right;
    /*width: 250px;*/
    padding-top: .5rem;
    padding-left: .5rem;
    margin-left: .5rem;
    /*box-shadow: inset 5px 0 5px -5px #29627e;*/
    font-style: italic;
    color: #29627e;
}

    aside > p {
        margin: .5rem;
    }

.logo {
    height: 5rem;
}

#buttonENSK {
    position: relative;
    right: -30px;
    top: -30px;
    transform: rotate3d(1, 1, 1, 45deg);
    float: right;
}

.command {
    background: #ff9800;
    padding: 0 10px;
    border-radius: .25rem;
    transform: skewX(-10deg);
}

    .command a {
        color: #fff;
    }

.crud {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #ff9800;
    padding: 0;
}

    .crud a {
        color: #fff;
    }

.card:hover .crud, .vposun:hover .crud {
    transition: all 0.3s ease-out;
    bottom: 23px;
}

/*DROPDOWN MENU*/
.showmenu {
    float: left;
    overflow: hidden;
}

    .showmenu .showbtn {
        border: none;
        outline: none;
        color: inherit;
        background-color: inherit;
        margin: 0;
    }

.showmenu-content {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 1ex;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
}

    .showmenu-content a {
        float: none;
        color: inherit;
        padding: 6px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .showmenu-content a:hover {
            color: black;
            background-color: #ddd;
        }

.showmenu:hover .showmenu-content {
    display: block;
}

.showmenu1 {
    float: left;
    overflow: hidden;
}

    .showmenu1 .showbtn1 {
        border: none;
        outline: none;
        color: inherit;
        background-color: inherit;
        margin: 0;
    }

.showmenu1-content {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 1ex;
    min-width: 105px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
}

    .showmenu1-content a {
        float: none;
        color: inherit;
        padding: 6px 16px;
        text-decoration: none;
        display: block;
        text-align: center;
    }

        .showmenu1-content a:hover, .showmenu1 .showbtn1:hover {
            color: black;
            background-color: #ddd;
        }

.showmenu1:hover .showmenu1-content {
    display: block;
}

/*Komentare*/
.post {
    display: flex;
}

.postUser {
    /**
   * The flex property is a short-hand for setting
   * the flex-grow, flex-shrink, and flex-basis
   * properties. These properties control how the
   * element resizes to fill its container.
   *
   * The value we're using here is actually the
   * default, but I'm including so I can explain it
   * a bit. The default value equates to:
   *
   * - flex-grow: 0
   * - flex-shrink: 1
   * - flex-basis: auto
   *
   * We set flex-grow to 0, so this element won't
   * expand to fill its container.
   *
   * We'll then set flex-shrink to 1 so that the
   * element will shrink as its container gets
   * smaller. However, it will only shrink so far
   * because...
   *
   * ...we set flex-basis to auto. This causes
   * the content's size to also be a factor in the
   * calculation of the element's size. Because
   * the width of a child element is set (below),
   * this element won't shrink below that size.
   *
   * The net result is that this element stays a
   * fixed size, neither expanding nor shrinking.
   */
    flex: 0 1 auto;
    padding-bottom: 10px;
}

.postUser__portrait {
    /**
     * We're using these three flexbox properties
     * here to center the portrait icon inside of
     * this element.
     *
     * We'll explore these properties in more detail
     * in the "Stay Centered" section, so I'll only
     * briefly summarize here:
     *
     * - display: flex instructs the browser to
     *   use flexbox to lay out this element's
     *   children.
     * - justify-content: center will center the
     *   icon along the main axis.
     * - align-items: center will center the icon
     *   along the secondary (perpendicular) axis.
     */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 60px;
    font-size: 70px;
    line-height: 0;
    color: gray;
    padding-top: 10px;
    padding-bottom: 10px;
}

.postUser__name {
    /*    color: #57727C;*/
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-shadow: 0px 0px 5px #ffffff;
}

.postBody {
    /**
   * We'll use the short-hand flex property again
   * here, to make the body of the post expand to
   * fill the container, and shrink as the container
   * becomes narrower.
   *
   * By setting flex-grow to 1, we cause this
   * element to expand to fill the container.
   *
   * Setting flex-shrink to 1 causes this element
   * to shrink with the container.
   *
   * Last, we set flex-basis to 0 so that its
   * size is solely determined by the size of
   * the container. (The default value is auto,
   * which would cause the content's size to also
   * be a factor in this calculation.)
   *
   * The net result of these properties is that the
   * element is a fluid size, and will expand and
   * shrink with its container.
   *
   * NOTE: IE11 ignores flex short-hand declarations
   * with unitless flex-basis values. So we have to
   * use 0% instead of 0 as a workaround. You can
   * find more info at:
   * github.com/philipwalton/flexbugs.
   */
    flex: 1 1 0%;
    position: relative;
    padding: 15px;
    /*    border: 1px solid #CAD0D2;
*/ border-radius: 5px;
}

    .postBody:after,
    .postBody:before {
        right: 100%;
        top: 40px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .postBody:after {
        border-color: transparent;
        border-right-color: #ffffff;
        border-width: 8px;
        margin-top: -8px;
    }

    .postBody:before {
        border-color: transparent;
        border-right-color: #CAD0D2;
        border-width: 9px;
        margin-top: -9px;
    }

.postBody__content {
    color: #57727C;
    font-size: 12px;
}

.postBody__date {
    margin-top: 5px;
    color: #86969C;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.webtest {
    position: fixed;
    right: -65px;
    top: 75px;
    color: red;
    text-shadow: 1px 1px 1px #ffffff;
    font-size: 1.5rem;
    transform: rotate(90deg);
}


.title-outline {
    border-left: 5px solid;
    border-bottom: 1px solid;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


/*SUTAZ*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700");

body {
    background: transparent;
    font-family: "Montserrat", "Roboto";
    margin: 0;
    z-index: 0;
}

.title_sutaz {
    font-weight: bold;
    font-size: 1rem;
    position: relative;
    /*top: 0.45rem;
    right: 0.75rem;*/
}

.fab {
    z-index: 100;
    cursor: pointer;
    color: #ffffff;
    position: fixed;
    top: 10px;
    right: 5px;
}

    .fab > .fab-trigger {
        position: relative;
        z-index: 101;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FF0000D1;
        /*height: 64px;*/
        width: 70px;
        transform: translate(0);
        box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.25);
    }

        .fab > .fab-trigger > .fab-icon {
            transition: all 0.3s;
            transform: rotate(45deg);
            height: 32px;
            width: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .fab > .fab-items {
        user-select: none;
        z-index: 101;
        position: absolute;
        top: 64px;
        right: 34px;
        display: flex;
        flex-direction: column-reverse;
        transform: translatey(calc(64px + 32px + 100%));
        opacity: 0;
        transition-property: transform, opacity;
        transition-duration: 0.3s, 0.3s;
        transition-timing-function: ease-out;
    }

        .fab > .fab-items > .fab-item {
            font-weight: bold;
            color: #f8f8f8;
            cursor: pointer;
            user-select: none;
            display: flex;
            flex-direction: row;
            align-items: center;
            white-space: nowrap;
            height: 64px;
        }

            .fab > .fab-items > .fab-item > .icon {
                margin-right: 0.75rem;
            }

                .fab > .fab-items > .fab-item > .icon > svg {
                    width: 32px;
                    height: 24px;
                    fill: currentcolor;
                }

            .fab > .fab-items > .fab-item > .title {
                font-size: 1.5rem;
                line-height: 1.5rem;
            }

    .fab.open > .fab-trigger {
        background-color: #ffffff;
        color: #FF0000D1;
    }

        .fab.open > .fab-trigger > .fab-icon {
            transform: rotate(0);
        }

    .fab.open > .fab-items {
        opacity: 1;
        transform: translatey(0);
    }

    .fab > .fab-backdrop {
        z-index: 1;
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 100vh;
        background: #FF0000D1;
        opacity: 0;
        border-bottom-left-radius: 9999px;
        transform: scale(0);
        transform-origin: top right;
        transition: all 0.3s ease-out;
        box-shadow: 0 0 0 32px #FF000088, 0 0 0 64px #FF000033;
    }

    .fab.open > .fab-backdrop {
        opacity: 0.75;
        transform: scale(1);
    }

    .fab * {
        user-select: none;
    }


/*Sutaz*/
.coverImage {
    width: 100%;
    height: 200px;
}
