/* ************************************* */
/*                                       */
/* Layout                                */
/*                                       */
/* ************************************* */

/* ************************************* */
/*                                       */
/* Global                                */
/*                                       */
/* ************************************* */

.hidden,
.is-hidden {
  display:none !important;
}

.nowrap {
  white-space: nowrap;
}

.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.responsive {
  width:100%;
  height:auto;
}

.box {
  position: relative;
}

/* ************************************* */
/*                                       */
/* Header and Logo                       */
/*                                       */
/* ************************************* */

.site-header {
	width:100%;
	margin:0 auto;
	padding:0 2rem 1rem 1rem;
	position:fixed;
	z-index:999;
	background-color:#FFF;
}

.site-branding {
	display:inline-block;
	float:left;
	padding:1rem 0 0 0;
}

.logo {
  background-color: #000;
	width:12rem;
	height:3rem;
  -webkit-mask: url(../img/p-unlimited-logo-schwarz.svg) no-repeat 100% 100%;
          mask: url(../img/p-unlimited-logo-schwarz.svg) no-repeat 100% 100%;
}

/* > 37.5em > 37.5em > 37.5em > 37.5em > 37.5em > 37.5em */
@media screen and (min-width: 37.5em) {

  .header_img .site-header {
	  background-color: rgba(255,255,255,0);
	  transition:all 0.4s;
  }

  .header_img.scrolled .site-header {
	  background-color: rgba(255,255,255,1);
	  transition:all 0.4s;
  }

  .header_img .site-header a {
	  color: rgba(255,255,255,1);
	  transition:all 0.4s;
  }

  .header_img.scrolled .site-header a {
	  color: rgba(0,0,0,1);
	  transition:all 0.4s;
  }

  .header_img .logo {
	  background-color: rgba(255,255,255,1);
	  transition:all 0.4s;
  }

  .header_img.scrolled .logo {
	  background-color: rgba(0,0,0,1);
	  transition:all 0.4s;
  }

}

/* < 900px < 900px < 900px < 900px < 900px < 900px */
@media screen and (max-width: 900px) {
	
	.logo {
		width:10rem;
	}
	
	.site-header {
		padding: 0 0.5rem 1rem 1rem;
	}

}


/* ************************************* */
/*                                       */
/* Content                               */
/*                                       */
/* ************************************* */


.site-content {
	width:100%;
	margin:0 auto;
}

.hentry {
	margin: 0 0 1.5em;
}

/* ************************************* */
/*                                       */
/* Blog                                  */
/*                                       */
/* ************************************* */

.type-post.hentry {
	margin: 0 0 10.5em;
}


/* ************************************* */
/*                                       */
/* Sections                              */
/*                                       */
/* ************************************* */

.section {
	max-width:960px;
	margin:6rem auto 0 auto;
}

section.blog-list {
	margin:4rem auto 6rem auto;
}

section.blog,
section.header_banner_page {
	margin:2rem auto 6rem auto;
}

section.blog:last-of-type,
section.header_banner_page:last-of-type .workshop_teaser_block {
	margin-bottom: 0.6rem;
}

section.header_banner_page:last-of-type {
	margin:2rem auto 0 auto;
}

.section.section--list,
.entry-content .section.section--list.fullwidth {
	max-width:1360px;
	/* max-width:100%; */
}

.entry-content .text .item__date,
.item__teacher {
	font-size: 1.0625rem;
}

/* Werkstatt */
.page-id-4177 .section.section--list,
.page-id-4862 .section.section--list {
	max-width:100%;
}

.header_banner_page.section.section--list {
	max-width:100%;
}

.section.section--list .anchor_list,
.section.section--list .center-content-block {
	max-width:960px;
	margin:3rem auto 0 auto;
}

.section.section--list .intro_text,
.center-content-block > .text {
	font-size: 1.75rem;
    padding: 1rem 0 1rem 0;
    margin: 0 auto;
    width: 100%;
    font-family: 'gtPressuraLight';
    letter-spacing: 0.02rem;
    line-height: 1.3;
}

.section.related_posts.section--list {
	max-width:100%;
}

.section.related_posts.section--list > .container {
	max-width:1360px;
	margin: 0 auto;
	padding: 0 1.8rem 0 1.8rem;
}

@media screen and (max-width: 880px) {

	.section.related_posts.section--list > .container {
        padding: 0;
    }
}

