/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-300.woff2') format('woff2'),
       url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-300.woff') format('woff');
}
/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-300italic.woff2') format('woff2'),
       url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-300italic.woff') format('woff');
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-regular.woff2') format('woff2'),
       url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-regular.woff') format('woff');
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-italic.woff2') format('woff2'),*/
       url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-italic.woff') format('woff');
}
/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-700italic.woff2') format('woff2'),
       url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-700italic.woff') format('woff');
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-v27-latin-700.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-700.woff2') format('woff2'),
       url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-700.woff');
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-900.woff2') format('woff2'),
              url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-900.woff');
}

@font-face {
	font-family: 'fontello';
	src: url('/wp-content/themes/Avada-Child-Theme/fonts/fontello.eot');
	src: url('/wp-content/themes/Avada-Child-Theme/fonts/fontello.eot#iefix') format('embedded-opentype'),
	   url('/wp-content/themes/Avada-Child-Theme/fonts/fontello.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif !important;
}

/* Global reset */
code, kbd, pre, samp {
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
}
code {
    padding: 0 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}
.fusion-header {
    padding-left: 0;
    padding-right: 0;
}
.fusion-header-wrapper {
    z-index: 0;
}
.fusion-header-v4 .fusion-header {
    padding-top: 13px !important;
    padding-bottom: 10px !important;
}
.fusion-page-title-bar-left .fusion-page-title-secondary {
    margin-left: 0;
}
.fusion-main-menu>ul>li {
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.fusion-main-menu>ul>li:last-child {
    padding-right: 12px;
}
.fusion-main-menu>ul>li.current_page_item,
.fusion-main-menu>ul>li.current_page_item span,
.fusion-main-menu>ul>li:hover,
.fusion-main-menu>ul>li:hover span {
   background:#d91d52;
   color:#ffffff;
}
.fusion-content-boxes.fusion-columns-1 .fusion-column {
    margin-bottom: 0;
}
.fusion-content-boxes .content-container {
    margin-bottom: 0;
}
body:not(.avada-menu-highlight-style-background) .fusion-is-sticky .fusion-main-menu>ul>li:not(:last-child) {
    padding-right: 12px;
}
body:not(.avada-menu-highlight-style-background) .fusion-is-sticky .fusion-main-menu>ul>li  {
    padding-right: 12px;
}
.fusion-header-content-3-wrapper .searchform {
    margin-right: 10px;
}
.fusion-page-title-bar,
.fusion-secondary-main-menu,
.fusion-footer-widget-area,
.fusion-footer-copyright-area {
	padding-left:0 !important;
	padding-right:0 !important;
}
.fusion-footer-widget-area {
    padding-top: 33px;
    padding-bottom: 30px;
}
.home .avada-page-titlebar-wrapper {
	display:none;
}
#main {
	padding:30px 0 !important;
}
@media (max-width: 648px) {
	#content {
	    margin-bottom: 0 !important;
	}
	.fusion-columns .fusion-column {
	    margin: 0 !important;
	}
}
@media (max-width: 768px) {
	#main {
	    padding: 10px 0 !important;
	}
}
.fusion-content-boxes.content-boxes-clean-horizontal .col {
    padding: 0 !important;
}
body.has-sidebar #main .sidebar {
    width: 320px;
	padding-right: 10px;
    padding-left: 10px;
}
@media (min-width: 768px) {
	body.has-sidebar #content {
	    width: 66.66%;
	    width: calc(100% - 320px);
	}
}
@media (min-width: 1141px) {
	.fusion-header > .fusion-row,
	.fusion-secondary-main-menu .fusion-row,
	#main > .fusion-row,
	.fusion-page-title-row,
	.fusion-footer-widget-area > .fusion-row,
	.fusion-footer-copyright-area > .fusion-row,
	.leaderboard,
	.billboard {
	    padding-right: 160px !important;
	    width: 1228px;
	    max-width: none !important;
	    padding-left: 15px;
	}
	body.has-sidebar #content {
		padding-right: 20px;
	    padding-left: 0;
	}
	body.has-sidebar #main .sidebar {

	}
}
@media (max-width: 1140px) and (min-width: 1019px) {
	.fusion-header-wrapper .fusion-header .fusion-row,
	.fusion-secondary-main-menu .fusion-row,
	#main > .fusion-row,
	.fusion-page-title-row,
	.fusion-footer-widget-area,
	.fusion-footer-copyright-area,
	.leaderboard,
	.billboard {
	    padding-right: 160px !important;
	    width: 1140px;
	    max-width: none !important;
	    padding-left: 15px !important;
	}
	body.has-sidebar #content {
		padding-right: 20px;
	    padding-left: 0;
	}
}
@media (max-width: 1018px) and (min-width: 768px) {
	.fusion-header-wrapper .fusion-header .fusion-row,
	.fusion-secondary-main-menu .fusion-row,
	#main > .fusion-row,
	.fusion-page-title-row,
	.fusion-footer-widget-area,
	.fusion-footer-copyright-area,
	.leaderboard,
	.billboard {
		padding-right: 160px !important;
	    width: 900px;
	    max-width: none !important;
	    padding-left: 15px !important;
	}
	body.has-sidebar #content {
		padding-right: 10px;
	    padding-left: 0;
	}
}
@media (max-width: 767px) {
	.fusion-header > .fusion-row,
	#main > .fusion-row,
	.fusion-page-title-row,
	.fusion-footer-widget-area > .fusion-row,
	.fusion-footer-copyright-area > .fusion-row,
	.leaderboard,
	.billboard {
		padding-right: 10px !important;
	    width: 100%;
	    max-width: none !important;
	    padding-left: 10px;
	}
	.leaderboard {
		text-align:center;
	}
	body.has-sidebar #content {
		padding-right: 0;
	    padding-left: 0;
	}
	body.has-sidebar #main .sidebar {
	    width: 100%;
	    padding-right: 0;
	    padding-left: 0;
	}
}

/* Header */
.fusion-logo-link img {
	width:260px;
}

@media (max-width: 768px) {
	.fusion-logo-link img {
	    width: 100px !important;
	}
	.fusion-header {
	    padding: 0 10px;
	}
	.fusion-secondary-main-menu {
		padding-left: 5px !important;
	}
	.fusion-body .fusion-is-sticky.fusion-header-wrapper .fusion-header,
	.fusion-body .fusion-is-sticky.fusion-header-wrapper .fusion-secondary-main-menu {
	    background-color: #000000;
	}
	body:not(.mobile-menu-design-flyout) .fusion-mobile-nav-item a {
	    background-color: #f5f5f5;
		padding-left: 40px !important;
	}
	body:not(.mobile-menu-design-flyout) .fusion-mobile-nav-item a:hover {
	    background-color: #eeeeee;
	}

}
.fusion-header .searchform .fusion-search-form-content .fusion-search-button input[type=submit] {
    background: #999999;
}
.fusion-page-title-captions {
	display:none;
}
.fusion-secondary-header {
    border-bottom: none;
}
.fusion-content-boxes.content-boxes-icon-on-side .heading, .fusion-widget-area .col .heading, .fusion-widget-area .fusion-content-boxes {
    margin-bottom: 0;
}
.fusion-widget-area .fusion-content-boxes .fusion-column {
	border:none;
}
.sidebar .heading {
	position: relative;
    border-bottom: 2px solid #d91d52;
    width: 100%;
    display: inline-block;
    margin: 0 0 10px !important;
}
.sidebar .widget_rss .heading {
    margin: 0 0 9px !important;
}
.heading .content-box-heading,
.sidebar .widget .widget-title {
    font-size: 22px !important;
    line-height: 28px !important;
    font-weight: normal;
    display: inline-block;
    position: relative;
    width: calc(100% - 75px);
    margin-bottom: 2px;
}
.sidebar .widget .widget-title {
    background: #d91d52 !important;
	padding: 8px 10px 6px !important;
	font-size: 17px !important;
    line-height: 20px !important;
    color: #ffffff !important;
    position: relative;
    margin: 0;
    display: inline-block;
	width: auto;
}
.sidebar .widget .widget-title a {
    color: #ffffff !important;
}
@media only screen and (max-width: 768px) {
	.has-sidebar #sidebar {
	    margin-top: 20px;
	}
	.sidebar .widget {
	    margin-bottom: 20px;
	}
	.sidebar .widget:last-child {
	    margin-bottom: 0;
	}
}

