@charset "UTF-8";

.html_elegant-blog .slide-entry-excerpt.entry-content {
	text-align: center;
}

body#top {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Zweispaltiger Text ab iPad */

@media screen and (min-width: 768px) {
	#top .text_zweispaltig {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		-moz-column-gap: 6%;
		-webkit-column-gap: 6%;
		column-gap: 6%;
	}

	#top .text_zweispaltig p:first-child {
		margin-top: 0;
	}
}

#top a:hover,
#top a:focus,
#top a:visited {
	text-decoration: none;
}

/* Grid styles */
body#top .column-top-margin {
	margin-top: 80px;
}


/* Header */
#top #header_meta {
	border-bottom: 1px solid #520e1e;
}

#top #header_meta * {
	font-weight: normal;
	font-size: 13px;
}

/* slider */
.avia-fullscreen-slider .av-single-slide::after {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: -webkit-linear-gradient(260deg, rgba(68, 22, 37, 0) 5%, rgba(68, 22, 37, 0.6) 50%, rgba(68, 22, 37, 1) 100%);
	background-image: linear-gradient(190deg, rgba(68, 22, 37, 0) 5%, rgba(68, 22, 37, 0.6) 50%, rgba(68, 22, 37, 1) 100%);
	z-index: 5;
}

/* change scroll-down arrow */
#top .scroll-down-link {
	background-image: url('img/das-weineck-winnenden-scroll-down.svg');
	background-size: cover;
}

#top .scroll-down-link::before {
	content: none;
}

.blog-categories {
	display: none !important;
}

body#top .av-siteloader-wrap {
	background-color: #901632;
}

body#top .av-siteloader,
body#top div.avia-popup .mfp-preloader {
	border-color: #fff;
	border-left-color: #520e1e;
}

/* Caption styles */
#top .caption_framed .slideshow_caption .avia-caption-content p,
#top .caption_framed .slideshow_caption .avia-caption-title,
#top .avia-caption .avia-caption-content p,
#top .avia-caption .avia-caption-title {
	margin: 0;
	margin-bottom: 15px;
	padding: 15px 30px;
	border-radius: 3px;
	background-color: #901632;
}

/* Button styles */
#top .main_color .avia-color-theme-color-subtle {
	color: #fff;
}

#top .main_color .avia-color-theme-color-subtle:hover {
	color: #fff;
	background-color: #901632;
	border-color: #901632;
}

/* sidebar */
.sidebar_main {
	border-left: 1px solid #901632;
}

.sidebar_main .news-thumb {
	border-radius: 3px;
}

/* news */
#top .avia-content-slider .slide-image {
	margin-bottom: 0;
	border-radius: 3px 3px 0 0;
}

#top .avia-content-slider .slide-image img {
	border-radius: 0;
}

#top .avia-content-slider .slide-content {
	padding: 30px;
	border-radius: 0 0 3px 3px;
	background-color: #901632;
}

#top .avia-content-slider .read-more-link {
	padding-top: 15px;
}

/* news main_dark */

#top .avia-content-slider .entry-content-header {
	margin-bottom: 15px;
}

#top .avia-content-slider .slide-meta {
	color: #fcd6b1;
	font-style: italic;
	padding-top: 10px;
	display: none;
}



/* socket styling */
#top #socket {
	font-size: 14px;
}

.avia_transform #top a:hover .image-overlay {
	opacity: 0.8 !important;
}

/* post grid */
#top .avia-content-slider .av_one_third {
	margin-left: 2%;
	width: 32%;
}

#top .avia-content-slider .first,
#top .avia-content-slider .no_margin {
	margin-left: 0;
}

/* headline styles */
#top #wrap_all .all_colors h1 {
	margin-bottom: 0;
}

#top #wrap_all .slideshow_align_caption h1 {
	margin-bottom: 10px;
}

#top h2 {
	margin-bottom: 100px;
}

#top h3 {
	margin-bottom: 30px;
}

#top .template-page .entry-content-wrapper h1,
#top .template-page .entry-content-wrapper h2 {
	letter-spacing: 0;
}

/* partner logos */
#top .custom_overflow_img .avia-content-slider-inner .slide-image {
	border-radius: 3px;
	overflow-x: hidden;
}

.custom_overflow_img .avia-content-slider-inner .slide-image::before,
.custom_overflow_img .av-inner-masonry::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #520e1e;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}

