/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: https://codex-themes.com/thegem/
Author URI: https://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

@font-face {
	font-family: 'America Standard Light';
	src: url('');
	src: url('?#iefix') format('embedded-opentype'),
		url('https://gegneranalyse.de/wp-content/uploads/GT-America-Standard-Light.woff') format('woff'),
		url('') format('truetype'),
		url('#') format('svg');
		font-weight: normal;
		font-style: normal;
}


@font-face {
	font-family: 'America Standard Medium';
	src: url('');
	src: url('?#iefix') format('embedded-opentype'),
		url('https://gegneranalyse.de/wp-content/uploads/GT-America-Standard-Medium.woff') format('woff'),
		url('') format('truetype'),
		url('#') format('svg');
		font-weight: normal;
		font-style: normal;
}

@font-face {
    font-family: 'ElegantIcons';
    src: url('https://gegneranalyse.de/wp-content/themes/thegem-child/fonts/elegant/ElegantIcons.ttf');
	src: url('https://gegneranalyse.de/wp-content/themes/thegem-child/fonts/elegant/ElegantIcons.eot');
	src: url('https://gegneranalyse.de/wp-content/themes/thegem-child/fonts/elegant/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('https://gegneranalyse.de/wp-content/themes/thegem-child/fonts/elegant/ElegantIcons.woff') format('woff'),
		url('https://gegneranalyse.de/wp-content/themes/thegem-child/fonts/elegant/ElegantIcons.ttf') format('truetype'),
		url('https://gegneranalyse.de/wp-content/themes/thegem-child/fonts/elegant/ElegantIcons.svg#et-line') format('svg');
	font-style: normal;
	font-weight: normal;
}


html, body, h1, h2, h3, h4, h5, h6 {
	font-family: 'America Standard Light', Helvetica Light, Helvetica, Arial, Non-serif !important;
}


/* body {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
} */


//COver für mobile Lupe:
#libmod-magnifier {
	position: relative;
  }
  
  #mapCover {
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
  }

  @media screen and (min-width: 768px) {
	#mapCover { 
		display: none;
	}   
  }
  
  .libmod-magnifier-glass {
	  z-index: 11; 
  }

/*17.12.2021 Ende */


/* header / topmenu */
#site-header.site-header {
	z-index: 1000;
	position: fixed;
	left: 0;
	width: 100%;
}
#site-header.site-header.shrink-mobile {
	padding-top: 20px;
}
body.admin-bar #site-header.site-header {
	top: 32px !important;
}
@media screen and (max-width: 782px) {
	body.admin-bar #site-header.site-header {
		top: 46px !important;
	}
	body.admin-bar #site-header.site-header.shrink-mobile  {
		top: 0 !important;
	}
}
.top-area-menu .nav-menu > li a::before {
    content: '';
    font-weight: normal;
}
.top-area-menu .nav-menu > li {
	padding-right: 5px;
}
.header-main,
#site-header .primary-navigation,
#site-header #perspective-menu-buttons{
    opacity: 1;
}
#site-header .primary-navigation{
    vertical-align: bottom;
}
#site-header .header-main{
    margin-top: -20px;
    margin-bottom: 20px;
}
.header-style-3 #primary-menu.no-responsive > li {
    padding: 33px 0px 11px;
}
.shrink {
    background-color:#fff !important;
}
.top-area-block.top-area-socials,
.top-area-block.top-area-contacts {
	padding: 0;
}
.top-area-block.top-area-contacts {
	margin-left: 8px;
}
.top-area-socials .socials-item,
.top-area-contacts .gem-contacts-item {
	width: 25px;
	padding: 0 !important;
}
.top-area-contacts .gem-contacts-email::before {
	margin-right: 0 !important;
}
.gem-libmod-print {
	cursor: pointer;
}
.gem-libmod-print::before {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	content: attr(data-icon);
	font-family: 'ElegantIcons';
	font-size: 16px;
	text-align: center;
}
.gem-libmod-print:hover {
	color: #000;
}
.top-area-menu {
	padding-right: 25px;
}
.top-area-search {
	padding-left: 0;
        display:none;
}
span.menu-item.menu-item-search::before,
p.menu-item.menu-item-search::before {
	cursor: pointer;
    content: "\e612";
    display: block;
	width: 100%;
	color: #a2b0ab;
    font-family: "thegem-icons";
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    vertical-align: top;
}
#top-area-search {
	z-index: 99999;
	position: absolute;
	right: 0;
	margin-top: 5px;
	margin-right: 20px;
}
#top-area-search.minisearch .sf-input {
	font-family: 'America Standard Light';
}
@media screen and (min-width: 1250px) {
	#top-area-search {
		margin-right: 45px;
	}
}
.readindicator {
	position: absolute;
	left: 0;
	width: 0px;
	height: 3px;
	background-color: #c20069;
}


/* primary + secondary menu */
/* .mobile-menu-layout-slide-vertical .primary-navigation.responsive li.menu-item-parent > .menu-item-parent-toggle {
	display: none;
} */
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li > ul {
	display: block;
}

#primary-menu.no-responsive > li > a,
#secondary-menu.no-responsive > li > a {
    text-transform: none;

}
#primary-menu.no-responsive li ul{
    border-bottom:0.5px solid #dfe5e8;
    padding-bottom:15px !important;
    text-transform:none;
    margin-top:-5px;
}



#primary-menu.no-responsive li li{
    background-color:#fff;

}

#primary-menu.no-responsive li li span{
    border-top:0.5px solid #dfe5e8 !important;
   	/* border-right:0.5px solid #dfe5e8 !important;
   	border-left:0.5px solid #dfe5e8 !important; */
    margin:0 20px -5px 0 !important;
    padding:10px 5px !important;
    /* padding-left:20px; */
}


#primary-menu.no-responsive li li:nth-child(1) span,
#primary-menu.no-responsive li li:nth-child(2) span{
   border-top:none !important;
}
#primary-menu.no-responsive li li:last-child() span{
    margin-bottom:10px;
}

#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul > li{
    max-width:240px !important;
}

#primary-menu.no-responsive  li ul.sub-menu.styled{
    border:none;
}
/*
#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul{
    border-right:1px solid #dfe5e8 !important;
    border-left:1px solid #dfe5e8 !important;
}

#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li{
    border-top:1px solid #dfe5e8 !important;
}

#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li:nth-child(even) {
  border-right:1px solid #dfe5e8 !important;

}

#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li:nth-child(odd) {
    border-left:1px solid #dfe5e8 !important;
}
*/

.megamenu-inited li span.megamenu-column-header,
#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul > li span.megamenu-column-header a,
.megamenu-inited li span.megamenu-column-header a{
    text-transform:none !important;
}


#primary-menu.no-responsive > li.megamenu-enable ul{
    background-color:#fff;
    border-top:1px solid #dfe5e8 !important;
}
/* secondary menu: style.css */

