@font-face {
    font-family: 'Open Sans CondensedBold';
    src: url('../fonts/OpenSans-CondBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


body {
    line-height: 1.8em;
    hyphens: auto;
}

.body-background {
    background-image: url(/assets/content/kindergaerten/_theme/ibbenbueren-stadtkiga-2025/img/background.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}


a {
    color: #a71680;
    text-decoration: none;
}

h1, h2, h3, h4 {
    font-family: 'Open Sans CondensedBold', sans-serif;
    line-height: 1.5em;
    color: #a71680;
    hyphens: none;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

@media (min-width: 576px) {
    h1 {
        font-size: 38px;
    }
    
    h2 {
        font-size: 27px;
    }

    h3 {
        font-size: 22px;
    }

}

hr {
    border: 1px solid #a71680;
    opacity: 1.0;
}

.img-main {
    width: 100%;
}

.no-gutter {
    --bs-gutter-x: 0;
}

.header-logo img {
    width: 250px;
}

@media (min-width: 992px) {
    .header-logo {
        display: block;
        margin: 0 auto;
    }
    .header-logo img {
        width: 500px;
    }
}

.header-menu-area .container {
    background-color: #fff;
}

.main-menu ul li {
	list-style-type: none;
	display: inline-block;
	position: relative;
}

.main-menu ul li:first-child {
	margin-left: 0;
}

.main-menu > ul > li > a {
	padding: 5px 13px;
	border-radius: 20px;
}

.main-menu a {
	display: block;
	position: relative;
	font-family: 'Open Sans CondensedBold', sans-serif;
	font-size: 20px;
	color: #878787;
	text-decoration: none;
}

.main-menu a:hover {
	opacity: 0.7;
	transition: all 0.4s ease-in-out;
}

.main-menu a.active {
	color: #e49b00;
}

.mobile-logo img {
    max-width: 50%;
}

.vs-menu-toggle {
	background-color: #a753e8;
	color: #fff;
	border: none;
	height: 40px;
	width: auto;
	padding: 6px 20px 5px 20px;
	border-radius: 50px;
	line-height: 1;
	font-size: 16px;
}

.vs-menu-toggle {
    margin: 0 20px 0 auto;
}

.vs-mobile-menu {
    margin-top: 0;
}

.vs-mobile-menu ul li a {
    text-decoration: none;
    text-transform: none;
}

.vs-mobile-menu ul li a::before {
    font-family: 'Font Awesome 6 Pro';
}

.content {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 90%;
}

@media (min-width: 576px) {
    .content {
        font-size: 100%;
    }
}

footer .container {
    background-color: #ededed;
    color: #5e5e5e;
    font-family: 'Open Sans', sans-serif;
    font-size: 90%;
}

@media (min-width: 576px) {
    .content {
        font-size: 100%;
    }
}

footer h4 {
    color: #a71680;
}

footer a, footer a:visited {
    color: #a71680;
    text-decoration: none;
}

.copyRight .container {
    background-color: #e49b00;
    color: #fff;
}

.copyRight a, .copyRight a:visited {
    color: #fff;
    text-decoration: none;
}

td {
    vertical-align: top;
}

video {
    max-width: 90%;
}

.button-download {
    border-radius: 5px;
    font-weight: bold;
    background-color: #a71680;
    color: #fff;
    text-decoration: none;
    padding: 10px;
}

.button-download::after {
    font-family: 'Font Awesome 6 Pro';
    content: ' \f019';
}

.isotopeSelector figure {
	position: relative;
	margin-bottom: 30px;
	border-radius: 4px;
}

.isotopeContainer .img-rounded {
    border-radius: 6px;
}

.isotopeSelector .overlay-background {
	border-radius: 4px;
}

.isotopeSelector .overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	border-radius: 4px;
}

.isotopeSelector .overlay .fancybox-pop {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
}

.isotopeSelector .overlay .fancybox-pop i {
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	border-radius: 4px;
	border: 2px solid #ffffff;
	color: #ffffff;
	line-height: 35px;
	font-size: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
}

@media (min-width: 320px) {
  .isotopeFilters ul.filter > li {
    padding: 6px 2px;
  }
}

@media (min-width: 768px) {
  .isotopeFilters ul.filter > li {
    padding: 0 2px;
  }
}

.isotopeFilters ul.filter > li a {
  padding: 0 25px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #f8f8f8;
  border-radius: 4px;
}

.isotopeFilters ul.filter > li.active a {
  background-color: #ea7066;
  color: #ffffff;
}

.fancybox-lock .fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.75);
}

.isotopeSelector img {
  width: 100%;
}

.isotopeSelector:hover img {
  -webkit-transform: scale(1.2) rotate(0);
  transform: scale(1.2) rotate(0);
}

.isotopeSelector figure {
  position: relative;
  margin-bottom: 30px;
  border-radius: 4px;
}

.isotopeSelector .overlay-background {
  border-radius: 4px;
}

.isotopeSelector .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}

.isotopeSelector .overlay .fancybox-pop {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}

.isotopeSelector .overlay .fancybox-pop i {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #ffffff;
  color: #ffffff;
  line-height: 35px;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.isotopeSelector:hover .overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.isotopeSelector:hover .overlay .overlayInfo {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.isotopeSelector:hover h4 {
  color: #ea7066;
}

.btnArea {
  width: 100%;
  display: block;
  float: left;
  margin-top: 20px;
  text-align: center;
}

.btnArea .btn-primary {
  display: inline-block;
}
