/*
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
*/

:root {
	--container_padding_100_left:0;
	--container_padding_100_right:0;
}

/* 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;
}

/*----------------------------------------------------------------------------
  Site wide > typography style
----------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
}

p {
  margin-top: 0;
  margin-bottom: 12px;
}
a:active,
a:focus {
  /* IE remove focus */
  outline: none;
}
a {
  color: #4db2ec;
  text-decoration: none;
}
ins {
  background: white;
  text-decoration: none;
}
code {
  position: relative;
  top: 0;
  border: none;
  background-color: #f1f1f1;
  padding: 2px 6px;
  font-size: 0.9em;
}
pre {
  background-color: #f1f1f1;
  padding: 4px 10px 4px 10px;
  border: none;
  border-radius: 0;
  margin-top: 24px;
}
cite {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  /* ovveride bootstrap */
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  color: #000;
}
cite a {
  color: #000;
}
cite a:hover {
  color: #4db2ec;
}
q {
  font-style: italic;
}
ul,
ol {
  padding: 0;
}
ul li,
ol li {
  line-height: 24px;
  margin-left: 0;
}
.dl-horizontal a {
  font-weight: 500 !important;
}
.dl-horizontal dt {
  width: 70px;
  font-weight: 400;
  line-height: 24px;
  font-size: 15px;
}
.dl-horizontal dd {
  margin-left: 90px;
  line-height: 24px;
  font-size: 14px;
}
address {
  font-size: inherit !important;
  line-height: inherit !important;
  margin-bottom: 21px;
}
big {
  text-transform: uppercase;
}
embed {
  width: 100%;
}
input[type="submit"] {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  background-color: #3396cc;
  border-radius: 0;
  color: #fff;
  border: none;
  padding: 8px 15px;
  font-weight: 500;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  cursor: pointer;
}
input[type="submit"]:hover {
  background-color: #3276b1;
}
#wrapper .page-content h2,
#wrapper .post-content h2,
#wrapper .page-content h3,
#wrapper .post-content h3,
#wrapper .page-content h4,
#wrapper .post-content h4,
#wrapper .page-content h5,
#wrapper .post-content h5,
#wrapper .page-content h6,
#wrapper .post-content h6 {
  font-size: 20px;
  line-height: 28px;
  color: #555;
  margin-top: 0;
  margin-bottom: 4px;
}
#wrapper .page-content h3,
#wrapper .post-content h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 3px;
  padding-left: 0;
}
#wrapper .page-content h4,
#wrapper .post-content h4 {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 2px;
}
#wrapper .page-content h5,
#wrapper .post-content h5 {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 1px;
}
#wrapper .page-content h6,
#wrapper .post-content h6 {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
}

.clear {
  clear: both;
}

/*  ----------------------------------------------------------------------------
     table
*/
table {
  width: 100%;
}
table th {
  text-align: left;
  padding: 2px 8px;
}
table td {
  padding: 2px 8px;
}
table .odd td {
  background-color: #fcfcfc;
}
/* Global reset */
input,
select,
textarea {
  font-family: "Open Sans", arial, sans-serif;
}
code,
kbd,
pre,
samp {
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
}

/* Header */
.fusion-header {
  padding-left: 0;
  padding-right: 0;
}
.fusion-header .fusion-logo {
  width: 149px;
  margin: 24px 13px 0 10px;
  float: left;
}
.fusion-header-wrapper {
  z-index: 0;
}
.fusion-page-title-captions {
  display: none !important;
}

.fusion-content-boxes.content-boxes-icon-on-side .heading {
  margin-bottom: 0;
}

.sidebar .widget_rss .heading {
  margin: 0 0 9px !important;
}

.sidebar a.abut {
  white-space: normal;
  text-align: left;
  margin-top: 49px;
}
.widget-title.anz-title:after {
  content: "Anzeige";
  position: absolute;
  right: 0;
  top: -22px;
  font-size: 10px;
}
.widget-title.anz-title.bottom:after {
	top:4px;
}

.sidebar .widget .widget-title,
body.page-id-202273 .wpb_wrapper h3 {
  /* Newsletter Seite */
  color: #555;
  font-size: 22px;
  line-height: 28px !important;
  margin-bottom: 15px;
  padding-bottom: 8px;
  margin-top: 0;
  border-bottom: 2px solid #3396cc;
}
.sidebar .widget .widget-title a {
  color: #ffffff !important;
}
@media only screen and (max-width: 768px) {
  .has-sidebar #sidebar {
    margin-top: 35px;
  }
}

/* Header Mobile */
.fusion-mobile-menu-icons {
  margin: 6px 10px 0 0;
}

/* Main Menu */
.td-header-style-1 .td-header-top-menu-full {
  background-color: #f5f5f5;
}
.fusion-main-menu {
  display: block;
  float: left;
  margin-right: 0 !important;
  height: 95px;
}
.fusion-main-menu ul {
  display: inline-block;
}
.fusion-main-menu > ul > li {
  display: inline;
  line-height: 28px;
}
.fusion-main-menu > ul > li a {
  color: #40464b;
  margin-right: 0;
  padding: 40px 14px 41px;
  float: left;
}
@media (max-width: 1140px) {
	.fusion-main-menu > ul > li a {
		padding: 40px 10px 41px;
	}
}
@media (max-width: 1018px) {
	.fusion-header .fusion-logo {
		margin-top:8px;
	}
	.fusion-main-menu {
		height:auto;
		line-height:0;
	}
	.fusion-main-menu > ul > li a {
		padding: 31px 5px;
		font-size: 11px;
		height:auto!important;
	}
}
.fusion-main-menu > ul > li.current_page_item,
.fusion-main-menu > ul > li.current_page_item span,
.fusion-main-menu > ul > li.current-menu-item,
.fusion-main-menu > ul > li.current-menu-item span,
.fusion-main-menu > ul > li:hover,
.fusion-main-menu > ul > li:hover span {
  background: #3396cc;
  color: #ffffff;
}
/* Main Menu Mobile */
@media (max-width: 768px) {
  .fusion-header-wrapper {
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
  }
  .fusion-mobile-menu-icons a:after,
  .fusion-mobile-menu-icons a:before {
    color: #ffffff;
  }
  .fusion-header .fusion-logo {
    width: 120px;
  }
  .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header .fusion-logo {
    margin: -4px 0 0 2px !important;
  }
  .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header {
    padding: 10px 0 0 !important;
    height: 54px;
  }
  .fusion-mobile-nav-holder {
    margin: 0;
  }
  .fusion-mobile-menu-design-modern .fusion-mobile-nav-holder > ul {
    border: none;
  }
  .fusion-mobile-nav-holder #mobile-menu-hauptmenue li a {
    display: inline-block;
    float: left;
    min-height: 40px;
    padding: 9px 12px;
    margin: 0 1px 1px 0;
    background: #f5f5f5;
    color: #666;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
  }
  .fusion-mobile-menu-search {
    padding: 7px;
    margin: 0;
    background: #d6d6d6;
    float: right;
    position: absolute;
    right: 10px;
    top: 54px;
  }
}

/* Hot Menu */
.hot-menu {
  background: #7d4c5f;
  /*    height: 40px;*/
}
.hot-menu .menu {
  margin: 0;
}
.hot-menu .menu li {
  display: inline-block;
  float: left;
  min-height: 40px;
  color: #fff;
}
.hot-menu .menu li:hover,
.hot-menu .menu li.current-menu-item {
  background: #633d4c;
}
.hot-menu .menu li a {
  color: #fff;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 22px;
  text-transform: none;
  font-weight: 400;
  display: inline-block;
}

/* Top Themen */

.top-themen {
  background: #40464b;
}
.top-themen .menu {
  margin: 0;
  float: left;
}
.top-themen .menu li {
  display: inline-block;
  float: left;
  min-height: 34px;
  color: #fff;
}
.top-themen .menu li:hover,
.top-themen .menu li.current-menu-item {
  background: #34393d;
}
.top-themen .menu li a {
  color: #fff;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 22px;
  text-transform: none;
  font-weight: 400;
  display: inline-block;
}

/************************ Header Hot Menu Mobile ************************/
@media (min-width: 769px) {
  .hot-menu:not(.desktop) {
    display: none;
  }
  .top-themen:not(.desktop) {
    display: none;
  }
}
@media (max-width: 768px) {
  .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-nav-holder {
    margin: 0 !important;
    padding: 10px 10px 0 !important;
    background: #000000;
  }
  .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-nav-holder:after {
    display: block;
    clear: both;
    content: "";
  }
  .hot-menu {
    background: none;
  }
  .hot-menu,
  .top-themen {
    clear: both;
    height: auto;
    float: none;
    background: none;
  }
  .hot-menu.desktop,
  .top-themen.desktop,
  .top-sub-themen {
    display: none;
  }
  .hot-menu .menu li,
  .top-themen li {
    margin: 0 1px 1px 0;
    background: #7d4c5f;
  }
  .top-themen li {
    background: #40464b;
  }
  .top-themen .menu {
    padding-bottom: 9px;
  }
  .hot-menu .menu:after,
  .top-themen .menu:after {
    display: block;
    clear: both;
    content: "";
  }
}

/************************ Header Top-themen Menu ************************/
.td-header-menu-wrap-full.top-themen,
.td-header-menu-wrap-full.top-sub-themen {
  background: #40464b;
  min-height: 34px;
  height: auto !important;
}
.top-sub-themen {
  background: #6a757d;
}
.top-sub-themen ul.menu {
  float: left;
  margin: 0;
  width: 100%;
}
.top-sub-themen ul.menu li {
  display: inline-block;
  float: left;
  padding: 5px 12px;
  color: #ffffff;
}
.top-themen ul.menu li.current-menu-item {
  background: #34393d;
}
.top-sub-themen ul.menu li.current-menu-item {
  background: #555d63;
}
.top-sub-themen ul.menu li a {
  color: #ffffff;
  font-size: 13px;
  line-height: 22px;
  text-transform: none;
  font-weight: 400;
  padding: 0;
}
.top-themen ul.menu > li > a:after,
.top-sub-themen ul.menu > li > a:after {
  height: 0;
}
.top-themen ul.menu li:hover {
  background: #34393d;
}
.top-sub-themen ul.menu li:hover {
  background: #555d63;
}

/* .error404 .td-header-menu-wrap-full.top-sub-themen, */
/* .home  .td-header-menu-wrap-full.top-sub-themen, */
/* .category-news  .td-header-menu-wrap-full.top-sub-themen, */
/* .ausgaben   .td-header-menu-wrap-full.top-sub-themen, */
/* .category-blogs .td-header-menu-wrap-full.top-sub-themen, */
/* .events  .td-header-menu-wrap-full.top-sub-themen, */
/* .tag-embedded-linux .td-header-menu-wrap-full.top-sub-themen, */
/* .tag-kernel .td-header-menu-wrap-full.top-sub-themen , */
/* .tag-virtualisierung .td-header-menu-wrap-full.top-sub-themen, */
/* .tag-kde .td-header-menu-wrap-full.top-sub-themen, */
/* .tag-cplusplus .td-header-menu-wrap-full.top-sub-themen, */
/* .tag-projekte .td-header-menu-wrap-full.top-sub-themen, */
/* .tag-open-suse .td-header-menu-wrap-full.top-sub-themen, */
/* .tag-steam .td-header-menu-wrap-full.top-sub-themen, */
/* .tag-debian .td-header-menu-wrap-full.top-sub-themen, */
/* .tag-owncloud .td-header-menu-wrap-full.top-sub-themen, */
/* .tag-interoperabilitaet .td-header-menu-wrap-full.top-sub-themen  { */
/* display:none;    */
/* } */

.single .td-header-menu-wrap-full.top-sub-themen,
.search .td-header-menu-wrap-full.top-sub-themen,
.error404 .td-header-menu-wrap-full.top-sub-themen,
.category .td-header-menu-wrap-full.top-sub-themen,
.page .td-header-menu-wrap-full.top-sub-themen,
.home .td-header-menu-wrap-full.top-sub-themen,
.tag-interoperabilitaet .td-header-menu-wrap-full.top-sub-themen {
  display: none;
}

.menu-administration-container,
.menu-desktop-container,
.menu-entwicklung-container,
.menu-hardware-container,
.menu-netzwerk-container,
.menu-security-container,
.menu-software-container,
.menu-szene-container {
  display: none;
}

.tag-administration .menu-administration-container,
.tag-desktop .menu-desktop-container,
.tag-entwicklung .menu-entwicklung-container,
.tag-hardware .menu-hardware-container,
.tag-netzwerk .menu-netzwerk-container,
.tag-security .menu-security-container,
.tag-software .menu-software-container,
.tag-szene .menu-szene-container {
  display: block;
}

/*** Administration Sub-Menu, first childs ***/
.tag-automatisieren .menu-administration-container,
.tag-ansible .menu-administration-container,
.tag-deployment .menu-administration-container,
.tag-puppet .menu-administration-container,
.tag-backup .menu-administration-container,
.tag-bareos .menu-administration-container,
.tag-linux-backup .menu-administration-container,
.tag-raid .menu-administration-container,
.tag-bootvorgang .menu-administration-container,
.tag-devops .menu-administration-container,
.tag-bigtop .menu-administration-container,
.tag-continuous-delivery .menu-administration-container,
.tag-continuous-integration .menu-administration-container,
.tag-hadoop .menu-administration-container,
.tag-hochverfuegbarkeit .menu-administration-container,
.tag-ignite .menu-administration-container,
.tag-itsm .menu-administration-container,
.tag-mesos .menu-administration-container,
.tag-migration .menu-administration-container,
.tag-monitoring .menu-administration-container,
.tag-check_mk .menu-administration-container,
.tag-icinga .menu-administration-container,
.tag-nagios .menu-administration-container,
.tag-prometheus .menu-administration-container,
.tag-zabbix .menu-administration-container,
.tag-paketmanagement .menu-administration-container,
.tag-support .menu-administration-container,
.tag-uefi .menu-administration-container,
.tag-update .menu-administration-container,
.tag-systemadministration .menu-administration-container,
.tag-virtualisierung .menu-administration-container,
.tag-container .menu-administration-container,
.tag-739 .menu-administration-container,
.tag-kubernetes .menu-administration-container,
.tag-docker .menu-administration-container,
.tag-kvm .menu-administration-container,
.tag-lxc .menu-administration-container,
.tag-lxd .menu-administration-container,
.tag-qemu .menu-administration-container,
.tag-rkt .menu-administration-container,
.tag-virtualbox .menu-administration-container,
.tag-vmware .menu-administration-container,
.tag-xen .menu-administration-container {
  display: block;
}

