/*
  Theme Name:       Kleinkunst
  Theme URI:        https://git.simonkraft.com/wrint/kleinkunst
  Author:           Simon Kraft
  Author URI:       https://simonkraft.de
  Description:      Child-Theme für WRINT <3
  Version:          0.1
  Template:         twentytwelve
*/


.teaser-area {
	background-color: #ccc;	
	margin: 20px -25px 0;
}

@media screen and (min-width: 960px) {
	.teaser-area div {
		display: flex;
		flex-grow: 1;
	}
}

.teaser-area div aside {
	flex-grow: 1;
	padding: 20px 40px;
	align-items: center;
}

.teaser-bar-narrow {
	height: 90px;
}

.teaser-area .menu-image-title {
	display: none;
}

.teaser-area aside.widget_nav_menu {
	background-color: #444;
	overflow-x: scroll;
}

.teaser-area aside.widget_nav_menu a {
	color: white;
	text-decoration: none;
}

.menu-image-not-hovered img {
	transition: all .2s ease-in-out;
} 

.menu-image-not-hovered:hover img,
.current-menu-item .menu-image-not-hovered img {
	transform: scale(1.2);
} 

ul#menu-sendungen {
	display: flex;
	justify-content: space-between;
	flex-grow: 1;
}

ul#menu-sendungen li {
	list-style: none;
	display: inline-block;
	margin-right: 13px;
}
ul#menu-sendungen li:last-child {
	margin-right: 0;
}

	.teaser-area {
		margin: 20px -40px 0;
	}


.widget_highlightepisode_widget {
	background-color: #cdcdcd;
}

.widget_highlightepisode_widget:hover {
	background-color: #c3c3c3;
	cursor: pointer;
}

.widget_highlightepisode_widget div {
	display: block;
	line-height: 1.5;
	color: #444;
}

.widget_highlightepisode_widget a {
	display: grid;
	grid-template-columns: 150px 50fr;
	grid-gap: 30px;
	text-decoration: none;
}

.widget_highlightepisode_widget a:hover {
	text-decoration: none;
}

.widget_highlightepisode_widget h2 {
	font-size: 1.285714286rem;
	line-height: 1.6;
	font-weight: bold;
	color: #444;
	margin-bottom: .6em;
}