/*
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
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* GENERAL */
body {
	font-family: "Source Sans Pro", sans-serif !important;
	overflow-x: hidden !important;
}

/* FONTS */
h1.elementor-heading-title {
	position: relative;
	display: inline-block;
	font-size: 36px !important;
	font-weight: 400 !important;
	line-height: 1.2;
	hyphens: auto;
}

.home h1.elementor-heading-title {
	display: inline;
}

.elementor-top-section.hero h1.elementor-heading-title::after {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 8px;
	content: '';
	background-color: rgba(178, 159, 137, 0.45);
}

h2.elementor-divider__text {
	font-size: 24px !important;
	text-transform: uppercase;
}

p {
	margin-bottom: 10px;
}

p:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.home h1.elementor-heading-title {
		display: inline-block;
	}
}

@media (min-width: 1025px) {
	h2.elementor-divider__text {
		font-size: 32px !important;
	}
}

/* ELEMENTOR BREAKPOINT PROBLEM */
/* Hide elements on desktop using the default desktop breakpoint (1025px) */
@media (width >= 1367px) {
    .elementor-hidden-desktop {
        display: none !important;
    }
}

/* Hide elements on laptop using the default laptop breakpoint (1025px) */
@media (1201px <= width <= 1367px) {
    .elementor-hidden-laptop {
        display: none !important;
    }
}

/* Hide elements on tablet landscape using the default tablet landscape breakpoint (1025px) */
@media (1025px <= width < 1201px) {
    .elementor-hidden-tablet-landscape {
        display: none !important;
    }
}

/* Hide elements on tablet using the default tablet breakpoints (768px to 1025px) */
@media (768px <= width < 1025px) {
    .elementor-hidden-tablet {
        display: none !important;
    }
}

/* Hide elements on mobile using the default mobile breakpoint (768px) */
@media (width < 768px) {
    .elementor-hidden-mobile {
        display: none !important;
    }
}

/* TOP HEADER */
#top-bar-wrap {
	display: none;
}

@media (min-width: 576px) {
	#top-bar-wrap {
		display: block;
		border-bottom: none;
	}

	#top-bar {
		padding: 10px 0;
	}

	#top-bar-inner {
		display: flex;
		align-items: center;
	}

	#top-bar-content {
		line-height: 1 !important;
		font-size: 14px !important;
	}

	#top-bar-content a.phone {
		margin-right: 7.5px;
	}

	#top-bar-content a:hover {
		text-decoration: underline;
	}

	#top-bar-content i {
		margin-right: 5px;
	}

	#top-bar-social {
		line-height: 1 !important;
		margin-left: auto;
	}

	#top-bar-social li {
		float: left !important;
	}

	#top-bar-social a:hover,
	#top-bar-social a:focus {
		opacity: 0.8;
	}

	#top-bar-social li a i {
		font-size: 16px !important;
	}
}

/* 767px lassen! */
@media (min-width: 767px) {
	#top-bar-social {
		position: static !important;
		height: auto !important;
		line-height: 1 !important;
		margin-top: 0 !important;
	}
}

/* MAIN HEADER */
#site-header {
	position: absolute;
	background-color: transparent;
	border-top: 10px solid #B29F89 !important;
	border-bottom: none;
}

body:not(.home) #site-header {
	position: relative;
    border-bottom: 1px solid #eee;
}

#site-logo {
	position: absolute;
    background-color: #ffffff;
    padding: 20px;
    border-bottom: 3px solid #0079AD;
}

body:not(.home) #site-logo {
	position: static;
    padding: 20px 0;
	border-bottom: none;
}

@media (min-width: 576px) {
	#site-header {
		border-top: none !important;
	}

	#site-logo {
		top: 0;
	}
}

/* NAVIGATION */
.oceanwp-mobile-menu-icon {
	top: 27.5px;
	right: 0;
}

.oceanwp-mobile-menu-icon a {
	font-size: 36px !important;
}

body:not(.home) .oceanwp-mobile-menu-icon a {
	color: #4a4a4a;
}

.oceanwp-mobile-menu-icon a i {
    --fa: "\f550";
}

a.sidr-class-toggle-sidr-close {
	padding: 10px 20px;
}

a.sidr-class-toggle-sidr-close i {
	vertical-align: middle;
}

@media (min-width: 1025px) {
	#site-navigation-wrap {
		top: 30px;
	}

	#site-navigation-wrap .dropdown-menu > li.hide-desktop {
		display: none;
	}

	#site-navigation-wrap .dropdown-menu > li > a {
		text-shadow: 0 0 5px #000;
	}

	body:not(.home) #site-navigation-wrap .dropdown-menu > li > a {
		color: #4a4a4a;
		text-shadow: none;
	}

	body:not(.home) #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before,
	body:not(.home) #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after {
		color: #4a4a4a;
	}

}

