/********************/
/* CUSTOM STYLE CSS */
/********************/
/*
Place your custom CSS and CSS overrides in this file after renaming it to
custom-style.css or another name, and configure the filename and path in
the theme's settings page.

Steps for customizing your theme:
1. Incorporate your custom CSS into this file.
2. Uncomment various examples below and adjust the data to your preferences.
3. Clear cached data at /admin/config/development/performance or use
   "Flush all caches" in the Admin Menu, then press CTRL+F5.
*/
#main {
     margin:0px !important; 
}


#top_bg, .themed-block {
  background-color: #fff;
  background-image: none !important;

}
#section2 {
  background-color: #fff;
  background-image: none !important;
}

#top_left,#top_right,#body_left,#body_right {
    background: none !important; 
	/*transparent url(/test/themes/contrib/zeropoint/images/fill_left.png) 0 0 repeat-y;*/
	padding: 0px !important;  
}

/* Erase or comment the lines below to get rid of the image in the right
   sidebar and the brand image at the bottom */
#middlecontainer {
  background: transparent url(../images/_sidebarimg.png) 99% 99% no-repeat;
  margin: 0px !important;
}
#brand {
  /*background: url(../images/_brand.png) 50% 0 no-repeat;*/
  background: none !Important;
  margin: 0 auto 1em;
  height: 50px;
}


/******* THEMER STYLE *******/
/* Put here your custom CSS */
/****************************/
/*
#top_bg, .themed-block {
  background-color: white !Important;
  background-image: -webkit-linear-gradient(bottom, #4C8235 0%, #fff 150px);
  background-image: linear-gradient(to top, #4C8235 0%, #fff 150px);
}
*/


#top_bg, .themed-block {
  background-color: white !Important;
  background-image: none !Important;
  background-image:  none !Important;
}

#section2 {
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, #fff 0%, yellow 100px);
  background-image: linear-gradient(to top, #fff 0%, #4C8235 100px);
}

.region-highlighted {
    border: none !Important;
}

.block-nodeblock {
    margin: 28px 7px 7px 7px;
    padding: 4px 10px 0px;
    background: #4C8235;
    color: #FFF;
}

.block-nodeblock h2 {
    font-size: 26px;
    color: #FFF;
}

.region-highlighted {
  border: solid 1px greeen;
}
h1, h2, h3, .block-title {
  color: #4C8235;
}
a, a:link, #name-and-slogan a {
  color: #4C8235;
}
a:hover, a:active, a.is-active, ul.menu a.is-active {
  color: #4C8235;
}
.pure-menu-link {
  background: white;
  border: 1px solid !Important;
  border-color: #adadad !Important;
  /*color: #4C8235 !important;*/
  text-shadow: none !Important;
  color: #555 !Important;
}

.pure-menu-list {
  padding: 0 120px !Important;
}

.pure-menu-link:hover, .pure-menu-link:focus {
  
  color: white !important;
  background: #4C8235;
}
.pure-menu-children a:hover, .pure-menu-children a:focus {
  background: white;
  color: #4C8235;
}
.pure-menu-children .pure-menu-link {
  background: white;
  border: 1px solid !Important;
  border-color: #adadad !Important;
  /*color: #4C8235 !important;*/
  text-shadow: none !Important;
  color: #555 !Important;
}
.menu-toggle .bars {
  background: #000;
}

.pure-menu-link:hover, .pure-menu-link:focus {
  
  color: white !important;
  background: #4C8235;
}
.pure-menu-children a:hover, .pure-menu-children a:focus {
  background: white;
  color: #4C8235;
}

.menu-item {
  margin: 0;
  padding-top: 0.2em;
  list-style-type: none !Important;
  list-style-image: none !Important;
  color: orange !Important;
  
}
ul.menu a.is-active {
  color: #000;
}


/* superfish menu classes an ids*/

.spmenu-main {
  background: #ffffff !important; 
  color: #000000 !important;
  outline: 1 !important;

}

.spmenu-main:hover 
.spmenu-main:active {
  background: #4C8235 !important;
  color: #ffffff !important;
  outline: 1 !important;

}

.wichtig {
	background-color: blue !important;
	color: orange !important;
}


#sidebar-left .block,
{
  border: 1px solid #ddd;
  background: #4C8235 !Important;
  color: white !Important;
}

