.article-info-actions .article-share [data-icon]{
    display: block;
    font-size: 16px;
		font-weight:normal;
    line-height: 24px;
    position: relative;
    left: 0;
    padding: 3px 2px 0px 0px !important;
}

.subscribe-button [data-icon], .more-button [data-icon] {
	border:1px solid red;
		padding-top:4px;
}

@media (max-width: 1199px) {
#header .follow-box .follow-list {
    font-size: 15px;
}
		}

.wpsm_panel-group ul li, ol li {
	font-weight:normal;
}

.wpsm_panel-group img {
	margin:0 !important;
	width:99% !important;
}
.kurator p, .advertorial p{
    font-size: 16px;
}

@media (max-width: 1200px) {
.kurator .heading .logo-flyerline, .advertorial .heading .logo-flyerline {
    width: 94%;
    margin: 0 0 20px 9px;
	}
  
.kurator.widget_add, .advertorial.widget_add {
    display: block;
    padding-bottom:30px !important;
    border:0px solid grey;
	}
}
.kurator.widget_add, .advertorial.widget_add {
    padding: 0px !important;
}
.kurator.widget_add, .advertorial.widget_add {
    font-size: 16px !important;
}
.kurator, .advertorial {
    background: #fff;
    border: 1px solid #e2e2e2;
    font-size: 16px;
    padding: 39px 20px;
    margin: 54px 0 50px 0px;
    position: relative;
    display: table;
}

.kurator .bottom-link, .advertorial .bottom-link {
    font-size: 16px;
    text-transform: none;
}
@media (max-width: 767px) {
.kurator.widget_add .wp-post-image, .advertorial.widget_add .wp-post-image {
	visibility:hidden !important;
	display:none !important;
	border:0px solid grey;
	}
}
/* Table style */
td, th {
    padding: 6px !important;
	border-color: #cccccc !important;
}
table {
	border-color: #cccccc !important;
	font-size: 16px !important;
}
tbody {
	border-color: #cccccc !important;
}

.good_bad_ugly h3 {
	border:0px solid red;
	font-family: 'Smokum', cursive;
}
/*Update 08/2020*/
@media(max-width:1600px){
.page-id-82198 h1, .page-id-37 h1 {
    font-size: 48px !important;
}
.detail-page .heading-page h1 {
    font-size: 48px;
}
p  {
	font-size: 19px;
	line-height: 29px;
}
.single-article h2 {
    font-weight: normal;
    font-family: "charis_sil";
    font-size: 28px !important;
    line-height: 37px !important;
    margin: 40px 0 24px !important;
    color: #000;
}
.single-article .bottom-banner__text h2 {
    font-size: 20px !important;
    line-height: 1.4!important;
    color: #1e1e1c;
    margin-bottom: 0 !important;
    margin-top: 0px !important;
}
.single-article .bottom-banner__text a {
    font-family: "charis_sil";
    font-size: 20px;
    color: #ed5015;
    text-decoration: underline;
    font-weight: 700;
    line-height: 1.4;
}
.give-form-wrap__text {
    width: 49%;
    box-sizing: border-box;
    padding-left: 21px;
    font-size: 17px;
    line-height: 25px;
}
		.give-form-title {
    font-size: 23px !important;
}
}
@media(max-width:1200px){
.kurator .heading .link{
    position: absolute;
    top: 11px;
    left: 70px;
    padding-top: 5px;
}
.kurator .logo-flyerline{
		padding-top:15px;
}
.kurator{
    padding: 39px 23px;
    margin: 54px 0 50px 0;
    position: relative;
    display: table;
}
		.kurator .heading .link{

    left: 20px;
}
.tablet_hidden {
    display: inline-block !important;
    padding-right: 6px;
	padding-top:2px;
}
}
@media(max-width:520px){
.kurator .heading .logo-flyerline img{
	width:100%;
		}
.kurator .heading .logo-flyerline, .advertorial .heading .logo-flyerline {
    width: 93%;
}
}
/*styles for new form*/
.new-form{
	border: 5px solid #d95014;
	padding: 35px 63px 28px;
	background-color: #fff;
}
.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: 1200px) {
.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;
	}

