﻿/*
Theme Name: Goliath Child
Theme URI: http://demo.planetshine.net/goliath-news/
Author: Planetshine
Author URI: http://planetshine.net
Description: Child theme for Goliath Magazine Theme
Version: 1
Template:       goliath  
*/


.footer .title-default {
    box-shadow: 0px;
    margin: 0px;
    display: none;
}

#text-2 .title-default {
    display: none;
}

.footer .widget-content .title-default, .footer .cat-post-widget .title-default {
    display: block !important;
    box-shadow: 0px -3px 0px #5E5E5E inset;
    margin: 0px 0px 20px;
}

.cat-post-date {
    font-style: italic;
    margin-bottom: 2px;
    font-size: 10px;
	margin-top: 3px;
}

.postid-107850.logged-in .translator {
	display: none !important;
}
.translation_box {
	float: right;
	margin: -53px 0px 0px;
	text-align: right;
	width: 100%;
	max-width: 400px;
	position: relative;
	z-index: 9;
}
.translation_box.wabox {
	margin-top: -150px;
}
.translation_box .translation_close {
	position: absolute;
	top: -9999px;
	right: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #4e4e4e;
	margin: 4px 6px 0px 0px;
	border: 2px solid #000;
	cursor: pointer;
}
.translation_box .translation_close.active  {
	top: 0px;
}
.translation_box .translation_close::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0px 0px -10px;
	width: 20px;
	height: 3px;
	border-radius: 2px;
	background: #FFF;
	transform: rotate(45deg);
}
.translation_box .translation_close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0px 0px -10px;
	width: 20px;
	height: 3px;
	border-radius: 2px;
	background: #FFF;
	transform: rotate(-45deg);
}
.translation_box .translation_switch {
	width: 200px;
	text-align: center;
	background: #EFEFEF;
	padding: 10px;
	border-radius: 30px;
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	cursor: pointer;
}
.translation_box .translation_switch.active {
	border-radius: 20px 20px 0px 0px;
}
.translation_box .translation_notice {
	position: absolute;
	display: block;
	width: 100%;
	height: 0px;
	overflow: hidden;
	background: #EFEFEF;
	border-radius: 10px 0px 10px 10px;
	text-align: left;
}
.translation_box .translation_notice a {
	color: #D33;
}
.translation_box .translation_notice.active {
	height: auto;
	padding: 10px;
}
.translation_box .translation_notice #trigger_translation {
	position: relative;
	display: block;
	width: 212px;
	margin: 10px auto;
	border-radius: 10px;
	background: #D33;
	border: 0px;
	padding: 8px 16px;
	color: #FFF;
	font-size: 14px;
	transition: all 0.15s ease-in-out;
	transition-delay: 0.5s;
}
.translation_box .translation_notice #trigger_translation::after {
	position: absolute;
	content: "Google Translate aktiviert";
	color: #FFF;
	top: 0;
	left: 0;
	margin: 8px 0px 0px;
	text-align: center;
	width: 100%;
	opacity: 0;
	transition: all 0.15s ease-in-out;
	transition-delay: 0.5s;
}
.translation_box .translation_notice #trigger_translation.active {
	background: #005600;
	color: #005600;
	cursor: default;
}
.translation_box .translation_notice #trigger_translation.active::after {
	opacity: 1;
}
.translation_box .translation_notice .deltranscookies {
	background: transparent;
	border: 0px;
	display: block;
	margin: 20px auto 0px;
	text-decoration: underline;
}
.translation_box .translation_notice .deltranscookies:hover {
	font-weight: bold;
}
.translation_box #translation a.glink {
	text-decoration: none;
	display: block;
	margin: 10px auto 0px;
	width: 240px;
	text-align: center;
	border-radius: 10px;
	background: #D33;
	border: 0px;
	padding: 8px 16px;
	color: #FFF;
	font-size: 14px;
}
.translation_box #translation a.glink:hover, 
.translation_box #translation a.glink:focus {
	color: #FFF !important;
	background: #000;
}

@media screen and (max-width: 767px) {
	.translation_box {
		float: none;
		margin: 0px;
	}
	.translation_box .translation_close {
		margin: 14px 12px 0px 0px;
	}
	.translation_box .translation_switch {
		width: 160px;
		text-align: right;
		padding: 10px 70px 10px 10px;
		margin: 0px -35px 0px 0px;
	}
	.translation_box .translation_notice {
		margin: 0px 0px 0px 0px;
	}
	.translation_box .translation_notice.active {
		padding: 10px 10px 50px 10px;
	}
}

.footer .cat-post-widget ul li {
    padding: 5px 0px;
}

.footer .cat-post-date {
    display: none;
}