@media (min-width: 1201px) {
	#site-navigation-wrap .dropdown-menu > li > a {
		font-size: 20px !important;
		padding: 0 15px !important;
	}
}

/* MAIN CONTENT */
#main #content-wrap.container {
	width: 1200px !important;
	max-width: 90% !important;
}

body:not(.home) #main #content-wrap.container {
	padding: 0;
}

.page-id-1458 #main #content-wrap.container
.page-id-1460 #main #content-wrap.container {
	padding: 205px 0 75px;
}

.entry > .elementor > .e-flex {
	padding: 75px 0;
}

.entry > .elementor > .e-flex.welcome {
	padding-top: 90px;
}

.entry > .elementor > .e-flex > .e-con-inner {
	row-gap: 20px;
	padding: 0;
}

.entry > .elementor > .e-flex > .e-con-inner > .e-grid {
	padding: 0;
}

.elementor-top-section > .elementor-container {
	width: 1200px;
    max-width: 90% !important;
    margin: 0 auto;
}

.elementor-top-section.hero {
	background-image: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.15));
	background-color: rgba(255,255,255,0.5);
	padding: 30px 0;
}

.elementor-top-section.hero .elementor-top-column {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
}

.elementor-top-section.hero .elementor-widget-wrap {
    bottom: -52px;
	padding: 0 !important;
    z-index: 1;
}

.elementor-top-section.hero .elementor-widget-heading {
	margin-bottom: 5px;
}

.elementor-top-section.hero .elementor-widget-heading:first-child {
	margin-left: 4.5%;
}

.elementor-top-section.hero .elementor-widget-heading:last-child {
	margin-left: 7%;
	margin-bottom: 0;
}

.elementor-top-section.hero .elementor-heading-title {
	display: inline-block;
	background-color: #B29F89;
	color: #ffffff;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 7.5px;
	margin: 0 !important;
}

/* Unterseiten */
.elementor-top-section.hero-pages {
	padding: 45px 0;
}

.elementor-top-section.hero-pages > .elementor-background-overlay {
    background-color: #1d1d1d;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-top-section.hero-pages .elementor-widget-wrap {
	padding: 10px 0 !important;
}

.elementor-top-section.hero-pages .elementor-heading-title {
	color: #ffffff;
	font-size: 26px;
	font-weight: 400 !important;
	line-height: 1.4;
	text-shadow: 0 0 10px #000000;
}

.elementor-top-section.hero-pages h1.elementor-heading-title {
	color: #B29F89;
	font-size: 22px !important;
	font-weight: 300 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.elementor-top-section.hero-pages div.elementor-heading-title {
	font-family: 'Cormorant Garamond', serif;
}

.elementor-top-section.hero-pages p {
	color: #ffffff;
	font-size: 18px;
	font-weight: 300 !important;
	text-shadow: 0 0 5px #000000;
}

@media (min-width: 576px) {
	.elementor-top-section.hero .elementor-heading-title {
		font-size: 32px;
	}
}

@media (min-width: 768px) {
	.elementor-top-section.hero-pages .elementor-widget-wrap {
		width: 55%;
	}

	.elementor-top-section.hero-pages .elementor-heading-title {
		font-size: 28px;
	}

	.elementor-top-section.hero-pages h1.elementor-heading-title {
		font-size: 24px !important;
	}

	.elementor-top-section.hero-pages p {
		font-size: 20px;
	}
}

@media (min-width: 1025px) {
	.entry > .elementor > .e-flex {
		padding: 90px 0;
	}

	body:not(.home) .entry > .elementor > .e-flex {
		padding-bottom: 90px;
	}

	.entry > .elementor > .e-flex.welcome {
		padding-top: 105px;
	}

	.elementor-top-section.hero .elementor-heading-title {
		font-size: 42px;
	}

	.elementor-top-section.hero .elementor-widget-wrap {
		bottom: -56px;
	}

	.elementor-top-section.hero-pages {
		padding: 0;
	}

	.elementor-top-section.hero-pages > .elementor-background-overlay {
	    background-color: transparent;
	    opacity: 1;
	}

	.elementor-top-section.hero-pages .elementor-widget-wrap {
		width: 100%;
	}

	.elementor-top-section.hero-pages .elementor-col-66 .elementor-widget-wrap {
		padding: 0 !important;
	}

	.elementor-top-section.hero-pages .elementor-heading-title {
		color: #0079ad;
		font-size: 20px;
		text-shadow: none;
	}

	.elementor-top-section.hero-pages h1.elementor-heading-title {
		font-size: 18px !important;
	}

	.elementor-top-section.hero-pages p {
		color: #3f444b;
		font-size: 16px;
		text-shadow: none;
	}

	.elementor-top-section.hero-pages .gradient > img {
		mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 47%);
		-webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 47%);
	}
}

