
@import url('https://fonts.googleapis.com/css?family=Mali:300,400,500,600,700');


body{
	margin: 0px;
	padding: 0px;
	font-family: 'Mali', cursive;
	font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-family: 'Arvo', serif;
}
ul {
    padding-left: 0;
}

ul li {
    list-style: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}
a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}
.video-none{
	opacity: 0;
    transition: 2s;
}
.mb-60{
	margin-bottom: 60px;
}
.ptb-60{
	padding: 60px 0px;
}
.ptb-120{
    padding: 120px 0px;
}
.pb-60{
    padding-bottom: 60px;
}
.mb-120 {
    margin-bottom: 120px;
}
/*.top-menu .navbar-collapse {
    position: absolute;
    width: 100%;
    top: 56px;
    left: 0;
    z-index: 1;
    background: #343a40;
}*/
.top-menu button:focus {
    outline: 1px dotted;
    outline: none;
}
@font-face {
  font-family: hermandec;
  src: url(../fonts/aniversry.ttf);
  font-weight: bold;
}
section{
    background: #ffffff;
}
/*--------video Section---------*/
.gothe-logo {
    margin-bottom: 20px;
}
.video-section {
    position: relative;
    height: 100vh;
}
.video-fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.bannerImgHide .video-fixed {
    opacity: 0;
}
.video-section #banner-video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.video-section{
    background-image: url(../banner.jpg);
    background-size: cover;
    background-position: center;
}
.video-section.without-bg{
    background: none;
}
.video-section.without-bg video{
    display: block;
}
.video-section .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(44, 44, 44, 0.4);
    width: 100%;
    height: 100%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
   	direction: column;
    -webkit-flex-direction:column;;
    z-index: 1;
}
.video-section .overlay h1 {
	color: #fff;
    font-size: 140px;
    font-weight: 700;
    letter-spacing: 10px;
    text-transform: uppercase;
    text-align: center;
}
.video-section .overlay h1 span {
    display: block;
    font-size: 25px;
    margin-top: -5px;
    padding-bottom: 20px;
    letter-spacing: 5px;
}
.video-section .overlay span a {
    color: #ffffff;
    font-size: 38px;
}
.video-section .overlay .play-pause{
    width: 50px;
    text-align: center;
}
.video-section .overlay .play-pause .fa{
    font-size: 60px;
    color:#ffffff;
    display: block;
    cursor: pointer;
}
.video-section .overlay .play-pause .fa-pause-circle-o{
    display: none;
}
.video-section .overlay .play-pause.now-play .fa-play-circle-o{
    display: none;
}
.video-section .overlay .play-pause.now-play .fa-pause-circle-o{
    display: block;
}

/*--------video Section end---------*/

/*--------banner Section start---------*/


/*--------banner Section end---------*/

