/* 
Theme Name: Zermatt Apartment Verein
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Zermatt Apartment Verein is a child theme of Hello Elementor, created by Elementor team
Author: Blueforce Digital Solutions
Author URI: https://blueforce.ch/
Template: hello-elementor
Version: 2.0.0
Text Domain: zav
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 */

iframe{      
        display: block;  /* iframes are inline by default */   
        height: 300vh;  /* Set height to 100% of the viewport height */   
        width: 100%;  /* Set width to 100% of the viewport width */     
        border: none; /* Remove default border */
        background: #ffffff; /* Just for styling */
    }

.anmeldung {
            width: 1200px;
            padding-top: 100px;
            padding-bottom: 100px;
            margin:0 auto;
            overflow: hidden;
}
            
/* top spacing above anchor links*/
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display:block;
  height: 160px; 
        /* fixed header height*/
  margin: -160px 0 0; 
        /* negative fixed header height */
  visibility: hidden;
  pointer-events: none;
}

/* sticky header im memberbereich */
#top-bar-wrap {
                position: fixed !important;
                top: 0px !important;
                width:100% !important;
}
#site-header {
                position: fixed;
                top: 160px;
        }
#main {
                margin-top: 120px;
        }


/* Farbe Close Button von der PDF-Lightbox */
[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover {
    background-color: #5B109B !important;
}