@media (min-width: 1201px) {
	.entry > .elementor > .e-flex {
		padding: 105px 0;
	}

	body:not(.home) .entry > .elementor > .e-flex {
		padding-bottom: 105px;
	}

	.elementor-top-section.hero-pages .elementor-heading-title {
		font-size: 24px;
	}

	.elementor-top-section.hero-pages h1.elementor-heading-title {
		font-size: 20px !important;
	}

	.elementor-top-section.hero-pages p {
		font-size: 18px;
	}
}

@media (min-width: 1367px) {
	.entry > .elementor > .e-flex {
		padding: 120px 0 !important;
	}

	body:not(.home) .entry > .elementor > .e-flex {
		padding-bottom: 120px;
	}

	.elementor-top-section.hero-pages .elementor-col-33 {
		width: 44%;
	}

	.elementor-top-section.hero-pages .elementor-col-66 {
		width: 56%;
	}

	.elementor-top-section.hero-pages .elementor-heading-title {
		font-size: 30px;
	}

	.elementor-top-section.hero-pages h1.elementor-heading-title {
		font-size: 26px !important;
	}

	.elementor-top-section.hero-pages p {
		font-size: 24px;
	}
}

/* Leistungen Bilder Box */
.e-grid.leistung .elementor-widget-image-box {
	transition: all 0.5s;
}

.e-grid.leistung .elementor-widget-image-box:hover {
	transform: translateY(-15px);
}

.e-grid.leistung .elementor-widget-image-box .elementor-image-box-wrapper {
	height: 100%;
}

.e-grid.leistung .elementor-widget-image-box .elementor-image-box-img {
	width: 100% !important;
	margin-bottom: 0 !important;
}

.e-grid.leistung .elementor-widget-image-box .elementor-image-box-content {
	display: flex;
    justify-content: center;
    align-items: center;
	background: radial-gradient(ellipse at center, #0079ad 0%, #005f88 100%);
	padding: 15px 20px;
	margin-top: -10px;
}

.e-grid.leistung .elementor-widget-image-box .elementor-image-box-title {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 1.2;
	hyphens: auto;
	margin-bottom: 0;
}

.e-grid.leistung .elementor-widget-image-box .elementor-image-box-title > span {
	display: block;
    font-size: 14px;
}

.e-grid.leistung .elementor-widget-image-box p.elementor-icon-box-description {
	color: #ffffff;
}

.e-grid.leistung .elementor-widget-icon-box {
	display: none;
}

@media (min-width: 768px) {
	.e-grid.leistung .elementor-widget-image-box.elementor-element-85211c7 .elementor-image-box-content {
		min-height: 73.2px;
	}

	.e-grid.leistung .elementor-widget-image-box .elementor-image-box-title {
		font-size: 20px;
	}

	.e-grid.leistung .elementor-widget-image-box .elementor-image-box-title > span {
	    font-size: 16px;
	}
}

@media (min-width: 1025px) {
	.e-grid.leistung .elementor-widget-image-box.elementor-element-85211c7 .elementor-image-box-content {
		min-height: 82.2px;
	}

	.e-grid.leistung .elementor-widget-image-box .elementor-image-box-title {
		font-size: 22px;
	}

	.e-grid.leistung .elementor-widget-image-box .elementor-image-box-title > span {
	    font-size: 18px;
	}
}

@media (min-width: 1201) {
	.e-grid.leistung .elementor-widget-image-box .elementor-image-box-content {
		min-height: ;
	}
}

/* Kontakt */
.wpforms-container {
	margin: 0 !important;
}

.wpforms-container .wpforms-description {
	font-weight: 400 !important;
}

.wpforms-container .wpforms-field {
	padding: 0 0 15px !important;
}

.wpforms-container .wpforms-field input,
.wpforms-container .wpforms-field textarea {
	color: #4a4a4a !important;
	border-radius: 0 !important;
}

.wpforms-container .wpforms-field-gdpr-checkbox label {
	color: #4a4a4a !important;
	font-size: 14px !important;
	padding-left: 10px !important;
}

.wpforms-container .wpforms-field-gdpr-checkbox label a {
	color: #0079AD;
}

.wpforms-container .wpforms-field-gdpr-checkbox label a:hover,
.wpforms-container .wpforms-field-gdpr-checkbox label a:focus {
	text-decoration: underline;
}

.wpforms-container .wpforms-required-label {
	color: #0079AD !important;
}

.wpforms-container .wpforms-submit-container {
	margin-top: 0 !important;
}

.wpforms-container .wpforms-submit-container .wpforms-submit {
	height: auto !important;
	background-color: #B29F89 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	padding: 12px 24px !important;
	border-radius: 0 !important;
}

#kontakt .wpforms-container .wpforms-submit-container .wpforms-submit:hover,
#kontakt .wpforms-container .wpforms-submit-container .wpforms-submit:focus {
	background: #B29F89 !important;
	transform: translateY(10px);
}

