/**
 * Styles for blog content.
 */
body.single-post #blog-post-content-wrap a {

	color: #1d2123;
/*	text-decoration: underline;
	 text-decoration-color: #5f00fd; */

}

body.single-post #blog-post-content-wrap p.lead {
	font-family: "Graphik";
	font-weight: 400;
	font-size: 20px;
	color: #1d2123;
	margin-bottom: 30px;
}

/* Base for all .zwischentitel */
body.single-post #blog-post-content-wrap h2,
body.single-post #blog-post-content-wrap h3,
body.single-post #blog-post-content-wrap h4,
body.single-post #blog-post-content-wrap .zwischentitel {
 	font-family: "Graphik"; 
	font-weight: 500;
	color: #1d2123;
	margin: 50px 0 30px 0;
	line-height: 1.36em;
}

body.single-post strong {

	font-weight: 500;
	

}

body.single-post #blog-post-content-wrap h2,
body.single-post #blog-post-content-wrap h2.zwischentitel {
	font-size: 22px;
}
body.single-post #blog-post-content-wrap h3,
body.single-post #blog-post-content-wrap h3.zwischentitel {
	font-size: 20px;
}
body.single-post #blog-post-content-wrap h4,
body.single-post #blog-post-content-wrap h4.zwischentitel {
	font-size: 18px;
}

body.single-post #blog-post-content-wrap p,
body.single-post #blog-post-content-wrap p.lauftext {
	font-family: "Graphik"; 
	color: #1d2123;
	font-size: 16px;
	line-height: 1.5;
}

body.single-post #blog-post-content-wrap p.lauftext3 {
	font-style: italic;
	font-size: 16px;
}

/* List content */
body.single-post #blog-post-content-wrap li {

	font-family: 'Graphik';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 115%;
	/* identical to box height, or 29px */
	/*	display: flex;  */
	align-items: center;
	color: #000000;
	padding-top: 20px;

	
}

#ez-toc-container  li {

	border-top: 1px solid #EBEBEB;
	padding: 6px;

}

#ez-toc-container {

padding: 15px 16px;
border-radius: 4px;


}

/* Font changes for mobile. */
@media screen and (max-width: 480px) {

	body.single-post #blog-post-content-wrap h2,
	body.single-post h2.zwischentitel {
		font-size: 18px;
	}

	body.single-post #blog-post-content-wrap h3,
	body.single-post #blog-post-content-wrap h4 {
		font-size: 16px;
	}

	body.single-post #blog-post-content-wrap p,
	body.single-post #blog-post-content-wrap p.lauftext {
		font-size: 16px;
		margin-top: 20px;
	}

	body.single-post #blog-post-content-wrap li {
		font-size: 16px;
	}

}

/**
 * Blog related post customizations.
 *
 * Changes focused on carousel icons and spacing.
 */
body.single-post #blog-related-slider {
	max-width: 1240px;
	margin: 0 auto;
}

body.single-post #blog-related-slider .slick-arrow {

	font-size: 0; /* This hack is needed because the slider automatically renders text into the button which we don't want to display. */
	color: #000;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 50%;
	box-shadow: rgba(0,0,0,0.2) 0 3px 7px;
	background: #FFF;
	z-index: 9999;
	top: 420 !important;
	bottom: 150px !important;
	margin: 0;
	top: 100%;

}

body.single-post #blog-related-slider .slick-arrow:hover {
	box-shadow: rgba(0,0,0,0.25) 0 7px 10px;
}

body.single-post #blog-related-slider .slick-arrow::before {

	font-size: 0; /* This hack is needed because the slider automatically renders text into the button which we don't want to display. */
	width: 12px !important;
	height: 14px !important;
	overflow: hidden;
	margin: 2px 0 0 0;

}

body.single-post #blog-related-slider .slick-prev {
	left: calc( 50% - 70px ) !important;
}

body.single-post #blog-related-slider .slick-next {
	left: calc( 50% + 10px ) !important;
}

