

/* Icons for Road Movie article */

.toc-auto-hover,
.toc-wohnwagen-hover,
.toc-motorrad-hover,
.toc-fahrrad-hover,
.toc-traktor-hover,
.toc-segway-hover {
/*	 margin-bottom: 10px;*/
	width: 50px;
	height: 50px;
	display:block;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.toc-auto-hover {
	background:transparent url('https://www.flocutus.de/wordpress/wp-content/uploads/auto.png') center top no-repeat;
}
span.toc-auto-hover_hover ,
.toc-auto-hover:hover {
	background:transparent url('https://www.flocutus.de/wordpress/wp-content/uploads/auto_hover.png') center top no-repeat;
}
.toc-wohnwagen-hover {
	background:transparent url('https://www.flocutus.de/wordpress/wp-content/uploads/wohnwagen.png') center top no-repeat;
}
span.toc-wohnwagen-hover_hover,
.toc-wohnwagen-hover:hover {
	background:transparent url('https://www.flocutus.de/wordpress/wp-content/uploads/wohnwagen_hover.png') center top no-repeat;
}
.toc-motorrad-hover {
	background:transparent url('https://www.flocutus.de/wordpress/wp-content/uploads/motorrad.png') center top no-repeat;
}
span.toc-motorrad-hover_hover,
.toc-motorrad-hover:hover {
	background:transparent url('https://www.flocutus.de/wordpress/wp-content/uploads/motorrad_hover.png') center top no-repeat;
}
.toc-fahrrad-hover {
	background:transparent url('https://www.flocutus.de/wordpress/wp-content/uploads/fahrrad.png') center top no-repeat;
}
span.toc-fahrrad-hover_hover,
.toc-fahrrad-hover:hover {
	background:transparent url('https://www.flocutus.de/wordpress/wp-content/uploads/fahrrad_hover.png') center top no-repeat;
}
.toc-traktor-hover {
	background:transparent url('https://www.flocutus.de/wordpress/wp-content/uploads/traktor.png') center top no-repeat;
}
span.toc-traktor-hover_hover,
.toc-traktor-hover:hover {
	background:transparent url('https://www.flocutus.de/wordpress/wp-content/uploads/traktor_hover.png') center top no-repeat;
}
.toc-segway-hover {
	background:transparent url('https://www.flocutus.de/wordpress/wp-content/uploads/segway.png') center top no-repeat;
}
span.toc-segway-hover_hover ,
.toc-segway-hover:hover {
	background:transparent url('https://www.flocutus.de/wordpress/wp-content/uploads/segway_hover.png') center top no-repeat;
}



/* custom page navi */

.entry-content ul.toc-custom {
    width: 100%;
    clear: both;
	background: none repeat scroll 0% 0% #F9F9F9;
	margin-top: 1em;
	margin-bottom: 2em;
	overflow: hidden;
	padding: 0;
	list-style: none;
	border: 1px solid #AAA;
	box-sizing: border-box;
}

.entry-content ul.toc-custom li {
    float: left;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
}
.entry-content ul.toc-custom-9 li {
	width:11.11%;
}
.entry-content ul.toc-custom-6 li {
	width:16.66%;
}
.entry-content ul.toc-custom-5 li {
	width:20%;
}

@media (max-width: 599px) {
	.entry-content ul.toc-custom-9 li {
		width: 20%;
	}
	.entry-content ul.toc-custom-6 li {
		width: 33.33%;
	}
}

.entry-content ul.toc-custom a {
	color: inherit;
}
.entry-content ul.toc-custom a:hover {
	color: #C0A127;
	background: transparent;
}

/* Movies */
.alignleft.movie {
    width: 32%;
}
.entry-content .movie img.alignleft {
    margin-right: 10px;
}
.alignleft.movie:nth-child(3n) {
    margin-right:0;
}
.alignleft.movie:nth-child(3n+1) {
    clear:left;
}
.movie h4 {
    margin-top: -1.5em;
}