/*** Desktop Sub-Menu ***/
.tag-anwendungen .menu-desktop-container,
.tag-barrierefreiheit .menu-desktop-container,
.tag-cad .menu-desktop-container,
.tag-hosting .menu-desktop-container,
.tag-wine .menu-desktop-container,
.tag-crm-cms-erp .menu-desktop-container,
.tag-joomla .menu-desktop-container,
.tag-wawision .menu-desktop-container,
.tag-enlightenment .menu-desktop-container,
.tag-gnome .menu-desktop-container,
.tag-cinnamon .menu-desktop-container,
.tag-mate .menu-desktop-container,
.tag-grafik .menu-desktop-container,
.tag-mesa .menu-desktop-container,
.tag-webgl .menu-desktop-container,
.tag-kde .menu-desktop-container,
.tag-lxde .menu-desktop-container,
.tag-mint .menu-desktop-container,
.tag-multimedia .menu-desktop-container,
.tag-amarok .menu-desktop-container,
.tag-audio .menu-desktop-container,
.tag-brennen .menu-desktop-container,
.tag-cd-images .menu-desktop-container,
.tag-dvd .menu-desktop-container,
.tag-steam .menu-desktop-container,
.tag-valve .menu-desktop-container,
.tag-video .menu-desktop-container,
.tag-windows-8 .menu-desktop-container,
.tag-office .menu-desktop-container,
.tag-calligra .menu-desktop-container,
.tag-libreoffice .menu-desktop-container,
.tag-pdf .menu-desktop-container,
.tag-pixel .menu-desktop-container,
.tag-spiele .menu-desktop-container,
.tag-unity .menu-desktop-container,
.tag-xfce .menu-desktop-container,
.tag-yunit .menu-desktop-container {
  display: block;
}

/*** Entwicklung Sub-Menu ***/
.tag-kernel .menu-entwicklung-container,
.tag-net .menu-entwicklung-container,
.tag-bash .menu-entwicklung-container,
.tag-c .menu-entwicklung-container,
.tag-glibc .menu-entwicklung-container,
.tag-clang .menu-entwicklung-container,
.tag-cplusplus .menu-entwicklung-container,
.tag-erlang .menu-entwicklung-container,
.tag-go .menu-entwicklung-container,
.tag-haskell .menu-entwicklung-container,
.tag-java .menu-entwicklung-container,
.tag-netbeans .menu-entwicklung-container,
.tag-julia .menu-entwicklung-container,
.tag-kirigami .menu-entwicklung-container,
.tag-kotlin .menu-entwicklung-container,
.tag-llvm .menu-entwicklung-container,
.tag-lua .menu-entwicklung-container,
.tag-mono .menu-entwicklung-container,
.tag-ocaml .menu-entwicklung-container,
.tag-perl .menu-entwicklung-container,
.tag-python .menu-entwicklung-container,
.tag-quantencomputing .menu-entwicklung-container,
.tag-entwicklung .menu-entwicklung-container,
.tag-r .menu-entwicklung-container,
.tag-ruby .menu-entwicklung-container,
.tag-rust .menu-entwicklung-container,
.tag-scala .menu-entwicklung-container,
.tag-scheme .menu-entwicklung-container,
.tag-shell .menu-entwicklung-container,
.tag-skripting .menu-entwicklung-container,
.tag-swift .menu-entwicklung-container,
.tag-system .menu-entwicklung-container,
.tag-kernel .menu-entwicklung-container,
.tag-mir .menu-entwicklung-container,
.tag-wayland .menu-entwicklung-container,
.tag-entwicklung-tools .menu-entwicklung-container,
.tag-bugtracker .menu-entwicklung-container,
.tag-debugger .menu-entwicklung-container,
.tag-emacs .menu-entwicklung-container,
.tag-gitlab .menu-entwicklung-container,
.tag-subversion .menu-entwicklung-container,
.tag-web .menu-entwicklung-container,
.tag-ajax .menu-entwicklung-container,
.tag-json .menu-entwicklung-container,
.tag-blog .menu-entwicklung-container,
.tag-bytecode .menu-entwicklung-container,
.tag-chrome .menu-entwicklung-container,
.tag-chromium .menu-entwicklung-container,
.tag-firefox .menu-entwicklung-container,
.tag-flashplayer .menu-entwicklung-container,
.tag-gecko .menu-entwicklung-container,
.tag-iridium .menu-entwicklung-container,
.tag-meteor .menu-entwicklung-container,
.tag-thimble .menu-entwicklung-container,
.tag-twitter .menu-entwicklung-container,
.tag-typo3 .menu-entwicklung-container,
.tag-webanwendung .menu-entwicklung-container,
.tag-webassembly .menu-entwicklung-container,
.tag-wiki .menu-entwicklung-container,
.tag-wikidata .menu-entwicklung-container,
.tag-wikimedia .menu-entwicklung-container,
.tag-wikipedia .menu-entwicklung-container,
.tag-wordpress .menu-entwicklung-container {
  display: block;
}

/*** Hardware Sub-Menu ***/
.tag-3d-drucker .menu-hardware-container,
.tag-benchmark .menu-hardware-container,
.tag-chipfertigung .menu-hardware-container,
.tag-cuberox .menu-hardware-container,
.tag-drohnen .menu-hardware-container,
.tag-embedded-linux .menu-hardware-container,
.tag-arduino .menu-hardware-container,
.tag-raspberry-pi .menu-hardware-container,
.tag-firmware .menu-hardware-container,
.tag-lineageos .menu-hardware-container,
.tag-grafikkarten .menu-hardware-container,
.tag-internet-of-things .menu-hardware-container,
.tag-iot .menu-hardware-container,
.tag-maker .menu-hardware-container,
.tag-mips .menu-hardware-container,
.tag-mobil .menu-hardware-container,
.tag-chromebook .menu-hardware-container,
.tag-firefox-os .menu-hardware-container,
.tag-maemo .menu-hardware-container,
.tag-meego .menu-hardware-container,
.tag-moblin .menu-hardware-container,
.tag-multitouch .menu-hardware-container,
.tag-android .menu-hardware-container,
.tag-tizen .menu-hardware-container,
.tag-ubuntu-phone .menu-hardware-container,
.tag-monitore .menu-hardware-container,
.tag-open-compute-project .menu-hardware-container,
.tag-open-gl .menu-hardware-container,
.tag-open-hardware .menu-hardware-container,
.tag-playstation .menu-hardware-container,
.tag-printer .menu-hardware-container,
.tag-robotik .menu-hardware-container,
.tag-schnittstellen .menu-hardware-container,
.tag-usb .menu-hardware-container,
.tag-server .menu-hardware-container,
.tag-mainframe .menu-hardware-container,
.tag-storage .menu-hardware-container,
.tag-all-flash-array .menu-hardware-container,
.tag-festplatte .menu-hardware-container,
.tag-flash .menu-hardware-container,
.tag-gluster .menu-hardware-container,
.tag-nas .menu-hardware-container,
.tag-nvme .menu-hardware-container,
.tag-ssd .menu-hardware-container,
.tag-switch .menu-hardware-container,
.tag-tape .menu-hardware-container,
.tag-thinclient .menu-hardware-container,
.tag-virtual-reality .menu-hardware-container,
.tag-htc-vive .menu-hardware-container,
.tag-oculus-rift .menu-hardware-container,
.tag-wearable .menu-hardware-container {
  display: block;
}

/*** Netzwerk Sub-Menu ***/
.tag-dns .menu-netzwerk-container,
.tag-drahtlos .menu-netzwerk-container,
.tag-mesh .menu-netzwerk-container,
.tag-http .menu-netzwerk-container,
.tag-https .menu-netzwerk-container,
.tag-ipv6 .menu-netzwerk-container,
.tag-p2p .menu-netzwerk-container,
.tag-bitcoin .menu-netzwerk-container,
.tag-bittorrent .menu-netzwerk-container,
.tag-blockchain .menu-netzwerk-container,
.tag-routing .menu-netzwerk-container,
.tag-routing-bridging .menu-netzwerk-container,
.tag-lede .menu-netzwerk-container,
.tag-open-wrt .menu-netzwerk-container,
.tag-sdn .menu-netzwerk-container,
.tag-netzwerk-tools .menu-netzwerk-container,
.tag-voip .menu-netzwerk-container,
.tag-telefonie .menu-netzwerk-container,
.tag-vpn .menu-netzwerk-container {
  display: block;
}

/*** Security Sub-Menu ***/
.tag-anonymisierung .menu-security-container,
.tag-tor .menu-security-container,
.tag-biometrie .menu-security-container,
.tag-bot-netze .menu-security-container,
.tag-ddos-attacke .menu-security-container,
.tag-dirty-cow .menu-security-container,
.tag-fido .menu-security-container,
.tag-forensik .menu-security-container,
.tag-grundlagen .menu-security-container,
.ttag-intrusion-detection .menu-security-container,
.tag-libressl .menu-security-container,
.tag-phishing .menu-security-container,
.tag-portscanner .menu-security-container,
.tag-nmap .menu-security-container,
.tag-qubes .menu-security-container,
.tag-ransomware .menu-security-container,
.tag-rootkit .menu-security-container,
.tag-skimming .menu-security-container,
.tag-sql-injection .menu-security-container,
.tag-tails .menu-security-container,
.tag-security-tools .menu-security-container,
.tag-hash .menu-security-container,
.tag-openssh .menu-security-container,
.tag-verschluesselung .menu-security-container,
.tag-gnupg .menu-security-container,
.tag-kryptografie .menu-security-container,
.tag-openpgp .menu-security-container,
.tag-pgp .menu-security-container,
.tag-tls .menu-security-container,
.tag-viren-spam .menu-security-container {
  display: block;
}

/*** Software Sub-Menu ***/
.tag-api .menu-software-container,
.tag-owncloud .menu-software-container,
.tag-app .menu-software-container,
.tag-apps .menu-software-container,
.tag-skype .menu-software-container,
.tag-archivierung .menu-software-container,
.tag-calibre .menu-software-container,
.tag-betriebssysteme .menu-software-container,
.tag-devuan .menu-software-container,
.tag-emulator .menu-software-container,
.tag-freebsd .menu-software-container,
.tag-jolla-sailfish-mwc .menu-software-container,
.tag-leap .menu-software-container,
.tag-linutop .menu-software-container,
.tag-linux .menu-software-container,
.tag-snappy-ubuntu-core .menu-software-container,
.tag-systemd .menu-software-container,
.tag-lmde .menu-software-container,
.tag-mac-os-x .menu-software-container,
.tag-minix .menu-software-container,
.tag-openmandriva .menu-software-container,
.tag-openvms .menu-software-container,
.tag-raspberry-webkiosk .menu-software-container,
.tag-raspbian .menu-software-container,
.tag-reactos .menu-software-container,
.tag-solaris .menu-software-container,
.tag-tiny-core-linux .menu-software-container,
.tag-tumbleweed .menu-software-container,
.tag-windows .menu-software-container,
.tag-zendwalk .menu-software-container,
.tag-big-data .menu-software-container,
.tag-apache-spark .menu-software-container,
.tag-maschinelles-lernen .menu-software-container,
.tag-business-intelligence .menu-software-container,
.tag-helpdesk .menu-software-container,
.tag-webanalytik .menu-software-container,
.tag-busniness-analytics .menu-software-container,
.tag-cloud-computing .menu-software-container,
.tag-azure .menu-software-container,
.tag-core-os .menu-software-container,
.tag-iaas .menu-software-container,
.tag-linkerd .menu-software-container,
.tag-nextcloud .menu-software-container,
.tag-open-nebula .menu-software-container,
.tag-open-stack .menu-software-container,
.tag-openstack .menu-software-container,
.tag-paas .menu-software-container,
.tag-power .menu-software-container,
.tag-cluster .menu-software-container,
.tag-ceph .menu-software-container,
.tag-datenbank .menu-software-container,
.tag-couchdb .menu-software-container,
.tag-graphendatenbank .menu-software-container,
.tag-in-memory .menu-software-container,
.tag-mariadb .menu-software-container,
.tag-mongo-db .menu-software-container,
.tag-neo4j .menu-software-container,
.tag-nosql .menu-software-container,
.tag-oracle .menu-software-container,
.tag-sap-hana .menu-software-container,
.tag-scylla .menu-software-container,
.tag-deep-learning .menu-software-container,
.tag-editor .menu-software-container,
.tag-fileserver .menu-software-container,
.tag-dateisysteme .menu-software-container,
.tag-bcache-fs .menu-software-container,
.tag-lustre .menu-software-container,
.tag-dms .menu-software-container,
.tag-dokumentenmanagement .menu-software-container,
.tag-owncloud .menu-software-container,
.tag-synchronisation .menu-software-container,
.tag-framework .menu-software-container,
.tag-games .menu-software-container,
.tag-vulkan .menu-software-container,
.tag-groupware .menu-software-container,
.tag-active-sync .menu-software-container,
.tag-kube .menu-software-container,
.tag-zimbra .menu-software-container,
.tag-hpc .menu-software-container,
.tag-lernplattform .menu-software-container,
.tag-machine-learning .menu-software-container,
.tag-mailserver .menu-software-container,
.tag-dovecot .menu-software-container,
.tag-exim .menu-software-container,
.tag-sendmail .menu-software-container,
.tag-senmailanalyzer .menu-software-container,
.tag-spamd .menu-software-container,
.tag-open-source-software .menu-software-container,
.tag-blender .menu-software-container,
.tag-gnu .menu-software-container,
.tag-vim .menu-software-container,
.tag-persona .menu-software-container,
.tag-qt .menu-software-container,
.tag-seamonkey .menu-software-container,
.tag-software-defined-networking .menu-software-container,
.tag-storage-software .menu-software-container,
.tag-software-defined-storage .menu-software-container,
.tag-suche .menu-software-container,
.tag-thunderbird .menu-software-container,
.tag-vlc-media-player-linux .menu-software-container,
.tag-digital-rights-management .menu-software-container,
.tag-ffmpeg .menu-software-container,
.tag-kodi .menu-software-container,
.tag-mediacenter .menu-software-container,
.tag-webserver .menu-software-container,
.tag-apache .menu-software-container,
.tag-node-js .menu-software-container {
  display: block;
}