body.single-post #blog-related-slider .slick-prev::before {

	content: url('data:image/svg+xml;utf8,<svg width="12" height="12" viewBox="0 0 11 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2"><path d="M0 7.563c0-.247.11-.485.293-.658L7.106.247A.839.839 0 0 1 7.718 0c.494 0 .869.375.869.869a.903.903 0 0 1-.256.622L2.112 7.563l6.219 6.081a.84.84 0 0 1 .256.622.857.857 0 0 1-.869.869.89.89 0 0 1-.612-.256L.293 8.221C.101 8.029 0 7.81 0 7.563" fill-rule="nonzero"></path></svg>');

}

body.single-post #blog-related-slider .slick-next::before {

	content: url('data:image/svg+xml;utf8,<svg width="12" height="12" viewBox="0 0 7 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2"><path d="M8.587 7.563a.914.914 0 0 0-.293-.658L1.481.247A.839.839 0 0 0 .869 0 .852.852 0 0 0 0 .869c0 .228.091.448.256.622l6.219 6.072-6.219 6.081a.84.84 0 0 0-.256.622c0 .485.375.869.869.869a.89.89 0 0 0 .612-.256l6.813-6.658c.192-.192.293-.411.293-.658" fill-rule="nonzero"></path></svg>');

}

.wp-block-lazyblock-properti-button {

	margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
	background: #F2F2F2;
	border-radius: 4px;
	padding: 16px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.wp-block-lazyblock-properti-button  p {

	font-family: 'Graphik';
	font-style: normal;
	font-weight: 500;
	font-size: 18px !important;
	line-height: 120%;
	/* or 26px */
	align-items: center;
	/* Primary/Carbon */
	color: #1D2123;
	margin-bottom: 0px;
	padding: 10px;

}
.wp-block-lazyblock-properti-button p a {
	
	color: #282828 !important;

}


.properti-infobox {

	margin-top: 20px;
    margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px;
	border-radius: 4px;
	/* white */
	background: #FFFFFF;
	/* Grey scale/300 */
	border: 1px solid #E0E0E0;

}

.properti-infobox p {

	display: none;
}

.properti-infobox-desc {

	font-family: 'Graphik';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 115%;
	/* or 25px */
	display: flex;
	align-items: center;
	/* black */
	color: #000000;
	

}

.infobox-list-elem {

	font-family: 'Graphik';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	/* or 25px */
	display: flex;
	margin-top: 15px;
	/* black */
	color: #000000;
	line-height: 115%;

}

.properti-infobox-svg
{
	margin-right: 10px;

}

.properti-designation {


	margin-top: 20px;
    margin-bottom: 20px;
/* or 36px */
display: inline-block;
align-items: center;
/* black */
color: #000000;


}



.personal-designation {

	font-family: 'Graphik';
	font-style: italic;
	font-weight: 400;
	font-size: 20px;
	line-height: 115%;
	align-items: flex-start;


	/* Primary/Carbon */
	
	color: #1D2123;
	

}

.title-designation{
	
	font-family: 'Graphik';
	font-style: normal;
	font-weight: 500;
	line-height: 115%;
	font-size: 18px !important;

}


.post-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
	z-index: 999;
    width: 100%;
    color: #333;
    text-align: center;
	height: 82px;
	/* Grey scale/100 */
	background: #F2F2F2;
}

.content-bottom-bar {

    position: relative;
	font-family: 'Graphik';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 115%;
	height: 82px;
	width: 900px;
	display: inline-flex;
	align-items: center;
	color: #000000;


}
.button-bottom-bar{

	position: absolute;
	right: 0px;
}

.content-bottom-bar a {

	color: #000000;

}

.share-bottom-bar {

	margin-right: 20px;

}

.bookmark-bottom-bar {
    display: none;
	margin-right: 20px;
}

.pdfdownload-bottom-bar{

	margin-right: 450px;
}

.pdfdownload-bottom-bar a:hover {

	color:black;
}

.progress-bottom-bar {

	width: 100%;
	height: 0px;

}

.blog-button-cta{

	box-sizing: border-box;
    font-weight: 400;
	/* Auto layout */

	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding: 10px 16px;
	
	/* Primary/Carbon */
	background: #1D2123;
	/* Primary/Carbon */
	border: 2px solid #1D2123;
	border-radius: 4px;
	width: max-content;
	

}