/*************************** Home Page ***************************/

.col.content-box-wrapper {
	min-height:auto !important;
}

/*** Issue Teaser  ***/
.issueTeaser {
	padding:15px;
	background:#f5f5f5;
	margin:0 0 20px;
}
.issueTeaser.special {
	margin:0 0 30px;
}
.content-container:after {
	display:table;
	content:'';
	clear:both;
}
.issueTeaser table tr td div {
	color:black;
}
.issueTeaser table tr td:nth-child(1) {
	vertical-align:top;
	width:160px;
	padding:0 17px 0 0;
}
.issueTeaser table tr td:nth-child(1) br {
    display:none;
}
.issueTeaser table tr td:nth-child(2) {
 	padding:0;
}
.issueTeaser table tr td:nth-child(2) h2  {
    font-size: 17px !important;
    font-weight: 700 !important;
    font-family: 'Open Sans', Arial, serif;
    line-height: 24px !important;
    margin: 0 0 10px !important;
    padding:0 0 0 8px;
}
.issueTeaser table tr td:nth-child(2) p {
    background: #ffffff;
	padding:5px 8px;
	line-height:18px;
	color:black;
}
.issueTeaser table tr td:nth-child(2) p a {
    color: #0080da;
	font-weight: 600;
}
.issueTeaser table tr td:nth-child(2) ul  {
   margin:0;
   padding:0;
}
.issueTeaser .issueArticles {
	margin:0 0 2px 8px;
}
.issueTeaser table tr td:nth-child(2) ul li  {
    margin: 0 0 0 20px;
    list-style: none;
    position: relative;
    color: #d91d52;
    line-height: 21px;
}
.issueTeaser table tr td:nth-child(2) ul li:after  {
    position: absolute;
    content: '';
    font-size: 20px;
    background: #777777;
    left: -12px;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 20px;
}
.issueTeaser table tr td:nth-child(2) ul li.read-more {
    background-color: #000000;
    text-align:center;
	margin: 12px 0 0 0;
}
.issueTeaser table tr td:nth-child(2) ul li.read-more:hover {
    background-color: #333333;
}
.issueTeaser table tr td:nth-child(2) ul li.read-more:after {
    display:none;
}
.issueTeaser table tr td:nth-child(2) ul li.read-more a  {
    color: #ffffff;
    display:block;
	padding: 6px 12px;
    margin: 0;
    font-size: 14px;
}
@media (max-width: 480px) {
	.issueTeaser {
	    margin: 0 0 10px;
	}
	.issueTeaser table {
		display: block;
		width: 100%;
	}
	.issueTeaser table tr td:nth-child(1) {
	    width: 100%;
	    padding:0;
	    display: block;
	    margin:0 0 5px;
	}
	.issueTeaser table tr td:nth-child(1) img {
	    width: 100%;
	}
	.issueTeaser table tr td:nth-child(2) {
	    display: block;
	}
	.issueTeaser table tr td:nth-child(2) p {
	    margin: 0 0 8px;
	}
}



/*** Blog layout-large  ***/
.post {
    margin-bottom: 25px!important;
}

.post:last-child {
    margin-bottom: 0;
}
.fusion-blog-layout-large .fusion-posts-container {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin: 0 -10px;
}
.fusion-blog-layout-large .post-content {
	display:block;
}
.fusion-blog-layout-large .fusion-posts-container .post {
	-webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 50% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    position: relative;
    padding: 0 10px;
}
.fusion-blog-layout-large .fusion-posts-container .post:nth-last-of-type(-n+2) {
    margin: 0 0 0 !important;
}
.fusion-blog-layout-large .fusion-posts-container .post .image {
	margin-bottom: 10px;
}
.fusion-blog-layout-large .fusion-posts-container .post .image img {
	width:100%;
}
.fusion-blog-layout-large .fusion-posts-container .post .entry-title {
    font-size: 17px;
    line-height: 25px;
    margin: 0;
}
.fusion-blog-layout-large .fusion-posts-container .post p {
    margin: 0;
}

@media (max-width: 1100px) {
	.fusion-blog-layout-large .fusion-posts-container .post {
	    -webkit-flex: 0 0 100% !important;
	    -ms-flex: 0 0 100% !important;
	    flex: 0 0 100% !important;
	    max-width: 100% !important;
	}
}
@media (max-width: 768px) {
	.fusion-blog-layout-large .fusion-posts-container .post,
	.fusion-blog-layout-large .fusion-posts-container .post:nth-last-of-type(-n+2) {
	    margin: 0 0 10px !important;
	}
	.fusion-blog-layout-large .fusion-posts-container .post:last-child {
	    margin: 0 0 0 !important;
	}
}

/************************ Home Sidebar ************************/
#main .sidebar {
    padding: 0;
}