#secondary-menu{
display:none !important;

}
#secondary-menu,
#secondary-menu + ul {
	text-align: left;
	display:none;
}
#secondary-menu.no-responsive {
	display: inline-block;
	margin: 0 -10px;
	text-align: left;
	white-space: nowrap;
	font-size: 0;
	line-height: 25px;
}
#secondary-menu.no-responsive li {
	position: relative;
}
#secondary-menu.no-responsive li > a {
	display: block;
	position: relative;
	text-decoration: none;
}
#secondary-menu.no-responsive > li {
	display: inline-block;
	vertical-align: middle;
}
#secondary-menu.no-responsive > li > a {
	padding: 35px 20px;
}
.header-style-3 #secondary-menu.no-responsive > li,
.header-style-4 #secondary-menu.no-responsive > li {
	padding: 0 3px 24px;
}
.header-style-3 #secondary-menu.no-responsive > li.menu-item-current,
.header-style-3 #secondary-menu.no-responsive > li.menu-item-active,
.header-style-4 #secondary-menu.no-responsive > li.menu-item-current,
.header-style-4 #secondary-menu.no-responsive > li.menu-item-active {
	padding: 31px 1px;
}
.header-style-3 #secondary-menu.no-responsive > li > a,
.header-style-4 #secondary-menu.no-responsive > li > a {
	padding: 0px 9px;
}
.header-style-2 #secondary-menu.no-responsive li li.menu-item-current > a,
.header-style-2 #secondary-menu.no-responsive li li.menu-item-active > a,
.header-style-2 #secondary-menu.no-responsive li li:hover > a,
.header-style-3 #secondary-menu.no-responsive li li.menu-item-current > a,
.header-style-3 #secondary-menu.no-responsive li li.menu-item-active > a,
.header-style-3 #secondary-menu.no-responsive li li:hover > a {
	border-left: 3px solid transparent;
	padding-left: 27px;
}
/* secondary menu: custom.css */
#secondary-menu.no-responsive > li {
	line-height: 25px;
}
#secondary-menu.no-responsive > li > a {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
}
#secondary-menu.no-responsive > li:hover > a {
	color: #0084a5;
}
/* secondary menu: libmod */
#secondary-menu.no-responsive > li > .triangle {
	display: none;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -22px;
	width: 0px;
	height: 0px;
	-webkit-transform: rotate(360deg);
	border-color: transparent transparent #eaefef transparent;
	border-style: solid;
	border-width: 0 22px 22px 22px;
}
#secondary-menu.no-responsive > li:hover > .triangle {
	display: block;
}
#secondary-menu.no-responsive > li > .topic-content {
	display: none;
	position: absolute;
	top: 41px;
	height: 330px;
	-moz-box-shadow: 9px 9px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 9px 9px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 9px 9px 5px rgba(0, 0, 0, 0.3);
	background-color: #eaefef;
	padding: 20px 20px 20px 0;
	vertical-align: top;
	white-space: normal;
}
#secondary-menu.no-responsive > li:hover > .topic-content,
#secondary-menu.no-responsive > li:active > .topic-content {
	display: block !important;
}
#secondary-menu.no-responsive > li > .topic-content p {
	font-size: 16px;
}
#secondary-menu.no-responsive > li > .topic-content .topic-column {
	display: inline-block;
	float: left;
	width: 33%;
	padding-left: 20px;
}
#secondary-menu.no-responsive > li > .topic-content .topic-column {
	padding-right: 30px;
}
#secondary-menu.no-responsive > li > .topic-content .topic-text h4,
#secondary-menu.no-responsive > li > .topic-content .topic-text p {
	color: #53625d;
}
#secondary-menu.no-responsive > li > .topic-content .topic-text h4 {
	margin: 0 0 20px;
	line-height: 28px;
}
/* #secondary-menu.no-responsive > li > .topic-content .topic-post {
	width: 270px;
} */
#secondary-menu.no-responsive > li > .topic-content .topic-post h4,
#secondary-menu.no-responsive > li > .topic-content .topic-post a {
	color: #000;
}
#secondary-menu.no-responsive > li > .topic-content .topic-post h4 {
	margin: 20px 0;
	font-size: 20px;
	line-height: 24px;
}
#secondary-menu.no-responsive > li > .topic-content .topic-post p {
	font-size: 14px;
	line-height: 18px;
}
#secondary-menu.no-responsive > li > .topic-content .topic-post .post-meta {
	color: #7a8a84;
}
#secondary-menu #secondary-sandwich {
	cursor: pointer;
	margin: 4px 10px 4px 8px;
	padding: 0;
	vertical-align: top;
	color: #000;
	font-size: 16px;
	line-height: 16px;
}
#secondary-menu #secondary-sandwich.open {
	line-height: 11px;
}
#secondary-menu #secondary-sandwich:hover {
	color: #0084a5;
}
#secondary-menu #secondary-sandwich::before {
    display: inline-block;
    content: attr(data-icon);
    font-family: 'ElegantIcons';
    font-size: 28px;
}
#secondary-menu #secondary-sandwich .triangle {
	display: none;
	position: absolute;
	top: 17px;
	left: 50%;
	margin-left: -29px;
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	border-color: transparent transparent #eaefef transparent;
	border-style: solid;
	border-width: 0 22px 20px 22px;
}
/* #secondary-menu #secondary-sandwich span {
	display: block;
	position: absolute;
	width: 100%;
	border: 2px solid #000;
} */
#secondary-menu #secondary-sandwich .menu-line-1 {
	top: 4px;
}
#secondary-menu #secondary-sandwich .menu-line-2 {
	top: 9px;
}
#secondary-menu #secondary-sandwich .menu-line-3 {
	top: 14px;
}
#sandwich-desktop-menu {
	display: none;
	position: absolute;
	right: 0;
	margin-top: -1px;
	width: 500px;
	-moz-box-shadow: 9px 9px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 9px 9px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 9px 9px 5px rgba(0, 0, 0, 0.3);
	background-color: #eaefef;
}
#sandwich-desktop-menu a {
	color: #000;
}
#sandwich-desktop-menu a[href]:hover {
	color: #0084a5;
}
#sandwich-desktop-menu > li {
	display: inline-block;
	float: right;
	margin-left: 20px;
	width: 230px;
	padding: 20px 0;
	vertical-align: top;
}
#sandwich-desktop-menu > li:first-child {
	float: left;
}
#sandwich-desktop-menu > li:nth-child(3),
#sandwich-desktop-menu > li:nth-child(4) {
	margin-left: 230px;
	padding-top: 0;
}
#sandwich-desktop-menu > li:first-child,
#sandwich-desktop-menu > li:last-child {
	padding-bottom: 40px;
}
#sandwich-desktop-menu > li > a {
	font-size: 20px;
	line-height: 30px;
}
#sandwich-desktop-menu > li ul {
	margin-top: 5px;
}
#sandwich-desktop-menu > li ul li {
	padding: 5px 20px;
}
#sandwich-desktop-menu > li ul li a {
	color: #a2b0ab;
}
@media screen and (max-width: 768px) {
	.site-title .logo {
		margin-top: 20px;
	}
}
@media screen and (max-width: 899px) {
	#primary-navigation .menu-toggle {
		display: inline-block;
	}
	#secondary-menu.no-responsive,
	#sandwich-desktop-menu {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	#primary-menu.no-responsive {
		/*display: none;*/
	}
	.mobile-menu-slide-wrapper {
		margin-bottom: -21px;
	}
}