.blog-button-cta .label {

	color: #f7f7f7;
	

}







/*  BLOG  Mobile version     */

@media screen and (max-width: 480px) {

	.properti-designation{

		margin-top: 0px;

	}
	.content-bottom-bar {
		width: 100%;
		justify-content: space-evenly;
	}
	.pdfdownload-bottom-bar{
		margin-right: 5px;
	}

	.share-bottom-bar {
		margin-right: 5px;
	}
	
	.bookmark-bottom-bar {
		margin-right: 5px;
	}

	.tipps-title {

		font-size: 18px;

	}

	.blog-button-cta{

	display: flex;
    justify-content: center;
	font-family: 'Graphik';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 115%;
	
    }
	.wp-block-lazyblock-properti-button{

		
		flex-direction: column;
		align-items: flex-start;
		padding: 16px;

	}
	.properti-ctabox-right{

		width: 100%;
	}
	.blog-button-cta{

		margin-top: 20px;
		width: 100%;
	}

	.wp-block-lazyblock-properti-button p{

		font-weight: 500;
		font-size: 18px;
		line-height: 115%;
		margin-top: 0px !important;
		padding: 0;

	}
	.wp-block-tipps-tipps-block p{

		margin-top: 0px !important;
	}
	.button-bottom-bar {

		display: none;
	}
	.share-bottom-bar .popuptext{

		width: 100%;
	}
	.properti-infobox{
		display: inline-block;
		margin: 0;
		padding: 10px;
	}

	.infobox-list-elem {

		margin: 5px;
	}
	.properti-infobox p {

		display: none;

	}

	
}



/* Popup container - can be anything you want */

  
  /* The actual popup */
  .share-bottom-bar .popuptext {
	visibility: hidden;
	background-color: #F2F2F2;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	
	position: absolute;
	z-index: 1;
	bottom: 110%;
	left: 0%;
	
  }
  
  /* Popup arrow */
  .share-bottom-bar .popuptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 5%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #F2F2F2 transparent transparent transparent;
  }
  
  /* Toggle this class - hide and show the popup */
  .share-bottom-bar .show {
	visibility: visible;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
  }
  
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
	from {opacity: 0;} 
	to {opacity: 1;}
  }
  
  @keyframes fadeIn {
	from {opacity: 0;}
	to {opacity:1 ;}
  }



  .post-bottom-bar.hide {
	display: none;
  }


  /**************   Gutenberg Tipp Block   **********************************  */

.wp-block-tipps-tipps-block {

	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 16px;

	/* Grey scale/200 */
	background: #EBEBEB;
	border-radius: 4px;
	margin: 0px;



}

.wp-block-tipps-tipps-block h4{

	margin: 0 !important;

}

.wp-block-tipps-tipps-block p{


font-family: 'Graphik';
font-style: normal;
font-weight: 400;
font-size: 18px !important;
align-items: center;
margin-bottom: 0px;

}

.tipps-title {

/* Auto layout */
display: flex;
flex-direction: row;
align-items: center;
padding: 0px;

font-family: 'Graphik';
font-style: normal;
font-weight: 500;
font-size: 18px;

/* black */

color: #000000;



}

.tipps-title svg {
	margin-right: 5px; /* add margin to the right of the SVG */
  }

  /******END*****   Gutenberg Tipp Block   ******END*******  */


  /*  Table of Content */

  .ez-toc-page-1 {

	padding-top: 20px;
	padding-bottom: 20px;

  }
  .ez-toc-toggle label {

	border: 0px !important;

  }


  .wp-block-lazyblock-properti-tipp{

	margin-top: 10px;
	margin-bottom: 10px;


  }

  .wp-block-tipps-tipps-block a {

	color: #282828 !important;


  }


  .elementor-author-box a {

	color: black !important;

  }

  .ez-toc-page-1 a {

	color: black !important;
  }

  .lazyblock-properti-button-WUl2X {

	 display: block !important;

  }

@media only screen and (max-width: 600px) {

	.gifdesktop {
    display: none !important;
}

}


@media only screen and (min-width: 600px) {

	.gifmobile {
    display: none !important;
}

}