@media screen and (max-width: 48em) {
  .pure-menu-link, .pure-menu-children,
  .pure-menu-children .pure-menu-link {
    color: #4C8235 !important;
    background: none;
    border: none;
  }
  .pure-menu-link:hover,
  .pure-menu-link:focus,
  .pure-menu-children a:hover,
  .pure-menu-children a:focus {
    color: black !important;
    background: acqua;
  }
}

#sidebar-left .block, #sidebar-right .block {
    background: none !Important;
}

.node-article.node-teaser img {
    min-width: 100%;
}

.node-article.node-teaser:hover {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5) !Important;
}

.node-article.node-teaser:hover header {
    background-color: rgba(255,255,255,0.9) !Important;
}

.node-article.node-teaser:hover header h2 {
    color: #222 !Important;
}

.vspcolumn {
	margin: 0px 10px 10px 0px !Important; 
	padding: 10px 10px 10px 10px !Important;
	border: solid 1px lightgray !Important;
}
.vspcolumn:hover {
	transform: scale(1.02) !Important;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5) !Important;
	background-color: rgba(255,255,255,0.9) !Important;
	/* background-color: orange !Important; */
	
}

.vsprow-view  {
	color: white !Important;
}


.vsprow  {
	color: white !Important;
	background-color: #4C8235 !Important;
        
}


.vsprow > div > span > a {
	color: white  !Important;
   	font-size: 18px !Important;

}


.block-title {
  	background-color: #4C8235 !Important;
  	color: white !Important;
	font-size: 24px !Important;
	padding: 5px 10px 5px 10px !Important;
	
}

.newsfield {
    background-color: white !important;
    color:#4C8235 !Important;
    padding-left: 2px Important;
    margin-left: 2px Important;

}

.vsprow > div > div > p > a:visited,
.vsprow > div > div > p > a:link,
.vsprow > div > span > a,
.vsprow > div > span > a:link,
.vsprow > div > span > a:visited {
    color: orange !Important;
    text-decoration-color: orange !Important;
    border-bottom: 1px dotted !Important;

}

.vsprow > div > span > a,
.vsprow > div > div > p  
 {
  padding-left: 5px;
  padding-right: 5px;

}
/*
.vsprow > div > div > p > a:visited,
.vsprow > div > div > p > a:link {
    color: orange !Important;
    text-decoration-color: orange !Important;
    border-bottom: 1px dotted !Important;
}
*/

#superfish-mainmenu {
	padding-left: 20% !Important;
}

.grid-container {
	display: grid;
	border: 1px solid red;
    grid-template-columns:	repaet(auto-fit, 1fr);
	gap: 15px;
	justify-content: center;


}


.toActivityButton{
    display:block !Important;
    max-width:100% !Important;
    width: 210px !Important;
    margin:35px auto 0px auto !Important;
    padding:7px !Important;
    border:1px solid #4C8235 !Important;
    text-align:center !Important;
    border-radius:3px !Important;
    color: #4C8235 !important;
    text-decoration: none !important;
    font-size:16px;
}
.toActivityButton:hover{
    color: #FFF !important;
    background-color:#4C8235 !Important;
}   


div.field--name-field-mainimage div.field__label {
  display: none !important;
}

.block-menu-block ul {
    border-right: 1px solid #DDD;
    border-left: 1px solid #DDD;
    height: 100%;
}

.block-menu-block li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.block-menu-block li a {
    display: block;
    font-size: 15px;
    text-decoration: none;
    list-style: none;
    text-align: left;
    padding: 12px;
    height: auto;
    color: #555;
    border-left: none;
    border-right: none;
    background: #FFF;
    border-bottom: 1px solid #DDD;
}

.block-menu-block li:hover a {
    background-color: #888;
    color: #FFF;
}

.block-menu-block li a.active {
    background-color: #4C8235 !Important;
    color: #555 !Important;
	
	display: block !Important;
    font-size: 15px !Important;
    text-decoration: none !Important;
    list-style: none !Important;
    text-align: left !Important;
    padding: 12px !Important;
    height: auto !Important;
    border-left: none !Important; 
    border-right: none !Important;
    background: #FFF !Important;
    border-bottom: 1px solid #DDD !Important;
}
.pi #middlecontainer li a.is-active {
  background-position: right -102px; /* LTR */
  padding: 0 20px 0 0; /* LTR */
}

.pi .menu--account li a {
    background: none !important;
}

.pi .menu--account li a {
  background: none !Important; /* LTR */
}


/**************/
/* TYPOGRAPHY */
/**************/
/*
html {
  line-height: 1.25;
}
p:first-of-type:first-letter {
  font-size: 200%;
}*/


