:root
{
}

body
{
  min-height: 100%;
}

img.InlineImage
{
  vertical-align: middle;
}

.SpeelpleinSlideshow
{
  height:calc(50vw);
  height:calc(min(50vw, 512px));
  width: 100%;
  position: relative;
  overflow: hidden;
}
.SpeelpleinSlideshowImages,
.SpeelpleinSlide img,
.SpeelpleinSlide a
{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.SpeelpleinSlide
{
  display: none;
  height: 100%;
  animation-name: SpeelpleinSlide;
  animation-duration: 1.5s;
}
@keyframes SpeelpleinSlide
{
  from {opacity: .4}
  to {opacity: 1}
}
.SpeelpleinSlideNext,
.SpeelpleinSlidePrevious
{
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0,0,0,0.1);
}
.SpeelpleinSlideNext
{
  right: 0;
  border-radius: 3px 0 0 3px;
}
.SpeelpleinSlideNext:hover,
.SpeelpleinSlidePrevious:hover
{
  background-color: rgba(0,0,0,0.8);
  text-decoration: none;
}
.SpeelpleinSlideText
{
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  text-shadow: 0px 0px 10px #000;
  font-weight: bold;
}
.SpeelpleinSlideshowNavigation
{
  position: absolute;
  bottom: 4px;
  width: 100%;
  text-align:center;
}
.SpeelpleinSlideshowNavigation > a
{
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.SpeelpleinSlideshowNavigation > a.Active,
.SpeelpleinSlideshowNavigation > a:hover
{
  background-color: #717171;
}
.tox-tinymce-aux{z-index:99999999999 !important;}

input[type='radio'],
input[type='checkbox']
{
  margin: 10px;
}

div.form input[type='checkbox']
{
  margin: 0px;
}

@media screen and (min-width:699px)
{
  .SpeelpleinCity
  {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }
  .SpeelpleinStreet
  {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr;
  }
}
.LanguageSwitcher
{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.LanguageSwitcher > a:not(.Active)
{
  opacity: 0.5;
}
