/* @import url('http://example.com/example_style.css'); */


/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
{
% include "hubspot/styles/responsive/modules.css" %
} {
% include "hubspot/styles/patches/recommended.css" %
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/

html {
	background: white;
}
* {
	font-weight: 400;
}
* strong {
	font-weight: bold;
}
.h2 {
    font-weight: bold;
  font-size: 35px;  /* xd */
}  
.h4 {
  font-size: 18px;
  font-weight: bold;
  color: black;
  margin-bottom: 30px;
}  
.hs-blog-post .hideOnPost {
	display: none;
}
.hs-blog-listing .hideOnList {
	display: none;
}

.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1200px;
    margin: 0 auto;
}

.header-container {
	padding: 0;
}
.header-container-wrapper {
	position: relative;
}

/****************************************************/
/*  T O P   B A R   -     */

#topbar {
	background: linear-gradient(135deg, #de2939 0, #9f2963 100%);
	padding: 12px;
  text-align: right;
}


#topbar a {
    color: #fff;
    font-size: 11.7px;
  font-weight: 600;
  line-height: 17.55px;
  text-transform: uppercase;
    display: inline-block;
  margin-left: 34px;
}

#topbar a.first {
  margin-left: 0;
}
#topbar a.border {
    border: 1px solid #fff;
    padding: 5px 15px;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border-radius: 30px;
    margin-left: 15px; 
}
#topbar a.border:hover {
    border: 1px solid #000;
  color: #000;
}

#topbar a,
#topbar .nav-wrapper {
  display: inline-block;
}
#topbar .nav-wrapper {
	position: relative;
	z-index: 901000;
  display: inline-block;
	padding: 0 15px;
	width: 50px;
  vertical-align: sub;
}

@media (max-width: 380px) {
#topbar a {
  margin-left: 10px;
}
 #topbar .nav-wrapper {
	padding: 0 10px;
}
#topbar a.border {
    margin-left: 15px; 
}
}


#topbar li.globe {
  height: 16px;
}
#topbar .sl-nav {
  margin-top: 3px;
	display: inline;
  height: 16px;
}
#topbar .sl-nav ul {
	margin:0;
	padding:0;
	list-style: none;
	position: relative;
	display: inline-block;
}
#topbar .sl-nav li {
	cursor: pointer;
}
#topbar .sl-nav li ul {
	display: none;
	position: absolute; 
	top:28px;
	top:24px;
	right:-8px;

	background: #fff;
	padding: 0;
	z-index: 1;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
  
#topbar .sl-nav li ul li {
	position: relative;
	text-align: left;
	background: transparent;
	padding-bottom:0;
	z-index: 2;
	font-size: 0.9rem;
}
#topbar .sl-nav li ul li span {
	padding-left: 5px;
}
#topbar .sl-nav li ul li a {
  margin: 0;
	padding: 12px 15px;
	display: block;
  color: black;
  margin: 0;
  color: black;
}
#topbar .sl-nav li ul li a:hover {
	background: #f3ebec;
}
#topbar .sl-flag {
	display: inline-block;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	width: 15px;
	height: 15px;
	background: #aaa;
	border-radius: 50%;
	position: relative;
	top: 2px;
	overflow: hidden;
}
#topbar .nav-wrapper:hover ul.level_1 {
	display: block;
  /* position: relative;
  right: 0; */
}


/****************************************************/
/*  M A I N - N A V I   */

.custom-menu-primary .hs-menu-wrapper > ul {
  float: right;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul > li.hs-item-has-children:last-child > ul.hs-menu-children-wrapper {
  left: unset;
  right: 0;
}
@media (max-width: 1340px) {
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
  left: unset;
  right: 0;
}
}

.mobile-trigger {
  top: 46px;
}


/****************************************************/
/*  B L O G - H E A D E R   */

#blog-pageheader {
  height: 450px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  background-size: cover;
  position: relative;
}

#blog-pageheader .author {
  display: flex;
}
@media (max-width: 768px) {
#blog-pageheader .author {
  flex-direction: column;
  text-align: center;
  
}
#blog-pageheader .author .hs-author-avatar {
  margin: 0 auto;
  width: 208px;
}

}