/***  Stellenmarkt ***/
.az-jobs-content .az-jobs-first-row:hover + tr,
.az-jobs-content .az-jobs-content-job:hover,
.az-jobs-content .az-jobs-content-job {
    background-color: transparent;
    padding: 0;
}
.az-jobs-list table tr.az-jobs-content-job:nth-child(3),
.az-jobs-list table tr.az-jobs-content-job:nth-child(4),
.az-jobs-list table tr.az-jobs-content-job:nth-child(7),
.az-jobs-list table tr.az-jobs-content-job:nth-child(8),
.az-jobs-list table tr.az-jobs-content-job:nth-child(11),
.az-jobs-list table tr.az-jobs-content-job:nth-child(12),
.az-jobs-list table tr.az-jobs-content-job:nth-child(15),
.az-jobs-list table tr.az-jobs-content-job:nth-child(16),
.az-jobs-list table tr.az-jobs-content-job:nth-child(19),
.az-jobs-list table tr.az-jobs-content-job:nth-child(20) {
    background: #f5f5f5;
}
.az-jobs-content-job:first-child .az-jobs-title {
    border-top: none!important;
}
.az-jobs-content .az-jobs-content-job .az-jobs-title a {
    padding-top: 5px;
    color: #d91d52;
}
.az-jobs-list table tr.az-jobs-content-job td {
    padding: 1px 9px!important;
}
.az-jobs-content .az-jobs-content-job .az-jobs-company a {
    color: #777777;
    line-height: 16px;
    padding-bottom: 8px;
}
.az-jobs-content .az-jobs-content-job .az-jobs-title,
.az-jobs-content .az-jobs-content-job .az-jobs-company {
    border: none;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.az-jobs-list table tr.az-jobs-content-job td {
    padding: 1px 9px;
}
a.az-jobs-button {
	background: #000000;
    border-radius: 0;
    color: #FFFFFF;
    font-weight: normal;
    border: none;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 12px;
    width: calc(50% - 5px);
    float: left;
    display: block;
    margin: 10px 0 0;
}
a.az-jobs-button:hover {
    background: #333333;
}
.az-jobs-button.az-jobs-content-next {
    margin-right: 5px;
    margin-top: 10px;
}
.az-jobs-button.az-jobs-new-job {
    margin-left: 5px;
    margin-top: 10px;
}
/* new widget */
.jwtpl-ts-block .jwtpl-hilic-block {
	padding-bottom:11px!important;
}
.jwtpl-hilic-item:first-child {
	border-top:none!important;
	padding-top:0;
}
.jwtpl-hilic-item:last-child {
	border-bottom:0;
	padding-bottom:0;
}
.jwtpl-hilic-itemLink {
	margin:2px 0!important;
}
.jwtpl-ts-jobmarketLinkIcon {
	background-color:#000!important;
	padding:7px!important;
	display:block!important;
	text-align:center;
}

/***  Textwidget ***/
.textwidget p  {
	margin: 0;
	padding:3px 9px;
	background: #f5f5f5;
}
.textwidget p:first-child  {
	padding-top:6px;
}
.textwidget p:last-child  {
	padding-bottom:6px;
}

/***  Online lesen und kaufen ***/
.sidebar .issuem_active_list_widget {
    text-align: left;
}
.sidebar .issuem_active_list_widget .issuem_widget_issue_cover_image {
    float: left;
    margin-right: 15px;
    max-width: 106px;
}
.sidebar .issuem_active_list_widget .issuem_widget_issue_name {
    height: 14px;
    line-height: 14px;
	font-size: 16px;
	margin: 0 0 10px;
}
.sidebar .issuem_active_list_widget .issuem_widget_issue_name a {

}
.sidebar .issuem_active_list_widget ul {
    margin: 17px 0 13px;
}
.sidebar .issuem_active_list_widget ul li {
    margin: 0 0 10px;
    height: 11px;
    line-height: 11px;
}
.sidebar .edd_purchase_submit_wrapper {
    position: relative;
}
.sidebar .edd-submit.button {
    background-color: #000000;
    border-color: #000000;
    border-radius:0;
    display: block;
    overflow: hidden;
    margin:0;
}
.sidebar .edd-submit.button:hover {
    background-color: #333333;
    border-color: #333333;
}

/***  News von www.raspberrypi.org ***/
.widget_rss .widget-title img {
    display:none;
}
.widget_rss.widget ul li  {
    padding: 6px 9px 6px 26px;
    border:0;
}
.widget_rss.widget ul li:nth-child(even)  {
    background: #f5f5f5;
}

/***  Sidebar Neuigkeiten ***/
.sidebar .post  {
	margin-bottom: 22px;
}
.sidebar .post:after  {
	display:table;
	content:'';
	clear:both;
}
.sidebar .post .image {
    width: 100px;
    text-align: center;
    background: #fafafa;
    float: left;
    margin: 0 10px 0 0;
}
.sidebar .post .entry-title {
    line-height:21px !important;
}
.sidebar .post .fusion-post-content-container p {
    margin:0;
    font-size:13px;
    line-height:20px;
}




/*  ----------------------------------------------------------------------------
    Pagination
*/
.page-nav {
  margin: 30px 0 30px 0;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 12px;
  display: inline-block;
  width: 100%;
  /* responsive portrait phone */
}
.page-nav:last-child {
  margin: 30px 0 0 0;
}
@media (max-width: 767px) {
  .page-nav {
    margin-right: auto;
    margin-left: auto;
    display: table;
    width: auto;
  }
}
.page-nav a:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.page-nav a,
.page-nav span {
  padding: 5px 11px;
  border: 1px solid #e3e3e3;
  display: inline-block;
  margin: 0 8px 8px 0;
  min-width: 33px;
  text-align: center;
  color: #666;
  line-height: 21px;
  float: left;
}
.page-nav .first,
.page-nav .last {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .page-nav .first,
  .page-nav .last {
    display: none;
  }
}
.page-nav .extend {
  border: none;
}
@media (max-width: 767px) {
  .page-nav .extend {
    display: none;
  }
}
.page-nav i {
  font-size: 9px;
  line-height: 1;
  display: inline-table;
}
.page-nav .pages {
  float: right;
  margin: 0;
  border: none;
  padding: 6px 0 6px 6px;
}
@media (max-width: 767px) {
  .page-nav .pages {
    display: none;
  }
}
.page-nav .current {
  background-color: #000000;
  color: #fff;
  border-color: #000000;
}
.page-nav:first-child > div {
  padding: 5px 11px;
  border: 1px solid #000000;
  display: inline-block;
  margin: 0 8px 8px 0;
  min-width: 33px;
  text-align: center;
  color: #fff;
  line-height: 21px;
  float: left;
  background-color: #000000;
}
.page-nav .td-icon-menu-right,
.page-nav .td-icon-menu-left {
  padding-left: 1px;
  position:relative;
}
.page-nav .td-icon-menu-right:before,
.page-nav .td-icon-menu-left:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: -2px;
    top: -10px;
	font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 13px;
}
.page-nav .td-icon-menu-left:before {
    content: "\f053";
	font-weight: 900;
	left:-4px;
}
.page-nav .td-icon-menu-left {
  padding-left: 0;
  padding-right: 1px;
}