/************************/
/* CHANGE LOGO POSITION */
/************************/
/*
.logoimg {
  padding: .5em 1em;
}*/


/**********************/
/* ROUND USER PICTURE */
/**********************/
/*
.field--name-user-picture img {
  border-radius: 100% !important;
}*/


/**********************************/
/* CHANGES MENU TOGGLE BARS COLOR */
/**********************************/
/*
.menu-toggle { background: #ffd; }
.menu-toggle .bars { background: #900; }
*/


/*************************/
/* DROP DOWN ADJUSTMENTS */
/*************************/

/* no dropdown shadows */
/*
.pure-menu-children {
  box-shadow: none;
}*/

/* big arrows */
/*
.pure-menu-horizontal .pure-menu-has-children > .pure-menu-link:after {
  content: "\25BC";
}
.pure-menu-has-children .pure-menu-has-children > .pure-menu-link:after {
  content: "\25B6";
}*/


/**************************/
/* INDIVIDUAL MENU COLORS */
/**************************/
/* Uncomment the following lines to have different colors for menu items. */

/* First & last level-1 menu items */
/*
.first .primary-nav__menu-link--level-1 {
  background: #631F3A;
}
.last .primary-nav__menu-link--level-1 {
  background: #777;
}*/

/* Middle menu items */
/*
.pure-menu-link {
  background: #YYY;
}*/

/* Children color */
/*
.pure-menu-children .pure-menu-link {
  color: #YYY !important;
  background: YYY;
}*/


/******************************/
/* HIDE some TITLES, READMORE */
/******************************/
/* Uncomment the first declaration below to hide all titles on the front page
   Addapt the second declaration to hide a node type titles on the frontpage.
   Third one is for no "Read more" on the front page. */
/*
.front #main h2 .field--name-title { display: none; }
.front #main .node--type-article h2 .field--name-title { display: none; }
.front .node-readmore { display: none; }
*/



.image-gallerie {
	float: left; /* LTR */
  margin: 0 1em 1em 0; /* LTR */
  border: 10px #e8e8e8 solid;
  outline: 1px #CCC solid;
}


/**********************************/
/* IMAGE POSITION for ALL CONTENT */
/**********************************/
.field-item .pure-img,
.colorbox .pure-img {
  float: left; /* LTR */
  margin: 0 1em 1em 0; /* LTR */
  border: 10px #e8e8e8 solid;
  outline: 1px #CCC solid;
}
[dir="rtl"] .field-item .pure-img,
[dir="rtl"] .colorbox .pure-img {
  float: right;
  margin: 0 0 1em 1em;
}


/***********************************/
/* IMAGE POSITION per CONTENT TYPE */
/***********************************/
/*
.node-book .field-item .pure-img,
.node-book .colorbox .pure-img {
  float: right;
  margin: .6em 0 .6em .6em;
}
.node-blog_post .field-item .pure-img,
.node-blog_post .colorbox .pure-img {
  float: right;
  margin: .6em 0 .6em .6em;
}
*/


/*************************/
/* CENTERED BLOCK IMAGES */
/*************************/
/*
.block img:not(.region-content img, .region-header img) {
  margin: 0 auto;
}*/


/*************/
/* SLIDESHOW */
/*************/
/* Centered text */
/*
.txww {
  text-align: center;
}*/
/* min height on mobiles */
#slider img {
  min-height: 10em;
}
/* Images animation */
/*
#slider img {
  animation-name: zoom;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}
@keyframes zoom {
  0% {transform: scale(1)}
  50% {transform: scale(1.15)}
  100% {transform: scale(1)}
}*/


/********************************/
/* BORDER FOR NON-THEMED BLOCKS */
/********************************/
#sidebar-left .block,
#sidebar-right .block {
  /*border: 1px solid #ddd;*/
}


/*******************************/
/* UPDATE ICONS FOR NEW BLOCKS */
/*******************************/
/* where ID is the block id */
/*
#ID .block-icon {
  background: transparent url(../images/icons/blocks/icon_35_48.png) no-repeat;
}*/


/****************************************/
/* USER BLOCKS EQUAL VERTICAL ALIGNMENT */
/****************************************/
/*
@media screen and (min-width: 48em) {
  #section1 .block {
    min-height: 250px;
  }
}*/


/****************/
/* LINKS COLOR  */
/****************/
/*
.region-content .field--name-fid a,
.region-content .field--name-body a,
.region-content .item-description a {
  color: #c09;
}*/