/* contentarea */
p a{
    text-decoration:underline;
}
.wpb_text_column.wpb_content_element .wpb_wrapper{
    /* padding-right:20px;  */
}
.block-content {
    padding: 0 0 100px;
}
.top-area {
    color: #fff;
}
body h1.blog {
	margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title-h1 {
    letter-spacing: 0em;
}
/* @media screen and (max-width: 1000px) {
	h2 {
		font-size: 5vw !important;
		line-height: 5.5vw !important;
	}
} */
.panel-center {
    position: relative;
}
.panel-center {
    z-index: 500;
}
.topsocial {
    display: inline-block;
    vertical-align: top;
}
.post-meta-left .gem-contacts-email,
.post-meta-left .gem-libmod-print {
	display: inline-block;
	margin: 4px 5px 0;
	vertical-align: top;
	color: #a2b0ab;
	font-size: 14px;
	line-height: 16px;
}
.post-meta-left .gem-contacts-email {
	margin-top: 1px;
}
.post-meta-left .gem-contacts-email::before {
	display: inline-block;
    width: 16px;
	content: '\e607';
	font-family: 'thegem-icons';
    font-size: 16px;
}
.post-meta-left .gem-contacts-email:hover,
.post-meta-left .gem-libmod-print:hover {
	color: #000;
}
.entry-content .post-meta.date-color {
	margin-bottom: 0;
}
article.type-post h6 {
	margin-top: -1.1em;
}
article.type-post strong {
	font-family: 'America Standard Medium';
}
article.type-post img.libmod-content-image {
	display: block;
}
img.libmod-featured-image {
	display: none;
	width: 100%;
}
@media screen and (max-width: 768px) {
	article.type-post img.libmod-content-image {
		display: none;
	}
	article.type-post img.libmod-featured-image {
		display: block;
	}
}


/* sticky logo */
div.logosticky {
	z-index: 99999;
}
.logostickyimg {
    width: auto;
    height: 120px;
    z-index: 3000;
    cursor: pointer;
}
.logosticky {
	position: fixed;
	width: 120px;
	right: 21px;
	bottom: 0;
	z-index: 1;
	display: none;
	background-color: transparent;
	text-align: right;
}
/* @media screen and (max-width: 1210px) {
    .logosticky {
        position: fixed;
        width: 120px;
        right: 21px;
        bottom: 0;
        z-index: 1;
        display: none;
        background-color: transparent;
        text-align: right;
    }
} */
@media screen and (max-width: 768px) {
	div.logosticky {
		width: 60px;
	}
    .logostickyimg {
        min-width: 60px;
        min-height: 60px;
        width: 5%;
        height: auto;
    }
}
@media screen and (min-width: 1210px) {
    .logosticky {
        position: fixed;
		right: auto;
        margin-left: 1095px;
    }
}
/* @media screen and (min-width: 1210px) {
    .logosticky {
        position: fixed;
        width: 1170px;
        margin: 0 auto;
        bottom: 0;
        display: none;
        background-color: transparent;
        text-align: right;
        z-index: 99999;
    }
} */


.post-tags-list a::before {
    display: none;
}
.post-tags-list a::after {
	display: none;
}
.post-content .post-meta {
    margin-bottom: 20px;
}


.vc_col-sm-4:hover{
    opacity:1.0;
}
.dimmer {
    opacity: 0.4;
    transition: opacity 0.9s;
    -webkit-transition: opacity 0.9s;
}
@media screen and (max-width: 800px) {
    .dimmer {
    opacity: 1.0;
    transition: opacity 0.9s;
    -webkit-transition: opacity 0.9s;
    }
}
.post-content .post-meta {
    margin-bottom: 0px;
}


/* figcaption */
figure {
    margin-bottom: 20px;
}
figure, .wpb_wrapper {
    position: relative;
}
.wp-caption-text {
    position: absolute;
    bottom: 0;
	right: 0;
	text-align: right;
    color: rgba(208,216,213,0.6);
    padding: 0 5px 5px;
}
.wp-caption-text a,
.wp-caption-text a:hover {
	color: #a2b0ab;
}
p.figcaption {
	margin: -1.6em 0 1.6em;
	color: #a2b0ab;
	font-size: 89.5%;
}
@media screen and (max-width: 768px) {
	figcaption {
		display: none;
	}
	p.figcaption {
		display: block;
	}
}
@media screen and (min-width: 768px) {
	figcaption {
		display: block;
	}
	p.figcaption {
		display: none;
	}
}


/* blogheader */
.topsocial {

}
a.socials-item {
    margin-top: 4px;
}


/*******************/
#page.vertical-header .vertical-toggle .menu-line-2 {
	top: 10px;
	opacity: 1;
}
#page.vertical-header #site-header-wrapper.vertical-active .vertical-toggle .menu-line-2 {
	opacity: 1;
}


/* blogteaser */
.libmod-post-teaser-bottom {
	min-height: 360px;
}
.libmod-post-teaser-bottom .vc_gitem-post-data-source-post_categories.info,
.libmod-post-teaser-bottom .wpb_text_column.info,
.libmod-post-teaser-bottom .vc_gitem-post-data-source-post_author.info,
.libmod-post-teaser-bottom .vc_gitem-post-data-source-post_date.info {
	float: left;
	margin-bottom: 1px !important;
	color: #a2b0ab;
}
.libmod-post-teaser-bottom .vc_gitem-post-data-source-post_categories.info {
	display: block !important;
}
.libmod-post-teaser-bottom .vc_grid-filter.vc_grid-filter-center.vc_gitem-post-data-source-post_categories {
	text-align: left;
}
.libmod-post-teaser-bottom .vc_gitem-post-data-source-post_categories.info a,
.libmod-post-teaser-bottom .vc_gitem-post-data-source-post_author.info a,
.libmod-post-teaser-bottom .vc_gitem-post-data-source-post_date.info a,
.libmod-post-teaser-bottom .vc_gitem-post-data-source-post_categories.info a:hover,
.libmod-post-teaser-bottom .vc_gitem-post-data-source-post_author.info a:hover,
.libmod-post-teaser-bottom .vc_gitem-post-data-source-post_date.info a:hover {
	color: #a2b0ab !important;
	-moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: color 0 ease-in !important;
    transition: none !important;
}


/* press */
.libmod-press .vc_grid-item {
	margin-bottom: 18px;
	background-color: #eaefef;
	padding-bottom: 0 !important;
}
.libmod-press .vc_gitem-animated-block  {
	width: 224px !important;
}
.libmod-press-right {
	float: none !important;
	margin-left: 224px;
	width: auto !important;
	min-height: 149px;
}
.libmod-press-right p {
	line-height: 20px;
}
.libmod-press-right .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col {
	padding-top: 8px;
}
.libmod-press-right .vc_gitem-post-data-source-post_title h4 {
	margin-top: 12px;
}
.libmod-press-right .vc_gitem-post-data-source-post_categories.info,
.libmod-press-right .wpb_text_column.info,
.libmod-press-right .vc_gitem-post-data-source-post_author.info,
.libmod-press-right .vc_gitem-post-data-source-post_date.info {
	float: left;
	margin-bottom: 1px !important;
	color: #a2b0ab;
}
.libmod-press-right .vc_gitem-post-data-source-post_categories.info {
	display: block !important;
}
.libmod-press-right .vc_grid-filter.vc_grid-filter-center.vc_gitem-post-data-source-post_categories {
	text-align: left;
}
.libmod-press-right .vc_gitem-post-data-source-post_categories.info a,
.libmod-press-right .vc_gitem-post-data-source-post_author.info a,
.libmod-press-right .vc_gitem-post-data-source-post_date.info a,
.libmod-press-right .vc_gitem-post-data-source-post_categories.info a:hover,
.libmod-press-right .vc_gitem-post-data-source-post_author.info a:hover,
.libmod-press-right .vc_gitem-post-data-source-post_date.info a:hover {
	color: #a2b0ab !important;
	-moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: color 0 ease-in !important;
    transition: none !important;
}
.libmod-press-right .vc_gitem-post-data-source-post_excerpt {
	margin-bottom: 0;
}
.libmod-press-right .vc_gitem-post-data-source-post_excerpt > p:first-child {
	margin-bottom: 1.1em;
}
.libmod-press-right .vc_gitem-post-data-source-post_excerpt > p {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.libmod-press .vc_gitem-animated-block  {
		float: none !important;
		width: 100% !important;
	}
	.libmod-press-right {
		float: none !important;
		margin-left: 0;
		width: 100%;
	}
	.libmod-press-right .vc_gitem-post-data-source-post_excerpt {
		margin-top: -5px !important;
	}
}


/* single post */
body.single-post .post-meta-author,
body.single-post .post-meta-author a,
body.single-post .post-meta-author a:hover {
	color: #0084a5;
}
body.single-post .post-meta-categories a,
body.single-post .post-meta-categories a:hover {
	color: #a2b0ab;
}


/* topic list */
a.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat {
	background-color: #c20069;
	color: #fff;
}
a.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:focus,
a.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:hover {
	background-color: #53625d;
	color: #fff;
}


/* footer */
#colophon.site-footer {
	padding: 14px 0 6px;
}
#colophon a {
    color: #a2b0ab;
    text-decoration: none !important;
}
#colophon a:hover {
    color: #fff !important;
}
#colophon .inline-row {
	height: 130px !important;
}
#colophon .inline-column {
	margin-top: 0;
}
@media screen and (min-width: 768px) {
	#colophon .inline-row {
		height: 100px !important;
	}
}


