﻿none
/* 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. */
body {
}

@font-face {
    font-family: Mitre Square;
    src: url(../font/MitreSquare/MitreSqu_U.ttf) format('truetype');
    font-display: swap;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.nav-link.active {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}



/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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;
}



/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 30px;
}

.footer {
    position: absolute;
    margin: -50px;
    bottom: 0;
    width: 100%;
    line-height: 60px;
}

/*.navbar {*/
    /*background-color: #FFFFF0;*/
/*}
    .navbar .navbar-brand:hover {
        color: #0000CD;
    }*/


/*For magnifier
-------------------------------------------------- */
svg {
    color: #818181;
    fill: currentColor;
    width: 30px;
    height: 30px;
    padding: 5px;
}

@media screen and (max-width: 500px) {
    .Frontpage-Background {
        display: none;
    }

    div.Index2ndColumns {
        display: none;
    }

    div.Index3rdColumns {
        display: none;
    }

    div.IndexSimpleOpenRow {
        display: block;
    }

    .IndexSimpleButtons {
        word-break: break-word;
        writing-mode: vertical-lr;
    }

    #IndexIndexSimple {
        position: relative;
        bottom: 40px;
    }

    .IndexMobile-Picture {
        width: 100%;
        height: auto;
    }

    svg {
        width: 20px;
        height: 20px;
        padding: 0;
    }
}

@media screen and (min-width: 500px) {
    .IndexSimpleOpenColumn {
        display: none;
    }
}

.sidenav-search {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    background-color: #FFFFF0;
    overflow-x: auto;
    padding-bottom: 40px;
}

    .sidenav-search a {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 25px;
        /*color: #818181;*/
        display: block;
    }

        /*.sidenav-search a:hover {
            color: #f1f1f1;
        }*/

.sidenav-search-upperPart {
    position: sticky;
    top: 0;
    bottom: 30px;
    /*background-color: #FFFFF0;*/
    padding-top: 10px;
}

.Frontpage-Background {
    max-width: 40vw;
    background-size: 100% 100%;
    transform: rotate(0.1turn);
    background-repeat: no-repeat;
    position: fixed;
    bottom: 0;
    right: 0;
    border: hidden;
    z-index: -5;
}

.photo {
    position: relative;
    top: 5px;
}
    .photo img {
        float: right;
        box-shadow: 10px 15px 25px 0 rgba(0,0,0,.2);
        transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .photo:hover img {
        box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);
    }

.successMsg {
    color: forestgreen;
}

.errorMsg {
    color: firebrick;
}

.fancybox-button.fancybox-button--arrow_left,
.fancybox-button.fancybox-button--arrow_right {
    width: 150px;
    height: 150px;
}

.ErläuterungenVideos {
    max-width: 100%;
}

.zIndex_3 {
    z-index: 3;
}

.zIndex_5 {
    z-index: 5;
}

.marginTop_100 {
    margin-top: 100px;
}

.marginTop_80 {
    margin-top: 80px;
}

.marginTop_60 {
    margin-top: 60px;
}

.marginTop_40 {
    margin-top: 40px;
}

.tab-style {
    font-size: 20px;
    width: 50%;
    background-color: #FFFFF0;
    text-align: center;
}

.nav-tabs > li > a {
    margin-right: 0px;
    color: grey;
}

#FirstDivRemove {
    display: none;
}

.button {
    color: white;
    text-decoration: none;
}

#colorContainer, #materialContainer {
    display: flex;
}

.removeToponmy, .removePostalcode{
    grid-column: 2;
    grid-row: 1 / span 2;
}
.inputDivToponymy, .inputDivPostalcode {
    display: grid;
    grid-template-columns: auto auto;
}

.search-input {
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.autocomplete-div {
    border: 1px solid;
    border-radius: 5px;
    padding-left: 5px;
}