/************************ Magazin ************************/
.page .post-content h1,
.fusion-post-title-meta-wrap h1,
.relatedPosts h2 {
	position: relative;
	font-family: Roboto;
    border-bottom: 2px solid #d91d52;
    margin: 5px 0 10px !important;
    width: 100%;
    display: inline-block;
	font-size: 22px !important;
    line-height: 28px !important;
}
.page .post-content h1,
.fusion-post-title-meta-wrap h1,
#content h1 {
    color: #555;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    margin-top: 0;
    border-bottom: 2px solid #d91d52;
    font-weight: 400;
}
.relatedPosts h2 {
	font-size: 18px !important;
	line-height: 27px !important;
}
.fusion-post-title-meta-wrap h1 {
    margin: 0 0 10px !important;
}
.page .post-content h1 + p {
	font-size: 13px;
    line-height: 21px;
    margin-bottom: 12px;
}
.unsereSponsoren .fusion_builder_column_1_1 .fusion-content-boxes {

}
.unsereSponsoren .fusion_builder_column_1_1 .fusion-content-boxes .fusion-column {

}
.issuem_archives_shortcode {
	display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
	width: 100% !important;
    align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.issuem_archives_shortcode .issuem_archive {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 32% !important;
    -ms-flex: 0 0 32% !important;
    flex: 0 0 32% !important;
    max-width: 32% !important;
    margin: 0 0 0 !important;
    position: relative;
    padding: 0;
}
.issuem_years {
    margin:10px 0;
}
.issuem_years a {
	width:52px;
}
.issuem_archives_shortcode .issuem_archive p  {
	margin:0;
}
.issuem_archives_shortcode .issuem_archive a  {
	font-size: 13px;
}
.issuem_archives_shortcode .issuem_archive img {
	width:100%;
	margin: 0 0 7px;
}
.next_previous_archive_pagination {
	margin-bottom:42px;
}
.issue-pagination.page-nav {
	margin-top:0;
}
.issue-pagination.page-nav a:hover, .issuem_years a:hover {
	text-decoration:none;
}
.issue-pagination.page-nav .dots {
	border:none;
}
@media (max-width: 980px) {
	.issuem_archives_shortcode .issuem_archive {
	    -webkit-flex: 0 0 48.5% !important;
	    -ms-flex: 0 0 48.5% !important;
	    flex: 0 0 48.5% !important;
	    max-width: 48.5% !important;
	}
}
@media (max-width: 768px) {
	.issuem_archives_shortcode .issuem_archive {
	    -webkit-flex: 0 0 32.5% !important;
	    -ms-flex: 0 0 32.5% !important;
	    flex: 0 0 32.5% !important;
	    max-width: 32.5% !important;;
	}
}
@media (max-width: 480px) {
	.issuem_archives_shortcode .issuem_archive {
	    -webkit-flex: 0 0 49% !important;
	    -ms-flex: 0 0 49% !important;
	    flex: 0 0 49% !important;
	    max-width: 49% !important;
	}
}
@media (max-width: 360px) {
	.issuem_archives_shortcode .issuem_archive {
	    -webkit-flex: 0 0 100% !important;
	    -ms-flex: 0 0 100% !important;
	    flex: 0 0 100% !important;
	    max-width: 100% !important;
	}
}


/************************ Article Page ************************/

.fusion-post-title-meta-wrap {
	margin-bottom: 0;
}
.fusion-post-title-meta-wrap .wp-caption {
	float: left;
    max-width: 330px;
    margin: 0 20px 0 0;
    width:100% !important;
}
.wp-caption img {
    width:100%;
    margin:0 0 5px !important;
}
.wp-caption-text, .wp-caption-dd {
    font-family: Verdana, Geneva, sans-serif;
    text-align: left;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    line-height: 17px;
    color: #444;
    margin: 0 0 12px !important;
    background: #f5f5f5;
    color: #555555;
    padding: 3px 7px;
}
.fusion-post-title-meta-wrap + .post-content {
    margin-bottom:30px;
    position:static;
}
.post-content p  {
    margin-bottom: 12px !important;
}
.single  .post-content h2,
.single  .post-content h3,
.single  .post-content h4 {
    margin-bottom: 0 !important;
}
.single  .post-content h3 {
    font-size:17px;
}
.single  .post-content h4 {
    font-size:16px;
}
.single .aligncenter {
    max-width: 300px !important;
    margin: 14px auto 0 !important;
}
.single .author {
	color:#777;
	margin:0 0 5px;
}
.single .question {
	font-style: italic;
}
/***  Artikel  Sonstiges (miscellaneous) ***/

/*** Listingbox ***/
pre {
	background:#f7f7f7;
}
div.box {
    border: 1px solid #e3e3e3;
    padding: 5px;
    margin: 12px 0;
}
div.box .boxname p, div.box  .boxname  {
	color:#555;
	font-size:18px;
	margin:0 0 3px;
	font-family: 'Roboto', sans-serif;
}

div.box .object-center img {
	margin-bottom: 10px;
}
div.box .boxtitle p, div.box  .boxtitle {
	color:#555;
	font-size:18px;
	margin: 0 0 3px;
}
div.box.listingbox .boxtitle p, div.box.listingbox  .boxtitle, div.box.table .boxtitle p, div.box.table  .boxtitle {
   margin: 0 0 5px;
	font-size:14px;
}
div.box.table {
	overflow-x:auto;
}
div.box pre {
	margin:0 0 12px 0;
}
div.box > *:last-child {
    margin:0;
}
div.box ol {
    padding:0;
}
div.box ol li {
    margin-left: 21px;
 }
 div.box p:last-child {
    margin-bottom: 0 !important;
 }
 .post-content > p + div.box {
    clear:both;
 }
.td-page-content li, .td-post-content li, .wpb_text_column li {
    margin-left: 21px;
    margin-bottom: 0;
    list-style-type: disc;
}

.renderedtable {
	border-spacing: 2px;
    border-collapse: separate;
	 margin-bottom:12px;
	 width: 100%;
}

.renderedtable caption {
	text-align:left;
}
.renderedtable tr th {
	background:#999999;
	color:#ffffff;
}
.renderedtable tr td {
	padding: 0 3px;
}
.renderedtable tr:nth-child(odd) td {
	background:#f5f5f5;
}
.renderedtable td p, .renderedtable th p {
	margin:0;
}
.renderedtable tr th code {
  color:#555;
}

/*** Authorbox ***/
div.box.authorbox  {
    min-height:99px;
}
div.box.authorbox .object-left, div.box.authorbox img  {
    float: left;
}
div.box.authorbox .boxtitle p, div.box.authorbox .boxtitle {
	margin: 0 0 5px;
}
div.box.authorbox .object-left img, div.box.authorbox img {
	max-width:50px!important;
	margin:3px 10px 0 0;
   padding: 0 0 0;
}

/*** Article Paypall ***/
.articlePaywall {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMy4yIDIxLjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIzLjIgMjEuNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjtzdHJva2U6IzM0OEMyQjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQoJLnN0MXtmaWxsOiNGRkZGRkY7c3Ryb2tlOiMwQjcyMDA7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KCS5zdDJ7ZmlsbDojMEI3MjAwO30NCjwvc3R5bGU+DQo8Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSI4LjIiIGN5PSI5LjYiIHI9IjcuNSIvPg0KPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMTQuOSIgY3k9IjguMyIgcj0iNy41Ii8+DQo8Y2lyY2xlIGNsYXNzPSJzdDEiIGN4PSIxMi4yIiBjeT0iMTMuMyIgcj0iNy41Ii8+DQo8Zz4NCgk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMTMuOCwxNS41YzAuNS0wLjIsMS4xLTAuNiwxLjctMS4xbDAsMS45Yy0wLjMsMC4zLTAuOCwwLjctMS4xLDAuOGMtMC42LDAuMi0xLjIsMC40LTEuOCwwLjQNCgkJYy0wLjcsMC0xLjMtMC4xLTEuOS0wLjRzLTEuMS0wLjYtMS41LTEuMWMtMC40LTAuNS0wLjctMS0wLjktMS42SDYuOGwwLjgtMC44aDAuNmMwLTAuMSwwLTAuMiwwLTAuNGMwLTAuMSwwLTAuMiwwLTAuM0g2LjgNCgkJbDAuOC0wLjhoMC42YzAuMS0wLjYsMC40LTEuMiwwLjktMS43czAuOS0wLjksMS41LTEuMXMxLjMtMC40LDItMC40YzAuNiwwLDEuMiwwLjEsMS44LDAuNHMxLjEsMC42LDEuNSwxbC0xLjEsMS4zDQoJCWMtMC4zLTAuMy0wLjYtMC42LTEtMC44Yy0wLjQtMC4yLTAuOC0wLjMtMS4yLTAuM2MtMC41LDAtMSwwLjEtMS40LDAuNGMtMC40LDAuMy0wLjcsMC43LTAuOSwxLjFoNC4ybC0wLjYsMC44aC0zLjcNCgkJYzAsMC4xLDAsMC4xLDAsMC4zYzAsMC4xLDAsMC4yLDAsMC40aDMuMmwtMC42LDAuOGgtMi4zYzAuMiwwLjQsMC41LDAuOCwwLjksMWMwLjQsMC4zLDAuOSwwLjQsMS40LDAuNA0KCQlDMTMsMTUuNywxMy40LDE1LjcsMTMuOCwxNS41eiIvPg0KPC9nPg0KPC9zdmc+DQo=');
	background-repeat: no-repeat;
    color: transparent;
    background-size: 20px;
    margin-top: 1px;
    position: relative;
    top: 6px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

/*** Glossar ***/
ul#glossar_menue {
    display: block;
    float: left;
    font-size: 0;
    position: relative;
    z-index: 999;
}
ul#glossar_menue,
ul#glossar_menue ul {
    list-style: outside none none;
    padding: 0;
}
ul#glossar_menue > li {
    margin: 3px 0 0;
}
ul#glossar_menue a {
    background-color: #222222;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 9px;
    padding: 3px 10px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
	line-height:14px;
}
ul#glossar_menue ul {
    display: none;
    left: 100%;
    position: absolute;
    top:-158px;
}
ul#glossar_menue > li:hover ul {
    display:block;
}
ul#glossar_menue ul li {
    float: none;
	display: block;
    font-size: 0;
    white-space: nowrap;
}
ul#glossar_menue li ul li a {
    background:#4db2ec;
}
ul#glossar_menue li ul li a:hover {
    background:#3d8cba;
}

