/*------------------------------------
    TA STYLES
------------------------------------*/
/* Fonts */
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans|Noto+Serif|Source+Serif+Pro:400,700&display=swap');

@font-face {
  font-family: "Tamedia Icons";
  src: url("//www.tagesanzeiger.ch/css/fonts/icons/tamedia-icons.eot");
  src: url("//www.tagesanzeiger.ch/css/fonts/icons/tamedia-icons.eot?#iefix") format("eot"),
       url("//www.tagesanzeiger.ch/css/fonts/icons/tamedia-icons.woff") format("woff"),
       url("//www.tagesanzeiger.ch/css/fonts/icons/tamedia-icons.ttf") format("truetype"),
       url("//www.tagesanzeiger.ch/css/fonts/icons/tamedia-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Entypo";
  src: url("../fonts/entypo.eot");
  src: url("../fonts/entypo.eot?") format("embedded-opentype"), 
	   url("../fonts/entypo.woff") format("woff"), 
	   url("../fonts/entypo.ttf") format("truetype"), 
	   url("../fonts/entypo.svg#web") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "Helvetica Neue Heavy";
  src: url("//data.newsnetz.raq.ch/upload/2/9/298241.woff") format("woff");
  font-style: normal;
  font-weight: normal; }
  
/*------------------------------------
    Blog Colors
------------------------------------*/
#blogdropdown .berufung							{color: rgba(186, 128, 14, 1) !important;}
#blogdropdown .tingler							{color: rgba(0, 35, 223, 1) !important;}
#blogdropdown .datenblog						{color: rgba(232, 80, 54, 1) !important;}
#blogdropdown .deadline							{color: rgba(144, 40, 30, 1) !important;}
#blogdropdown .hugostamm						{color: rgba(139, 91, 42, 1) !important;}
#blogdropdown .mamablog							{color: rgba(245, 4, 58, 1) !important;}
#blogdropdown .manageyourboss					{color: rgba(198, 55, 32, 1) !important;}
#blogdropdown .nachspielzeit					{color: rgba(0, 122, 191, 1) !important;}
#blogdropdown .markets, .nevermindthemarkets 	{color: rgba(255, 134, 44, 1) !important;}
#blogdropdown .mongoliarallye2014 				{color: rgba(102, 133, 94, 1) !important;}
#blogdropdown .offtherecord						{color: rgba(255, 65, 97, 1) !important;}
#blogdropdown .outdoor							{color: rgba(0, 154, 123, 1) !important;}
#blogdropdown .politblog						{color: rgba(232, 80, 54, 1) !important;}
#blogdropdown .privateview						{color: rgba(85, 80, 80, 1) !important;}
#blogdropdown .sweethome						{color: rgba(86, 28, 138, 1) !important;}
#blogdropdown .vonkopfbisfuss					{color: rgba(196, 0, 255, 1) !important;}
#blogdropdown .welttheater						{color: rgba(44, 146, 206, 1) !important;}
#blogdropdown .zoom								{color: rgba(119, 0, 48, 1) !important;}
#blogdropdown .historyreloaded					{color: rgba(126, 128, 44, 1) !important;}
#blogdropdown .stadtblog						{color: rgba(0, 122, 191, 1) !important;}
#blogdropdown .mw								{color: rgba(230, 36, 0, 1) !important;}
#blogdropdown .geldblog							{color: rgba(101, 115, 80, 1) !important;}
#blogdropdown .wettermacher						{color: rgba(52, 184, 232, 1) !important;}
#blogdropdown .derpoller						{color: rgba(222, 145, 0, 1) !important;}

/*------------------------------------
    GENERAL SETTINGS
------------------------------------*/
html {
    max-width: 100vw;
}
body
{
	margin: 0 auto;
	padding: 0 15px;
	width: 1024px;
    -webkit-font-smoothing: antialiased;
	font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
	
	font-family: 'Noto Serif', serif;
	color: #000;
	word-wrap: break-word;
	-ms-word-break: break-word;
	word-break: break-word;
}
@media only screen 
	and (max-width: 1323px)
{
	body
	{
		margin: 0;
	}
}
@media only screen 
	and (max-width: 1024px)
	/* and (-webkit-min-device-pixel-ratio: 2) */
{
	#sidebarSky
	{
		display: none !important;
	}
}
/* ----- Mobile --------*/
body.mobile
{
    max-width: 100% !important;
	width: 100%;
	padding: 0;
}
/* ---------------------*/
#mainWrapper
{
	max-width: 994px;
	width: 100%;
}
#topNav ul li
{
	display: inline-block;
}
#topNav .productNav
{
	text-align: right;
}
#masthead ul li.icon-flat-hamburger
{
	cursor: pointer;
	float: right;
	width: 40px;
}
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color: inherit;
}
/* clear */
.blogcontainer .clear:before,
.blogcontainer .clear:after {
    content:' ';
    display:table;
}
.blogcontainer .clear:after {
    clear:both;
}
.blogcontainer .clear {
    /* *zoom:1; */
}
.blogcontainer img {
	max-width:100%;
	height: auto;
	vertical-align:bottom;
}
.blogcontainer a {
	text-decoration:none;
}
.blogcontainer a:hover {
	color: rgba(0, 0, 0, 0.7);
}
.blogcontainer a:focus {
	outline:0;
}
.blogcontainer a:hover,
.blogcontainer a:active {
	outline:0;
}
.blogcontainer input:focus {
	outline:0;
	border: 1px solid #04A4CC;
}
.blogcontainer h1 { font-family: 'Source Serif Pro', serif; }
/*.blogcontainer h2 { font-size: 25px; font-family: 'Libre Baskerville', serif; } // Mail Angelina vom 22.08.2016: h2 gleich wie h3 */
.blogcontainer h2, .blogcontainer h3 { font-size: 21px; line-height: 24px; font-family: 'Source Serif Pro', serif; }
.blogcontainer h4 { font-size: 21px; font-family: 'Source Serif Pro', serif; }
.blogcontainer h5 { font-size: 19px; font-family: 'Source Serif Pro', serif; }
.blogcontainer h6 { font-size: 17px; font-family: 'Source Serif Pro', serif; }
.page-archive .blogcontainer p, .page-author .blogcontainer p, .post .blogcontainer p, .page-404 .blogcontainer p,
.page-archive .blogcontainer address, .page-author .blogcontainer address, .post .blogcontainer address
/*
.page-archive h2, .page-archive h3, .page-archive h4, .page-archive h5, .page-archive h6,
.page-author h2, .page-author h3, .page-author h4, .page-author h5, .page-author h6,
.post h2, .post h3, .post h4, .post h5, .post h6*/
{
	max-width: 712px;
	margin-left: auto;
	margin-right: auto;
	line-height: 30px;
	font-size: 18px;
	width: 100%;
}
.page-archive .blogcontainer ul, .page-author .blogcontainer ul, .post .blogcontainer ul,
.page-archive .blogcontainer ol, .page-author .blogcontainer ol, .post .blogcontainer ol
{
	max-width: 712px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 25px;
	font-size: 17px;
}
.post .blogcontainer .article-content h2,
.post .blogcontainer .article-content h3,
.post .blogcontainer .article-content h4,
.post .blogcontainer .article-content h5,
.post .blogcontainer .article-content h6 
{
	max-width: 712px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;	
	text-align: left;
}
.post .blogcontainer .article-content h2,
.post .blogcontainer .article-content h3
{
	margin-bottom: 14px;
	font-weight: bold; 
	text-align: center;
}
.blogcontainer p,
.blogcontainer ul,
.blogcontainer ol
{
	padding-bottom: 24px;
}
.blogcontainer p:empty
{
	display: none;
}
.blogcontainer ul li
{
	padding-bottom: 5px;
}
.blogcontainer ol 
{
	padding-left: 25px;
}
.blogcontainer ol li
{
	list-style-type: decimal;
	padding-bottom: 5px;
}
.blogcontainer address
{
	padding-bottom: 9px;
	margin-bottom: 32px;
	border-bottom: 1px solid #ccc;
	max-width: 712px;
	width: 100%;
}
.blogcontainer a em,
.blogcontainer em
{
	font-style: italic;
}
.blogcontainer table
{
	max-width: 712px;
	border: none;
	width: 100%;
	margin: 0 auto;
}
.mobile .blogcontainer .read-more
{
	display: none;
}
.post .blogcontainer blockquote
{
	text-align: center;
	width: 100%;
	display: table;
	margin: 12px auto;
	max-width: 80%;
}
.post .blogcontainer blockquote p
{	
	font-size: 30px;
	line-height: 45px;
}
/*------------------------------------
    IFrames
------------------------------------*/
iframe
{
	max-width: 100% !important;
}
#sidebarSky iframe {
	max-width: unset !important;

}
.blogcontainer .intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}
.blogcontainer .intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------------
    Columns
------------------------------------*/
.cols4
{
	-webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
	
	-webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
}
.w100
{
	width: 100%;
}
/*------------------------------------
    SETUP
------------------------------------*/
.wrapper
{
	max-width: 994px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	background-color: #FFF;
}
.mobile .wrapper
{
	padding: 0 15px;
}
#blogheader
{
	border-top: 3px solid #333;
}
.blogcontainer
{
	width: 100%;
}
.blogcontainer .articleBlock
{
	display: table;
}

/*------------------------------------
    BLOGHEADER
------------------------------------*/
.blogcontainer .printlogo
{
	display: none;
}
.blogcontainer #bloglogo
{
	max-width: 660px;
	width: 100%;
	height: 145px;
	margin: 0 auto;
	text-indent: -9999px;
}
.blogcontainer #bloglogo a
{
	width: 100%;
	height: 100%;
	display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)
{ 
    /* Retina-specific */
	.blogcontainer #bloglogo
	{
		background-size: cover;
	}
}