.wpb_tabs .wpb_tab {
    padding: 20px 0px !important;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:after {
    right: 10px !important;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
    padding: 17px 10px !important;
    text-transform: none !important;
    font-size: 15px !important;
}

.slider-tabs .post-item .stars {
    top: 80px;
}


.slider-tabs .post-item-overlay .stars {
    top: 103px;
}

.carousel .post-item > a {
    height: auto !important;
}

.carousel .post-item > a img {
    height: auto !important;
    max-width: 215px;
}

h1, h2, h3, h4, h5, h6, 
.post-1-navbar li.active a {
    font-weight: 600 !important;
}


.benq-em {
    background: url(https://www.lite-magazin.de/wp-content/uploads/2016/05/benq-em-gewinnspiel.jpg) top left no-repeat;
    background-size: cover;
    padding: 106px 10px 4px;
    border-radius: 5px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.benq-em a {
	font-weight: bold;
}

.benq-em h3 {
    text-align: right;
	text-shadow: 0px 0px 5px #FFF;
}




.roast {
	background: #FFF url("/wp-content/uploads/2019/07/roast-cover19.png") no-repeat scroll right top;
	border: 1px solid #D1D1D1;
	position: relative;
	border-radius: 4px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	display: block;
	height: 80px;
	padding: 1px 0px 0px 7px;
}

.roast h3 {
	font-size: 1.6rem;
	line-height: 2rem;
	margin: 4px 0px 9px 0px !important;
}

.roast img {
	margin: 9px 20px 0px 10px !important;
	width: 120px;
}

.roast a {
	color: #D50000;
}

.roast a:hover {
	font-weight: bold;
}

@media screen and (max-width: 800px) {
	.roast {
		height: auto;
		padding: 2px 125px 2px 7px;
	}
	.roast h3 {
		font-size: 1.6rem;
		line-height: 2rem;
		margin: 0px 0px 9px 0px !important;
	}
	.roast img {
		display: none;
	}
}

.ifa-banner {
    background: #FFF none repeat scroll 0% 0%;
    border: 4px solid #FFF;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    display: block;
    height: 70px;
}

.ifa-banner img {
    height: 60px;
    width: auto;
    margin-right: 10px !important;
}

.ifa-banner .text {
    margin-top: 20px;
    display: inline-block;
}

.ifa-banner p {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

.headsound img.gewinnspielbild {
    margin-bottom: 50px !important;
}

.headsound .wpcf7 input[type="text"] {
    margin-left: 0px !important;
    box-shadow: none;
    padding: 3px 5px;
    max-width: 250px;
}

.headsound a {
    color: #DD3333;
    font-weight: bold;
    text-decoration: underline;
}

.dropdown-post-list .items .dropdown-row-wrapper .post-item .image img {
    max-width: 150px !important;
}

.menu .dropdown-menu .post-block-1 .post-item .stars {
    bottom: 2px;
}

.slider-tabs .carousel-control.left {
    position: absolute;
    top: 72px;
    left: 0px;
    z-index: 106;
    display: block !important;
}

.slider-tabs .carousel-control.right {
    position: absolute;
    top: 72px;
    right: 0px;
    z-index: 106;
    display: block !important;
}

.gallery-item-open .control .left, .gallery-item-open .control .right {
    position: absolute;
    margin: 0px !important;
    display: block !important;
    z-index: 106;
}

*::-moz-selection {
    background-color: #D33;
    color: #FFF;
}

.flex-control-nav {
    bottom: -60px !important;
}

.metaslider .caption {
    font-weight: 400;
    font-size: 13px;
    margin: 0px auto 2px !important;
}

.search-query-1 div:last-child span {
    color: #000;
    background: none;
}

.search-query-1 div:last-child span:before {
    content: "„";
}

.search-query-1 div:last-child span:after {
    content: "“";
}

body.single-post form input[type="submit"] {
    height: 28px;
    line-height: 20px;
    vertical-align: top;
    box-shadow: none;
    color: rgb(255, 255, 255);
    background: none repeat scroll 0% 0% rgb(221, 51, 51);
}

body.single-post form input[type="submit"]:hover {
    background: #222;
}

body.single-post .wpcf7 input[type="email"] {
    border: 1px solid #E4E4E4;
    height: 28px;
    padding-left: 10px;
    max-width: 370px;
}

.gewinnspiel {
    position: absolute;
    font-size: 8px;
    text-transform: uppercase;
    color: #FFF;
    overflow: hidden;
    height: 46px;
    top: 5px;
    width: 116px;
}

.gewinnspiel-banner {
    -moz-transform: rotate(-21deg);
    -ms-transform: rotate(-21deg);
    -o-transform: rotate(-21deg);
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg);
    background: none repeat scroll 0% 0% rgb(221, 51, 51);
    margin-top: 1px;
    margin-left: -7px;
    padding: 0px 6px 0px 8px;
}

.slider-tabs .post-item .gewinnspiel {
    top: 0px;
}

.slider-tabs .post-item.post-item-overlay .gewinnspiel {
    top: 22px;
}

.cats-tags a.cat:before {content: ","; margin-right: 3px;}
.cats-tags .post-category {display: inline; margin-left: 14px;}
.cats-tags i.fa-folder-open {
    z-index: 9;
    width: 16px;
    position: absolute;
    margin: 5px 5px 0px 0px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
}

.wp-caption-text {
line-height: 17px !important;
margin-top: 6px !important;
}

.yarpp-related-widget {
    text-align: center !important;
    width: 276px !important;
    margin: 0 auto !important;
}

.yarpp-related-widget li {
    list-style: outside none none !important;
    margin: 20px 0px;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 15px;
}

.yarpp-related-widget img {
    width: 276px !important;
    height: auto !important;
	margin-bottom: 0px !important;
}

.yarpp-related-widget li .stars {
    position: absolute;
    margin-top: 106px;
    float: left;
    margin-left: -7px;
}

.yarpp-related-widget p {
    font-weight: 600;
    font-size: 13px;
    margin-top: 5px;
}

.post-98788 .vc_row {
	display: inline-block;
	width: 185px;
	text-align: center;
	margin: 0px 14px 40px 14px;
}

.post-98788 .vc_row .vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.post-98788 .vc_row .vc_column_container > .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.epaper-cover {
	width: 100%;
	max-width: 185px;
	display: inline-block;
	margin: 0px !important;
}

.epaper-cover .vc-hoverbox-block {
	border: 1px solid #000;
}

.epaper-cover .vc-hoverbox-back-inner a {
	font-weight: bold;
	color: #DD3333;
}

.epaper-downloadbutton {
	width: 185px;
	border-radius: 0px !important;
	margin: 6px 0px 0px 0px !important;
}

.epaper-downloadbutton a {
	background: #DD3333 !important;
	color: #FFF !important;
	transition: all 0.4s ease-in-out;
	width: 100%;
    border-radius: 0px !important;
    padding: 8px 20px !important;
}

.epaper-downloadbutton a:hover, 
.epaper-downloadbutton a:focus {
	background: #333 !important;
	color: #FFF !important;
}

body.page-id-171 h1#intro, 
body.page-id-169 h1#intro, 
body.page-id-34041 h1#intro {
    display: none;
}

body.page-id-171 .wpb_single_image.vc_align_center {
    margin-bottom: 10px;
}

body.page-id-171 .vc_col-sm-4, body.page-id-171 .vc_col-sm-3 {
    margin-bottom: 30px;
}


body.page-id-171 .vc_col-sm-3 .wpb_content_element .wpb_wrapper p,
body.page-id-171 .vc_col-sm-4 .wpb_content_element .wpb_wrapper p {
    font-size: 12px;
    line-height: 18px !important;
}

body.page-id-171 .wpb_content_element .wpb_wrapper p a {
    font-size: 14px;
}

body.page-id-171 .center-banner,
.highend .center-banner {display: none;}

.wpb_gallery .wpb_flexslider .flex-control-paging {
    display: none;
}

.sidebar-affix-wrap.affix, .sidebar-affix-wrap.affix-bottom {
    position: relative !important;
    width: auto !important;
    top: 0px !important;
}

.widget-content ul {
    padding: 0px;
}

.tagcloud, 
.wpp-list {
    margin-top: 10px !important;
}

.main-sidebar .cat-post-widget ul li {
    border-bottom: 0px;
    padding: 4px 0px;
}

.widget_facebookwidget {
   margin-bottom: 60px;
}

.widget_facebookwidget .widget-content {
    padding: 0px 10px !important;
}

a:hover, a:focus {
    color: #D33 !important;
}

.carousel-indicators li.active {
    margin-right: 5px;
}

body.home .exklusiv-banner {
    margin-top: 3px !important;
}

#text-3.constellation-widget, 
#text-4.constellation-widget {
    width: 79.33%;
}

#text-3.constellation-widget > .title-default, 
#text-4.constellation-widget > .title-default {
    margin: 0px 0px 0px -10px;
}

