/*
Theme Name: Vierbeiner aktiv
Theme URI: https://vierbeiner-aktiv.de
Template: bento
Author: Child Theme Configurator
Version: 1.0.1585404856
Updated: 2020-03-28 15:14:16

*/

.site-header {
	background: rgba(255,255,255,.9);
	border-bottom: 1px solid #dddddd;
}
.logo img {
	max-width: 50%;
}
.site-content {
	background-color: rgba(255,255,255,.9);
}
.bottom-footer {
	background-color: rgba(102,102,102,.8);
}
.footer-copyright{
	font-size: 90%;
	padding-top: 30px;
}

.footer-menu li {
	text-transform: initial;
	font-size: 90%;
}

h1 {
	font-size: 35px;
	font-size: 2.2em;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
textarea,
select,
.select2-container {
	background-color: rgba(255,255,255,.5);
	border: 1px solid #0090ad;
	color: #333333;
}