@charset "UTF-8";

/*
Theme Name: Medienwoche Theme
Author: flake GmbH / Markus Boeniger
Author URI: https://flake.ch
Description: WordPress Theme fuer die MEDIENWOCHE. Online seit 2.7.17.
Version: 1.1.3
Text Domain: medienwoche.ch
*/

hr {
	border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.info-content h2, h2.article-title {
	/*border:1px solid red;*/
	font-size: 28px;
}
.latest-posts-content p:hover {
	text-decoration:underline !important;
}

.side-widget .link-text, .side-widget .all-link {
	display:none !important;
}

.side-widget .widget-all-link {
	display:none !important;
}

blockquote p::before, blockquote p::after {
    content: '' !important;
}

.image-block blockquote {
    margin: 0px !important;
    font-family: "charis_sil";
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
}


.landing-page .article-item {
    margin-bottom: 25px !important;
}

.sitemap-drop .columns .column ul li a {
    color: #000;
    text-transform: none !important;
}

.article-source {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
/*  margin: 0 10px 10px 0!important; imporant was removed*/
}

@media (max-width: 1199px) {
	.show-on-tablet {
		display: inline;
	}
	.show-on-desktop, .single-post .leaderboard-ad {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.show-on-tablet {
		display: none;
	}
	.show-on-desktop {
		padding: 50px 0 15px;
		display: block;
	}
}

	
	@media (max-width: 767px) {
		.advertorial.widget_add .wp-post-image {
			float:none !important;
		}
		.advertorial.widget_add {
			padding:0 !important;
			margin:0 !important;
		} }

		
.single:not(.dossier-single) #content .advertorial.widget_add {
	display:none;
}

#footer .btn-top, #footer .paging-next, #footer .paging-prev {
    color: #333;
    font-size: 24px;
	display:none !important;
}

#footer .footer-logo {
    margin-left: 0px !important;
}

/*styles for new form*/

.new-form{
	/*border: 5px solid #d95014;*/
	border: 1px dotted #d95014 !important;
	padding: 35px 63px 28px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 5px 5px 10px rgb(0 0 0 / 25%);
}

.wpf-controller.aru_rml_from_in_post{
	padding: 35px 35% 28px 80px;
}

@media (max-width: 767px){
	.wpf-controller.aru_rml_from_in_post{
		padding: 20px 35% 20px 30px;
	}
}

@media (max-width: 479px){
	.wpf-controller.aru_rml_from_in_post{
		padding: 10px 10px 10px 10px;
	}
}

.wpf-controller.aru_rml_from_in_post input[type='text']{
	box-shadow: 1px 1px 1px rgb(0 0 0 / 20%) inset;
}

.new-form .h2{
	font-family: "charis_sil";
	font-size: 31.5px;
	line-height: 1.15;
	margin: 0 0 0.7em;
	color: #000;
	font-weight: 700;
	max-width: 600px;
	letter-spacing: -.9px;
	word-wrap: break-word;
}

.new-form p{
	line-height: 1.2;
	margin: 0 0 1.7em;
}

.new-form__button{
	background-color: #d95014;
	color: #fff;
	border: 1px solid #d95014;
	text-transform: uppercase;
	font-weight: 300;
	border-radius: 3px;
	font-size: 16px;
	padding: 5px 13px;
	letter-spacing: .8px;
	transition: all .3s ease;
	margin-right: 30px;
	margin-bottom: 30px;
}

.new-form__button:last-child{
	margin-right: 0;
}

.new-form__button:hover{
	background-color: #fff;
	color: #d95014;
}

.new-form__button--accent{
	background-color: #fff;
	color: #d95014;
}

.new-form__button--accent:hover{
	background-color: #d95014;
	color: #fff;
}