#blog-pageheader .author .author-bio {
  width: calc(100% - 240px);
max-width: 800px;
display: table;
}
@media (max-width: 768px) {
#blog-pageheader .author .author-bio {
  width: 100%;
}

}


#blog-pageheader .lines {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#blog-pageheader .headline {
  font-size: 48px;
  font-size: 78px;
  color: white;
  font-weight: 700;
}
@media (max-width: 768px) {
#blog-pageheader .headline {
  font-size: 48px;
}
}
  

#blog-pageheader .subline {
  font-size: 24px;
  font-size: 28px; /* xd */
  line-height: normal;
  color: white;
  font-weight: 700;
}
#blog-pageheader .subline i {
  font-size: 34px;
  margin-left: 10px;
}

/****************************************************/
/*  B L O G - N A V I    */


.blog-navi {
  padding: 5px 0;
  padding: 6px 0; /* xd */
}

/*  C A T E G O R I E S   */
.blog-categories ul {
	list-style: none;
	padding-left: 0;
}
.blog-categories li {
	display: inline-block;
}
.blog-categories a {
	font-size: 14px;
  font-size: 17px; /* xd */
	font-weight: 700;
	margin-right: 40px;
	margin-right: 70px; /* xd */
	display: inline-block;
	color: #1b1b1b;
	width: auto;
  line-height: 58px;
}
@media (max-width: 499px) {
  .mobile .blog-categories a {
	  line-height: 38px;
  }
}

@media (max-width: 768px) {
.blog-categories a {
	margin-right: 20px;
}
}
@media (max-width: 500px) {
.blog-categories {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  /*margin-bottom: 15px;*/
}    
.blog-categories a {
 	font-size: 16px;
	margin-right: 11px;
	display: inline-block;
  /*line-height: normal;*/
}
}
.blog-categories a.last {
	margin-right: 0px;
}
.blog-categories a span {
	display: none;
}


@media (max-width: 500px) {
.mobile { display: block; }
.mobile a.tag { display: inline-block; }
.mobile a.home { display: none; }
.desktop a.tag { display: none; }
}
@media (min-width: 501px) {
.mobile { display: none !important; }
/*.desktop a.home { display: inline-block; }*/
}




.body-container .blog-navi form {
	display: flex;
	/*flex-flow: row; */
	justify-content: flex-end;
  padding: 0;
  /*padding-top: 12px;*/
}
.desktop .body-container .blog-navi form {
  padding-top: 0;
}
.blog-navi form input[type="text"] {
	display: block;
	width: calc(100%-32px);
	border: none;
  
}

.blog-navi form button {
	display: block;
	width: 37px;
	height: 31px;
	background: none;
	border: none;
  padding-top: 4px;
}
.blog-navi form button span {
	padding-top: 6px;
}
.blog-navi .hs-search-field__input {
	padding: 6px;
}
.blog-navi .hs-search-field__bar button svg {
	height: 16px;
}
.desktop .blog-navi .hs-search-field__bar button svg {
	fill: white !important;
}
.blog-navi form {
	padding: 0px;
	padding-top: 14px;
}

.blog-navi .hs-search-field__suggestions {
  position: absolute;
  background: #f5f5f5;
  z-index: 1000;
}
.blog-navi .hs-search-field__suggestions li {
  padding: 1px 2px 1px 3px;
  font-size: 14px;
}
.hs-search-results__listing li {
  margin-bottom: 30px !important;
  cursor: pointer;
}
.hs-search-results__listing p {
    margin: 0px;
    margin-bottom: 10px;
}
.hs-search-results__listing a {
  font-size: 24px !important;
  text-decoration: none;
  padding-top: 10px;
}
.blog-navi.desktop #share-searchtrigger {
  text-align: right;
}

.blog-navi.desktop #share-searchtrigger {
  /*display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 90px;*/
}    