/*------------------------------------
    BLOG NAVIGATION DROPDOWN
------------------------------------*/
#blogdropdown
{
	width: 100%;
	display: none;
	padding: 20px 0;
}
#blogdropdown .dropdown-bloglist
{
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 700;
}
	#blogdropdown .dropdown-bloglist ul,
	#blogdropdown .dropdown-bloglist li
	{
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#blogdropdown .dropdown-title
	{
		padding: 0 0 5px;
		margin: 0 0 16px;
		border-bottom: 1px solid #000;
	}
	#blogdropdown .dropdown-title h4
	{
		margin: 0;
		padding: 0;
	}

/*------------------------------------
   NAVIGATION
------------------------------------*/

.blogcontainer #navtoggle
{
	display: none;
}
/* ----- Mobile --------*/
.mobile .blogcontainer #navtoggle
{
	display: table;
	margin: 0 auto 3px;
	font-size: 20px;
	font-family: 'IBM Plex Sans', sans-serif;
	height: 46px;
	cursor: pointer;
	padding-top: 17px;
}
.mobile .blogcontainer #navtoggle .ta-arrow
{
	display: inline-block;
}
.mobile .blogcontainer #navtoggle .ta-arrow::after
{
	content: '\E764';
	font-family: "Entypo", sans-serif;
	font-size: 38px;
	padding-left: 3px;
	position: relative;
	top: 3px;
	display: inline-block;
}
.mobile .blogcontainer #navtoggle.open .ta-arrow::after
{
	content: '\E767';
}
/* ---------------------*/
.blogcontainer #blognavigation
{
	width: 100%;
	text-align: center;
	font-family: 'IBM Plex Sans', sans-serif;
	padding-bottom: 36px;
	position: relative;
}
.post .blogcontainer #blognavigation 
{
	padding-bottom: 46px;
}
/* ----- Mobile --------*/
.mobile .blogcontainer #blognavigation
{
	padding-bottom: 16px;
}
/* ---------------------*/
	.blogcontainer #blognavigation-top
	{
		list-style: none;
		margin: 0 auto;
		padding: 0;
		width: 100%;
		max-width: none;
	}
	/* ----- Mobile --------*/
	.mobile .blogcontainer #blognavigation-top
	{
		display: none;
		font-family: 'IBM Plex Sans', sans-serif;
	}
	/* ---------------------*/	
		.blogcontainer #blognavigation-top li
		{
			display: inline-block;
			padding: 0 12px;
		}
		.home .blogcontainer #blognavigation-top li.active a
		{
			font-weight: bold;
		}
			.blogcontainer #blognavigation-top li a
			{
				font-size: 21px;
				line-height: 27px;
				color: #333;
				font-weight: normal;
			}
			.blogcontainer #blognavigation-top li a:hover,
			.blogcontainer #blognavigation-top li a:focus,
			.blogcontainer #blognavigation-top li a:active
			{
				color: rgba(0, 0, 0, 0.7);
			}
			.blogcontainer #blognavigation-top li.current-menu-item  a,
			.blogcontainer #blognavigation-top li.current-post-ancestor  a,
			.blogcontainer #blognavigation-top li.current-menu-parent a,
			.blogcontainer #blognavigation-top li.current-post-parent a
			{
				font-family: 'IBM Plex Sans', sans-serif;
				font-weight: bold;
			}
		/* ----- Mobile --------*/
		.mobile .blogcontainer #blognavigation-top li
		{
			display: block;
			width: 100%;
			text-align: center;
			padding: 5px 0;
		}
		.mobile .blogcontainer #blognavigation-top .current-menu-item,
		.mobile .blogcontainer #blognavigation-top .current-menu-parent,
		.mobile .blogcontainer #blognavigation-top .current-post-parent
		{
			display: none;
		}
		.mobile .blogcontainer #blognavigation-top li a
		{
			font-weight: normal;
			text-align: center;
			font-size: 20px;
		}
/* Article Layouts -------------------*/

.blogcontainer .video-icon
{
	position: absolute;
	z-index: 2;
	bottom: 12px;
	left: 12px;
	display: block;
	background: url('../img/icons/icon_video.png') center center no-repeat transparent;
	background-size: 100% 100%;
}
.blogcontainer .audio-icon
{
	position: absolute;
	z-index: 2;
	bottom: 12px;
	left: 12px;
	display: block;
	background: url('../img/icons/icon_audio.png') center center no-repeat transparent;
	background-size: 100% 100%;
}

/* Blog Teasers ---------- */
.blogcontainer .teaser
{
	float: left;
	display: block;
}
.blogcontainer .teaser:hover .teaser-title
{
	color: #333;
}
.blogcontainer .teaser-full
{
	width: 100%;
	margin-bottom: 20px;
}
/* ----- Mobile --------*/
.mobile .blogcontainer .teaser-full
{
	margin-bottom: 10px;
}
/* ---------------------*/
.blogcontainer .teaser-twothird
{
	width: 66.666%;
	padding-right: 18px;
    margin-bottom: 20px;
}
/* ----- Mobile --------*/
.mobile .blogcontainer .teaser-twothird
{
	width: 100%;
	padding-right: 0;
	margin-bottom: 13px;
}
/* ---------------------*/
	.blogcontainer .teaser-full .teaser-image
	{
		width: 100%;
		height: auto;
		max-height: 634px;
		overflow: hidden;
		display: block;
		position: relative;
	}
	.blogcontainer .teaser-twothird .teaser-image
	{
		width: 100%;
		height: auto;
		max-height: 430px;
		overflow: hidden;
		display: block;
		position: relative;
	}
	/* ----- Mobile --------*/
	.mobile .blogcontainer .teaser-full .teaser-image,
	.mobile .blogcontainer .teaser-twothird .teaser-image
	{
		/*max-height: 225px;
		max-height: 61vw;*/
		max-height: none;
		height: auto;
	}
	/* ---------------------*/
		
		.blogcontainer .teaser-twothird .teaser-image .video-icon,
		.blogcontainer .teaser-full .teaser-image .video-icon
		{
			width: 64px;
			height: 42px;
		}
		.blogcontainer .teaser-twothird .teaser-image .audio-icon,
		.blogcontainer .teaser-full .teaser-image .audio-icon
		{
			width: 64px;
			height: 42px;
		}
		.blogcontainer .teaser-full .teaser-image img,
		.blogcontainer .teaser-twothird .teaser-image img
		{
			width: 100%;
			height: 100%;
			position: relative;
			z-index: 1;
		}
		
	.blogcontainer .teaser-meta
	{
		text-align: center;
	}
		/* ----------- Teaser Categories --------------*/
		.blogcontainer .teaser-full .teaser-category,
		.blogcontainer .teaser-twothird .teaser-category
		{
			font-family: 'IBM Plex Sans', sans-serif;
			font-weight: 900;
			color: #a6a4c1;
			font-size: 16px;
			display: table;
			text-align: center;
			margin: 0 auto;
			line-height: 1;
		}
		.blogcontainer .teaser-full .teaser-category
		{
			padding-top: 30px;
		}
		.blogcontainer .teaser-twothird .teaser-category
		{
			padding-top: 18px;
		}
			.blogcontainer .teaser-category a,
			.blogcontainer .teaser-category a:hover,
			.blogcontainer .teaser-category a:focus,
			.blogcontainer .teaser-category a:active
			{
				color: #007abf;	
			}
		/* ----- Mobile --------*/
		.mobile .blogcontainer .teaser-full .teaser-category,
		.mobile .blogcontainer .teaser-twothird .teaser-category
		{
			padding-top: 12px;
			font-size: 15px;
			line-height: 12px;
		}
		/* ---------------------*/
		/* ----------- Teaser Titles --------------*/
		.blogcontainer .teaser-title-link
		{
			display: inline-block;
			height: auto;
			line-height: 1;
		}
			.blogcontainer .teaser-full h2.teaser-title,
			.blogcontainer .teaser-twothird h2.teaser-title
			{
				color: #007abf;
				display: inline-block;
				font-weight: bold;				
			}
			.blogcontainer .teaser-full h2.teaser-title
			{
				font-size: 45px;
				line-height: 56px;
				margin: 5px 0 8px;
			}
			.blogcontainer .teaser-twothird h2.teaser-title
			{
				font-size: 34px;
				line-height: 36px;
				margin: 4px 0 8px;
			}
			/* ----- Mobile --------*/
			.mobile .blogcontainer .teaser-full h2.teaser-title,
			.mobile .blogcontainer .teaser-twothird h2.teaser-title
			{
				margin: 8px 0 12px 0;
				font-size: 18px;
				line-height: 22px;
				margin-bottom: 11px;
			}
			/* ---------------------*/
		/* ----------- Teaser Leads --------------*/
		.blogcontainer .teaser-full .teaser-lead
		{
			font-size: 19px;
			line-height: 26px;
			padding-bottom: 6px;
		}
		.blogcontainer .teaser-twothird .teaser-lead
		{
			font-size: 17px;
			line-height: 25px;
			padding-bottom: 7px;
		}
		/* ----- Mobile --------*/
		.mobile .blogcontainer .teaser-full .teaser-lead,
		.mobile .blogcontainer .teaser-twothird .teaser-lead
		{
			font-size: 14px;
			line-height: 18px;
			padding-bottom: 5px;
		}
		/* ---------------------*/
		.blogcontainer .teaser-lead{
			font-family: 'IBM Plex Sans', sans-serif;
		}
		.blogcontainer .teaser-lead p
		{
			margin: 0;
			padding: 0;
		}
		/* ----------- Teaser Dates --------------*/
		.blogcontainer .teaser-date
		{
			font-size: 14px;
			font-family: 'IBM Plex Sans', sans-serif;
			color: rgba(0,0,0,0.7);
			padding-bottom: 5px;
		}
		.mobile .blogcontainer .teaser-date
		{
			padding-bottom: 3px;
		}
		/* ----------- Teaser Shares --------------*/
		.blogcontainer .teaser-share
		{
			display: block;
			padding: 0;
			min-height: 40px;
			height: 40px;
			padding-left: 5px;
		}
		
/* Blog Articles ---------- */
.blogcontainer .articlecontainer
{
	width: 100%;
}
.blogcontainer .articlecontainer.twocolumns
{
	max-width: 66%;
	display: block;
}
/* ----- Mobile --------*/
.mobile .blogcontainer .articlecontainer.twocolumns
{
	max-width: 100%;
}
/* ---------------------*/
.blogcontainer .articlecontainer.threecolumns,
.blogcontainer .articleBlock.threecolumns
{
	max-width: 100%;
	width: 100%;
}
.blogcontainer .article
{
	float: left;
	display: block;
	max-width: 305px;
	width: 100%;
	margin-right: 31px;
	margin-bottom: 21px;
	min-height: 368px;
	position: relative;
}
/* ----- Mobile --------*/
.mobile .blogcontainer .article
{
	width: 100%;
	margin-right: 0;
	min-height: 0;
	margin-bottom: 21px;
	max-width: 100%;
}
/* ---------------------*/
.page-category .blogcontainer .article
{
	min-height: 435px;
}
/* ----- Mobile --------*/
.mobile.page-category .blogcontainer .article
{
	min-height: 0;
}
/* ---------------------*/
.blogcontainer .article .article-content
{
	max-width: 305px;
	width: 100%;
	margin: 0 auto;
}
/* ----- Mobile --------*/
.mobile .blogcontainer .article .article-content
{
	width: 100%;
	max-width: 100%;
}
/* ---------------------*/
.blogcontainer .twocolumns .article:nth-of-type(2n)
{
	margin-right: 0;
}
.blogcontainer .threecolumns .article:nth-of-type(3n)
{
	margin-right: 0;
}
	.blogcontainer article .article-image
	{
		width: 100%;
		max-width: 304px;
		height: auto;
		max-height: 200px;
		overflow: hidden;
		display: block;
		position: relative;
	}
	/* ----- Mobile --------*/
	.mobile .blogcontainer article .article-image
	{
		max-width: 100%;
		/*max-height: 225px;
		max-height: 61vw;*/
		max-height: none;
		height: auto;
	}
	/* ---------------------*/
		.blogcontainer article .article-image img
		{
			width: 100%;
			height: auto;
			min-height: 200px;
			min-width: unset;
			position: relative;
			z-index: 1;
		}
		/* ----- Mobile --------*/
		.mobile .blogcontainer article .article-image img
		{
			/*min-height: 225px;*/
		}
		/* ---------------------*/
		.blogcontainer article .article-image .video-icon
		{
			width: 50px;
			height: 35px;
		}
		.blogcontainer article .article-image .audio-icon
		{
			width: 50px;
			height: 35px;
		}
		.blogcontainer article .article-image .article-img-container
		{
			width: 100%;
			height: 200px;
			background: center center no-repeat transparent;
			background-size: cover;			
		}
		/* ----- Mobile --------*/
		.mobile .blogcontainer article .article-image .article-img-container
		{
			height: 225px;
		}
		/* ---------------------*/
	
	.blogcontainer .article-category-top
	{
		display: none;
		max-width: 712px;
		width: 100%;
		margin: 0 auto;
		font-family: 'IBM Plex Sans', sans-serif;
		font-weight: 900;
	}
		.blogcontainer .article-category-top .post-categories
		{
			margin: 0;
			padding: 0;
		}
			.blogcontainer .article-category-top .post-categories li
			{
				display: inline-block;
			}
			.blogcontainer .article-category-top .post-categories li:after
			{
				content: ', ';
				display: inline-block;
			}
			.blogcontainer .article-category-top .post-categories li:last-child:after
			{
				content: '';
			}
			.blogcontainer .article-category-top a
			{
				color: rgba(0, 0, 0, 0.8);
			}
	
	
	.blogcontainer article .article-meta
	{
		text-align: center;
	}
		.blogcontainer article .article-category
		{
			padding-top: 16px;
			font-family: 'IBM Plex Sans', sans-serif;
			font-weight: 900;
			color: #a6a4c1;
			font-size: 16px;
			line-height: 1;
		}
		/* ----- Mobile --------*/
		.mobile .blogcontainer article .article-category
		{
			padding-top: 12px;
			font-size: 15px;
			line-height: 12px;
		}
		/* ---------------------*/
		.blogcontainer article .article-title-link
		{
			display: inline-block;
			line-height: 1;
		}
		.page-category .blogcontainer .article-title-link
		{
			margin-top: 16px;
		}
		.blogcontainer .article:hover .article-title-link,
		.blogcontainer .article:hover .article-title-link h2.article-title
		{
			color: #333;
		}
			.blogcontainer article h2.article-title
			{
				display: inline-block;
				font-size: 21px;
				line-height: 25px;
				margin: 8px 0 12px 0;
				font-weight: bold;
				color: #007abf;
			}
			/* ----- Mobile --------*/
			.mobile .blogcontainer article h2.article-title
			{
				font-size: 18px;
				line-height: 22px;
				margin-bottom: 11px;
			}
			/* ---------------------*/
		.blogcontainer .article .article-meta .article-lead
		{
			font-family: 'IBM Plex Sans', sans-serif;
			font-size: 15px;
			line-height: 21px;
			padding-bottom: 10px;
		}
		/* ----- Mobile --------*/
		.mobile .blogcontainer .article .article-meta .article-lead
		{
			padding-bottom: 5px;
		}
		/* ---------------------*/
		.blogcontainer article .article-date
		{
			font-size: 14px;
			line-height: 20px;
			font-family: 'IBM Plex Sans', sans-serif;
			color: rgba(0,0,0,0.7);
			padding-bottom: 8px;
		}
		/* ----- Mobile --------*/
		.mobile .blogcontainer article .article-date
		{
			padding-bottom: 3px;
		}
		/* ---------------------*/
		.blogcontainer article .article-share
		{
			display: block;
			min-height: 32px;
			height: 32px;
			padding-left: 5px;
		}

/*------------------------------------*\
    Sharing Buttons: Front & Single (not content)
\*------------------------------------*/			
.home .blogcontainer .teaser-share .ssbp-wrap,
.home .blogcontainer .teaser-share .ssba-wrap,
.home .blogcontainer .article-share .ssbp-wrap,
.home .blogcontainer .article-share .ssba-wrap,
.page-search .blogcontainer .article-share .ssbp-wrap,
.page-search .blogcontainer .article-share .ssba-wrap,
.page-category .blogcontainer .article-share .ssbp-wrap,
.page-category .blogcontainer .article-share .ssba-wrap,
.page-archive .blogcontainer .article-share .ssbp-wrap,
.page-archive .blogcontainer .article-share .ssba-wrap
{
	display: none;
}
/* ----- Mobile --------*/
.mobile .blogcontainer .teaser-share .ssbp-wrap,
.mobile .blogcontainer .teaser-share .ssba-wrap,
.mobile .blogcontainer .article-share .ssbp-wrap,
.mobile .blogcontainer .article-share .ssba-wrap,
.tablet:not(.home) .blogcontainer .teaser-share .ssbp-wrap,
.tablet:not(.home) .blogcontainer .teaser-share .ssba-wrap,
.tablet:not(.home) .blogcontainer .article-share .ssbp-wrap,
.tablet:not(.home) .blogcontainer .article-share .ssba-wrap
{
	display: block;
}

.teaser-full .teaser-share .ssbp-wrap > div {
	text-align: center !important;
}
/* ---------------------*/

.blogcontainer .ssbp-wrap .ssbp-list .ssbp-li--whatsapp
{
	display: none !important;
}
.mobile .blogcontainer .ssbp-wrap .ssbp-list .ssbp-li--whatsapp
{
	display: inline !important;
}
	
.blogcontainer .ssbp-wrap.ssbp--centred .ssbp-container
{
	display: table;
	margin-left: auto;
	margin-right: auto;
}		
.blogcontainer .ssbp-wrap .ssbp-container
{
	margin: 0;
}	
.home .blogcontainer .teaser-share .ssbp-wrap .ssbp-each-share,
.home .blogcontainer .teaser-share .ssba .ssba_sharecount,
.home .blogcontainer .article-share .ssbp-wrap .ssbp-each-share,
.home .blogcontainer .article-share .ssba .ssba_sharecount
{
	display: none;
}
.blogcontainer .ssbp-wrap .ssbp-container ul.ssbp-list
{
	padding: 0;
	margin: 0 0 0 -4px;
	width: auto;
	max-width: none;
	text-align: left;
}
.blogcontainer .ssba > div > a,
.blogcontainer .ssbp-wrap .ssbp-container > ul > li > a
{
	margin-left: 20px;
	display: inline-block;
}
.blogcontainer .ssba > div > a:first-child,
.blogcontainer .ssbp-wrap .ssbp-container > ul > li:first-child > a
{
	margin-left: 0;
}
.blogcontainer .ssba > div > a:hover,
.blogcontainer .ssbp-wrap .ssbp-container > ul > li > a:hover
{
	background-size: 22px;
	background-position: center center;
	background-repeat: no-repeat;
}
/*------------------------------------*\
    Sharing Buttons: Single (before and after content)
\*------------------------------------*/
.blogcontainer .teaser-share .ssbp-wrap .ssbp-each-share,
.blogcontainer .article-share .ssbp-wrap .ssbp-each-share,
.post .blogcontainer .article-share .ssbp-wrap .ssbp-each-share,
.post .blogcontainer .article-share .ssba .ssba_sharecount
{
	display: none;
}
.post .blogcontainer .article-meta2 .ssba .ssba_sharecount
{
	background: none transparent;
	border: none;
	
}
.post .blogcontainer .article-meta2 .ssba .ssba_sharecount::before,
.post .blogcontainer .article-meta2 .ssba .ssba_sharecount::after
{
	display: none;
}
.post .blogcontainer .article-meta2 .ssbp-wrap .ssbp-each-share
 {
	margin-left: 5px;
    font-size: 14px;
    display: inline-block;
    vertical-align: text-top;
}
/*------------------------------------*\
    Sharing Buttons: below Images (content)
\*------------------------------------*/
.post .blogcontainer .article-content .ssba-wrap,
.post .blogcontainer .article-content .ssbp-wrap
{
	margin: 0 auto;
	min-height: 32px;
	margin-bottom: 40px;
}
.post .blogcontainer .article-content .wp-caption.hasbuttons
{
	position: relative;
}
.post .blogcontainer .article-content .wp-caption.hasbuttons .wp-caption-text
{
    max-width: 80% !important;
	display: block;
	margin-left: 0;
}
.post .blogcontainer .article-content .wp-caption.hasbuttons .ssba-wrap,
.post .blogcontainer .article-content .wp-caption.hasbuttons .ssbp-wrap
{
	position: absolute;
    max-width: 20%;
	width: 300px;
	display: block;
	margin-bottom: 5px;
	bottom: 0;
	right: 0;
}
/* for sharing buttons below images - no caption */
.post .blogcontainer .article-content .ssba-wrap,
.post .blogcontainer .article-content .ssbp-wrap
{
	width: 300px;
	display: block;
	margin-bottom: 25px;
}
.post .blogcontainer .article-content .ssbp-wrap .ssbp-container > ul > li > a 
{
    margin-left: 20px;
    display: inline-block;
    height: auto;
}
.post .blogcontainer .article-content .ssbp-wrap .ssbp-each-share
{
    font-family: 'IBM Plex Sans', sans-serif;
    margin-left: 5px;
    font-size: 14px;
    display: inline-block;
    vertical-align: text-top;
}
.blogcontainer .wp-caption .wp-caption-text span
{
	display: inline-table;
}
/*----- MOBILE --------*/
.mobile.post .blogcontainer .article-content .wp-caption.hasbuttons .wp-caption-text
{
	max-width: 100% !important;
	position: relative;
}
.mobile.post .blogcontainer .article-content .wp-caption.hasbuttons .ssba-wrap,
.mobile.post .blogcontainer .article-content .wp-caption.hasbuttons .ssbp-wrap
{
	position: relative;
	width: 100%;
	max-width: 100%;
	text-align: center;
	right: unset;
	bottom: unset;
	margin-top: -10px;
}
/*---------------------*/
.blogcontainer .wp-caption .wp-caption-text span
{
	display: inline-table;
}
.post .blogcontainer .article-content .wp-caption.hasbuttons > a,
.post .blogcontainer .article-content .wp-caption.hasbuttons > a
{

}
.post .blogcontainer .article-content .ssba-wrap a,
.post .blogcontainer .article-content .ssbp-wrap a,
.post .blogcontainer .article-content .wp-caption.hasbuttons .ssba-wrap a,
.post .blogcontainer .article-content .wp-caption.hasbuttons .ssbp-wrap a
{
	margin: 0 5px;
	position: initial;
	width: 22px;
	height: 38px;
}
.post .blogcontainer .article-content .ssba-wrap img,
.post .blogcontainer .article-content .ssbp-wrap img
{
	margin: 0;
	padding: 0;
}
.post .blogcontainer .article-content .ssba-wrap .ssba_sharecount,
.post .blogcontainer .article-content .ssbp-wrap .ssbp_sharecount
{
	display: none;
}
/*------------------------------------*\
     Widget Areas: Author Area / Sidebar / Below Bloglogo
*------------------------------------*/
.blogcontainer .blogsidebarcontainer
{
	display: inline-block;
	max-width: 304px;
	width: 100%;
	float: right;
}
.blogcontainer .blogsidebarcontainer .widgetarea.authorarea,
.blogcontainer .blogsidebarcontainer .widgetarea.sidebar
{
	font-family: "Hind", sans-serif;
	line-height: 21px;
	font-size: 18px;
	max-width: 304px;
	width: 100%;
	display: inline-block;
}
	.blogcontainer .blogsidebarcontainer .widgetarea.authorarea section
	{
		margin-bottom: 64px;
		text-align: center;
	}
	.blogcontainer .blogsidebarcontainer .widgetarea.sidebar section
	{
		margin-bottom: 44px;
	}
	.blogcontainer .blogsidebarcontainer .widgetarea.authorarea .widget_text img
	{
		max-width: 230px;
		max-height: 230px;
		border-radius: 50%;
		overflow: hidden;
	}
	.blogcontainer .blogsidebarcontainer .widgetarea.authorarea h1,
	.blogcontainer .blogsidebarcontainer .widgetarea.authorarea h2,
	.blogcontainer .blogsidebarcontainer .widgetarea.authorarea h3,
	.blogcontainer .blogsidebarcontainer .widgetarea.authorarea h4,
	.blogcontainer .blogsidebarcontainer .widgetarea.authorarea h5,
	.blogcontainer .blogsidebarcontainer .widgetarea.authorarea h6
	{
		margin: 16px 0 9px;
		text-align: center;
		font-size: 20px;
		line-height: 24px;
		font-family: "Hind", sans-serif;
		font-weight: bold;
	}
	.blogcontainer .blogsidebarcontainer .widgetarea.sidebar h1,
	.blogcontainer .blogsidebarcontainer .widgetarea.sidebar h2,
	.blogcontainer .blogsidebarcontainer .widgetarea.sidebar h3,
	.blogcontainer .blogsidebarcontainer .widgetarea.sidebar h4,
	.blogcontainer .blogsidebarcontainer .widgetarea.sidebar h5,
	.blogcontainer .blogsidebarcontainer .widgetarea.sidebar h6
	{
		margin: 0 0 9px;
		font-size: 20px;
		line-height: 24px;
		font-family: "Hind", sans-serif;
		font-weight: bold;
	}

/* Widgets: beliebte Blogeinträge / Relatedposts ---------- */
.blogcontainer .widgetarea.ausgewaehltekategorien:empty,
.blogcontainer .widgetarea.beliebteblogeintraege:empty,
.blogcontainer .widgetarea.relatedposts:empty
{
	display: none;
}
.blogcontainer .widgetarea.relatedposts
{
	margin-top: 60px;
}
.blogcontainer .widgetarea.ausgewaehltekategorien,
.blogcontainer .widgetarea.beliebteblogeintraege,
.blogcontainer .widgetarea.relatedposts
{
	word-wrap: break-word;
	word-break: break-word;
	border-top: 1px solid #333;
	font-family: 'Source Serif Pro', serif;
	margin-bottom: 62px;
	display: block;
	width: 100%;
	position: relative;
}
.blogcontainer .widgetarea.ausgewaehltekategorien
{
	padding-top: 62px;
	padding-bottom: 0;
	border-bottom: 0;
}

.blogcontainer .widgetarea.ausgewaehltekategorien.ausgewaehltekategorien-bottom
{
	border-top: 0;
	margin-bottom: 0;
}
/* ----- Mobile --------*/
.mobile .blogcontainer .widgetarea.ausgewaehltekategorien
{
	padding-top: 25px;
	margin-bottom: 21px;
}
/* ---------------------*/
.post .blogcontainer .widgetarea.beliebteblogeintraege
{
	border-bottom: 1px solid #333;
	padding-bottom: 42px;
}
.blogcontainer .widgetarea.beliebteblogeintraege
{
	margin-bottom: 42px;
}
/* ----- Mobile --------*/
.mobile .blogcontainer .widgetarea.beliebteblogeintraege
{
	margin-bottom: 21px;
}
.paged .blogcontainer .widgetarea.beliebteblogeintraege,
.page-category .blogcontainer .widgetarea.beliebteblogeintraege,
.page-archive .blogcontainer .widgetarea.beliebteblogeintraege,
.page-tags .blogcontainer .widgetarea.beliebteblogeintraege,
.page-search .blogcontainer .widgetarea.beliebteblogeintraege
{
	padding-bottom: 42px;
	border-bottom: 1px solid #333;
	margin-bottom: 62px;
}
/* ----- Mobile --------*/
.mobile .blogcontainer .widgetarea.beliebteblogeintraege
{
	margin-top: 20px;
	margin-bottom: 42px;
	padding-bottom: 0;
}
.mobile .post .blogcontainer .widgetarea.beliebteblogeintraege
{
	margin-bottom: 21px;
	padding-bottom: 0;
}
.mobile .blogcontainer .widgetarea.relatedposts
{
	margin-bottom: 20px;
	padding-bottom: 0;
}
/* ---------------------*/
	.blogcontainer .ausgewaehltekategorien h3.widget-title,
	.blogcontainer .beliebteblogeintraege h3.widget-title,
	.blogcontainer .relatedposts h3.widget-title,
	.post .blogcontainer .postcontent .ausgewaehltekategorien h3.widget-title,
	.post .blogcontainer .postcontent .beliebteblogeintraege h3.widget-title,
	.post .blogcontainer .postcontent .relatedposts h3.widget-title
	{
		font-size: 20px;
		line-height: 24px;
		margin: 30px 5px 18px 0;
		font-family: 'IBM Plex Sans', sans-serif;
		font-weight: bold;
	}
	/* ----- Mobile --------*/
	.mobile .post .blogcontainer .ausgewaehltekategorien .widget-title,
	.mobile .post .blogcontainer .beliebteblogeintraege .widget-title,
	.mobile .post .blogcontainer .relatedposts .widget-title
	{
		font-size: 17px;
		line-height: 11px;
		margin-top: 1px;
		margin-bottom: 0;
	}
	/* ---------------------*/
	.blogcontainer .ausgewaehltekategorien .widget,
	.blogcontainer .beliebteblogeintraege .widget,
	.blogcontainer .relatedposts .widget
	{
		max-width: 304px;
		width: 100%;
		display: inline-block;
		margin-right: 31px;
		vertical-align: top;
		position: relative;
		margin-bottom: 15px;
	}
	.blogcontainer .beliebteblogeintraege .widget
	{
		max-width: 178px;
		margin-right: 18px;
	}
	.blogcontainer .ausgewaehltekategorien .widget:last-child,
	.blogcontainer .beliebteblogeintraege .widget:last-child,
	.blogcontainer .relatedposts .widget:last-child,
	.blogcontainer .ausgewaehltekategorien .widget:nth-child(3n),
	.blogcontainer .relatedposts .widget:nth-child(3n),
	.blogcontainer .beliebteblogeintraege .widget:last-child
	{
		margin-right: 0;
	}
	/* ----- Mobile --------*/
	.mobile .blogcontainer .ausgewaehltekategorien .widget,
	.mobile .blogcontainer .beliebteblogeintraege .widget,
	.mobile .blogcontainer .relatedposts .widget
	{
		max-width: 46%;
		width: 46%;
		margin-right: 5%;
		height: 200px;
		display: inline-table;
		margin-bottom: 0;
	}
	.mobile .blogcontainer .ausgewaehltekategorien .widget:nth-child(2n),
	.mobile .blogcontainer .beliebteblogeintraege .widget:nth-child(2n),
	.mobile .blogcontainer .relatedposts .widget:nth-child(2n)
	{
		margin-right: 0;
	}
	.mobile .blogcontainer .ausgewaehltekategorien .widget:nth-child(3),
	.mobile .blogcontainer .beliebteblogeintraege .widget:nth-child(5),
	.mobile .blogcontainer .relatedposts .widget:nth-child(5),
	.mobile .blogcontainer .relatedposts .widget:nth-child(6)
	{
		display: none;
	}
	/* ---------------------*/
		.blogcontainer .ausgewaehltekategorien .widget .widget-content,
		.blogcontainer .beliebteblogeintraege .widget .widget-content,
		.blogcontainer .relatedposts .widget .widget-content
		{
			display: block;
		}
		/* ----- Mobile --------*/
		.mobile .blogcontainer .ausgewaehltekategorien .widget .widget-content,
		.mobile .blogcontainer .beliebteblogeintraege .widget .widget-content,
		.mobile .blogcontainer .relatedposts .widget .widget-content
		{
			margin-bottom: 21px;
		}
		/* ---------------------*/
			.blogcontainer .ausgewaehltekategorien .widget .widget-image,
			.blogcontainer .beliebteblogeintraege .widget .widget-image,
			.blogcontainer .relatedposts .widget .widget-image
			{
				width: 100%;
				height: 200px;
				display: block;
				overflow: hidden;
				margin-bottom: 12px;
			}
			.blogcontainer .beliebteblogeintraege .widget .widget-image
			{
				max-height: 100px;
			}
			/* ----- Mobile --------*/
			.mobile .blogcontainer .ausgewaehltekategorien .widget .widget-image,
			.mobile .blogcontainer .beliebteblogeintraege .widget .widget-image,
			.mobile .blogcontainer .relatedposts .widget .widget-image
			{
				margin-bottom: 8px;
				max-height: 27vw;
				overflow: hidden;
				width: 100%;
			}
			/* ---------------------*/
			.blogcontainer .ausgewaehltekategorien .widget .widget-image img,
			.blogcontainer .beliebteblogeintraege .widget .widget-image img,
			.blogcontainer .relatedposts .widget .widget-image img
			{
				width: 100%;
				height: auto;
			}
			.blogcontainer .ausgewaehltekategorien .widget .widget-title,
			.blogcontainer .beliebteblogeintraege .widget .widget-title,
			.blogcontainer .relatedposts .widget .widget-title
			{
				font-size: 16px;
				line-height: 21px;
				font-family: 'IBM Plex Sans', sans-serif;
				font-weight: bold;
				margin-bottom: 10px;
			}
			.blogcontainer .ausgewaehltekategorien .widget .widget-title a,
			.blogcontainer .beliebteblogeintraege .widget .widget-title a,
			.blogcontainer .relatedposts .widget .widget-title a
			{
				margin-right: 5px;
			}
			.blogcontainer .beliebteblogeintraege .widget .widget-title
			{
				display: table;
			}
			/* ----- Mobile --------*/
			.mobile .blogcontainer .ausgewaehltekategorien .widget .widget-title,
			.mobile .blogcontainer .beliebteblogeintraege .widget .widget-title,
			.mobile .blogcontainer .relatedposts .widget .widget-title
			{
				font-size: 15px;
				line-height: 18px;
				min-height: 0;		
				display: inline-block;
			}
			/* ---------------------*/
			.blogcontainer .ausgewaehltekategorien .widget .widget-text,
			.blogcontainer .beliebteblogeintraege .widget .widget-text,
			.blogcontainer .relatedposts .widget .widget-text
			{
				font-size: 18px;
				line-height: 21px;
				padding: 0;
				margin: 0;
				min-height: 60px;
				font-weight: bold;
			}
			.blogcontainer .relatedposts .widget.specialpost .widget-text
			{
				font-family: 'Helvetica', Arial, sans-serif;
				font-weight: bold;
			}
			/* ----- Mobile --------*/
			.mobile .blogcontainer .ausgewaehltekategorien .widget .widget-text,
			.mobile .blogcontainer .beliebteblogeintraege .widget .widget-text,
			.mobile .blogcontainer .relatedposts .widget .widget-text
			{
				font-size: 15px;
				line-height: 18px;
				min-height: 0;
			}
			/* ---------------------*/
			.blogcontainer .ausgewaehltekategorien .widget .widget-text a,
			.blogcontainer .beliebteblogeintraege .widget .widget-text a,
			.blogcontainer .relatedposts .widget .widget-text a
			{
				color: rgba(0, 0, 0, 0.8);
			}
			.blogcontainer .ausgewaehltekategorien .widget .widget-author,
			.blogcontainer .beliebteblogeintraege .widget .widget-author,
			.blogcontainer .relatedposts .widget .widget-author
			{
				font-size: 14px;
				line-height: 15px;
				font-family: 'IBM Plex Sans', sans-serif;
				color: rgba(0,0,0,0.7);
				padding-bottom: 5px;
				display: block;
				padding-top: 10px;
			}
			
			.mobile .blogcontainer .ausgewaehltekategorien .widget .widget-author,
			.mobile .blogcontainer .beliebteblogeintraege .widget .widget-author,
			.mobile .blogcontainer .relatedposts .widget .widget-author
			{
				margin-top: 5px;
			}

.blogcontainer .bloglogo-additionalinfo-container
{
	display: table;
	margin: 0 auto;
	max-width: 712px;
	width: 100%;
}
.blogcontainer .bloglogo-additionalinfo-container:empty
{
	display: none;
}

.blogcontainer #searchform input
{
	width: 100%;
	max-width: 100%;
	font-family: 'IBM Plex Sans', sans-serif;
	color: rgba(0, 0, 0, 0.4);
	height: 22px;
	font-size: 14px;
	background: url('../img/icons/search_icon.png') no-repeat transparent;
	background-size: auto 50%;
	background-position: 6px 50%;
	padding-left: 20px;
	border-radius: 0;
	
	-webkit-box-shadow: inset 0 1px 5px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 5px 0 rgba(0,0,0,0.25);
	box-shadow: inset 0 1px 5px 0 rgba(0,0,0,0.25);
}

/* =============================
	Teamseite
==============================*/
.blogcontainer .tateam
{
	display: inline-block;
	width: 47%;
	vertical-align: top;
	margin-bottom: 4rem;
}
.mobile .blogcontainer .tateam
{
	width: 100%;
	min-height: 0;
	margin-bottom: 20px;
}
.blogcontainer .tateam:nth-child(2n)
{
	margin-left: 5%;
}
.mobile .blogcontainer .tateam:nth-child(2n)
{
	margin-left: 0;
}
.blogcontainer .tateam p:empty
{
	display: none;
}
.blogcontainer .tateam img
{
	border-radius: 50%;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
	/*margin: 0 !important;*/
}
.blogcontainer .tateam img.aligncenter
{
	/*margin: 0 auto !important;*/
}
.blogcontainer .tateam img.teamimage
{
	width: 200px;
}
/* Pagination ------------------------*/
#blog-pagination
{
	width: 100%;
	max-width: 100%;
	text-align: center;
	padding: 0 0 42px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
}
	.blog-pagination-previous:empty,
	.blog-pagination-next:empty
	{
		display: none;
	}
	.blog-pagination-previous,
	.blog-pagination-next
	{
		display: inline-block;
		padding: 0 16px;
	}
	.blog-pagination-previous a,
	.blog-pagination-next a
	{
		text-decoration: none;
	}
	.blog-pagination-previous span::before
	{
		content: '-';
		display: inline-block;
		font-family: "Tamedia Icons";
		color: #007abf;
		padding-right: 5px;
		font-size: 16px;
	}
	.blog-pagination-next span::after
	{
		content: '.';
		display: inline-block;
		font-family: "Tamedia Icons";
		color: #007abf;
		padding-left: 5px;
		font-size: 16px;
	}
	.blog-pagination-previous a:hover span::before,
	.blog-pagination-next a:hover span::after
	{
		color: rgba(0, 0, 0, 0.7);
	}
.blogcontainer .comments-pagination
{
	width: 100%;
	text-align: center;
	padding: 0 0 62px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
}	
.blogcontainer .comments-pagination:empty
{
	display: none;
}
	.blogcontainer .comments-pagination .page-numbers li
	{
		display: inline-block;
			font-size: 20px;
			line-height: 20px;
	}
	.blogcontainer .comments-pagination .prev.page-numbers span::before
	{
		content: '-';
		display: inline-block;
		font-family: "Tamedia Icons";
		color: #007abf;
		padding-right: 5px;
		font-size: 16px;
		font-weight: bold;
	}
	.blogcontainer .comments-pagination .next.page-numbers span::after
	{
		content: '.';
		display: inline-block;
		font-family: "Tamedia Icons";
		color: #007abf;
		padding-left: 5px;
		font-size: 16px;
		font-weight: bold;
	}
	
		.blogcontainer .comments-pagination .page-numbers li>a::after,
		.blogcontainer .comments-pagination .page-numbers li>span::after
		{
			content: '';
			border-right: 2px solid #333;
			padding: 0 5px;
			display: inline-block;
			position: relative;
			width: 1px;
			height: 18px;
			top: 3px;
			margin-right: 5px;
		}
		.blogcontainer .comments-pagination .page-numbers li a.prev span::after,
		.blogcontainer .comments-pagination .page-numbers li:last-child > span::after,
		.blogcontainer .comments-pagination .page-numbers li:last-child a::after
		{
			display: none;
		} 
/*------------------------------------*\
    POST PAGE
\*------------------------------------*/
.post .blogcontainer .article-content
{
	margin-bottom: 24px;
	margin-top: 24px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 978px;
}
	.post .blogcontainer .article-content img
	{
		max-width: 100%;
		height: auto;
	}
	.post .blogcontainer .article-content .tiled-gallery
	{
		margin: 0 auto 16px;
		max-width: 712px;
		width: 100%;
		overflow: hidden;
	}
	.post .blogcontainer .article-content p img
	{
		max-width: 100%;
	}
/* 	.post .blogcontainer .article-content img
	{
		margin: 20px auto 20px;
		display: table;
		max-width: 100%;
		height: auto;
		max-height: none;
	} */
	/*.post .blogcontainer .article-content a.cboxElement
	{
		margin-top: 28px;
		margin-bottom: 20px;
	}*/
	.post .blogcontainer .article-content a:not(.NnPollBox div a)
	{
		font-family: 'IBM Plex Sans', sans-serif;
		margin: 0 auto;
		font-size: 19px;
		/* font-weight: bold; */
	}
	.post .blogcontainer .article-content ul
	{
		padding-left: 32px;
		padding-top: 5px;
	}
	.post .blogcontainer .article-content ul li
	{
		list-style: initial;
	}
	.post .blogcontainer .article-content p a,
	.post .blogcontainer .article-content ul a
	{
		display: initial;
		/* font-weight: bold; */
	}
		.post .blogcontainer .article-category
		{
			padding: 12px 9px 5px;
			font-family: 'IBM Plex Sans', sans-serif;
			font-weight: 900;
			color: #a6a4c1;
			text-align: center;
			font-size: 20px;
		}
			.post .blogcontainer .article-category a
			{
				color: #a6a4c1;
			}
		.post .blogcontainer h1
		{
			color: #000;
			width: 100%;
			text-align: center;
			margin: 0 auto;			
			max-width: 852px;
			font: bold 49px/52px 'Source Serif Pro', serif;
		}
		/* ----- Mobile ----- */
		.mobile.post .blogcontainer h1
		{
			font-size: 24px;
			margin-bottom: 0;
			font-weight: bold;
			line-height: 28px;
			max-width: 100%;
		}
		/*---------------------*/
		.post .blogcontainer .oberzeile {
			max-width: 712px;
			display: block;
			font-family: 'IBM Plex Sans', sans-serif;
			font-size: 15px;
			line-height: 20px;
			margin: 0 auto 20px;
			font-weight: bold;
		}
		.post .blogcontainer .article-date
		{
			text-align: center;
			padding: 0;
			font: 15px/21px 'IBM Plex Sans', serif;
			display: table;
			margin: 2px auto 5px;
		}
		.post .blogcontainer .article-author
		{
			text-align: center;
			padding: 0 0;
			font: 15px/21px 'IBM Plex Sans', serif;
		}
		.post .blogcontainer .article-lead
		{
			padding: 13px 0 20px;
			text-align: center;
			margin: 0 auto;
			font: 20px/29px 'IBM Plex Sans', sans-serif;
		}
			.post .blogcontainer .article-lead p
			{
				margin: 0 auto;
				text-align: center;	
				width: 100%;
				font-size: 20px;
				padding: 0;
			}
		.post .blogcontainer .article-authorinfo
		{
			max-width: 712px;
			width: 100%;
			margin: 10px auto 0;
		}
			.post .blogcontainer .article-authorinfo .authorinfo-bild
			{
				width: 140px;
				height: 140px;
				overflow: hidden;
				border-radius: 50%;
				display: inline-block;
				margin-right: 24px;
				vertical-align: middle;
			}
			.mobile.post .blogcontainer .article-authorinfo .authorinfo-bild
			{
				margin: 0 auto 21px;
				display: table;
			}
				.post .blogcontainer .article-authorinfo .authorinfo-bild img
				{
					width: auto;
					/*height: 100%;*/
					margin: 0;
				}
			.post .blogcontainer .article-authorinfo .authorinfo-content
			{
				display: inline-block;
				width: 100%;
				max-width: 548px;
				font-family: 'IBM Plex Sans', sans-serif;
				font-size: 18px;
				line-height: 21px;
				vertical-align: middle;
			}
			.mobile.post .blogcontainer .article-authorinfo .authorinfo-content
			{
				text-align: center;
				margin-bottom: 21px;
			}
				
		.post .blogcontainer .article-share
		{
			display: block;
			text-align: center;
			margin-bottom: 16px;
			min-height: 32px;
			padding-left: inherit;
		}
		.post .blogcontainer .article-meta,
		.post .blogcontainer .article-meta2
		{
			max-width: 712px;
			width: 100%;
			margin: 0 auto;
			font-family: 'IBM Plex Sans', sans-serif;
			display: table;
			font-size: 17px;
			line-height: 20px;
		}
		.post .blogcontainer .article-meta2
		{
			margin-top: 12px;
		}
		.post .blogcontainer .article-meta>div
		{
			display: table-cell;
			vertical-align: top;
			padding-right: 20px;
			width: 28%;
		}
		.post .blogcontainer .article-meta .article-meta-tag
		{
			width: 44%;
		}
			.post .blogcontainer .article-meta2 .article-meta-comments
			{
				float: left;
				width: 100%;
				font-weight: bold;
			}
			/* --------- Mobile --------- */	
			.mobile.post .blogcontainer .article-meta2 .article-meta-comments
			{
				width: 100%;
			}
			/* -------------------------- */
			.post .blogcontainer .article-meta2 .article-meta-comments span
			{
				display: inline-block;
			}
			.post .blogcontainer .article-meta2 .article-meta-comments span.arrowdown
			{  
				font-family: "Tamedia Icons";
				margin-left: 4px;
				display: inline-block;
				color: #333;
				font-size: 16px;
			}
			.post .blogcontainer .article-meta2 .article-meta-comments a
			{
				color: #333;
				font-size: 20px;
				display: block;
			}
			.post .blogcontainer .article-meta2 .article-meta-social
			{
				float: right;
				text-align: right;
				min-height: 32px;
				position: relative;
				z-index: 3;
			}
			/* --------- Mobile --------- */			
			.mobile.post .blogcontainer .article-meta2 .article-meta-social
			{
				float: left;
				text-align: left;
				margin-top: 20px;
			}
			/* -------------------------- */
			
			.post .blogcontainer .article-meta>div a
			{
				font-weight: normal;
				color: #007abf;
				display: initial;
			}
		.post .blogcontainer .postlink-overview
		{
			font-family: 'IBM Plex Sans', sans-serif;
			font-size: 20px;
			line-height: 22px;
			font-weight: bold;
			margin-top: 20px;
			margin-bottom: 38px;
			display: block;
			width: 100%;
			padding-top: 38px;
			border-top: 1px solid #333;
		}
/*------------------------------------*\
    COMMENTS
\*------------------------------------*/
.blogcontainer #comments
{
	font-family: 'IBM Plex Sans', sans-serif;
}
.blogcontainer #comments h2
{
	font-size: 20px;
	margin:12px 0;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: bold;
}
.blogcontainer #comments .comments-closed
{
	margin: 1rem 0 1rem;
	padding: 0;
}
	.blogcontainer #comments ul
	{
		list-style: none;
		padding: 0;
		margin: 0;
		width: 100%;
	}
		.blogcontainer #comments > ul > li
		{
			border-top: 1px solid #ccc;
			border-left: 1px solid #ccc;
			padding: 14px 14px 0 14px;
			margin-bottom: 16px;
		}
		.blogcontainer #comments > ul > li .comment-body
		{
			margin-bottom: 16px;
		}
				.blogcontainer #comments ul.children>li
				{
					border-left: 1px solid #ccc;
					padding: 0 14px;
					margin-bottom: 16px;
				}
		.blogcontainer #comments .comment-author img,
		.blogcontainer #comments .says
		{
			display: none;
		}
		.blogcontainer #comments p
		{
			width: 100%;
			font-size: 16px;
			line-height: 26px;
		}
		.blogcontainer #comments cite
		{
			font-family: 'IBM Plex Sans', sans-serif;
			font-size: 18px;
			font-weight: bold;
			font-style: normal;
		}
		.blogcontainer #comments .reply a
		{
			color: #666666;
			font-weight: bold;
			font-size: 18px;
		}
		.blogcontainer #comments .comment-meta.commentmetadata a
		{
			font-weight: normal;
			color: #333;
			font-size: 16px;
		}
		.blogcontainer #comments .pagination
		{
			text-align: center;
			font-family: 'IBM Plex Sans', sans-serif;
			margin: 16px 0;
		}
		.blogcontainer #comments .pagination .current
		{
			font-size: 20px;
			font-weight: bold;
			color: #333;
		}	
.blogcontainer #respond
{
	width: 60%;
	display: table;
	margin: 32px 0 0;
	text-align: left;
	font-family: 'IBM Plex Sans', sans-serif;
}
/*----- Mobile ------*/
.mobile .blogcontainer #respond
{
	width: 100%;
}
/*-------------------*/
	.blogcontainer #respond #reply-title,
	.blogcontainer #respond #reply-title small
	{
		font-family: 'IBM Plex Sans', sans-serif;
		font-weight: bold;
	}
.blogcontainer #respond form>div
{
	margin-bottom: 9px;
	display: block;	
	width: 100%;
}
.blogcontainer #respond form div.error
{
	display: none !important;
}
	.blogcontainer #respond input,
	.blogcontainer #respond textarea
	{
		padding: 16px;
		width: 100%;
		font-size: 16px;
		font-family: 'IBM Plex Sans', sans-serif;
		border: 1px solid rgba(0, 0, 0, 0.7);
		-webkit-border-radius: 3px; 
		-moz-border-radius: 3px; 
		border-radius: 3px;
	}
	.blogcontainer #respond input:focus,
	.blogcontainer #respond textarea:focus
	{
		border: 1px solid #007abf;
		outline: none !important;
		-moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25); 
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25); 
		box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25); 
	}
		.blogcontainer #respond input.submit
		{
			border: 2px solid #007abf;
			background-color: transparent;
			width: auto;
			display: block;
			margin: 0;
			padding: 9px 14px;	
		}
		.blogcontainer #respond input.submit:hover
		{
			cursor: pointer;
			background-color: #007abf;
			color: #FFF;
			-moz-box-shadow: none; 
			-webkit-box-shadow: none; 
			box-shadow: none; 
		}
	.blogcontainer .comments-sidenote
	{
		font-size: 0.9rem;
		line-height: 1.25rem;
		display: block;
		max-width: 712px;
		width: 100%;
		margin-bottom: 2rem;
	}
		
