/*
Theme Name:   getwid-base child theme
Description:  Schreibe hier eine kurze Beschreibung über dein Child-Theme
Author:       xiqit
Author URL:   https://wp-backup.xiqit.de
Template:     getwid-base
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  getwid-base-child
*/

/* Schreibe hier dein eigenes persönliches Stylesheet */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap')

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 0.95em;
    line-height: 1.55em;
    color: #000;
}

.site-branding {
    display: block;
    position: fixed;
    right: 0px;
    padding-right: 20px;
    top: 35vh;
    width: 160px;
    z-index: 1000;
    opacity: 0.85;
    border-bottom: 2px solid #A09753;
    border-bottom: 2px solid #141D2A;
}

.main-navigation-wrapper {display: none;}

.entry-content {max-width: 938px;}

.entry-content {
    max-width: 938px;
    margin: auto;
    font-size: 36px;
    text-align: center;
}

.entry-footer {
    display: none;
}

.entry-content {     max-width: 938px;     margin: auto;     font-size: 36px;     text-align: center;     font-family: ;     font-family: 'Source Sans Pro', sans-serif;     font-weight: 300; border-bottom: 2px solid #141D2A; }

.site-info {font-size: 0.75rem;
	color: rgba(0,0,0,0.6); font-family: 'Source Sans Pro', sans-serif; font-style: normal !important;}

a {
    color: none !important;
    text-decoration: none !important;
    background-color: transparent !important;
}