/*** float date in the teaser ***/


.node--view-mode-teaser{

.group-main{display:flex;justify-content:space-between;gap:0px 10px;    flex-wrap: wrap;}


}

@media all and (max-width: 430px) {

.node--view-mode-teaser{
.group-main{display:block;}
}

}


/*** embeded in the content ***/

.node--view-mode-embed{

    margin: 3rem 0px;

.field--type-smartdate{
    color: #60788D !important;
}

 .field--name-field-hero-image{
-webkit-border-radius: 0.9375rem !important;
-moz-border-radius: 0.9375rem !important;
border-radius: 0.9375rem !important;
overflow:hidden;
}

.field--name-node-title a{
  text-decoration: none;    color: #001324;
}

.field--name-node-title a:focus,
.field--name-node-title a:hover{
  text-decoration: underline;   color: #001324;
}


}

/*** header image - headline ***/

.page > .group-hero .taxonomy-term--type-categories .field__item{
  background: rgb(255, 255, 255);
}


/*** associate content ***/

#block-b4subtheme-content + 
.block-views-blockmore-content-block-9{
    padding-top: 3rem ;
        margin-bottom: 3rem ;
            margin-top: 3rem ;
            border-top: 1px dashed #FF5F00;  
          
> h2{
margin-top:0px;
   max-width: 960px;
 width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;

    font-size: 1.75rem;
  margin-bottom: 1rem;
}

> div{
   max-width: 960px;
   width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


}

@media all and (min-width: 576px) {

#block-b4subtheme-content + 
.block-views-blockmore-content-block-9{
> h2,
> div{
    max-width: 540px;
}
}

}

@media all and (min-width: 768px) {

#block-b4subtheme-content + 
.block-views-blockmore-content-block-9{

> h2{
    font-size: 2rem;    margin-bottom: 1.5rem;
}

> h2,
> div{
    max-width: 720px;
}


}

}

@media all and (min-width: 992px) {

#block-b4subtheme-content + 
.block-views-blockmore-content-block-9{
> h2,
> div{
    max-width: 960px;
}
}

}


@media all and (min-width: 1240px) {

#block-b4subtheme-content + 
.block-views-blockmore-content-block-9{
> h2,
> div{
    max-width: 1200px;
}
}

}