/* suchergebnis */
.search-results article .description{
    background-color:#eaefef;
}
.blog-style-masonry .post-read-more .gem-button{
    background-color:#03d0b6;
    color:#fff;
    text-transform:none;
    height:auto;
    margin-top:20px;
    border-color:#03d0b6;
}
.blog-style-masonry .post-read-more .gem-button:hover{
    background-color:#53625c;
    border-color:#53625c;
}
.blog-style-masonry .post-read-more a.gem-button{
    border-radius:5px !important;
}
.blog article .post-featured-content > a::before, .blog .gem-simple-gallery .gem-gallery-item a::before,
.blog article .post-featured-content > a::after, .blog .gem-simple-gallery .gem-gallery-item a::after {
   display:none;
}
/* search results, categories, tags, author info */
.libmod-list-heading #page-title.page-title-block {
	padding-top: 20px !important;
	padding-bottom: 42px !important;
	text-align: left;
}
.libmod-list-content .libmod-list-author {
	padding: 30px 20px 0;
}
.libmod-list-content .libmod-list-author .libmod-list-author-left p,
.libmod-list-content .libmod-list-author .libmod-list-author-right img {
	margin-bottom: 30px;
}
.libmod-list-content .libmod-list-author .libmod-list-author-left img {
	width: 400px;
}
.libmod-list-content .libmod-list-author .libmod-list-author-description #page-title {
	margin-bottom: 30px;
	padding: 0;
	text-align: left;
}
.libmod-list-content .libmod-list-author .libmod-list-author-description p:first-of-type {
	text-align: left;
}
.libmod-list-content .libmod-list-author .libmod-list-author-right {
	display: none;
	text-align: right;
}
.libmod-list-content .libmod-list-author .libmod-list-author-right img {
	width: 250px;
}
.libmod-list-content article {
	border: 0 !important;
	margin-bottom: 30px !important;
	width: 100%;
	padding-bottom: 0 !important;
}
.libmod-list-content .libmod-list-content-left {

}
.libmod-list-content .libmod-list-content-right {
	background-color: #eaefef;
	padding: 20px;
}
@media screen and (min-width: 768px) {
	.libmod-list-content .libmod-list-content-left {
		float: left;
		width: 360px;
		height: 240px;
	}
	.libmod-list-content .libmod-list-content-right {
		min-height: 240px;
		padding: 20px 30px 20px 380px;
	}
}
@media screen and (max-width: 900px) {
	.libmod-list-content .libmod-list-author .libmod-list-author-left {
		margin-bottom: 40px;
	}
}
@media screen and (min-width: 900px) {
	.libmod-list-content .libmod-list-author .libmod-list-author-left {
		float: left;
		margin-bottom: 0;
		width: 70%;
	}
	.libmod-list-content .libmod-list-author .libmod-list-author-right {
		float: right;
		display: block;
		width: 25%;
	}
	.libmod-list-content .libmod-list-author .libmod-list-author-description p:first-of-type,
	.libmod-list-content .libmod-list-author .libmod-list-author-description img {
		display: none;
	}
}
@media screen and (min-width: 1024px) {
	.libmod-list-content .libmod-list-content-left {
		margin: 0;
	}
	.libmod-list-content .libmod-list-content-right {
		margin-left: 360px;
		height: 240px;
		padding: 20px 30px 20px 20px;
	}
}
@media screen and (min-width: 1200px) {
	.libmod-list-content .libmod-list-author .libmod-list-author-left,
	.libmod-list-content .libmod-list-author .libmod-list-author-right {
		margin-bottom: 40px;
	}
}
.libmod-list-content .post-thumbnail {
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.libmod-list-content .post-thumbnail img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 768px) {
	.libmod-list-content .post-thumbnail img {
		display: none;
	}
}
.libmod-list-content .post-thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
}
.libmod-list-content .post-meta p {
	margin-bottom: 0;
}
.libmod-list-content .post-meta,
.libmod-list-content .post-meta a,
.libmod-list-content .post-meta a:hover {
	color: #a2b0ab;
}
.libmod-list-content .post-meta a {
	text-decoration: none;
}
.libmod-list-content .post-title h4 {
	margin: 0.5em 0;
}
.libmod-list-content .post-text a {
	color: #000;
}


/* newsletter */
.mc4wp-form-fields input[type="submit"]{
    margin-left:0px;
    border:2px solid #fff;
    line-height:0;
}
.mc4wp-form-fields input[type="submit"]:hover{
    border-color:#53625c;
}


/* zitatstil */
blockquote {
    margin: 0;
    font-size: 18px !important;
    line-height: 28px !important;
    padding: 5px 50px 30px !important;
    background-color: #fff !important;
    position: relative;
}
blockquote::before {
    position: absolute;
    content:'„';
    font-size: 70px;
     line-height: 35px !important;
    left: 15px;
    bottom: auto;
    top:-22px;
}
blockquote::after {
    display:none;
}


/* akkordeon */
div.akkordeon .vc_tta-panel .vc_tta-panel-heading {
	background-color: #def9f6 !important;
}
div.akkordeon .vc_tta-panel.vc_active .vc_tta-panel-heading {
	background-color: #fff !important;
}
div.akkordeon h4 {
	font-family: 'America Standard Light' !important;
}
div.akkordeon .vc_tta-panel-body {
	padding: 20px !important;
}


/* newsletter button */
#mc4wp-form-1 input[type="submit"] {
	background-color: #7a8a84;
}
#mc4wp-form-1 input[type="submit"]:focus,
#mc4wp-form-1 input[type="submit"]:hover {
	border-color: #fff;
	background-color: #53625c;
}


/* author_box */
.libmod-author-box {
	margin: 27px auto 18px;
	border: 1px solid #dee4e2;
	padding: 20px 20px 10px;
}

.libmod-author-box p {
	margin-bottom: 20px !important;
}

.libmod-author-box p:first-child {
	margin-bottom: 12px !important;
}

.libmod-author-box a {
	text-decoration: none;
}

.libmod-author-box a:focus,
.libmod-author-box a:hover {
	color: #00ad8a;
}

.libmod-author-box img {
	width: 88px;
	height: 88px;
}

@media screen and (min-width: 768px) {

	.libmod-author-box {
		float: left;
		margin: 10px 35px 20px -45px;
		width: 362px;
		border-width: 1px 1px 1px 0;
		padding: 20px 20px 10px 45px;
	}

}


/* Mailchimp form */
form.mc4wp-form div input[type="submit"] {
	margin-top: 20px;
}


/* print layout */
#print-header {
	display: none;
}
#print-header img.default {
	width: 168px;
}
#print-header img.print-logo {
	margin-left: 20px;
	width: 84px;
}
@media print {
	@page {
		size: A4;
		margin: 0;
	}
	html, body {
		background-color: #fff !important;
	}
	body {
		margin: 1cm 3cm 2cm 2cm;
	}
	#page.layout-boxed {
		width: 100%;
		max-width: 100%;
		box-shadow: none;
	}
	#print-header {
		display: block;
		background-color: #fff !important;
	}
	#main-content {
		width: 100%;
		background-color: #fff !important;
		font-size: 70% !important;
	}
	#main-content h1 {
		font-size: 28px !important;
	}
	#main-content h2 {
		font-size: 25px !important;
	}
	#main-content h3 {
		font-size: 20px !important;
	}
	#main-content h4 {
		font-size: 17px !important;
	}
	#main-content h5 {
		font-size: 14px !important;
	}
	#main-content h6 {
		font-size: 12px !important;
	}
	#main-content > .block-content > .container {
		padding: 0;
	}
	#main-content img {
		max-width: 100% !important;
	}
	.panel-center {
		margin-top: 5em;
	}
	.single-post .vc_col-sm-8 {
        width: 100%;
    }
	footer,
	p.figcaption,
	#site-header-wrapper,
	.header-main,
    .single-post .vc_col-sm-4,
	.post-meta-right,
	.socials-sharing,
	.logosticky {
        display: none !important;
    }
}

#monoTagcloud a::after {
  display: none;
  content: "";
}
#monoTagcloud a:hover::after {
  display: inline;
}

