@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,400;1,600;1,900&family=Yanone+Kaffeesatz:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,400;1,600;1,900&display=swap');
body{
    background-color: rgb(0 29 43 /100%);
    margin: 0 !important;
    line-height: 180%;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
a {
    text-decoration: none;
    color: rgb(139 162 175);
}
a:hover {
    color: rgb(255 181 55);
}
b{
    font-weight: 800;
}
.active {
    position: relative;
}
.active::before {
    background-color: #fdb634;
    content: '';
    width: 2.5rem;
    height: 3px;
    position: absolute;
    bottom: 9px;
    left: 0;
}
.text-index{
    line-height:normal;
}
.index-gal {
    margin-top:200px;
}
.index-gal a img {
    opacity: .6;
    transition: all .3s;
}
.index-gal a:hover img {
    opacity: 1;
}
.exposition b {
    font-weight: 800;
    color: rgb(255 181 55 /60%);
}
.table{
    color:#ffffff;
}
h1, h2, h3 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: rgb(255 181 55);
    font-weight:400;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: transparent !important;;
}
.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    background-color : rgb(23 68 94 /90%) !important;
    opacity:.9;
    box-shadow: 0 0 25px black;
    padding-top:3rem;
}
.offcanvas-backdrop {
    background-color: transparent;
}
.grecaptcha-badge {
    z-index: 10000;
}
.bg-cover{
    background-size: cover;
}
.bg-contain{
    background-size: contain;
}
.bg-center {
    background-position: center;
}
.bg-left {
    background-position: left;
}
.bg-norepeat{
    background-repeat: no-repeat;
}
.bg-site{
    background-color: rgb(0 29 43 /100%);
}
.bg-site2{
    background-color : rgb(23 68 94 /100%) !important;
}
.text-site {
    color: rgb(0 29 43 /100%);
}
.bg-site-secondary{
    background-color: rgb(255 181 55);
}
.text-site-secondary{
    color: rgb(255 181 55);
}

.btn-site-secondary{
    background-color: rgb(255 181 55);
    border-color: rgb(255 181 55);
    border-width: 3px;
}
.btn-site-secondary:hover {
    color: #ffffff;
    background-color: rgb(204 145 44);
    border-color: rgb(255 196 95);
    border-width: 3px;
}
.btn-site-secondary:active {
    color: #ffffff !important;
    background-color: rgb(0 29 43) !important;
    border-color: rgb(0 24 35) !important;
    border-width: 3px;
}
.header-title {
    position: relative;
    left: 0;
    font-size: 122px;
    z-index: 100;
    line-height: 71px;
    font-weight: 200;
    text-transform: none;
    width: 150%;
    margin-top: 200px;
    text-shadow: 0 0 15px rgb(0 0 0 / 60%);
}
.header-title strong {
    font-size: 62px;
    text-shadow:none;
}
.header-logo {
    height: 170px;
    width: 100%;
    max-width: 592px;
    min-width: 360px;
    left: 50%;
    top: 0;
    position: absolute;
    z-index: 1000;
    transform: translateX(-50%);
}
.header-logo::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 8px;
    background-color: rgb(255 181 55);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
nav .nav-link {
    display: block;
    padding: 0.5rem 1rem 0;
    color: #ffffff;
    font-weight: 100;
    font-size: 18px;
}
.nav-link:focus, .nav-link:hover {
    color: rgb(255 255 255 / 60%);
}
nav .dropdown-item {
    color: #ffffff;
}
.gradient-black-50 {
    background-image: linear-gradient(0deg, transparent 80%, rgb(0 0 0 / 100%) 100%);
}
.main {
    margin-top: 210px;
}
.thumbs {
    background-color: rgb(255 255 255 /0%);
    transition: all .5s;
}
.thumbs:hover{
    background-color: rgb(255 255 255 /80%);
}

.thumbs:hover div{
    background-size: 105%;
    transform: scale(1.1);
}
.thumbs div{
    transition: all .5s;
}

.galerie {
    font-weight:300;
}
.galerie-title {
    font-size: 48px !important;
    line-height: 105%;
}
.galerie p {
    line-height: 24px;
    font-size: 1rem;
}
.backgroundimg .imgview {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    max-height: 100vh;
}
.imgview img {
    max-height: 90vh;
}
.backgroundimg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0 0 0 /90%);
    z-index: 10000;
    display: none;
}
.backgroundimg .close {
    font-size: 2rem;
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 1;
    color: #ffffff;
    opacity: .6;
    cursor: pointer;
    transition: all .3s;
}
.backgroundimg .close:hover {
    opacity: 1;
}
.backgroundimg ul {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 1.5rem;
    height: 100%;
}
.backgroundimg ul li i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0 0 10px #000;
}
.backgroundimg ul li {
    width: 7%;
    height: 100%;
    color: #ffffff;
    opacity: .6;
    transition: all .3s;
    position: absolute;
    display: block;
    cursor: pointer;
    font-size: 2rem;
    top: 50%;
    text-align: center;
}
.backgroundimg ul li:hover {
    opacity: 1;
}
.left {
    left: 0;
}
.right {
    right: 0;
}
.legend {
    transition: all .5s;
    font-weight: 300;
    color: white;
    position: absolute;
    bottom: 0;
    background-color: rgb(0 29 43 /60%);
    width: 100%;
    max-width: 360px;
    left: 50%;
    transform: translateX(-50%);
    padding: 2.5rem 1rem 1rem;
    width: 50%;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    font-size: 14px;
}
.legend h3{
    font-weight: 600;
}
.read, .unread{
    display: block;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0rem;
    border: solid 1px rgb(255 255 255 /60%);
    width: 26px;
    height: 26px;
    border-radius: 50rem;
    background-color: rgb(0 0 0 / 50%);
    text-align: center;
    line-height: 26px;
    transition: all 0.5s;
}
.read {
    transform: rotate(180deg);
 }
.unread {
    transform: rotate(0deg);
}
footer {
    background-color: rgb(0 29 43 / 60%);
}
footer .nav-link{
    font-weight: 400 !important;
}
@media (max-width:724px){
    .header-logo {
        top: 60px;
    }
}