#kontakt .wpforms-container .wpforms-submit-container .wpforms-submit:active {
	background: #B29F89 !important;
}

.entry > .elementor > .e-flex.kontakt .elementor-widget-icon-box .elementor-icon-box-title {
	margin-bottom: 5px;
}

@media (min-width: 768px) {
	.entry > .elementor > .e-flex.kontakt .elementor-widget-icon-box .elementor-icon-box-title {
		font-size: 18px;
	}
}

/*
@media (min-width: 1025px) {
	.entry > .elementor > .e-flex.kontakt .kontaktinfos {
    background: linear-gradient(135deg, #ffffff 25%, #f9f9f9 100%);
    box-shadow: 0 0 5px #ccc inset;
    padding: 30px 30px 25px;
	}
}
*/

@media (min-width: 1201px) {
	.entry > .elementor > .e-flex.kontakt .elementor-widget-icon-box .elementor-icon-box-title {
		font-size: 20px;
	}
}

/* FOOTER */
#footer-widgets .footer-box {
	padding: 0;
}

#footer-widgets .footer-box .footer-widget {
	margin-bottom: 7.5px;
}

#footer-widgets p,
#footer-widgets a,
#footer-widgets td {
	font-size: 14px;
}

#footer-widgets h3.wp-block-heading {
	color: #B29F89;
	font-weight: 400;
	margin-bottom: 10px;
}

#footer-widgets .footer-box li.menu-item a:hover,
#footer-widgets .footer-box li.menu-item a:focus {
	text-decoration: underline;
}

#footer-widgets .footer-box.col-1 #menu-social {
	display: flex;
	align-items: center;
}

#footer-widgets .footer-box.col-1 #menu-social::before {
	content: 'Folge uns:';
	font-size: 14px;
	margin-right: 5px;
}

#footer-widgets .footer-box.col-1 #menu-social li.menu-item {
	line-height: 1;
	padding: 0 5px;
}

#footer-widgets .footer-box.col-1 #menu-social a:hover,
#footer-widgets .footer-box.col-1 #menu-social a:focus {
	color: #B29F89;
}

#footer-widgets .footer-box.col-1 #menu-social li.menu-item i {
	font-size: 18px;
}

#footer-widgets .footer-box.col-2 .wp-block-table::after {
	display: block;
	content: '(oder nach Vereinbarung)';
	font-size: 14px;
	margin-top: 4px;
}

#footer-widgets .footer-box.col-2 table {
	width: auto;
	margin-bottom: 0;
}

#footer-widgets .footer-box.col-2 td {
	padding: 2px 4px;
	border: none;
}

#footer-widgets .footer-box.col-2 tr:first-of-type td {
	padding-top: 0;
}

#footer-widgets .footer-box.col-2 tr:last-of-type td {
	padding-bottom: 0;
}

#footer-widgets .footer-box.col-2 tr td:first-of-type {
	padding-left: 0;
}

#footer-widgets .footer-box.col-2 tr td:last-of-type {
	padding-right: 0;
}

#footer-widgets .footer-box li.menu-item {
	padding: 2.5px 0;
	border: none;
}

#footer-widgets .footer-box.col-3,
#footer-widgets .footer-box.col-4 {
	margin-bottom: 0;
}

#footer-widgets .footer-box.col-3 li.menu-item:first-of-type {
	padding-top: 0;
}

#footer-widgets .footer-box.col-4 li.menu-item:last-of-type {
	padding-bottom: 0;
}

@media (min-width: 960px) and (max-width: 1024px) {
	#footer-widgets > .footer-widgets-inner {
		display: flex;
		flex-wrap: wrap;
	}

	#footer-widgets .footer-box {
		width: 50% !important;
		margin-bottom: 30px;
	}
}

@media (min-width: 1025px) {
	#footer-widgets .footer-widgets-inner {
		display: flex;
	}

	#footer-widgets .footer-box.col-1,
	#footer-widgets .footer-box.col-2 {
		width: 30%;
	}

	#footer-widgets .footer-box.col-3,
	#footer-widgets .footer-box.col-4 {
		width: 20%;
		position: relative;
		top: 35px;
	}
}

/* FOOTER BOTTOM */
#footer-bottom {
	
}

#footer-bottom:hover span.fk > a {
	color: #ffffff;
}

#footer-bottom span {
	display: block;
	line-height: 1.5;
}

#footer-bottom span.divider {
	display: none;
}

#footer-bottom span.fk > a:hover,
#footer-bottom span.fk > a:focus {
	color: #ffffff;
}

@media (min-width: 576px) {
	#footer-bottom span {
		display: inline-block !important;
	}

	#footer-bottom span.divider {
		padding: 0 5px;
	}
}