/*------------------------------------*\
    Shortcodes: Aufzählung / Bildaufzählung
\*------------------------------------*/

.blogcontainer ol.aufzaehlung,
.blogcontainer ol.bildaufzaehlung
{
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 24px;
}
	.blogcontainer ol.aufzaehlung li,
	.blogcontainer ol.bildaufzaehlung li
	{
		display: table;
		width: 100%;
		border-top: 1px solid #b0b0b0;
		padding: 11px 0;
	}	
	.blogcontainer ol.aufzaehlung li:last-child,
	.blogcontainer ol.bildaufzaehlung li:last-child
	{
		border-bottom: 1px solid #b0b0b0;		
	}
	
	.blogcontainer ol.aufzaehlung
	{
		list-style-type: none;
	}
		.blogcontainer ol.aufzaehlung li
		{
			counter-increment: step-counter;
			position: relative;
			padding-left: 27px;
		}
		.blogcontainer ol.aufzaehlung li:before
		{
			content: counter(step-counter);
			font-family: 'IBM Plex Sans', sans-serif;
			font-size: 15px;
			position: absolute;
			left: 0;
			font-weight: bold;
		}
			.blogcontainer ol.aufzaehlung li .aufzaehlung-title,
			.blogcontainer ol.bildaufzaehlung li .bildaufzaehlung-title
			{
				display: table;
				width: 100%;
				font-size: 24px;
				line-height: 32px;
				margin-bottom: 10px;
			}
			.blogcontainer ol.aufzaehlung p:last-child,
			.blogcontainer ol.bildaufzaehlung p:last-child
			{
				padding-bottom: 0;
			}
	.blogcontainer ol.bildaufzaehlung li
	{
		list-style: none;
	}
		.blogcontainer ol.bildaufzaehlung li .bildaufzaehlung-text
		{
			display: inline-block;
			max-width: 540px;
			width: 100%;
			vertical-align: top;
		}
		.blogcontainer ol.bildaufzaehlung li .bildaufzaehlung-bild
		{
			display: inline-block;
			max-width: 150px;
			margin-right: 18px;
			vertical-align: top;
		}