/*** Szene Sub-Menu ***/
.tag-behoerden .menu-szene-container,
.tag-bsi .menu-szene-container,
.tag-freiburg .menu-szene-container,
.tag-limux .menu-szene-container,
.tag-netzpolitik .menu-szene-container,
.tag-ude .menu-szene-container,
.tag-bildung .menu-szene-container,
.tag-forschung .menu-szene-container,
.tag-fraunhofer-gesellschaft .menu-szene-container,
.tag-open-educational-resources .menu-szene-container,
.tag-open-knowledge-foundation .menu-szene-container,
.tag-business .menu-szene-container,
.tag-netzneutralitaet .menu-szene-container,
.tag-social-networks .menu-szene-container,
.tag-unternehmen .menu-szene-container,
.tag-deutsche-telekom .menu-szene-container,
.tag-google .menu-szene-container,
.tag-622 .menu-szene-container,
.tag-datenschutz .menu-szene-container,
.tag-distributionen .menu-szene-container,
.tag-android .menu-szene-container,
.tag-arch-linux .menu-szene-container,
.tag-bodhi .menu-szene-container,
.tag-bsd .menu-szene-container,
.tag-centos .menu-szene-container,
.tag-collax .menu-szene-container,
.tag-debian .menu-szene-container,
.tag-fedora .menu-szene-container,
.tag-freebsd .menu-szene-container,
.tag-gentoo .menu-szene-container,
.tag-grml .menu-szene-container,
.tag-kali-linux .menu-szene-container,
.tag-knoppix .menu-szene-container,
.tag-kubuntu .menu-szene-container,
.tag-live-cd .menu-szene-container,
.tag-mageia .menu-szene-container,
.tag-open-suse .menu-szene-container,
.tag-opensuse .menu-szene-container,
.tag-openbsd .menu-szene-container,
.tag-red-hat-enterprise-linux .menu-szene-container,
.tag-sabayon .menu-szene-container,
.tag-scientific-linux .menu-szene-container,
.tag-slackware .menu-szene-container,
.tag-sles .menu-szene-container,
.tag-ubuntu .menu-szene-container,
.tag-ubuntu-core .menu-szene-container,
.tag-ucs .menu-szene-container,
.tag-univention .menu-szene-container,
.tag-fachbuecher .menu-szene-container,
.tag-leserbriefe .menu-szene-container,
.tag-green-it .menu-szene-container,
.tag-internet-der-dinge .menu-szene-container,
.tag-osba .menu-szene-container,
.tag-osbar .menu-szene-container,
.tag-personalien .menu-szene-container,
.tag-alan-cox .menu-szene-container,
.tag-ganten .menu-szene-container,
.tag-shuttleworth .menu-szene-container,
.tag-stallman .menu-szene-container,
.tag-politik .menu-szene-container,
.tag-icann .menu-szene-container,
.tag-safe-harbor .menu-szene-container,
.tag-projekte .menu-szene-container,
.tag-apache-software-foundation .menu-szene-container,
.tag-core-infrastructure-initiative .menu-szene-container,
.tag-mitchell-baker .menu-szene-container,
.tag-opnfv .menu-szene-container,
.tag-recht-lizenzen .menu-szene-container,
.tag-agb .menu-szene-container,
.tag-gpl .menu-szene-container,
.tag-microsoft .menu-szene-container,
.tag-open-access .menu-szene-container,
.tag-open-data .menu-szene-container,
.tag-standards .menu-szene-container,
.tag-urheberrecht .menu-szene-container,
.tag-soziale-netze .menu-szene-container,
.tag-veranstaltungen .menu-szene-container,
.tag-29c3 .menu-szene-container,
.tag-akademy .menu-szene-container,
.tag-apachecon .menu-szene-container,
.tag-ccc .menu-szene-container,
.tag-cebit .menu-szene-container,
.tag-ces .menu-szene-container,
.tag-cfp .menu-szene-container,
.tag-chemnitzer-linuxtage .menu-szene-container,
.tag-debconf .menu-szene-container,
.tag-defcon .menu-szene-container,
.tag-fosdem .menu-szene-container,
.tag-froscon .menu-szene-container,
.tag-guadec .menu-szene-container,
.tag-interoperabilität .menu-szene-container,
.tag-it-defense .menu-szene-container,
.tag-konferenz .menu-szene-container,
.tag-linuxtag .menu-szene-container,
.tag-lug-camp .menu-szene-container,
.tag-open-tech-summit .menu-szene-container,
.tag-osdc .menu-szene-container,
.tag-osmc .menu-szene-container,
.tag-verbaende .menu-szene-container,
.tag-bitkom .menu-szene-container,
.tag-eco .menu-szene-container,
.tag-eff .menu-szene-container,
.tag-fsf .menu-szene-container,
.tag-fsfe .menu-szene-container,
.tag-guug .menu-szene-container,
.tag-ietf .menu-szene-container,
.tag-linux-foundation .menu-szene-container,
.tag-weiterbildung .menu-szene-container,
.tag-zertifizierung .menu-szene-container {
  display: block;
}

/************************ Header Social-List / Newsletter / Search ************************/
.crumb {
  min-height: 34px;
}
.breadcrumb {
  min-height: 34px;
  margin: 0 0 0 -5px;
  display: inline-block;
}
.breadcrumb .fusion-row:after {
  display: table;
  content: "";
  clear: both;
}
.breadcrumb span {
  display: inline;
}
.breadcrumb a,
.breadcrumb a + span {
  margin: 0 5px;
}
.breadcrumb .fusion-page-title-bar {
  max-height: 34px;
  background: transparent;
}
.breadcrumb .fusion-page-title-row {
  width: auto;
  padding: 0 !important;
}
.breadcrumb .fusion-page-title-row span a {
  color: #888888;
}
.breadcrumb .fusion-page-title-row span .breadcrumb_last {
  max-width: 396px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #c3c3c3;
  display: table-cell;
}

@media (max-width: 1200px) {
  .breadcrumb .fusion-page-title-row span:last-child span {
    max-width: 350px;
  }
}
@media (max-width: 1024px) {
  /*   .crumb {
      display:none !important;
  }*/
  .fusion-page-title-bar-left .fusion-page-title-secondary {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .crumb {
    display: none !important;
  }
}
.social-list {
  display: inline-block;
  float: right;
  position: relative;
  top: 9px;
}
.social-list .link {
  float: left;
  margin: 0 7px 0 0;
}
.social-list .link:nth-child(4) {
  margin: 0;
}

.crumb .divider {
  float: right;
  height: 18px;
  position: relative;
  top: 8px;
  width: 1px;
  background: #c9c9c9;
  margin: 0 0 0 7px;
}

/* Newsletter/Search */
.fusion-secondary-menu-search,
#Newsletter {
  height: 22px;
  position: relative;
  display: inline-block;
  float: right;
  margin: 0 0 0 15px;
  top: 6px;
}
.newsletter ul li {
  list-style: none;
}
.fusion-secondary-menu-search .searchform,
#Newsletter form,
.search-page-search-form .searchform {
  height: 22px;
  position: relative;
}
.searchform .fusion-search-form-content {
  width: 194px;
}
.searchform .fusion-search-form-content .fusion-search-field input,
#Newsletter input.input_top {
  height: 22px;
  position: relative;
  top: 0;
  width: 170px;
  font-size: 11px;
  padding: 3px 5px 3px 24px;
  float: left;
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
  margin: 0;
}

.searchform .fusion-search-form-content .fusion-search-field input::-webkit-input-placeholder, /* Chrome/Opera/Safari */
#Newsletter input.input_top::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777777;
}
.searchform .fusion-search-form-content .fusion-search-field input::-moz-placeholder, /* Firefox 19+ */
#Newsletter input.input_top::-moz-placeholder {
  /* Firefox 19+ */
  color: #777777;
}
.searchform .fusion-search-form-content .fusion-search-field input:-ms-input-placeholder, /* IE 10+ */
#Newsletter input.input_top:-ms-input-placeholder {
  /* IE 10+ */
  color: #777777;
}
.searchform .fusion-search-form-content .fusion-search-field input:-moz-placeholder, /* Firefox 18- */
#Newsletter input.input_top:-moz-placeholder {
  /* Firefox 18- */
  color: #777777;
}
#Newsletter input.input_top {
  padding: 3px 5px 3px 27px;
}
.searchform .fusion-search-form-content .fusion-search-button input[type="submit"],
#Newsletter input.searchimage {
  background: #999999 url(/wp-content/themes/Avada-Child-Theme/images/sprite.png) repeat scroll -22px 4px;
  display: inline-block;
  height: 22px;
  left: 0;
  line-height: 21px;
  position: relative;
  top: 0;
  width: 24px;
  text-indent: -99999px;
  padding: 0;
  float: left;
  border: none;
  cursor: pointer;
}
.fusion-search-form-content .search-field {
  position: relative;
}
.searchform .fusion-search-form-content .fusion-search-button input[type="submit"]:hover,
#Newsletter input.searchimage:hover {
  background: #808080 url(/wp-content/themes/Avada-Child-Theme/images/sprite.png) repeat scroll -22px 4px !important;
}
.fusion-secondary-menu-search .searchform:after,
#Newsletter form:after,
.search-page-search-form .searchform:after,
.fusion-search-form-content .search-field:after {
  background: url(/wp-content/themes/Avada-Child-Theme/images/sprite.png) repeat scroll -48px 6px;
  display: inline-block;
  height: 22px;
  width: 25px;
  left: -3px;
  line-height: 21px;
  position: absolute;
  top: 0;
  content: "";
  z-index: 100;
}
#Newsletter form:after {
  background: url(/wp-content/themes/Avada-Child-Theme/images/sprite.png) repeat scroll -80px 6px;
  top: -1px;
}
#Newsletter form input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 768px) {
  .fusion-secondary-menu-search .searchform .fusion-search-form-content {
    display: none;
  }
  #Newsletter {
    display: none;
  }
}

.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-page-title-bar,
.fusion-secondary-main-menu,
.fusion-footer-widget-area,
.fusion-footer-copyright-area {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home .avada-page-titlebar-wrapper {
  display: none;
}

#main {
  padding: 20px 0 30px !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;
  }
  .home #main {
    padding: 10px 0 10px !important;
  }
}
.fusion-content-boxes.content-boxes-clean-horizontal .col {
  padding: 0 !important;
}
.display_archive {
  margin: 7px 0 30px !important;
}
body.has-sidebar #main .sidebar,
body.page-id-202273 #main .wpb_content_element {
  width: 320px;
  padding-right: 10px;
  padding-left: 10px;
}
body.page-id-202273 #main .wpb_content_element {
  float: right;
}
body.page-id-202273 #content .post-content:after {
  /* Subscribe Page */
  display: table;
  content: "";
  clear: both;
}
@media (min-width: 769px) {
  body.has-sidebar #content:not(.full-width) {
    width: 66.66%;
    width: calc(100% - 320px);
  }
  body.page-id-202273 #content .newsletter {
    /* Subscribe Page */
    width: 66.66%;
    width: calc(100% - 320px);
    float: left;
  }
  body.events-list #content, /* Events-list Page */
  body.page-id-200594 #content {
    /* IT-Profimarkt Page */
    padding-left: 10px;
    padding-right: 10px;
  }
  body.parent-pageid-272701 #content {
    /* IT-Profimarkt Page */
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1141px) {
  .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: 160px !important;
    width: 1228px;
    max-width: none !important;
  }
  body.has-sidebar #content {
    padding-right: 20px;
    padding-left: 10px;
  }
  body.archive #content {
    padding-right: 10px;
    padding-left: 10px;
  }
  body.page-id-202273 #content .newsletter {
    /* Subscribe Page */
    padding-right: 20px;
    padding-left: 10px;
  }
}
@media (max-width: 1140px) and (min-width: 1019px) {
  .fusion-header .fusion-row,
  .fusion-header-wrapper .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: 160px !important;
    width: 1140px;
    max-width: none !important;
  }
  body.has-sidebar #content {
    padding-right: 20px;
    padding-left: 10px;
  }
  body.archive #content {
    padding-right: 10px;
    padding-left: 10px;
  }
  body.page-id-202273 #content .newsletter {
    /* Subscribe Page */
    padding-right: 20px;
    padding-left: 10px;
  }
}
@media (max-width: 1018px) and (min-width: 768px) {
  .fusion-header .fusion-row,
  .fusion-header-wrapper .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: 160px !important;
    width: 900px;
    max-width: none !important;
  }
  body.has-sidebar #content {
    padding-right: 10px;
    padding-left: 10px;
  }
  body.archive #content {
    padding-right: 10px;
    padding-left: 10px;
  }
  body.page-id-202273 #content .newsletter {
    /* Subscribe Page */
    padding-right: 10px;
    padding-left: 10px;
  }
}
@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;
  }
  .fusion-header .fusion-row {
    padding-right: 0 !important;
  }
  .leaderboard {
    text-align: center;
  }
  body.has-sidebar #content {
    padding-right: 0;
    padding-left: 0;
  }
  body.page-id-202273 #content .newsletter {
    /* Subscribe Page */
    padding-right: 0;
    padding-left: 0;
  }
  body.has-sidebar #main .sidebar {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  body.page-id-202273 #main .wpb_content_element {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  #tribe-events-pg-template {
    padding: 0;
  }
}
body.has-sidebar #content.full-width {
  width: 100%;
}

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

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

/*** Issue Teaser  ***/
.td-post-small-box a:hover,
.td_block_template_1 .td-related-title .td-cur-simple-item,
.edd-submit.button.blue {
  background-color: #3396cc;
  border-color: #3396cc;
  color: white !important;
}
.edd-submit.button.blue:hover {
  background: #3276b1;
  border-color: #3276b1;
}
.content-container:after {
  display: table;
  content: "";
  clear: both;
}

