/* ************************************* */
/*                                       */
/* Theme                                 */
/*                                       */
/* ************************************* */

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

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	color: black;
	font-family: 'gtPressuraRegular', sans-serif;
	font-size: 1.0625rem;
	line-height: 1.2;
}

/* ************************************* */
/*                                       */
/* Links                                 */
/*                                       */
/* ************************************* */

a,
a:visited,
a:hover, 
a:focus, 
a:active {
	color: #000;
	text-decoration:none;
    transition: all 0.2s ease;
}

a:focus {
	outline: none;
}

a:hover, 
a:active {
	outline: 0;
    transition: all 0.2s ease;
}

.site-main p a,
.text_bar_3columns a {
	color: rgba(210,159,2,1.00);	
}

.site-main p a:hover  {
	color: #000;
}

.text_bar_3columns a:hover  {
	color: #FFF;
}

/* ************************************* */
/*                                       */
/* Headlines                             */
/*                                       */
/* ************************************* */

h1, h2, h3, h4, h5, h6 {
  clear: both;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
  font-weight:normal;
  line-height: inherit;
}

h1, h2, h3 {
	font-family:'gtPressuraLight';
}

h4, h5, h6 {
	font-family:'gtPressuraRegular';
}

h1,
h2 {
	font-size:2.625rem;
	margin:0 0 4rem 0;
    line-height: 1.2;
}

h1 label,
h2 label {
	font-size:1.75rem;
	margin:0 0 0.65rem 0;
}

.archive h1,
.archive h2 {
	font-size:1.5rem;
	margin:0 0 2rem 0;
	padding: 0 1rem;
}

.blog h2,
.archive h2,
.single-post h2 {
	margin:0 0 1rem 0;
}

/* blog v2 */

.blog h2.title {
	text-align: center;
	margin: 6rem 0 2rem 0;
}

.related_posts h2.title {
	text-align: center;
	margin: 4rem 0 2rem 0;
}

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

	.related_posts h2.title {
        margin: 0 0 3rem 0;
        padding-top: 4rem;
    }
}

.archive .full-width h1.page-title {
	text-align: center;
	padding: 0 1rem;
}

/* -- */

h2.section-title {
	text-align:center;
	margin-bottom: 5rem;
}

h2 .title_2 {
	display:block;
}

.section--workshop h2 {
    font-family: 'gtPressuraLight';
    font-size: 1.75rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
}

h3,
.h3 {
	font-size: 1.75rem;
	margin:0 0 1rem 0;
}

.two-columns h3 {
	text-align:center;
}

h3 + h4 {	
	margin-top: -0.55rem;
}

h4 {
	font-size:1.0625rem;
	margin:0 0 1.625rem 0;
}

.two-columns h4.teaser-sub-title {
	text-align:center;
}

.teaser.text_teaser {
	font-size: 1.75rem;
	font-weight: normal;
	font-family: 'gtPressuraLight';
}

.new_line {
	display:block;
}

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

	h2,
	.single-post h1,
	.blog h2.headline, 
	.archive h2.headline  {
		font-size: 2rem;
	}
	
}


/* ************************************* */
/*                                       */
/* Paragraphs                            */
/*                                       */
/* ************************************* */

p {
	margin: 0 0	1.625rem 0;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
  -webkit-hyphenate-limit-lines: 2;
          hyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-chars: auto 3;
          hyphenate-limit-chars: auto 3;
}

.team .teaser.text_teaser:first-child p {
	font-size:2.625rem;
  font-weight: normal;
	font-family:'gtPressuraLight';
}

/* ************************************* */
/*                                       */
/* Lists                                 */
/*                                       */
/* ************************************* */

.teaser-block ul,
.text_bar_3columns ul {
   list-style: none;
   margin-left: -30px;
   padding-left: 0;
}

.teaser-block li,
.text_bar_3columns li,
.single-workshop .grid__region-content li { 
   background-image: url(../img/icon-x-schwarz.svg);
   background-repeat: no-repeat;
   background-size: 10px 10px;
   padding-left: 30px;
   background-position: 6px 6px;
}

.single-workshop .grid__region-content li {
   background-size: 11px 11px;
   padding-left: 26px;
   background-position: 2px 12px;
}

.section.workshop .teaser-block li,
.text_bar_3columns li {
   background-image: url(../img/icon-x-weiss.svg);
}

