.klick {
    font-family: 'Exo 2', sans-serif;
    font-size: 50px;
    font-weight: 600;
}

.klack {
    font-family: 'Exo 2', sans-serif;
    font-size: 50px;
    font-weight: 200;
}

.navbarElements {
    font-family: 'Exo 2', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.categoryElements {
    font-family: 'Exo 2', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

hr {
    border-width: medium;
    border-color: black;
}

.end {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 20px;
    font-family: 'Exo 2', sans-serif;
}

#websiteEndButton {
    background-color: white;
    border-color: black;
    margin-left: 5px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
}

#loadMoreButton, #fotosBackTopTop {
    background-color: white;
    border-color: black;
    margin-left: 5px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media (max-width: 575.98px) {
    .klick {
        font-size: 40px;
    }
    .klack {
        font-size: 40px;
    }

    .navbarElements {
        font-size: 15px;
    }

    .categoryElements {
        font-size: 15px;
    }
}

/* ---------- carousel ---------- */

@media (min-width: 576px) and (max-width: 767.98px) {
}

@media (min-width: 768px) and (max-width: 991.98px) {


}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .jcarousel-wrapper {
        width: 100%;
    }
}

@media (min-width: 1200px) { ... }

.jcarousel-wrapper {
    position: relative;
    border: none;
    width: 100%;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 30px/35px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

.about-img {
    border-radius: 50%;
/*    width: 80%;
    display: block;
    margin-left: 10px;
    margin-right: auto;*/
}

input[type="text"] {
    width: 80%;
    border: 1px solid black;
}

textarea {
    width: 80%;
    border: 1px solid black;
}

.top-buffer {
    margin-top:100px; }

.end-buffer {
    margin-bottom:100px; }

.between-buffer {
    margin-top:80px; }

.box {
    border-style: solid;
    border-right: none;
    border-bottom: none;
    border-top: none;
}

.modal-content-gallery {
    background-color: transparent;
    border: none;
}

.navbarElements {
    color:black!important;
}

.navbarElements:hover, /*#loadMoreButton:hover,*/ #fotosBackTopTop:hover, #submitBtn:hover {
    background-color: black;
    color: white!important;
}

/* ---------- responsive photo gallery ---------- */
#photos {
    -webkit-column-count: 3;
    -webkit-column-gap:   15px;
    -moz-column-count:    3;
    -moz-column-gap:      15px;
    column-count:         3;
    column-gap:           15px;
    margin-left:          30px;
    margin-right:         30px;
    margin-top:           50px;
}

#photos img {
    /* Just in case there are inline attributes */
    width: 100% !important;
    height: auto !important;
    margin-bottom: 15px!important;
}
@media (max-width: 800px) {
    #photos {
        -moz-column-count:    2;
        -webkit-column-count: 2;
        column-count:         2;

    }
}
@media (max-width: 400px) {
    #photos {
        -webkit-column-count: 1;
        -moz-column-count:    1;
        column-count:         1;
        margin-left:          0px;
        margin-right:         0px;
    }
}

/* reel */
@media (max-width: 800px) {
    #reel {
        display:none;
    }
    #videoGallery {
        margin-top: 20px;
    }
}