/*
galerie.css GULA
URI: http://www.steckdesign.ch/
Author: PixelSpace.ch
Author URI: http://www.steckdesign.ch/
Version: 1.0-ps
*/

/*	============================================================
	Galerie
	============================================================ */
.pictures { 
	/*padding-left: 15px;*/
}

.pictures .item {
	position: relative;
	display: flex;
}

.pictures .item img {
	position: relative;
	padding: 0px;
	margin: 0px;
}

.pictures .item img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 1;
}
.pictures .item:hover img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0.8;
}

.pictures .item .item_description {
 	display: flex;
 	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
}
.pictures .item .item_description:hover,
.pictures .item .item_description:active  {
	background: #6e9095;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0.8;
	-webkit-user-select: none; 
	-webkit-touch-callout: none
}


.pictures .item .item_description_inner {
	color: #fff;
	font-weight: 500;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transform: translate3d(0, 20px, 0);
	-moz-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
}
.pictures .item:focus .item_description_inner,
.pictures .item:active .item_description_inner,
.pictures .item:hover .item_description_inner {
	color: #fff;
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	opacity: 1;
	-webkit-user-select: none; 
	-webkit-touch-callout: none
}

.pictures .item .galerie-link {
	display: flex;
 	justify-content: center;
	align-items: center;
}



