/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

#top-bar-wrap, .oceanwp-top-bar-sticky {
	background: linear-gradient(45deg, #5C514D 0%, #5c7f92 50%, #3c6c90 100%);
}

.topbar-content .backlink {
	font-size:16px;
}

.topbar-content .backlink:hover {
    text-decoration: underline;
}

.topbar-content .backlink i {
	display: inline-block;
    transform: translateY(1px);
}

h1, h2, h3 {
 	color: #5C514D; 
 	background-image: linear-gradient(45deg, #5C514D 0%, #5c7f92 20%, #3c6c90 80%);
 	background-clip: text; 
 	-webkit-background-clip: text; 
 	-webkit-text-fill-color: transparent; 
}

.home #main #content-wrap {
	padding-bottom:0;
}

#footer-widgets p {
	margin:0;
}

#footer-widgets a:hover {
	text-decoration:underline;
}

/** CF7 **/
@media screen and (max-width:781px) {
	.wpcf7-form .wp-block-columns.is-layout-flex {
		gap:0;
	}
}

.wpcf7 {
	background-image: url(https://kirchhaincard.einkaufen-in-kirchhain.de/wp-content/uploads/KirchhaincardGlobe-OhneSchrift-grau.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
	position:relative;
	padding-bottom:25px;
}

.wpcf7:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.96);
    display: block;
    position: absolute;
    z-index: 0;
}

.wpcf7-form {
	z-index:1;
	position:relative;
}

form textarea {
	min-height:auto;
}

input[type="submit"] {
	background-image: linear-gradient(45deg, #5C514D 0%, #5c7f92 50%, #3c6c90 100%);
}

input[type="submit"]:hover {
	background-image: linear-gradient(45deg, #3c6c90 0%, #5c7f92 50%, #5C514D 100%);
}