/*hintergrundbild gras im footer auf ganze breite*/
/*
.region-footer-bottom {
    margin-left: -15px;
    margin-right: -15px;
}
*/

#block-grasblockfooter  {
    margin-left: -15px;
    margin-right: -15px;
}

/* Remove top and bottom region whitespace - we need some */

.main-content__section, .sidebar__section {
    padding: 50px 0 50px;
}

.footer.footer-to-top-enabled .footer__container {
    padding-top: 1px;
}

.to-top {
  /* top: -30px; */
  top: 90%;
}

.footer__section {
    padding: 10px 0;
} 

/*
.footer {
    -webkit-box-shadow: 0 3px 1px rgba(100, 100, 100, 0.1), 0 1px 0px rgba(100, 100, 100, 0.1);
    box-shadow: 0 3px 1px rgba(100, 100, 100, 0.1), 0 1px 0px rgba(100, 100, 100, 0.1);
}
*/


.breadcrumb {
    background-color: #ffffff;
}



.site-name {
    display: none;
}

.views-view-grid .views-col {
    /* float: left; */
    border: 1em solid #fff;
    padding: 0px 0.5em 0.5em 0.5em;
    margin: 0 0 0 -1em;
    background-color: lightgoldenrodyellow;
}

.views-field-field-mz-notiz {
    font-style: italic;
}

audio {
    width: 100%;
	margin-top: 20px;
}

/*
.form--inline .form-actions {
    clear: none;
    padding-top: 1.8em;
}
*/

#block-horminutenfilteruberschrift {
    padding-bottom: 0px;
}

/*
div#block-horminutenfilteruberschrift.clearfix.block.block-block-content.block-block-contentaab6dce5-59f8-4986-b99e-f6d9cfb9877d  {
    padding-bottom: 0px;
}
*/

.custom-image-style {
	margin: 30px 0;
}

/**
 * @file
 * Visual styles for Showcase+'s isotope filters.
 */
 
/*
.isotope-container {
  display: none;
}

.filters {
  display: none;
}
*/
.isotope-container ul {
  padding: 0;
}
.isotope-item {
  list-style: none;
  margin-top: 30px;
}
@media (max-width:767px) {
  .isotope-item {
    max-width: 100%;
  }
}

.form-item-keys label {
    display: none;
}


/* ---------------------------------------------------------------------------------------------------------------------------------------------------------

MEDIATHEK

--------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* FONTS */