/*.hs-search-field,*/
.blog-navi.desktop .searchtrigger {
  line-height: 56px;
  margin-left: 50px;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 960px) {
  .blog-navi.desktop .searchtrigger {
    margin-left: 30px;
  }
}
@media (max-width: 600px) {
  .blog-navi.desktop .searchtrigger {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  .blog-navi.desktop .span10 {
    width: 80%;
    display: inline-block;
    float: left;
  }
  .blog-navi.desktop .span2 {
    width: 20%;
    display: inline-block;
    float: left;
  }
}
@media (max-width: 500px) {
  .blog-navi.desktop .span10 {
    width: 50%;
  }
  .blog-navi.desktop .span2 {
    width: 50%;
  }
}

.desktop .hs-search-field {
  display: none;
  background: black;
  position: absolute;
  top: 57px;
  z-index: 1000;
  padding: 10px;
  right: 0px;
}
.desktop .hs-search-field {
  display: none;
  background: black;
  position: absolute;
  top: 57px;
  z-index: 1000;
  padding: 10px;
  right: 0px;
}
.body-container .blog-navi.desktop form {
  margin-top: 0;
}
.desktop .hs-search-field input {
  color: white;
  background: black;
}
}

@media (max-width: 768px) {
.follow-search .follow {
  width: 50px;
  float: left;
}
.follow-search .search {
  width: calc(100% - 50px);
  float: left;
}
.blog-categories {
  padding: 0 10px 0 10px;
}
}
.blog-navi.desktop button svg {
    height: 16px;
    fill: white;
}

.blog-navi.desktop form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
  font-style: italic;
}

.blog-navi.desktop form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
  font-style: italic;
}

.blog-navi.desktop form input::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
  font-style: italic;
}

.blog-navi.desktop .hs-search-field:after,
.blog-navi.desktop .hs-search-field:before {
	bottom: 100%;
	right: 11px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.blog-navi.desktop .hs-search-field:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-bottom-color: #000;
	border-width: 10px;
	margin-left: -10px;
}
.blog-navi.desktop .hs-search-field:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000;
	border-width: 11px;
	margin-left: -11px;
}






/****************************************************/
/*  B L O G - T O P   N E W S   */

#top-news {
  height: 486px;
  height: 385px;
  margin-bottom: 71px;
}
#top-news #top-news-text {
 min-height: 486px;
 min-height: 385px;  
}
@media (max-width: 768px) {
#top-news #top-news-text {
 min-height: 1px;
}
} 
#top-news-text .post-category {
font-size: 11px;
  font-size: 12px; /* xd */
  display: inline-block;
    margin-bottom: 14px;
    font-weight: bold;
}
#top-news-image {
  width: 100%;
  padding-top: 52%;
  display: block;
  background-size: cover;
}
#top-news-text .text {
  position: absolute;
  top: 50%;
  width: 80%;
  transform: translateY(-50%);  
}
#top-news-text .text .post-title a {
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-bottom: 26px; /* xd */
}
#top-news-text .text .post-content p {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 30px; /* xd */
}
#top-news-text .text .post-author a {
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
#top-news {
  height: auto;
}
  
#top-news-text #top-news-text {
  min-height: 1px;
}
  
#top-news-text .text {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;  
  min-height: 1px;
  transform: unset;  
}
}



/****************************************************/
/*  B L O G - N A V I  -  S H A R E   */

.blog-navi .share {
	text-align: center;
	color: #000;
	width: 45px;
	position: relative;
	margin: 0;
  margin-top: 12px;
  display: inline-block;
}
@media (max-width: 499px) {
  .blog-navi .share {
    margin-top: 0px;
}
.blog-navi.desktop .searchtrigger {
    line-height: 36px;
}
.desktop .hs-search-field {
    top: 47px;
}
.blog-categories a {
    line-height: 38px;
}
}
.blog-navi .share > i {
	color: #000;
	padding: 10px 5px;
}
.blog-navi .share:hover .arrow_box {
	display: block;
}
.arrow_box {
	position: absolute;
	background: #000;
	border: 1px solid #000;
	text-align: center;
	width: 45px;
	display: none;
	z-index: 300;
}
.arrow_box a {
	color: #FFF;
	padding: 10px 0;
	display: inline-block;
	width: 45px;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-bottom-color: #000;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000;
	border-width: 11px;
	margin-left: -11px;
}

/****************************************************/
/*  S I D E B A R   */

#sidebar {
	position: sticky;
  top: 0;
  padding-top: 30px;
}
.hs-form-booleancheckbox-display a {
    color: #fff;
}

