/* Add your css code here */

/* Backgrounds ---------------------------------------------------------- */
.page-wrapper {
  grid-auto-columns: 100%;
  background-image: url("../images/BackgroundWS.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: transparent !important;
}

.page-wrapper,
.solo-outer{
  /*! border-color: var(--r-br, var(--r-br-b)); */
  background-color: transparent; 
  color: transparent;
}

.region-inner {
  /*! border-color: var(--r-br, var(--r-br-b)); */
  background-color: transparent; 
}

#sidebar-box-main {
  background-color: #fff;
}

/* Event-Boxes -----------------------------------------------------------*/

 .eimage {
  float: left;
  margin-right: 15px;
  max-width: 300px;
  height: auto;
  margin-top: 15px;
}

.views-view-responsive-grid__item time {
  color: #fff;
  font-weight: 100;
}

.events .views-view-responsive-grid__item {
  width: 90%;
  background: #d7490c;
  padding: 10px;
}

.events .views-view-responsive-grid__item p {
  color: #fff;
}

.views-view-responsive-grid__item h3 a,
.views-view-responsive-grid__item a {
  color: #fff !important;
}


/* Headlines -------------------------------------------------------------*/
.page-title-text {
  line-height: 100% !important;
  padding-bottom: 3px !important;
}

h1.page-title-text {
  font-size: 35px;
  line-height: 100% !important;
  font-weight: 100;
}

h2.solo-block-title {
  font-weight: 100;
  font-size: 26px;
}

h3, h4, h5 {
  font-weight: 100;
}

.ev {
  font-weight: 100;
  line-height: 28px;
}

.light {
  font-weight: 100;
}

.node__title {
  font-weight: 100;
}

.field__label {
  display: none;
}

time {
  font-weight: 100;
  color: #d7490c;
}

.page-title-text {
  color: #d7490c !important;
}

/* Text --------------------------------------------------------------------*/
.c1 {
  column-count: 2; /* Erstellt zwei Spalten */
  column-gap: 20px; /* Abstand zwischen den Spalten */

}


/* Frames ---------------------------------------------------------------- */

.node--type-vorstand .solo-image {
  margin-bottom: 15px;
}

/* Rsp --------------------------------------------------------------------*/
@media (max-width: 35.9988rem) {
  h3 {
    font-size: 22px !important;
  }
  .c1 {
  column-count: 1; /* Reset */
}
}

@media (max-width: 47.9988rem)
{
  h3 {
    font-size: 22px !important;
  }
  .c1 {
  column-count: 1; /* Reset */
}
}
/*
Variable Definitions:
  --r-bg: Sets the background color.
  --r-tx: Sets the text color.
  --r-h1: Sets the color for h1, h2, and h3 headings.
  --r-lk: Sets the link text color.
  --r-lk-h: Sets the hover color for link text.
  --r-br: Sets the border color.
  --r-bg-fr: Sets the background color for input forms.
  --r-tx-lk: Sets the menu link text color.
  --r-tx-lk-h: Sets the hover color for menu link text.
  --r-bg-lk: Sets the background color for menu links.
  --r-bg-lk-h: Sets the hover background color for menu links.
  --r-tx-bt: Sets the button text color.
  --r-tx-bt-h: Sets the hover color for button text.
  --r-bg-bt: Sets the button background color.
  --r-bg-bt-h: Sets the hover background color for buttons.
*/

/*
Regions Names, each region has an ID and a Class with the same name.
You can use .page-wrapper or #page-wrapper
#page-wrapper {}
#primary-sidebar-menu {}
#fixed-search-block {}
#popup-login-block {}
#header {}
#primary-menu {}
#welcome-text {}

#top-container {}
#top-box-first {}
#top-box-second {}
#top-box-third {}

#system-messages {}
#breadcrumb {}
#page-title {}

#main-container {}
#sidebar-box-first {}
#sidebar-box-main {}
#sidebar-box-second {}

#bottom-container {}
#bottom-box-first {}
#bottom-box-second {}
#bottom-box-third {}
#bottom-box-fourth {}

#footer-container {}
#footer-box-first {}
#footer-box-second {}
#footer-box-third {}

#footer-menu {}
#copyright {}

Examples:

#page-wrapper {
  background-color: var(--r-bg);
  color: var(--r-tx);
  border-color: var(--r-br);
}

h1, h2, h3 {
  color: var(--r-h1);
}

a:not(li.nav__menu-item a) {
  color: var(--r-lk);
  color: var(--r-lk-h);
}

input:not(.button) {
  background-color: var(--r-bg-fr);
}

li.nav__menu-item a {
  color: var(--r-tx-lk);
  background-color: var(--r-bg-lk);
}

li.nav__menu-item a:hover {
  color: var(--r-tx-lk-h);
  background-color: var(--r-bg-lk-h);
}

button:not(li.nav__menu-item button) {
  color: var(--r-tx-bt);
  background-color: var(--r-bg-bt);
}

button:not(li.nav__menu-item button):hover {
  color: var(--r-tx-bt-h);
  background-color: var(--r-bg-bt-h);
}
https://www.drupal.org/docs/extending-drupal/themes/contributed-themes/solo/instructions-for-developers-on-using-colors-in-solo-theme
*/