/*-----------Masonry layout start------------*/
.galley-view {
    margin-top: 40px;
}
.gallery-layout .Content h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 16px;
}
.grid:after {
    display: table;
    content: "";
    clear: both;
}
.gallery-layout .Content p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
}
.grid {
    margin-left: -10px;
    margin-right: -10px;
}
.item {
    float: left;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.grid .item {
/*    opacity: 0;
    transform: translate3d(0, 50px, 0);*/
    transition: 2s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.grid .item.show {
/*    transform: translate3d(0, 0, 0) !important;
    opacity: 1;*/
}

.item img {
    width: 100%;
    display: block;
    transition: transform .5s;
}
/*video.gallery-video{
	width: 100%;
	height: auto;
}
.item .mymarquee {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(41, 40, 40, 0.8);
    color: #fff;
     /*display: none;
}
.item .mymarquee p {
    margin: 0;
    font-size: 14px;
    padding: 3px 0px;

}
.item-video {
    position: relative;
}
.video-youtupe iframe#u_video {
    width: 100%;
}*/

/*
.grid .item:nth-child(n+11) {
    display: none;
}
*/
span.item-viewmore {
   background: #424242;
    color: #fff;
    display: flex;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
    padding: 15px 40px;
    font-family: 'Open Sans', sans-serif;
}
.viewmore-section {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.grid .item a {
    display: block;
    overflow: hidden;
    position: relative;
}
.grid .item :hover>img {
    transform: scale(1.05);
}
.grid .item-caption {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    background: #fff;
    width: calc(100% - 20px);
    color: #000;
    padding: 5px 5px;
    left: 10px;
    transition: .3s;
    transform: translateY(100%);
    opacity: 0;
    z-index: 1;
    border: 1px solid rgba(3, 3, 3, 0.6);
}
.grid .item-caption>h3 {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
    line-height: initial;
    padding: 20px 20px 20px 20px;
}

.grid .item:hover> .item-caption {
    transform: translateY(0%);
    opacity: 2;
}
.item.running-text .item-title{
     transition-delay: 0.02s;
     z-index: 1;
}
.item.running-text:hover .item-title {
    opacity: 1;
    transform: translateY(-40px);
}
.item-caption marquee.itemmarquee p {
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
}
.item .item-title {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    background: rgba(3, 3, 3, 0.6);
    width: calc(100% - 20px);
    color: #fff;
    left: 10px;
    transition: .3s;
    z-index: 1;
    transform: translateY(46px);
    opacity: 0;
}
.item .item-title h3{
    margin-bottom: 0px;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.item:hover .item-title {
    opacity: 1;
    transform: translateY(0px);
}
.item .image-audio-icon {
    position: absolute;
    top: 10px;
    left: 15px;
}
.image-audio-icon span i {
    color: #fff;
    font-weight: 400;
    width: 35px;
    height: 35px;
    display: flex;
    background: #000;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.grid .item:hover> a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
    z-index: 0;
}
.grid .item:hover> a:before {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    z-index: 3;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}
.item.video-collumn .item-title {
    bottom: 5px;
}
.title-hide .item-title{
    display: block !important;
    transition: 0.5s;
}

/*.item.video-collumn:hover > .item-title {
    display: block;
}*/
.hvr-video::-webkit-media-controls-panel {
  width: 40px;
}
.item.video-collumn:after {
    font-family: "FontAwesome";
    content: "\f03d";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    position: absolute;
    top: 2px;
    left: 20px;
    right: auto;
    color: #fff;
    font-size: 20px;
}
/*-----------Masonry layout end------------*/


@keyframes play-animation{
    from{
        -webkit-box-shadow:0 0 0 0 #fff;
        box-shadow:0 0 0 0 #fff
    }
    to{
        -webkit-box-shadow:0 0 0 10px transparent;
        box-shadow:0 0 0 10px transparent
    }
}
@keyframes play-animation{
    from{
        -webkit-box-shadow:0 0 0 0 #fff;
        box-shadow:0 0 0 0 #fff
    }
    to{
        -webkit-box-shadow:0 0 0 10px transparent;
        box-shadow:0 0 0 10px transparent
    }
}
/*-----------scroll to top------------*/
.topscroll {
    position: fixed;
    bottom: 35px;
    right: 18px;
    display: none;
    background: rgb(193, 47, 42);
    border-radius: 5px;
    height: 36px;
    width: 40px;
    text-align: center;
}
.topscroll a {
    color: #fff;
    font-size: 32px;
    display: inline-flex;
}
/*-----------scroll to top------------*/
.inspiration-section {
    font-family: 'Open Sans', sans-serif;
    margin-top: 100vh;
}
.inspiration-section .inspiration-section .column-head{
    flex: 0 0 40%;
    max-width: 40%;
}
.inspiration-section .inspiration-section .column-content{
    flex: 0 0 60%;
    max-width: 60%;
}
.inspiration-section .insp-heading h2 {
    border-bottom: 2px solid #cecccc;
    display: block;
    padding-bottom: 15px;
    font-size: 42px;
}
.inspiration-section .insp-content p {
    font-size: 16px;
    /*line-height: 32px;*/
    text-align: justify;
}
/*-----------footer layout start------------*/
.footer-section {
    background: #ffffff;
    padding-top: 60px;
}
.footer-section .copyright {
    background: #f1f1f1;
    text-align: center;
    padding: 15px 0px;
}
.footer-section .copyright h4 {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
}

.footer-section .imprint {
    padding: 40px 0px;
    border-top: 5px solid #424242;
    box-shadow: 4px 4px 17px 5px #b9b9b9;
}

.footer-section .imprint .footer-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
/*.footer-section .imprint .footer-logos .logo-noraBibel {
    flex: 0 0 20%;
    max-width: 20%;
}*/
.footer-section .imprint .imprint-link > a {
    color: #424242;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 2px;
    font-family: 'Open Sans', sans-serif;
}

/********Audio Loader start*********/
.item.running-text:hover .lds-ring{
	display: block;
}
.item.full-audio-loaded:hover .lds-ring{
	display: none;
}
.lds-ring {
	display: inline-block;
	position: absolute;
	width: 64px;
	height: 64px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	background: rgba(255, 255, 255, 0.77);
	border-radius: 50%;
	display: none;
}
.lds-ring div {
box-sizing: border-box;
display: block;
position: absolute;
width: 51px;
height: 51px;
margin: 6px;
border: 6px solid #fff;
border-radius: 50%;
animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #424242 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes lds-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
/********Audio Loader end*********/
.imprint-section .back {
    margin-top: 20px;
}
.imprint-section .back > a > i {
    padding-right: 5px;
}
.imprint-section .back > a {
    color: #000;
}
.imprint-content {
    margin-bottom: 40px;
}
.imprint-body h2 {
    margin-bottom: 30px;
    text-align: left;
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
}
.imprint-body {
    margin-top: 80px;
    font-family: 'Open Sans', sans-serif;
}
.imprint-content h4 {
    padding-bottom: 10px;
}
.imprint-content ul{
    padding-left: 30px;
}
.imprint-content ul li{
    list-style: circle;
    padding-bottom: 10px;
}
.makPhotoItem img {
    width: 100%;
}
.makPhotoCon {
    padding-top: 10px;
}

/*-----------footer layout end------------*/
/****** Banner Menu *******/
.banner-menu-ul li {
    border: 1px solid #424242;
    margin: 0 5px 10px;
    border-radius: 2px;
    display: flex;
}
.banner-menu-ul li a {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #424242;
    padding: 4px 15px;
}
/****** /.Banner Menu *******/
#topid {
    position: absolute;
    top: 0;
}
.imprint-xs {
    background: #f7f7f7;
    text-align: center;
    padding: 5px 0px;
}
.imprint-xs a {
    color: #424242;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}
.caption-fancybox {
    position: absolute;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    padding: 5px 15px;
    bottom: 0;
}
.img-insp-cont img {
    width: 100%;
    padding-top: 15px;
}

/***** Heading below inspiration *********/


.subTitleRowDes {
    padding-top: 20px;
}
.subTitleRowDesIn {
    padding: 30px;
    background: #f9f9f9;
    border: 1px solid #f2f2f2;
}

.subTitleRowDesIn p {
    text-align: justify;
    font-style: italic;
    font-size: 15px;
}

/***** Heading below inspiration end *********/
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
   .mac-os.safari .banner-image .chala-img .menu1 {
	 	top: 403px;
	}
	.mac-os.safari .banner-image .chala-img .menu2 {
	 	top: 417px;
	}
	.mac-os.safari .banner-image .chala-img .menu3 {
	 	top: 435px;
	}
}}*/

/*@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    .banner-image .chala-img .menu1 {
	 	top: 403px;
	}
	.banner-image .chala-img .menu2 {
	 	top: 417px;
	}
	.banner-image .chala-img .menu3 {
	 	top: 435px;
	}
}}*/
/*@media not all and (min-resolution:.001dpcm) { @media {

    .banner-image .chala-img .menu1 {
	 	top: 403px;
	}
	.banner-image .chala-img .menu2 {
	 	top: 417px;
	}
	.banner-image .chala-img .menu3 {
	 	top: 435px;
	}
}}*/

/*-----------responsive style start-----------*/
@media(max-width: 1024px){
    .touch-device .fancybox-navigation, .touch-device button.fancybox-button.fancybox-button--play{
        display:none !important;
    }
    .fancybox-button.fancybox-button--thumbs, .fancybox-button.fancybox-button--zoom {
        display: none !important;
    }
    .fancybox-container {
        pointer-events: none !important;
    } 
    .fancybox-toolbar, .fancybox-navigation * {
        pointer-events: initial !important;
    }
    body.fancybox-active {
        overflow: hidden;
    }
    .touch-device.fancybox-active {
        pointer-events: none;
    }
}

@media(max-width: 991px){
    .inspiration-section .insp-heading h2 {
        font-size: 31px;
    }
}
@media(max-width: 768px){
    nav.navbar.navbar-expand-md.bg-dark.navbar-dark {
        display: none;
    }
}

@media (max-width:767px){
    .item {
        width: 100% !important;
        transform: translate(0,0) !important;
    }
    .video-section .overlay h1{
        font-size: 60px;
    }
    .gallery-layout .Content h2 {
        font-size: 34px;
    }
    .gallery-layout .Content p {
        font-size: 15px;
    }
    .viewmore-section {
        margin-top: 25px;
    }
    .ptb-60 {
        padding: 30px 0px;
    }
    .mb-120 {
        margin-bottom: 60px;
    }
    .pb-60 {
        padding-bottom: 30px;
    }
    .footer-section .imprint .footer-logos {
        flex-direction: column;
    }
    .imprint-link {
        order: 3;
    }
    .footer-section .imprint .footer-logos > *:not(:last-child) {
        padding-bottom: 13px;
    }
    .ptb-120 {
        padding: 60px 0px;
    }
    .inspiration-section .insp-content p {
        font-size: 15px;
    }
    .video-section .overlay h1 {
        letter-spacing: 4px;
    }
    .imprint-body h2{
        font-size: 31px;
    }
    .img-insp-cont img {
        padding-bottom: 20px;
    }
    .video-section .overlay h1 span {
        font-size: 14px;
        margin-top: 3px;
        padding-bottom: 16px;
        letter-spacing: 1.9px;
    }
    .inspiration-section .insp-heading h2 {
        font-size: 26px;
    }
    .subTitleRowDesIn p {
        font-size: 15px;
    }
    .subTitleRowDes {
        padding-top: 0;
        margin-bottom: 23px;
    }
    .makPhotoItem {
        margin-bottom: 15px;
    }
    .subTitleRowDesIn {
        padding: 15px;
    }
       
}

/*
@media only screen and (min-width: 321px) and (max-width: 768px){
    .galley-view .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (max-width: 320px) {
    .galley-view .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
*/
