/*
 * Theme Name:   Bayklif2
 * Description:  Twenty Twenty-Four Child Theme
 * Author:       Julius Reich
 * Author URI:   https://bayklif2.de
 * Template:     twentytwentyfour
 * Version:      1.0
 * License:      GNU General Public License v2 or later
 * License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:  twentytwentyfour-child
 */

/* GLOBAL */
html, body {
	height: auto;
	width: 100%;
	word-break: keep-all;
	background-color: rgba(255,255,255,1);
}
body {
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}
* {
	outline-style: none;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	transition: all 0.15s ease-in-out;
}
a > img {
	transition: all 0.20s ease-in-out;
}
b, strong {
	font-weight: 600;
}
img, object {
	width: auto;
	max-width: 100%;
	height: auto;
}
input[type=text], input[type=email], textarea {
	display: block;
	width: 100%;
	max-width: 700px;
	border: 1px solid #e2e2e2;
	padding: 6px;
}
input[type=submit], .wp-element-button {
	transition: all 0.20s ease-in-out;
	padding: 10px 20px 10px 20px;
	font-size: 16px;
	color: #ffffff;
	border: 1px solid transparent;
	border-radius: 10px;
	background-color: #065fa8;
}
input[type=submit]:hover, .wp-element-button:hover  {
	border: 1px solid #065fa8;
	background-color: transparent;
	color: rgba(5, 58, 90, 1);
}


#overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	padding: 1rem;
	font-size: 1.25rem;
	line-height: 2rem;
	text-align: center;
	background-color: rgba(255, 255, 255, 1);
	z-index: 999;
}
#overlay img {
	width: auto;
	max-height: 60vh;
	max-width: 30vw;
	margin-bottom: 2vh;
}
#overlay .large {
	margin-top: 2.25rem;
	font-size: 1.8rem;
	font-weight: 700;	
}
#overlay .button {
	margin-top: 2.25rem;
	padding: 10px 20px 10px 20px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #ffffff;
	border: 1px solid transparent;
	border-radius: 10px;
	background-color: #065fa8;
}
#overlay .button:hover {
	border: 1px solid #065fa8;
	background-color: transparent;
	color: rgba(5, 58, 90, 1);
}


.wp-block-post-date, time {
	margin-block-start: 0.5rem;
}


/* FORMATTING */
.space-around {
	justify-content: space-around;
}
.max-height-500 {
	max-height: 500px;
}
.display-none {
	display: none !important;
}
.strong {
	font-weight: 600 !important;
}
.no-repeat {
	background-repeat: none;
}
.elevated-portrait {
	position: absolute;
	top: -115px;
	left: calc(50% - 115px);
}
.elevated-portrait-small {
	position: absolute;
	top: -100px;
	left: calc(50% - 100px);
}
.elevated-portrait-mini {
	position: absolute;
	top: -75px;
	left: calc(50% - 75px);
}


/* HEADER */
.custom-logo {
	width: 12rem;
}


/* SIDEBAR */


/* CONTENT */
.cover-link a:after {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
}

.wp-block-twentybellows-taxonomy-query-filter option[value="aktuelles-de"],
.wp-block-twentybellows-taxonomy-query-filter option[value="aktuelles-en"] {
	display: none;
}
.wp-block-twentybellows-taxonomy-query-filter select {
	font-family: inherit;
	padding-top: 0.5rem;
	padding-left: 0.5rem;
	padding-bottom: 0.5rem;
	padding-right: 1rem;
	border: 1px solid #e2e2e2;
}

.regi-fair-privacy-field {
	align-items: center;
}
.components-button {
	transition: all 0.20s ease-in-out !important;
	padding: 10px 20px 10px 20px !important;
	border: 1px solid transparent !important;
	border-radius: 10px !important;
	background-color: #065fa8 !important;
}
.components-button:hover {
	border: 1px solid #065fa8 !important;
	background-color: transparent !important;
	color: rgba(5, 58, 90, 1) !important;
}

#openstreetmap {
	width: 100%;
}


/* BIBLIOPGRAPHY */
.wpbib ul {
	list-style-type: none;
}
.wpbib li {
	margin-bottom: 10px;
}
.publication-title {
	font-weight: 600;
}
.menu-pubs a {
	font-family: "Source local" !important;
	font-size: 17px  !important;
	font-weight: 400;
}
.menu-pubs li {
	display: inline-block;
	padding-bottom: 0 !important;
	border: none !important;
	margin-bottom: 0 !important;
	margin-left: 8px;
	margin-right: 8px;
}
#projektfilter span {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    color: rgb(178, 30, 104);
    cursor: pointer;
}
#projektfilter .active {
    font-weight: 600;
    text-decoration: underline;
}


/* FOOTER */
#funding {
	gap: 0.5rem;
	line-height: 1rem;
}
#funding figure {
	width: 330px;
}


/* RESPONSIVE */
@media (max-width: 1200px) {

}

@media (max-width: 900px) {

}

@media (max-width: 800px) {

}

@media (max-width: 700px) {

}

@media (max-width: 600px) {

}

@media (max-width: 500px) {

}