@font-face {
    font-family: 'FrenteH1Regular';
    src: url('/sites/default/files/fonts/frenteh1_regular_macroman/FrenteH1-Regular-webfont.eot');
    src: url('/sites/default/files/fonts/frenteh1_regular_macroman/FrenteH1-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sites/default/files/fonts/frenteh1_regular_macroman/FrenteH1-Regular-webfont.woff') format('woff'),
         url('/sites/default/files/fonts/frenteh1_regular_macroman/FrenteH1-Regular-webfont.ttf') format('truetype'),
         url('/sites/default/files/fonts/frenteh1_regular_macroman/FrenteH1-Regular-webfont.svg#frente_h1regular') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face{
    font-family: 'SourceSansProRegular';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url('/sites/default/files/fonts/source-sans-3v028R/WOFF2/TTF/SourceSans3-Regular.ttf.woff2') format('woff2'),
         url('/sites/default/files/fonts/source-sans-3v028R/WOFF/OTF/SourceSans3-Regular.otf.woff') format('woff');
	}
    
    @font-face{
    font-family: 'SourceSansProSemiBold';
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    src: url('/sites/default/files/fonts/source-sans-3v028R/WOFF2/TTF/SourceSans3-Semibold.ttf.woff2') format('woff2'),
         url('/sites/default/files/fonts/source-sans-3v028R/WOFF/OTF/SourceSans3-Semibold.otf.woff') format('woff');
	}
    
     @font-face{
    font-family: 'SourceSansProBold';
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    src: url('/sites/default/files/fonts/source-sans-3v028R/WOFF2/TTF/SourceSans3-Bold.ttf.woff2') format('woff2'),
         url('/sites/default/files/fonts/source-sans-3v028R/WOFF/OTF/SourceSans3-Bold.otf.woff') format('woff');
	}



/* -------------------------------- 

TYPOGRAPHY STYLES

-------------------------------- */


body, body.pff-fyf, body.pff-06 {
font-family: 'SourceSansProRegular', Sans-serif;
font-size: 16px;
line-height: 1.5;
color: #2d2d2d;
-webkit-font-smoothing: antialiased;
text-rendering: optimizelegibility;
}


h1, .hff-06 h1 {
font-family: 'FrenteH1Regular';
font-size: 56px;
}


h2, .hff-06 h2  {
font-family: 'SourceSansProBold';
font-size: 30px;
text-transform: none;
font-weight: bold;
}


h3, .hff-06 h3 {
font-family: 'SourceSansProBold';
font-size: 28px;
font-weight: bold;
}

h4, .hff-06 h4 {
font-family: 'SourceSansProRegular';
font-size: 26px;
}


.small, small {
font-style: italic;
}



/* -------------------------------- 

LINKS

-------------------------------- */


a {
color: #e3000b;
font-family: 'SourceSansProBold';
text-decoration: none;
}


a:hover, a:focus, a:active {
color: #e3000b;
font-family: 'SourceSansProBold';
text-decoration: underline;
}




h1, h2, h3 {
   a{
     color:#2d2d2d;
	 text-decoration: none;
   }
 }      


 h1, h2, h3 {
   a:hover, a:focus, a:active{
     color:#e3000b !important;
	 text-decoration: none;
   }
 }     
 

 
 
 

/* -------------------------------- 

MENUS

-------------------------------- */


/* ------ MENU IN SIDEBAR ------ */


ul.menu li a {
font-family: 'SourceSansProBold';
padding: 10px 0 10px 20px;
line-height: 150%;
display: block;
text-decoration: none;
font-size: 16px;
text-transform: none;
color: #2d2d2d;
}


ul.menu li a:hover, ul.menu li a:focus, ul.menu li a:active  {
color: #e3000b;
text-decoration: none;
text-transform: none;
}



/* ------ MENU IN HEADER ------ */

.header-container ul.menu li a {
font-family: 'SourceSansProBold';
font-size: 18px;
padding: 5px 17px;
margin: 0 5px;
color: #2d2d2d;
letter-spacing: 2px;
font-weight: 400;
text-transform: none;
}

.header-container ul.menu li a:hover, .header-container ul.menu li a:focus, .header-container ul.menu li a:active  {
color: #e3000b;
text-decoration: none;
}




/* -------------------------------- 

TRENNLINIEN

-------------------------------- */

hr {
border-top: 1px solid #ebebeb;
margin-bottom: 40px;
margin-top: 40px;
}


/* -------------------------------- 

Uppercase rausnehmen

-------------------------------- */

h2.title, nav > h2, .block-search > h2 {
    text-transform: none;
}

/* -------------------------------- 

BUTTONS

-------------------------------- */

a.button:hover, a.button:focus, .button > a:hover, .button > a:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="button"]:hover, input[type="button"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none; 
}

a.button, .button > a, input[type="submit"], input[type="reset"], input[type="button"] {
    font-size: 16px;
}

a.button, .button > a, input[type="submit"], input[type="reset"], input[type="button"] > a {
    font-family: 'SourceSansProRegular';
}

a.button, .button > a, input[type="submit"], input[type="reset"], input[type="button"] {
    background-color: #2d2d2d;
}

/* -------------------------------- 

Themenkreis + Filter Pager

-------------------------------- */
.node--type-themenkreis hr {
    border-top: 0px solid #999;
    margin-bottom: 0px;
    margin-top: 0px;
}

.views-field-field-themenkreis-bild img {
    object-fit: cover;
    max-height: 125px;
    max-width: 100%;
    border-radius: 5px;
}
.pager__items{margin:30px 0;border-bottom:1px solid #e5e5e5;font-size:0;padding:0;}li.pager__item{padding:0;margin:0 0 -1px 0;display:inline-block;}li.pager__item > a{font-size:14px;padding:20px 15px;margin:0 3px;border-width:0 0 1px 0;border-style:solid;border-color:transparent;color:#2d2d2d;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;line-height:1;text-decoration:none;background-color:transparent;}li.pager__item a:hover,li.pager__item a:focus,li.pager__item.is-active a{background-color:transparent;}.region--black-background .pager__items,.region--colored-background .pager__items,.region--dark-background .pager__items{border-color:rgba(255,255,255,0.4);}.region--light-typography li.pager__item > a{color:#ffffff;background-color:transparent;}.region--light-typography li.pager__item a:hover,.region--light-typography li.pager__item a:focus,.region--light-typography li.pager__item.is-active a,.region--light-typography li.pager__item.is-active:last-child a{border-color:#ffffff;color:#ffffff;}.pager{margin:0;}