.new-form .buttons-row{
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 1199px) {
	.new-form__button{
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.new-form{
		padding: 25px 40px 25px;
	}
}

@media (max-width: 768px) {
	.new-form{
		padding: 20px 30px 20px;
	}

	.new-form .h2{
		margin: 0 0 0.4em;
		font-size: 20px !important;
		line-height: 28px !important;
		margin: 10px 0 24px !important;
	}

	.new-form p{
		/*margin: 0 0 .8em;*/
		display: none;
	}

	.form-block{
		margin: 0 !important;
	}

	.new-form__button{
		font-size: 15px !important;
	}

}

@media (max-width: 479px) {
	.new-form{
		padding: 15px 20px 15px;
	}
}

/*update styles of readmore plugin*/
.form-block #rml_fade_content {
	display: none !important;
}

.wpf-controller.aru_rml_from_in_post {
	border: 5px solid #d95014 !important;
	background-color: #f3f3f3 !important;
	display: none;
	position: relative;
}

.single-article .wpf-controller.aru_rml_from_in_post{
	border: 1px dotted #d95014 !important;
	border-radius: 20px;
	box-shadow: 5px 5px 10px rgb(0 0 0 / 25%);
	background-color: #fff !important;
}

.single-article div.wpf-controller input.regular-text {
	border: 1px solid #d95014;
	padding: 7px 15px !important;
}

.single-article div.wpf-controller input.regular-text::placeholder {
	color: #999;
	font-size: 16px;
}

.single-article .wpf-controller.aru_rml_from_in_post .wpf-table-placeholder-input .wpf-label{
	display: none;
}

.add-logo{
	position: absolute;
	right: -1px;
	top: 0;
	width: 34.5%;
	height: 100%;
	background: #d95014;
	border-radius: 0 20px 20px 0;
}

@media (max-width: 479px){
	.add-logo{
		display: none;
	}
}

.add-logo img{
	width: 102px;
	height: 134px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 767px){
	.add-logo img{
		width: 71.4px;
		height: 93.8px;
	}
}

@media (max-width: 479px){
	.add-logo img{
		width: 51px;
		height: 67px;
	}
}

.wp_plugin_framework_ajax_button {
	background-color: #d95014 !important;
	border: none !important;
	text-transform: uppercase;
	font-weight: 300 !important;
	border-radius: 3px;
	font-size: 16px !important;
}

.single-article div.wpf-controller button{
	padding: 10px 15px;
	height: auto;
	line-height: 1.2;
}

#Link1 a{
	font-size: 16px;
}

.single-article h2 {
	font-weight: normal;
	font-family: "charis_sil";
	font-size: 28px;
	line-height: 1.08;
	margin: 0 0 0.6em;
	color: #000;
	font-weight: 700;
}

div.wpf-controller input.regular-text{
	background-color: #fff !important;
}

body.active-form .wpf-controller.aru_rml_from_in_post{
	display: block !important;
	width: 100%;
}

.form-block{
	margin: 0 30px;
}

body.active-form .new-form{
	display: none;
}

body.passive-form .new-form{
	display: none;
}

body.passive-form #rml_free_content{
	display: none;
}

.form-block-bg{
	position: relative;
}

.form-block-bg:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	transform: translateY(-100%);
	height: 97px;
	width: 100%;
	background: rgb(251,251,251);
	background: linear-gradient(rgba(251,251,251,0.7) 0%, rgba(251,251,251,1) 100%);
}

.form-block-wrap{
	width: 100%;
	background: rgb(250,250,250);
	background: linear-gradient(180deg, rgba(250,250,250,.3) 0%, rgba(250,250,250,1) 70%, rgba(250,250,250,1) 100%);
}

/*update styles of readmore plugin*/
#rml_fade_content {
	display: none !important;
}

#rml_free_content{
	position: relative;
}

/*bottom-banner*/
.bottom-banner{
	display: flex;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	margin: 53px 0 21px;
	justify-content: space-between;
}

@media (max-width: 479px){
	.bottom-banner{
		border: 1px dotted #ed5015;
	}
}

