/*
Willkommen bei den Individuellen CSS

Wie es funktioniert, steht unter http://wp.me/PEmnE-Bt
*/
.home .site-branding {
	margin-bottom: 200px !important;
}
input, textarea {
	border-radius: 5px !important;
}

.has-header-image .custom-header-media img {
	/*object-fit: none;
	height: auto;*/
}

/*.home .entry-title {
	display: none;
}*/

.site-title a {
	color: #424242 !important;
	font-size: 35px;
}

.site-description {
	color: #424242 !important;
}

/*
.page-one-column .panel-content .wrap {
	max-width: initial;
}*/

.custom-logo {
	width: 512px;
	height: auto;
}
/*
.site-branding-text {
	display: block !important;
}*/

.custom-home-menu {

}

/*
.post-254 .panel-grid-cell .widget-title {
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
}

.home .post-254 .panel-grid-cell .textwidget img {
	max-height: 200px;
	height: auto;
	width: auto;
	left: 50%;
  display: inline-block;
  position: relative;
  transform: translateX(-50%);
}*/

.post-1046  img {
	border-radius: 50%;
	object-fit: cover;
	width: 250px;
	height: 250px;
	max-height: none;
	left: 50%;
	display: inline-block;
	position: relative;
	transform: translateX(-50%);
}
/*
.home .post-1046 .textwidget  h3 {
	margin-bottom: 25px;
}*/


.panel-grid-cell .textwidget img {
	/*width: 100%;
	height: auto;*/
	border-radius: 5px;
}


.entry-content p {
	text-align: justify;
}

/*.panel-grid-cell {
	box-shadow: 0px 0px 10px black;
	border-radius: 10px;
	padding: 20px !important;
}*/

.sharedaddy {
	margin-top: 50px;
}



.uber-mich-summary {
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	padding: 66px 28px;
	border-radius: 50%;
	background-color: grey;
	box-shadow: 2px 2px 2px #3fe1c4;
}

.site-footer .widget-area {
	padding: 1em 1em;
}

.site-footer .wrap {
	padding: 0;
}

.footer-widget-1 {
	width: 100% !important;
	text-align: center;
}

.footer-widget-1 .widget_custom_html {
	padding-bottom: 0;
	margin-bottom: 50px;
}

.core-footer .footer-logo img {
	position: relative;
	display: block;
	width: 120px;
	left: 50%;
	transform: translateX(-50%);
}
.core-footer {
	position: relative;
	display: inline-block;
}

.footer-logo {
	display: block;
	position: relative;
}

.footer-logo div {
	position: relative;
}

.footer-logo h2 {
	display: block;
	position: relative;
	font-size: 38px;
	margin: 0;
	padding: 0;
}
.core-social {
	margin-top: 20px;
	font-size: 25px;
}

.core-social a {
	margin-right: 10px;
}

.core-social a i {
	padding: 5px;
	border-radius: 4px;
}

.core-social .fa-xing:hover {
	color: green;
}

.core-social .fa-linkedin-in:hover {
	color: white;
	background-color: #0077b5;
}

.core-social .fa-instagram:hover {
	color: #fccc63;
	background-color: #bc2a8d;
}

.core-social .fa-facebook-f:hover {
	color: white;
	background-color: #3B5998;
}

.core-social .fa-youtube:hover {
	color: white;
	background-color: red;
}

.core-social a {
	text-decoration: none !important;
}

.core-social a:hover {
	text-decoration: none !important;
}

.footer-contact {
	margin-top: 20px;
	display: block;
	position: relative;
	text-align: center;
}

.core-footer .footer-contact a span {
	/*text-decoration: none !important;*/
	display: block;
}

.core-footer-other {
	position: absolute;
	display: block;
	background-color: black;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 10px 20px;
}

.core-footer-other span {
	float: left;
}

.core-footer-other a {
	float: right;
	margin-right: 20px;
	display: inline-block;
}

.fa-phone, .fa-envelope, .fa-map-marker-alt {
	padding-right: 5px;
}

#contact-form-4 {
	position: relative;
	display: block;
}

.contact-form {
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
}

.googlemaps {
	text-align: center;
}

.contact-form div {
	position: relative;
	width: 100%;
}

.contact-form div textarea {
	min-width: 300px;
	width: 98%;
	max-width: 98%;
}

#panel1 .panel-image {
	-webkit-transition-property: background-image 500ms ease-in 300ms;
-moz-transition-property: background-image 500ms ease-in 300ms;
-o-transition-property: background-image 500ms ease-in 300ms;
transition: background-image 500ms ease-in 300ms;
}