/****************************************************/
/*  S I D E B A R  -  A U T H O R   */

#author {
	margin-bottom: 50px;
}
#author img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
#author .author-link {
  text-align: center
}
#author .author-link a {
  font-size: 16px;
  font-weight: bold;
  color: black;
}
#author .author-bio {
  text-align: center;
  padding: 0 10%;
  font-size: 14px;
  line-height: 22px;
}


/****************************************************/
/*  S I D E B A R  -  S U B S C R I P T I O N   */

.body-container form {
	padding: 30px;
}
.blog-subscription {
	background: #1b1b1b;
}
.blog-subscription form {
	background: none;
}
.body-container .blog-subscription input[type="email"] {
	border-radius: 0;
	padding: 10px;
	margin-bottom: 5px;
}

.body-container .blog-subscription form input[type='submit'] {
	width: 100%;
	background-image: url('https://cdn2.hubspot.net/hubfs/2660362/intershop/paper-plane.jpg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	border: none;
	padding: 10px;
	padding-right: 70px;
	font-weight: bold;
}
.body-container .blog-subscription h3 {
	display: none;
}
.blog-subscription p {
  color: white;
}

.body-container .blog-form h3 {
	display: block;
  padding: 20px 30px 0 30px;
  color: #fff;
  text-align: center;
}

.blog-form select {
  padding: 10px !important;
}

.blog-form input[type="text"] {
	padding: 10px;
}

.blog-form form {
    padding: 0 30px 30px 30px !important;
}

#cta_button_4791871_4738d5de-ce00-4b74-97a9-b549ea6fc5d3.cta_button {
   padding: 0px 0px 0px 0px;
}

#cta_button_4791871_cb9c8ec3-bd99-4d51-aac8-9aaab383c331.cta_button {
   padding: 0px 0px 0px 0px;
}

img.hs-cta-img {
   margin: 0px 0px 0px 0px !important;
}


/****************************************************/
/*  S I D E B A R  -  I M A G E   B A N N E R   */

.sidebar_image_banner a {
  display: block;
  margin-bottom: 50px;
}


/****************************************************/
/*  S I D E B A R  -  P O P U L A R   P O S T S   */

.sidebar_popular_posts {
  margin-bottom: 50px;
}
.sidebar_popular_posts .caption {
  font-size: 30px;
  font-weight: bold;
  color: black;
  margin-bottom: 4px;
}
.sidebar_popular_posts .caption-line {
  width: 77px;
  margin-bottom: 33px;
  border-bottom: 8px solid black; 
}

.sidebar_popular_posts .date {
 width: 45px;
  border-right: 1px solid black;
  font-weight: bold;
  padding-right: 10px;
  font-size: 17px;

}
.sidebar_popular_posts .date span {
font-size: 28px;
  font-weight: 700;
    line-height: 34px;
}  
.sidebar_popular_posts .date-title {
 margin-bottom: 25px;
}  
.sidebar_popular_posts .date-title:last-child {
 margin-bottom: 0;
}
.sidebar_popular_posts .title {
padding-left: 15px;
  width: calc(100% - 66px);
}
.sidebar_popular_posts .post-title a {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 5px;
}
.sidebar_popular_posts .post-author a {
  font-size: 16px;
font-style: italic;
}


/****************************************************/
/*  S I D E B A R  -  C A T E G O R I E S   */

.blog-tags {
  margin-bottom: 50px;
}
.blog-tags .widget-module {
  display: flex;
  flex-direction: column;
}
.blog-tags ul {
	list-style: none;
	padding-left: 0;
}
.blog-tags li {
	/*display: inline-block; */
  float: left;
  margin-right: 10px;
}
.blog-tags ul {
	margin-bottom: 0px;
  clear: left
}
.blog-tags ul::after {
	clear: both;
}
.blog-tags ul a {
	font-size: 16px;
	font-weight: 400;
	border: 2px solid #1b1b1b;
	border-radius: 5px;
	padding: 4px 10px;
	display: inline-block;
	color: #1b1b1b;
	margin-bottom: 8px;
}
.blog-tags a.filter-expand-link {
  margin-top: 15px;
  display: block;
  font-weight: bold;
	font-size: 16px;
}
.blog-tags a::before.filter-expand-link,
.blog-tags a:before.filter-expand-link {
  clear: both;
  float: none;
}
/****************************************************/
/*  S I D E B A R  -  S O C I A L   S H A R I N G   */

