/*-- Use For Custom Styling --*/

body, header .inner-header{ 
    background-color: black;
    color: white;
}
.side-menu {
    background-color: #000;
}
.btn-main {
    border: 3px solid #fec107;
}
header .navbar-brand img {
    max-width: 100px;
}
.copywrite {
    padding-right: 10px;
}
.side-menu.side-menu-active .inner-wrapper {
    padding: 0rem !important
}
.contact-sec .contact-inner {
    background: rgb(0, 0, 0);
    border: solid 10px #fec107
}
.captcha-container {
    display: flex;
    align-items: center;
}
#captcha {
    float: left;
}
canvas{
    pointer-events:none;
}
.checkbox-container {
    display: flex;
    margin-top: 15px;
    align-items: center;
}
#accept-checkbox, #accept-label {
    margin-bottom: 0px;
}
input[type="checkbox"] {
    flex: 0;
    margin-right: 10px;
}
.go-top::before{
    background:#fec107
}
.portfolio-button {
    color: rgb(255, 255, 255);
    font-weight: 400;
    background-color: rgb(0, 0, 0);
    font-size: 14px;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    z-index: 1;
    border-width: 3px;
    border-style: solid;
    border-color: #fec107;
    border-image: initial;
    padding: 8px 35px;
    border-radius: 0.5em;
    overflow: hidden;
    transition: 0.8s;
    text-decoration: none;
}

.portfolio-button:hover {
    color: rgb(0, 0, 0);
    border-width: 3px;
    border-style: solid;
    border-color: #fec107;
    background: #fec107;
    border-image: initial;
}

.modal-content {
    background-color: #000000;
}
.modal-backdrop.show {
    opacity: .9;
    z-index: 10000;
}
.modal-open .modal {
    z-index: 10001;
}
.modal-container-impressum .col-12 {
    padding: 0;
}
.modal-header {
    border-bottom: 4px solid #fec52e;    
}
.close {
    color: #ffffff;
    text-shadow: none;
    opacity: 1;
}
.close:hover {
    color: #ffffff;
}

.cbp-l-filters-button .cbp-filter-item {
    background-color: #000;
    border: 3px solid #fec107;
    color: #888888;
    cursor: pointer;
    font: 400 12px / 32px "Open Sans", sans-serif;
    margin: 0 5px 10px 5px;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    border-radius: 10%;
}

section {
    padding: 7.5rem 0;
}

section:first-of-type{
    padding: 0;
}
.cbp-l-filters-button .cbp-filter-item:hover {
    color: white;
    border: 3px solid #fec107;
}
.ui-block-11.about .about-img-small {
    margin-left: 30px;
    top: -155px;
    margin-bottom: -153px;
}
.ui-block-11.about .rare-box {
    height: 187px;
    width: 100%;
    background: #fec107;
    position: relative;
}
.services-sec:before {
    background: #fec107;
}
.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    background-color: #fec107;
    color: #000;
    border-color: #fec107;
    cursor: default;
}

.modal-container-gallery img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    transition: transform 0.2s;
  }
  
  .modal-container-gallery img:hover {
    transform: scale(1.05);
  }

  .alert-danger {
    border: 3px solid red;
    background-color: black;
    color: red;
  }

  .alert-success {
    border: 3px solid rgb(0, 255, 64);
    background-color: black;
    color: rgb(0, 255, 64);
  }
  
a:hover {
    color: #fec107;
    text-decoration: none;
}

@media (min-width: 991.98px) {
    .modal.show .modal-dialog, .galleryModalContent {
        border: 4px solid #fec107;
    }
    .modal-dialog {
        max-width: 1000px;
    }
}
@media (max-width: 650px) {
    .side-menu.side-menu-active .inner-wrapper {
        padding-left: 1rem !important;
    }
}

