/*
Theme Name: Myy Twenty Twenty Five Child Theme
Theme URI: https://example.com
Description: A child theme for Twenty Twenty Five.
Author: woy
Author URI: https://www.woywodt.de
Template: twentytwentyfive
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
/* Start Custom Fonts CSS */
@font-face {
  font-family: "Bikfont Schrabbel";
  font-style: normal;
  font-weight: bold;
  font-display: auto;
  src: url("https://bikablo.com/wp-content/uploads/2021/06/BikfontSchrabbel-Bold.woff") format("woff"), url("https://bikablo.com/wp-content/uploads/2021/06/bikfont-schrabbel-bold-1.ttf") format("truetype");
}
@font-face {
  font-family: "Bikfont Schrabbel";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("https://bikablo.com/wp-content/uploads/2021/06/BikfontSchrabbel-Light.woff") format("woff"), url("https://bikablo.com/wp-content/uploads/2021/06/bikfont-schrabbel-light-1.ttf") format("truetype");
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */
@font-face {
  font-family: "Bikablo Letter";
  font-style: normal;
  font-weight: bold;
  font-display: auto;
  src: url("https://bikablo.com/wp-content/uploads/2022/01/Bikfontletter2-Bold.woff") format("woff");
}
/* End Custom Fonts CSS */
*,
*::after,
*::before {
  box-sizing: border-box;
}

:root {
  --wp--preset--color--accent-3:#ff0000;
}

body {
  font-family: var(--wp--preset--font-family--opensans);
  font-size: var(--wp--preset--font-size--medium);
}

strong {
  font-weight: 700;
}

a {
  color: var(--wp--preset--color--accent-2);
  transition: 0.3s;
}
a:hover {
  color: var(--wp--preset--color--contrast);
}

.indexsearchcontainer #post-loader-form {
  display: flex;
}
.indexsearchcontainer input#post_title {
  border: none;
  width: 8rem;
  padding: 1rem;
  font-size: var(--wp--preset--font-size--large);
  font-weight: 700;
  color: var(--wp--preset--color--accent-1);
}
.indexsearchcontainer button {
  border: none;
  padding: 1rem;
  background-color: var(--wp--preset--color--accent-1);
}

.wp-block-site-title a {
  font-family: "Bikfont Schrabbel", Sans-serif;
  font-size: var(--wp--preset--font-size--x-large);
  color: var(--wp--preset--color--accent-1);
}
.wp-block-site-title a:hover {
  color: var(--wp--preset--color--accent-2);
}

.wp-block-navigation {
  text-transform: uppercase;
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: var(--wp--preset--color--accent-1);
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--accent-2);
}

footer,
.wp-block-post-title {
  display: none;
}

header .uebersicht {
  margin-top: -10%;
}

.home header .uebersicht {
  display: none;
}/*# sourceMappingURL=style.css.map */