#social-sharing {
  margin-bottom: 50px;
}
#social-sharing a {
	display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}


/****************************************************/
/*  M A I N  -  P O S T S   */

/*  B L O G   L I S T I N G  */
#blog-posts {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#blog-posts::after {
	content: "";
	flex: 1 1 100%;
	max-width: 31%;
}
#blog-posts > div {
	width: 48%;
}
@media (max-width: 480px) {
	.main #related-posts > div,
  #blog-posts > div {
		width: 100%;
	}
}
#related-posts .post-item,
#blog-posts .post-item {
	margin-bottom: 30px;
  padding-bottom: 0px;
  min-height: 300px; 
}
#related-posts .post-item .featured-image,
#blog-posts .post-item .featured-image {
  background-size: cover;
  height: 192px;
  margin-bottom: 8px; 
}
#related-posts .post-item .post-date,
#blog-posts .post-item .post-date {
	font-size: 14px;
  margin-bottom: 8px;
  font-weight: 400;
}
#related-posts .post-item .post-title,
#blog-posts .post-item .post-title {
  margin-bottom: 10px;
}
#related-posts .post-item .post-title a,
#blog-posts .post-item .post-title a {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: black;
}


/*  B L O G   P A G I N A T I O N  */

 style="display: flex; flex-flow: row wrap; justify-content: space-between; margin-bottom: 30px; margin-top: 50px; padding-top: 50px; border-top: 1px solid black;

.blog-pagination > div {
	flex: 1;
  font-size: 20px;
  font-weight: 700;
}
.blog-pagination a {
	/*padding-top: 6px; */
  font-size: 20px;
  font-weight: 700;
}
.blog-pagination a.all-posts-link {
	padding-top: 0px;
}

#post-pagination {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid black;
}
#post-pagination > div {
	flex: 1;
  font-size: 20px;
  font-weight: 700;
  min-height: 150px;
}
#post-pagination .next-posts-link a,
#post-pagination .previous-posts-link a {
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  color: black;
}
#post-pagination .next,
#post-pagination .previous {
 flex: 1;
}
#post-pagination .previous {
 flex: 1;
 text-align: right;
  position: relative;
}  
#post-pagination .previous > div {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
#post-pagination .next .labeling,
#post-pagination .previous .labeling {
  text-align: right;
  color: #838383;
  font-weight: 400;
  margin: 0;
}
#post-pagination .previous .labeling {
  text-align: left;
}
#post-pagination .divider {
 flex: 1;
  text-align: center;
  max-width: 126px;
  background-repeat: no-repeat;
  /*background-size: auto 100%;*/
  background-image: url(https://cdn2.hubspot.net/hubfs/2660362/intershop/slash.jpg);
  margin: 0 10px;
  background-position: center top;
}
.spacer {
    display: none;
}

@media (max-width: 960px) {
#post-pagination .next,
#post-pagination .previous {
 flex: 3;
}
#post-pagination .previous > div {
  position: relative;
}
}

@media (max-width: 768px) {
    #post-pagination {
    flex-flow: column;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  #post-pagination > div {
    min-height: unset;
    height: auto;
    flex: unset !important;
  }
  #post-pagination .divider {
    background-image: url(https://cdn2.hubspot.net/hubfs/4791871/Blog/icons/divider_mobile.gif);
    background-position: center center;
    /*background-size: unset;*/
    height: 60px;
  text-align: center;
  max-width: unset;
  background-repeat: no-repeat;
  background-size: unset;

  }

  #post-pagination .next,
  #post-pagination .previous {
    text-align: center;
  }  
  #post-pagination .next .labeling,
#post-pagination .previous .labeling {
  text-align: center;
  }
  .spacer {
    display: block;
    width: 30px;
  }
  .previous-posts-link,
  .next-posts-link {
    text-align: center;
  }
}




/*  P O S T */

#main {
  padding-top: 41px;
}
@media (max-width: 499px) {
  #main {
    padding-top: 21px;
  }
}
  