.single-workshop ul {
   list-style: none;
}

.single-workshop .grid__region-content ul {
    margin-left: 0;
    padding-left: 0;
}

/* color_container */
.color_container.bg_dark {
	background-color: #2f394a;
	padding: 1rem 0 0 0;
	margin: 2rem 0 0 0;
}

.color_container.bg_dark,
.color_container.bg_dark a {
	color: #FFFFFF;
}

.color_container .no_entries {
	padding: 0 0 4rem 0;
}
	
/* workshop_teaser_block */

.workshop_teaser_block .no_entries {
	font-size: 1.3rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.workshop_teaser_block .more {
	text-align: center;
	padding: 0 0 4rem 0;
}

.workshop_teaser_block .more a {
	text-decoration: underline;
}


/* ************************************* */
/* Download                              */
/* ************************************* */

.teaser-dl {
	font-size: 1.375rem;
	text-align:center;
}

.teaser-dl .dl-text {
	display:inline-block;
	border-bottom:1px solid black;
	margin: -0.4rem 0 0 0;
}

.teaser-dl .dl-icon {	
  background-color: black;
	display:inline-block;
	width:1.5rem;
	height:1.5rem;
	margin:0 1rem -0.3rem 0;
    -webkit-mask: url(../img/p-unlimited-download.svg) no-repeat 100% 100%;
    mask: url(../img/p-unlimited-download.svg) no-repeat 100% 100%;
}

/* < 880px < 880px < 880px < 880px < 880px < 880px */
@media screen and (max-width: 880px) {
	
	.teaser-dl {
		font-size: 1.4rem;
	}

    .teaser-dl .dl-text {
        display:inline;
    }
	
}

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

  .teaser-dl .dl-icon {
    display:none;
  }

}


/* ************************************* */
/*                                       */
/* Inline                                */
/*                                       */
/* ************************************* */

big {
	font-size: 125%;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}


/* ******************************************************** */
/*                                                          */
/* Editor based text formatting for pages like imprint etc. */
/*                                                          */
/* ******************************************************** */

.p--small,
.txt-small,
.txt-small .entry-content .text{
  font-size:1rem;
}

.txt-small h1,
.txt-small .single-post h1{
  font-size:2rem;
  margin-bottom: 1rem;
}

.txt-small h2 {
  font-size:1.4rem;
  margin-bottom: 0.6rem;
}

.txt-small p {
  margin-bottom: 1rem;
}


/* Blog v2 */

.blog-list h3.label,
.blog nav.categories,
.header_banner_page nav.categories {
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: 0.1em;
	opacity: 1;
}

.blog-list h3.label {
	letter-spacing: 0.08em;
}

.blog nav.categories .current-cat a,
.header_banner_page nav.categories .current-cat a {
	font-family: 'gtPressuraLight';
    letter-spacing: 0.08em;
}

.blog nav.categories a,
.header_banner_page nav.categories a {
	opacity: 1;
    transition: all 0.2s ease;
}

.blog nav.categories a:hover,
.header_banner_page nav.categories a:hover {
	opacity: 0.6;
    transition: all 0.2s ease;
}

/* -- slick slider */

.blog_slider {
	margin: 0 auto;
}

.blog_slider:not(:first-of-type) {
	margin: 2rem auto;
}

.blog_slider .container {
	position: relative;
}

.site .slick-slide img {
  display: block;
  object-fit: cover;
  height: 100%;
	width: 100%;
}

.site .slick-track {
	height: 540px;
}

.blog_slider .container .image {
  filter: brightness(80%);
  height: 100%;
}

.blog_slider .container .text {
	position: absolute;
	bottom: 0;
	width: 100%;
    left: 0;
	max-width: 960px;
	margin: 0 auto;
	color: #fff;
	padding: 2rem;
	background-color: rgba(0,0,0,0.2);
}

.blog_slider .container .text.with_caption {
	padding: 2rem 2rem 4rem 2rem;
}

.blog_slider h3.label {
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  opacity: 1;
}

.blog_slider .blurb_text {
	font-size: 1.25rem;
	padding: 1.5rem 0 0 0;
}

.blog_slider .container .text .title {
	font-size: 2.25rem;
}

.read_more {
	text-align: center;
}