/*------------------------------------*\
    CATEGORY, TAGS, ARCHIVE
\*------------------------------------*/
.page-category .blogcontainer .category-info,
.page-archive .blogcontainer .category-info,
.page-tags .blogcontainer .category-info,
.page-search .blogcontainer .category-info,
.page-404 .blogcontainer .category-info
{
	width: 100%;
	max-width: 712px;
	margin: 0 auto 48px;
	text-align: center;
}
	.page-category .blogcontainer .category-info p,
	.page-archive .blogcontainer .category-info p,
	.page-tags .blogcontainer .category-info p,
	.page-search .blogcontainer .category-info p,
	.page-404 .blogcontainer .category-info p
	{
		margin: 0 auto;
		width: 100%;
	}
	.page-category .blogcontainer .category-date,
	.page-archive .blogcontainer .category-date,
	.page-tags .blogcontainer .category-date,
	.page-search .blogcontainer .category-date,
	.page-404 .blogcontainer .category-date
	{
		text-align: center;
		font-size: 14px;
		padding: 0;
		font-family: 'IBM Plex Sans', sans-serif;
		display: table;
		margin: 2px auto 5px;
	}
	
	.page-404 .blogcontainer a
	{
		font-family: 'IBM Plex Sans', sans-serif;
		font-weight: bold;
	}
	
	.page-404 .blogcontainer form
	{
		width: 50%;
		margin: 16px auto 48px;
	}
	.page-404 .blogcontainer form input
	{
		width: 80%;
	}