.section.section--inverted {
  background-color:#2f394a;
  color:white;
  margin-top: 0;
  padding:6rem 0 6.5rem 0;
	max-width:100%;
	text-align: center;
}

.blog .content-area,
.archive .content-area {
	max-width:960px;
	margin:9rem auto 0 auto;
}

.single-post .content-area article {
	max-width:960px;
	margin:6rem auto 0 auto;
}

.single-post .related_posts {
	background-color: #313A49;
	padding: 0 2rem 0 2rem;
	margin: 4rem 0 0 0;
}

@media screen and (max-width: 880px) {

	.single-post .related_posts {
        padding: 0 1rem 0 1rem;
        margin: 4rem 0 0 0;
    }
}

.single-post .related_posts,
.single-post .related_posts a, 
.single-post .related_posts a:visited {
	color: #FFFFFF;
}

.single-post .related_posts .add_content {
	max-width:960px;
	margin:0 auto 0 auto;
}


@media screen and (max-width: 600px) {

	.blog .content-area,
	.archive .content-area {
		margin:3rem auto 0 auto;
	}
	
	.single-post .content-area {
		margin:0 auto 0 auto;
	}
}

.single-post .content-area.has_header_img article {
	max-width:960px;
	margin:0 auto 0 auto;
}

/* archive v2 */

.archive .content-area.full-width {
	max-width:100%;
	margin:2rem auto 0 auto;
}


/* single-post v2 */

.single-post section {
	display: flex;
}

@media screen and (max-width: 880px) {

	.single-post section {
        display: block;
    }
}

.single-post section .content_column {
	flex: 1 1 70%;
}

.single-post .has_sidebar .content_column .img_gallery {
    padding-right: 2rem;
}

.single-post section .sidebar_column {
	flex: 0 0 12rem;
	margin: 0 0 0 2rem;
	padding: 2rem 0 0 0;
}

@media screen and (max-width: 880px) {

	.single-post .has_sidebar .content_column .img_gallery {
        padding-right: 1rem;
    }
    
    .single-post section .sidebar_column {
        margin: 3rem 0 0 1rem;
    }
}

.single-post section .sidebar_column .detail {
	margin: 0 0 2rem 0;
}

.single-post section .sidebar_column .text {
	font-size: 1.15rem;
}

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

.entry-content .section,
.page-content.section,
.section.img_gallery {
	max-width:960px;
  	margin:3rem auto 0 auto;
}

.color_container.bg_light .section.section--list.fullwidth {
	margin:0 auto 0 auto;
}

.entry-content .section.koop {
	margin-top:10rem;
}

.entry-content .section.koop:nth-of-type(3n) {
	margin-top:0rem;
}

.entry-content .section.workshop,
.section--list .section.workshop {
	max-width:100%;
	margin:4rem auto 0 auto;
}

.entry-content .section.image-block {
	max-width:100%;
	margin:4rem auto 0 auto;
}