/************************ Easy Linux ************************/
.issueBoxImage {
  float: left;
  margin: 0 15px 0 0;
}
.issueDescription p {
  font-size: 15px !important;
  line-height: 24px !important;
}
@media (max-width: 768px) {
  .issuem_years.page-nav {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .issueBoxImage {
    margin: 0 0 10px;
    width: 100%;
  }
  .issueBoxImage img {
    width: 100%;
  }
}
/************************ Issue Teaser ************************/
.issueTeaser .edd_purchase_submit_wrapper {
  margin-top: 10px;
}
.issueTeaser {
  padding: 15px;
  background: #f5f5f5;
  margin: 0 0 40px !important;
}
.issueTeaser.special {
  margin: 0 0 30px;
}
.issueTeaser table tr td div {
  color: #333333;
}
.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) h2 a {
  color: #666666;
}
.issueTeaser table tr td:nth-child(2) p {
  background: #ffcc03;
  padding: 5px 8px;
  line-height: 18px;
  color: #333333;
}
.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 table tr td:nth-child(2) ul li {
  margin: 0 0 0 20px;
  list-style: none;
  position: relative;
  color: #3396cc;
  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 only screen and (max-width: 768px) {
  .issueTeaser {
    margin: 0 0 35px !important;
  }
}
@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: 20px !important;
}

.post:last-child {
  margin-bottom: 0;
}
.single-download #content > span > .post {
  margin-bottom: 0 !important;
}
.fusion-blog-archive.fusion-blog-layout-large {
  margin-bottom: 21px;
}
.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 !important;
  line-height: 25px !important;
  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;
}

.sidebar .widget {
  margin-bottom: 39px;
}
.sidebar .widget.issuem_active_issue {
  margin-bottom: 46px;
}
.sidebar .widget:after {
  display: table;
  clear: both;
  content: "";
}
.sidebar .widget.noMarginBottom,
.sidebar div .widget.noMarginBottom:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .sidebar .widget {
    margin-bottom: 35px !important;
  }
}

.sidebar .widget.noMarginBottom {
  margin-bottom: 0;
}

/***  Popular-questions/Latest-questions ***/
.dwqa-popular-questions ul li,
.dwqa-latest-questions ul li {
  padding: 5px 9px !important;
  margin: 0 0 5px !important;
  line-height: 18px;
}
.dwqa-popular-questions ul li:last-child,
.dwqa-latest-questions ul li:last-child {
  margin: 0 !important;
}
.dwqa-popular-questions ul {
  margin: 0;
}
.dwqa-popular-questions ul li a,
.dwqa-latest-questions ul li a {
  color: #3396cc;
  font-weight: 600;
}

.dwqa-popular-questions ul li:nth-child(even),
.dwqa-latest-questions ul li:nth-child(even) {
  background: #f5f5f5;
}
.dwqa-popular-questions .questionAuthor,
.dwqa-latest-questions .questionAuthor {
  color: #3396cc;
  font-size: 10px;
  line-height: 21px;
}
.dwqa-popular-questions .questionExcerpt,
.dwqa-latest-questions .questionExcerpt {
  line-height: 21px;
}

/***  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: #3396cc;
}
.az-jobs-content .az-jobs-content-job .az-jobs-company a {
  color: #333333;
  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: #3396cc;
  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-color: #3276b1 !important;
}
.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-hilic-itemTitel {
  color: var(--link_color);
}
.jwtpl-ts-jobmarketLinkIcon {
  background-color: #3396cc !important;
  padding: 7px !important;
  display: block !important;
  text-align: center;
}

.textwidget p {
  margin: 0;
}
.textwidget p:last-child {
  padding-bottom: 6px;
}

/***  Issue Teaser ***/
.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: 100px;
}
.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: #3396cc;
  border-color: #3396cc;
  border-radius: 0;
  display: block;
  overflow: hidden;
  margin: 0;
}
.sidebar .edd-submit.button:hover {
  background-color: #3276b1;
  border-color: #3276b1;
}

/***  Insecurity Bulletin ***/
.widget_rss.widget ul li {
  line-height: 18px;
  padding: 6px 9px 6px 22px;
  border: 0;
}
.widget_rss.widget ul li:nth-child(even) {
  background: #f5f5f5;
}
.widget_rss.widget ul li a {
  font-weight: 600;
}

.widget_rss.widget .widget-title img {
  display: none;
}

/***  Sidebar Neuigkeiten ***/
.sidebar .post:last-child {
  margin-bottom: 0 !important;
}
.sidebar .post:after {
  display: table;
  content: "";
  clear: both;
}
.sidebar .post .image {
  position: relative;
  width: 100px;
  text-align: center;
  background: #fafafa;
  float: left;
  margin: 4px 13px 4px 0;
}
.image.av:after {
  background-color: #000;
  color: #fff;
  background-size: cover;
  content: "Anzeige";
  left: 0px;
  position: absolute;
  top: 0px;
  margin: 0;
  z-index: 2;
  padding: 1px 5px;
  font-size: 10px;
}
@media (max-width: 1018px) and (min-width: 768px) {
  .sidebar .post .image {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .sidebar .post .image {
    width: 80px;
  }
}
.sidebar .post .post-content .entry-title {
  width: 100%;
  font-size: 14px !important;
  line-height: 20px !important;
  margin: 0 0 6px !important;
}
.sidebar .post .post-content .fusion-post-content-container {
  margin-top: 9px !important;
}
.sidebar .post .date {
  float: left;
  margin-right: 7px;
  font-size: 11px;
  margin-top: 3px;
  color: #aaaaaa;
}
.sidebar .fusion-post-text_only.post {
  margin-bottom: 8px !important;
}
.sidebar .fusion-post-text_only.post:last-child {
  margin-bottom: 0 !important;
}
.sidebar .fusion-post-text_only.post .booksPrefix {
  padding: 1px 5px;
  color: #fff;
  background-color: #f45665;
  margin-right: 6px;
  font-size: 11px;
  float: left;
}
.sidebar .fusion-post-text_only.post .entry-title {
  font-size: 13px !important;
  line-height: 21px !important;
  margin-bottom: 7px !important;
}
.sidebar .fusion-post-text_only.post .entry-title a {
  color: #333333;
  font-weight: 400;
}
.sidebar .fusion-post-text_only.post .entry-title:hover a {
  color: #2d84b3;
}
.sidebar .post .fusion-post-content-container p {
  margin: 0;
  font-size: 13px;
  line-height: 21px;
}

/***  Mehr lesen Link ***/
.moreDefault.sidebar {
  position: relative;
  padding: 0 0 5px !important;
  display: block;
  margin-top: 15px;
}
.moreDefault.sidebar a {
  padding: 3px 8px;
  background: #f7f7f7;
  display: inline-block;
  font-size: 13px;
  float: right;
}
.moreDefault.sidebar a:hover {
  background: #eaeaea;
}

/***  DFN CERT Security Advisories ***/

.cert .td-post-date {
  float: left;
  top: 0;
  margin-right: 7px;
  font-size: 11px;
}

/*  ----------------------------------------------------------------------------
    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: #4db2ec;
  border-color: #4db2ec;
}
.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: #4db2ec;
  color: #fff;
  border-color: #4db2ec;
}
.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,
#content h1,
#content .heading .widget-title {
  color: #555;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  margin-top: 0;
  border-bottom: 2px solid #3396cc;
  font-weight: 400;
}
.comment-respond .fusion-title {
  margin-bottom: 0 !important;
}
.comment-respond .comment-reply-title {
  color: #555 !important;
  font-size: 22px !important;
  line-height: 28px !important;
  margin-bottom: 20px !important;
  padding-bottom: 8px !important;
  margin-top: 0 !important;
  border-bottom: 2px solid #3396cc;
  font-weight: 400 !important;
  width: 100%;
}
.comment-respond .comment-reply-title .title-sep-container {
  display: none;
}
.fusion-post-title-meta-wrap .entry-title {
  margin-bottom: 12px;
}

.relatedPosts {
	position:relative;
  	margin-bottom: 36px;
}
.single-download .relatedPosts {
  	margin-bottom: 0;
}
.relatedPosts .post:last-child,
.relatedPosts .post:last-child p:last-child {
  margin-bottom: 0 !important;
}
.relatedPosts h2 {
  font-size: 17px !important;
  line-height: 23px !important;
}
.single .relatedPosts .post {
  min-height: 100px;
  position: relative;
}
.single .relatedPosts .post:after {
  display: table;
  content: "";
  clear: both;
}
.single .relatedPosts .post .image {
  width: 100px;
  min-height: 70px;
  margin-right: 13px;
  margin-bottom: 16px;
  float: left;
  position: absolute;
  top: 0;
}
.single .relatedPosts .post.fusion-post-small .entry-title {
  padding-left: 113px !important;
  margin-bottom: 2px !important;
  font-size: 16px !important;
  line-height: 22px !important;
}
.single .relatedPosts .post.fusion-post-small .fusion-post-content-container {
  padding-left: 113px;
}

@media (max-width: 768px) {
  .single .relatedPosts .post .image {
    position: relative;
    float: left;
    margin-bottom: 4px;
  }
  .single .relatedPosts .post.fusion-post-small .entry-title {
    width: calc(100% - 113px) !important;
    padding-left: 0 !important;
    float: right;
    display: block;
    padding: 0;
  }
  .single .relatedPosts .post.fusion-post-small .fusion-post-content-container {
    padding: 0;
  }
}

.relatedPosts > h2 {
  margin: 0 0 18px;
  color: #3396cc;
  border-bottom: 2px solid #3396cc;
  padding: 0;
}
.relatedPosts > h2 span {
  background: #3396cc !important;
  padding: 5px 10px 3px;
  font-size: 17px !important;
  line-height: 23px !important;
  color: #ffffff !important;
  position: relative;
  margin: 0;
  display: inline-block;
  font-weight: 400;
}
.relatedPosts.golem > h2 {
	margin-bottom:9px;
}
.relatedPosts.golem .widget-title.anz-title.bottom:after {
	top:9px;
	right:5px;
	color:#555;
}

.page .post-content h1 + p {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 12px;
}

.fusion-post-medium-print {
  position: relative;
  min-height: 150px;
}
.fusion-post-medium-print .titleWrapper,
.fusion-post-medium-print .fusion-post-content-container,
.fusion-post-medium-print .postTags {
  margin-left: 174px;
}
.fusion-posts-container .postTags {
  margin-top: 5px;
  color: #777;
  font-size: 11px;
}
.fusion-post-medium-print .fusion-post-content-container p {
  line-height: 21px;
}
.fusion-post-medium-print .titleWrapper .entry-title {
  font-size: 22px !important;
  line-height: 28px !important;
  margin-bottom: 5px;
}
.fusion-post-medium-print .image {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .fusion-post-medium-print .titleWrapper .entry-title {
    font-size: 20px !important;
    line-height: 25px !important;
  }
}
@media (max-width: 1024px) {
  .fusion-post-medium-print .titleWrapper {
    width: calc(100% - 90px);
    float: right;
    display: block;
  }
  .fusion-post-medium-print .image {
    position: relative;
    float: left;
    margin: 0 10px 0 0;
  }
  .fusion-post-medium-print .titleWrapper,
  .fusion-post-medium-print .fusion-post-content-container,
  .fusion-post-medium-print .postTags {
    margin-left: 0;
  }
  .fusion-post-medium-print .fusion-post-content-container p {
    line-height: 21px;
  }
  .fusion-post-medium-print {
    min-height: 80px;
  }
  .fusion-post-medium-print .image {
    width: 80px;
  }
}
.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 ************************/

/***** Tags ****/
.tags {
  margin: 17px 0 30px 0 !important;
  font-family: open sans, arial, sans-serif;
  display: table;
  line-height: 20px;
  font-weight: 600;
}
.tags li {
  list-style: none;
  display: inline-block;
  line-height: 20px;
  margin-left: 0 !important;
  float: left;
  margin-bottom: 4px;
}

.tags span {
  background-color: #222;
  padding: 5px 9px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  line-height: 10px;
  float: left;
  height: 20px;
}
.tags a {
  display: block;
  float: left;
  border: 1px solid #ededed;
  margin-left: 4px;
  line-height: 8px;
  color: #111;
  padding: 5px 8px;
  height: 20px;
}
.tags a:hover {
  background-color: #3396cc;
  border-color: #3396cc;
  color: #fff !important;
}
.tags span,
.tags a {
  margin-right: 4px;
  margin-left: 0;
  font-size: 11px;
  font-weight: 400;
}
.fusion-post-title-meta-wrap {
  margin-bottom: 0;
}

@media (max-width: 1019px) and (min-width: 768px) {
  .post-content .wp-caption {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 580px) {
  .post-content .wp-caption {
    max-width: 100%;
    width: 100%;
  }
}
.single .post-content .wp-caption {
  float: right;
  max-width: 330px;
  margin: 0 0 0 34px;
}
@media (max-width: 1019px) and (min-width: 580px) {
  .full-width .post-content .wp-caption {
    max-width: 330px;
    margin: 0 0 0 34px;
  }
}
@media (max-width: 1019px) {
  .post-content .wp-caption {
    max-width: 100%;
    margin: 0;
    width: 100%;
  }
}
/* images @ full-width page */
.full-width p > img {
  margin-top: 7px;
}
@media (max-width: 580px) {
  .full-width .post-content img,
  .full-width .post-content .wp-caption {
    width: 100% !important;
    margin: 0 0 12px 0;
  }
}

.post-content ul {
  margin: 0 0 12px;
}
.post-content ul li {
  margin-left: 21px;
}
.aligncenter {
  margin: auto !important;
}
.alignnone img,
.aligncenter img {
  width: 100%;
}
.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 !important;
  font-style: italic;
  font-weight: normal;
  line-height: 17px !important;
  margin: 0 0 12px !important;
  background: #f5f5f5;
  color: #555555 !important;
  padding: 3px 7px;
}
.fusion-post-title-meta-wrap + .post-content {
  margin-bottom: 40px;
  position: static;
}
@media (max-width: 1019px) {
  .fusion-post-title-meta-wrap .wp-caption {
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .fusion-post-title-meta-wrap + .post-content {
    margin-bottom: 30px;
  }
}
.post-content p.wp-caption-text:last-child {
  margin-bottom: 7px !important;
}
.single .post-content h3 {
  font-size: 17px;
  margin-top: 0;
}
.single .post-content h4 {
  font-size: 16px;
}
.single .aligncenter {
  max-width: 300px !important;
  margin: 14px auto 0 !important;
  float: none !important;
}
@media (max-width: 768px) {
  .single .aligncenter {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.single .author {
  color: #777;
}
.single .question {
  font-style: italic;
}
.single .post .fusion-post-title-meta-wrap .topline {
  font-family: "Roboto", sans-serif;
  font-size: 22px !important;
  font-weight: 400;
  line-height: 28px !important;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  color: #3396cc;
  display: block;
  border-bottom: 2px solid #3396cc;
  padding: 0 0 3px 0;
}
.category h1,
.author h1 {
  border-bottom: 2px solid #3396cc;
  margin-top: 0 !important;
  margin-bottom: 12px;
  padding: 0 0 2px;
  position: relative;
  font-size: 22px !important;
  line-height: 28px !important;
  color: #555555;
  text-transform: none;
  font-weight: normal;
  font-family: Roboto;
}
.single .post .fusion-post-title-meta-wrap h2.entry-title {
  color: #555 !important;
  font-size: 24px !important;
  line-height: 28px !important;
  margin: -4px 0 7px !important;
  padding-bottom: 2px !important;
  font-weight: 400 !important;
}
/*.single .post .post-content:not(.fusion-post-content) h2,
.single .td-post-content:not(.fusion-post-content) h2 {
    color: #555 !important;
    font-size: 24px !important;
    line-height: 28px !important;
    margin: -4px 0 7px !important;
    padding-bottom: 2px !important;
    font-weight:400 !important;
}*/
.single .post .post-content h2,
.single .post .post-content h3,
.single .post .post-content h4 {
  margin-bottom: 0 !important;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
  color: #555 !important;
}
.single .post .post-content h3,
.single .post .post-content h4 {
  font-size: 18px !important;
  line-height: 24px !important;
  margin-top: 0;
}
.single .post .post-content h4 {
  font-size: 16px !important;
  line-height: 23px !important;
  margin-top: 0;
}

.post-content img {
  margin-bottom: 12px;
}

.single .fusion-post-title-meta-wrap .topline + a img {
  float: left;
  max-width: 300px;
  margin: 0 20px 10px 0;
}
@media (max-width: 1018px) {
  .single .fusion-post-title-meta-wrap .topline + a img {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

#main .post .fusion-post-title-meta-wrap .author {
  margin-bottom: 12px;
  letter-spacing: 0.2px;
  font-size: 12px;
  color: #3396cd;
  font-weight: 400;
  color: #444;
  display: inline-block;
}
#main .post .fusion-post-title-meta-wrap .author a {
  font-style: italic;
  margin-bottom: 0;
}
#main .post .fusion-post-title-meta-wrap .date {
  color: #444444;
  font-size: 11px;
}
.post-content p {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 12px !important;
  color: #333333;
}
.post-content p:last-child {
  margin-bottom: 0 !important;
}
.post-content table p:last-child {
  margin-bottom: 12px !important;
}

.post-content .ui-element {
  font-style: italic;
}

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

.box .object-center img {
  margin-bottom: 10px;
}
.box .boxtitle p,
.box .boxtitle {
  color: #555;
  font-size: 18px;
  margin: 0 0 3px;
}
.box.listingbox .boxtitle p,
.box.listingbox .boxtitle,
.box.table .boxtitle p,
.box.table .boxtitle {
  margin: 0 0 5px;
  font-size: 14px;
}
.box.table {
  overflow-x: auto;
}
.box pre {
  margin: 0 0 12px 0;
}
.box > *:last-child {
  margin: 0;
}
.box ol {
  padding: 0;
}
.box ol li {
  margin-left: 21px;
}
.box ol li a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.box p:last-child {
  margin-bottom: 0 !important;
}
.post-content > p + .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,
.renderedtable tr th p {
  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 ***/
.box.authorbox {
  min-height: 99px;
}
.box.authorbox .object-left,
.box.authorbox img {
  float: left;
}
.box.authorbox .boxtitle p,
.box.authorbox .boxtitle {
  margin: 0 0 5px;
}
.box.authorbox .object-left img,
.box.authorbox img {
  max-width: 50px !important;
  margin: 3px 10px 0 0;
  padding: 0 0 0;
}
/** inline-box **/
@media (max-width: 768px) {
  span.box {
    display: block;
    float: none !important;
    margin-bottom: 10px !important;
    width: 301px;
  }
}
@media (max-width: 647px) {
  span.box {
    clear: both;
  }
}
@media (max-width: 580px) {
  span.box {
    margin: 10px auto !important;
  }
}

/*** 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/Avada-Child-Theme/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: #3396cc; /* 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 40px;
}
.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: #3396cc;
  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;
  background-color: #258a00;
  border-color: #258a00;
  background-color: #3396cc;
}
.purchaseBox td .edd-submit.button.blue:hover {
  background-color: #1f7102;
  border-color: #1f7102;
  background: #3276b1;
  border-color: #3276b1;
}
.purchaseBox .edd_download_purchase_form {
  margin: 0;
}
.purchaseBox .readly {
  max-width: 180px;
}
@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;*/
    flex: 1 0 0;
  }
  .purchaseBox tr td {
    flex: 1 0 0;
  }
  .purchaseBox tr td a {
    color: #3396cc;
  }
  .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: 768px) {
  .purchaseBoxWrapper {
    margin: 0 0 35px;
  }
}

@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: #3396cc;
  }
  .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;
  }
}