.blog-block-1 .post-item .image {
    margin-top: 7px;
}

.post table thead th {
    text-transform: none;
    font-size: 14px;
	font-weight: 700;
}

body.category .title-default > a.active,
body.tag .title-default > a.active,
body.page-id-171 .title-default > span.active,
body.page-id-169 .title-default > span.active,
body.page-id-34041 .title-default > span.active, 
body.page-template-page-glossar .wpb_wrapper .title-default > span.active {
    font-size: 24px;
    margin-top: 1px;
    font-weight: 300;
}

body.page-id-171 footer .title-default > span.active {
    font-size: 15px;
}

.kategorieslider {
    background: #FFF none repeat scroll 0% 0%;
    border: 4px solid #FFF;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    margin: -2px 0px 20px;
    width: 100% !important;
    height: auto !important;
    max-height: 227px !important;
    max-width: 635px !important;
}

body.home .kategorieslider {
    margin-top: 1px;
}

.kategorieslider .slides img {
    max-width: 629px;
}

.metaslider .flexslider {
    max-width: 100% !important;
}

@media screen and (max-width: 800px) and (orientation: portrait) {

.kategorieslider {
    background: #FFF none repeat scroll 0% 0%;
    border: 0px solid #FFF;
    position: relative;
    border-radius: 0px;
    box-shadow: none;
    margin: -2px 0px 20px;
    width: 100% !important;
    height: auto !important;
    max-height: 227px !important;
    max-width: 100% !important;
}

}

.category_description {
    margin: 10px 0px 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E4E4E4;
}

.yarpp-thumbnail > img, .yarpp-thumbnail-default {
    height: auto !important;
    margin: 5px !important;
    width: 266px !important;
    border: 1px solid !important;
    display: block !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 278px !important;
    height: 160px !important;
    vertical-align: top !important;
    margin: 5px 5px 5px 11px !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    width: 100% !important;
}

.cats-tags i {
    color: #999;
    margin-right: 10px;
}

.tag-cloud.tag-title {
    position: relative;
    padding: 0px;
}

.tag-cloud.tag-title i {
    color: #999;
    position: relative;
    top: 0px;
    left: 0px;
}

.tag-cloud i {margin-right: 7px;}


.menu .dropdown-menu .post-block-1 .post-item h2 a {
    font-size: 16px !important;
}

.menu .dropdown-menu .post-block-1 .post-item .title-image-row .title-excerpt-cell, .menu .dropdown-menu .post-block-1 .post-item .title-image-row .image {
    margin-top: 6px;
    display: inline;
}

.menu .container, .affix .navbar, .menu .dropdown-menu .btn-default {
    background: #333333 !important;
}

.menu .nav > .active > a, .menu .nav > .active > a:hover {
    color: #fff !important;
}

.menu .nav li a {
    padding: 11px 12px;
}

.menu-item-98957 a::first-letter {
	text-transform: lowercase;
}

.title-excerpt-cell .post-intro a {
    text-transform: none !important;
    padding: 0px !important;
    font-weight: normal !important;
    font-size: 13px !important;
}

.goliath_dropdown_post_list .items .title-image-row .gewinnspiel {
    top: 0px !important;
}

.constellation .dropdown-menu {
    top: 41px;
}

.cat_rezension a {
    color: #FFF !important;
    background: #088A08;
    padding: 0px 5px 1px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 5px;
}
.cat_test a, .cat_kurztest a {
    color: #FFF !important;
    background: #D33;
    padding: 0px 5px 1px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 5px;
}

.cat_video a {
    color: #FFF !important;
    background: #bb03ff;
    padding: 0px 5px 1px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 5px;
}

.cat_ratgeber {
    color: #FFF !important;
    background: #0080FF;
    padding: 0px 5px 1px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 5px;
}

.container.slider-tabs.latest-galleries, .container.mosaic {z-index: 9 !important;}

.menu {
    margin: 0px 0px 15px;
}

.flexslider {
    margin: 0px 0px 5px !important;
    width: 637px;
}

.header {
    margin: 10px auto !important;
}

p#breadcrumbs {
    font-size: 10px;
    margin-bottom: 15px;
}

body.author .blog-block-1 .title-default {margin-top: 50px;}

body.author .blog-block-1 .title-default a.active, 
body.search-results .blog-block-1 .title-default a.active  {cursor: text;}

h1.author-title {
    margin: 0px;
font-size: 24px;
font-weight: 300;
line-height: 24px;
}

body.author .title-default > span {
    font-weight: 300;
}

.title-default .author-position {
    letter-spacing: 1px;
    color: #CCC;
    font-weight: 300;
font-size: 14px;
}

body.category .title-default > a, 
body.tag .title-default > a {
    font-weight: 300;
    line-height: 24px;
}

.translator {
	float: right;
	width: 200px;
	text-align: center;
	background: #EFEFEF;
	padding: 10px;
	font-size: 12px;
	border-radius: 30px;
	margin-top: -150px;
}

.translator.wobox {
	margin-top: -62px;
}

