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


/* 360°-tours anpassen */
.embed-wrapper {
  position: relative;
  overflow: hidden;
}

/* Standard (Mobile & Tablet) → responsive Aspect Ratio */
.embed-wrapper {
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Desktop anpassen */
@media (min-width: 1024px) {
  .embed-wrapper {
    padding-bottom: 40%; /* weniger Höhe auf Desktop */
  }
}
/* 360°-tours anpassen-end */


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

h1, p {
  font-family: 'Crimson Text', serif !important;
}

.elementor-heading-title {
  font-family: 'Crimson Text', serif !important;
}




.elementor-kit-364 a {
    color: rgb(51, 51, 51)!important;
} 


#mobile-dropdown ul li a {
    color: #000!important;
}


#mobile-dropdown ul li a {
   color: rgb(51, 51, 51)!important;
} */

.sidr-class-dropdown-menu li a, a.sidr-class-toggle-sidr-close, #mobile-dropdown ul li a, body #mobile-fullscreen ul li a {
    color: rgb(51, 51, 51)!important;
}

.page-header {
    display: none!important;
}