/**
Theme Name: MedAs Child Theme
Author: Dominik Ptaszek
Author URI: http://wpastra.com/about/
Description: WPAstra MedAs Anpassungen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: medas-child-theme
Template: astra
*/

/*
Doccheck Login
*/
#doccheck-login iframe {
	display: block;
	width: 100%;
}

/* Widget Newsticker */
#category-posts-2-internal li.cat-post-item {
	border: 1px solid #eee;
	text-align: center;
	display: block;
	margin-bottom: 15px;
}
#category-posts-2-internal li.cat-post-item a.cat-post-title {
	display: block;
	padding: 5px;

}
#category-posts-2-internal li.cat-post-item a:hover, #category-posts-2-internal li.cat-post-current a{
	background-color: #e4e4e4;
	color: #0274be;
}
#category-posts-2-internal li.cat-post-item .cat-post-date {
	font-style: italic;
}
/* Google AMP Consent */

#myConsentFlow{
	background-color: rgba(255,255,255,0.9);
	padding: 30px;
	position: relative;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0px -74px 6px 75px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -74px 6px 75px rgba(0,0,0,0.75);
	box-shadow: 0px -74px 6px 75px rgba(0,0,0,0.75);
}

/*Tagcloud*/
.execphpwidget .heading {
	margin-bottom: 5px;
}
.tagcloud a {
	border: 1px solid #eee;
	padding: 7px;
	margin: 0 3px 3px 0;
}
/*amp-ad {
	width: 100% !important;
}*/

/* AMP Ads Anzeigetext */
/*amp-ad { position: relative; padding-top: 20px !important; overflow: visible !important; }
.i-amphtml-element {
/*border: 30px solid green !important;*/
/*overflow: visible !important;}
/*hamp-ad { position: relative; padding-top: 20px; overflow: visible !important; }*/
/*amp-ad:before { position: absolute; top: -0px; z-index: 999999; left: 0; content: 'Advertisment'; background: #ffffff; font-size: 12px; font-family: Arial; color: #000000; padding: 3px; line-height: 14px; }

/*amp-ad:before{
    content: "Anzeige";
    display: block;
    /* padding: 300px; */
   /* top: 0;
    left: 0;
    position: relative;
    background-color: #fff;
    padding: 10px;
    z-index: 9999999;
    height: 49px;
    width: 200px;
}*/