/*
 Theme Name:   UnderStrap Child
 Theme URI:    http://www.die-geheime-zutat.de
 Description:  UnderStrap Child Theme
 Author:       dieExen
 Author URI:   http://www.die-geheime-zutat.de
 Template:     understrap
 Version:      0.3.10
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child 
*/

body {
  margin: 0;
  font-family: 'Heebo', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

.widget-title {
    font-size: 1.1rem;
}

#page h1.entry-title { display: none !important; }
.introImage {
 		margin-top:20%;
}
.introImage img{
    text-align:center;
}
#wrapper-footer-full {
    background-color: #fdfdfd;
  	position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  	border-top: 1px solid rgba(0, 75, 97, 1);
    border-bottom: 10px solid rgba(0, 75, 97, 1);
  	color: rgba(0, 75, 97, 1);
}
.bg-dark {
  background-color: rgba(0, 75, 97, 1)!important; 
}

#text-5 {
  	text-align: right;
}
.navbar-dark .navbar-brand {
    color: #fff;
    display: none;
}