/*** Rating Stars ***/
.ratingStars {
	display:block;
	position: relative;
    width: 80px;
    height: 17px;
    margin: 0 0 4px;
}
.ratingStars1 {
   background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M16%206h-6L8%20.2%206%206H0l5%203.6-2%205.8%205-3.6%205%203.6-2-5.8z%22%20fill%3D%22%23d2d2d2%22%2F%3E%3C%2Fsvg%3E");

	width: 80px;
    height: 16px;
display:block;
}
.ratingStars2 {
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M16%206h-6L8%20.2%206%206H0l5%203.6-2%205.8%205-3.6%205%203.6-2-5.8z%22%20fill%3D%22%23fed700%22%2F%3E%3C%2Fsvg%3E");
	position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
	height: 16px;
	display:block;
}

/*** Easy Digital Downloads ***/
.edd_purchase_submit_wrapper a.button {
    display: block;
    margin: 0 0 0;
    border-radius: 0;
	 overflow:hidden;
}
.edd_purchase_submit_wrapper a:hover {
    text-decoration:none;
}
.edd-cart-added-alert {
	background-color:white;
	padding:5px;
}
#edd_checkout_form_wrap label[for="card_state"] .edd-required-indicator {
	display:none;
}
/* 2017-09-14 tvb */
#edd_checkout_cart td, #edd_checkout_cart th {
	border-color: #EEEEEE;
}
#edd_purchase_submit #edd-purchase-button {
	margin-left: 0;
}
#edd_checkout_form_wrap #edd_final_total_wrap,
#edd_purchase_form #edd_cc_address,
#edd_purchase_form #edd_checkout_user_info,
#edd_checkout_cart .edd_cart_header_row th {
	background-color: #F1F1F1;
}
#edd_cc_address p,
#edd_checkout_user_info p {
	margin-bottom: 20px;
}
#edd_purchase_receipt td h3 {
	left: auto !important;
	margin-top: -10px !important;
}

/* terms */
#edd_checkout_form_wrap #edd_purchase_form #edd_terms_agreement {
	border:  1px solid #e3e3e3;
}
#edd_checkout_form_wrap span.edd-description {
	font-size: 13px;
}
#edd_checkout_form_wrap label {
	font-size: 13px;
}
#edd_terms_agreement div.edd-terms-agreement {
	padding-top: 24px;
	height:60px;
	background-color: #F1F1F1;
}
#edd-terms-agreement,
#edd_terms h1 {
	margin-top: 10px;
}
#edd_checkout_form_wrap fieldset#edd_terms_agreement {
	margin-bottom: 20px;
}

#edd_purchase_form_wrap label.edd-input,
#edd_purchase_form_wrap span.edd-description,
#edd_purchase_form_wrap label.edd-label {
	font-size: 100%;
}
fieldset#edd_payment_mode_select  {
	background-color: #F1F1F1 !important;
	height: 62px;
}
#edd_purchase_form_wrap fieldset {
	min-width: 0;
	background-color: #F1F1F1;
}
#edd_purchase_form_wrap h1 {
	font-size: 28px;
}
#edd_checkout_form_wrap span.edd-description {
	color: #AAA;
}
#edd_purchase_form_wrap fieldset > p {
	margin-bottom: 30px;
}

#edd_purchase_form legend{
    margin: 0;
    display: block;
    height: 21px;
    position: absolute;
    top: -24px;
    left: 0;
    font-size: 100%;
}
#edd_purchase_form fieldset{
	position: relative;
	}
#edd_purchase_form #edd_payment_mode_select,
#edd_purchase_form #edd_checkout_user_info,
#edd_purchase_form #edd_cc_address{
	margin-top: 50px;
}
#edd_checkout_form_wrap select.edd-select,
#edd_checkout_form_wrap input.edd-input,
#edd_checkout_form_wrap textarea.edd-input {
	width: 100%;
}
.td-page-content #edd_checkout_form_wrap {
	color: #666;
}
#edd_terms {
	display:block!important;
	height:600px;
	overflow:auto;
	margin-bottom:10px;
}
#edd_terms_agreement .edd_terms_links {
	display: block;
	position: relative;
	font-size: 13px;
	padding-left: 20px;
}
#edd_terms_agreement .edd_terms_links:before {
    background: url(/wp-content/themes/Newspaper-child/images/sprite.png) repeat scroll -125px 0;
    display: inline-block;
    height: 15px;
    width: 15px;
    left: -1px;
    line-height: 21px;
    position: absolute;
    top: 7px;
    content: '';
    background-size: 350px 350px;
   }
#edd_terms_agreement .edd_terms_links:after{
    position: absolute; /* Positions psuedo element relative to .icon */
    width: 15px; /* Same dimensions as .icon */
    height: 15px;
    content: ""; /* Allows psuedo element to show */
    background: #00a7e7; /* The color you want the icon to change to */
    mix-blend-mode: overlay; /* Only apply color on top of white, use screen if icon is black */
    top: 7px;
    left: 0;
}

#edd_show_terms {
	display:none;
}
#edd_terms_agreement .edd-terms-agreement {
    padding-top: 0.5em;
    padding-left: 1.387em;
    padding-bottom: 1.387em;
    height: 44px;
}
#edd_terms_agreement .required {
	display: block !important;
	float: left;
}
.edd-terms-agreement label {
	font-size: 13px !important;
	display: block !important;
	float: left;
}
#edd_purchase_submit .edd-submit {
	margin: 1.387em;
}
#edd_purchase_submit .edd-alert {
	margin-bottom:0;
}
#edd_purchase_form_wrap #edd_final_total_wrap {
    padding-bottom: 1.387em !important;
    padding-top: 1.387em !important;
    margin-bottom: 0 !important;
}
#edd-card-country-wrap select {
	height: 34px;
	border-color: #e1e1e1;
}
#edd-card-country-wrap select:active {
	border-color: #b0b0b0;
}
#edd-purchase-button, .edd-submit, input[type=submit].edd-submit {
	border: none !important;
	border-radius: 0 !important;
}
#edd_terms_agreement #edd_terms {
    padding-left: 1.387em !important;
	padding-right: 1.387em !important;
}
#edd_terms_agreement #edd_terms h1 {
	font-size: 20px;
}
#edd_terms_agreement #edd_terms hr {
	width: auto !important;
}
#edd_purchase_form_wrap select.edd-select,
#edd_purchase_form_wrap input[type=text],
#edd_purchase_form_wrap input[type=url],
#edd_purchase_form_wrap input[type=tel],
#edd_purchase_form_wrap input[type=email] {
	font-size: 13px;
}

