/*
Theme Name: edengirls
Author: Edengirls
Description: A WordPress theme with Gutenberg support, sticky menu, header, footer, and responsive design.
Version: 1.0
License: GNU GPL v2 or later
Tags: block-editor, sticky-menu, responsive
*/

/*
Theme Name: Xescort
Theme URI: http: http://xxxescort.themes-escort.com/
Author: Themes Escort
Description: Xescort - Escort Agency WordPress Theme
Version: 1.0.0
Tags: custom-header, left-sidebar, right-sidebar, post-formats, full-width-template
Text Domain: xescort
Domain Path: /languages

This theme uses great Unyson Framework to make best user experience

see css/main.css for all of the styles
*/


/*
** WordPress Required
*/
.alignnone {
    margin: 5px 20px 20px 0;
    clear: both;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.gallery-caption,
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-block-cover .wp-block-cover-text:not(.has-text-color) {
    color: #fff;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.sticky,
.bypostauthor{position: relative;}

/*gutenberg*/
p[class*="-font-size"],
p[style*="font-size"] {
    line-height: 1.3em;
}
.wp-block-quote cite,
.wp-block-pullquote cite {
    margin-top: .5em;
}
.wp-block-quote cite:before,
.wp-block-pullquote cite:before {
    margin-top: 0;
}

.wp-block-archives.wp-block-archives-dropdown {
    margin-bottom: 20px;
}

ul.wp-block-gallery.alignwide {
    width: 100%;
}







/* Reset & Grundstil */
body {
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background: #fff;
}

.content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  padding-top: 120px; /* Platz für den Sticky Header */
}

/* Header Styles */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  z-index: 999;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

/* Sticky Header Shadow Effekt */
.site-header.sticky {
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

/* Navigation Styles */
.main-navigation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

#primary-menu li {
  margin: 10px 15px;
}

#primary-menu li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 16px;
}

/* Footer Styles */
.site-footer {
  background: #f4f4f4;
  padding: 20px 10px;
  text-align: center;
  margin-top: 40px;
}

.site-footer p {
  margin: 0;
  color: #777;
  font-size: 14px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  /* Menü in Block-Anordnung auf Mobilgeräten */
  #primary-menu {
    flex-direction: column;
    align-items: center;
  }
  #primary-menu li {
    display: block;
    margin: 10px 0;
  }
  /* Größere Schrift auf kleinen Geräten */
  #primary-menu li a {
    font-size: 18px;
  }
}
