/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



/* Header */


 #menu-haupt-1 .menu-item-has-children > a {
  position: relative;
  padding-right: 25px; 
}

/* Mobile dropdown Menü */
#menu-haupt-1 .menu-item-has-children > a::after {
  content: "▼";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.7em;
  transition: transform 0.3s ease;
}


#menu-haupt-1 .menu-item-has-children > a.open::after {
  content: "▲";
}


#menu-haupt-1 .menu-item-has-children.elementor-active > a {
  background-color: #55595c; 
  font-weight: bold;
  color: #fff; 
} 

.site-header {
	padding-block-start: 0rem;
    padding-block-end: 0rem;
}

.site-header .site-navigation .menu li.buchung {
	background: #272827;
    border-radius: 50px;
    margin-left: 20px;
}

.site-header .site-navigation .menu li.buchung a {
	color:#fff;
}

.site-header .site-navigation .menu li a {
	padding: 13px 15px;
	
}

/* Table */

table.tablepress  {
    --head-bg-color: #B3DA2D;	
}

table.tablepress thead th {
	text-transform:uppercase;
}

/* Blog Post */

.post-template-default.single.single-post #content {
	max-width:920px;
	margin:5% auto;
	
}

.post-template-default.single.single-post #content .entry-title {
	text-align:center;
	margin-bottom:3%;
}

.post-template-default.single.single-post #content img {
	border-radius:30px;
}


.wpcf7-form label {
	display:block;
}