/*
Theme Name: photolium
Description: A new theme from photolium
Author: Tom
Author URI: http://www.photolium.de/
Version: 1.0
Template: twentytwenty
*/
@import url("fonts.css");
body, .entry-content, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content cite, .entry-content figcaption, .entry-content table, .entry-content address, .entry-content .wp-caption-text, .entry-content .wp-block-file, .widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary {
  font-family: 'Overpass', sans-serif;
}
/*Header*/
#site-header {
  position: sticky;
  top: 0;
  width: 100%;
  background: rgba(247, 202, 126, 0.89) !important;
}
.header-menu-outer {
  background: #274285;
  text-align: right;
  padding: 10px;
}
.cusLogo img {
    max-height: 14rem;
    transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
}
    .down .cusLogo img {
    max-height: 9rem;
    transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
}
.primary-menu li.current-menu-item > a, .primary-menu li a {
  color: #0d6b65 !important;
}
/*HeaderEnd*/
/*Body*/
.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus):first-letter, .wp-block-button.is-style-outline, a {
  color: #f6a61d !important;
}
/*BodyEnd*/
/*Footer*/
.widget-content .wp-block-columns {
  margin-top: 3rem !important;
}
/*FooterEnd*/
/*CSS Klassen individuell*/
.fullwithGroup {
  width: calc(100% - 0rem) !important;
  max-width: 300rem !important;
  padding: 20px 0;
  background: #f0f0f0;
}
.backColor {
  background: #f0f0f0;
}
/*CSS KlassenEnd*/
/*Eventlistener*/
.entry-content .single_event_listing {
  max-width: 120rem !important;
}
/*Responsive*/
@media (max-width: 550px) {

}
@media (min-width: 700px) {

}
@media (min-width: 1000px) {
  .header-inner {
    padding: 0;
  }
}