/************************ 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 #3396cc;
  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 #3396cc;
  margin: 5px 0 15px !important;
  width: 100%;
  display: inline-block;
  font-size: 22px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
}
.issueInfo {
  margin: 0 0 20px;
}
.issueInfo h2 {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 20px !important;
  font-weight: 400 !important;
  float: left;
  width: 70%;
  padding: 0 0 0 10px;
}
.issueInfo .issueBoxWrapper {
  position: relative;
  margin: 0 0 20px;
}
.issueInfo .issueBoxWrapper h2 {
  padding-bottom: 7px;
}
.issueInfo .issueBoxWrapper:after {
  display: block;
  clear: both;
  content: "";
}

.issueInfo .issueBoxWrapper .issueDescWrapper {
  float: left;
  width: calc(70% - 150px);
  padding: 0 15px;
}
.issueInfo .issueBoxWrapper .issueBoxTop {
  background: #f1f1f1;
  padding: 10px;
  width: 150px;
  float: right;
}
.issueInfo .issueBoxTop div {
  background: #e94e00;
  border-radius: 20px;
  padding: 4px 10px;
  text-align: center;
  margin: 0 0 6px;
}
.issueInfo .issueBoxTop div:last-child {
  margin: 0;
}
.issueInfo .issueBoxTop div:hover {
  background: #d44802;
}
.issueInfo .issueBoxTop .bob + div img {
  width: 100%;
  max-width: 77px;
}
.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%;
  }
}
@media (max-width: 768px) {
  .issueInfo .issueDescription ul {
    margin-top: 0;
  }
  .issueInfo .issueDescription {
    max-width: calc(100% - 170px);
  }
}
@media (max-width: 500px) {
  .issueInfo .issueDescription {
    max-width: 100%;
  }
}
@media (max-width: 360px) {
  .issueInfo .issueBoxWrapper .issueBoxImage {
    max-width: 100%;
    margin: 0 0px 10px 0;
  }
}

/***  Post medium ***/
.fusion-post-medium .fusion-post-content .titleWrapper .category {
  background: url(/wp-content/themes/Avada-Child-Theme/images/news-small.png) no-repeat;
  display: inline-block;
  width: 72px;
  height: 18px;
  float: right;
  margin: 4px 0 0 0;
}
.fusion-post-medium .fusion-post-content .titleWrapper .category.artikel {
  background: url(/wp-content/themes/Avada-Child-Theme/images/lc-small.png) no-repeat;
}
.fusion-post-medium .fusion-post-content .titleWrapper .category.linuxuser,
.fusion-post-medium .fusion-post-content .titleWrapper .category.linuxuser-spezial {
  background: url(/wp-content/themes/Avada-Child-Theme/images/linuxuser-logo-small.png) no-repeat;
}
.fusion-post-medium .fusion-post-content .titleWrapper .category.easylinux,
.fusion-post-medium .fusion-post-content .titleWrapper .category.easylinux-starter-kit {
  background: url(/wp-content/themes/Avada-Child-Theme/images/easylinux-logo-small.png) no-repeat;
  width: 75px;
}
.fusion-post-medium .topline {
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin: 0 0 1px;
  line-height: 21px;
}

.blogsList {
  padding: 3px 8px;
  background: #f7f7f7;
  display: inline-block;
  font-size: 13px;
}
.fusion-post-medium .category {
  display: block;
  font-size: 14px;
  background: 0 0;
  padding: 3px 0 4px;
  margin: 0;
  font-family: roboto, arial, sans-serif;
  color: #888;
  font-weight: 600;
}
.fusion-post-medium .entry-title {
  border-bottom: 2px solid #3396cc;
  padding: 0 0 8px !important;
  margin-bottom: 10px;
  font-size: 22px !important;
  line-height: 28px !important;
}
.fusion-post-medium time {
  font-size: 12px;
  margin: 2px 5px 0 0;
  float: left;
  color: #aaaaaa;
}

.fusion-post-medium .image {
  float: right;
  width: 130px;
  margin-left: 14px;
  margin-bottom: 0;
  max-height: 130px;
  overflow: hidden;
}
.fusion-post-medium .author {
  display: inline-block;
  position: relative;
  font-size: 11px;
  color: #777;
}
.fusion-post-medium .author a {
  color: #3396cc;
}
.post-content .moreWrapper {
  margin: 0 0 22px;
}
.post-content .moreWrapper:after {
  content: "";
  display: table;
  clear: both;
}
.post-content .moreWrapper .more {
  padding: 3px 8px;
  background: #f7f7f7;
  display: inline-block;
  color: #777;
  font-size: 13px;
  float: right;
}
.post-content .moreWrapper .more:hover {
  background: #eaeaea;
  transition-property: color, background-color, border-color;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.post-content .moreWrapper .more a {
  margin: 0 0 0 5px;
}
.post-content .moreWrapper .more a:after {
  display: none;
}
.post-content .attribute-description {
  background: #f7f7f7;
  padding: 20px 25px 18px 27px;
  border-left: 2px solid #3396cc;
  color: #777;
  font-size: 13px;
  text-align: left;
}
.post-content .attribute-description p {
  margin-bottom: 9px !important;
}
.post-content .attribute-description p:last-child {
  margin-bottom: 0 !important;
}
.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: 30px 0 !important;
  justify-content: initial;
}
@media (max-width: 768px) {
  .fusion-show-pagination-text .pagination {
    margin: 6px 0 20px !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;
  width: auto !important;
}
.pagination .page-numbers:last-child {
  margin: 0 !important;
}
.pagination .page-numbers:hover {
  background-color: #4db2ec;
  color: #fff;
  border-color: #4db2ec !important;
}
.pagination .page-numbers.current {
  background-color: #4db2ec;
  color: #fff;
  border-color: #4db2ec;
  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;
}

/************************ Linux User ************************/
h1.td-page-title span {
  font-size: 30px;
}
.issueHeader {
  margin: 0 0 24px;
}
@media (max-width: 768px) {
  .issueHeader {
    margin: 0 0 19px;
  }
}

.issueInfo .issueBoxWrapper .issueBoxImage {
  float: left;
  margin: 0 0 0 0;
  max-width: 30%;
}
.issueInfo .issueBoxWrapper .purchaseBoxWrapper {
  width: 69%;
  margin-bottom: 0;
  float: right;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .issueInfo .issueBoxWrapper .issueBoxImage {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .issueInfo h2 {
    width: 100%;
    margin-top: 15px;
    padding: 0;
  }
  .issueInfo .issueBoxWrapper .issueDescWrapper {
    padding-left: 0;
    margin-bottom: 20px;
    width: calc(100% - 150px);
  }
  .issueInfo .issueBoxWrapper .issueBoxTop {
    float: left;
  }
}
@media (max-width: 767px) {
  .issueInfo .issueBoxWrapper .issueBoxImage {
    margin: 0 0 0 0 !important;
  }
}
@media (max-width: 640px) {
  .issueInfo .issueBoxWrapper .issueBoxImage {
    max-width: 100%;
    margin-bottom: 20px !important;
  }
  .issueInfo h2 {
    width: 100%;
    margin-top: 15px;
    padding: 0;
  }
  .issueInfo .issueBoxWrapper .issueDescWrapper {
    padding-left: 0;
    margin-bottom: 20px;
    width: calc(100% - 150px);
  }
  .issueInfo .issueBoxWrapper .issueBoxTop {
    float: left;
  }
}
@media (max-width: 560px) {
  .issueInfo .issueBoxWrapper .purchaseBoxWrapper {
    width: 68%;
  }
}
@media (max-width: 480px) {
  .issueInfo .issueBoxWrapper .issueBoxImage {
    max-width: 100% !important;
  }
  .issueInfo .issueBoxWrapper .issueBoxTop {
    position: relative;
    margin: auto;
  }
  .issueInfo .issueBoxWrapper .issueDescWrapper {
    padding: 0;
    width: 100%;
  }
  .issueInfo .issueBoxWrapper .purchaseBoxWrapper {
    width: 100%;
  }
}

/************************ Suchseite **************************/
.has-sidebar .error-page .oops {
  font-size: 70px;
  line-height: 70px;
}
.search .fusion-title {
  margin: 0 !important;
}
.search .post-content h3 {
  font-weight: 400;
}
.error-page .useful-links {
  padding-left: 15px;
}
.search .search-page-search-form h2,
.search .post-content .fusion-title h2 {
  border-bottom: 2px solid #3396cc;
  padding-bottom: 3px;
  padding-right: 0;
  margin: 0px 0 12px !important;
  width: 100%;
  display: inline-block;
  font-size: 22px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
}
.search-results .fusion-image-wrapper {
  max-height: 200px;
  overflow: hidden;
}
.search-page-search-form .entry-title {
  width: 100%;
  font-size: 22px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
  border-bottom: 2px solid #3396cc;
  padding-bottom: 2px;
  margin: 0 0 12px !important;
}
.search-page-search-form-top {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .fusion-columns .fusion-column:not(.fusion-column-last) {
    margin: 0 !important;
  }
}
@media (max-width: 1019px) {
  .search .error-page .fusion-columns .fusion-column {
    width: 100% !important;
    float: none;
  }
}

/* Search Results Seite*/

.searchResult + div:after {
  content: "";
  display: block;
  clear: both;
}
.searchResultItem + div,
.searchResult + div {
  margin: 30px 0;
}

.search-results .page-numbers {
  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;
}
.search-results .page-numbers.current {
  background-color: #4db2ec;
  color: #fff;
  border-color: #4db2ec;
}
.search-results .page-numbers:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.searchResult .inputField input#submit {
  padding: 0 10px !important;
}
.searchResult .inputField {
  margin: 0 0 5px 0;
}
#searchbar {
  background-color: #f1f1f1;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}
#searchbar ul li {
  list-style: none;
}
#searchForm .searchformSubsection:after {
  display: table;
  content: "";
  clear: both;
}
#searchForm .searchformSubsection > label {
  color: #888888;
  width: 100px;
  display: block;
  float: left;
}
#searchForm .searchformSubsection {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#searchForm .searchformSubsection:nth-child(2) {
  margin-bottom: 0;
}
#searchForm .searchformSubsection .searchformSelect {
  display: block;
  float: left;
  padding-left: 15px;
}
#searchForm .searchformSubsection .searchformSelect > input {
  margin-top: 3px;
  height: auto;
}
#searchForm .searchformSubsection .searchformSelect > label {
  padding-left: 3px;
}
#searchForm .searchformSubsection .searchformSelect > * {
  float: left;
  display: block;
}
.searchResultList > :last-child .td_module_9.td_module_wrap {
  margin-bottom: 20px;
}