a.button,
.button .read_more,
button.button--large {
	display: inline-block;
	background-color: #2f394a;
	color: #fff;
	text-transform: uppercase;
    font-family: 'gtPressuraRegular', sans-serif;
	font-size: 1.25rem;
	letter-spacing: 0.05em;
    padding: 0.5em 0.9em 0.6em;
	margin: 0 auto 2rem auto;
    transition: all 0.2s ease;
    border-radius: 0.1rem;
}

a.button:hover,
.box--submit a.button:hover {
	background-color: rgba(0,0,0,0.2);
	color: #000!important;
    transition: all 0.2s ease;
}

.button .read_more:hover {
	background-color: rgba(0,0,0,0.2);
	color: #000;
	cursor: pointer;
    transition: all 0.2s ease;
}

.color_container.bg_dark a.button {
	background-color: #FFF;
	color: #000;
    margin-bottom: 4rem;
}

.color_container.bg_dark a.button:hover {
	background-color: #eac743;
}


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

	.blog_slider .container .text {
		bottom: 4rem;
		width: 100%;
		left: 0;
		max-width: 960px;
		margin: 0 auto;
		color: #fff;
		padding: 2rem;
		background-color: rgba(0,0,0,0.2);
	}
}


.blog_slider .container .text a {
	color: #fff;
}

.blog_slider .container .text a:hover {
	opacity: 0.8;
}

.blog_slider img {
	object-fit: cover;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.blog_slider .slick-next {
  /* right: 25px; */
	z-index: 99;
	left: auto;
 	right: 1rem;
	bottom: 1.1rem;
	top: auto;
	transform: none;
}

.blog_slider .slick-prev {
  /*left: 25px;*/
  z-index: 99;
	left: auto;
 	right: 12rem;
	bottom: 1.1rem;
	top: auto;
	transform: none;
}

.blog_slider .slick-prev,
.blog_slider .slick-next {
	width: 24px;
	height: 24px;
}


.slick-prev::before {
	content: "" !important;
	width: 24px;
	height: 24px;
	
	background-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="rgba(255,255,255,1.00)"><path d="M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z"/></svg>');
	
	display: block;

	background-size: contain;
}

.slick-next::before {
	content: "" !important;
	width: 24px;
	height: 24px;
	background-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="rgba(255,255,255,1.00)"><path d="M7.33 24l-2.83-2.829 9.339-9.175-9.339-9.167 2.83-2.829 12.17 11.996z"/></svg>');	
	display: block;
	background-size: contain;
}

.blog_slider .slick-dots {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  display: inline-block;
  width: 10rem;
}

.blog_slider.single_image .slick-dots {
    display: none;
}

@media screen and (max-width: 1200px) {
	
	
	.blog_slider .slick-prev {
	  left: 10px;
	}

	.blog_slider .slick-next {
  		right: 10px;
	}
	
	.blog_slider .slick-dots {
	  right: 0;
	  display: inline-block;
	  width: 100%;
	}

}

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

	.blog_slider .container .text .title {
	  font-size: 1.75rem;
	}
	
	.blog_slider h3.label {
	  font-size: 1rem;
	}

}
	
@media screen and (max-width: 640px) {
	.blog_slider .container .text {
		width: 90%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		max-width: 960px;
		margin: 0 auto;
		color: #fff;
		bottom: auto;
	}
	
	.blog_slider .container .text .blurb_text {
		display: none;

	}
	
	.site .slick-track {
	  height: 480px;
	}
	
	.blog_slider .container .text .title {
	  font-size: 1.5rem;
	}
}

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

	.blog_slider .container .text {
		width: 100%;
		left: 0%;
		top: 0%;
		bottom: 4rem;
		transform: none;
		padding: 5rem 1.5rem 0 1.5rem;
	}
	
	.site .slick-track {
	  height: 400px;
	}
	.blog_slider .container .text .title {
	  font-size: 1.4rem;
	}

}

.slick-prev::before, .slick-next::before{
	color: #000;
}


.blog_slider .slick-dots li button::before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: '•';
	content: '';
	background-image: url('data:image/svg+xml;charset=UTF-8, <svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="rgba(255,255,255,1.00)"><circle cx="11.998" cy="11.998" fill-rule="nonzero" r="9.998"/></svg>');
	
  text-align: center;
  opacity: .5;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog_slider .slick-dots li.slick-active button::before {
  opacity: .9;
}

