#content .swiper-container
{
  overflow:inherit;
}

#content .swiper-container.fullscreen
{
  width:100%;
}

#content .swiper-container .swiper-wrapper
{
  overflow:hidden;
}

#content .swiper-container .swiper-wrapper .swiper-slide
{
  position:relative;
}

#content .swiper-container.fullscreen .swiper-wrapper .swiper-slide
{
  background-size:cover;
  background-position:center;
}

#content .swiper-container .swiper-wrapper .swiper-slide img
{
  border:0 solid #fff;
  margin:0 auto;
  max-width:calc(100% - 0 * 2);
}

#content .swiper-container .swiper-wrapper .swiper-slide .overlay
{
  bottom:90px;
  color:#fff;
  left:calc(50% - 310px);
  position:absolute;
  text-align:center;
  width:620px;
}

#content .swiper-container .swiper-wrapper .swiper-slide .overlay:before
{
  background:url('../Images/schuh_logo_house_plain.png') no-repeat;
  background-size:100%;
  content:'';
  height:394px;
  left:-350px;
  opacity:0.5;
  position:absolute;
  top:-130px;
  width:700px;
  z-index:-1;
}

#content .swiper-container .swiper-wrapper .swiper-slide .overlay h2
{
  color:#fff;
  font-family:'Caveat', cursive;
  font-size:54px;
  line-height:64px;
  margin:0 0 20px;
  padding:0 0 15px;
  position:relative;
  text-align:center;
}

#content .swiper-container .swiper-wrapper .swiper-slide .overlay h2:after
{
  background:#fff;
  bottom:0px;
  content:' ';
  height:3px;
  left:calc(50% - 115px);
  position:absolute;
  width:230px;
}

#content .swiper-container .swiper-wrapper .swiper-slide .overlay a
{
  display:inline-block;
  margin-top:10px;
}

#content .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet
{
  background:#ffffff;
  border-color:#c1c1c1;
  border-radius:10px;
}

#content .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active
{
  background:#000000;
}

#content .swiper-container-horizontal>.swiper-pagination-progress
{
  bottom:-22px;
  left:25%;
  top:auto;
  width:50%;
}

#content .swiper-pagination-progress
{
  background: #ffffff;
  background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, #ffffff 50%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,#ffffff 50%);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%,#ffffff 50%);
}

#content .swiper-pagination-progress .swiper-pagination-progressbar
{
  background: #000000;
  background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, #000000 50%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, #000000 50%);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%, #000000 50%);
}

#content .swiper-button-prev,
#content .swiper-container-rtl .swiper-button-next
{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23494948'%2F%3E%3C%2Fsvg%3E");
}

#content .swiper-button-next, 
#content .swiper-container-rtl .swiper-button-prev
{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23494948'%2F%3E%3C%2Fsvg%3E")
}

#content .swiper-container .textoverlay
{
  background:rgba(0,0,0,0.3);
  bottom:0;
  left:0;
  position:absolute;
  right:0;
  top:0;
  z-index:5;
}

#content .swiper-container .textoverlay table
{
  height:100%;
  width:100%;
}

#content .swiper-container .textoverlay table tr
{
  border:0px;
}

#content .swiper-container .textoverlay table tr td
{
  border:0px;
  vertical-align:middle;
}

#content .swiper-container .textoverlay table tr td h1
{
  border-bottom:5px solid #ffffff;
  color:#ffffff;
  display:table;
  font-family:'Roboto Slab', serif;;
  font-size:25px;
  font-weight:800;
  line-height:5px;
  margin:0 auto;
  text-align:center;
  text-transform:none;
}

#content .swiper-container .textoverlay table tr td h2
{
  border-bottom:0;
  color:#ffffff;
  font-family:'Ubuntu', sans-serif;;
  font-size:17px;
  font-weight:400;
  line-height:25px;
  margin:6px auto 0;
  text-align:center;
  text-transform:none;
}

#content .boxes
{
  float:left;
  width:100%;
}

#content .boxes .box
{
  float:left;
  overflow:hidden;
  position:relative;
  width:calc(100% / 3);
}

