/*https://adrianhall.github.io/asp.net/2022/08/26/adding-sass-to-blazor/*/
:root {
    --main-color: #00b8f3;
}


html {
    font-family: "Raleway","Helvetica Neue", "Helvetica", Helvetica, Verdana, Arial, sans-serif, Geneva, 'DejaVu Sans', sans-serif, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-weight: lighter;
    font-style: normal;
    color: #ffffff;
    position: relative;
    min-height: 100%;
    font-size: 12px;
}


@media (min-width: 768px) {
    html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


body {
    background-color: #000000;
    color: #ffffff;
}
img {
    width: 100%;
    border: solid 0px white;
    border-radius: 0px;
}
hr{
    padding:20px;
    color:#666;
}
a img {
    filter: unset; /* IE6-9 */
    -webkit-filter: none; /* Google Chrome, Safari 6+ & Opera 15+ */
    transition: all 0.5s;
}

a:hover img {
    /* filter:   var(--main-color);;  IE6-9 */
    filter: brightness(2);
    -webkit-filter: brightness(2); /* Google Chrome, Safari 6+ & Opera 15+ */

}

h1 {
    text-transform: uppercase;
    letter-spacing: 10px;
    color: var(--main-color);
    font-weight: lighter;
}
.Container_3_4, .Container_2_3 {
    margin-left: 0%;
}
.Subtitle_3_4, .Subtitle_2_3 {
    width: 90%;
}

.h1Container {
    text-align: left;
    margin-bottom: 30px;
    margin-top: 50px;
    border-left: 2px solid var(--main-color);
    padding-left: 20px;
}
.h1Subtitle {
    color: #fff;
    margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
    /*** CSS für Bildschrimbreiten bis zu 769 Pixel ***/
    .Container_3_4 {
        margin-left: 33%;
    }ex
    .Subtitle_3_4 {
        width: 66%;
    }
    .Container_2_3 {
        margin-left: 50%;
    }
    .Subtitle_2_3 {
        width: 100%;
    }
}
@media screen and (min-width: 990px) {
    /*** CSS für Bildschrimbreiten bis zu 769 Pixel ***/
    .Container_3_4 {
        margin-left: 25%;
    }
    .Subtitle_3_4 {
        border: solid 0px green;
    }
    .Container_2_3 {
        margin-left: 33%;
    }
    .Subtitle_2_3 {
        width: 50%;
 
    }
}

h2 {
    font-size: 1.7em;
    margin: 15px 0px 10px 0px;
    color: var(--main-color);
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom: solid 1px #aaa;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: lighter;
}

h3 {
    font-size: 1.2em;
    margin: 10px 0px 5px 0px;
    color: var(--main-color);
    padding-bottom: 5px;
    padding-left: 10px;
    border-bottom: solid 0px #aaa;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: lighter;
}

li {
    display: list-item;
    text-align: left;
    unicode-bidi: isolate;
}

a{
    text-decoration:none;
    color:    var(--main-color);
}

a:hover {
        color: #fe5d00;
    }
.button {
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px;
    line-height: normal;
    margin: 0px;
    position: relative;
    text-decoration: none;
    -moz-appearance: none;
    background: transparent none repeat scroll 0% 0%;
    background-color: transparent;
    color: var(--main-color);
    border-color: var(--main-color);
    background-color: #000;
    padding: 10px;
    font-size: 1rem;
    transition: background-color 500ms ease-out 0s;
}
.button:hover {
        outline: 0px none;
        background-color: rgba(200, 200, 200, 0.15);
        cursor: pointer;
        background-color:  var(--main-color);;
        color: #000;
    }
.text_right {
    text-align:  right;
}
.text_left {
    text-align: left;
}

.row {
    text-align: left;
    border: solid 0px red;
    margin: 0px;
    padding: 0px;
}

.row p {
        margin: 0px;
        margin-bottom: 10px;
        padding-left: 10px;
    }

.noBorder {
    border: 0px;
}
.noMargin {
    margin: 0px;
}
.noPadding {
    padding: 0px;
}
.margpad0 {
    margin: 0px;
    padding: 0px;
}
.navbar {
    padding: 0px;
    color: #fff;
}
.ni {
    padding: 0px;
    padding-bottom: 0px;
    transition-duration: 1s;
}
.ni:hover {
    color:  var(--main-color);;
    background-color: #fff;
}

.ni-link {
    padding: 20px;
    color: #fff;
    border-left: 1px solid #fff;
}
.ni-link a {
    color: #fff;
    border-l    : 1px solid #fff;
}
.ni-link a:hover {
        color: #fff;
        border-left: 1px solid #fff;
    }


.content {
    max-width: 100%;
    margin-right: 0px;
    padding: 0px;
/*    background-color: antiquewhite;*/
}


.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.page {
    margin: 20px;
    margin-right: 50px;
    margin-bottom:150px;
}

/*BOOKS*/
.booksSelect {
    border-radius: 0px;
    text-decoration: none;
    border: solid 1px #666;
    padding: 3px;
    padding-left: 8px;
    margin-right: 5px;
    transition: all 0.5s;
    color: #fff;
}
.booksSelect:hover {
        border: solid 1px #eee;
        background-color: #fff;
        color: #258cfb;
    }

.booksSelectActive {
    background-color:  var(--main-color);
    color: #000;
    transition: all 0.5s;
}

.booksImage {
    max-height: 400px;
    margin-left: 0px;
    padding: 0px;
    border: 0px solid #fff;
}
.booksInfo {
    opacity: 1;
    text-align: left;
    position: relative;
    z-index: 100;
    padding: 10px;
    border: 0px solid #fff;
   text-align:center;
    margin-bottom:50Px;
}
.booksInfo h2{
    margin:0px;
    padding:0px;
    text-align: center;
    font-size:  x-large;
    border: 0px solid #fff;
}
    .booksInfo p {
        margin-top: 20px;
        padding-top: 20px;
        text-align: justify;
        border-top: 1px solid var(--main-color);
    }

/*Ausstellungen*/
.exborder {
    padding: 0px;
    border: 0px solid #fff;
    border-left: 0px solid white;
    background-color: black;
    position: relative;
    float: left;
}
.exborder img {
    border-left: 0px solid white;
}


.exBox, .exDetailBox, .exDetailBoxDown {
    z-index: 1;
    padding: 20px;
    border: 0px solid #fff;
}

.exBox {
   /*   margin-top: 0px;
    background-color: rgba( 10, 10, 10, 1);
      position: relative;
    margin-left: -200px;
    float:left;*/
}

.exDetailBox {
    padding-top: 10px;
    margin-top: -140px;
    margin-left: 10%;
    border-bottom: 0px solid #fff;
    width: 80%;
    text-align: center;
    background-color: #000;
}

.exDetailBoxDown {
    position: absolute;
    padding: 10px;
    margin-bottom: -40px;
    margin-left: 10%;
    border-top: 0px solid #fff;
    width: 80%;
    text-align: center;
    background-color: black;
}

@media (max-width: 768px) {
    .exBox {
        margin-right: 0px;
        margin-top: 0px;
        padding-top: 0px;
        border-left: 2px solid  var(--main-color);;
        border-bottom: 0px solid #fff;
    }
    .exborder {
        border: 0px solid  var(--main-color);;
        border-left: 2px solid  var(--main-color);;
    }
}

.bdwNext {
    transition-duration: 0.5s;
    height: 100%;
    border: 1px solid #fff;
    background-color: #aaaaaa;
    /*background-image: linear-gradient(90deg, cornflowerblue 0%, wheat 54%)*/
}


.bdwNext:hover {
    background-color:  var(--main-color);;
}

.box {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-position: bottom center;
    background-size: cover;
    color: #000;
}
.overbox {
    background-color: #00b8f3;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 1;
    width: 100%;
    height: 100%;
    padding: 30px 20px 10px 20px;
}

/*BOOTSRAP ÜBERSCHREIBUNG*/
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color:#000;
    transition: background-color 500ms ease-out 0s;
}

.nav-tabs .nav-link {
    margin-right:2px;
    background-color: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    border-radius: 0px;
}

.nav-tabs {
    border: 0px solid #000;
    margin-bottom: 50px;
    margin-top: 0px;
}