#featured-image {
  margin-bottom: 51px;
}
#featured-image img {
  width: 100%;
}
#featured-image p {
  font-size: 15px;  /* xd */
  margin-bottom: 66px;
}
@media (max-width: 499px) {
#featured-image p {
    margin-bottom: 33px;
}
}


#featured-image h1 {
  margin-bottom: 24px;
}
#featured-image h1 span {
	/*font-weight: 700;*/
  font-size: 55px;  /* xd */
  line-height: 1.25em;
}
@media (max-width: 499px) {
  #featured-image h1 span {
    font-size: 40px;
  }
}

.hs-blog-post .main h2,
.hs-blog-post .main h2 span,
.hs-blog-post .main h3,
.hs-blog-post .main h3 span,
.hs-blog-post .main h4,
.hs-blog-post .main h4 span {
	font-weight: 700;
  font-size: 28px;  /* xd */
  line-height: 34px;
  margin-top: 30px;
	margin-bottom: 20px;
}
.hs-blog-post .main h3,
.hs-blog-post .main h3 span {
  font-size: 24px;  /* xd */
  line-height: 30px;
}
.hs-blog-post .main h4,
.hs-blog-post .main h4 span {
  font-size: 21px;  /* xd */
  line-height: 27px;
}

.main .post-body a {
  text-decoration: underline;
}
.hs-blog-post .slim,
.main .post-body p {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
  font-size: 18px; /* xd */
  line-height: 32px;
}
.main .post-body p,
.main .post-body h1,
.main .post-body h2,
.main .post-body h3,
.main .post-body ol,
.main .post-body ul,
.main .post-body blockquote {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.main .post-body #hs_cos_wrapper_post_body img,
.main .post-body #hs_cos_wrapper_post_body figure {
  	margin: 15px 0;
}
.main .post-body #hs_cos_wrapper_post_body figure img {
  	margin: 0;
}
.main .post-body #hs_cos_wrapper_post_body figcaption {
  font-size: 16px;
  font-style: italic;
  
}

.main .post-body .resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
  	margin: 15px 0;
}
.main .post-body .resp-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;

}
.main .post-body blockquote {
	padding-left: 40px;
}
.main .post-body ul li {
	list-style: disc;
}
.main .post-body ol li {
    position: relative;
    left: -20px;
}
.main .post-body a {
    color: #2cb5b5;
}

.hs_cos_wrapper_type_rich_text ul li:before {
    display: none;
}

/****************************************************/
/*  S U B S C R I B T I O N   */


/****************************************************/
/*  T E A S E R   */

/****************************************************/
/*  M A I N  -  P D F   T E A S E R  */

.pdf > div > span > a > div > span {
	position:relative;
	width: auto;
	display: inline;
}
.pdf > div > span > a > div > span:before,
.pdf > div > span > a > div > span::before {
	background-image: url(https://cdn2.hubspot.net/hubfs/2660362/intershop/flag_pdf.png);
	content:'';
	position:absolute;
	width:48px;
	height:34px;
	left:-11px;
	top:24px;
	z-index: 10000;
}
.pdf {
	margin-bottom: 30px;
}
 @media (max-width: 768px) {
	.pdf-teaser .span2 {
		width: 50%;
		float: left;
    min-height: 400px;
    margin-bottom: 0px;
	}
}
@media (max-width: 480px) {
	.pdf-teaser .span2 {
		width: 100%;
	}
}




/****************************************************/
/*  M A I N  -  R E A L T E D   P O S T S   */

#related-posts span {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#related-posts .post-item {
	margin-bottom: 30px;
	width: 30%;
}
@media (max-width: 768px) {
	#related-posts .post-item {
		width: 100%;
	}
}


/****************************************************/
/*  F O O T E R  -  S U B S C R I P T I O N   */

.footer-subscription {
	text-align: center;
}
.footer-subscription h3 {
	color: white;
	font-weight: bold;
	text-align: center;
}

.footer-subscription form > .hs-submitbody .hs-button.primary,
.footer-subscription form > .hs-submitbody input[type="submit"],
.footer-subscription form > .hs-submitbody input[type="button"] {
	background: #fff;
	color: black;
}
/**/
.footer-subscription form > .hs-email,
.footer-subscription form input[type="email"],
.footer-subscription form input[type="submit"] {
  width: 100%;
  max-width: 470px;
	background: #fff;
	color: black;
	font-size: 14px;
}