.grid-sizer,
.galerie_column-2 {
	width: calc(50%);
	position: relative;
	display: flex;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
.grid-sizer,
.galerie_column-3 {
	width: calc(33.3333%);
	position: relative;
	display: flex;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
.grid-sizer,
.galerie_column-4 {
	width: calc(25%);
	position: relative;
	display: flex;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
	.masonry-brick {
	}

.grid-sizer,
.galerie_column-5 {
	width: calc(20%);
	position: relative;
	display: flex;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
.grid-sizer,
.galerie_column-6 {
	width: calc(16.6666%);
	position: relative;
	display: flex;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
	@media (min-width: 320px) and (max-width: 479px) {
		.grid-sizer,
		.galerie_column-2 {
			width: calc(100%);
		}
		.grid-sizer,
		.galerie_column-3 {
			width: calc(100%);
		}
		.grid-sizer,
		.galerie_column-4 {
			width: calc(100%);
		}
		.grid-sizer,
		.galerie_column-5 {
			width: calc(100%);
		}
		.grid-sizer,
		.galerie_column-6 {
			width: calc(100%);
		}
	}
	@media (min-width: 480px) and (max-width: 767px) {
		.grid-sizer,
		.galerie_column-2 {
			width: calc(50%);
		}
		.grid-sizer,
		.galerie_column-3 {
			width: calc(50%);
		}
		.grid-sizer,
		.galerie_column-4 {
			width: calc(50%);
		}
		.grid-sizer,
		.galerie_column-5 {
			width: calc(50%);
		}
		.grid-sizer,
		.galerie_column-6 {
			width: calc(50%);
		}
	}
	@media (min-width: 768px) and (max-width: 991px) {
		.grid-sizer,
		.galerie_column-2 {
			width: calc(50%);
		}
		.grid-sizer,
		.galerie_column-3 {
			width: calc(33.3333%);
		}
		.grid-sizer,
		.galerie_column-4 {
			width: calc(33.3333%);
		}
		.grid-sizer,
		.galerie_column-5 {
			width: calc(25%);
		}
		.grid-sizer,
		.galerie_column-6 {
			width: calc(33.3333%);
		}
	}
	@media (min-width: 992px) and (max-width: 1199px) {
		.grid-sizer,
		.galerie_column-2 {
			width: calc(50%);
		}
		.grid-sizer,
		.galerie_column-3 {
			width: calc(33.3333%);
		}
		.grid-sizer,
		.galerie_column-4 {
			width: calc(25%);
		}
		.grid-sizer,
		.galerie_column-5 {
			width: calc(25%);
		}
		.grid-sizer,
		.galerie_column-6 {
			width: calc(33.3333%);
		}
	}
	@media only screen and (min-width: 1200px) {
	}

.grid-item {
	position: relative;
	display: flex;
	/*padding: 20px;*/
}

.grid .grid-item img {
	position: relative;
	padding: 0px;
	margin: 0px;
}

.grid .grid-item img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 1;
}
.grid .grid-item:hover img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0.8;
}

.grid .grid-item .item_description {
 	display: flex;
 	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
}
.grid .grid-item .item_description:hover,
.grid .grid-item .item_description:active  {
	background: #6e9095;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0.8;
	-webkit-user-select: none; 
	-webkit-touch-callout: none
}


.grid .grid-item .item_description_inner {
	color: #fff;
	font-weight: 400;
	-webkit-transform: translate3d(0, 20px, 0);
	-moz-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
}
.grid .grid-item:focus .item_description_inner,
.grid .grid-item:active .item_description_inner,
.grid .grid-item:hover .item_description_inner {
	color: #fff;
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	opacity: 1;
}

.grid .grid-item .galerie-link {
	display: flex;
 	justify-content: center;
	align-items: center;
}




.aspr-3x2 {
	position: relative;
	width: 100%;
	padding-top: 66.66%; 
}

a.galerie-cards-link {
	/*height: 100%;*/
	display: block;
	padding-bottom: 0px;
    opacity: 1;
    width: 100%;
	transition: all 0.30s ease-in-out 0s;
	-moz-transition: all 0.30s ease-in-out 0s;
	-webkit-transition: all 0.30s ease-in-out 0s;
	-o-transition: all 0.30s ease-in-out 0s;
}
a.galerie-cards-link:hover {
    color: #424242;
    /*opacity: 0.8;*/
    transition: all 0.30s ease-in-out 0s;
    -moz-transition: all 0.30s ease-in-out 0s;
    -webkit-transition: all 0.30s ease-in-out 0s;
    -o-transition: all 0.30s ease-in-out 0s;
    /*background-color: #B8ECE6;*/
}

.galerie-image-wrapper {
	display: block;
	position: relative;
	margin-bottom: 15px;	
}

.galerie-image {
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important; 
	overflow: hidden;
	position: relative;
    /*border: 1px solid #D3D3D3;*/
	transition: all 0.30s ease-in-out 0s;
	-moz-transition: all 0.30s ease-in-out 0s;
	-webkit-transition: all 0.30s ease-in-out 0s;
	-o-transition: all 0.30s ease-in-out 0s;
	/*-webkit-filter: sepia(0%) hue-rotate(0deg)  saturate(100%);
	filter: sepia(0%) hue-rotate(0deg)  saturate(100%);*/
}
a.galerie-cards-link:hover .galerie-image {
	transition: all 0.30s ease-in-out 0s;
	-moz-transition: all 0.30s ease-in-out 0s;
	-webkit-transition: all 0.30s ease-in-out 0s;
	-o-transition: all 0.30s ease-in-out 0s;
	/*-webkit-filter: sepia(100%) hue-rotate(135deg) saturate(30%);
	filter: sepia(100%) hue-rotate(135deg) saturate(30%);*/
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.galerie-title-inside {
	position: absolute;
	left: 50px;
	bottom: 50px;
	}

.galerie-title-inside .galerie-titel {
	text-transform: uppercase;
	letter-spacing: 1px;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0.1em;
    padding-bottom: 0.2em;
	transition: all 0.30s ease-in-out 0s;
	-moz-transition: all 0.30s ease-in-out 0s;
	-webkit-transition: all 0.30s ease-in-out 0s;
	-o-transition: all 0.30s ease-in-out 0s;
	-webkit-transform: scale(1.00);
	transform: scale(1.00);
}

a.galerie-cards-link:hover .galerie-titel {
	color: #FFFFFF!important;
    text-decoration: none;
    transition: all 0.30s ease-in-out 0s;
    -moz-transition: all 0.30s ease-in-out 0s;
    -webkit-transition: all 0.30s ease-in-out 0s;
    -o-transition: all 0.30s ease-in-out 0s;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}



.galerie-slider-body{
}
.galerie-slider-image-wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
	position: relative;
}

.galerie-slider-image {
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important; 
	overflow: hidden;
	position: relative;
}

.galerie-slider-inside {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	position: absolute;
	margin-left: 15px;
}

.galerie-slider-inside .galerie-titel {
	text-transform: uppercase;
	letter-spacing: 1px;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0em;
    padding-bottom: 0em;
}

	.galerie-slider-inside h1.galerie-titel {
		font-size: 1.5rem;
		line-height: 1.2;
	}
	.galerie-slider-inside h5.galerie-titel {
		font-size: 0.7rem;
	}

	/* sm  */
	@media (min-width: 576px) { 
		.galerie-slider-inside {
			margin-left: 50px;
		}
		.galerie-slider-inside h1.galerie-titel {
			font-size: 2.5rem;
			line-height: 1.2;
		}
		.galerie-slider-inside h5.galerie-titel {
			font-size: 1.25rem;
		}
	}

.galerie-slider-content {
}

.galerie-slider-button {
	margin-top: 0.5rem;
}
	@media (min-width: 576px) { 
		.galerie-slider-button {
			margin-top: 1.5rem;
		}
	}

.btn-lg {
	padding: 0.5rem 0.3rem;
	font-size: 0.8rem;
	line-height: 1;
	border-radius: .3rem;
}
	@media (min-width: 576px) { 
		.btn-lg {
			padding: .5rem 1rem;
			font-size: 1.25rem;
			line-height: 1.5;
			border-radius: .3rem;
		}
	}


		.slider-container{
			position: relative;
			display: block;
		}
		.slider-container .slider .content img{
			/*width: 100%;
			height: 400px;*/
		}
		.slider-container .slider-controls a{
			position: absolute;
			bottom: 20px;
			z-index: 100;
			color: #878787;
		}
		.slider-container .slider-controls a.slider-left{
			right: 90px;
		}
		.slider-container .slider-controls a.slider-right{
			right: 35px;
		}

		.thumbnail-slider-container {
			margin-top: 10px;
		}
		.thumbnail-slider .thumb-bild {
			margin-left: 4px;
			margin-right: 4px;
		}
		.thumbnail-slider .owl-item.active.center .thumb-bild {
			border-bottom: 4px solid #FFF;
		}




#sync1 .item{
    /*background: #0c83e7;
    padding: 80px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;*/
}
#sync2 .item{
    /*background: #C9C9C9;
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;*/
}
#sync2 .item h1{
  /*font-size: 18px;*/
}
#sync2 .synced .item{
	border-bottom: 3px solid #FFF;
}