#content .boxes .box img
{
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#content .boxes .box:hover img.effect1
{
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

#content .boxes .box .overlay
{
  bottom:0;
  left:0;
  padding:20px;
  position:absolute;
  right:0;
  top:0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#content .boxes .box .overlay table
{
  height:100%;
  width:100%;
}

#content .boxes .box .overlay table tr
{
  border:0px;
}

#content .boxes .box .overlay table tr td
{
  border:0px;
  color:#fff;
  font-size:25px;
  text-align:center;
  text-transform:uppercase;
  vertical-align:middle;
}

#content .news-list-view
{
  float:left;
  width:100%;
}

#content .news-list-view .article
{
  float:left;
  margin:0 21px 20px 0;
  width:calc(100% / 3 - 14px);
}

#content .news-list-view .article:nth-child(4),
#content .news-list-view .article:nth-child(7),
#content .news-list-view .article:nth-child(10),
#content .news-list-view .article:nth-child(13),
#content .news-list-view .article:nth-child(16),
#content .news-list-view .article:nth-child(19)
{
  margin-right:0;
}

#content .news-list-view .article .news-img-wrap
{
  float:left;
  margin:0 0 20px;
  width:100%;
}

#content .news-list-view .article .news-img-wrap img
{
  display:block;
  height:auto;
  width:100%;
}

#content .news-list-view .article .header
{
  float:left;
  margin:0 0 5px;
  width:100%;
}

#content .news-list-view .article .header h3
{
  margin-bottom:0;
}

#content .news-list-view .article .header h3 a 
{
  color:#5d6169;
  text-decoration:none;
}

#content .news-list-view .article .header h3 a:hover
{
  color:#13456f;
}

#content .news-list-view .article .teaser-text
{
  float:left;
  width:100%;
}

#content .news-list-view .article .teaser-text p:last-child
{
  margin-bottom:0;
}

#content .news-list-view .article .teaser-text .more
{
  display:inline-block;
  margin:10px 0 0;
}

#content .news-list-view .article .teaser-text .more:after
{
  content:'>';
  float:right;
  margin:1px 0 0 5px;
}

#content .news-single .teaser-text
{
  font-style:italic;
}

#content .news-single .news-img-wrap
{
  float:right;
  margin:0 0 20px 20px;
}

#content .news-single .news-backlink-wrap a:after
{
  content:'<';
  float:left;
  margin:1px 5px 0 0;
}

#content .gallery .bigimage
{
  float:left;
  width:100%;
}

#content .gallery.overlay .bigimage
{
  bottom:0;
  float:none;
  left:0;
  opacity:0;
  position:fixed;
  right:0;
  top:0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  visibility:hidden;
  z-index:1001;
}

#content .gallery.overlay .bigimage.open
{
  opacity:1;
  visibility:visible;
}

#content .gallery .bigimage img
{
  border:2px solid #4d4d4d;
  margin-bottom:20px;
  width:calc(100% - 2px * 2);
}

#content .gallery.overlay .bigimage img
{
  max-height:calc(100% - 250px);
  margin:150px auto 0;
  max-width:90%;
  width:auto;
}

#content .gallery .thumb
{
  cursor:pointer;
  float:left;
  margin:0 19px 17px 0;
  width:calc(100% / 6 - 16px - 2px * 2);
}

#content .gallery .thumb:nth-child(7),
#content .gallery .thumb:nth-child(13),
#content .gallery .thumb:nth-child(19),
#content .gallery .thumb:nth-child(25)
{
  margin-right:0;
}

#partners
{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  width:100%;
}

#partners .partner
{
  margin:15px;
}

#partners .partner img
{
  max-height:80px; 
}

@media (min-width:768px) and (max-width:1023px)
{
  #content .swiper-container.fullscreen
  {
    height:calc(100vh - 50px) !important;
  }
}

@media (max-width:767px)
{
  #content .swiper-container.fullscreen
  {
    height:300px !important;
  }
  
  #content .boxes .box
  {
    width:calc(100% / 2);
  }
  
  #content .boxes .box .overlay table tr td
  {
    font-size:20px;
  }
  
  #content .news-list-view .article,
  #content .news-list-view .article:nth-child(4),
  #content .news-list-view .article:nth-child(7),
  #content .news-list-view .article:nth-child(10),
  #content .news-list-view .article:nth-child(13),
  #content .news-list-view .article:nth-child(16),
  #content .news-list-view .article:nth-child(19)
  {
    margin-right:20px;
    width:calc(100% / 2 - 10px);
  }
  
  #content .news-list-view .article:nth-child(3),
  #content .news-list-view .article:nth-child(5),
  #content .news-list-view .article:nth-child(7),
  #content .news-list-view .article:nth-child(9),
  #content .news-list-view .article:nth-child(11),
  #content .news-list-view .article:nth-child(13),
  #content .news-list-view .article:nth-child(15),
  #content .news-list-view .article:nth-child(17),
  #content .news-list-view .article:nth-child(19)
  {
    margin-right:0;
  }
  
  #content .gallery .thumb,
  #content .gallery .thumb:nth-child(7),
  #content .gallery .thumb:nth-child(13),
  #content .gallery .thumb:nth-child(19),
  #content .gallery .thumb:nth-child(25)
  {
    margin:0 20px 20px 0;
    width:calc(100% / 4 - 17px);
  }
  
  #content .gallery .thumb:nth-child(5),
  #content .gallery .thumb:nth-child(9),
  #content .gallery .thumb:nth-child(13),
  #content .gallery .thumb:nth-child(17),
  #content .gallery .thumb:nth-child(21),
  #content .gallery .thumb:nth-child(25)
  {
    margin-right:0;
  }
  
  #content .swiper-container .swiper-wrapper .swiper-slide .overlay
  {
    display:none;
  }
  
  #partners
  {
    flex-direction:column;
  }
  
  #partners .partner
  {
    margin:0 0 30px;
  }
}

@media (max-width:560px)
{
  #content .gallery .thumb,
  #content .gallery .thumb:nth-child(5),
  #content .gallery .thumb:nth-child(9),
  #content .gallery .thumb:nth-child(13),
  #content .gallery .thumb:nth-child(17),
  #content .gallery .thumb:nth-child(21),
  #content .gallery .thumb:nth-child(25)
  {
    margin:0 15px 15px 0 !important;
    width:calc(100% / 3 - 12px) !important;
  }
  
  #content .gallery .thumb:nth-child(4),
  #content .gallery .thumb:nth-child(7),
  #content .gallery .thumb:nth-child(10),
  #content .gallery .thumb:nth-child(13),
  #content .gallery .thumb:nth-child(16),
  #content .gallery .thumb:nth-child(19),
  #content .gallery .thumb:nth-child(22),
  #content .gallery .thumb:nth-child(25)
  {
    margin-right:0 !important;
  }
  
  #content .boxes .box .overlay
  {
    padding:0;
  }
  
  #content .boxes .box .overlay table tr td
  {
    font-size:15px;
  }
}

@media (max-width:460px)
{
  #content .boxes .box
  {
    width:100%;
  }
  
  #content .news-list-view .article
  {
    margin-right:0 !important;
    width:100% !important;
  }
}


#c65 input, #c65 textarea{width:100%;}
.form-group{margin-top:20px;}
#c65 input#standardKontaktform-65-checkbox-1{width:2%;}





/*
 * Gallery
 */
.mfp-wrap figcaption,
.mfp-wrap .mfp-bottom-bar
{
	display:none;
}

.gallery
{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	overflow: hidden;
}

.gallery .magnific-popup
{
	margin:0 30px 30px 0;
	width:calc(100% / 4 - 90px / 4);
}

.gallery .magnific-popup:nth-child(4n)
{
	margin-right:0;
}

.gallery .magnific-popup.swiper-slide:nth-child(4n)
{
	margin:0 30px 30px 0;
}


.gallery .magnific-popup:last-child
{
	margin-right:0 !important;
}

.gallery .magnific-popup:nth-last-child(-n+4)
{
	margin-bottom:0;
}

@media (min-width:768px) and (max-width:1023px)
{
	/*
	 * Gallery
	 */
	.gallery .magnific-popup,
	.gallery .magnific-popup:nth-child(4n),
	.gallery .magnific-popup:nth-last-child(-n+4)
	{
		margin:0 30px 30px 0;
		width:calc(100% / 3 - 60px / 3);
	}
	
	.gallery .magnific-popup:nth-child(3n)
	{
		margin-right:0;
	}
	
	.gallery .magnific-popup:nth-last-child(-n+3)
	{
		margin-bottom:0;
	}
}

@media (max-width:767px)
{
	/*
	 * Gallery
	 */
	.gallery .magnific-popup,
	.gallery .magnific-popup:nth-child(4n),
	.gallery .magnific-popup:nth-last-child(-n+4)
	{
		margin:0 20px 20px 0;
		width:calc(100% / 2 - 20px / 2);
	}
	
	.gallery .magnific-popup:nth-child(2n)
	{
		margin-right:0;
	}
	
	
	
	.gallery .magnific-popup.swiper-slide:nth-child(2n)
	{
		margin:0 20px 20px 0;
	}

	
	
	.gallery .magnific-popup:nth-last-child(-n+2)
	{
		margin-bottom:0;
	}
	
#kontaktformular-87 .form-group{
	width:100%;
	}
}

.news-single{margin-top:80px;}