/*------------------------------------*\
    TAG CLOUD
\*------------------------------------*/
.tagcloud
{
	line-height: 1.25;
}
/*------------------------------------*\
    RECENT COMMENTS
\*------------------------------------*/
.blogcontainer .widgetarea.sidebar section.comments_widget_plus .cwp-ul 
{
	margin: 0;
	padding: 0;
}
.blogcontainer .widgetarea.sidebar section.comments_widget_plus
{
	/* margin-bottom: 32px; */
}
.blogcontainer .widgetarea.sidebar .recentcomments.cwp-li
{
	margin-bottom: 8px;
	padding-bottom: 0;
}
.blogcontainer .widgetarea.sidebar .recentcomments .cwp-on-text
{
	display: none;
}
.blogcontainer .widgetarea.sidebar .recentcomments .cwp-author-link::after
{
	content: ' zu';
	color: rgba(0,0,0,0.7);
	font-size: 14px;
	line-height: 21px;
}
.blogcontainer .widgetarea.sidebar .recentcomments .cwp-comment-link
{
	font-size: 14px;
	line-height: 21px;
}
.blogcontainer .widgetarea.sidebar .recentcomments a.cwp-comment-link::before,
.blogcontainer .widgetarea.sidebar .recentcomments .cwp-comment-excerpt::before
{
	content: '«';
}
.blogcontainer .widgetarea.sidebar .recentcomments a.cwp-comment-link::after,
.blogcontainer .widgetarea.sidebar .recentcomments .cwp-comment-excerpt::after
{
	content: '»';
}
.blogcontainer .widgetarea.sidebar .recentcomments .cwp-author-link,
.blogcontainer .widgetarea.sidebar .recentcomments .cwp-author-link a
{
	color: rgba(0,0,0,0.7);
	font-size: 14px;
	line-height: 21px;
}
.blogcontainer .widgetarea.sidebar .recentcomments .cwp-comment-excerpt
{
	font-size: 15px;
	line-height: 21px;
	color: rgba(0,0,0,0.8) !important;
	font-family: 'Source Serif Pro', serif;
}
.blogcontainer .widgetarea.sidebar .recentcomments .cwp-comment-title
{
    display: block;
	line-height: 21px;
}
/*------------------------------------*\
    AUTHOR PAGE
\*------------------------------------*/
.page-author .blogcontainer 
{
	margin: 32px 0;
}
	.page-author .blogcontainer .author-image-container
	{
		max-width: 360px;
		width: 80vw;
		max-height: 360px;
		height: 80vw;
		overflow: hidden;
		border-radius: 50%;
		margin: 0 auto 40px;
	}
		.page-author .blogcontainer .author-image-container img.author-image
		{
			width: 360px;
			height: auto;
			min-height: 360px;
			min-width: unset;
		}
	.page-author .blogcontainer h3
	{
		text-align: center;
		font-size: 21px;
		font-weight: bold;
		line-height: 24px;
		margin-bottom: 12px;
	}
	.page-author .blogcontainer .author-info
	{
		margin-top: 32px;
		font-family: 'IBM Plex Sans', sans-serif;
		font-size: 20px;
		line-height: 22px;	
	}
	.page-author .blogcontainer .author-info p
	{
		margin-bottom: 16px;		
	}

