﻿/*
Theme Name: TUS Freckenhorst
Theme URI: https://rohling-rohling.de/wordpress-themes/tus/
Author: Hendrik Rohling
Author URI: https://rohling-rohling.de
Description: Theme für den TUS Freckenhorst
Version: 1.1
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: TUS
*/

a.navigationseiten {
  color: rgba(52, 52, 52, 0.9);
}
a.navigationoben {
  color: #FFFFFF;
}
a.navigationoben:hover {
  background-color: #ffc107;
  color: rgba(52, 52, 52, 0.9);
}
a.navigationobengelb {
  color: rgba(52, 52, 52, 0.9);
}
a.navigationobengelb:hover {
  background-color: #ffd96a;
  color: #FFFFFF;
}
.navbarbutton {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
body {
  min-vh: 100%;
}
.heightheader {
  height: 312px;
}
.height200 {
  height: 200px;
  padding: 0px;
}
.ohneopacity {
  opacity: 1;
}
.positionabolut {
  position: absolute;
}
.logo {
  width: 250px;
  height: 250px;
  z-index: 100;
  padding: 0px;
  float: left;
  position: relative;
  left: 5%;
  margin-top: -10px;
  margin-bottom: -10px;
}
.buttonheight {
  height: 100px;
  padding: 0 10% 30 10%;
}
.navbar navbar-inverse {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar navbar-inverse {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.containerheader {
  text-align: center;
}
.bg-dunkel {
  background-color: rgba(52, 52, 52, 0.9);
}
.bg-hell {
  background-color: #E3E3E3;
}
.ptop20 {
  padding-top: 20px;
}
.plr0 {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-media-text img {
  width:100%;
  height:auto;
}

.wp-block-image img {
  max-width:100%;
  height:auto;
}

@media screen and (max-width: 992px) {
  .logo {
    width: 180px;
    height: 180px;
    z-index: 100;
    padding: 0px;
    float: left;
    position: relative;
    left: 50%;
    margin-left: -90px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}