/*
Theme Name: Gina Malinconico
Theme URI: 
Author: CodeQuell.ch - Andrea Baumann
Author URI: http://codequell.ch/
Description: Theme für Gina Malinconico.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ad optima
This theme, like WordPress, is licensed under the GPL.
*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:focus {outline:none !important}
*:focus-within {outline:none !important}
*:active {outline:none !important}
*:visited {outline:none !important}

html, body {
    /*min-height: 100.5%;*/
    width: 100%;
    position: absolute;
}
body{
    width: 100%;  
    /*font-family: 'Noto Serif SC', serif, 'Arial';*/
    font-family: 'Open Sans Condensed', sans-serif, 'Arial';
    font-size: 140%;
    /*color: #76787b;*/
    /*color: #7C7C7C;*/
    z-index: 1;
}

h1, h2, h3, h4, #footer, nav, .wp-block-button__link {
    font-family: 'Noto Sans', sans-serif;
}

h1{
    font-size: 200%;
    margin-bottom: 60px;
}
h2{
    font-size: 200%;
    margin: 40px 0 40px 0;
    text-align: center;
}
a {
    text-decoration: underline;
    color: unset;
}

/**
 * MENU & LOGO
 * -------------------
 **/
.body-overlay {
    display: none;
}
div#menu {
    /*border: 1px solid black;*/
    position: absolute;
    width: 100%;
    z-index: 90;
}

ul#menu-hauptmenu {
    list-style: none;
}

ul#menu-hauptmenu li {
    display: inline-block;
}

ul#menu-hauptmenu li:before {
    content: '';
    margin: 20px;
}

ul#menu-hauptmenu li a {
    text-decoration: none;
    font-weight: bold;
    color: white;
}

div#menutoggle {
    /*border: 1px solid orange;*/
    position: absolute;
    right: 0;
    display: none;
    /*margin: 20px 20px 20px 20px;*/
}

button#id_menu-toggle {
    width: 30px;
    height: 35px;
    background: unset;
    border: none;
    margin: 20px 20px 20px 20px;
}

.menu-toggle div {
    border: 1px solid white;
    height: 4px;
    background: white;
}

.menu-toggle div:nth-child(2){
    margin-top: 7px;
    margin-bottom: 7px;
}

div#wrapper_nav {
    /*border: 1px solid blue;*/
    position: absolute;
    right: 0;
    margin: 20px 20px 20px 20px;
    z-index: 9000;
}

div#logo {
    /*border: 1px solid red;*/
    position: absolute;
    padding: 20px 20px 20px 20px;
}

/**
 * HEADERBILD
 * -------------------
 **/
div#header_img {
    min-height: 600px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

img.attachment-theme-seite-header.size-theme-seite-header.wp-post-image {
    width: 100%;
}

div#header_img {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

/**
 * TITEL
 * -------------------
 **/
div#titel_text_wrap {
    width: 1200px;
    /*border: 1px solid red;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

div#titel_text_wrap h2 {
    margin: 0;
}

div#titel_text_wrap h2:last-of-type {
    margin-bottom: 40px;
}

div#titel_wrapper {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 400px;
    /* background-color: orange; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

div#titel_text_wrap h1 {
    color: white;
    margin-bottom: 0;
}

.wp-block-button.is-style-squared {
    margin: 15px;
    padding: 0;
}

a.wp-block-button__link:hover {
    color: black;
}

a.wp-block-button__link {
    border: 3px solid white;
}

div#titel_wrapper .wp-block-button__link{
    background-color: unset;
}

div#titel_wrapper .wp-block-button__link:hover{
    background-color: white;
}

/**
 * MAIN
 * -------------------
 **/
div#main_wrapper {
    /*background: aliceblue;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    /*min-height: -webkit-fill-available;*/
}

#main {
    margin: 20px;
}

article {
    max-width: 1200px;
}

article p {
    margin-bottom: 20px;
    font-size: 120%;
}

hr.wp-block-separator {
    border-top: 1px solid;
    margin: 40px 0 40px 0;
}

#main h3{
    margin: 40px 0 20px 0;
}

#main h4{
    margin: 0px 0 20px 0;
}

/**
 * BILDER IN BEITRÄGEN
 * -------------------
 **/
.wp-block-image {
    /*text-align: center;*/
}

/**
 * FOOTER
 * -------------------
 **/
div#footer_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 150px;
    justify-content: center;
}

div#footer_wrapper {
    font-size: 80%;
}

#footer span:not(:first-of-type):before {
    content: ' ';
    margin-right: 20px;
}

div#footer a {
    text-decoration: none;
    color: unset;
}

/**
 * Beginn: WordPress Core-Styles (Muessen im style.css enthalten sein)
 * ------------------------------------------------------------------
 **/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/**
 * Ende: WordPress Core-Styles (Muessen im style.css enthalten sein)
 * ------------------------------------------------------------------
 **/