/*
@import url('https://fonts.googleapis.com/css2?family=Mea+Culpa&display=swap');
*/
@font-face { font-family:'Aptos Display'; font-style: normal; font-weight: 500; 
             src: url('include/AptosDisplay.ttf'); }  
h1, h1 a, .owntitel, .owntitel a {
  font-family: 'Aptos Display', 'Times New Roman', Times, serif; font-size: 100px; 
  letter-spacing:0.5px; line-height: 120px; margin-top:60px !important
}
h1::first-letter, .owntitel::first-letter { font-size: 180px; margin-right: -30px; }
@media screen and ( max-width: 781px ) {
  h1, h1 a, .owntitel, .owntitel a { font-size: 100px !important; line-height: 110px }
  h1::first-letter { font-size: 120px; margin-right: -15px; }
}
@media screen and ( max-width: 500px ) {
  h1, h1 a, .owntitel, .owntitel a { font-size: 50px !important; line-height: 70px; margin-top:0px !important }
  h1::first-letter, .owntitel::first-letter { font-size: 55px; margin-right: -3px; }
}

#leftsellMainMenu { margin: 0 auto 0 auto; }
 .menu-icons-container { display: none; }
 ul.menu li:hover {
   text-shadow: 0px 0px 1px rgb(212, 161, 132);
 }
 ul.menu li ul li a { color: black; 
 }
 a.minilogo img, a img.custom-logo {
   width: 300px;
   max-width: 300px !important;
   height: auto;
 }
 #leftsuite-header { box-shadow: none; height: auto; top: 30px;
  }
 
 footer#leftsellMainMenu_footer, footer#leftsellMainMenu_footer p, footerleftsellMainMenu_footer a {
     color: black
 }
 footer#leftsellMainMenu_footer a:hover { color: grey
 }

 .wpcf7{
     margin: auto;
   text-align: left;
   width: 35%;
   padding: 20px 25px !important;
   background-color: rgba(255, 255, 255, 0.2);
   background-position: center;
   background-size: cover;
 }
 
 .wpcf7-text,
 .wpcf7-textarea {
   width: 100%;
   border: 6px solid #e4e4e4;
   border-radius: 5px;
   color: #050505;
 }
 
 .wpcf7-text {
   height: 30px;
   padding-left: 10px;
 }

 .woocommerce div.product div.images img
 { width: 50% }

/* BLOG ----------------------------------------------------------------------------*/
#leftsuiteBlogContent { width:100%; padding-right: 0; margin-right:0 }
#leftsuiteBlogContent h1 { text-shadow: 1px 1px 2px #0000004d; }
#leftsellBlogSideBar { width: 0 }