.searchResultItem .td-excerpt {
  min-height: 100px;
}

/* Sphinx search stuff */
#searchform_advanced_bar {
  display: inline-block;
  vertical-align: top;
}

#searchform_advanced_bar ul {
  display: inline-flex;
  margin: 0 10px 0 0;
}

#searchForm ul.inputField {
  display: inline-block;
  margin-top: 0;
}

#searchForm ul.inputField li {
  display: table-cell;
}

#searchForm ul.inputField li:first-child {
  width: 100%;
  padding-right: 10px;
}
#searchForm ul.inputField li:nth-child(2) input {
  margin-top: -4px !important;
  float: right !important;
  padding: 3px 10px 4px 10px !important;
}

#searchForm ul.inputField input#sphinx_sinput {
  width: 100% !important;
  height: 34px;
}

#searchForm ul.inputField input[type="submit"] {
  width: 100%;
  height: 32px;
  float: inherit !important;
}

/************************ Impressum ************************/
.table-border th {
  background-color: #3396cc;
  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;
}
.post-content 

/************************ Footer ************************/ 
@media (max-width: 768px) {
  .fusion-footer-widget-area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.fusion-copyright-notice {
  font-size: 9px;
  padding-right: 5px;
  text-align: right !important;
}
.fusion-footer-widget-area {
  padding-top: 33px;
  padding-bottom: 30px;
  border: none;
}

.widget_text .footer-topics ul li {
  list-style: none;
}
.td-footer-wrapper {
  padding-top: 20px;
}
.td-footer-wrapper .widget_text {
  margin-bottom: 10px;
}
.td-footer-wrapper .widget_text .footer-topics {
  width: 100%;
}

.footer-topics {
  display: table;
  width: 100%;
  padding: 0 10px;
}
.footer-topics .footer-sitemap,
.footer-topics .footer-news,
.footer-topics .footer-kontakt,
.footer-topics .footer-topic {
  display: table-cell;
  width: 24%;
}
.footer-topics .footer-sitemap {
  width: 22%;
}
.footer-topics .footer-news {
  width: 35%;
}
.footer-topics .footer-topic {
  width: 35%;
}
.footer-topics a {
  color: white;
}
.footer-topics .footer-sitemap .footer-sitemap-topics > a {
  font-size: 12px;
}
.footer-topics .footer-sitemap ul {
  margin: 0;
}
.footer-topics .footer-sitemap ul li {
  line-height: 20px;
  position: relative;
  padding: 0 0 0 10px;
}
.footer-topics .footer-sitemap ul li a {
  font-weight: 300;
  font-size: 11px;
}
.footer-topics .footer-sitemap ul li:before {
  color: #ffffff;
  content: "•";
  font-size: 16px;
  left: 0;
  top: 2px;
  line-height: 16px;
  position: absolute;
}
.footer-topics .footer-news h2 {
  font-size: 12px;
  line-height: 21px;
  color: #ffffff;
  margin: 0;
}
.footer-topics .footer-news ul {
  margin: 0;
}
.footer-topics .footer-news ul li {
  margin: 0;
  line-height: 20px;
}
.footer-topics .footer-news ul li a {
  margin: 0;
  font-weight: 300;
  font-size: 11px;
}
.footer-topics .footer-kontakt li {
  line-height: 20px;
}
.footer-topics .footer-kontakt li a {
  font-weight: 300;
  font-size: 11px;
}
.footer-topics .footer-topic li {
  line-height: 21px;
}
.footer-topics .footer-topic li a {
  display: block;
  font-size: 12px;
  text-align: right;
}
.footer-topics .footer-topic li a img {
  margin: 10px 0 0;
  width: 132px;
}

@media (max-width: 640px) {
  .footer-topics .footer-news {
    display: none;
  }
}
@media (max-width: 360px) {
  .footer-topics .footer-sitemap {
    display: none;
  }
}

/************************ Werbung / ad slots ************************/
#Ads_BA_BS {
	position:relative;
 }
 #Ads_BA_FLB, #Ads_BA_CAD, #Ads_BA_CAD2, #Ads_BA_VID, #Ads_BA_BUT, #Ads_BA_FOOT {
	text-align:center;
}
#Ads_BA_CAD, #Ads_BA_CAD2, #Ads_BA_BUT {
	padding-bottom:45px;
}
#Ads_BA_FOOT {
	margin-bottom:20px;
}
#skyscraper {
	position: absolute;
	min-height: 600px;
	min-width: 160px;
	right: 0;
	left: calc(100% - 160px);
	z-index:1;
  }
.leaderboard {
	margin:0 auto;
}
.billboard {
	margin-bottom:0;
	position:relative;
	margin:0 auto;
}
.billboard #Ads_BA_FLB {
	box-sizing:content-box;
	padding-top:10px;
}
/***************** ad slot cls fixes *******************/
#Ads_BA_BS {
	min-height:90px;
}
#Ads_BA_FLB {
	height:250px;
}
#Ads_BA_CAD {
	min-height:300px;
}
#Ads_BA_CAD2 {
	min-height:280px;
}
#Ads_BA_TEXT {
	min-height:120px;
}
#Ads_BA_VID {
  min-height:240px;
}
#Ads_BA_FOOT {
  min-height:60px;
}
/* Tablet */
@media (max-width: 768px) {
	.billboard {
		display:none;
	}
	#skyscraper {
		display: none;
	}
	#Ads_BA_FLB {
		display: none;
	}
	#Ads_BA_CAD, #Ads_BA_CAD2, #Ads_BA_BUT {
		padding-bottom:35px;
	}
}
/* Mobile */
@media (max-width: 500px) {
	#Ads_BA_BS {
		min-height:150px;
	}
	#Ads_BA_CAD2 {
		min-height:300px;
	}
	#Ads_BA_FOOT {
		min-height:75px;
	}
}
/* no ads: no min-heights */
.noAds #Ads_BA_BS, .noAds #Ads_BA_FLB, .noAds #Ads_BA_CAD, .noAds #Ads_BA_CAD2, .noAds #Ads_BA_FOOT {
	min-height:initial;
	height:auto;
}

/************************ 404 Page ************************/
.error-page .fusion-404-checklist {
  font-size: 13px !important;
  line-height: 20px !important;
}
.error-page .fusion-404-checklist .fusion-li-item-content {
  margin-left: 30px !important;
}
.error-page .fusion-404-checklist li {
  padding: 5px 0 !important;
}
.error-page .fusion-404-checklist .icon-wrapper {
  margin: 0 5px 0 0 !important;
  background: #3396cc !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;
  }
}

/* Kontakt */
.wpcf7 hr.spacer {
  border: 0;
  border-bottom: 1px solid #3396cc;
  margin: 10px 0 10px;
}
.wpcf7 br {
  display: none;
}
.wpcf7-form input[type="submit"] {
  background: #3396cc;
  padding: 8px 15px !important;
  font-weight: 500;
  text-transform: initial;
}
.wpcf7-form input[type="submit"]:hover {
  background: #3276b1;
}
.wpcf7-select-parent .wpcf7-select,
.wpcf7-form .wpcf7-text,
.wpcf7-form textarea {
  color: #444444;
  border-color: #999999;
}
.wpcf7-form textarea {
  color: #444444;
}
.wpcf7-select-parent .select-arrow {
  color: #444444;
  border-color: #999999;
}

/************************ Fragen ************************/
.dwqa-breadcrumbs {
  display: none;
}
.dwqa-container .dwqa-question-filter {
  position: relative;
}
.dwqa-container .dwqa-question-filter:after {
  display: table;
  content: "";
  clear: both;
}
.dwqa-container .dwqa-question-filter span,
.dwqa-container .dwqa-question-filter a {
  font-size: 13px;
  line-height: 26px;
  background: #3396cc;
  color: #ffffff;
  margin: 0 3px 3px 0;
  padding: 0 8px;
  display: inline-block;
  float: left;
}
.dwqa-container .dwqa-question-filter a {
  background: #f5f5f5;
  color: #666666;
  white-space: nowrap;
}
.dwqa-container .dwqa-question-filter a:hover,
.dwqa-container .dwqa-question-filter a.active {
  border: none !important;
  background: #999999;
  color: #ffffff;
  text-decoration: none;
}
.dwqa-container .dwqa-question-filter a:hover {
  background: #999999;
}
.dwqa-container .dwqa-pagination {
  display: inline;
}
.dwqa-container .dwqa-pagination a,
.dwqa-container .dwqa-pagination span,
.dwqa-container .dwqa-ask-question a {
  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;
}
.dwqa-container .dwqa-pagination a:hover,
.dwqa-container .dwqa-pagination span:hover,
.dwqa-container .dwqa-pagination a.dwqa-current,
.dwqa-container .dwqa-pagination span.dwqa-current {
  text-decoration: none;
  background: #4db2ec;
  border: 1px solid #4db2ec;
  color: #ffffff;
}
.dwqa-container .dwqa-ask-question a {
  background: #74b78c;
  border: 1px solid #74b78c;
  color: #ffffff;
  font-size: 15px;
}
.dwqa-container .dwqa-ask-question a {
  margin: 0;
}
.dwqa-container .dwqa-ask-question a:hover {
  background: #649e78;
  border: 1px solid #649e78;
  text-decoration: none;
}
.dwqa-container .dwqa-questions-list {
  border: none;
  border-collapse: separate;
  border-spacing: 2px;
}
.dwqa-questions-list th {
  background-color: #3396cc;
  color: white;
}
.dwqa-container .dwqa-questions-list .dwqa-question-item {
  border: none;
  background: #eef9ff;
}
.dwqa-container .dwqa-questions-list .dwqa-question-item:hover {
  background: #e6f1f7;
}
.dwqa-container .dwqa-questions-list .dwqa-question-item:nth-child(even) {
  border: none;
  background: #def3fe;
}
.dwqa-container .dwqa-questions-list .dwqa-question-item:nth-child(even):hover {
  background: #d5eaf5;
}
.dwqa-container table.dwqa-questions-list {
  margin: 0;
}
.dwqa-container table.dwqa-questions-list tr td.dwqa-answer-count {
  text-align: center;
}
.dwqa-container table.dwqa-questions-list tr td.dwqa-question-author {
  line-height: 17px;
}

.dwqa-container table.dwqa-questions-list tr td.dwqa-latest-answer {
  font-size: 12px;
  line-height: 17px;
  min-width: 114px;
}

.dwqa-container .dwqa-questions-footer:after {
  display: table;
  content: "";
  clear: both;
}
@media (max-width: 1018px) and (min-width: 768px) {
  .dwqa-container table.dwqa-questions-list tr th:nth-child(3),
  .dwqa-container table.dwqa-questions-list tr td.dwqa-question-author {
    display: none;
  }
}
@media (max-width: 480px) {
  .dwqa-container table.dwqa-questions-list tr th:nth-child(3),
  .dwqa-container table.dwqa-questions-list tr td.dwqa-question-author {
    display: none;
  }
}
p.comment-form-comment {
  margin: 0 !important;
}
.comment-form input[type="submit"] {
  text-transform: none;
}
p.dwqa-comment-note {
  display: none;
  margin: 10px 0 0 !important;
}

/************************ Fragen/Answer ************************/
.dwqa-question-item .dwqa-question-meta,
.dwqa-answer-item .dwqa-answer-meta {
  padding: 7px 8px 7px 13px;
  background: #f5f5f5;
}
.dwqa-question-item .dwqa-question-meta:after,
.dwqa-answer-item .dwqa-answer-meta:after {
  display: table;
  content: "";
  clear: both;
}
.dwqa-question-item .dwqa-question-meta,
.dwqa-answers .dwqa-answer-meta {
  margin-bottom: 0;
}
.dwqa-question-item .dwqa-question-meta span:first-child,
.dwqa-answers .dwqa-answer-meta span:first-child {
  font-size: 15px;
  font-weight: 700;
}
.dwqa-question-item .dwqa-question-actions a,
.dwqa-answer-item .dwqa-answer-actions a {
  padding: 3px 7px;
  background: #74b78c;
  color: #ffffff;
  display: inline-block;
  margin-left: 4px;
}
.dwqa-question-item .dwqa-question-actions a {
  float: left;
  padding: 0 7px;
  line-height: 26px;
}
.dwqa-question-item .dwqa-question-actions a:hover,
.dwqa-answer-item .dwqa-answer-actions a:hover {
  background: #649e78;
  text-decoration: none;
}
.dwqa-question-item .dwqa-question-actions label {
  float: left;
  line-height: 26px;
}
.dwqa-question-item .dwqa-question-actions label input[type="checkbox"] {
  margin: 7px 4px 0;
  display: inline-block;
  float: left;
}
.dwqa-question-item .dwqa-question-actions a.dwqa_delete_question,
.dwqa-answer-item .dwqa-answer-actions a.dwqa_delete_answer {
  background: #cc2028;
}
.dwqa-question-item .dwqa-question-meta a.dwqa_delete_question:hover,
.dwqa-answer-item .dwqa-answer-actions a.dwqa_delete_answer:hover {
  background: #b31d24;
}
.dwqa-question-item .dwqa-question-content,
.dwqa-answer-item .dwqa-answer-content {
  padding: 8px 13px 0;
}
.dwqa-answer-item .dwqa-answer-content p {
  color: #555555;
}
.dwqa-comment-meta span {
  font-style: italic;
  font-weight: bold;
}
.dwqa-comments-list .dwqa-comment-actions a {
  padding: 3px 7px;
  background: #74b78c;
  color: #ffffff;
}
.dwqa-comments-list .dwqa-comment-actions a:hover {
  background: #649e78;
  text-decoration: none;
}
.dwqa-comments-list .dwqa-comment-actions a.dwqa-delete-comment {
  background: #cc2028;
}
.dwqa-comments-list .dwqa-comment-actions a.dwqa-delete-comment:hover {
  background: #b31d24;
}
.dwqa-answer-form form {
  text-align: left;
}
.dwqa-captcha {
  margin-bottom: 11px;
}
.dwqa-select {
  display: none;
}
.dwqa-comment-form .dwqa-comment-show-button #submit {
  background: #3396cc;
  padding: 8px 15px;
  min-width: auto;
}
.dwqa-comment-form .dwqa-comment-show-button #submit:hover {
  background-color: #3276b1;
}
@media (max-width: 480px) {
  .dwqa-pick-best-answer {
    display: none;
  }
}