.translator span {
	display: block;
}

.translator .first {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.translator .second {
	font-size: 13px;
}

.translator #google_language_translator select.goog-te-combo {
	width: 150px;
}

.author_bio {
    margin-top: 20px;
    min-height: auto;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    display: inline-block;
}

.authorbox {
    height: 70px !important;
    margin-bottom: 30px;
    background: #EFEFEF;
    width: auto !important;
    padding: 10px 30px 10px 50px;
    margin-left: -50px;
    display: inline-block;
    border-radius: 0px 30px 30px 0px;
}

.authorbox img {border-radius: 25px;}

.author_info {
    height: 40px;
    display: inline-block;
    margin-top: 16px;
    font-size: 11px;
}

.author_info h4 {
    margin: 0px 0px 6px !important;
}

.post-item .date {
    font-size: 10px;
    margin-bottom: 6px;
    display: inline-block;
}

.single-post-date {
    font-size: 10px;
    margin-bottom: 0px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.share-post {
    display: block;
    margin-bottom: 20px;
}

.share-post ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.share-post ul li {
    display: inline-block;
	margin-right: 10px;
}

.share-post ul li a {
    font-size: 14px;
    border: 1px solid #DDD;
    border-radius: 15px !important;
    width: 30px;
    background-color: #EFEFEF;
    display: block;
    height: 30px;
    padding: 5px;
    text-align: center;
}

.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
    padding-top: 0px !important;
}

.video-wrapped {
	max-width: 100% !important;
	max-height: 360px !important;
}

.video-wrapped .video-wrapped-play {
	padding: 160px 0px 140px;
	text-shadow: none;
	margin-top: -187px;
	color: #000;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 66%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 66%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 66%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.video-wrapped .video-wrapped-play::before {
	border-color: transparent transparent transparent black;
	top: 110px;
}

.video-wrapped .video-wrapped-play .small {
	font-size: 50%;
	margin: 20px auto 0px;
	width: 90%;
}

blockquote {
    padding: 0px 0px 0px 30px;
}

blockquote p {
    font-size: 14px !important;
    line-height: 22px !important;
}

.single .post-1 .post p a {
    color: blue !important;
    font-weight: 100;
}

.slider-tabs .post-item h2 {
    margin: 5px 0px 6px;
}

.vc_gitem-zone-a {
    height: 125px;
}

.vc_custom_heading.date {
    margin-bottom: 2px;
    font-size: 10px;
}

.vc_gitem-post-data h2 {font-size: 16px !important; line-height: 22px !important;}

.vc_gitem-post-data-source-post_excerpt {
    margin-bottom: 0px !important;
}

.post-block-2 .post-item .stars {
    top: 119px;
    left: -4px;
}

.post-block-2 .post-item .image img {
    height: auto;
    max-width: 300px;
    margin-top: 5px;
}

.menu .nav .dropdown-toggle:after {
    display: none;
}

.menu .nav li a {
    font-size: 12px;
	font-weight: 700;
}

/* muss hinter menu nav li a stehen! */
li.menu-item-62 a {
    font-weight: 900 !important;
    font-size: 15px !important;
}

li.menu-item-62 a:before {
    content: "\f005";
    font-family: FontAwesome;
    margin-right: 10px;
}

.menu .dropdown-menu .tag-default {
    font-size: 9px !important;
    line-height: 10px !important;
}


.post-block-2 .post-item-overlay .intro .more-link,
.post-block-3 .post-item-overlay .intro .more-link {
    display: none;
}


.post h2 {
    font-size: 18px;
    line-height: 32px;
    margin: 0px 0px 0px;
}

.post dl {
    border-left: 0px !important;
}

body.single-post .post h2 {
    margin: 32px 0px 11px;
    line-height: 21px;
}

body.single-post .post h3 {
    margin: 32px 0px 6px !important;
    line-height: 21px;
    font-size: 16px;
}

.post-block-2 .post-item h2 {
    margin: -2px 0px 11px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 900;
}

/*.main-content-column-1 .post-1 .image {
    display: none;
}*/

.post-1 .overview .items {
    padding: 20px 0;
}

.post-1 .overview .items .content {
    width: 500px;
}

.post-1 .overview .items .rating .content p {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
}

.post-1 .overview .items .rating .content p strong {
    font-size: 13px;
    line-height: 14px;
    font-weight: 100;
}

.post-1 .title {
    padding: 3px 0px 10px;
}

.post-1 .title h1 {
    font-size: 24px;
}

.post-1 .post p {
    margin: 0px 0px 15px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
}

.wp-caption-text {
    position: relative;
    font-size: 12px !important;
    font-weight: 300;
    bottom: 0px;
    font-style: italic;
    padding: 0px;
    left: 0px;
    color: #787878;
    text-align: center;
}

.wp-caption:after {
    box-shadow: none;
}

.hotness {
    display: none !important;
}

.title-default .view-all {
    display: none;
}

.cats-tags {
    border-top: 1px solid #D5D5D5;
    padding-top: 5px;
    font-size: 9px;
}

.bottom-banner {
    margin-top: 20px;
}

.title-default > a.active {
    background-color: none !important;
}

.vc_custom_heading.title-default {
    font-family: Roboto,Arial,sans-serif;
    background-color: none !important;
    text-transform: uppercase;
    box-shadow: 0px -3px 0px #D33 inset;
    font-weight: 900;
    font-size: 15px;
    line-height: 15px;
    padding: 0px 0px 10px;
    margin: 0px 25px 15px 0px;
    display: inline-block;
}

.tablepress tfoot th, .tablepress thead th {
    background-color: #D33 !important;
    color: #FFF !important;
}

.blog-block-1 .post-item .image {
    width: 90px;
    height: 70px;
    margin: 0px;
    padding-right: 20px;
    display: table-cell;
    vertical-align: top;
    float: none;
}

.blog-block-1 .post-item .image .playbutton, 
.post-block-2 .post-item .image .playbutton {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 44px;
	height: 30px;
	margin: -15px 0px 0px -22px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px -2px #000;
	z-index: 9;
}

.blog-block-1 .post-item .image .playbutton .rectangle, 
.post-block-2 .post-item .image .playbutton .rectangle {
	position: relative;
	width: 44px;
	height: 30px;
	background: #FFF;
	border-radius: 5px;
}