.new-form p{
	margin: 0 0 .8em;
	}
}
@media (max-width: 479px) {
	.new-form{
		padding: 15px 20px 15px;
	}
}
/*update styles of readmore plugin*/
#rml_fade_content {
    display: none !important;
}
.wpf-controller.aru_rml_from_in_post {
    border: 5px solid #d95014 !important;
	background-color: #f3f3f3 !important;
	display: none;
}

.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;
}
div.wpf-controller button{
	padding: 5px 15px 5px 15px;
}
.single-article h2, .title-charis {
    font-weight: normal;
    font-family: "charis_sil";
    font-size: 36px;
    line-height: 1.2;
    margin: 40px 0 24px; 
    color: #000;
}
@media(max-width:1200px){
		.single-article h2, .title-charis {
    font-weight: normal;
    font-family: "charis_sil";
    font-size: 31px;
    line-height: 1.2;
    margin: 40px 0 24px;
    color: #000;
}
}
div.wpf-controller input.regular-text{
	background-color: #fff !important;
}
.form-block{
	margin: 0 30px;
}
.form-block.active .new-form{
	display: none;
}
.form-block-bg{
	position: relative;
}
.single-article{
	position: relative;
}
/* Goenner-Abo Page */
ul:not([class]) li {
    padding: 0; 
    margin: 0;
}
/* Give Form */
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}
@media (max-width:1400px){
.grid-container {
    display: block;
}
}
.give-form-wrap {
    border: 1px dotted #ed5114;
    border-radius: 10px;
    margin: 20px 0;
    padding: 30px 30px 10px 30px;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.10);
}
.give-form-wrap-half {
	width: 46%;
}
.give-form-title {
	font-size: 26px;
}
.give-btn {
    background: #ed5114;
    border: 1px solid #ed5114 ;
    border-radius: 3px;
    color: #fff;
    padding: 8px 15px 11px 18px;
}
.give-btn:hover {
    background: #fff;
    border: 1px solid #ed5114 ;
    border-radius: 3px;
    color: #ed5114;
    padding: 8px 15px 11px 18px;
}
form[id*=give-form] .give-donation-amount #give-amount, form[id*=give-form] .give-donation-amount #give-amount-text, form[id*=give-form] .give-donation-amount .give-currency-symbol {
	height: 38px;
    font-weight: 700;
}
.give-modal .mfp-content {
    padding: 30px;
    width: auto;
    max-width: 670px;
}
#give_profile_editor_form legend {
    width: auto;
    padding: 0 0 5px;
    font-size: 24px;
    border-bottom: 0
}
.form.give-form h3.give-section-break, form.give-form h3.give-section-break {
	float: left;
    font-size: 1em;
    font-weight: 700;
    margin: 10px 0 20px;
    padding: 0px 0px 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    width: 100%;
}
input {
    color: #fff;
    background-color: #ed5114;
    padding: 8px 12px;
    border: 1px solid #ed5114;
    border-radius: 3px !important;
    font: inherit;
    margin: 0;
}
input:hover {
    color: #333;
    background-color: #fff;
    padding: 8px 12px;
    border: 1px solid #333;
    border-radius: 3px;
    font: inherit;
    margin: 0;
}
.give-form-wrap.give-form-style {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 24px;
}
#give-recurring-form, form.give-form, form[id*="give-form"] {
    margin: 0 0 10px;
    padding: 0;
}
/* Page ID muss für Live angepasst werden */
.page-id-82198 h1, .page-id-37 h1 {
	font-weight: normal;
    font-family: "charis_sil";
	font-size: 54px;
	border:0px solid red;
}
/*update 10/2020*/
.kurator .logo-flyerline, .advertorial .logo-flyerline {
    margin-left: 40px;
    margin-right: auto;
}
@media (max-width:1200px){
.kurator, .advertorial {
    padding: 39px 15px;
    margin: 54px 0 50px 0;
   
		}
}
.kurator .heading, .advertorial .heading {
    margin: 0 0px 34px;
}
@media(max-width:768px){
span[data-icon]::before{
	display:none;	
	border:red solid;
		}
}
@media(min-width:1200px)and (max-width:1284px){
.kurator .heading .link, .advertorial .heading .link {
	position: absolute;
    top: 12px;
    right: 12px;
}
}
.image-block .caption {
    text-align: left;
    display: block;
    padding: 8px 2px 8px 0px;
    font-size: 15px;
    line-height: 15px;
    color: #666;
}
.kurator .heading .link, .advertorial .heading .link {
    float: right;
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
    text-decoration: none;
    top: 10px;
    position: absolute;
    right: 10px;
}
.p-personen {
	font-size: 17px !important;
	line-height: 1.4;
	letter-spacing: 0;
}
.articles-cols .article-col {
	font-size: 17px;
	line-height: 1.4;
	letter-spacing: 0;
}
.gallery-width {
	width: 66%
}
@media (max-width: 1440px) {
.gallery-width {
	width: 88%
}
}
@media (max-width: 1200px) {
.gallery-width {
	width: 100%
}
}
.single-article blockquote {
    font-size: 24px;
    line-height: 1.4;
}
/* Page title H1 */
.page-id-82198 h1, .post-id-37 h1 {
    font-weight: normal;
    font-family: "charis_sil";
    font-size: 54px;
    border: 0px solid red;
}
/* Give form fonts */
	.give-form-title {
    font-size: 25px;
}
.give-form-wrap__text {
    width: 49%;
    box-sizing: border-box;
    padding-left: 21px;
    font-size: 17px;
    line-height: 25px;
}
[id*=give-form] .give-recurring-donors-choice label {
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    margin: 0;
    padding: 0;
}
@media(max-width:1600px){
.page-id-82198 h1, .post-id-37 h1 {
    font-weight: normal;
    font-family: "charis_sil";
    font-size: 45px;
    border: 0px solid red;
}
p {
    font-size: 19px;
    line-height: 29px;
}
.single-article blockquote {
    font-size: 21px;
    line-height: 1.4;
}
.give-form-title {
    font-size: 23px;
}
.give-form-wrap {
    border: 1px dotted #ed5114;
    border-radius: 10px;
    margin: 20px 0;
    padding: 24px 24px 20px 24px;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.10);
}
.give-form-wrap__text {
    width: 51%;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 17px;
    line-height: 26px;
}
}
@media(max-width:1200px){
.page-id-82198 h1, .post-id-37 h1 {
    font-weight: normal;
    font-family: "charis_sil";
    font-size: 40px;
    border: 0px solid red;
}
p {
    font-size: 18px;
    line-height: 27px;
}
.single-article blockquote {
    font-size: 19px;
    line-height: 1.4;
}
.give-form-title {
    font-size: 21px;
}
.give-form-wrap__image {
    width: 45%;
    box-sizing: border-box;
    padding-right: 15px;
}
.give-form-wrap__text {
    width: 55%;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 16px;
    line-height: 25px;
}
.give-form-wrap {
    border: 1px dotted #ed5114;
    border-radius: 10px;
    margin: 20px 0;
    padding: 20px 20px 20px 20px;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.10);
}
}
@media (max-width: 768px) {
.page-id-82198 h1, .post-id-37 h1 {
    font-weight: normal;
    font-family: "charis_sil";
    font-size: 30px;
    border: 0px solid red;
}
.give-form-title {
    font-size: 18px;
}
}
@media(max-width:520px){
.page-id-82198 h1, .post-id-37 h1 {
    font-weight: normal;
    font-family: "charis_sil";
    font-size: 27px;
    border: 0px solid red;
}
.title-charis {
    margin: 40px 0 30px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: normal;
    font-family: 'charis_sil';
    color: #000;
}
	.give-form-title {
    font-size: 18px;
}
}