/* comfortaa-regular - latin */
@font-face {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/comfortaa-v40-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/comfortaa-v40-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/comfortaa-v40-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/comfortaa-v40-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/comfortaa-v40-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/comfortaa-v40-latin-regular.svg#Comfortaa') format('svg'); /* Legacy iOS */
}
/* comfortaa-700 - latin */
@font-face {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/comfortaa-v40-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/comfortaa-v40-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/comfortaa-v40-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/comfortaa-v40-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/comfortaa-v40-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/comfortaa-v40-latin-700.svg#Comfortaa') format('svg'); /* Legacy iOS */
}

/* ------------------------ Elemente ------------------------ */
body, html {
    background-color: #000;
}

a {
    /*font-family: 'Play', sans-serif;*/
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    color: #666666;
    margin: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #0dc7ec;
}

.wrap-menu-header {
    position: absolute;
    width: 100%;
    height: 120px;
    top: 0;
    left: 0;
    z-index: 100;
    border-top: 5px solid #0dc7ec;
}

.wrap_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    background-color: transparent;
    justify-content: space-between;
    align-items: baseline;
}

.header-fixed .wrap-menu-header {
    position: fixed;
    height: 100px;
    background: rgba(0,0,0,0.4);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.bg-title-page {
    width: 100%;
    min-height: 580px;
    padding-left: 15px;
    padding-right: 15px;
    background: no-repeat center 0;
    background-size: cover;
}

@media (max-width: 576px) {
    .bg-title-page .tit6 {font-size: 30px;}
    .bg-title-page { min-height: 380px; }
}

/* nav text header */
.header-fixed .main_menu > li > a {
    color: #afafaf;
}

/* nav menu button */
.header-fixed .btn-show-sidebar {
    border-top: 2px solid #afafaf;
    border-bottom: 2px solid #afafaf;
}

.btn-show-sidebar {
    width: 26px;
    height: 15px;
    border-top: 2px solid #afafaf;
    border-bottom: 2px solid #afafaf;
}

.btn-show-sidebar:hover {
    border-top: 2px solid #0dc7ec;
    border-bottom: 2px solid #0dc7ec;
}

.main_menu > li > a {
    font-family: 'Play', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #afafaf;
    padding: 15px;
}

.main_menu > li:hover > a {
    color: #0dc7ec;
    text-decoration: none;
}

.logo a {
    color: #afafaf;
    font-weight: 700;
    font-size:2.3em;
}

.logo a:hover {
    color: #0dc7ec;
}

.logo-active {
    color: #0dc7ec !important;
}

/* ------------------------ Sidebar ------------------------ */
.sidebar {
    background-color: black;
}

.btn-hide-sidebar {
    color: #afafaf;
}
.btn-hide-sidebar:hover {
    color: #0dc7ec;
}

.item-gallery-sidebar:hover:after {
    background-color: rgba(13,199,236,0.5);
}

/* Sidebar images*/
img.pic-square {
    min-height: 120px;
    object-fit: cover;
}

.fancybox-thumbs {
    background: #afafaf;
}

/* ------------------------ Section ------------------------ */
/* --- Hintergrund --- */
.bg-light {
    background-image: url(img/bg-light.png);
    background-repeat: repeat;
}

.bg-dark {
    background-image: url(img/bg-dark.png);
    background-repeat: repeat;
}
/* --- Ueberschrift --- */
.title-section {
    font-family: 'Play', sans-serif;
    font-size: 30px;
    line-height: 1.2;
}

/* ------ Fotos ------ */
.photos .photo-item {
    position:relative;
}
.photos .photo-item:after {
    position:absolute;
    content:"";
    left:0;
    right:0;
    bottom:0;
    top:0;
    /*background:rgba(0,0,0,.6);*/
    z-index:1;
    -webkit-transition:.3s all ease;
    -o-transition:.3s all ease;
    transition:.3s all ease;
    opacity:0;
    visibility:hidden;
}
.photos .photo-item .photo-text-more {
    position:absolute;
    z-index:3;
    top:50%;
    left:50%;
    width:100%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    margin-top:30px;
    -webkit-transition:.3s all ease;
    -o-transition:.3s all ease;
    transition:.3s all ease;
    opacity:0;
    visibility:hidden;
    text-align:center;
}
.photos .photo-item .photo-text-more .icon {
    color:#fff;
    font-size:20px;
}
.photos .photo-item .photo-text-more .heading {
    font-size:16px;
    color:#fff;
    margin-bottom:0;
}
.photos .photo-item .photo-text-more .meta {
    color:#ccc;
    text-transform:uppercase;
    font-size:12px;
}
.photos .photo-item img {
    width:100%;
    -o-object-fit:cover;
    object-fit:cover;
    height:300px;
    margin-bottom:20px;
}
@media(max-width:575.98px) {
    .photos .photo-item img {
        height:200px;
    }
}
.photos .photo-item:hover:after {
    opacity:1;
    visibility:visible;
}
.photos .photo-item:hover .photo-text-more {
    margin-top:0;
    opacity:1;
    visibility:visible;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.65) !important;
}

/* ------------------------ Texte ------------------------ */
.tit2 {
    font-family: 'Play', sans-serif;
    font-size: 30px;
    line-height: 1.2;
}

.tit6 {
    font-family: 'Play', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    color: #afafaf;
    text-transform: uppercase;
    letter-spacing: 6px;
    word-spacing: 6px;
}

.txt19 {
    font-family: 'Play', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    line-height: 1.2;
    text-transform: uppercase;
}

.t-light { color: #afafaf; }
.t-dark { color: #222222; }
.t-center { text-align: center; }
.t-left { text-align: left; }
.t-right { text-align: right; }
.t-middle { vertical-align: middle; }


.bg0-hov:hover {background-color: #0dc7ec;}