.fc .fc-toolbar-title {
    font-size: 1.20em !important;
}

.fc .fc-button {
    font-size: 0.9em !important;
}

.fc .fc-button-primary {
    background-color:  #4C8235 !Important;
    border-color:  #4C8235 !Important;
    color: #fff;
}
/***************************/
/* INLINE LINKS & ADDTOANY */
/***************************/
/*
.addtoany_list, .node__links {
  display: inline-block;
}*/


/***********************/
/* CHANGE HEADER IMAGE */
/***********************/
/* Deactivate the image rotator in theme's settings, put your new image in
   the _custom folder and uncomment the lines below */
/*
.himg #headimg, #headimg {
  background: #fff url(YOUR_IMAGE.png) no-repeat 100% 100%;
}*/


/************************/
/* OTHER SOCIAL NETWORK */
/************************/
/*
#soclinks .myother {
  background: transparent url(../images/icons/blocks/icon_35_32.png) no-repeat center center;
}*/


/*****************************************************/
/* Bad alignment of Author and Date line in Drupal 8 */
/*****************************************************/
/*
.node__submitted, p.comment__submitted {
  display: flex;
}
.node__submitted .field, p.comment__submitted .field, p.comment__submitted a {
  margin: 0 .3em;
}*/


/************************************************/
/* Alternate node backgrounds on homepage/views */
/************************************************/
/*
.region-content .node--view-mode-teaser {
  padding: .5em;
}
.region-content li:nth-child(2n+2) .node--view-mode-teaser,
.region-content .views-row:nth-child(2n+1) .node--view-mode-teaser {
  background: #eee;
  padding: .5em;
}*/


/************************/
/* EU COOKIE COMPLIANCE */
/************************/
/* diffrent style of popup*/
/*
div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
	background: linear-gradient(to right, transparent, 10%, #000, 90%, transparent);
}
.popup-content {
  max-width: 45em;
  padding: 0 .5em;
  text-align: center;
}
*/
/* agree button */
.agree-button.eu-cookie-compliance-secondary-button {
  cursor: pointer;
  margin: 1em 0 0 1em;
  vertical-align: middle;
  overflow: visible;
  width: auto;
  -moz-box-shadow: inset 0 1px 0 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  color: #000;
  font-family: Arial, sans-serif;
  font-weight: bold;
  padding: 4px 8px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #ffffff;
}


/*** MEDIA SCREENS (35.5, 48 & 64em) ***/

@media screen and (max-width: 64em) {

/* HEADER IMAGE */
/* You can change images rotator with a static image like "mobi-dot.png" or
  "mobi-sq.png", use your own, or simply none. */
  .himg #headimg,
  #headimg {
    /*background: #fff url(../images/mobi-dot.png) repeat;*/
    background: none;
  }

  /* Increase contrast for header when Header image rotator is enabled */
  /*
  .himg #header {
    background: rgba(255, 255, 255, 0.5);
  }*/

  /* Increase contrast for site title */
  /*
  .himg .block-system-branding-block {
    background: rgba(255, 255, 255, 0.5);
  }*/
}


/*************************************/
/* Sidebars' blocks adaptive display */
/*************************************/
@media screen and (max-width: 64em) {
  #sidebar-left .block-wrapper,
  #sidebar-right .block-wrapper {
    width: 48%;
    padding: 0 1.5% 0 0;
    display: inline-block;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 48em) {
  #sidebar-left .block-wrapper,
  #sidebar-right .block-wrapper {
    width: 100%;
    padding: 0;
    display: block;
  }
}

/*
 *  gallery-row für Galerie in View
 */
 .gallery-row {
	margin-bottom: 100px !important;
 
 }
 
 div.field__items {
      position: relative;
      width: 80%;
      overflow-x: auto;
	  display: flex !important;
	  gap: 20px;
      transition: transform 0.4s ease;
 }
 

div.field__items  div.field__item { 
    flex: 0 0 calc(25% - 15px); /* 5 Bilder sichtbar */
    cursor: pointer;
}
 

div.text-formatted {
 width:60% !Important;
}

div.field__item img.image-style-gallerie {
	margin-right: 5px !important;
}

/* 
 * galerie view
*/
div.field__items div.field__item p img, 
div.field__items div.field__item img {  
    border-radius: 6px;
    width: 100%;
}


div.field__items div.field__item p img:hover,
div.field__items div.field__item  img:hover {
    opacity: 0.7;
}
