/* template.custom.css */

.page-nav .nav-menu>.dropdown>div a.current,
.page-nav .nav-menu>.dropdown>div a.current:hover,
.page-nav .nav-menu>.dropdown>div a.current:active,
.page-nav .nav-menu>.dropdown>div a.current:focus {
    font-weight: 300 !important;
    color: #97CC00 !important;
}

.page-nav .nav-menu>.dropdown>div a.current strong,
.page-nav .nav-menu>.dropdown>div a.current:hover strong,
.page-nav .nav-menu>.dropdown>div a.current:active strong,
.page-nav .nav-menu>.dropdown>div a.current:focus strong {
    color: #97CC00 !important;
}

.table tr th {
	font-weight: 700;
}

.news-entry p.news-date {
	margin-bottom:5px !important;
}

.news-entry div.news-abstract p {
	margin-bottom:5px;
}

ul.pagination {
	margin-left: 0;
}

ul.pagination > li {
	list-style-type: none;
}

ul.pagination > li > a {
	text-decoration: none;
	color: #97CC00;
}

.page-item.active .page-link {
	background-color: #97CC00;
	border-color: #97CC00;
}

.fa-kvugreen {
	color: #97CC00;
}

@media (min-width: 600px)  {
	.header-image[data-header="small"] .image-background {
	    max-height: 360px;
	}
}

@media (max-width: 1200px)  {
	.header-image .image-caption .caption-inner p.caption-text {
	    display: none;
	}
}

@media (max-width: 575.99px) {
	.header-image[data-header="large"] .image-background {
	    height: 250px;
	}
	.header-image .image-caption .caption-inner h1 strong {
	    font-size: 26px;
	}
	.header-image .image-caption .caption-inner h1 {
	    font-size: 18px;
	}
}

.video-container-limit {
	max-width: 1000px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* themen dropdown für content-bereich */

body[data-touch="false"] #dynamic-content .image-grid a.image-link, 
body[data-touch="false"] #dynamic-content .image-grid a.image-link:hover, 
body[data-touch="false"] #dynamic-content .image-grid a.image-link:focus, 
body[data-touch="false"] #dynamic-content .image-grid a.image-link:active {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

body[data-touch="false"] #dynamic-content .image-grid a.image-link:hover, 
body[data-touch="false"] #dynamic-content .image-grid a.image-link:hover:hover, 
body[data-touch="false"] #dynamic-content .image-grid a.image-link:focus:hover, 
body[data-touch="false"] #dynamic-content .image-grid a.image-link:active:hover {
  color: #97CC00;
}

#dynamic-content .image-grid a.image-link, 
#dynamic-content .image-grid a.image-link:hover, 
#dynamic-content .image-grid a.image-link:focus, 
#dynamic-content .image-grid a.image-link:active {
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none;
}

#dynamic-content .image-grid a.image-link img, 
#dynamic-content .image-grid a.image-link:hover img, 
#dynamic-content .image-grid a.image-link:focus img, 
#dynamic-content .image-grid a.image-link:active img {
  display: block;
  width: 100%;
  border: none;
}

#dynamic-content .image-grid a.image-link span, 
#dynamic-content .image-grid a.image-link:hover span, 
#dynamic-content .image-grid a.image-link:focus span, 
#dynamic-content .image-grid a.image-link:active span {
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 0;
}