/*
Theme Name: Wabu Förderverein
Theme URI: https://wartburg-muenster.de
Author: Förderverein Wartburg Grundschule
Author URI: https://wartburg-muenster.de
Description: Förderverein Wartburg Grundschule
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: <https://www.gnu.org/licenses/gpl-2.0.html>
Text Domain: wabu-foerderverein
Tags:
*/

:root {
  --orange: #e15f1b;
  --blue: #1e7dbb;
  --green: #50c4a4;
  --yellow: #fdd05b;
  --white: #feffef;
  --black: #000000;
}

@font-face {
  font-family: Marykate;
  src: url(assets/fonts/MarykateRegular.ttf);
}

body {
	min-height: 100vh;
}

h1,h2 {
  font-family: Marykate;
}

h3, h4 {
	font-weight: bold;
}

h5, h6 {
	font-style: italic;
	padding: 15px 0px;
}

.welcome-background {
  background-image: url("assets/images/background_start.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
	overflow: auto;
}

.banner {
  background-image: url("assets/images/background_second.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content,
.welcome {
  background-image: url("assets/images/container_start.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

p {
	padding: 15px 0px;
}

.welcome > .logo_container {
  background-image: url("assets/images/container_logo.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.logo_container > .logo {
  background-image: url("assets/images/logo.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.wabu-grid-content,
.wabu-grid-background {
  grid-column: 1;
  grid-row: 1;
}

.wabu-grid-content {
  z-index: 10;
	display: inline-block;
}

/* adding wordpress classes */
.is-vertical {
	flex-direction: column;
}

.is-horizontal {
	flex-direction: row;
}

.is-nowrap {
	flex-wrap: nowrap;
}

.is-content-justification-left {
  justify-content: flex-start;
}

.is-content-justification-center {
  justify-content: safe center;
}

.is-content-justification-right {
  justify-content: flex-end;
}

.is-content-justification-space-between {
  justify-content: space-between;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  color: black;
  font-weight: bold;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(200,200,200,0.8);
}