/* purchase receipt */
#edd_purchase_receipt_products tbody tr > td,
#edd_purchase_receipt_products thead tr + tr > td,
#edd_purchase_receipt_products thead tr > th,
#edd_purchase_receipt tbody tr > td,
#edd_purchase_receipt thead tr + tr > td,
#edd_purchase_receipt thead tr + tr > th {
	border: 1px solid #E3E3E3;
	padding: 1.387em;
}
#edd_purchase_receipt_products tbody tr > td,
#edd_purchase_receipt_products thead tr + tr > td,
#edd_purchase_receipt tbody tr > td,
#edd_purchase_receipt thead tr + tr > td {
	background-color: #F1F1F1;
}

#edd_purchase_receipt h3,
#edd_purchase_receipt + h3 {
	font-weight: 700;
	font-size: 15px;
	margin-top: 20px;
}
.td-page-content > p >strong {
	font-size: 15px;
	color: #555555;
}
.edd_purchase_receipt_files .edd_download_file {
	position: relative;
	margin-left: 10px;
}
.edd_purchase_receipt_files .edd_download_file:before {
	content: "\2022";
	position: absolute;
	display: block;
	top: 0;
	left: -10px;
	font-size: 16px;
	color: rgba(51,150,204,0.8);
}












/***  Sidebar Neuigkeiten ***/
.purchaseBoxWrapper {
    overflow: auto;
    width: 100%;
    margin: 0 0 22px;
}
.purchaseBoxWrapper:last-child {
    margin-bottom:0;
}
.purchaseBox {
	width:100%;
}
.purchaseBox th {
	text-transform:uppercase;
}
.purchaseBox th, .purchaseBox td, .impressum .td-page-content h2, .kontakt .td-page-content h2 {
	border:none;
	border-bottom:2px solid white;
	border-right:2px solid white;
	padding:7px 10px;
	line-height:16px;
}
.purchaseBox th:last-child, .purchaseBox td:last-child {
	border-right:none;
}
.purchaseBox th, .impressum .td-page-content h2, .kontakt .td-page-content h2 {
	background-color:#d91d52;
	font-weight:normal;
	color:white;
}
.impressum .td-page-content h2, .kontakt .td-page-content h2 {
	font-size:15px;
	margin-top:20px;
  	margin-bottom:2px;
}
.kontakt .td-page-content h2 {
	margin-top:15px;
}
.purchaseBox td:first-child {
	background-color:#b3b3b3;
	color:white;
	text-align:left;
}
.purchaseBox td.blank {
	background:none;
}
.purchaseBox td {
	background-color:#f1f1f1;
	text-align:center;
}
.purchaseBox td .edd-submit.button.blue {
    background-color: #7ec400;
    border-color: #7ec400;
}
.purchaseBox .edd_download_purchase_form {
	margin:0;
}
.purchaseBox .readly {
    max-width: 145px;
    padding: 3px;
    background-color: #000;
    border-radius: 8px;
}
@media (max-width: 1019px) and (min-width: 768px) {
	.purchaseBoxWrapper {
	    overflow: initial;
	}
	.purchaseBox,
	.purchaseBox tbody {
	    display:block;
	    width:100%;
	    border-collapse: collapse;
	}
	.purchaseBox tr,
	.purchaseBox th {
	    display:block;
	    width:100%;
	}
	.purchaseBox tr {
		display: flex;
	    flex-flow: row wrap;
	}
	.purchaseBox tr th,
	.purchaseBox tr td {
		display:block;
	    text-align:center !important;
	}
	.purchaseBox tr td {
    	flex: 1 0 0;
	}
	.purchaseBox tr td a {
	    color:#d91d52;
	}
	.purchaseBox tr td a.button  {
	    width:100%;
	    border-radius:0;
	}
	.purchaseBox tr td:first-child,
	.purchaseBox tr td:nth-child(4) {
	    width:100%;
	    border-right:none;
		flex: 1 100%;
	}
	.purchaseBox tr td:nth-child(4) {
	    clear:both;
	}
	.purchaseBox tr td:first-child  {
		clear: both;
	}
	.purchaseBox tr td:nth-child(2),
	.purchaseBox tr td:nth-child(3) {
	    width:50%;
	    float:left;
	}
	.purchaseBox tr td:nth-child(3) {
	    border-right:0;
	}
	.purchaseBox tr:last-child td:nth-child(2) {
	    width:100%;
	    float:none;
	}
}
@media (max-width: 560px)  {
	.purchaseBoxWrapper {
	    overflow: initial;
	}
	.purchaseBox,
	.purchaseBox tbody {
	    display:block;
	    width:100%;
	    border-collapse: collapse;
	}
	.purchaseBox tr,
	.purchaseBox th {
	    display:block;
	    width:100%;
	}
	.purchaseBox tr {
		display: flex;
	    flex-flow: row wrap;
	}
	.purchaseBox tr th,
	.purchaseBox tr td {
		display:block;
	    text-align:center !important;
	}
	.purchaseBox tr td {
    	flex: 1 0 0;
	}
	.purchaseBox tr td a {
	    color:#d91d52;
	}
	.purchaseBox tr td a.button  {
	    width:100%;
	    border-radius:0;
	}
	.purchaseBox tr td:first-child,
	.purchaseBox tr td:nth-child(4) {
	    width:100%;
	    border-right:none;
		flex: 1 100%;
	}
	.purchaseBox tr td:nth-child(4) {
	    clear:both;
	}
	.purchaseBox tr td:first-child  {
		clear: both;
	}
	.purchaseBox tr td:nth-child(2),
	.purchaseBox tr td:nth-child(3) {
	    width:50%;
	    float:left;
	}
	.purchaseBox tr td:nth-child(3) {
	    border-right:0;
	}
	.purchaseBox tr:last-child td:nth-child(2) {
	    width:100%;
	    float:none;
	}
}
@media (max-width: 375px)  {
    .purchaseBox .readly {
        margin-top: 2px;
    }
}

