/*
Theme Name: Hello Elementor Child
Template:   hello-elementor
Author: DigitalSpital GmbH
Author URI: https://digitalspital.de
Version: 1.0.0
*/


@media screen and (min-width: 768px) {
    .elementor-element-nav-menu--toggle-container .elementor-nav-menu--toggle.elementor-nav-menu--burger{
        position:absolute;
        right:0;
		top: 0;
    }
	
}


@media screen and (min-width: 728px) {
    .elementor-element-a039643 .elementor-element-nav-menu--toggle-container .elementor-widget-theme-site-logo {
        margin-right: 0 !important;
    }
	
}

@media screen and (max-width: 768px) {
    .elementor-element-nav-menu--toggle-container .elementor-nav-menu--toggle.elementor-nav-menu--burger{
        position:absolute;
        right:0;
		top: 0;
    }
}


@media (max-width: 850px) {
 .elementor-element.elementor-widget-theme-site-logo {
    top: 0vw !important;
    right: 22vw !important;
    max-width: 120px !important;
  }
}

@media (max-width: 500px) {
 .elementor-element.elementor-widget-theme-site-logo {
    top: 0vw !important;
    right: 35vw !important;
    max-width: 120px !important;
  }
}

@media (min-width: 1800px) {
 .elementor-element.elementor-widget-theme-site-logo {
    max-width: 220px !important;
	right: 9vw !important;
  }
	
  .elementor-41 .elementor-element.elementor-element-fd497ee div.elementor-menu-toggle {
		position: absolute;
		right: 10%;
  }
}

.elementor-41 .elementor-element.elementor-element-fd497ee div.elementor-menu-toggle {
		position: absolute;
		right: 5vw;
	    top: 0vw;
}


#elementor-popup-modal-475 .dialog-close-button {
	right: -40px;
	top: -40px;
}

.elementor-element-e4f9d19 {
  position: relative;
}

.elementor-element.elementor-widget-theme-site-logo {
   position: absolute;
  top: 0vw; /* adjust as needed to center vertically in yellow */
  right: 10vw; /* responsive right spacing */
  z-index: 10;
  max-width: 180px !important; /* or whatever suits your design */
}

.elementor-widget-theme-site-logo img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain;
  display: block;
}


#external-link-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.external-link-confirm__modal {
	background-color: #fff;
    padding: 20px 30px 10px;
    z-index: 10;
    width: calc(100% - 4rem);
    max-height: 100%;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 600px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    transition: opacity 0.45s ease-in-out;
}

.external-link-confirm__modal h3 {
	letter-spacing: 1px;
    font-size: 1.25rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #0F69AF;
    margin-bottom: 7px;
	text-align: left;
}

.external-link-confirm__text {
	padding: 10px 0;
    font-size: 1rem;
    line-height: 1.625rem;
	text-align: left;
	font-family: "Gilroy", Sans-serif;
}

.btn-actions {
	text-align: right;
}

#cancel-external:hover {
	background-color: inherit;
}

#external-link-modal .modal-content {
  background: white;
  padding: 2em;
  border-radius: 10px;
  max-width: 500px;
  text-align: center;
}

#external-link-modal button {
  margin: 1em;
  padding: 0.5em 1em;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#external-link-modal .cancel {
  background-color: #ccc;
}

#external-link-modal .continue {
  background: linear-gradient(to right, #f857a6, #ff5858);
  color: white;
}