.custom_overflow_img .avia-content-slider-inner .slide-image::after,
.custom_overflow_img .av-inner-masonry::after {
	content: '\e832';
	font-family: 'entypo-fontello';
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	width: 80px;
	height: 80px;
	color: #fff;
	background-color: #901632;
	border-radius: 50%;
	line-height: 80px;
	text-align: center;
	margin: -40px 0 0 -40px;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}

.custom_overflow_img .av-inner-masonry::after {
	content: '\E869';
}

.custom_overflow_img .avia-content-slider-inner .slide-image:hover::after,
.custom_overflow_img .av-inner-masonry:hover::after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0.8;
}

.custom_overflow_img .avia-content-slider-inner .slide-image:hover::before,
.custom_overflow_img .av-inner-masonry:hover::before {
	opacity: 0.8;
}

#top #scroll-top-link {
	display: none !important;
}

/* blog and sidebar styles */
#top .flex_column .widget .widgettitle,
#top .content .widget .widgettitle {
	margin-top: 23px;
}

#top .news-wrap .news-content + .news-content {
	margin-top: 15px;
}

#top .news-wrap .news-time {
	color: #000;
}

#top .template-blog .post_delimiter {
	display: none;
}

#top .template-blog .post-entry + .post-entry {
	margin-top: 100px;
}

#top .fullsize .template-blog.av_force_fullwidth.template-blog .post .entry-content-wrapper > *,
#top .fullsize .template-blog.av_force_fullwidth .post .entry-content-wrapper {
	text-align: center;
}

#top .fullsize .template-blog.av_force_fullwidth .post-title {
	margin-bottom: 30px;
	margin-top: 50px;
}

#top .fullsize .template-blog .post-meta-infos {
	display: none;
}

#top .fullsize .template-blog .text-sep-date {
	display: none;
}

#top .single-big .pagination {
	margin-top: 50px;
	display: inline-block;
	padding-right: 0;
	width: 100%;
}

#top .single-big .pagination a {
	color: #fff;
	background-color: rgba(82, 14, 30, 0.6);
	font-size: 14px;
}

#top .single-big .pagination .current {
	color: #fcd6b1;
	font-size: 14px;
}

#top .single-big .pagination .pagination-meta {
	color: #000;
	font-size: 14px;
}

/* Socket styles */

#top #socket .menu {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 4px;
}

#top #socket .menu li .avia-menu-text {
	line-height: 1.9em;
}

/* Special Heading optics */
#top .custom_intro_wrapper::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-image: -webkit-linear-gradient(180deg, rgba(144, 22, 50, 0) 5%, rgba(144, 22, 50, 0.6) 50%, rgba(144, 22, 50, 1) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(144, 22, 50, 0)), color-stop(50%, rgba(144, 22, 50, 0.6)), to(rgba(144, 22, 50, 1)));
	background-image: -webkit-linear-gradient(top, rgba(144, 22, 50, 0) 5%, rgba(144, 22, 50, 0.6) 50%, rgba(144, 22, 50, 1) 100%);
	background-image: linear-gradient(180deg, rgba(144, 22, 50, 0) 5%, rgba(144, 22, 50, 0.6) 50%, rgba(144, 22, 50, 1) 100%);
	z-index: 5;
}

#top .custom_intro_logo {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 600px;
	height: auto;
	z-index: 5;
	padding: 0 15px;
	max-width: 100%;
}

#top .custom_intro_logo img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

#top .av-main-nav ul {
	margin-top: 0;
}

#top #wrap_all .av-main-nav .sub-menu .current-menu-item a {
	color: #fcd6b1;
}

#top .custom_top_bar {
	min-height: 1px;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}

#top .custom_top_bar > .container {
	padding-top: 0 !important;
}

/* blockquote */
#top .main_color blockquote,
#top .main_color blockquote p {
	font-weight: 300;
	border: 0 none;
	padding-left: 0;
	line-height: 1.6em;
	text-indent: -0.4em;
}

#top .avia_textblock blockquote,
#top .avia_textblock blockquote p:last-child {
	margin: 0;
}

/* custom quote section */
#top #wrap_all .custom_quote_section h2.av-special-heading-tag {
	line-height: 1.3em;
	margin-bottom: 30px;
}

#top #wrap_all .custom_quote_section .av-subheading_below p {
	color: #fcd6b1;
	font-weight: 400;
}

/* Footer styles */
html #top.home #kontakt > .container {
	padding-top: 0;
}