/* ---| Flex |--------------- */
.album {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 0px;
	align-items: center;
}
.album li {
	list-style: none;
	margin: 0;
	width: 50%;
	padding: 0 15px 35px;
}
	@media (min-width: 576px) { 
		.album li {
			list-style: none;
			margin: 0;
			width: 50%;
			padding: 0 15px 35px;
		}
	}
	@media (min-width: 768px) { 
		.album li {
			list-style: none;
			margin: 0;
			width: 33.333%;
			padding: 0 15px 35px;
		}
	}
	@media (min-width: 992px) { 
		.album li {
			list-style: none;
			margin: 0;
			width: 25%;
			padding: 0 15px 35px;
		}
	}
	@media (min-width: 1200px) { 
		.album li {
			list-style: none;
			margin: 0;
			width: 25%; /* 14.285 */
			padding: 0 15px 35px;
		}
	}
	@media (min-width: 1408px) {  
		.album li {
			list-style: none;
			margin: 0;
			width: 20%;
			padding: 0 15px 35px;
		}
	}

.album li a {
}
.album li a img:hover {
	border-bottom: 4px solid #FFFFFF;
}
.album img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
	border-bottom: 4px solid transparent;
}
.album li img:hover {
	opacity: 0.7;
}




/* ---| Bildergalerie |--------------- */
.gal-inline-wrapper {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	padding: 0px;
}
.gal-inline-wrapper img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.gal-inline-image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important; 
	overflow: hidden;
	position: relative;
    /*border-bottom: 1px solid none;*/
}


.gal-inline-icon {
	display: block;
	position: absolute;
	right: 8px;
	bottom: 0px;
	color: #C8C8C8;
	font-size: 35px;
	transition: all 0.30s ease-in-out 0s;
	-moz-transition: all 0.30s ease-in-out 0s;
	-webkit-transition: all 0.30s ease-in-out 0s;
	-o-transition: all 0.30s ease-in-out 0s;
}
a:hover .gal-inline-icon {
	color: #c5ed00;
}

.gal-inline-wrapper .hover-state {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(39,39,39,0.80);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    padding: 0 0px;
}

	@media (min-width: 768px) { 
		.gal-inline-wrapper .hover-state {
			padding: 0 25px;
		}
	}

.gal-inline-wrapper:focus .hover-state,
.gal-inline-wrapper:active .hover-state,
.gal-inline-wrapper:hover .hover-state {
    opacity: 1;
   /* border-bottom: 1px solid #FFFFFF;*/
}

.gal-inline-wrapper .hover-state h3 {
	color: #fff;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none; 
}

.gal-inline-wrapper .hover-state h3 {
	font-size: 0.8rem;
	line-height: 1.1;
}
	@media (min-width: 576px) { 
		.gal-inline-wrapper .hover-state h3 {
			font-size: 1.5rem;
			line-height: 1.1;
		}
	}

.gal-inline-wrapper .hover-state p {
	font-weight: 700;	
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
	color: #fff;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none; 
}
.gal-inline-wrapper .hover-state p {
	font-size: 0.6rem;
	line-height: 1.1;
}
	@media (min-width: 576px) { 
		.gal-inline-wrapper .hover-state p {
			font-size: 1rem;
			line-height: 1.2;
		}
	}