/*------------------------------------
    Native Ads / The Content Ad
------------------------------------*/
.authorAd
{
	display: table;
	margin: 0 auto;
}
#widgetarea-inside-quarter-pos1
{
	margin-bottom: 40px;
}
.blogcontainer .specialpost
{
	position: relative;
}
.page-category .blogcontainer .specialpost
{
	margin-right: 31px;
}
	/* ------- Mobile ------- */
	.mobile .blogcontainer .specialpost
	{
		margin-top: 20px;
	}
	/* --------------------- */

	.blogcontainer .specialpost .specialpostcontainer,
	.blogcontainer .relatedposts .widget .specialpostcontainer
	{
		position: absolute;
		width: 320px;
		left: -5px;
		top: 0;
		padding-left: 5px;
	}
	/* ------- Mobile ------- */
	.mobile .blogcontainer .specialpost .specialpostcontainer,
	.mobile .blogcontainer .relatedposts .widget .specialpostcontainer
	{
		position: relative;
		display: table;
		width: 100%;
		left: 0;
	}
	/* --------------------- */
	
	.blogcontainer .specialpost .specialpostcontainer::before,
	.blogcontainer .relatedposts .widget .specialpostcontainer::before
	{
		content: '';
		width: 70px;
		height: 1px;
		display: block;
		left: 0;
		top: -30px;
		position: absolute;
	}
		.blogcontainer .specialpost .specialpostcontainer .article-content::before,
		.blogcontainer .relatedposts .widget .specialpostcontainer .article-content::before,
		.blogcontainer .relatedposts .widget .specialpostcontainer .widget-content::before
		{
			top: -30px;
			left: -1px;
			content: 'SPONSORED POST';
			font-family: 'IBM Plex Sans', sans-serif;
			position: absolute;
			font-size: 14px;
			padding-left: 10px;
			color: #b4b4b4;
			padding-top: 6px;
		}
		.blogcontainer .specialpost .specialpostcontainer .article-content,
		.blogcontainer .relatedposts .widget .specialpostcontainer .widget-content
		{
			margin-right: 0;
			float: left;
		}
	/*.blogcontainer .article.specialpost .article-title
	{
		color: #000;
		font-family: 'Helvetica', Arial, sans-serif;
	}
	.blogcontainer .article.specialpost .article-category a
	{
		color: #808080 !important;
	}
	.blogcontainer .article.specialpost .article-date
	{
		font-family: 'Helvetica', Arial, sans-serif;
		font-weight: normal;
	}*/
	.paid-post-info /* Infobox below article text */
	{
		border-top: 3px solid #b4b4b4;
		margin-top: 46px;
		max-width: 712px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		padding-top: 46px;
		font-family: 'IBM Plex Sans', sans-serif;
		margin-bottom: 46px;
	}
	.paid-post-info hr
	{
		background-color: #b4b4b4;
		margin: 20px 0 46px;
	}
