/**
Theme Name: ZYON Astra Child
Author: ZYON Ltd.
Author URI: http://zyon.is/theme
Description: ZYON Astra Child is a Material Design child teme of the fabulous Astra theme.
Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. 
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: zyon-astra-child
Template: astra
*/


/* Bearbeitungs-Informationen von Wikipedia entfernen */
table.noprint {
	position: absolute !important;
	visibility: hidden !important;
}

input[type=email],
input[type=number],
input[type=password],
input[type=reset],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    background: rgba(255, 255, 255, 0.5);
    border: none;
}

/* Schatten */
.zy_shadow{
    -moz-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.4);
    transition: .3s box-shadow ease-out;
}

.zy_shadow:hover{
    -moz-box-shadow: 5px 5px 20px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 5px 5px 20px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 20px 10px rgba(0, 0, 0, 0.4);
}

.zy_red_border_left{
    border-left: solid 5px #9d042b;
}

.wp-block-cover{
	min-height:350px;
	margin-left: -20px;
	margin-right: -20px;
	width: calc(100% + 40px);
	
}

.wp-block-cover div h2{
	color: white;
	font-weight: 600;
	max-width: 100%;
}

blockquote {
	background-color: #FFE4A8;
	border-left-color: rgb(255,177,7);
	margin:5%;
}

cite {
	float:right;
	background-color: #FFE4A8;
	border-radius: 30px;
	padding: 5px 20px;
}

.u_next_story.nav-slide .icon-wrap{
	background-color: rgba(200,200,200,0.7);
	padding: 33px;
	border-radius: 33px;
}

.u_next_story.nav-slide .prev .icon-wrap {
	left: -33px;
	padding-right: 5px
}

.u_next_story.nav-slide .next .icon-wrap {
	right: -33px;
	padding-left: 5px
}
