/*
 Theme Name:   sitezilla-v4-child-theme
 Theme URI:    http://www.sitezilla.nl/
 Template:     sitezilla-v4
 Version:      1.0.5.18
 Text Domain:  sitezilla-v4-child-theme
*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 900 !important;
}

.pager li>a, .pager li>span {
    background-color: #82acab !important;
	 color: #ffffff !important;
}


.navbar-default .navbar-nav>li>a {
    color: #58585a;
	font-weight: 900 !important;
}

.ticketslink .ticketslink>li>a{
	color: #82acab !important;
	font-weight: 900 !important;
	font-weight : bold;
	}

.afkorten {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 4; /* number of lines to show */
   line-height: 1.2em;        /* fallback */
   max-height: 5em;       /* fallback */
}

.afkortengroot {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 20; /* number of lines to show */
   line-height: 1.2em;        /* fallback */
   max-height: 25em;       /* fallback */
}

.navbar-default .navbar-nav>li>a {
    font-weight: bold;
}


/* navigatie-stroke */
.col-md-8-szul li a{
  position: relative;
}
.col-md-8-sz ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #aaa;
  height: 2px;
}

.col-md-8-sz ul li a:hover:after {
  width: 100%;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .9s;
}