.bottom-banner__text{
	width: 71%;
	border-radius: 10px 0 0 10px;
	border: 1px dotted #ed5015;
	border-right: none;
	padding: 33px 38px;
	box-sizing: border-box;
}

@media (max-width: 479px){
	.bottom-banner__text{
		width: 100%;
		border: none;
	}
}

.single-article .bottom-banner__text h2{
	font-size: 24px;
	line-height: 1.2;
	color: #1e1e1c;
	margin-top: 0;
	margin-bottom: 0;
	display: inline;
}

.single-article .bottom-banner__text a{
	font-family: "charis_sil";
	font-size: 24px;
	color: #ed5015;
	text-decoration: underline;
	font-weight: 700;
	line-height: 1.2;
}

.single-article .bottom-banner__text a:hover{
	text-decoration: none;
}

.bottom-banner__picture{
	width: 29%;
	background: #ed5015;
	border-radius: 0 10px 10px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid #ed5015;
	border-left: none;
	box-sizing: border-box;
}

@media (max-width: 479px){
	.bottom-banner__picture{
		width: 0;
		display: none;
	}
}

.bottom-banner__picture img{
	width: 68px;
	display: block;
}

/*Medienwoche - 'Subscription landing page'*/
.mfp-inline-holder .mfp-content{
	max-height: 6000px;
}

select.give-input{
	font-size: 18px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35) inset;
	border-radius: 3px !important;
	line-height: 22px;
	height: 42px;
}

/*select.give-input:hover{*/
/*	font-size: 20px;*/
/*	line-height: 28px;*/
/*	height: 50px;*/
/*}*/

form[id*=give-form].give-form .form-row input[type=text]:hover{
	font-size: 18px;
	line-height: 22px;
}

.give-form select.give-input:hover, .give-form input.give-input:hover {
	font-size: 18px;
	line-height: 22px;
}

[id*=give-form] .give-recurring-donors-choice input[type="checkbox"].give-recurring-period{
	position: absolute;
}

[id*=give-form] div.give-recurring-donors-choice{
	position: relative;
}

.give-recurring-donors-choice [type="checkbox"] + label:before{
	top: 2px;
	left: 0px;
	width: 15px;
	height: 15px;
	font-size: 14px;
}

.give-recurring-donors-choice [type="checkbox"]:not(:checked) + label{
	padding-left: 22px;
}

.give-recurring-donors-choice [type="checkbox"]:checked + label{
	padding-left: 22px;
}

.give_recurring_donation_details + .give-total-wrap {
	float: left;
	margin-right: 10px;
}

[id*=give-form] p.give-custom-amount-text {
	clear: none;
	line-height: 38px;
}

input.required[type=checkbox] + label:before{
	width: 15px;
	height: 15px;
	font-size: 14px;
	top: 8px;
}

.give_terms_links.give_terms_links-48442{
	display: none;
}

form[id*=give-form] #give-final-total-wrap span.give-donation-total-label{
	font-weight: 700;
}

.give-form-wrap.give-form-style{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 30px;
}

.give-form-wrap__image{
	width: 51%;
	box-sizing: border-box;
	padding-right: 21px;
}

.give-form-wrap__image a{
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 76.62%;
	overflow: hidden;
}

.give-form-wrap__image .alignnone{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding-right: 0 !important;
}

.give-form-wrap__text{
	width: 49%;
	box-sizing: border-box;
	padding-left: 21px;
}

.give-form-wrap__text a{
    word-break: break-word;
}

/*updated height of fields with money in popup*/
form[id*=give-form] #give-final-total-wrap.form-wrap span{
	height: 42px;
	line-height: 42px;
}

.hide{
	display: none;
}

/*Search block*/
.page-template-default span[data-icon]::before{
	display: block !important;
	border: none !important;
}

@media (max-width: 768px) {
	.page-template-default span[data-icon]::before{
		display: block !important;
		border: none !important;
	}
}

/*hide sucess sign in form*/
#StatusBarFooter .wppmvcf-status-bar-success{
	display: none;
}