/************************ Geek Bazar ************************/
.geekBazar .fusion-content-boxes {
    margin-bottom:0 !important;
}
.geekBazar .description .heading {
    margin:0;
}
.geekBazar .description .heading  .content-box-heading {
    position: relative;
    font-family: Roboto;
    border-bottom: 2px solid #d91d52;
    margin: 5px 0 10px !important;
    width: 100%;
    display: inline-block;
    font-size: 22px !important;
    line-height: 28px !important;
    font-weight: normal !important;
}
.geekBazar .description p {
    margin-bottom:10px;
}
.geekBazar .description ul {
    margin: 15px 0;
    padding: 0;
}
.geekBazar .description ul li {
    margin: 0 0 0 20px;
    list-style: none;
    position: relative;
    line-height: 21px;
}
.geekBazar .description ul li:after {
    position: absolute;
    content: '';
    font-size: 20px;
    background: #777777;
    left: -12px;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 20px;
}
.geekBazar .list .fusion-builder-row {
    padding:15px !important;
}
.geekBazar .list .fusion-builder-row .fusion-layout-column {
    float:left;
    padding-right: 10px;
    margin:0 !important;
}
.geekBazar .list .fusion-builder-row .fusion-layout-column h3 {
    margin:0 0 5px;
}
.geekBazar .list .fusion-builder-row .fusion-layout-column:nth-child(1) {
    width:100px !important;
}
.geekBazar .list .fusion-builder-row .fusion-layout-column:nth-child(2) {
    width:170px !important;
}
.geekBazar .list .fusion-builder-row .fusion-layout-column:nth-child(3) {
	width:calc(100% - 270px) !important;
    padding-right:0;
}
.geekBazar .list .fusion-builder-row .fusion-layout-column:nth-child(3) .content-container p {
	text-align:right;
	margin:0 0 10px;
}
.geekBazar .list .fusion-builder-row .fusion-layout-column:nth-child(3) .fusion-text p {
	margin:0;
}
.geekBazar .list .fusion-builder-row:nth-child(odd) {
    background:#f5f5f5;
}


@media (max-width: 1018px) and (min-width: 768px) {
	.geekBazar .list .fusion-builder-row .fusion-layout-column:nth-child(1) {
	    width: 100% !important;
	    margin: 0 0 10px !important;
	}
	.geekBazar .list .fusion-builder-row .fusion-layout-column:nth-child(3) {
		width:calc(100% - 170px) !important;
	}

}
@media (max-width: 580px) {
	.geekBazar .list .fusion-builder-row .fusion-layout-column:nth-child(1) {
	    width: 100% !important;
	    margin: 0 0 10px !important;
	}
	.geekBazar .list .fusion-builder-row .fusion-layout-column:nth-child(3) {
		width:calc(100% - 170px) !important;
	}

}
@media (max-width: 460px) {
	.geekBazar .list .fusion-builder-row .fusion-layout-column:nth-child(3) {
		width:100% !important;
	}

}

.geekBazar .legend {
    background:#f5f5f5;
    padding: 15px 15px 5px;
    margin:0 !important;
}
.geekBazar .legend h3 {
    margin: 0 0 10px;
}
.geekBazar .legend p {
    width:50%;
    float:left;
    padding:0 10px 0 25px;
    margin:0 0 10px;
    position:relative;
}
.geekBazar .legend p img {
    position:absolute;
    left:0;
    top:0;
}
@media (max-width: 480px) {
	.geekBazar .legend p {
	    width:100%;
	}
	.geekBazar .legend p {
	    width:100%;
	}

}


/************************ Archive tax issue ************************/
.issueHeader h1,
h2.ticker {
	font-family: Roboto;
    position: relative;
    border-bottom: 2px solid #d91d52;
    margin: 5px 0 15px !important;
    width: 100%;
    display: inline-block;
    font-size: 22px !important;
    line-height: 28px !important;
}
.issueInfo h2 {
    margin: 0 0 15px;
	font-size: 20px;
    line-height: 20px !important;
    font-weight:400 !important;
}
.issueInfo .issueBoxWrapper {
    position: relative;
    margin: 0 0 20px;
}
.issueInfo .issueBoxWrapper:after {
    display: block;
    clear: both;
    content: '';
}
.issueInfo .issueBoxWrapper .issueBoxImage {
    float: left;
    margin: 0 15px 10px 0;
    max-width: 140px;
}
.issueInfo .issueBoxWrapper .issueBoxTop {
    background: #f1f1f1;
    padding: 10px;
    width: 150px;
    position: absolute;
    top: 0;
    right: 0;
    clear:both;
}
.issueInfo .issueBoxTop .bob {
    background: #000000;
    padding: 4px 10px;
    text-align: center;
    margin: 0 0 6px;
}
.issueInfo .issueBoxTop .bob:hover {
    background: #333333;
}
.issueInfo .issueBoxTop .bob + div img {
    width:100%;
}
.issueInfo .issueBoxTop .bob p {
    margin: 0;
}
.issueInfo .issueBoxTop .bob a {
    color: #fff;
}
.issueInfo .issueDescription {
    max-width:calc(100% - 170px);
}
.issueInfo .issueDescription ul {
	padding:0 0 0 3px;
	float: left;
	width:100%;
}
.issueInfo .issueDescription ul li {
   list-style:none;
   position:relative;
   padding:0 0 0 10px;
}
.issueInfo .issueDescription ul li:before {
   position:absolute;
   content: "\f111";
   font-size:6px;
   left:0;
   top:5px;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
@media (max-width: 1080px) {
	.issueInfo .issueDescription {
	    max-width: 100%;
	}
	.issueInfo .issueBoxWrapper .issueBoxTop {
		position: relative;
	}
}
@media (max-width: 768px) {
	.issueInfo .issueDescription ul {
	    margin-top:0;
	}
	.issueInfo .issueBoxWrapper .issueBoxTop {
		position: absolute;
	}
	.issueInfo .issueDescription {
	    max-width: calc(100% - 170px);
	}
}
@media (max-width: 500px) {
	.issueInfo .issueBoxWrapper .issueBoxTop {
		position: relative;
	}
	.issueInfo .issueDescription {
	    max-width: 100%;
	}
}
@media (max-width: 360px) {
	.issueInfo .issueBoxWrapper .issueBoxImage {
	    max-width: 100%;
	    margin: 0 0px 10px 0;
	}

}





/************************ Archive tax issue ************************/
.issueHeader h1 {
	font-family: Roboto;
    position: relative;
    border-bottom: 2px solid #d91d52;
    margin: 5px 0 15px !important;
    width: 100%;
    display: inline-block;
    font-size: 22px !important;
    line-height: 28px !important;
}
.issueHeader h2 {
    margin: 0 0 15px;
	font-size: 20px;
    line-height: 20px !important;
    font-weight:400 !important;
}
.issueHeader .issueBoxWrapper {
    position: relative;
    margin: 0 0 20px;
}
.issueHeader .issueBoxWrapper:after {
    display: block;
    clear: both;
    content: '';
}
.issueHeader .issueBoxWrapper .issueBoxImage {
    float: left;
    margin: 0 15px 10px 0;
    max-width: 140px;
}
.issueHeader .issueBoxWrapper .issueBoxTop {
    background: #f1f1f1;
    padding: 10px;
    width: 150px;
    position: absolute;
    top: 0;
    right: 0;
    clear:both;
}
.issueHeader .issueBoxTop div {
    background: #000000;
    padding: 4px 10px;
    text-align: center;
    margin: 0 0 6px;
	cursor: pointer;
}
.issueHeader .issueBoxTop div:last-child {
    margin: 0;
}
.issueHeader .issueBoxTop div:hover {
    background: #333333;
}
.issueHeader .issueBoxTop .bob + div img {
    width: 100%;
    max-width: 77px;
}
.issueHeader .issueBoxTop .bob p {
    margin: 0;
}
.issueHeader .issueBoxTop .bob a {
    color: #fff;
}
.issueHeader .issueDescription {
    max-width:calc(100% - 170px);
}
.issueHeader .issueDescription ul {
	padding:0 0 0 3px;
	float: left;
	width:100%;
}
.issueHeader .issueDescription ul li {
   list-style:none;
   position:relative;
   padding:0 0 0 10px;
}
.issueHeader .issueDescription ul li:before {
   position:absolute;
   content: "\f111";
   font-size:6px;
   left:0;
   top:5px;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
@media (max-width: 1018px) {
	.issueHeader .issueDescription {
	    max-width: 100%;
	}
	.issueHeader .issueBoxWrapper .issueBoxTop {
		position: relative;
	}
}
@media (max-width: 768px) {
	.issueHeader .issueDescription ul {
	    margin-top:0;
	}
	.issueHeader .issueBoxWrapper .issueBoxTop {
		position: absolute;
	}
	.issueHeader .issueDescription {
	    max-width: calc(100% - 170px);
	}
}
@media (max-width: 500px) {
	.issueHeader .issueBoxWrapper .issueBoxTop {
		position: relative;
	}
	.issueHeader .issueDescription {
	    max-width: 100%;
	}
}
@media (max-width: 360px) {
	.issueHeader .issueBoxWrapper .issueBoxImage {
	    max-width: 100%;
	    margin: 0 0px 10px 0;
	}

}









/***  Post medium ***/
.fusion-post-medium .topline {
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    margin: 0 0 0;
}
.fusion-post-medium .fusion-post-content .entry-title {
    position: relative;
    border-bottom: 2px solid #d91d52;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
    width: 100%;
    display: inline-block;
}
.fusion-post-medium .image {
    float: left;
    width: 200px;
    margin-right: 15px;
    margin-top: 4px;
    display: inline-block;
    margin-bottom: 0 !important;
}
.fusion-post-medium .author {
    display: inline-block;
    position: relative;
    top: 2px;
	font-size: 13px;
    color: #777;
}
.fusion-blog-layout-large .fusion-posts-container .fusion-post-medium  {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin: 0 0 20px !important;
}
.fusion-post-medium .fusion-read-more.btn {
	display: block;
    width: 100%;
}
.fusion-post-medium .fusion-read-more.btn:after {
	display: none;
}
.fusion-blog-pagination .pagination {
    margin-top: 20px;
}
.fusion-show-pagination-text .pagination {
    margin:15px 0 0 !important;
}
.pagination .page-numbers {
    padding: 5px 11px !important;
    border: 1px solid #e3e3e3;
    display: inline-block;
    margin: 0 8px 0 0 !important;
    min-width: 33px;
    text-align: center;
    color: #666;
    line-height: 21px;
    float: left;
	height: 33px !important;
}
.pagination .page-numbers:last-child {
    margin: 0 !important;
}
.pagination .page-numbers:hover {
	background-color: #000000;
    color: #fff;
    border-color: #000000 !important;
}
.pagination .page-numbers.current {
    background-color: #000000;
    color: #fff;
    border-color: #000000;
    height: 33px;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    position:relative;
    text-indent:-99999px;
}
.pagination .page-numbers.prev:after,
.pagination .page-numbers.next:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 13px;
    top: 6px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 13px;
	text-indent:0;
	color:#666666;
}
.pagination .page-numbers.prev:hover:after,
.pagination .page-numbers.next:hover:after {
	color:#ffffff;
}
.pagination .page-numbers.prev:after  {
    content: "\f053";
	left: 11px;
 }


 .fusion-posts-container.fusion-blog-layout-medium.fusion-blog-pagination {
 	margin-bottom:30px;
 }

/************************ Suchseite **************************/
.search-results .fusion-image-wrapper {
	max-height: 200px;
	overflow: hidden;
}

/************************ Impressum ************************/
.table-border th {
    background-color: #D91D52;
    color: white;
}
.table-border th.header {
    background-color: #000000;
    padding:10px 0;
}
.table-border th.header p {
    margin:0;
}
.partner img {
    display: block;
    margin: 10px auto;
}

/************************ Footer ************************/
@media (max-width: 768px) {
	.fusion-footer-widget-area {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
}

/************************ Werbung ************************/
#Ads_BA_BS {
	position:relative;
}
#Ads_BA_FLB, #Ads_BA_CAD, #Ads_BA_CAD2, #Ads_BA_FOOT {
	text-align:center;
}
#Ads_BA_FOOT {
	margin-bottom:20px;
}
#skyscraper {
    position: absolute;
    min-height: 600px;
    min-width: 160px;
    right: 0;
    left: calc(100% - 160px);
}
.leaderboard {
    margin: 0 auto;
    z-index: 1 !important;
}
.leaderboard > div {
    text-align:center;
}
@media (max-width: 768px) {
	#skyscraper {
	    display: none;
	}
}

