/*
Theme Name: Vielfalt Mediathek
Theme URI: https://vielfalt-mediathek.de
Author: spirito GmbH
Author URI: https://spirito.de
Description: Theme für die Vielfalt Mediathek auf Basis des Genesis Frameworks.
Version: 0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: vielfalt
*/
header input:focus::placeholder {
opacity: 0;
}
div.ays-survey-popup-survey-window {
z-index: 1000;
}
body {
	margin: 0 0 0 0;
	padding: 0 0 50px 0;
	font-family: Barlow, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.3em;
}
@media screen and (min-width: 768px) {
	body {
		padding-bottom: 0px;
	}
}
div, header, footer, main {
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: inherit;
}

.hide-mobile {
	display: none;
}
.show-mobile {
	display: inherit;
}
.home h1 {
	display: none;
}
@media screen and (min-width: 1024px) {
	.hide-mobile {
		display: inherit;
	}
	.show-mobile {
		display: none !important;
	}
	.home h1 {
		display: inherit;
	}
}

.vielfalt-mobile {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.vielfalt-desktop {
	display: none;
}

.site-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
}

.center-wrapper {
	order: 1;
	width: 100%;
}
.sidebar.primary {
	order: 3;
	width: 100%;
}
.sidebar.secondary {
	order: 2;
	width: 100%;
}
.sidebar.secondary header.right {
	display: none;
}
.logo-wrapper img {
	width: 400px;
	height: auto;
}
.vielfalt-mobile .logo-wrapper img {
	width: auto;
	max-height: 80px;
}

.logo-widget {
	box-sizing: border-box;
	display: inline-block;
	width: 50%;
	padding: 15px;
}
.logo-widget-wide {
	display: block;
	padding: 30px;
}

@media screen and (min-width: 1024px) {
.logo-wrapper img {
	max-width: 100%;
	width: 100%;
}		
	.logo-widgetxx {
		position: fixed;
		bottom: 100%;
		display: block;
		width: 50%;
		margin-top: -100%;
	}
	.vielfalt-mobile {
		display: none;
	}
	.vielfalt-desktop {
		display: block;
	}
	.site-wrapper {
		flex-direction: row;
		max-width: 1280px;
		margin: 0 auto;
	}

	.center-wrapper {
		order: 2;
		width: 55%;
        max-width: 679px;
	}
	.sidebar.primary {
		order: 1;
		width: 20%;
        padding-right: 0.5em;
	}
	.sidebar.secondary {
		order: 3;
		width: 25%;
        margin-left: 0.5em;
	}
	.sidebar.secondary header.right {
		display: inherit;
	}
	.primary, .secondary {
		position: relative;
		min-height: 100vh;
	}

	.custom-logo-link img {
		width: auto;
		height: 160px;
	}

	.vielfalt-widget > a.idalogo {
		right:0.5em;
		bottom:3em;
	}
	.vielfalt-widget > .logo {
		display: inline-block;
		position: absolute;
		bottom: 2.3em;
		width:50%;
	}
	
    .custom-logo-link {
	right: -0.5em;
	position: relative;
    }
    
    .press-space {
        margin-top: 2em;
    }
    
}
.vielfalt-mobile .custom-logo-link {text-align:left;padding: 10px 5px 10px 0}
.custom-logo-link {
	display: block;
	box-sizing: border-box;
	padding: 10px 5px 10px 15px;
	text-align: right;
}
/*
.header-wrapper, .content-wrapper, .footer-wrapper {
    width: 100vw;
}
.header-wrapper {
	height: 200px;
}
.header-wrapper > div, .content-wrapper > div, .footer-wrapper > div {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.primary, .secondary {
    display: none;
}
.content {
    width: 100%;
}
.content-wrapper > div > * {
	padding-bottom: 50px;
}

main {
	display: flex;
	flex-direction: column;
	background-color: #bbbfce;
	min-height: calc(100vh - 200px);
	position: relative;
}

*/

main {
	display: flex;
	flex-direction: column;
	background-color: #bbbfce;
	min-height: calc(100vh - 160px);
	position: relative;
}

main a {
	color:rgba(192, 0, 23, .7);
}

main ul.favorites-list a {
	color:black;
}
ul.favorites-list {
	padding-left:5px;
}
.common-content {
	font-size: 15pt;
	line-height: 1.2em;
}

.common-content h1 {
	color: black;
	font-size: 18pt;
}
.common-content h2 {
	line-height:1.3em;
}

.print {cursor:pointer;}
@media print {
	footer, aside, header, .vielfalt-suchtipps, #mobile-navigation, .logo-wrapper { display:none;}
}
/*
	.vielfalt-widget > .logo {
		position:inherit;
		width:50%;
	}

 */
	.vielfalt-widget > .idalogo {
		width:50%;
	}

	.vielfalt-widget > a.right {
		right:0;
	}

@media screen and (min-width: 769px) {
		
}


.footer-wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	color: white;
	background-color: black;
	width: 100vw;
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-size: .8em;
}
.footer-wrapper i {
	font-size: 1.5em;
}

h1 {
	font-size: 31px;
	line-height: 1.2em;
	color: #fff;
	margin-top: 0;
}


h2.vielfalt-widget-title {
	font-size:1em;
	border-bottom:1px solid #ddd;
	margin: 10px 0 0 10px;
}

.panel-body {
	padding: 5px;
	margin-top: 0.8em;
}

.short-light {
	padding:5px 10px;
	font-weight:bold;
	color:#ee7043;
}
.short-light a {
    color:#000;
	font-weight:normal;
}
@media screen and (min-width: 1024px) {
	.high-light {
		right: 0;
		position: absolute;
		bottom: 2.5em;
	}
}
.high-light {
		font-weight:bold;
		color:#ee7043;
		margin-top:0.5em;
		text-align: left;
		padding: 5px;
		line-height: 1.5em;
		width: 90%;
		margin-bottom:0px;
	}
.newsletter {
	background: #fff;
	padding: 10px;
}
.vielfalt-suchtipps {
	display: none;
}
.vielfalt-suchtipps-text {
	position:absolute;
	top: 0;
	left:0;
	background-color: rgba(89,190,190,0.9);
	border-radius: 7px 7px 0 0;	
	padding:20px;
	z-index:101;
	max-height:100%;
	overflow-y:auto;
}

.vielfalt-suchtipps-text h2{
	margin-top:5px;
	margin-bottom:5px;
}

.vielfalt-suchtipps-text .textwidget{
	columns: 1;
	margin-bottom:3em;
}


.vielfalt-suchtipps-close {
	position:absolute;
	top: 5px;
	right: 20px;
	z-index:102;
}

#searchtipclose {color:#000;}

#searchinfo	{cursor:pointer;}

.vielfalt-file-button a {
	display: inline-block;
	background-color: #29a08c;
	color: white;
	font-size: 24px;
	padding: 5px;
	border-radius: 5px;
}

.wp-video {
	padding: 10px;
}

.spacer {
	height: 12px;
}
.load-more {
	order: 9;
}

.vielfalt-button {
	border-radius: 3px;
	padding: 10px 20px;
	background-color: #29a08c;
	color: white;
	font-size: 1em;
	border-width: 0;
}

