@import "custom.img.css";
@import "custom.bar.css";

/* Stellt den Container des Videos responsiv ein */
.responsive-video {
    position: relative; 
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    padding-top: 25px; 
    height: 0;
}

/* Stellt das iframe des Videos so ein, dass es den Container voll ausfüllt */
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img.filtered {
    position: absolute;
    left:-1%;
    top:-1%;
    width:102%;
    height:auto;
    margin: -4px;
    filter: blur(0.2em);
}

.filtereffect img{    
    filter: grayscale(100%);
    transition: filter 0.8s ease;
}

.filtereffect:hover img{    
    filter: grayscale(0%);
    transition: filter 0.4s ease;
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.carousel-caption {
    padding: 0;
    margin: 0;
    right: 0 !important;
    left: 0 !important;
    bottom: 0;
    top: 0;
    text-align: left;
    width: 100%;
    height: 100%;
    padding-left: 4vw;
    padding-top: 2vw;
}

.carousel-caption .carousel-caption-title {
    padding: 0;
    margin: 0;
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 20;
    width: 4vw;
}

.carousel-caption-title {
    font-size: 2.5vmax;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 45%;
}

.card.shop .card-title{
    font-size: 4vmax;
}

.card.shop .lead{
    font-size: 1vmax;
}

.card.shop .card-text{
    font-size: 2vmax;
}

ul.nav .nav-link,
ul.nav .nav-link:active,
ul.nav .nav-link:focus,
ul.nav .nav-link:hover {
    color: black;
}

.img-responsive-height
{
  display: block;
  width: auto;
  max-height: 100%
}

.icon_darts_loewe
{
background-image:url('https://spielcenter-chemnitz.de/assets/icons/loewe_darts.png');
display:inline-block;
width:1.2em;
height:1.2em;
background-repeat: no-repeat;
background-position: center;
background-size: cover;	
}

.icon_darts_radikal
{
background-image:url('https://spielcenter-chemnitz.de/assets/icons/radikal_darts.png');
display:inline-block;
width:1.1em;
height:1.1em;
background-repeat: no-repeat;
background-position: center;
background-size: cover;	
}

.icon_billard
{
background-image:url('https://spielcenter-chemnitz.de/assets/icons/billard_1.png');
display:inline-block;
width:1.2em;
height:1.2em;
background-repeat: no-repeat;
background-position: center;
background-size: cover;	
}

.icon_fettekatze
{
background-image:url('https://spielcenter-chemnitz.de/assets/icons/fettekatze.png');
display:inline-block;
width:1.2em;
height:1.2em;
background-repeat: no-repeat;
background-position: center;
background-size: cover;	
}