/*
Theme Name:   Aurhenum Theme 
Theme URI:    https://aurhenum.de/
Author:       André Sheydin
Author URI:   https://sheydin.de/ 
Description:  Child-Theme für das WordPress-Standardtheme Twenty Twenty 
Template:     twentytwenty 
Version:      1.0 (2020-08-08)
*/ 


/* General */

/*
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600&display=swap');
*/

body {
/*	font-family: 'Work Sans', sans-serif; */
	font-weight: 400;
}

.entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt,
.widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary  {
/*	font-family: 'Work Sans', sans-serif; */
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .faux-heading {
	font-weight: 600;
}

/* Footer */

.powered-by-wordpress { display: none }

/* Header */

.site-logo img {
	width: 200px;
	height: auto !important;
	max-height: auto !important;
}

.template-cover .site-logo img {
	filter: brightness(100);
}


.site-description { display: none }

/* Entry Header */



/* Cover Header */

.screen-height {
    min-height: 65vh !important;
}

.cover-header-inner-wrapper {
	justify-content: center !important;
}

/* Content */


button.toggle:focus {
	outline: none	!important;
}

.to-the-content-wrapper {
	display: none
}

/* Menu */

.primary-menu a {
		font-weight: bold !important;
}

.primary-menu li.current-menu-item>a, .primary-menu li.current-menu-item>.link-icon-wrapper>a {
	text-decoration: none;
}

.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor {
	text-decoration: none;
}

.primary-menu .current-menu-item a {
	color: inherit !important;
}

	/* Mobile */

.toggle-text { display: none }


li.current-menu-item>.ancestor-wrapper > a {
	color: inherit !important;
	text-decoration: none !important;
}

.modal-menu a:hover {
	text-decoration: none;
}


.toggle-text { display: none }


/* Home */
/*
.home.singular .entry-header {
	padding: 20rem 0 !important;
}
*/


.wp-block-group__inner-container {
	margin: 0 auto;
    width: calc(100% - 4rem);
}

/* Footer */

	/* Positionen tauschen */

.footer-inner {
   display: grid;
   grid-template-columns:  repeat(1, auto);
   grid-template-rows: repeat(2, auto);
   }
  
.footer-top {
    grid-row: 2;
}

.footer-widgets-outer-wrapper {
    grid-row: 1;
}

	/* Menu */

.footer-menu li {
	font-size: inherit;
	font-weight: normal
}

@media (min-width: 700px) {
	.footer-menu {
		font-size: inherit;
	}
}

	/* Line */

.has-footer-menu .footer-social-wrapper {
	width: auto;
}

.footer-copyright {
	font-weight: normal;
	color: #6d6d6d;
}



/* Header Text Animation */

@media (min-width: 1000px) {
	h1, .heading-size-1, h2, .heading-size-2, h3, .heading-size-3 {
    	/* margin: 0 !important; */
	}
}

/*
.entry-header-inner {
	height: 20rem ;
}
*/

/* Google Widget */

.ti-widget {
	max-width: 100% !important;
}

.footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer {
	margin-top: 0 !important;
}

@media (min-width: 700px) {
    .footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer {
        margin-top: 0 !important;
    }
}