/*	@media (min-width: 300px) and (max-width: 479px) {
		.gal-inline-wrapper .hover-state h3 {
			font-size: 1.5rem;
		}
		.gal-inline-wrapper .hover-state p {
			font-size: 0.8rem;
		}
	}
*/
/*	@media (min-width: 480px) and (max-width: 767px) {
		.gal-inline-wrapper .hover-state h3 {
			font-size: 1.5rem;
		}
		.gal-inline-wrapper .hover-state p {
			font-size: 0.4rem;
		}
	}
	@media (min-width: 768px) and (max-width: 991px) {
		.gal-inline-wrapper .hover-state h3 {
			font-size: 1.5rem;
		}
		.gal-inline-wrapper .hover-state p {
			font-size: 0.7rem;
		}
	}
	@media (min-width: 992px) and (max-width: 1199px) {
		.gal-inline-wrapper .hover-state h3 {
			font-size: 1.75rem;
		}
		.gal-inline-wrapper .hover-state p {
			font-size: 0.5rem;
		}
	}
	@media only screen and (min-width: 1200px) {
		.gal-inline-wrapper .hover-state h3 {
			font-size: 1.75rem;
		}
		.gal-inline-wrapper .hover-state p {
			font-size: 0.7rem;
		}
	}
	@media (min-width: 1400px) {
		.gal-inline-wrapper .hover-state h3 {
			font-size: 1.75rem;
		}
		.gal-inline-wrapper .hover-state p {
			font-size: 0.8rem;
		}
	}
*/
.gal-inline-wrapper .hover-state .btn {
	margin-top: 5px;
}

	@media (min-width: 576px) { 
		.gal-inline-wrapper .hover-state .btn {
			margin-top: 20px;
		}
	}

.gal-inline-wrapper .hover-state .btn.btn-lg {
	padding: 0.5rem 0.8rem;
	font-size: 0.8rem;
	line-height: 1;
	border-radius: .3rem;
}

	@media (min-width: 576px) { 
		.gal-inline-wrapper .hover-state .btn.btn-lg {
			padding: .5rem 1rem;
			font-size: 1.25rem;
			line-height: 1.5;
			border-radius: .3rem;
		}
	}




/* ---| Videos |--------------- */
.gal-video-inline-wrapper {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	padding: 0px;
}
.gal-video-inline-wrapper img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.gal-video-inline-image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important; 
	overflow: hidden;
	position: relative;
    /*border-bottom: 1px solid none;*/
}


.gal-video-inline-icon {
	display: block;
	position: absolute;
	right: 8px;
	bottom: 0px;
	color: #C8C8C8;
	font-size: 35px;
	transition: all 0.30s ease-in-out 0s;
	-moz-transition: all 0.30s ease-in-out 0s;
	-webkit-transition: all 0.30s ease-in-out 0s;
	-o-transition: all 0.30s ease-in-out 0s;
}
a:hover .gal-video-inline-icon {
	color: #c5ed00;
}

.gal-video-inline-wrapper .hover-state {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(39,39,39,0.80);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    padding: 0 25px;
}

.gal-video-inline-wrapper:focus .hover-state,
.gal-video-inline-wrapper:active .hover-state,
.gal-video-inline-wrapper:hover .hover-state {
    opacity: 1;
   /* border-bottom: 1px solid #FFFFFF;*/
}

.gal-video-inline-wrapper .hover-state h3 {
	color: #fff;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none; 
}

.gal-video-inline-wrapper .hover-state p {
	font-weight: 700;	
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
	color: #fff;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none; 
}
	@media (min-width: 300px) and (max-width: 479px) {
		.gal-video-inline-wrapper .hover-state h3 {
			font-size: 1.5rem;
		}
		.gal-video-inline-wrapper .hover-state p {
			font-size: 0.8rem;
		}
	}
	@media (min-width: 480px) and (max-width: 767px) {
		.gal-video-inline-wrapper .hover-state h3 {
			font-size: 1.5rem;
		}
		.gal-video-inline-wrapper .hover-state p {
			font-size: 0.4rem;
		}
	}
	@media (min-width: 768px) and (max-width: 991px) {
		.gal-video-inline-wrapper .hover-state h3 {
			font-size: 1.5rem;
		}
		.gal-video-inline-wrapper .hover-state p {
			font-size: 0.7rem;
		}
	}
	@media (min-width: 992px) and (max-width: 1199px) {
		.gal-video-inline-wrapper .hover-state h3 {
			font-size: 1.75rem;
		}
		.gal-video-inline-wrapper .hover-state p {
			font-size: 0.5rem;
		}
	}
	@media only screen and (min-width: 1200px) {
		.gal-video-inline-wrapper .hover-state h3 {
			font-size: 1.75rem;
		}
		.gal-video-inline-wrapper .hover-state p {
			font-size: 0.7rem;
		}
	}
	@media (min-width: 1400px) {
		.gal-video-inline-wrapper .hover-state h3 {
			font-size: 1.75rem;
		}
		.gal-video-inline-wrapper .hover-state p {
			font-size: 0.8rem;
		}
	}

.gal-video-inline-wrapper .hover-state .btn {
	margin-top: 20px;
}
