@import url('css/font.css');
@import url('vendor/aos/aos.css');
@import url('vendor/bootstrap/css/bootstrap.min.css');
@import url('vendor/bootstrap-icons/bootstrap-icons.css');
@import url('vendor/boxicons/css/boxicons.min.css');
@import url('vendor/glightbox/css/glightbox.min.css');
@import url('vendor/swiper/swiper-bundle.min.css');
@import url('css/style.css');

/* ------------- Gallery ------------ */
#demo {
    height:100%;
    position:relative;
    overflow:hidden;
}
.green{
    background-color:#6fb936;
}
.thumb{
    margin-bottom: 30px;
}
.page-top{
    margin-top:85px;
}
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.modal-header {

    border-bottom: none;
}
.modal-title {
    color:#000;
}
.modal-footer{
    display:none;
}

.background{
    background-color: rgba(7, 6, 0, 0.87);
    color: white;
}
/* ------------- Gallery ------------ */

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/


.carousel {
    min-height: 200px;
    margin-bottom: 15px;
}
.carousel-indicators li {
    box-shadow: 1px 1px 1px rgba(145, 145, 145, 0.5);
}
p {
    padding: 10px;
}
.active-p {
    background: #00BCD4;
    color: #fff;
}
@media only screen and (min-width: 768px){
    p {
        height: 50px;
        cursor: pointer;
    }
}
@media only screen and (min-width: 992px){
    p {
        height: 68px;
    }
}
@media only screen and (min-width: 1200px){
    p {
        height: 85px;
        line-height: 85px;
        padding: 0 10px 10px 10px;
    }
}
.author {
    padding-bottom: 20px;
    margin-top: 50px;
    text-align: center;
    font-size: 14px;
}


/*--------------------------------------------------------------
# Box 
--------------------------------------------------------------*/

.box {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.box:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 1s ease;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

.right-bck{background-color: #231833}.registration-right{width: 80%;padding-top: 50px;padding-bottom: 50px}.registration-right h2{color: #ffffff;font-weight: 700;padding-bottom: 20px}.registration .btn{width: 100%}.fa, .fas, .fab{font-family: "Font Awesome 5 Free";font-weight: 900}.far{font-family: "Font Awesome 5 Free";font-weight: 400}.event-list .card{background: transparent; border: none; padding: 18px;margin-bottom: 3px}.event-list img{width: 77px;height: 77px}.event-list h4{color: #c0bfc9;font-size: 16px}.event-list .card-title span{padding-left: 5px;padding-right: 20px;font-size: 12px;font-weight: 700}.event-list .card-text{color: #ffffff;font-weight: 400;font-size: 16px}.event-list .card-body{padding: 0 20px;margin: 0 0 10px 0}.event-list .card-title svg{color: #ffffff}

/*--------------------------------------------------------------
# Bildergalerie
--------------------------------------------------------------*/

.image-popup {
    display: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999;
}
.image-popup .con {
    display: flex;
    flex-flow: column;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 5px;
}
.image-popup .con h3 {
    margin: 0;
    font-size: 18px;
}
.image-popup .con .edit, .image-popup .con .trash {
    display: inline-flex;
    justify-content: center;
    align-self: flex-end;
    width: 40px;
    text-decoration: none;
    color: #FFFFFF;
    padding: 10px 12px;
    border-radius: 5px;
    margin-top: 10px;
}
.image-popup .con .trash {
    background-color: #b73737;
}
.image-popup .con .trash:hover {
    background-color: #a33131;
}
.image-popup .con .edit {
    background-color: #37afb7;
}
.image-popup .con .edit:hover {
    background-color: #319ca3;
}
.upload-image {
    display: inline-block;
    text-decoration: none;
    background-color: #38b673;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 10px 15px;
    margin: 15px 0;
}
.upload-image:hover {
    background-color: #32a367;
}
.images {
    display: flex;
    flex-flow: wrap;
}
.images a {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 200px;
    margin: 0 20px 20px 0;
}
.images a:hover span {
    opacity: 1;
    transition: opacity 1s;
}
.images span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 15px;
    transition: opacity 1s;
}
.upload form {
    padding: 15px 0;
    display: flex;
    flex-flow: column;
    width: 400px;
}
.upload form label {
    display: inline-flex;
    width: 100%;
    padding: 10px 0;
    margin-right: 25px;
}
.upload form input, .upload form textarea {
    padding: 10px;
    width: 100%;
    margin-right: 25px;
    margin-bottom: 15px;
    border: 1px solid #cccccc;
}
.upload form textarea {
    height: 200px;
}
.upload form input[type="submit"] {
    display: block;
    background-color: #38b673;
    border: 0;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    width: 200px;
    margin-top: 15px;
    border-radius: 5px;
}
.upload form input[type="submit"]:hover {
    background-color: #32a367;
}
.delete .yesno {
    display: flex;
}
.delete .yesno a {
    display: inline-block;
    text-decoration: none;
    background-color: #38b673;
    font-weight: bold;
    color: #FFFFFF;
    padding: 10px 15px;
    margin: 15px 10px 15px 0;
    border-radius: 5px;
}
.delete .yesno a:hover {
    background-color: #32a367;
}