.text {
      word-wrap: break-word;
  overflow-wrap: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

.entry-content .text {
	font-family:'gtPressuraLight';
	font-size:2.625rem;
	letter-spacing:0.02rem;
}

/* < 880px < 880px < 880px < 880px < 880px < 880px */
@media screen and (max-width: 880px) {

	.entry-content .text {
		font-size: 1.8rem;
		line-height: 1.4;
		letter-spacing: 0.01rem;
	}
    
    .entry-content .text h3 {
		line-height: 1.2;
	}
	
}

.blog .entry-content .text,
.archive .entry-content .text,
.single-post .entry-content .text,
.single-workshop .section--workshop {
	font-family:'gtPressuraLight';
	font-size:1.375rem;
	line-height:1.4;
}

.single-post .entry-content.has_sidebar .text {
    padding-right: 2rem;
}

@media screen and (max-width: 880px) {

	.single-post .entry-content.has_sidebar .text {
        padding-right: 1rem;
    }
}

.blurb-text {
	font-family:'gtPressuraLight';
	font-size:1.75rem;
	line-height:1.25;
	width:65%;
	margin:2rem auto 4rem auto;
}

.meta-date {
	width:65%;
	margin: 1.3rem 0 0 calc(3.5rem + 11.75%);
    letter-spacing: 0.03em;
}	

.single-post .entry-content.has_sidebar .meta-date {
	margin: 1.3rem 0 0 calc(1.1rem + 11.75%);
}

@media screen and (max-width: 900px) {
    
    .single-post .entry-content.has_sidebar .meta-date {
	    margin: 1.3rem 0 0 7.5%;
    }
    
    .single-post .entry-content .text {
        padding-right: 1rem;
    }

	.single-post .content_column .img_gallery {
        padding-right: 1rem;
    }
    
    .blurb-text,
    .meta-date {
        padding-left: 1rem;
    }
    
    .meta-date {
        margin: 1.3rem auto 0;
    }
    
}

.taxonomy > div {
	display:inline-block;
	margin:0 2rem 0 0;
	vertical-align: middle;
}

.taxonomy label {
	text-transform:uppercase;
	margin: 0 0.4rem 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.teacher .image.portrait img {
    border-radius: 50%;
    width: 54%;
    max-width: 110px;
    margin-top: 0.25rem;
}

.teacher li:not(:first-of-type) .image.portrait img {
    margin-top: 1rem;
}



/* ************************************* */
/*                                       */
/* Contact                               */
/*                                       */
/* ************************************* */

.contact-info {
	padding:0 0 0 3rem;
}

/* < 900px < 900px < 900px < 900px < 900px < 900px */
@media screen and (max-width: 900px) {
	
  .contact-info {
	  padding:0 0 0 1rem;
  }

}

.contact-info .box {
	display:inline-block;
	vertical-align:top;
	alignment-baseline:hanging;
	white-space:nowrap;
	margin:0 4rem 2rem 0;
}

/* ************************************* */
/*                                       */
/* Images                                */
/*                                       */
/* ************************************* */

.header_image .text .light, 
.image-block .text .light {
	color:#FFF;
}

/* ************************************* */
/* Headerimage                           */
/* ************************************* */

.no_header_image {
	height:6rem;
}

/*.page-id-138 .no_header_image {
	height:3rem;
}*/

.bg_img {
	background-position: center center;
	background-size: cover;
	min-height:400px;
}

.header_image .text {
	max-width:960px;
	margin:0 auto 0 auto;
	padding:12rem 0 12rem 0;
	font-family:'gtPressuraLight';
	font-size:2.625rem;
	line-height:1.2;
	letter-spacing:0.02rem;
}

/* < 880px < 880px < 880px < 880px < 880px < 880px */
@media screen and (max-width: 880px) {

	.header_image .text {
		font-size: 1.8rem;
		line-height: 1.3;
		letter-spacing: 0.01rem;
	}
	
}

.header_image .bg_img_mobil,
.header_image .image_mobil {
	display:none;
}

/* < 520px < 520px < 520px < 520px < 520px < 520px */
@media screen and (max-width: 520px) {
	
  .header_image.mobil_img .bg_img {
	  display:none;
  }

  .header_image.mobil_img .image_mobil {
	  display:block;
  }

  .header_image.mobil_img .image {
	  display:none;
  }

  .header_image.mobil_img .bg_img_mobil {
	  display:block;
	  background-position: center center;
	  background-size: cover;
	  min-height:400px;
  }

}

/* ************************************* */
/* Bilderstreifen                        */
/* ************************************* */

.image-block .text {
	max-width:960px;
	margin:0 auto 4rem auto;
	padding:4rem 0 4rem 0;
	font-family:'gtPressuraLight';
	font-size:2.4rem;
	line-height:1.4;
	letter-spacing:0.02rem;
}

.image-block .small-block {
	padding:5.5rem 0 5.5rem 0;
}

/* ************************************* */
/* Video                                 */
/* ************************************* */

.block--video {

}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
## Text-Block
--------------------------------------------------------------*/

.small-block {
	padding:1rem 0 2rem 0;
	margin:0 auto 0 auto;
	width:80%;
	font-size:1.75rem;
}


/* < 900px < 900px < 900px < 900px < 900px < 900px */
@media screen and (max-width: 900px) {

	.small-block,
	.blurb-text,
	.meta-date {
		width:85%;
	}

}

/*--------------------------------------------------------------
## Teaser-Blocks
--------------------------------------------------------------*/


.entry-content .section.two_link_block {
	max-width: 100%;
	margin: 2rem auto 0 auto;
	background-color: #2f394a;
	color: #FFF;
	padding: 3rem 0;
}

.two_link_block .wrapper {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
    width: 100%;
}

.two_link_block .wrapper .column {
	flex: 0 0 calc(50% - 1px);
	font-size: 1.4rem;
    padding: 0 2rem;
	display: flex;
	flex-direction: column;
}

.two_link_block .wrapper .column:first-of-type {
	flex: 0 0 calc(50% - 1px);
    border-right: 2px solid #FFF;
}

@media screen and (max-width: 668px) {
    
    .entry-content .section.two_link_block {
        margin: 2rem auto 0;
        padding: 0;
    }
    
    .two_link_block .wrapper {
        display: block;
    }

	.two_link_block .wrapper .column {
        flex: 0 0 100%;
        padding: 2rem 0 0 0;
    }

    .two_link_block .wrapper .column:first-of-type {
        flex: 0 0 100%;
        border-right: none;
        border-bottom: 2px solid #FFF;
        padding: 0 0 1.5rem 0;
    }

}

.two_link_block .wrapper .column .text {
	text-align: center;
	flex-grow: 1;
}

.two_link_block .wrapper .column .arrow {
	text-align: center;
	margin: 1.2rem 0 0 0;
}

.two_link_block .wrapper .column a .text {
    color: #FFF;
    transition: all 0.2s ease;
}

.two_link_block .wrapper .column a:hover .text {
    color: #eac743;
    transition: all 0.2s ease;
}

.two_link_block .wrapper .column a .arrow svg path {
    transition: all 0.2s ease;
}	

.two_link_block .wrapper .column a:hover .arrow svg path {
    fill: #eac743;
    transition: all 0.2s ease;
}

@media screen and (max-width: 880px) {
    
    .entry-content .section.two_link_block {
	    margin: 2rem auto 0 auto;
        padding: 2rem 0;
    }
    
    .entry-content .section.two_link_block .text  {
	    line-height: 1.2;
    }

	.two_link_block .wrapper .column .arrow {
        display: flex;
    	margin: 0 auto 0.75rem;
        width: 2rem;
        height: 2rem;
    }
	
}

.section.workshop,
section.text_bar_3columns {
	background-color:#2f394a;
	color:#FFF;
	padding:3rem 0 2rem 0;
}

@media screen and (max-width: 1080px) {
    
    section.text_bar_3columns {
	    padding:4rem 1rem 3rem 2rem;
    }
}

/* text_bar_3columns */

.text_bar_3columns h3 {
	margin: 0 0 2rem 0;
}

.text_bar_3columns .columns {
	display: flex;
	justify-content: space-between;
}

.text_bar_3columns .columns .column {
	flex: 0 0 30%;
}

@media screen and (max-width: 680px) {
    
    .text_bar_3columns .columns {
        display: block;
    }
}

/* -- */

.wrapper {
	max-width:960px;
	margin:0 auto 0 auto;
}

section .wrapper {
	padding: 0;
}

.teaser-block {
	display:flex;
	flex-wrap: wrap;
	padding:0 0 1rem 0;
}

.add_content .teaser-block {
	padding:0 0 2rem 0;
}

.teaser-block .teaser {
	flex-basis: 30%;
	margin:0 5% 5rem 0;
}

.teaser-block .teaser:nth-of-type(3n) {
	margin:0;
}

.workshop .teaser .image {
	background-size:contain;
	height:5rem;
	width:50%;
	margin:0 auto 2rem auto;
	background-repeat:no-repeat;
	background-position:center center;
}

.four-columns .teaser-block .teaser,
.four-columns .teaser-block .teaser:nth-of-type(3n) {
	flex-basis: 21.25%;
	margin:0 5% 0 0;
}

 .four-columns .teaser-block .teaser:nth-of-type(4n) {
	margin:0;
}

.koop .teaser .image {
	background-size:contain;
	height: 5rem;
	width: 45%;
	margin:0 auto 2rem auto;
	background-repeat:no-repeat;
	background-position:center center;
}

.koop .teaser .teaser-text strong {
	font-family:'gtPressuraLight';
	font-size:1.75rem;
	line-height:1.2;
	font-weight:normal;
	text-align:left;
}

.team .teaser .image {
	margin:0 0 2rem 0;
}

.team .teaser-text a {
  text-decoration: underline;
}

.two-columns .teaser-block .teaser {
	flex-basis: 40%;
	margin:0 5% 3rem 5%;
}

/* < 1080px < 1080px < 1080px < 1080px < 1080px < 1080px */
@media screen and (max-width: 1080px) {
    
    section .wrapper {
        padding: 0 1rem;
    }

	.header_image .text {
		padding: 12rem 1rem 12rem 1rem;
	}
	
	article.page .text-block,
	article.post .headline,
	article.post .text-block {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
    article.page .center-content-block .text-block {
		padding-left: 0;
		padding-right: 0;
    }

	.teaser-block {
		padding: 0 1rem 4rem 1rem;
	}
  
    .anchor_list,
	.center-content-block {
		padding: 0 1rem;
	}
    	
	.workshop .teaser-block {
		padding:0 1rem 4rem 2rem;
	}
	
	.download .teaser-block {
		padding:0 0 4rem 0;
	}
	
}

@media screen and (max-width: 920px) {
	
	.download .teaser-block {
		display: block;
	}
	
}

@media screen and (max-width: 880px) {

	.four-columns .teaser-block .teaser, 
	.four-columns .teaser-block .teaser:nth-of-type(3n),
	.four-columns .teaser-block .teaser:nth-of-type(4n) {
		flex-basis: 40%;
		margin:0 5% 2rem 5%;
	}
	
	.header_image .text {
		padding: 8rem 1rem 8rem 1rem;
	}
	
	.download .teaser-block {
		display: block;
	}
	
}

@media screen and (max-width: 640px) {

	.teaser-block .teaser,
	.two-columns .teaser-block .teaser,
	.teaser-block .teaser:nth-of-type(3n) {
		flex-basis: 45%;
		margin:0 2.5% 2rem 2.5%;
	}
	
	.teaser-dl {
		margin-bottom:2rem;
	}
	
	.koop .teaser .image.no-image {
		background-size:contain;
		height:0;
		width:60%;
		margin:0 auto 0 auto;
	}
}

@media screen and (max-width: 520px) {
	
	.teaser-block .teaser,
	.teaser-block .teaser:nth-of-type(3n),
	.two-columns .teaser-block .teaser,
	.four-columns .teaser-block .teaser, 
	.four-columns .teaser-block .teaser:nth-of-type(3n),
	.four-columns .teaser-block .teaser:nth-of-type(4n) {
		flex-basis: 90%;
		margin:0 5% 1rem 5%;
	}

	.teaser-block {
		padding: 0 1rem 2rem 1rem;
	}
}


/* ************************************* */
/*                                       */
/* Footer                                */
/*                                       */
/* ************************************* */

.site-footer {
	width:100%;
	padding:1rem 3rem 1rem 3rem;
}

.site-footer .site-info {
	display:flex;
    letter-spacing: 0.03em;
}

.site-footer .left-column {
	text-align:left;
	flex-basis: 50%;
	font-size: 15px;
}

.site-footer .right-column {
	text-align:right;
	flex-basis: 50%;
	font-size: 15px;
}

.site-footer .left-column .box {
	display: inline-block;
	margin:0 2rem 0 0;
}

.site-footer .right-column .box {
	display: inline-block;
	margin:0 0 0 2rem;
}

/* < 900px < 900px < 900px < 900px < 900px < 900px */
@media screen and (max-width: 900px) {

	.site-footer {
		padding: 1rem 1rem 1rem 1rem;
	}

}

/* ************************************* */
/* Fixed Footer                          */
/* ************************************* */

#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media screen and (max-width: 600px) {
	.site-content {
		margin-top: 4rem;
	}
	
	.single-post .content-area.has_header_img {
	  margin: 0 auto 0 auto;
	}

}

.site-content {
  flex: 1 0 auto;
}

.site-footer {
  flex-shrink: 0;
  border-bottom: 10px solid #303A49;
}

/* ************************************* */
/*                                       */
/* Generic Grid                          */
/*                                       */
/* ************************************* */

.grid__region-header {
  grid-area: header;
}

.grid__region-content {
  grid-area: content;
}

/* .grid__region-content p {
    margin-bottom: 1rem;
} */

.grid__region-sidebar {
  grid-area: sidebar;
}

@media screen and (max-width: 900px) {

	.grid__region-sidebar {
        margin-top: 3rem;
    }
}

.grid__region-footer  {
  grid-area: footer;
}

.grid {
  display: grid;
}

.grid--list {
  grid-row-gap: 40px;
}

.grid--list.blog-list {
  grid-row-gap: 40px;
}

.grid--four-columns {
/*  grid-template-columns: 1fr 1fr 1fr 1fr;*/
  grid-column-gap: 60px;
  justify-items: center;
  align-items: stretch;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  padding: 0 30px 0 30px;
}

@media screen and (max-width: 600px) {
  
    .grid--four-columns {
        padding: 0 1rem 0 1rem;
    }
}

.workshop_teaser_block {
    margin-bottom: 2.5rem;
}

.grid--four-columns.current-workshops .item {
/*	max-width:25%; */
}

.grid--four-columns .item:only-child {
	/* max-width:25%; */
}

.grid--four-columns .item:only-child {
    justify-self: center;
    width: 320px;
    grid-column-start: span 4;
}

.grid--four-columns.half-size {
	width: 50%;
	margin: 0 auto;
}

.grid--four-columns.twothird-size {
	width: 66.66%;
	margin: 0 auto;
}

.grid--layout-with-sidebar {
  grid-column-gap: 90px;
  grid-column-gap: 74px;
  grid-template-columns: 1fr 1fr 1fr minmax(220px, 1fr);
  grid-template-rows: auto;
  grid-template-areas: 
    "header header header ."
    "content content content sidebar"
    "footer footer footer footer";
}

.grid__region-sidebar .teacher .slash:last-of-type {
	display: none;
}

.single-workshop .grid__region-sidebar p,
.single-workshop .grid__region-sidebar ul {
    font-size: 1.15rem;
}

/* < 1060px < 1060px < 1060px < 1060px < 1060px < 1060px */
@media screen and (max-width: 1060px) {
  
      .section--workshop {
        padding-left: 1rem;
        padding-right: 1rem; 
      }

      .grid--layout-with-sidebar {
        grid-column-gap: 30px;
      }

}

/* < 900px < 900px < 900px < 900px < 900px < 900px */
@media screen and (max-width: 900px) {

    .grid--list {
        grid-row-gap: 50px;
    }

    .grid--four-columns {
        grid-column-gap: 30px!important;
    }

    .grid--layout-with-sidebar {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
          "header"
          "content"
          "sidebar"
          "footer";
    }


    .grid--four-columns .item:only-child {
        max-width:50%;
    }

}

.item {
    margin-bottom: 34px;
}

@media screen and (max-width: 640px) {
	
    .grid--four-columns .item:only-child {
        max-width:100%;
    }
}

/* < 900px < 900px < 900px < 900px < 900px < 900px */
@media screen and (max-width: 900px) {
  
    .item {
        margin-bottom: 0;
    }
    
    .item:last-of-type {
        margin-bottom: 3rem;
    }

}

.item__teaserimage {
  display:block;
  margin-bottom: 30px;
}

.item__date,
label.meta_title,
.item__teacher {
    display: block;
    margin-bottom: 0.625rem;
    letter-spacing: 0.03em;
}

.item__teacher,
.workshop_teaser_block .item__date {
    font-family:'gtPressuraRegular';
}

.color_container.bg_dark .item__teacher,
.color_container.bg_dark .workshop_teaser_block .item__date {
    font-family:'gtPressuraLight';
}

.item__teacher .item__name::after {
    content: ",";
}

.item__teacher .item__name:last-of-type::after {
    content: "";
}

.box--submit {
  text-align:left;
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.button--large {
  font-size: 28px;
  display: inline-block;
  background: #303A49;
  color:white !important;
  padding: 8px 30px 12px 30px;
  border-radius: 0.1rem;
  font-family:'gtPressuraLight';
}

.button--large:hover, 
.button--large:focus, 
.button--large:active {
  color:#ebebeb;
}

/* blog v2 */
	
.grid--three-inline-columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.grid--three-inline-columns .entry {
	flex: 0 0 26.6%;
	margin: 0 5% 0 5%;
}

.grid--three-inline-columns .entry:first-of-type {
	margin: 0 5% 0 0;
}

.grid--three-inline-columns .entry:last-of-type {
	margin: 0 0 0 5%;
}

@media screen and (max-width: 640px) {

    .grid--three-inline-columns .entry {
        flex: 0 0 100%;
        margin: 0 0 0 0;
    }

    .grid--three-inline-columns .entry:first-of-type,
    .grid--three-inline-columns .entry:last-of-type {
        margin: 0;
    }
	
}

.blog nav.categories,
.header_banner_page nav.categories {
	margin: 0 auto;
	text-align: center;
	padding: 0 1rem;
}
.blog nav.categories li,
.header_banner_page nav.categories li {
	display: inline-block;
}

.blog nav.categories li a,
.header_banner_page nav.categories li a {
	padding: 0.5rem 1rem;
}

@media screen and (max-width: 1200px) {

    .blog nav.categories li a,
    .header_banner_page nav.categories li a {
        display: inline-block;
        padding: 0.5rem 1rem;
    }
}


/* --- anchor list --- */

.anchor_list .entry {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 3rem 0;
	position: relative;
}

.anchor_list .entry:last-of-type {
	margin: 0 0 6rem 0;
}

.anchor_list .entry .column {
	flex: 0 0 50%;
}

.anchor_list .anchor {
	position: absolute;
	top: -6rem;
}

.anchor_list h2.super_title {
	margin: 0 auto 3rem;
    padding: 3rem 0 1rem;
    text-align: center;
}

.anchor_list .entry .text,
.center-content-block .text {
	font-family: 'gtPressuraLight';
	font-size: 1.3rem;
	line-height: 1.3;
    letter-spacing: 0.02rem;
    margin-bottom: 1.5rem;
}

.anchor_list .entry .text p,
.center-content-block .text p {
    margin-bottom: 1rem;
}

.anchor_list .entry .text a {
    display: inline-block;
    color: #FFF;
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background-color: #2f394a;
    padding: 0.375rem 0.65rem 0.45rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    border-radius: 0.1rem;
}

.anchor_list .entry .text a:hover {
    color: #000;
    background-color: rgba(0,0,0,0.2);
}

.anchor_list .entry .text p a {
    display: inline;
    color: rgba(210,159,2,1.00);
    font-size: inherit;
    text-transform: none;
    letter-spacing: inherit;
    background-color: transparent;
    padding: 0;
    margin-top: 0;
}

.anchor_list .entry .text p a:hover {
    color: #000;
    background-color: rgba(0,0,0,0);
}

.anchor_list .entry .text a svg {
    fill: #FFF;
    height: 0.75rem!important;
    transition: all 0.2s ease;
}

.anchor_list .entry .text a:hover svg {
    fill: #000;
    transition: all 0.2s ease;
}

.anchor_list .entry .column h3,
.center-content-block h3 {
	display: inline-block;
	padding: 0.1rem 0.4rem 0.275rem;
    margin-bottom: 1.2rem;
	background-color: #eac743;
    line-height: 1.2;
    border-radius: 0.075rem;
}

.text-block.has_image {
	display: flex;
}

.text-block.has_image .column {
	flex: 0 0 50%;
}

.text-block.has_image .content_column {
	order: 1;
	padding: 0 1.5rem 0 0;
}

.text-block.has_image .image_column {
	order: 2;
	padding: 0 0 0 1.5rem;
}

@media screen and (max-width: 800px) {

    .text-block.has_image {
        display: block;
    }
    
    .text-block.has_image .content_column {
        padding: 0 0 0 0;
    }
    
    .text-block.has_image .image_column {
        padding: 0 0 0 0;
    }
    
}
.anchor_list .entry .column .text-block h3,
.center-content-block .text-block h3 {
	margin-top: 2.5rem;
}

.anchor_list .entry .column .text-block .headline h3,
.center-content-block .text-block .headline h3 {
	margin-top: 0;
}

.anchor_list .entry .image_column img {
	width: 100%;
	height: auto;
}

.anchor_list .entry.odd .content_column {
	order: 2;
	padding: 0 0 0 1.5rem;
}

.anchor_list .entry.odd .image_column {
	order: 1;
	padding: 0 1.5rem 0 0;
}

.button_container {
	text-align: center;
}

.anchor_list .entry.even .content_column {
	order: 1;
	padding: 0 1.5rem 0 0;
}

.anchor_list .entry .content_column p {
    margin-bottom: 1rem;
}

.anchor_list .entry.even .image_column {
	order: 2;
	padding: 0 0 0 1.5rem;
}

@media screen and (max-width: 800px) {
    
    .anchor_list .entry .column {
        flex: 0 0 100%;
    }

    .anchor_list .entry.odd .content_column {
        order: 2;
        padding: 0 0 0 0;
    }

    .anchor_list .entry.odd .image_column {
        order: 1;
        padding: 0 0 1.5rem 0;
    }

    .anchor_list .entry.even .content_column {
        order: 2;
        padding: 0 0 0 0;
    }

    .anchor_list .entry.even .image_column {
        order: 1;
        padding: 0 0 1.5rem 0;
    }
    
}