.blog-block-1 .post-item:hover .image .playbutton .rectangle, 
.post-block-2 .post-item:hover .image .playbutton .rectangle {
	background: #DD3333;
}

.blog-block-1 .post-item .image .playbutton .rectangle .triangle, 
.post-block-2 .post-item .image .playbutton  .rectangle .triangle {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 16px;
	border-color: transparent transparent transparent #000;
	left: 50%;
	top: 50%;
	margin: -8px 0px 0px -8px;
}

.blog-block-1 .post-item:hover .image .playbutton .rectangle .triangle, 
.post-block-2 .post-item:hover .image .playbutton .rectangle .triangle {
	border-color: transparent transparent transparent #FFF;
}

.blog-block-1 .post-item .image img {
    max-width: 300px;
    margin-top: 5px;
}

.blog-block-1 .post-item .title {
    float: none;
    margin: -13px 0px 0px;
    display: table-cell;
    width: auto;
    vertical-align: top;
}

.blog-block-1 .post-item h2 {
    margin: -2px 0px 11px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 900;
}

/* GALERIEN */

.gallery-item-open .image span {
    font-size: 13px;
    font-weight: 300;
    box-shadow: 0px -150px 100px -80px rgba(0, 0, 0, 1) inset;
}

.gallery-item-open .image span a {
    color: #D33;
}

.gallery-item-open .image span a:before {
    content: "→";
    margin-right: 4px;
}

.photo-galleries .intro {
    margin-top: 18px;
}

.gallery-item-open .image span s {
    position: absolute;
    bottom: 20px;
    left: 15px;
    text-decoration: none;
    right: 15px;
}


/* ADROTATE BANNER */

.sidebar-affix-wrap.affix, 
.sidebar-affix-wrap.affix-top {
    margin-top: 6px;
}

.ajdg_grpwidgets .title-default {
	box-shadow: none;
	display: none;
}

.ajdg_grpwidgets .widget-content {
    padding: 0px;
    text-align: center;
    border: 0px none;
}

.widget-content {
	padding: 0px;
	margin-top: -2px;
	border-bottom: 0px !important;
}

.widget-content img {
	margin-bottom: 30px;
}

.widget-content .wpp-list img {
    margin-bottom: 0px;
}

.sidebar-item {
	margin-bottom: 0px;
}

.widget_tag_cloud {
    margin-bottom: 30px;
}

.g img, .g img:hover {
    border: 1px solid #000;
}


/* HOMEPAGE-EVENT */

body.page-id-46676 .headsound, 
body.page-id-46676 .ifa-banner {
    display: none;
}

body.page-id-8::after {
    display: none;
}

body.page-id-8 .content_wrapper {
	background: #FFF;
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	position: relative;
	padding-top: 1px;
}

body.page-id-8 .content_wrapper.topspin {
	margin-top: 250px;
}

body.page-id-8  .footer {
	margin-top: 0px;
}