#monoTagcloud{
	width:100%;
	max-width:100%;
	height:431px;
	position:relative;
	font-size:14px;
	color:#666;
	margin:20px auto 0;
	text-align:center;
	background-image:  url("images/tagcloud/hintergrund.png") !important;
	background-size: cover;
	overflow:hidden;

}
#monoTagcloud a{
	position:absolute;
	top:0px;
	left:0px;
	color:#333;
	text-decoration:none;
	margin:0 10px 15px 0;
	line-height:18px;
	text-align:center;
	font-size:14px;
	padding:1px 5px;
	display:inline-block;
	border-radius:3px;
	background-image: url("images/tagcloud/bg.gif") 100% 50%;
	width:auto;
	height:15px;
	background-color:transparent;
	display:table;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;

        cursor:pointer;



}





#monoTagcloud a#tagr1 .kreis,
#monoTagcloud a#tagr1 .kreis,
#monoTagcloud a#tagr2 .kreis,
#monoTagcloud a#tagr3 .kreis,
#monoTagcloud a#tagr4 .kreis,
#monoTagcloud a#tagr5 .kreis,
#monoTagcloud a#tagr6 .kreis,
#monoTagcloud a#tagr7 .kreis,
#monoTagcloud a#tagr8 .kreis,
#monoTagcloud a#tagr9 .kreis,
#monoTagcloud a#tagr10 .kreis,
#monoTagcloud a#tagr11 .kreis,
#monoTagcloud a#tagr12 .kreis,
#monoTagcloud a#tagr13 .kreis,
#monoTagcloud a#tagr14 .kreis,
#monoTagcloud a#tagr15 .kreis,
#monoTagcloud a#tagr16 .kreis,
#monoTagcloud a#tagr17 .kreis{
    	width:150px;
	height:150px;
        border-radius: 50%;
        margin-bottom:-94px;

    background-image: url("images/tagcloud/blase_weiss.png");
background-size:cover;
position:relative;
z-index:1;

}




#tagc1_hover,
#tagc2_hover,
#tagc3_hover,
#tagc4_hover,
#tagc5_hover,
#tagc6_hover,
#tagc7_hover,
#tagc8_hover,
#tagc9_hover,
#tagc10_hover,
#tagc11_hover,
#tagc12_hover,
#tagc13_hover,
#tagc14_hover,
#tagc15_hover,
#tagc16_hover,
#tagc17_hover{
    position:absolute;
    width:150px;
    height:150px;
    display:none;
    top:-1px;
    left:0;

}




#monoTagcloud a#tagr1:hover .kreis #tagc1_hover,
#monoTagcloud a#tagr2:hover .kreis #tagc2_hover,
#monoTagcloud a#tagr3:hover .kreis #tagc3_hover,
#monoTagcloud a#tagr4:hover .kreis #tagc4_hover,
#monoTagcloud a#tagr5:hover .kreis #tagc5_hover,
#monoTagcloud a#tagr6:hover .kreis #tagc6_hover,
#monoTagcloud a#tagr7:hover .kreis #tagc7_hover,
#monoTagcloud a#tagr8:hover .kreis #tagc8_hover,
#monoTagcloud a#tagr9:hover .kreis #tagc9_hover,
#monoTagcloud a#tagr10:hover .kreis #tagc10_hover,
#monoTagcloud a#tagr11:hover .kreis #tagc11_hover,
#monoTagcloud a#tagr12:hover .kreis #tagc12_hover,
#monoTagcloud a#tagr13:hover .kreis #tagc13_hover,
#monoTagcloud a#tagr14:hover .kreis #tagc14_hover,
#monoTagcloud a#tagr15:hover .kreis #tagc15_hover,
#monoTagcloud a#tagr16:hover .kreis #tagc16_hover,
#monoTagcloud a#tagr17:hover .kreis #tagc17_hover{
    display:inline;
    z-index:100;
}


#monoTagcloud a:hover .tagtitle{
	/* color:transparent; */
    display:none;
}

#monoTagcloud a .tagtitle{
	top:140%;
        color:#333;
        z-index:500;
        width:160px;
        left:0%;
        top:100%;
        position:absolute;

}



a.taggs span.tooltips{

        text-align:left;
        width:150px;
        max-width:150px;
        margin-left:75px;
        margin-top:-150px;
        color:black;
        font-size:0.8em;
        white-space: wrap;
        line-height:12px;
        z-index:1;
        margin-top:75px;
        display:block;
        position:absolute;
        left:0;
        top:0;

}

#monoTagcloud a#tagr1:hover .kreis span.tooltips{
 z-index:10000;

}


a.taggs span.tooltips h4{
	line-height:14px;
        font-size:14px;
        padding:0 0 0 0;
        margin:0 0 2px 0;
        font-weight:600;
}

a.taggs span.tooltips sz{
       background-color:rgba(255,255,255,1.0);
       text-transform:none;
       line-height:16px;
       margin-top:2px;
      padding:2px 5px;

}








/***************************************/
#monoTagcloud a#tagr1{

  -webkit-animation: shake-slow1 60s infinite; /* Safari 4+ */
  -moz-animation:    shake-slow1 60s infinite; /* Fx 5+ */
  -o-animation:      shake-slow1 60s infinite; /* Opera 12+ */
  animation:         shake-slow1 60s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes shake-slow1 {
  50%   {-webkit-transform: translateY(100%)  translateX(100%);}
  100% { }

}
@keyframes shake-slow1{
  	50% {transform: translateY(100%)  translateX(100%); }
  	0%, 100% {transform: translate(0, 0); }
}

/***************************************/
#monoTagcloud a#tagr2{

	  -webkit-animation: shake-slow2 32s infinite; /* Safari 4+ */
	  -moz-animation:    shake-slow2 32s infinite; /* Fx 5+ */
	  -o-animation:      shake-slow2 32s infinite; /* Opera 12+ */
	  animation:         shake-slow2 32s infinite; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes shake-slow2 {
  50%   {-webkit-transform:translateY(-5%)  translateX(90%);}
  100% { }

}
@-webkit-keyframes shake-slow2 {
  50%   {-webkit-transform: translateY(-5%)  translateX(90%);}
  100% { }

}

@keyframes shake-slow2 {
  	60% {transform: translateY(-5%)  translateX(90%);  }
  	0%, 100% {transform: translate(0px, 0px)  rotate(0); }
}

/***************************************/
#monoTagcloud a#tagr3{
  	-webkit-animation: shake-slow3 75s infinite; /* Safari 4+ */
  	-moz-animation:    shake-slow3 75s infinite; /* Fx 5+ */
  	-o-animation:      shake-slow3 75s infinite; /* Opera 12+ */
  	animation:         shake-slow3 75s infinite; /* IE 10+, Fx 29+ */

}

@-webkit-keyframes shake-slow3 {
  50%   {-webkit-transform:translateY(5%)  translateX(-145%); }
  100% { }

}
@keyframes shake-slow3 {
  	80% {transform: translateY(5%)  translateX(-145%); }
  	0%, 100% {transform:rotate(0); }
}

/***************************************/
#monoTagcloud a#tagr4{

	  -webkit-animation: shake-slow4 66s infinite; /* Safari 4+ */
	  -moz-animation:    shake-slow4 66s infinite; /* Fx 5+ */
	  -o-animation:      shake-slow4 66s infinite; /* Opera 12+ */
	  animation:         shake-slow4 66s infinite; /* IE 10+, Fx 29+ */

}
@-webkit-keyframes shake-slow4 {
  50%   {-webkit-transform:translateY(36%)  translateX(-200%); }
  100% { }

}
@keyframes shake-slow4 {
  	50% {transform: translateY(36%)  translateX(-200%); }
  	0%, 100% {transform: translateY(0%)  translateX(0%); }
}
/***************************************/
#monoTagcloud a#tagr5{

	  -webkit-animation: shake-slow5 46s infinite; /* Safari 4+ */
	  -moz-animation:    shake-slow5 46s infinite; /* Fx 5+ */
	  -o-animation:      shake-slow5 46s infinite; /* Opera 12+ */
	  animation:         shake-slow5 46s infinite; /* IE 10+, Fx 29+ */

}
@-webkit-keyframes shake-slow5 {
  50%   {-webkit-transform:translateY(36%)  translateX(-5%); }
  100% { }

}
@keyframes shake-slow5 {
  	50% {transform: translateY(36%)  translateX(-5%); }
  	0%, 100% {transform: translateY(0%)  translateX(0%); }
}
/***************************************/
#monoTagcloud a#tagr6{

	  -webkit-animation: shake-slow6 40s infinite; /* Safari 4+ */
	  -moz-animation:    shake-slow6 40s infinite; /* Fx 5+ */
	  -o-animation:      shake-slow6 40s infinite; /* Opera 12+ */
	  animation:         shake-slow6 40s infinite; /* IE 10+, Fx 29+ */

}
@-webkit-keyframes shake-slow6 {
  50%   {-webkit-transform:translateY(-36%)  translateX(-5%); }
  100% { }
}