/* comment section on single posts */
#comments,
#wpdcom {
  margin: 0 auto;
}
#wpcomm {
  padding: 0;
  margin: 0 auto;
  margin-top: 0px;
  border: none;
}
#wc-comment-header {
  padding-top: 0;
  margin-top: -10px;
}
.wpdiscuz-subscribe-bar {
  margin-bottom: 0;
}
#wpcomm .wpdiscuz-form-top-bar {
  display: none;
}
.wc-comment-title {
  display: none;
}
#wpcomm .wc-thread-wrapper {
  padding: 0;
  margin: 0;
}
#wpcomm .wc-thread-wrapper .wc-blog-guest:first-child {
  margin-top: 20px;
}
#wpcomm .wc-comment-bar {
  padding-top: 10px;
}
#wpcomm .wpdiscuz-front-actions {
  margin-top: 10px;
}
#wpcomm .wpdiscuz-subscribe-form-button input[type="submit"] {
  min-width: 28px;
  width: 28px;
  border: 1px solid #555;
  padding: 3px 3px 5px 3px !important;
  height: 28px !important;
  min-height: 28px !important;
}
#wpcomm .wc-reply {
  border-top: 1px solid #dedede;
}
#wpcomm .wc-comment .wc-reply:last-child .wc-reply .wc-comment-right {
  margin-bottom: 0;
}
#wpcomm .wc-reply .wc-comment-header {
  border: none !important;
}
@media screen and (max-width: 1019px) {
  #wpcomm .wpdiscuz-subscribe-form-button input[type="submit"] {
    margin-top: 10px;
  }
  #wpcomm .wpdiscuz-subscribe-form-option {
    width: 100% !important;
    padding-right: 5px !important;
  }
  .logged-in #wpcomm .wpdiscuz-subscribe-form-option {
    width: calc(100% - 34px) !important;
  }
  .logged-in #wpcomm .wpdiscuz-subscribe-form-button input[type="submit"] {
    margin-top: 0px;
  }
  #wpcomm .wpdiscuz-subscribe-form-email {
    width: calc(100% - 33px) !important;
    margin-top: 10px;
  }
  #wpcomm .wpdiscuz-subscribe-form-button {
    width: 28px !important;
  }
}
@media screen and (max-width: 800px) {
  #wpcomm .wpdiscuz-front-actions .wpdiscuz-sbs-wrap {
    padding: 0;
  }
}

#wpcomm .wpdiscuz-subscribe-form-email {
  padding: 0;
}
.comments-area .notification {
  background: #f86457;
  color: #ffffff;
  position: relative;
  padding: 25px 40px 25px 64px;
  margin: 0 0 24px;
}
.comments-area .notification:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #f86457;
  position: absolute;
  bottom: -12px;
  content: "";
  left: calc(50% - 10px);
}
.comments-area .notification:after {
  background: url(/wp-content/themes/Avada-Child-Theme/images/sprite.png) repeat scroll -178px -34px;
  display: inline-block;
  height: 27px;
  width: 27px;
  left: 25px;
  line-height: 21px;
  position: absolute;
  top: 25px;
  content: "";
}
.comments-area .notification .closeButton {
  width: 19px;
  height: 19px;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.comments-area .notification .closeButton:hover {
  background: #e65d51;
}
.comments-area .notification .closeButton:after {
  background: url(/wp-content/themes/Avada-Child-Theme/images/sprite.png) repeat scroll -233px -35px;
  display: inline-block;
  height: 27px;
  width: 27px;
  left: 0;
  line-height: 21px;
  position: absolute;
  top: 0;
  content: "";
}
.comments-area .notification p {
  font-size: 18px;
  line-height: 25px;
  margin: 0;
}

/* Pretty Photo Lightbox */
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
  margin-bottom: 5px;
}
.pp_nav {
  margin: 3px 10px 0 7px;
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next,
div.pp_default .pp_expand,
div.pp_default .pp_contract,
div.pp_default .pp_close {
  background: #f9f9f9;
  height: 30px;
  width: 30px;
  margin: 0px 5px 0 0;
  border: 1px solid #e6e6e6;
  position: relative;
  left: auto;
}
div.pp_default .pp_expand,
div.pp_default .pp_contract,
div.pp_default .pp_close {
  position: absolute;
  margin: 0;
}
div.pp_default .pp_close {
  top: 2px;
  margin: 0px 7px 0 0;
}
div.pp_default a.pp_arrow_previous:hover,
div.pp_default a.pp_arrow_next:hover,
div.pp_default .pp_contract:hover,
div.pp_default .pp_expand:hover,
div.pp_default .pp_close:hover {
  background: #fff;
}
div.pp_default a.pp_arrow_previous:after,
div.pp_default a.pp_arrow_next:after,
div.pp_default .pp_contract:after,
div.pp_default .pp_expand:after,
div.pp_default .pp_close:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 12px;
  top: 5px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 13px;
  text-indent: 0;
  color: #666666;
}
div.pp_default .pp_close:after {
  content: "\f00d";
  left: 9px;
  top: 4px;
  font-size: 15px;
}
div.pp_default .pp_contract:after {
  content: "\f78c";
  left: 7px;
  top: 2px;
  font-size: 16px;
}
div.pp_default .pp_expand:after {
  content: "\f31e";
  left: 8px;
  top: 4px;
  font-size: 15px;
}
div.pp_default a.pp_arrow_previous:after {
  content: "\f053";
  left: 10px;
}

/* source links archive, ex. https://www.linux-magazin.de/qr/44037 */
.sourceLinks .issueInfo h2 {
  padding: 0;
  float: none;
}
.sourceLinks h3 {
  margin: 0 0 10px;
  padding: 5px 0 5px 18px;
  color: #555;
  background-color: #f5f5f5;
  border-bottom: 2px solid #999;
  font-size: 13px;
  font-weight: 700;
}
.sourceLinks .articleIntro {
  padding-left: 2px;
}
.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: #777;
  left: -12px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 20px;
}

/* Verwandte Downloads */
.relatedPosts .fusion-blog-layout-text_only .post {
  min-height: auto;
  margin-bottom: 10px !important;
}
.relatedPosts .fusion-blog-layout-text_only .post:last-child {
  margin-bottom: 0 !important;
}
.relatedPosts .fusion-blog-layout-text_only .post .date {
  padding: 1px 5px;
  color: #fff;
  background-color: #b3b3b3;
  margin-right: 10px;
  font-size: 11px;
  float: left;
}
.relatedPosts .fusion-blog-layout-text_only .post .entry-title {
  padding-left: 0;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .relatedPosts .fusion-blog-layout-text_only .post .entry-title {
    width: auto;
    float: none;
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

/* Events Kalendar */
#tribe-events-bar {
  margin-bottom: 20px;
}
#tribe-events-content-wrapper {
  position: relative;
  padding-top: 67px;
}

@media (max-width: 405px) {
  #tribe-events-content-wrapper {
    position: relative;
    padding-top: 90px;
  }
}
.tribe-events-title-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#wrapper .post-content .fusion-events-before-title .tribe-events-page-title {
  border: 0;
}
#wrapper .post-content .fusion-events-before-title .tribe-events-page-title {
  font-size: 24px;
}
#tribe-events-bar:after,
#tribe-events-bar:before {
  display: none;
}
body:not(.has-sidebar) #tribe-events-bar .tribe-bar-filters {
  margin-left: 0;
}
#tribe-events-bar .tribe-bar-filters {
  padding: 15px 15px;
}
#tribe-events-bar #tribe-bar-views .tribe-bar-views-inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
.tribe-bar-date-filter {
  padding: 0px;
}
#tribe-bar-form input[type="text"] {
  border: none;
  border-bottom: 1px dashed #b9b9b9;
  background: rgba(0, 0, 0, 0);
  font-style: italic !important;
  padding: 5px;
  font-size: 15px;
  color: #444;
}
#tribe-bar-form input[type="text"]:focus {
  padding-top: 4px;
  padding-bottom: 6px;
}
#tribe-bar-form input[type="text"]::-webkit-input-placeholder {
  font-style: italic !important;
  color: #444;
}
#tribe-bar-form input[type="text"]:-moz-placeholder {
  font-style: italic !important;
  color: #444;
}
#tribe-bar-form input[type="text"]::-moz-placeholder {
  font-style: italic !important;
  color: #444;
}
#tribe-bar-form input[type="text"]:-ms-input-placeholder {
  font-style: italic !important;
  color: #444;
}
#tribe-bar-form input[type="text"]::input-placeholder {
  font-style: italic !important;
  color: #444;
}
#tribe-bar-form input[type="text"]::placeholder {
  font-style: italic !important;
  color: #444;
}
#tribe-events-bar
  #tribe-bar-form:not(.tribe-bar-collapse)
  .tribe-bar-filters
  .tribe-bar-filters-inner
  .tribe-bar-submit
  .tribe-events-button {
  width: 190px;
}
#tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-submit .tribe-events-button {
  background: #666666;
  color: #ffffff;
  width: 100%;
}
#tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-submit .tribe-events-button:hover {
  background: #333333;
}
#tribe-bar-form label {
  color: #444;
}
#tribe-events-content .tribe-events-calendar td,
#tribe-events-content table.tribe-events-calendar {
  border: 1px solid #bbb;
}
.tribe-events-calendar thead th {
  background-color: #ddd;
  color: #333;
  height: 10px;
  letter-spacing: 1px;
  padding: 4px 0;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, Helvetica, serif;
}
#tribe-events-content .tribe-events-calendar td {
  background-color: #ffffff;
  font-family: "Open Sans", Arial, Helvetica, serif;
  height: 145px;
}
.tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar div[id*="tribe-events-daynum-"] a,
.tribe-events-grid .tribe-grid-header .tribe-week-today {
  background-color: #f5f5f5 !important;
  color: #999;
}
body #wrapper .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] {
  background-color: #666666 !important;
}
body #wrapper .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] a {
  background: transparent !important;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth,
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
  color: #999;
}
.tribe-events-othermonth .tribe-events-month-event-title,
.tribe-events-othermonth div[id*="tribe-events-daynum-"] {
  -khtml-opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
@media only screen and (max-width: 768px) {
  .tribe-events-calendar td div[id*="tribe-events-daynum-"],
  .tribe-events-calendar td div[id*="tribe-events-daynum-"] a {
    margin-top: 6px;
    font-size: 11px;
    line-height: 1;
    padding: 0;
    background: none !important;
  }
  body #wrapper .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] {
    background: none !important;
  }
  body #wrapper .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] a {
    color: #999999;
  }
  body #wrapper .tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"] a {
    color: #ffffff;
  }
  .tribe-events-calendar .mobile-active.tribe-events-has-events:not(.mobile-active):after,
  .tribe-events-calendar .tribe-events-present.tribe-events-has-events:not(.mobile-active):after {
    background: #333333;
  }
  #tribe-events-content .tribe-events-calendar td {
    height: 45px;
  }
  #tribe-events-content .tribe-events-calendar td.mobile-active {
    background: #666666;
  }
  .tribe-events-month #tribe-mobile-container {
    margin-top: 0 !important;
  }
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,
  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next,
  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous {
    background: #666;
    color: #ffffff;
    width: calc(50% - 1px);
  }
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a,
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a,
  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a,
  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous a {
    color: #ffffff;
    padding: 10px 20px;
  }
  .tribe-events-nav-left a:before,
  .tribe-events-nav-previous a:before,
  .tribe-events-nav-next a:after,
  .tribe-events-nav-right a:after {
    color: #ffffff;
    left: 10px;
  }
  .tribe-events-nav-next a:after,
  .tribe-events-nav-right a:after {
    right: 10px;
  }
  #wrapper .post-content .fusion-events-before-title .tribe-events-page-title {
    font-size: 17px;
  }
  #tribe-events-footer ~ a.tribe-events-ical.tribe-events-button {
    margin-top: 20px !important;
  }
}
#tribe-events-content #tribe-events-footer {
  margin-top: 0;
  border: 0;
  padding: 0px;
}
.tribe-events-list-separator-month {
  margin: 0 auto 0;
}
#tribe-events .tribe-events-list .type-tribe_events {
  margin: 0 auto 20px;
  border-color: #f1f1f1;
}
.tribe-events-list-separator-month {
  padding: 6px 10px;
  background-color: #eee;
}
.tribe-events-list-separator-month span {
  font-size: 14px;
  font-weight: 700;
  color: #444444;
}
#tribe-events .tribe-events-list .type-tribe_events {
  min-height: auto;
  padding: 6px 10px;
}
.tribe-events-list-event-description .fusion-read-more {
  margin-top: 0;
}
#tribe-events .tribe-events-list .fusion-tribe-no-featured-image .fusion-tribe-events-headline {
  width: 100%;
}
#tribe-events .tribe-events-list .tribe-events-event-meta .author > div {
  display: block;
  padding: 0;
  border: none;
  margin: 0 0 10px;
  color: #444;
}