.blogcontainer .contentad:empty
{
	display: none;
	height: 0;
	line-height: 0;
}
.blogcontainer .contentad
{
	display: table;
	margin: 20px auto 40px;
	line-height: 0;
	height: 0;
}
.blogcontainer .contentad>iframe
{
    max-width: 712px;
    margin: 2rem auto;
    text-align: center;
    width: auto;
    display: table;
}
.blogcontainer .singlepageAd
{
	display: table;
	width: auto;
	margin: 30px auto 0;
}



/* --- Native Ad Article -------- */
.post .blogcontainer .postcontent.specialpost
{
	position: relative;
	padding-top: 25px;
}
.post .blogcontainer .postcontent.specialpost h1
{
	font-family: Arial, sans-serif;
	font-size: 45px;
	line-height: 52px;
	max-width: 852px;
}
.post .blogcontainer .postcontent.specialpost h2,
.post .blogcontainer .postcontent.specialpost h3,
.post .blogcontainer .postcontent.specialpost h4,
.post .blogcontainer .postcontent.specialpost h5,
.post .blogcontainer .postcontent.specialpost h6
{
	font-family: Arial, sans-serif;
	font-size: 21px;
	line-height: 24px;
}
.post .blogcontainer .postcontent.specialpost .article-date
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.post .blogcontainer .postcontent.specialpost h1::before
{
	top: 0;
	left: -10px;
	right: 0px;
	width: auto;
	max-width: 722px;
	height: 60px;
	content: 'SPONSORED POST';
	display: block;
	position: absolute;
	font-size: 14px;
	padding-left: 8px;
	padding-top: 5px;
	font-family: 'IBM Plex Sans', sans-serif;
	color: #b4b4b4;
	font-weight: normal;
	margin: 0 auto;
	line-height: 1;
	text-align: left;
}
.post .blogcontainer .postcontent.specialpost .article-lead
{
	margin: 0 auto;
}
.blogcontainer .specialpost .leadmedia
{
	margin: 20px 0 0;
}
/*------------------------------------*\
    Additional Info
\*------------------------------------*/	
.post .blogcontainer .article-additionalinfo
{
	margin: 48px auto 32px;
	vertical-align: middle;
	font-family: 'IBM Plex Sans', sans-serif;
	padding: 16px 0;
}
	.post .blogcontainer .article-additionalinfo .additionalinfo-bild
	{
		display: table-cell;
		width: 240px;
		height: 240px;
		overflow: hidden;
		text-align: center;
	}
	.post .blogcontainer .article-additionalinfo .additionalinfo-bild img
	{
		margin: 0 auto;
		padding: 0;
		max-width: 100%;
		height: auto;
	}
	.post .blogcontainer .article-additionalinfo .additionalinfo-content
	{
		display: table-cell;
		padding-left: 20px;
	}	
	.post .blogcontainer .article-additionalinfo span
	{
		color: #a6a4c1;
		font-size: 20px;
		line-height: 24px;
	}
	.post .blogcontainer .article-additionalinfo h4
	{
		font-family: 'IBM Plex Sans', sans-serif;
		margin-bottom: 16px;
	}
	.post .blogcontainer .article-additionalinfo h4,
	.post .blogcontainer .article-additionalinfo p
	{
		width: 100%;
	}
	.post .blogcontainer .postcontent.additionalinfo img
	{
		margin: 0 auto;
		float: none;
		display: block;
	}
	.post .blogcontainer .postcontent.additionalinfo img::after
	{
		clear: both;
		content: ' ';
		display: block;
		float: none;
	}
	/*--------- MOBILE ---------*/	
	.mobile.post .blogcontainer .article-additionalinfo
	{
		margin: 0;
	}
	.mobile.post .blogcontainer .article-additionalinfo .additionalinfo-content,
	.mobile.post .blogcontainer .article-additionalinfo .additionalinfo-bild
	{
		width: 100%;
		display: block;
		margin: 0 auto;
		padding: 0;
	}
	.mobile.post .blogcontainer .article-additionalinfo .additionalinfo-bild img
	{
		text-align: center;
		margin: 0 auto;
		display: block;
		width: auto;
	}
	/*--------------------------*/
	
/*------------------------------------*\
    VIDEO Include
\*------------------------------------*/
.wp-video-shortcode img
{
	margin: 0 !important;
}
.mejs-poster
{
	overflow: hidden;
}
.wp-video
{
	margin-bottom: 58px;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    TWITTER TWEET
\*------------------------------------*/
.post .blogcontainer blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 0 0 30px 0;
  padding: 0 16px;
  max-width: 468px;
}
 
.post .blogcontainer blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  padding: 0;
}
 