.billboard {
	padding-top:10px;
	padding-bottom:12px!important;
	margin-bottom: 0 !important;
	position: relative;
	margin:0 auto;
}


/************************ 404 Page ************************/
.error-page .fusion-404-checklist {
	font-size: 13px !important;
	line-height:20px !important;
}
.error-page .fusion-404-checklist li {
	padding: 1px 0 !important;
}


/************************ Archive/Search Pages Styling ************************/

.archive .fusion-blog-layout-medium .post-content + .fusion-clearfix,
.search .fusion-blog-layout-medium .post-content + .fusion-clearfix {
/*	display:none;*/
}
.archive .fusion-blog-layout-medium .fusion-meta-info,
.search .fusion-blog-layout-medium .fusion-meta-info {
    border: none;
    margin: 0;
    padding: 0;
}
.search .fusion-blog-layout-medium .fusion-post-medium.post {
   margin-bottom:10px;
}
.archive .fusion-blog-layout-medium .fusion-meta-info .fusion-alignleft,
.search .fusion-blog-layout-medium .fusion-meta-info .fusion-alignleft {
    display:none;
}


@media (max-width: 1018px) and (min-width: 768px) {
	.search .fusion-blog-layout-medium .fusion-post-content {
	    width:100% !important;
	}
	.fusion-blog-layout-medium .fusion-post-slideshow {
	    margin-right: 0;
	    width: 100%;
	    margin-bottom: 10px;
	}
}

/************************ Source Links ************************/
.sourceLinks h3 {
    margin: 0 0 10px;
    padding: 5px 0px 5px 18px;
    color: #707070;
    background-color: #f5f5f5;
    border-bottom: 2px solid #c0c0c0;
    font-size: 13px;
}
.sourceLinks .articleIntro {
    padding-left:20px;
}
.sourceLinks .articleLinks {
    margin: 7px 0 20px;
    padding:0 !important;
}

.sourceLinks .articleLinks li {
    margin: 0 0 0 20px;
    list-style: none;
    position: relative;
    line-height: 21px;
}
.sourceLinks .articleLinks li:after {
    position: absolute;
    content: '';
    font-size: 20px;
    background: #777777;
    left: -12px;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 20px;
}

/* Datenschutz Seite - go to Privacy Manager Section */
.toPrivacyManager {
    margin: 15px 0 20px;
}
.toPrivacyManager .button {
    padding: 0.4rem 2rem 0.4rem 1rem;
    height: 3rem;
    background-color: transparent;
    position: relative;
    border: 1px solid #000000;
    color: #d91d52;
    line-height: 2rem;
    display: inline-block;
    box-sizing: border-box;
    font-size:17px;
    text-decoration: none;
}
.toPrivacyManager .button:hover {
    color: #000000;
}
.toPrivacyManager .button:before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    height: 9px;
    width: 9px;
    padding: 0;
    position: absolute;
    overflow: visible;
    top: 1px;
    right: 16px;
    color: #d91d52;
    line-height:45px;
    font-size:20px;
    font-weight:700;
}
.toPrivacyManager .button:hover:before {
    color: #000000;
}