#tribe-events .tribe-events-list .tribe-events-event-meta .author > div.fusion-tribe-events-headline {
  background: none;
}
#tribe-events .tribe-events-list .tribe-events-event-meta .author > div.fusion-tribe-events-headline a {
  color: #3396cc;
}
.tribe-events-loop .tribe-events-event-meta {
  border: 0;
  clear: both;
  float: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin: 5px 0 15px;
  overflow: visible;
}
#tribe-events .tribe-events-list .tribe-events-content {
  padding: 0;
}

/*** autorendaten ***/
.autoren-content input[type="text"],
.autoren-content input[type="url"],
.autoren-content input[type="tel"],
.autoren-content input[type="email"] {
  font-size: 12px;
  line-height: 21px;
  color: #444;
  border: 1px solid #e1e1e1;
  width: 100%;
  max-width: 100%;
  height: 34px;
  padding: 3px 9px;
}
.autoren-content .table {
  display: table;
}
.autoren-content .table .row {
  display: table-row;
  margin-bottom: 10px;
}
.autoren-content .table .row .col {
  display: table-cell;
  padding-bottom: 10px;
}
.autoren-content .table .row .col.col-2 {
  width: 100%;
}
.autoren-content .table .row .col.title {
  width: 160px;
  vertical-align: top;
  font-weight: 600;
  position: relative;
}
.autoren-content .table.inner .row .col:first-child {
  padding-right: 10px;
}
.autoren-content .footnote {
  font-size: 0.9em;
  margin-top: 4px;
}
.autoren-content .footnote .marker {
  position: relative;
  padding-left: 9px;
}
.footnote .marker .required.if {
  left: 0;
}
.autoren-content textarea {
  height: 100px;
  min-height: inherit;
  width: 100%;
  font-size: 12px;
  line-height: 21px;
  color: #444;
  border: 1px solid #e1e1e1;
  width: 100%;
  max-width: 100%;
  padding: 6px 9px;
}
.autoren-content .required {
  display: inline-block;
  color: #ff0000;
  font-weight: bold;
  vertical-align: super;
  font-size: smaller;
  padding-left: 4px;
}
.autoren-content .required.if {
  color: #0000ff;
  position: absolute;
  left: -13px;
  top: -5px;
}
.autoren-content input[type="submit"] {
  width: 100%;
}
.autoren-content input.error {
  border-color: #ff0000;
}
.autoren-content textarea {
  resize: none;
}
.autoren-content .captchaSection {
  margin-bottom: 10px;
  padding-left: calc(50% - 152px);
}
.autoren-content form.mc-embedded-subscribe-form {
  position: relative;
}
.form-notification {
  display: none;
  position: fixed;
  height: auto;
  min-height: 200px;
  width: 100%;
  max-width: 400px;
  min-width: 320px;
  margin: 0;
  border: 1px solid #3396cc;
  padding: 10px;
  background: #f9f9f9;
  z-index: 9999;
  top: calc(50% - 100px);
  left: calc(50% - 200px);
}
.form-notification .notification-close {
  position: absolute;
  top: 0;
  right: 6px;
}
.form-notification .notification-close a {
  color: #888 !important;
  font-weight: bold;
  font-size: 12pt;
}

.form-notification .notification-close a:hover {
  color: #999 !important;
}
.form-notification.error {
  color: #b94a48;
  background: #f2dede;
  border-color: #eed3d7;
}
.form-notification.error h1 {
  color: #b94a48;
}
.form-notification.success {
  border-color: #3c763d;
}
.form-notification.success h1 {
  color: #3c763d;
}
.form-notification .notification-content h1 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px 0 !important;
  line-height: 16px;
}
@media (max-width: 320px) {
  .form-notification {
    left: calc(50% - 160px);
  }
}

/*** it-profimarkt ***/
.wpbdp-main-box .advanced-search-link {
  padding: 10px 0 5px;
}
.wpbdp-main-box .box-col input {
  height: 34px;
}
.wpbdp-main-links-container .button {
  cursor: pointer;
  background: #999;
  outline: 0;
  border: 0;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 13px;
}
.wpbdp-main-links-container .button:hover {
  background: #888888;
}
.wpbdp-categories .cat-item {
  margin: 0 0 10px !important;
}
.wpbdp-listing-excerpt.odd {
  background: rgba(255, 255, 255, 0) !important;
}
.wpbdp-listing-excerpt,
.wpbdp-listing.single {
  border: 1px solid #dddddd !important;
  padding: 15px !important;
  margin: 0 0 10px;
}
.single-wpbdp_listing .sidebar {
  display: none;
}

@media (min-width: 1141px) {
  body.has-sidebar.single-wpbdp_listing #content {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  body.has-sidebar.single-wpbdp_listing #content {
    width: 100% !important;
  }
}

.wpbdp-listing a:not(.wpbdp-button) {
  border-bottom: none !important;
}
.wpbdp-listing .listing-title {
  border-bottom: none !important;
  margin-bottom: 15px !important;
  background: #f9f9f9 !important;
  margin: -15px -15px 0;
  padding: 10px 15px 4px 15px;
}
.wpbdp-listing .listing-title h1 {
  font-size: 34px !important;
  line-height: 51px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: none !important;
  color: #3396cc !important;
}
.wpbdp-listing .listing-title a {
  font-family: "Roboto", sans-serif !important;
  font-size: 27px !important;
}
.listing-actions a.button,
.wpbdp-listing .wpbdp-button {
  padding: 5px 10px !important;
  background-color: #e6e6e6 !important;
  color: #7c7c7c !important;
  background-image: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 0 0 3px;
  float: right;
  cursor: pointer;
}
.listing-actions a.button:hover,
.wpbdp-listing .wpbdp-button:hover {
  background-color: #ebebeb !important;
}

.wpbdp-listing .wpbdp-button {
  float: none;
}
.wpbdp-pagination {
  margin: 20px 0 0 0 !important;
}
@media (max-width: 768px) {
  .wpbdp-listing .listing-title a,
  .wpbdp-listing .listing-title h2 {
    font-size: 26px !important;
  }
  .wpbdp-categories .cat-item {
    margin: 0 0 2px !important;
  }
  .wpbdp-listing .listing-title h1 {
    font-size: 26px !important;
    line-height: 39px !important;
  }
}

/*** Blogs List/ ***/
.item-details {
  position: relative;
  min-height: 150px;
  position: relative;
  margin-bottom: 20px;
}
.item-details:after {
  display: table;
  content: "";
  clear: both;
}
.item-details .entry-title {
  padding-left: 174px !important;
  margin-bottom: 2px !important;
  font-size: 16px !important;
  line-height: 22px !important;
}
.item-details .td-excerpt .td-module-thumb {
  width: 150px;
  min-height: 150px;
  margin-right: 13px;
  margin-bottom: 16px;
  float: left;
  position: absolute;
  top: 0;
}
.item-details .td-excerpt .td-module-thumb img {
  width: 100%;
}
.item-details .td-excerpt .td-module-thumb + p {
  padding-left: 174px;
}
@media (max-width: 768px) {
  .item-details .entry-title {
    width: calc(100% - 163px);
    float: right;
    display: block;
    padding: 0;
    margin-top: 0 !important;
  }
  .item-details .td-excerpt .td-module-thumb {
    position: relative;
    float: left;
    margin-bottom: 4px;
  }
  .item-details .td-excerpt .td-module-thumb + p {
    padding: 0;
  }
}

/*** dfn-cert-advisories Seite ***/
.certOverview .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;
  /*  width: 100% !important;*/
  /*  align-items: center;*/
  margin: 0 -10px;
}
.certOverview .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;
  margin: 0 0 7px !important;
  position: relative;
  padding: 0 10px;

  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.certOverview .fusion-posts-container .post .date {
  float: left;
  margin-right: 7px;
  font-size: 11px;
  margin-top: 3px;
  color: #aaaaaa;
}
.certOverview .fusion-posts-container .post .entry-title {
  font-size: 13px !important;
  line-height: 21px !important;
  margin: 0;
}
.certOverview .fusion-posts-container .post .entry-title a {
  color: #777777;
}

@media (max-width: 680px) {
  .certOverview .fusion-posts-container .post {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (min-width: 0px) {
  .certOverview .fusion-posts-container .post {
    height: auto;
  }
}
.certOverview .fusion-posts-container .post {
  height: 45px;
}

/*** e_bibliothek ***/
.e_bibliothek {
}
.e_bibliothek .box {
  background-color: #f1f1f1;
  width: 230px;
  float: left;
  margin: 0 48px 20px;
  border: 1px solid #b3b3b3;
  padding: 0;
  border-radius: 3px;
}
@media (max-width: 1200px) {
  .e_bibliothek .box {
    background-color: #f1f1f1;
    margin: 0 38px 20px;
  }
}

@media (max-width: 1024px) {
  .e_bibliothek .box {
    background-color: #f1f1f1;
    margin: 0 38px 20px;
  }
}
@media (max-width: 768px) {
  .e_bibliothek .box {
    margin: 0 auto 20px;
    float: none;
  }
}
.e_bibliothek .box img {
  height: 158px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin: 0;
}
.e_bibliothek .box .wp-caption-text {
  bottom: -7px !important;
  left: 5px !important;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff !important;
}
.e_bibliothek .box h2 {
  background-color: #b3b3b3;
  color: #fff;
  padding: 3px 5px 2px;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 2px;
}
.e_bibliothek .box p {
  margin: 0 !important;
}
.e_bibliothek .box h2 a {
  font-weight: 700;
  color: #fff;
}
.e_bibliothek .box .boxInner img {
  width: 100%;
}
.e_bibliothek .box .text {
  height: 86px;
  padding: 2px 6px;
  font-size: 13px;
  line-height: 20px;
}

#mc_embed_signup {
  margin: 0 0 30px;
}

#tribe-events,
#tribe-events-pg-template,
.tribe-events-pg-template {
  padding-top: 0;
}
#tribe-events {
  padding-left: 0;
  padding-right: 0;
}
#tribe-events-pg-template {
  padding-left: 0;
  padding-right: 0;
}
.single-tribe_events #content {
  padding: 0 10px;
}
.tribe-events-notices {
  background: #d9edf7 !important;
  border-radius: 4px !important;
  border: 1px solid #bce8f1 !important;
  color: #3a87ad !important;
  margin: 10px 0 18px;
  padding: 8px 35px 8px 14px !important;
  text-shadow: 0 1px 0 #fff !important;
}
.single-tribe_events .fusion-events-single-title-content {
  background: rgba(0, 0, 0, 0);
  padding: 0;
}

.single-tribe_events .tribe-events-single-event-title {
  font-size: 1.7em !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.fusion-events-single-title {
  margin: 0 0 10px 20px;
}
#tribe-events .tribe-events-button,
.tribe-events-button {
  *display: inline;
  background-color: #666;
  background-image: none;
  border-radius: 3px;
  border: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: normal !important;
  padding: 6px 9px !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  zoom: 1;
}
.single-tribe_events #tribe-events-content .fusion-content-widget-area {
  margin-top: 20px;
}
.tribe-events-meta-group .tribe-events-single-section-title {
  color: #111 !important;
  background: rgba(0, 0, 0, 0) !important;
}
.single-tribe_events .fusion-content-widget-area {
  color: #111 !important;
}

.tribe-events-event-meta .tribe-events-meta-group {
  box-sizing: border-box !important;
  display: inline-block !important;
  float: left !important;
  margin: 0 0 20px !important;
  padding: 0 4% !important;
  text-align: left !important;
  vertical-align: top !important;
  width: 33.3333% !important;
  zoom: 1;
}
.single-tribe_events #tribe-events-content .fusion-content-widget-area .tribe-events-event-meta.primary {
  display: block;
}
.single-tribe_events .tribe-events-meta-group + .tribe-events-meta-group + .tribe-events-meta-group-gmap {
  clear: both;
  display: block !important;
  float: none !important;
  width: auto !important;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
  float: none !important;
  line-height: 1.5;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: none !important;
}
@media (max-width: 768px) {
  .tribe-events-event-meta .column,
  .tribe-events-event-meta .tribe-events-meta-group {
    float: none !important;
    width: 100% !important;
  }
}
.single .fusion-sharing-box {
  margin-top: 40px;
  margin-bottom: 20px;
}
.single-tribe_events .tribe-events-schedule {
  display: block !important;
  width: 100% !important;
}
.single-tribe_events .tribe-events-schedule h3 {
  display: block !important;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  font-size: 1.2em !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  color: #111111;
}
.single-tribe_events .fusion-events-single-title-content .tribe-events-single-event-title {
  color: #111111 !important;
}
.single-tribe_events .tribe-events-schedule h3 span {
  color: #111111 !important;
}
.fusion-events-featured-image {
  margin-bottom: 20px !important;
}
.fusion-events-featured-image .fusion-events-single-title-content {
  position: relative;
  margin-top: 20px;
}
.fusion-events-featured-image .fusion-events-single-title-content h3 {
  margin-top: 10px !important;
}
/* 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 !important;
  color: #3396cc;
  line-height: 2.2rem;
  display: inline-block;
  box-sizing: border-box;
  font-size: 18px;
  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: #3396cc;
  line-height: 45px;
  font-size: 20px;
  font-weight: 700;
}
.toPrivacyManager .button:hover:before {
  color: #000000;
}

/* Fireplace Advertorial */
.fpl {
  position: relative;
  height: 250px;
  width: 1068px;
  margin-left: -15px;
}
.fpl a {
  display: block;
}
.fpl .fplLeft {
  background: url("https://www.linux-community.de/wp-content/themes/Avada-Child-Theme/images/usenext/left.jpg") no-repeat black;
  position: absolute;
  width: 322px;
  height: 1508px;
  top: 0;
  left: -300px;
}
.fpl .fplTop {
  background: url("https://www.linux-community.de/wp-content/themes/Avada-Child-Theme/images/usenext/top.jpg");
  position: absolute;
  width: 1068px;
  height: 250px;
  top: 0;
  left: 22px;
}
.fpl .fplRight {
  background: url("https://www.linux-community.de/wp-content/themes/Avada-Child-Theme/images/usenext/right.jpg") no-repeat black;
  position: absolute;
  width: 580px;
  height: 1508px;
  top: 0;
  right: -602px;
}

@media screen and (max-width: 1140px) {
  .fpl {
    display: none;
  }
}

/* WP-YouTube-Lyte disclaimer */
.lyte_disclaimer {
  display: block;
  margin-top: -14px;
  font-size: 0.7rem;
}
