/* 
Theme Name: David Shallon Stiftung
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: webdesire
Author URI: https://www.webdesire.de
Template: hello-elementor
Version: 1.0.1
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
*/


/* ALLGEMEINES ****************************************************************** */
/* ------------------------------------------------------------------------------ */


body.home  {
   background-image: url("https://www.davidshallon.com/wp-content/uploads/2024/01/bg-start.jpg");
}

@media only screen and (max-width: 699px) {
   
   h1  {
      padding-bottom: 1rem !important;
   }
}

@media only screen and (min-width: 700px) {
   h1  {
      padding-bottom: 1.5rem !important;
   }
}

   
   
h2  {
   padding-top: 1.5rem;
   padding-bottom: 1rem;
   letter-spacing: .035rem;
}



h3  {
   padding-top: 1.3rem;
   padding-bottom: 1rem;
}


/* for archive-titles ------------------------------------ */

.onlydesktop, .onlymobile  {
   display: none;
}
@media only screen and (min-width: 1200px) {
   
   .onlydesktop  {
      display: block;
   }
}
@media only screen and (max-width: 1199px) {
   
   .onlymobile  {
      display: block;
   }
}



#albumgalerie hr  {
   background-color: #bbb;
   border: 0 none;
   color: #bbb;
   height: 1px;
   width: 60%;
   margin: 11px 0 12px 20%;
}

.bildrahmen img  {
   border: 1px solid #ccc !important;
}


