/*
Theme Name: TVE Brambauer 2022
Theme URI: https://www.tve-brambauer.de
Author: Medienwichtel
Author URI:
Description: TVE Brambauer 2022
Version: 1.0.0
Requires PHP: 5.5
Requires at least: 5.0
Tested up to: 5.9
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: tve-brambauer-2022
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, post-formats, threaded-comments, translation-ready, editor-style, blog

This theme built with Twitter Bootstrap v.4. It is basic theme with basic style for build new theme with Bootstrap.

*/

/*
Required WordPress CSS
*/
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.bypostauthor {
}

/* WordPress gallery */
.gallery-caption {
}
.gallery {
  margin-bottom: 1.6em;
}
.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-icon img {
  margin: 0 auto;
}
.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.sticky {
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* custom */

/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./assets/fonts/pt-sans-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./assets/fonts/pt-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./assets/fonts/pt-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./assets/fonts/pt-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./assets/fonts/pt-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./assets/fonts/pt-sans-v16-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./assets/fonts/pt-sans-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./assets/fonts/pt-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./assets/fonts/pt-sans-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./assets/fonts/pt-sans-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./assets/fonts/pt-sans-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./assets/fonts/pt-sans-v16-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}

html,
body {
  background-color: #f2f2f2 !important;
  font-family: "PT Sans", Arial, Helvetica, sans-serif !important;
  font-size: 18px;
}

.page-container {
  background-color: white;
  box-shadow: 0 0 10px #888;
  padding: 0 !important;
}

.page-container > div {
  padding: 20px;
}

#site-footer {
  background-color: #282727;
  padding: 20px;
  text-align: center;
  color: #e4e0cb;
  font-size: 18px;
}

#site-footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

#site-footer a {
  color: #e4e0cb;
  margin: 1em;
}

#site-footer img {
  width: 150px;
  height: 150px;
  margin-bottom: 2em;
}

div.site-title {
  margin-top: 0;
}

div.site-title div.slider-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  position: relative;
  background-color: #888;
}
div.header-slider {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s linear;
}

div.header-slider.slider-visible {
  opacity: 1;
}

div.site-title div.logo-and-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  top: 0;
  left: 0;
  height: 300px;
  width: 100%;
  position: relative;
  padding: 10px;
}

div.site-title img.header-logo {
  width: 110px;
  height: 110px;
  position: relative;
}

div.site-title-heading {
  padding-left: 10px;
  text-shadow: 0px 0px 10px #000, 0px 0px 20px #000;
  font-size: 36px;
  font-weight: bold;
  color: #e4e0cb;
  text-decoration: none;
}

nav.bg-dark {
  background-color: #282727 !important;
  padding: 0;
  min-height: unset;

  text-align: center;
}
.navbar-nav {
  justify-content: space-evenly;
  width: 100%;

}

.navbar-dark .navbar-nav a.nav-link {
  color: #e4e0cb;
  padding: 10px;
  text-align: left;
}

.navbar-dark .navbar-nav a.nav-link:hover {
  color: #272727;
  background-color: #e4e0cb;
}

.navbar-dark .navbar-nav .active > .nav-link {
  color: #f2f2f2;
}

button.navbar-toggler {
  margin: 10px;
}

button.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23e4e0cb' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#main .post, #main .page {
  border: 0;
  font-size: 18px;
  color: #282727;
  padding: 0;
}
#main h1, #main h2, #main h3, #main h4, #main h5 {
  color: #044f02;
  font-weight: bold;
}
#main h1 {
  font-size: 32px;
}
#main h2 {
  font-size: 28px;
}
#main h3 {
  font-size: 24px;
}
#main h4 {
  font-size: 24px;
  font-weight: normal;
}
#main h5 {
  font-size: 20px;
}
#main h6 {
  font-size: 20px;
  font-weight: normal;
}

#main a {
  color: #84cc82;
}