/*	 	 
Willkommen bei den Individuellen CSS	 	 
Wie es funktioniert, steht unter http://wp.me/PEmnE-Bt	 	 
*/
* {
	outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Calibri", serif !important;
}

.site-main ul,
.site-main ol {
		margin-top: -1.5em;
}

.site-branding {
	padding-top: 2em;
}

/* TRAINING OVERVIEW */
.training-overview {
	text-align: center;
	margin-bottom: 1.5em;
}

.training-overview a {
	position: relative;
	font-size: 0;
}

.training-overview img {
	border-radius: 4px;
	margin: 0 4px;
}

.training-overview a::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, .8);
	font-size: 16px;
	color: black;
	text-align: center;
    text-transform: uppercase;
    padding: 4px 0 2px 0;
    font-family: Arial;
}

.training-overview a:nth-child(1):after {
	content: 'Dogdance';
}

.training-overview a:nth-child(2):after {
	content: 'JAD-Dogs';
}

.training-overview a:nth-child(3):after {
	content: 'Tricktraining';
}

.training-overview a:nth-child(4):after {
	content: 'Longieren';
}

.training-overview a:nth-child(5):after {
	content: 'Clickertraining';
}

.training-overview a:nth-child(6):after {
	content: 'Schnüffeln';
}

.training-overview a:nth-child(7):after {
	content: 'Gymnastricks';
}


.training-overview a:nth-child(8):after {
	content: 'Nadac-Hoopers';
}

@media screen and (min-width: 768px) {
	.training-overview img {
		width: calc(25% - 8px);
	}
}

/* FOOTER LINKS */
.site-info a {
	margin: 0 10px;
}

/* CHANGE LOGO SIZE */
.site-logo {
	width: 300px;
	image-rendering:-webkit-optimize-contrast;
}

/* STARTPAGE TEXT */
.hero-content-overlayer {
	position: relative;
	top: auto;
	height: auto;
	overflow: hidden;
	padding: 40px 0;
}

.hero-content-overlayer .entry-content {
	font-size: 18px;
}

.front-page-content-area .with-featured-image {
    box-shadow: none;
    width: 90%;
    max-width: 700px;
    opacity: 1;
    border: 0;
    padding: 0;
		margin: 0 auto;
}

/* MOVE TEXT DOWN FROM HEADER */
.content-wrapper.full-width.with-featured-image {
	margin-top: 0 !important;
}

/* CHANGE CONTENT FONT SIZE */
.content-wrapper {
	font-size: 18px;
}

/* CHANGE FONT STYLES */
.main-navigation a {
	font-weight: 400 !important;
	letter-spacing: 1px !important;
}

/* CHANGE NAVIGATION ACTIVE / HOVER COLOR */
.main-navigation li.current_page_item > a,	 	 
.main-navigation li.current-menu-item > a,	 	 
.main-navigation li.current_page_ancestor > a,	 	 
.main-navigation li.current-menu-ancestor > a,	 	 
.main-navigation a:hover,	 	 
.main-navigation ul > :hover > a,	 	 
.main-navigation ul > .focus > a,	 	 
.main-navigation a:hover,	 	 
.main-navigation ul > :hover > a,	 	 
.main-navigation ul > .focus > a {
	color: #092538;
}

.menu-toggle {
	background: #13517A !important;
}

.site-info a {
	font-size: 14px !important;
	letter-spacing: 1px !important;
}

/* CHANGE GALLERY OVERLAY */
div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content {
	background: transparent !important;
}

.pp_content_container .pp_details {
	margin: 0 !important;
	padding: 5px 0 !important;
	background: #FFF !important;
}

.pp_nav {
	margin: 2px 10px 0 !important;
}

a.pp_close {
	top: 5px !important;
	right: 5px !important;
}

/* CHANGE HEADER TEXT */
.front-page-content-area .with-featured-image .entry-title {
	line-height: 1.2 !important;
	margin-bottom: 20px !important;
}

@media screen and (min-width: 500px) {
	.front-page-content-area .with-featured-image .entry-title {
		font-size: 3.4rem !important;
		padding: 0 !important;
	}
}

/* ACCORDION ELEMENTS */
.accordion__text {
	overflow: hidden;
	height: 0;
	opacity: 0;
  transition: opacity 0.5s ease, height 0.5s ease;
}

.accordion__title {
	cursor: pointer;
	padding-bottom: 1.5em;
	visibility: visible;
}

.accordion__title::after {
	content: "\25BD";
	font-size: 14px;
	line-height: 28px;
}

.accordion__title > strong {
	display: inline-flex !important;
}

.accordion.is-open .accordion__title::after {
	content: "\25B3";
}

.accordion.is-open .accordion__text {
	opacity: 1;
	transition: opacity 0.5s ease 0.5s, height 0.5s ease;
}