/* ----- css von photoswipe ------------- */

.my-gallery {
  width: 100%;
  display: block;
  margin-top: 30px;
}

.my-gallery img {
  width: 100%;
  height: auto;
  margin-top: 6px;
}


.my-gallery figure {
  //display: block;
  margin: 0 0px 0px 0;
  width: 100%;
}
.my-gallery figcaption {
  display: none;
}


.bildergallerie-ohne-photoswipe {
	display:none;	
  	margin-top: 30px;
}

.bildergallerie-ohne-photoswipe a{
	cursor: default;
}


/*------ Fenstergrösse max 780px --------------------------------- */


@media (max-width: 780px) { 

	.wrap_my-gallery {
		display:none;
	}

	.bildergallerie-ohne-photoswipe {
		display:block;
	}

	.bildergallerie-ohne-photoswipe img {
	  width: 100%;
	  height: auto;
	  margin-top: 6px;
	  cursor: default;
	}
}

/* ----- css von Luki ------------- */


.bildbeschrieb {
	display: none;
}

.pswp__button--arrow--left {
	margin-left:20px;
}

.pswp__button--arrow--right {
	margin-right:20px;
}


.pswp__top-bar {

	background-color: transparent;
}

.pswp__counter {
	font-style: normal;
	font-family: 'Josefin Sans'; 
	font-weight: 600;
	font-size: 1.05rem;
	line-height: 1.3rem;
	color: #3C3021;
}


.pswp--zoom-allowed .pswp__img {
cursor: default;
}

  
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
        visibility: visible;     
    }


.pswp__scroll-wrap {
	margin-bottom: 40px;
	overflow: visible;
}

.pswp__zoom-wrap, .pswp__button {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition:none;
}

.pswp__zoom-wrap {
	//transform: translate3d(48px, 20px, 0px) scale(1);
}

.pswp__bg {
	background: #fff;
	transform: none;
}

.pswp__button {
	margin-top: 5px;
	margin-right: 15px;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	top: 0px;
}



.pswp__button--arrow--left:before {
  background: url(links.png) 0 0 no-repeat !important;
  background-size: 30px 40px !important;
  width: 30px !important;
  height: 44px !important; 
}

.pswp__button--arrow--right:before {
  background: url(rechts.png) 0 0 no-repeat !important;
  background-size: 30px 40px !important;
  width: 30px !important;
  height: 44px!important; 
}



@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: none; }
 }


.pswp__button--close {
  background-position: 0 -44px; 
	background-image: url(default-skin.svg) !important;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	height: 50px;
	}

/* Buttons */

.custom-buttons {
	width: 50%;
    margin: 0 auto;
    min-height: 30px;
}

.custom-buttons .custom-button-container {
    float: left;
    width: 33%;
    margin: 15px auto 10px;
    height: 44px;
}

.custom-buttons .custom-button-container#zur-uebersicht{
    margin-top: 0px;
    line-height: 1.3px;
    margin-bottom: 0px;
}

.custom-buttons .custom-button-container button {
	position: relative;
	height: 80px;
}



.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
	background-color: #fff;
}

.pswp__caption {
	background-color: rgba(0, 0, 0, 0);
}

.pswp__caption__center {
	color:#000000;
	font-style: normal;
	font-family: 'Open Sans';	
	font-weight: 300;
	font-size:0.95em;
	line-height:1.4em;
	max-width: 720px;
	text-align: center;
	margin-top:30px;
	padding-bottom: 10px;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	background-size: 21px 40px;
}

.pswp__item .pswp__zoom-wrap img.pswp__img {
	padding: 70px;
}

@media only screen and (min-width: 820px) {
  .pswp__item .pswp__zoom-wrap img.pswp__img {
		padding: 30px;
	}
}

.pswp--animate_opacity,
.pswp__bg,
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right{
    -webkit-transition: opacity 0ms cubic-bezier(.4,0,.22,1);
    transition: opacity 0ms cubic-bezier(.4,0,.22,1);
}