@keyframes shake-slow6 {
  	50% {transform: translateY(-36%)  translateX(-5%); }
  	0%, 100% {transform: translateY(0%)  translateX(0%); }
}

/***************************************/
#monoTagcloud a#tagr7{

	  -webkit-animation: shake-slow7 40s infinite; /* Safari 4+ */
	  -moz-animation:    shake-slow7 40s infinite; /* Fx 5+ */
	  -o-animation:      shake-slow7 40s infinite; /* Opera 12+ */
	  animation:         shake-slow7 40s infinite; /* IE 10+, Fx 29+ */

}

@-webkit-keyframes shake-slow7 {
  50%   {-webkit-transform:translateY(6%)  translateX(-50%); }
  100% { }
}
@keyframes shake-slow7 {
  	50% {transform: translateY(6%)  translateX(50%); }
  	0%, 100% {transform: translateY(0%)  translateX(0%); }
}
/***************************************/
#monoTagcloud a#tagr8{

	  -webkit-animation: shake-slow8 30s infinite; /* Safari 4+ */
	  -moz-animation:    shake-slow8 30s infinite; /* Fx 5+ */
	  -o-animation:      shake-slow8 30s infinite; /* Opera 12+ */
	  animation:         shake-slow8 30s infinite; /* IE 10+, Fx 29+ */

}

@-webkit-keyframes shake-slow8 {
  50%   {-webkit-transform:translateY(5%)  translateX(-105%); }
  100% { }
}
@keyframes shake-slow8 {
  	50% {transform: translateY(5%)  translateX(-105%); }
  	0%, 100% {transform: translateY(0%)  translateX(0%); }
}
/***************************************/
#monoTagcloud a#tagr9{

	  -webkit-animation: shake-slow9 35s infinite; /* Safari 4+ */
	  -moz-animation:    shake-slow9 35s infinite; /* Fx 5+ */
	  -o-animation:      shake-slow9 35s infinite; /* Opera 12+ */
	  animation:         shake-slow9 35s infinite; /* IE 10+, Fx 29+ */

}

@-webkit-keyframes shake-slow9 {
  50%   {-webkit-transform:translateY(-3%)  translateX(-50%); }
  100% { }
}
@keyframes shake-slow9 {
  	50% {transform: translateY(-3%)  translateX(-50%); }
  	0%, 100% {transform: translateY(0%)  translateX(0%); }
}
/***************************************/
#monoTagcloud a#tagr10{

	  -webkit-animation: shake-slow10 36s infinite; /* Safari 4+ */
	  -moz-animation:    shake-slow10 36s infinite; /* Fx 5+ */
	  -o-animation:      shake-slow10 36s infinite; /* Opera 12+ */
	  animation:         shake-slow10 36s infinite; /* IE 10+, Fx 29+ */


}

@-webkit-keyframes shake-slow10 {
  50%   {-webkit-transform: translateY(-16%)  translateX(100%); }
  100% { }
}
@keyframes shake-slow10 {
  	50% {transform: translateY(-16%)  translateX(100%); }
  	0%, 100% {transform: translateY(0%)  translateX(0%); }
}
/***************************************/
#monoTagcloud a#tagr11{

	  -webkit-animation: shake-slow11 25s infinite; /* Safari 4+ */
	  -moz-animation:    shake-slow11 25s infinite; /* Fx 5+ */
	  -o-animation:      shake-slow11 25s infinite; /* Opera 12+ */
	  animation:         shake-slow11 25s infinite; /* IE 10+, Fx 29+ */

}

@-webkit-keyframes shake-slow11 {
  50%   {-webkit-transform: translateY(36%)  translateX(35%); }
  100% { }
}

@keyframes shake-slow11 {
  	50% {transform: translateY(36%)  translateX(35%); }
  	0%, 100% {transform: translateY(0%)  translateX(0%); }
}
/***************************************/
#monoTagcloud a#tagr12{

	  -webkit-animation: shake-slow12 65s infinite; /* Safari 4+ */
	  -moz-animation:    shake-slow12 65s infinite; /* Fx 5+ */
	  -o-animation:      shake-slow12 65s infinite; /* Opera 12+ */
	  animation:         shake-slow12 65s infinite; /* IE 10+, Fx 29+ */

}

@-webkit-keyframes shake-slow12 {
  50%   {-webkit-transform: translateY(36%)  translateX(5%); }
  100% { }
}
@keyframes shake-slow12 {
  	50% {transform: translateY(36%)  translateX(5%); }
  	0%, 100% {transform: translateY(0%)  translateX(0%); }
}
/***************************************/
#monoTagcloud a#tagr13{

	  -webkit-animation: shake-slow13 36s infinite; /* Safari 4+ */
	  -moz-animation:    shake-slow13 36s infinite; /* Fx 5+ */
	  -o-animation:      shake-slow13 36s infinite; /* Opera 12+ */
	  animation:         shake-slow13 36s infinite; /* IE 10+, Fx 29+ */

}
@-webkit-keyframes shake-slow13 {
  50%   {-webkit-transform: translateY(-6%)  translateX(-50%); }
  100% { }
}

@keyframes shake-slow13 {
  	50% {transform: translateY(-6%)  translateX(-50%); }
  	0%, 100% {transform: translateY(0%)  translateX(0%); }
}
/***************************************/
#monoTagcloud a#tagr14{

	  -webkit-animation: shake-slow14 78s infinite; /* Safari 4+ */
	  -moz-animation:    shake-slow14 78s infinite; /* Fx 5+ */
	  -o-animation:      shake-slow14 78s infinite; /* Opera 12+ */
	  animation:         shake-slow14 78s infinite; /* IE 10+, Fx 29+ */

}

@-webkit-keyframes shake-slow14 {
  50%   {-webkit-transform:translateY(-360%)  translateX(100%); }
  100% { }
}
@keyframes shake-slow14 {
  	50% {transform: translateY(-360%)  translateX(100%); }
  	0%, 100% {transform: translateY(0%)  translateX(0%); }
}
/***************************************/
#monoTagcloud a#tagr15{

	  -webkit-animation: shake-slow15 64s infinite; /* Safari 4+ */
	  -moz-animation:    shake-slow15 64s infinite; /* Fx 5+ */
	  -o-animation:      shake-slow15 64s infinite; /* Opera 12+ */
	  animation:         shake-slow15 64s infinite; /* IE 10+, Fx 29+ */

}
@-webkit-keyframes shake-slow15 {
  50%   {-webkit-transform:translateY(36%)  translateX(50%); }
  100% { }
}

@keyframes shake-slow15 {
  	50% {transform: translateY(36%)  translateX(50%); }
  	0%, 100% {transform: translateY(0%)  translateX(0%); }
}
/***************************************/
#monoTagcloud a#tagr16{
	  -webkit-animation: shake-slow16 40s infinite; /* Safari 4+ */
	  -moz-animation:    shake-slow16 40s infinite; /* Fx 5+ */
	  -o-animation:      shake-slow16 40s infinite; /* Opera 12+ */
	  animation:         shake-slow16 40s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes shake-slow15 {
  50%   {-webkit-transform:translateY(60%)  translateX(50%); }
  100% { }
}
@keyframes shake-slow16{
  	50% {transform: translateY(60%)  translateX(50%); } 0%, 100% {transform: translateY(0%)  translateX(0%); }
}

