/*
Theme Name: hello-child
Description: fotolog-extention
Author: tp
Author URI: https://angenehme-gestaltung.de
Author Email: mail@thorstenprobst.de
Version: 1.0.0
Text Domain: hello-elementor-child
Template: hello-elementor
*/


/*
custom styles 
*/

html {
  font-size: 16px;
}

body {
    
}

.elementor-widget-text-editor a, .elementor-widget-text-editor a:visited {
  color: #000000;
  padding-bottom: 0;
  border-bottom: 2px solid #000000;
  text-decoration: underline;
}

.elementor-widget-text-editor a:hover, .elementor-widget-text-editor a:visited:hover {
  color: grey;
  border-bottom: 2px solid grey;
}


.elementor-widget-text-editor pre {
  margin: 0!important;
  font-weight: 300;
  padding-bottom: 0.25rem;
}

.e-parent {margin-bottom: 1rem!important;}

ul, ol {padding-left: 1rem;}
ul {list-style: square;}

li {
   margin-bottom: 0.5rem;
}
p {
    margin-block-end: .9rem!important;
    margin-block-start: 0;
}

#start-hero {
  margin-top:0!important;
  
}

.start-headline {container-type: inline-size!important;}

.start-header h1 {
  font-size: 13cqw!important;
  white-space: nowrap!important;
}

.start-container:hover img {
    filter: brightness(120%);
}

/* map */
#open-add-location-overlay {display: none!important;}

/* Responsive styles for views under 750px */

@media (max-width: 749px) {
  
 .start-header h1 {
  font-size: 14cqw!important; 
  }

}