.g-78 {
	/*width: 1600px - wenn links und rechts auch Anzeigen;*/
	width: 1000px;
	height: 1020px;
	position: absolute;
	top: 0;
	left: 50%;
	/*margin-left: -800px !important; - wenn links und rechts auch Anzeigen;*/
	/*margin-left: -500px !important;*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	vertical-align: top;
}

.g-78 .a-224, .g-78 .a-301 {
	width: 300px;
	height: 1020px;
}

.g-78 .a-225, .g-78 .a-302 {
	width: 1000px;
	height: 250px;
	position: absolute;
	top: 0;
	left: 300px;
}

.g-78 .a-224 {
	text-align: right;
}

.g-78 .a-302 img {
	width: 1000px;
	height: 250px;
}

.g-78 .a-226, .g-78 .a-303 {
	width: 300px;
	height: 1020px;
	margin-left: 1300px !important;
	position: absolute;
	top: 0;
}

.g-78 img, .g-78 img:hover {
    border: 0px !important;
}


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

.g-78 {
	display: none;
}

body.page-id-8 .content_wrapper {
	margin: 0px auto;
}

}


/* FOOTER */

.footer {
    margin: 0px auto;
    z-index: 8 !important;
    margin-top: 40px;
}

.footer a {color: #999;}

.cat-post-widget ul li {
    border-bottom: 1px solid #E4E4E4;
}

.cat-post-current a {
    text-transform: none;
}

footer.container {
    width: 100% !important;
}

footer .inside, .bottomline .inside {
    width: 970px;
    margin: 0 auto;
}

.footer .widget {
    width: 48%;
}

.footer-item.widget_text p {
    text-align: left;
    margin-top: 1px;
    line-height: 28.5px;
}

.footer_social_links {margin-top: 40px; font-size: 1.6em;}
.footer_social_links a, .footer_social_links a:visited {color: #CCC;}
.footer_social_links a:hover {color: #D4021D;}
.footer_social_links .fa {display: inline-block; float: left; margin-right: 10px;}

footer .title-default a {
    color: #D33;
}

.cat-post-widget .post-title {
    font-size: 13px;
    font-weight: 300;
}

footer .cat-post-widget ul li:hover a:link, #footer .cat-post-widget ul li:hover a:visited, #footer .cat-post-widget ul li:hover .pre_test {
    color: #D4021D !important;
}

.copyright {
    display: none;
}

.bottomline {
    position: relative;
    z-index: 10;
    margin: 0px auto;
    padding: 30px;
    background: none repeat scroll 0% 0% #1D1D1D;
    color: #999;
    font-size: 11px;
}

.home .bottomline {
	padding: 30px 30px 140px;
}

.bottomline a {
    color: #999;
}

/* ADVERTS */

.sam-place {
    text-align: center;
}

.sam-place img {
    border: 1px solid #222;
}

.top-banner {
margin: 0px 0px 20px 2px;
overflow: hidden;
}

.top-banner .sam-place img {
    border: 0px;
    margin: -1px 0px 0px -10px;
    width: 100%;
}

.exklusiv-banner a {
    margin-bottom: 20px;
    display: block;
}

.xxl-banner {
    margin-bottom: 20px;
}

.standard-banner {
    margin-bottom: 50px;
}

.advads-middle {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 25px;
}

.center-banner {
   margin: 40px 0px;
}

.headsound .wpcf7 {margin-top: 10px;}

.headsound .wpcf7 input[type="email"] {
max-width: 250px !important;
margin-top: 10px;
padding-left: 5px;
margin-bottom: 2px;
}

.headsound .wpcf7 input[type="text"] {
margin-left: 10px;
}

.headsound .wpcf7 input[type="submit"] {
    margin-top: -3px;
    width: 100px;
    height: 22px;
    line-height: 0px;
    font-size: 12px;
    box-shadow: none;
}

.headsound .wpcf7 input[type="submit"]:hover {
background: #D33;
color: #FFF;
}

.wpcf7-list-item-label {
    margin-right: 30px !important;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon {display: none;}

.wpb_content_element.headsound, .vc_toggle.headsound  {
    margin-bottom: 10px !important;
}

.headsound .wpcf7 .wpcf7-list-item.last {
margin-left: 0px !important;
}

.headsound .vc_toggle {
    margin: 0px !important;
}

.headsound .vc_toggle_title, 
.headsound .vc_toggle_content {
    padding-left: 0px !important;
}

.headsound h4 {
    font-size: 13px;
    margin: 0px !important;background: none repeat scroll 0% 0% rgb(239, 239, 239);
padding: 5px 10px;
}

.headsound .center-banner, body.page-id-36477 .center-banner {
    margin: 0px;
}

.lite-title {font-weight: bold; margin-right: 20px}

.shariff ul {
    margin-left: 0px !important;
}

.shariff .theme-white .shariff-button {
    border: 1px solid #DDD;
    border-radius: 15px !important;
    width: 30px;
    background-color: #EFEFEF;
}

.shariff .theme-white .shariff-button a,
.shariff .theme-white .shariff-button a:hover {
    background-color: transparent !important;
}

.shariff .shariff-button.googleplus {padding-left: 2px; border-radius: 15px !important;}
.shariff .shariff-button.googleplus a {margin-top: -0.2em; border-radius: 15px !important;}
.shariff .googleplus .fa-google-plus {font-size: 17px; top: 3px;}
.shariff .shariff-button.facebook {padding-left: 4px; border-radius: 15px !important;}
.shariff .facebook .fa-facebook {font-size: 18px; top: -1px; margin-left: -1px;}
.shariff .shariff-button.twitter a {margin-left: -1px; margin-top: -1px; border-radius: 15px !important;}
.shariff .twitter .fa-twitter {font-size: 20px; margin-left: 1px;}
.shariff .shariff-button.xing a {margin-left: 3px;}
.shariff .shariff-button.whatsapp {padding-left: 2px;}

.shariff .theme-white .googleplus a,
.shariff .theme-white .facebook a,
.shariff .theme-white .twitter a,
.shariff .theme-white .xing a,
.shariff .theme-white .whatsapp a {
    color: #000 !important;
    border-radius: 15px !important;
}

.shariff li .share_text {display: none;}

.xxl-responsive img {
    width: 100% !important;
    border: 0px;
}

.advads-responsive-xxl-artikel {
    margin-top: 3px !important;
}

.special-edition {
	color: #FFF;
	padding: 50px 165px 15px 72px !important;
	background: transparent url("/wp-content/uploads/2019/11/xmas-special2019.png") no-repeat scroll left bottom;
	position: fixed;
	bottom: 0px;
	z-index: 99 !important;
	left: -250px;
	margin-left: 50%;
	max-width: 438px !important;
	max-height: 132px !important;
}

.special-editions19 {
	color: #FFF;
	padding: 50px 165px 15px 72px !important;
	background: transparent url("/wp-content/uploads/2019/06/sommer-special19.png") no-repeat scroll left bottom;
	position: fixed;
	bottom: 0px;
	z-index: 99 !important;
	left: -250px;
	margin-left: 50%;
	max-width: 438px !important;
	max-height: 132px !important;
}

.special-edition h3 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin: 0px 0px 8px !important;
}

.special-edition a, .special-edition a:hover {
	color: #FFF !important;
	text-decoration: underline;
}

.glossarlink {
	display: inline-block;
	width: 80px;
	height: 80px;
	background: #D5D5D5;
	text-align: center;
	padding-top: 28px;
	margin: 12px;
	font-size: 40px;
	border-radius: 10px;
}

.post-1 .post ul.glossarlist, 
.glossarlist {
	padding: 0px;
	margin: 20px auto 0px;
	list-style: none;
}

.glossarlist li {
	display: inline-block;
	width: 22%;
	margin: 1%;
	vertical-align: top;
}

.post-1 .post ul.glossarlist {
	font-size: 14px;
	font-weight: 300;
	line-height: 17px;
}


body.page-id-41699 .full-width .post-1 .post p {
    font-size: 13px !important;
    line-height: 22px !important;
}

body.page-template-page-glossar .post-1 {
    width: 100%;
}


@media only screen and (min-width: 768px) and (orientation: landscape) {
.xxl-responsive {display: none;}
}





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

html {width: 100%; overflow-x: hidden;}

.xxl-responsive {width: 100%; max-width: 629px; height: auto; max-height: 120px; margin: 0px auto 20px; position: relative; z-index: 99;}

.benq-em h3 {
    text-align: left;
}

.headsound img.gewinnspielbild {
	width: 50%;
	margin-bottom: 10px !important;
}

.special-edition {
    background-size: cover !important;
    width: 300px;
    margin: 0px auto !important;
    float: left;
    max-width: 300px !important;
    padding: 39px 107px 15px 24px !important;
    max-height: 100px !important;
    left: 0px;
    background-position: center bottom;
    font-size: 11px;
    line-height: 15px;
}

.special-edition h3 {
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
    margin: 0px 0px 7px !important;
}
	
.translation_box, .translation_box.wabox {
	float: right;
	display: block;
	margin: 20px -20px 20px 0px;
	border-radius: 30px 0px 0px 30px;
	width: 300px;
	text-align: right;
	padding: 10px 20px 10px 0px;
}
	
.translator span {
	display: inline-block;
}
	
.translator .first, .translator .second {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.shariff {
    float: none;
    margin-top: 0px;
    z-index: 9 !important;
}

.shariff ul {
    margin: 0px 0px 10px 0px !important;
}


.shariff .googleplus .fa-google-plus {top: 3px;}
.shariff .facebook .fa-facebook {top: 1px;}
.shariff .whatsapp .fa-whatsapp {margin-left: -1px;}

footer .inside, .bottomline .inside {
    width: 100%;
}

.main-sidebar {
	margin-top: 20px;
}

.main-sidebar .widget_adrotate_widgets .xxl-banner, 
.main-sidebar .exklusiv-banner, 
.main-sidebar .standard-banner,
.vc_col-sm-4 {
    display: none;
}

.rezension-packshot p {
    text-align: center !important;
}

.rezension-packshot img {
    max-height: 200px !important;
    width: auto !important;
    margin: 0px auto !important;
}

.boxcover-divider {
    height: 0px !important;
}


.footer .widget {
    width: 100%;
    padding: 1%;
}
.bottomline {
    text-align: center;
}

.flex-direction-nav {
    display: none !important;
}

.vc_col-sm-8 .post-block-2 .post-item .title-image-row .image {
    width: 100%;
    height: auto;
    padding-right: 0px;
    margin: 0px;
    display: block;
}

.post-block-2 .post-item .image img {width: 100%; max-width: 100%;}

.vc_col-sm-8 .post-block-2 .post-item .title-image-row .title {
    display: block;
    vertical-align: top;
    float: none;
    margin-top: 10px;
}

.carousel .post-item > a img {
    max-width: 300px;
}

.slider-tabs .carousel-control.left, 
.slider-tabs .carousel-control.right {
    top: 78px;
    box-shadow: none;
    border: 1px solid #000;
}

.flexslider {
    width: 98% !important;
    height: auto !important;
    border: 0px !important;
    margin-left: 1% !important;
    position: relative !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.responsive-exkl-std {
    z-index: 1 !important;
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #E4E4E4;
}

body.single .responsive-exkl-std {
    margin: 20px 0px 0px 0px;
    padding: 20px 0px;
    border-top: 1px solid #E4E4E4;
}

.responsive-exkl-std .standard-banner, .responsive-exkl-std .responsive_standardbanner, .responsive-exkl-std .responsive_standardbanner, .responsive_standardbanner {
    width: 45% !important;
    display: inline-block !important;
    margin-left: 7%;
    margin-bottom: 0px;
}

.responsive_exklusivbanner, .responsive-exkl-std .exklusiv-banner, .responsive-exkl-std .responsive_exklusivbanner {
    width: 45% !important;
    display: inline-block !important;
}

.post table.tablepress thead th {
    border-bottom: 0px !important;
}

.tablepress tbody td.column-1 {
    font-weight: bold !important;
    padding: 6px 10px 2px;
}

.tablepress tbody td.column-2 {
    border-top: 0px !important;
    padding: 2px 10px 6px;
}
	
.post-1 .overview .items .content {
    width:100%;
}

}



@media only screen and (max-width: 767px) and (orientation: portrait) {
.blog-block-1 .post-item .image {
    margin: 0px 0px 10px;
    display: block;
    float: none;
    width: 100%;
    height: auto;
}

.blog-block-1 .post-item .image {
    padding-right: 0px;
}

.blog-block-1 .post-item .image img {
    width: 100%;
    max-width: 100%;
}

.slider-tabs .stars {
    top: 92px !important;
}

.video-wrapped {
    width: 340px !important;
    height: 190px !important;
}

}



@media only screen and (max-width: 767px) and (orientation: landscape) {

.xxl-responsive {
    width: 75%;
    margin: 10px auto 20px;
}

.blog-block-1 .post-item .image img, .post-block-2 .post-item .image img {
    width: 300px;
}

.vc_col-sm-8 .post-block-2 .post-item .title-image-row .image {
    height: auto;
    width: 300px;
    padding-right: 10px;
    margin: 0px;
    display: table-cell;
}
.vc_col-sm-8 .post-block-2 .post-item .title-image-row .title {
    margin-top: 10px;
    vertical-align: top;
    display: table-cell;
    float: none;
}

.slider-tabs .post-item {
    width: 50%;
    border-bottom: 0px;
}

.slider-tabs .carousel-control.left, .slider-tabs .carousel-control.right {
    top: 218px;
}

.slider-tabs .stars {
    top: 83px !important;
}

.mosaic .small {
    width: 50%;
}

.latest-galleries .gallery-item {
    width: 46%;
    margin: 2%;
}

.latest-galleries .items .item .gallery-item:last-child {
    margin: 2%;
}

}


@media only screen and (max-width: 790px) and (orientation: portrait) {

.logo-image img {width: 100%;}

p#breadcrumbs {display: none;}

.ifa-banner {
    height: auto;
    text-align: center;
}

.ifa-banner img {
    display: block;
    float: none;
    margin: 0px auto !important;
}

.ifa-banner .text {
    margin-top: 4px !important;
    display: inline-block !important;
    float: left !important;
    width: 57% !important;
}

.ifa-banner p {
    font-size: 18px;
    line-height: 20px;
}

.pagination span, .pagination a {
    width: 40px;
    height: 40px;
    line-height: 0.7 !important;
}

.main-content-column-1 .post-1 .title {
    padding: 0px 0px 20px;
}

.single-post p {
    text-align: justify;
}

.wp-caption {
    max-width: 106% !important;
}

.aligncenter {
    margin-left: -3%;
    width: 106% !important;
}

.post .wp-caption img {
    width: 100% !important;
}

.wp-caption-text {
    padding: 0% 4%;
}

.authorbox img {width: 50px !important;}

.post table thead th, .post table tbody td {
    display: block;border-bottom: none;
}

.post table thead th.column1, .post tbody table td.column1 {border-bottom: none;}
.post table thead th.column2, .post table tbody td.column2 {border-top: none;}

.below-banner img {width: 100%;}

.yarpp-related-widget p {text-align: center !important;}

.lite-title {text-align: center; margin: 0px 0px 10px 0px; display: block;}



.main-content-column-1 {
    width: 96%;
    float: none;
    margin: 0 auto;
}

.post-item .date a {
    font-size: 10px !important;
}

.post-item p a {
    font-size: 13px !important;
}

.pagination {
    margin-top: 20px;
}

.pagination .next a, .pagination .previous a {
    padding: 11px 0px 0px !important;
}

.responsive-exkl-std .standard-banner, .responsive-exkl-std .responsive_standardbanner, .responsive-exkl-std .responsive_standardbanner, .responsive_standardbanner {
    width: 45% !important;
    display: inline-block;
    margin-left: 7% !important;
}

.responsive-exkl-std .exklusiv-banner, .responsive-exkl-std .responsive_exklusivbanner, .responsive_exklusivbanner {
    width: 45% !important;
    display: inline-block;
}

.responsive-exkl-std .exklusiv-banner img, 
.responsive-exkl-std .responsive_exklusivbanner img, 
.responsive_exklusivbanner img, 
.responsive-exkl-std .standard-banner img, 
.responsive-exkl-std .responsive_standardbanner img, 
.responsive_standardbanner img, 
.responsive-exkl-std .responsive_standardbanner img {
    width: 100% !important; 
    max-width: 150px !important; 
    height: auto !important;
}

}



@media only screen and (min-width: 641px) and (max-width: 767px) and (orientation: portrait) {



.blog-block-1 .post-item h2 {
     font-size: 20px;
}

body, p, a {
     font-size: 16px !important;
}

.single-post p {
    font-size: 20px !important;
}

.wp-caption {
    margin-bottom: 5%;
}

.cat-post-widget ul li {
    padding: 6px 0px 9px;
}

.lite-title {
    font-size: 17px !important;
}

.bottomline a {
    padding: 0px 10px;
}
}

@media only screen and (min-width: 768px) and (max-width: 970px) and (orientation: landscape) {

.responsive_standardbanner, .responsive_exklusivbanner, .responsive-exkl-std {
    display: none;
}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

.shariff {
    float: none !important;
    margin-top: 0px !important;
}

.shariff ul {
    margin-left: 0px !important;
}

}



@media only screen and (min-width: 768px) and (max-width: 970px) and (orientation: portrait) {

html {width: 100%; overflow-x: hidden;}

.xxl-responsive {width: 629px; height: auto; max-height: 150px; margin: 10px auto 20px; position: relative; z-index: 99;}

.header {padding: 0% 1%;}

.header .logo-image img {width: 100%;}

.top-banner {
    margin: 0px auto 20px;
    overflow: hidden;
    max-width: 629px;
}

.main-content-column-1, .main-sidebar {
    width: 100%;
    margin: 0 auto;
    padding: 2%;
}

.flexslider {
    margin: 0px auto !important;
}

.container {
    width: 100% !important;
}


.vc_col-sm-4 {display: none;}

.mosaic .small, .mosaic .small .overlay {
    width: 29.89%;
}

.btn-default {box-shadow: none !important;}

.latest-galleries .gallery-item {
    width: 22.92%;
}

.latest-galleries .gallery-item h2 {
    font-size: 13px;
}

.latest-galleries .items .item .gallery-item:last-child {
    margin: 0px;
}

.slider-tabs .post-item {
    width: 22.7% !important;
    padding: 0% !important;
}

.slider-tabs .carousel-control.left, .slider-tabs .carousel-control.right {
    top: 61px !important;
}

.slider-tabs .post-item .stars {
    left: 0px !important;
    top: 0px !important;
}

p#breadcrumbs {
    font-size: 11px !important;
}

.main-content-column-1 .post-1 .title {
    padding: 0px 0px 20px;
}

.post p {text-align: justify; font-size: 13px !important; line-height: 20px !important;}

.shariff {
    float: none;
    margin-top: 0px;
}

.shariff ul {
    margin-left: 0px !important;
}

.main-sidebar .widget_adrotate_widgets, 
.main-sidebar .exklusiv-banner, 
.main-sidebar .xxl-banner, 
.main-sidebar .standard-banner {
    display: none;
}

.popular-posts .widget-content {
    padding: 20px 0px !important;
}

.wpp-list li {
    float: left !important;
    width: 50%;
    clear: none !important;
    list-style: none !important;
}

.footer {
    margin-top: 0px !important;
}

footer .inside, .bottomline .inside {
    width: 100%;
}

.footer .widget {
    width: 100%;
    padding: 1%;
}

.cat-post-widget {
    margin-top: 40px !important;
}

.yarpp-related-widget {
    width: 100% !important;
}

.yarpp-related-widget li {
    margin: 4%;
    width: 300px !important;
    float: left;
}

.responsive-exkl-std {
    margin: 20px 0px 20px 0px;
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #E4E4E4;
}

.responsive-exkl-std .standard-banner, .responsive-exkl-std .responsive_standardbanner, .responsive-exkl-std .responsive_standardbanner, .responsive_standardbanner {
    width: 45% !important;
    display: inline-block;
    margin-left: 7% !important;
    overflow: hidden;
}

.responsive-exkl-std .exklusiv-banner, .responsive-exkl-std .responsive_exklusivbanner, .responsive_exklusivbanner {
    width: 45% !important;
    display: inline-block;
    overflow: hidden;
}

}


@media screen and (max-width: 800px) and (orientation: portrait) {

.responsive-exkl-std {
	display: block;
	margin: 0px 0px 20px !important;
	text-align: center;
}

.responsive-exklusiv-banner, 
.responsive-standard-banner {
    width: 45% !important;
    display: inline-block !important;
}

}


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

.responsive_standardbanner, .responsive_exklusivbanner, .responsive-exkl-std {
    display: none !important;
}

.headsound img.gewinnspielbild {margin-bottom: 25px !important;}
	

}

@media only screen and (min-width: 971px) {
.xxl-responsive {display: none;}
.responsive-exkl-std {display: none !important;}

.headsound img.gewinnspielbild {margin-bottom: 25px !important;}
}

@media screen and (max-width: 1024px) {
body.page-id-8 .content_wrapper.topspin {
    margin-top: 0px !important;
}
}


/*Custom
.glink{
font-size: 16px;
line-height: 26px;
font-weight: 300;
	padding-left: 6px;
}


a.glink, a.glink:hover, a.glink:focus {
    color: #666 !important;
}*/