/***************************************/
#monoTagcloud a#tagr17{
	  -webkit-animation: shake-slow17 72s infinite; /* Safari 4+ */
	  -moz-animation:    shake-slow17 72s infinite; /* Fx 5+ */
	  -o-animation:      shake-slow17 72s infinite; /* Opera 12+ */
	  animation:         shake-slow17 72s infinite; /* IE 10+, Fx 29+ */
}
@keyframes shake-slow17 {
  	50% {transform: translateY(80%)  translateX(-100%); }
  	0%, 100% {transform: translateY(0%)  translateX(0%); }
}



@media (max-width: 776px) {
	#monoTagcloud a#tagr1 .kreis,
	#monoTagcloud a#tagr1 .kreis,
	#monoTagcloud a#tagr2 .kreis,
	#monoTagcloud a#tagr3 .kreis,
	#monoTagcloud a#tagr4 .kreis,
	#monoTagcloud a#tagr5 .kreis,
	#monoTagcloud a#tagr6 .kreis,
	#monoTagcloud a#tagr7 .kreis,
	#monoTagcloud a#tagr8 .kreis,
	#monoTagcloud a#tagr9 .kreis,
	#monoTagcloud a#tagr10 .kreis,
	#monoTagcloud a#tagr11 .kreis,
	#monoTagcloud a#tagr12 .kreis,
	#monoTagcloud a#tagr13 .kreis,
	#monoTagcloud a#tagr14 .kreis,
	#monoTagcloud a#tagr15 .kreis,
	#monoTagcloud a#tagr16 .kreis,
	#monoTagcloud a#tagr17 .kreis{


	    width:100px;
	    height:100px;
	    border-radius: 50%;
	    margin-bottom:-70px;
	}

        #monoTagcloud img{
            max-width:100px;
        }


    #tagc1_hover,
    #tagc2_hover,
    #tagc3_hover,
    #tagc4_hover,
    #tagc5_hover,
    #tagc6_hover,
    #tagc7_hover,
    #tagc8_hover,
    #tagc9_hover,
    #tagc10_hover,
    #tagc11_hover,
    #tagc12_hover,
    #tagc13_hover,
    #tagc14_hover,
    #tagc15_hover,
    #tagc16_hover,
    #tagc17_hover{
        width:100px;
        height:100px;

    }


    #monoTagcloud a.taggs span.tooltips{
        text-align:left;
        width:120px;
        max-width:120px;
        margin-left:45px;
        color:black;
        font-size:12px;
        margin-top:15%;;
    }



    #monoTagcloud a .tagtitle{
            left:-25%;
            font-size:12px;

    }
}


/* sticky menu */
.cont.clearfix:after{
    display: block;
    content: "";
    clear: both;
}

#benoist_header{
   /* display:none; */
}




.sidebar__innerxx:after{

	max-width:200px;
	content:"**************************************** ***********************************************************";
	/* content:url("images/line_278.gif"); */
	height:1px;
	color:transparent;
	top:-1000000000px;
	margin-bottom:-30px;
	background-color:red;
	overflow:hidden;
}

#stickyElementxxx #sticky{

	margin-top: -18px;
	margin-right: 70px;
	margin-left: 0px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-color: #009349;
}

#stickyElement  div .wpb_wrapper{
    position:relative;
    width:100%;
}
#sidebarsticky{
    float: left;
    color: #fff;
	width:100%;
    background-color:#aab7b2;
    z-index:500;
    margin-top:-70px;
    /* margin-left:-10px;*/
    /*  margin-right:-10px;*/
    padding-left:10px;

}

.posfixed, .posfixedNew{
    position:fixed !important;
	/*width:22.8% !important;*/
	/*width:100% !important;*/
	/*width: inherit !important;*/
	/*max-width:258px !important;*/
    top:120px;
    margin-top:0 !important;
}

.posfixed_ur{
    position:fixed !important;
	/*width:22.8% !important;*/
	width:20.4% !important;
	max-width:278px !important;
    top:120px;
    margin-top:0 !important;
}

#kurzuebersicht  .wpb_wrapper {

    position: static;

}

#kurzuebersicht .vc_col-sm-3{
	position:relative !important;
}


#kurzuebersicht .vc_col-sm-3  .vc_column-inner{
	width: 100% !important;
}

#kurzuebersicht .vc_col-sm-3  .vc_column-inner  .wpb_wrapper{
	width: inherit !important;
}


#kurzuebersicht .vc_col-sm-3  .vc_column-inner  .wpb_wrapper .wpb_text_column.wpb_content_element {
	width: inherit !important;
}

.sidebar__inner ul,
.sidebar__inner ul li{
  list-style-type:none !important;
  margin-left:0;
  padding-left:0px;
}

.sidebar__inner ul li{
  border-bottom:1px solid #fff;
}


.sidebar__inner ul li ul li{
  list-style-type:disc !important;
   border-bottom:none;
}

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

#sidebarsticky .sidebar__inner{
    padding: 10px 20px 10px 10px;
}
#sidebarsticky ul li a,
#sidebarsticky a{
    color: #fff;
}
.sidebar__inner ul li{
    padding:6px 0 0 0;
    margin:0 0 0 0;
}
.sidebar__inner ul li h5{
    padding:0px 0 0 0;
    margin:0 0 0 0;
}
.sidebar__inner ul li ul li{
    padding:2px 0 2px 0;
    margin:0 0 0 0;
}


.sidebar__inner ul li.active a,
.sidebar__inner ul li h5.active a,
.sidebar__inner ul li h5.active{
    color: #e2007a !important;
}
.sidebar__inner ul li a:hover{
    color: #e2007a !important;
}

.fullwidth-block{
    transform:none !important;
}


.vordergrund{
    z-index:200;
}

.links25{
    padding-left:25%;
    margin-left:30px;
}


@media screen and (max-width: 768px) {

    .links25{
        padding-left:0;
        margin-left:25px;
    }
    #sidebarsticky{
        display:none;
    }

}




.tooltipse {
       text-decoration: none;
       border-bottom:1px dotted #e2007a;
       color: #e2007a;
       outline: none;
}


#mcTooltip
{
    line-height:16px;
    border-width: 1px;
    color:#333;
    border-color:#BBB;
    padding:10px;
    border-radius:0px;
    background-color:#fff;
    max-width:100% !important;

}
#mcTooltip img
{
    float:left;
    padding: 0 10px 10px 0;
}



#mcTooltip.no-padding
{
    padding:0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}

#mcTooltip, #mcttCo b {
    box-shadow: 0 1px 8px rgba(0,0,0,0.5);
}

/* For hyperlink within tooltip */
#mcTooltip a { color:#e2007a;}

/*Close button. Available when sticky or overlay has been set to true, or is on touch-enabled devices. */
#mcttCloseButton
{
    border-radius:0px;
    width:18px;
    height:18px;
    margin-right:2px;
    margin-top:2px;
    background:white;
}

/*Close button X symbol*/
#mcttCloseButton:after {
    font:normal 38px/18px arial, sans-serif;
    color:black;
    top:0;left:-2px;
}


/* Useful when overlay has been set to true or 1 in JS */
#mcOverlay
{
    background-color: rgba(0,0,0,0.5);
    display:none;top:0;left:0;width:100%;height: 100%;overflow:visible;z-index:4;
}
#mcTooltip img {border:0;vertical-align:middle;}

/*The settings below should remain unchanged*/
#mcTooltipWrapper {position:absolute;visibility:hidden;overflow:visible;z-index:9999999999;top:-2000px;}
#mcTooltip {float:left;border-style:solid;position:relative;overflow:hidden;}
.mcTooltipInner {
    float:left;
    position:relative;
    width:auto;
    height:auto;
}
#mcttCo,  #mcttCo b{position:absolute;overflow:hidden;}

/*compatible with bootstrap*/
#mcTooltip, #mcTooltip div {box-sizing:content-box;}

.nodisplay{
    display:none;
}

.innertips,
.innertips a{
    line-height:18px !important;
    font-size:16px !important;
}

.innertips{
    padding:10px 0;
}