.post .blogcontainer blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
} 
.post .blogcontainer blockquote.twitter-tweet a:hover,
.post .blogcontainer blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.blogcontainer .alignnone {
	/*margin:5px 20px 20px 0;*/
	margin: 5px 0 20px 0;
}
.blogcontainer .aligncenter,
.blogcontainer div.aligncenter{
	display:block;
	margin:5px auto 20px auto;
}
.blogcontainer .alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.blogcontainer .alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.blogcontainer a img.alignright {
	float:right;
	margin:5px 0 20px 20px !important;
}
.blogcontainer a img.alignnone {
	margin:5px 20px 20px 0;
}
.blogcontainer a img.alignleft {
	float:left;
	margin:5px 20px 20px 0 !important;
}
.blogcontainer a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.blogcontainer .wp-caption 
{
	margin: 5px auto 30px;
    max-width: 712px;
    background: transparent;
    border: none;
    padding: 0;
	text-align: center;
	width: auto;
}
.mobile .blogcontainer .wp-caption 
{
    width: auto !important;
	margin-right: 0 !important;
}
.blogcontainer .wp-caption p:empty
{
	display: none;
}
.blogcontainer .wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.blogcontainer .wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.blogcontainer .wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.blogcontainer .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.post .blogcontainer .article-content .wp-caption a.cboxElement
{
	margin-bottom: 0;
}
.blogcontainer .wp-caption .wp-caption-text,
.blogcontainer .gallery-caption {
    font-size: 15px;
    line-height: 21px;
    font-family: 'IBM Plex Sans', sans-serif;
    text-align: left;
    padding: 2% 0;
	display: inline-block;
	margin: 0;
}
/*------------------------------------*\
	Wordpress Audio Player
\*------------------------------------*/
.blogcontainer .article-content .wp-audio-shortcode
{
	max-width: 120px;
	width: 100%;
	display: table;
	margin: 21px auto;
}
/*------------------------------------*\
    Contact Forms
\*------------------------------------*/
.blogcontainer .article-content .wpcf7
{
	max-width: 100%;
	display: table;
	margin: 20px auto;
}
.mobile .blogcontainer .article-content .wpcf7
{
	max-width: 100%;
}
.blogcontainer .article-content .wpcf7 p
{
	margin: 0;
	padding: 0;
	display: table;
}
.blogcontainer .article-content .wpcf7 label
{
	max-width: 100%;
	display: block;
	line-height: 25px;
    font-size: 17px;
	margin-top: 8px;
}
.blogcontainer .article-content .wpcf7 label.error
{
	display: none !important;
}
.blogcontainer .article-content .wpcf7 select,
.blogcontainer .article-content .wpcf7 input,
.blogcontainer .article-content .wpcf7 textarea
{
		padding: 8px;
		width: 100%;
		font-size: 16px;
		font-family: 'IBM Plex Sans', sans-serif;
		border: 1px solid rgba(0, 0, 0, 0.7);
		-webkit-border-radius: 3px; 
		-moz-border-radius: 3px; 
		border-radius: 3px;
		margin-bottom: 20px;
}
.blogcontainer .article-content .wpcf7 input:focus,
.blogcontainer .article-content .wpcf7 textarea:focus
{
	border: 1px solid #007abf;
	outline: none !important;
	-moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25); 
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25); 
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25); 
}
.blogcontainer .article-content .wpcf7 select.error,
.blogcontainer .article-content .wpcf7 input.error,
.blogcontainer .article-content .wpcf7 textarea.error,
.blogcontainer .article-content .wpcf7 select.error:focus,
.blogcontainer .article-content .wpcf7 input.error:focus,
.blogcontainer .article-content .wpcf7 textarea.error:focus
{
	border-bottom: 2px solid red;
}
.blogcontainer .article-content .wpcf7 input[type="submit"]
{
	max-width: 130px;
	border: 2px solid #007abf;
	background-color: transparent;
	width: auto;
	display: block;
	padding: 7px 14px;	
}
.blogcontainer .article-content .wpcf7 input[type="submit"].right
{
	float: right;
}
.blogcontainer .article-content .wpcf7 input[type="submit"]:hover
{
	cursor: pointer;
	background-color: #007abf;
	color: #FFF;
	-moz-box-shadow: none; 
	-webkit-box-shadow: none; 
	box-shadow: none; 
}
.blogcontainer .article-content .wpcf7 .w_50
{
	width: 49%;
	display: inline-block;
	padding: 0 2%;
}
.blogcontainer .article-content .wpcf7 .w_50.left
{
	padding-left: 0;
}
.blogcontainer .article-content .wpcf7 .w_50.right
{
	padding-right: 0;
	padding-top: 35px;
}
.blogcontainer .article-content .wpcf7 .w_30
{
	width: 29%;
	display: inline-block;
}
.blogcontainer .article-content .wpcf7 .w_70
{
	width: 69%;
	display: inline-block;
}
.mobile .blogcontainer .article-content .wpcf7 .w_70,
.mobile .blogcontainer .article-content .wpcf7 .w_50,
.mobile .blogcontainer .article-content .wpcf7 .w_30
{
	width: 100%;
	display: block;
	padding: 0;
}
.blogcontainer .article-content .wpcf7-response-output
{
	margin: 0;
    padding: 8px;
    display: table !important;
    width: 100%;
	font-size: 18px;
	text-align: center;
	font-family: 'IBM Plex Sans', sans-serif;
}
.blogcontainer .article-content .wpcf7-mail-sent-ok
{
	border: 2px solid #007abf;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}
/*------------------------------------*\
    Accordion
\*------------------------------------*/
.tacc-item
{
	display: table;
	width: 100%;
	border-top: 1px solid #b0b0b0;
    overflow: hidden;
}
.tacc-item:last-child
{
	border-bottom: 1px solid #b0b0b0;
}
.tacc-title
{
	padding: 1rem 0;
	cursor: pointer;
	position: relative;
}
.tacc-title:before
{ 
	font-family: "Tamedia Icons";
    margin-left: 4px;
    color: #333;
    font-size: 15px;
	font-weight: bold;
	content: 'v';
	margin-top: 3px;
	position: absolute;
}
.tacc-title.flip:before
{
	-webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
	-moz-transform: rotate(180deg);        /* FF */
	-o-transform: rotate(180deg);          /* Opera */
	-ms-transform: rotate(180deg);         /* IE9 */
	transform: rotate(180deg);             /* W3C compliant browsers */

	/* IE8 and below */
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand');
}
.post .blogcontainer .article-content .tacc-title h1,
.post .blogcontainer .article-content .tacc-title h2,
.post .blogcontainer .article-content .tacc-title h3,
.post .blogcontainer .article-content .tacc-title h4,
.post .blogcontainer .article-content .tacc-title h5,
.post .blogcontainer .article-content .tacc-title h6,
.post .blogcontainer .article-content .tacc-title strong,
.post .blogcontainer .article-content .tacc-title b,
.post .blogcontainer .article-content .tacc-title p
{
	font-family: 'IBM Plex Sans', sans-serif !important;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-left: 25px;
}
.tacc-text
{
	display: none;
}
/*------------------------------------*\
    Bildstrecke
\*------------------------------------*/
.post .blogcontainer .article-content .bildstrecke-container
{
	display: none;
}
/*------------------------------------*\
    TAMedia Icons
\*------------------------------------*/
.ta-arrow-down
{
    content: '\E764';
    font-family: "Entypo", sans-serif;
    font-size: 38px;
    padding-left: 3px;
    position: relative;
    top: 3px;
}
/*------------------------------------*\
    Translation Plugin Settings
\*------------------------------------*/
.post .blogcontainer .language-chooser-container
{
	margin: 0 auto 36px;
	display: table;
	max-width: 712px;
	width: 100%;
}
	.post .blogcontainer .language-chooser
	{
		margin: 0;
		padding: 0;
		width: auto;
		display: table;
		border: 1px solid #333;
		padding: 5px 15px 3px 15px;
		font-family: 'IBM Plex Sans', sans-serif;
		font-size: 17px;
		line-height: 24px;
	}
		.post .blogcontainer .language-chooser li
		{
			display: inline-block;
			padding: 0;
			margin: 0 10px 0 0;
		}
		.post .blogcontainer .language-chooser li:last-child
		{
			margin-right: 0;
		}			
/*------------------------------------*\
    Lightbox
\*------------------------------------*/
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status
{
	font-family: 'IBM Plex Sans', sans-serif !important;
	line-height: 1 !important;
	font-size: 1rem !important;
	top: 8px;
	position: relative;
}
/*------------------------------------*\
    Article Follow
\*------------------------------------*/
.post .article-follow
{
	width: auto;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 1rem;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	position: relative;
	z-index: 10;
}
.fb-like span{overflow:visible !important; width:450px !important; margin-right:-300px;}

.mobile.post .article-follow .fb-like > span
{
	width: 300px !important;
	margin-right:-150px;
}
.mobile.post .article-follow .fb-like
{
	top: -5px;
}
.post .article-follow .fb_iframe_widget
{
	position: relative;
	z-index: 1;
}
.post .article-follow .twitter-follow-button
{
	position: relative !important;
	z-index: 10;
}
/*------------------------------------*\
    YOP POLL
\*------------------------------------*/
.yop-poll-forms>div:empty,
.yop-poll-forms>div>ul:empty
{
	display: none;
}
.yop-poll-container
{
	width: 100% !important;
	margin: 26px 0 !important;
	padding: 24px 0 !important;
	display: table;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.yop-poll-name
{
	font-size: 21px !important;
	line-height: 1.5 !important;
	margin-bottom: 13px;
}
.yop-poll-answers
{
	margin-bottom: 34px !important;
}
.yop-poll-answers ul
{
	margin: 0 !important;
	padding: 0 !important;
}
.yop-poll-answers ul li
{
	list-style: none !important;
}
.yop-poll-answers ul li label
{
	font-size: 17px !important;
	font-family: 'IBM Plex Sans', sans-serif !important;
	margin-left: 12px !important;
}
.yop_poll_vote_button
 {
    border: 2px solid rgba(245, 4, 58, 1);
    background-color: transparent;
    width: auto;
    display: inline-block;
    margin: 0;
    padding: 9px 14px;
	font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
	border-radius: 3px;
	cursor: pointer;
 }
.yop_poll_vote_button:hover
{
    background-color: rgba(245, 4, 58, 1);
	color: #FFF;
}
.yop-poll-container-error,
.yop-poll-container-success
{
	font-size: 17px !important;
    text-transform: none !important;
	margin-bottom: 24px;
	color: rgba(245, 4, 58, 1);
}
#yop-poll-vote-8_yp589355dadc0e5 div#yop-poll-results-8_yp589355dadc0e5
{
	float: left;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
	.article-share,
	#commentform,
	#tafooter
	{
		display: none !important;
	}
	#bloglogoprint
	{
		display: block;
	}
}

#wideBoard {
	left:0px;
}

/*------------------------------------*\
    NN Ad Styles
\*------------------------------------*/

#wideBoard {
	left:0px;
}

#inside-full-pos1 {
	text-align: center;
	padding-bottom: 25px;
}
#inside-full-pos2 {
	text-align: center;
	padding-top: 25px;
}

body.mobile #tatm-inside-full-pos1_header,
body.mobile #tatm-inside-full-pos2_header {
	font-size: 10px;
}


/* START style für bazonline (kein redesign V5) */
li.categoryLogo {
	width: 33.33%;
}
#mainLogo {
display:inline; height: auto; width: 200px; margin: 20px 0 13px;
}
#bernerzeitungLogo #mainLogo {
	width: unset;
}
#masthead ul li.navigationTitle {
    width: 33.33%;
    font-size: 36px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 13px;
	font-family: "Helvetica Neue Heavy", sans-serif !important;
}
#masthead ul li.icon-flat-hamburger {
    width: 33.33%;
    font-size: 38px;
    text-align: right;
    padding-top: 8px;
    padding-bottom: 13px;
}
/* ENDE style für bazonline (kein redesign V5) */


.aboplus {
	font-family: "Helvetica Neue Heavy", sans-serif;
	font-style: normal;
	font-weight: bold;
}

.premium {
	font-family: 'IBM Plex Sans', sans-serif !important;
	font-weight: bold;
}

.inactiveBlog {
	font-style: italic;
	margin: 20px 0;
}

.site-footer .footertop {
	width: 100%;
	padding: 30px 0 0;
}
.site-footer .footertop > .logo-link {
	display: block;
	text-align: center;
	margin-bottom: 3rem;
}

.footer-navigation .navigationlist {
	display: flex;
	flex-direction: row;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.footer-navigation .listitem {
	list-style: none;
	white-space: nowrap;
	margin: 5px 10px;
}
.site-footer {
	font-family: IBM Plex Sans,Helvetica,Arial,Verdana,sans-serif;
	color: #7d7d7d;
}

.footer-navigation .item-name {
	text-align: center;
	text-decoration: none;
	text-decoration-line: none;
	text-decoration-style: solid;
	text-decoration-color: currentcolor;
	text-decoration-thickness: auto;
	color: #7d7d7d;
	cursor: pointer;
	display: inline;
	padding-bottom: .2rem;
	background: linear-gradient(currentColor,currentColor) no-repeat 0 90%/0 .1rem;
	transition-duration: .3s;
	transition-property: background-size;
	transition-timing-function: ease;
}