.footer-subscription {
	background-image: linear-gradient(to left, #eb153f, #d85f97);
}

.footer-subscription .page-center {
	padding: 3vw 5vw 2vw 5vw;
}

.footer-subscription form{
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
}

.footer-subscription label {
  width: auto;
	display: inline-flex;
}

@media (max-width: 480px) {
	.footer-subscription form > .hs-submit, 
  .footer-subscription form > .hs-email {
	width: 100%;
	}
}

.footer-subscription .legal-consent-container .hs-form-booleancheckbox-display input {
  float: none !important;
}
.footer-subscription .legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 5px;
}
.footer-subscription .legal-consent-container .hs-form-booleancheckbox-display p {
  color: white;
}


/****************************************************/
/*  F O O T E R  -  S I T E M A P   */
/*
.footer-container-wrapper {
	background: white;
	color: black;
}
.footer-container-wrapper p, .footer-container-wrapper a {
	color: black;
	text-decoration: none;
}
.footer-container-wrapper a {
	margin-bottom: 4px;
}
.footer-container-wrapper i {
	margin-top: -1px;
	margin-right: 5px;
}
.footer-container-wrapper .underline {
	border-bottom: 3px solid black;
	height: 3px;
	width: 20px;
}

@media (max-width: 768px) {
	.footer-container-wrapper .sitemap .span3 {
		width: 50%;
		float: left;
	}
	.footer-container-wrapper .sitemap .widget-type-rich_text {
		text-align: left;
	}
}
@media (max-width: 480px) {
	.footer-container-wrapper .sitemap .span3 {
		width: 100%;
	}
}
.footer-container-wrapper .sitemap .span3 .hs_cos_wrapper_type_rich_text, .footer-container-wrapper .sitemap .span12 .hs_cos_wrapper_type_rich_text {
	text-align: left;
}
*/
/****************************************************/
/*  F O O T E R  -  C O P Y R I G H T  -  P O L I C Y   L I N K S   */
/*
.footer-container-wrapper .copyright-policy-links > div > div {
	display: flex;
	justify-content: space-between;
}
.footer-container-wrapper .copyright, .footer-container-wrapper .policy-links {
	width: 48%;
}
@media (max-width: 768px) {
	.footer-container-wrapper .copyright-policy-links .row-fluid-wrapper,  .footer-container-wrapper .copyright,  .footer-container-wrapper .policy-links {
		width: 100% !important;
	}
	.footer-container-wrapper .policy-links a {
		display: block;
	}
	.footer-container-wrapper .copyright {
		order: 2;
	}
	.footer-container-wrapper .policy-links {
		order: 1;
	}
}
.footer-container-wrapper .copyright p, .footer-container-wrapper .policy-links a {
	font-size: 12px;
}
.footer-container-wrapper .policy-links {
	text-align: right;
}
*/

/********************************************************************************************************************************************************************************/



.language-switcher {
	margin-top: 16px;
	margin-bottom: 16px;
}
.language-switcher a {
	font-size: 14px;
	display: inline-block;
	color: #1b1b1b;
}
body .hs-button.primary, body input[type="submit"], body input[type="button"] {
	background: #ddd;
	color: black;
}
body .hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-select):not(.hs-fieldtype-file):not(.hs-fieldtype-checkbox)>label {
	display: none;
}




ul.hs-error-msgs {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
}
.hs-error-msgs {
	color: #f00;
	font-size: 12px;
}
.page-center {
	float: none;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.signature {
	font-weight: bold;
	font-style: italic;
}

.hs_cos_wrapper_type_rich_text ul li:before,
.hs_cos_wrapper_type_rich_text ul li:marker,
.hs_cos_wrapper_type_rich_text ul li::marker {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    content: "\f058";
    margin-right: 8px;
color: ;
font-size: 18px;
}
/*
 * .hs_cos_wrapper_type_rich_text ul li:before,
.hs_cos_wrapper_type_rich_text ul li:marker {
    padding-top: 4px;
}
.hs_cos_wrapper_type_rich_text ul li {
    display: flex;
}
*/