.logosBeforeFooter{
	background-color:#fff;
	clear:both;
	width:100%;
	border-top:1px solid #eaefef;
	padding-top:25px;
}

.logosBeforeFooter img{
	max-height:100px;
	width:auto;
}


.logosBeforeFooter blockquote.alignleft,
.logosBeforeFooter .wp-caption.alignleft,
.logosBeforeFooter img.alignleft{
	margin:0 0 0 0;
}

.logosBeforeFooter .block-contentF{
	padding-bottom:25px;
}

#flex-begriffe .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper{
   display: -webkit-flex !important;
   display: -ms-flex !important;
   display: flex !important;
   -webkit-flex-wrap: wrap !important;
   -ms-flex-wrap: wrap !important;
   flex-wrap: wrap !important;
}

#flex-begriffe .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item{
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#flex-begriffe .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item .vc_grid-item-mini{
	background-color:#eaefef;
}
@media screen and (max-width: 1292px) {
	.posfixed{
		/* width: 20.0% !important; */
	}
}
@media screen and (max-width: 1122px) {
	.posfixed{
		/* width: 21% !important; */
	}
}
@media screen and (max-width: 1192px) {
	.posfixed{
		/* width: 21.1% !important; */
	}
}
@media screen and (max-width: 768px) {
	.fullwidth-block-background{
		background-position: center 35% !important;
		background-attachment: inherit !important;
	}
	.autor{
		float:left !important;
		margin-top:-40px !important;
	}
}


twitter-widget, iframe.instagram-media{
    float:left !important;
    margin:30px 30px 30px 0px !important;

    clear:both;
}

@media (max-width: 900px) {
    twitter-widget, iframe.instagram-media{
        float:none !important;
        margin:30px 0 30px 0px !important;

        clear:both;
    }

}



.links-menu-wrapper {
	padding-right: 57px;
}
#links-menu > li {
	z-index: 2;
	position: relative;
	padding: 0 0 0 12px;
}
#links-menu > li:last-child {
	z-index: 1;
}
#links-menu > li > a {
	padding-top: 7px;
}
#links-menu > li:last-child > a {
	padding-top: 0;
}
#links-menu > li > a > img {
	vertical-align: top;
	width: 19px;
}
#links-menu > li:last-child > a > img {
	width: 175px;
}
#links-menu > li > .triangle {
	display: none;
	position: absolute;
	top: 27px;
	left: 50%;
	margin-left: -7px;
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	border-color: transparent transparent #eaefef transparent;
	border-style: solid;
	border-width: 0 14px 12px 14px;
}
#links-menu > li:hover > .triangle {
	display: block;
}
#links-menu > li > .link-menu-tooltip {
	display: none;
	position: absolute;
	top: 39px;
	margin-left: -3px;
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	background-color: #eaefef;
	padding: 0 10px 1px 7px;
	white-space: normal;
}
#links-menu > li > .link-menu-tooltip {
	margin-left: 76px;
}
#links-menu > li:hover > .link-menu-tooltip,
#links-menu > li:active > .link-menu-tooltip {
	display: block !important;
}


/* WP Team List */
.vc_col-sm-12.libmod-wp-teamlist {
	margin-bottom: 40px;
}
.vc_col-sm-3.libmod-wp-teamlist {
	text-align: center;
}
img.libmod-wp-teamlist {
	width: 150px;
}


/* Front page blog teasers */
.vc_grid-item figcaption {
	line-height: 1.2em;
}


/********* since relaunch **********/


/* Magnifier glass */
img[usemap] {
	border: none;
	max-width: 100%;
	width: auto;
	height: auto;
}
.libmod-magnifier {
	position: relative;
}
#libmod-magnify,
#libmod-magnify-mobile {
	max-width: 100%;
}
.libmod-magnifier-glass {
	z-index: 30;
	position: absolute;
	border: 0px solid #000;
	border-radius: 50%;
	cursor: none;
	/*Set the size of the magnifier glass:*/
	width: 177px;
	height: 177px;
}
.libmod-magnifier-glass::before {
	content: " ";
	position: absolute;
	width: 224px;
	height: 269px;
	/* z-index: -1; */
	background-image: url(https://gegneranalyse.de/wp-content/themes/thegem-child/images/Lupe.png);
}


/* Bootstrap grid */
@media screen and (max-width: 767px) {
	.libmod-vc_col-sm-6 {
		display: inline-block !important;
		width: 50% !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.libmod-vc_col-md-3 {
		width: 25% !important;
	}
}
@media screen and (min-width: 992px) and (max-width: 768px) {
	.libmod-vc_col-lg-2 {
		width: 16.66% !important;
	}
}


/* Libmod monitoring box */
.libmod-monitoring-box .vc_gitem-row-position-top {
	color: #fff;
}
@media screen and (max-width: 575px) {
	.libmod-monitoring-box.vc-gitem-zone-height-mode-auto::before {
		padding-top: 70%;
	}
}
@media screen and (min-width: 576px) and (max-width: 768px) {
	.libmod-monitoring-box.vc-gitem-zone-height-mode-auto::before {
		padding-top: 50%;
	}
}


/* hide on mobile */
@media screen and (max-width: 768px) {
	.libmod-hide-on-mobile {
		display: none !important;;
	}
}
/* hide on desktop */
@media screen and (min-width: 768px) {
	.libmod-hide-on-desktop {
		display: none !important;;
	}
}


/* min-height 630 px */
.libmod-630 {
	min-height: 630px !important;
}


/* z-index */
.libmod-zindex-0 {
	z-index: 0 !important;
	position: relative;
}
.libmod-zindex-10 {
	z-index: 10 !important;
	position: relative;
}
.libmod-zindex-20 {
	z-index: 20 !important;
	position: relative;
}
.libmod-zindex-30 {
	z-index: 30 !important;
	position: relative;
}


/* Disable touch selection */
.libmod-noselect {
	-webkit-touch-callout: none !important; /* iOS Safari */
	-webkit-user-select: none !important; /* Safari */
	-khtml-user-select: none !important; /* Konqueror HTML */
	-moz-user-select: none !important; /* Old versions of Firefox */
	-ms-user-select: none !important; /* Internet Explorer/Edge */
	user-select: none !important; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}


/********* print **********/
@media print {
.entry-content.post-content h1,
.wpb_text_column.wpb_content_element h3 {
    margin-left:30px;
}
#kurzuebersicht{
    width:100% !important;
    display:block  !important;
    width:auto !important;

}
#sidebarsticky, #sidebarsticky ul li a{
	 background-color:#fff  !important;
    color:black;
 }
.posfixed, .posfixedNew {
    position: relative !important;
    width: 100% !important;
    max-width: 100%  !important;
    top: 0;
    margin-top: 0 !important;
}

#primary-navigation,
.top-area-items{
    display:none !important;
}

 .fullwidth-block-parallax-fixed,
 .fullwidth-block-background,
 .fullwidth-block,
 .logosBeforeFooter,
 .logosticky{
	 display:none !important;
 }

 .fullwidth-block-parallax-fixed,
 .fullwidth-block-background,
 .fullwidth-block {
     background-image:none !important;
     background-color:white;
     height:auto !important;
     padding:0px !important;
     margin:0;
 }

 .vc_row,
 .vc_col-sm-1,
 .vc_col-sm-2,
 .vc_col-sm-3,
 .vc_col-sm-4,
 .vc_col-sm-5,
 .vc_col-sm-6,
 .vc_col-sm-7,
 .vc_col-sm-8,
 .vc_col-sm-9,
 .vc_col-sm-10,
 .vc_col-sm-11{
      width:100% !important;
 }
 h1,h2,h3,h4,h5,h6,
  h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{
     color:#000 !important;

 }
 h2,h3,h4,h5,h6,
h2 span,h3 span,h4 span,h5 span,h6 span{
     font-size:1em !important;

 }
 #catapult-cookie-bar{
     display:none;
 }

 .animated{
     background-color:#fff !important;
 }

 .wpb_text_column.vc_custom_*{

 }
 footer{
     display:none;
 }

 .links25{
     padding-left:0;
 }


blockquote{
     font-size:1em;
}
}