@charset "UTF-8";
@import url(animate.css);
@import url(fl-continuous.css);
@import url(arrows.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

@font-face {
	font-family: 'AzoSansRegular';
	src: url('../fonts/AzoSansRegular.woff2') format('woff2'),
		 url('../fonts/AzoSansRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'AzoSansLight';
	src: url('../fonts/AzoSansLight.woff2') format('woff2'),
		 url('../fonts/AzoSansLight.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'AzoSansBold';
	src: url('../fonts/AzoSansBold.woff2') format('woff2'),
		 url('../fonts/AzoSansBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

/*========================================================
	Main Styles
=========================================================*/

/**
 * schwarz: rgb(17, 17, 17);
 * gold: rgb(184, 166, 137);
 * weiss: rgb(239, 239, 239);
 */


body {
	background: rgb(17, 17, 17);
	color: #333;
	font-family: "AzoSansRegular", sans-serif;
	-webkit-text-size-adjust: none;
}

img {
	max-width: 100%;
	height: auto;
}

h1 {
	color: rgb(184, 166, 137);
	font-size: 40px;
	text-transform: uppercase;
}
	/*
	@media (max-width: 1199px) {
		h1 {
			font-size: 52px;
		}
	}
	@media (max-width: 979px) {
		h1 {
			font-size: 40px;
		}
	}
	*/
	@media (max-width: 767px) {
		h1 {
			font-size: 30px;
		}
	}
	@media (max-width: 479px) {
		h1 {
			font-size: 25px;
		}
	}


footer h1 {
	font-size: 35px;
	margin-bottom: 30px;
	text-transform: none;
}
	@media (max-width: 1199px) {
		footer h1 {
			font-size: 27px;
		}
		footer {
			font-size: 13px;
		}
	}


p, address {
	color: rgb(239, 239, 239);
	line-height: 1.3;
}

b {
	font-weight: bold;
}

h1.videoTitle {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	color: rgb(239, 239, 239);
}

p.videoText {
	position: absolute;
	top: 60%;
	width: 100%;
	text-align: center;
	color: rgb(239, 239, 239);
}

h2 {
	font-size: 32px;
	line-height: 32px;
	font-weight: 500;
	position: relative;
}

h3,
.terms-list dt {
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	text-transform: none;
}

h3 a:hover,
.terms-list dt a:hover {
	color: #ff5b50;
}

h4 {
	font-size: 18px;
	line-height: 22px;
}

h5 {
	font-size: 17px;
	line-height: 22px;
}

h6 {
	font-size: 15px;
	line-height: 22px;
	text-transform: none;
}

p a:hover,
.terms-list dd a:hover,
.marked-list a:hover,
.list a:hover {
	text-decoration: underline;
}

p .fa,
.terms-list dd .fa,
.marked-list .fa,
.list .fa {
	text-decoration: none;
}

time {
	display: block;
	font-size: 44px;
	line-height: 100px;
	font-weight: 400;
	letter-spacing: 8.8px;
	text-transform: uppercase;
}

a {
	font: inherit;
	color: inherit;
	text-decoration: none;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a:focus {
	outline: none;
}


a[href^="tel:"],
a[href^="callto:"] {
	color: inherit;
	text-decoration: none;
}

blockquote {
	position: relative;
}

blockquote * + h6 {
	margin-top: 22px;
}

blockquote:before {
	content: '\f10d';
	position: absolute;
	font-size: 72px;
	font-family: "FontAwesome";
	color: rgba(255, 255, 255, 0.2);
	top: 25px;
}

strong {
	font-weight: 700;
}

.center {
	text-align: center;
}

.fa {
	line-height: inherit;
}

hr {
	border: none;
	height: 3px;
	width: 79px;
	display: inline-block;
	background: rgb(239, 239, 239);
	margin-left: -15px;
}

[class*='fa-']:before {
	font-weight: 400;
	font-family: "FontAwesome";
}

.page {
	overflow: hidden;
	min-height: 500px;
}

.lt-ie9 .page {
	min-width: 1200px;
}

@media (max-width: 767px) {
	h1,
	h2 {
		line-height: 30px;
		font-size: 20px;
	}
	time {
		font-size: 32px;
		line-height: 38px;
	}
}

@media (max-width: 479px) {
	time {
		font-size: 18px;
		line-height: 28px;
	}
}


/*=======================================================
	Main Layout
=========================================================*/

* + .row {
	margin-top: 40px;
}

* + .offset {
	margin-top: 77px;
}

* + .offset2 {
	margin-top: 77px;
}

* + .center,
* + .btn {
	margin-top: 69px;
}

* + h3,
.terms-list * + dt {
	margin-top: 30px;
}

* + p,
.terms-list * + dd {
	margin-top: 22px;
}

* + .resp-tabs {
	margin-top: 79px;
}

* + .resp-tabs-container {
	margin-top: 60px;
}

* + .inline-list {
	margin-top: 102px;
}

* + time {
	margin-top: 97px;
}

* + hr {
	margin-top: 27px;
}

* + .box {
	margin-top: 65px;
}

* + .marked-list {
	margin-top: 19px;
}

* + .terms-list {
	margin-top: 92px;
}

hr + time {
	margin-top: 7px;
}

img + h3,
.terms-list img + dt {
	margin-top: 30px;
}

.fl + h3,
.terms-list .fl + dt {
	margin-top: 34px;
}

.inline-list + .btn {
	margin-top: 85px;
}


/*=======================================================
	Components
=========================================================*/


/*==================     Brand     ======================*/

.brand {
	display: inline-block;
	background: #ff5b50;
	background: rgba(0, 0, 0, 0);
	color: rgb(239, 239, 239);
	text-align: center;
	position: relative;
	padding: 15px;
}

.brand_name {
	overflow: hidden;
}
.brand_name img {
	width: 150px;
}
@media screen and (max-width: 1199px) {
	.brand_name img {
		width: 120px;
	}
}
.isStuck .brand_name img {
	width: 100px;
	padding: 5px;
}

.brand_slogan {
	position: absolute;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	background: #ff5b50;
	letter-spacing: 4px;
	text-transform: uppercase;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.brand * + p,
.brand .terms-list * + dd,
.terms-list .brand * + dd {
	margin-top: 0;
}

@media (max-width: 767px) {
	.stuck_container .container-fluid {
		display: none;
	}
	/*
	.brand {
		display: block;
		text-align: center;
		padding: 0;
	}
	*/
}


/*==================  Backgrounds  ======================*/

.bg-primary {
	background: rgb(239, 239, 239);
}

.bg-primary h2:before {
	background: #ff5b50;
}

.bg-primary * + a,
.bg-primary * + address {
	margin-top: 23px;
}

.bg-primary .fl-continuous-document163 + a {
	margin-top: 10px;
}

.bg-primary address {
	line-height: 25px;
}

.bg-primary a {
	display: inline-block;
}

.bg-primary a:hover {
	color: #ff5b50;
}

.bg-primary * + .row {
	margin-top: 100px;
}

.bg-primary .mod {
	font-size: 66px;
}


/*==================     Icons     ======================*/

.fl-continuous-house150,
.fl-continuous-document163,
.fl-continuous-envelope42 {
	font-size: 76px;
	line-height: 76px;
	font-weight: 400;
	color: #ff5b50;
}

.fl-continuous-document163 {
	margin-top: 10px;
}

.fl-continuous-electrocardiogram,
.fl-continuous-padlock45,
.fl-continuous-user160,
.fl-continuous-clock101 {
	font-size: 76px;
	line-height: 76px;
	color: rgb(239, 239, 239);
}


/*==================  Marked List  ======================*/

.marked-list li {
	position: relative;
	padding-left: 25px;
}

.marked-list li a:before {
	content: '';
	position: absolute;
	background: url("../images/marked-icon.png");
	left: 0;
	top: 6px;
	height: 11px;
	width: 5px;
	-moz-transition: 0.4s ease all;
	-o-transition: 0.4s ease all;
	-webkit-transition: 0.4s ease all;
	transition: 0.4s ease all;
}

.marked-list li + li {
	margin-top: 8px;
}

.marked-list a:hover:before {
	left: 10px;
	color: #000;
}

.marked-list a:hover {
	text-decoration: none;
	color: #000;
}


/*==================   Index List  ======================*/

.index-list {
	counter-reset: li;
}

.index-list li:before {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
	font-size: 76px;
	line-height: 100px;
	letter-spacing: 27.36px;
	font-weight: 400;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

.index-list li.grid_1:nth-child(12n + 13),
.index-list li.grid_2:nth-child(6n + 7),
.index-list li.grid_3:nth-child(4n + 5),
.index-list li.grid_4:nth-child(3n + 4),
.index-list li.grid_6:nth-child(2n + 3) {
	clear: left;
}


/*==================  Terms List  ======================*/

.terms-list dt,
.terms-list dd {
	color: #000;
}

.terms-list dd > a {
	margin-top: 85px;
	display: inline-block;
}

.terms-list dd a {
	font-size: 15px;
	line-height: 26px;
	color: #000;
}

.terms-list dd a:hover {
	text-decoration: underline;
	color: #ff5b50;
}

.terms-list dt + dd {
	margin-top: 22px;
}

.terms-list dd + dt {
	margin-top: 90px;
}


/*==================  Inline List  ======================*/

.inline-list li {
	display: inline-block;
}

.inline-list li a {
	display: inline-block;
	font-size: 10px;
	line-height: 22px;
	letter-spacing: 3.6px;
	text-transform: uppercase;
	color: rgb(239, 239, 239);
	padding: 5px 14px;
}

.inline-list li + li {
	margin-left: 42px;
}

.inline-list a:hover {
	color: #000;
	background: rgb(239, 239, 239);
}

@media (max-width: 767px) {
	.inline-list li + li {
		margin-left: 21px;
	}
}

@media (max-width: 479px) {
	.inline-list {
		text-align: center;
	}
	.inline-list li {
		display: block;
	}
	.inline-list li + li {
		margin-left: 0;
	}
}


/*==================    Buttons    ======================*/

.btn {
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	font-weight: 100;
	background: rgb(166, 137, 36);
	/*background: #ff5b50;
	-webkit-border-radius: 35px;*/
	-moz-border-radius: 35px;
	/*border-radius: 35px;*/
	padding: 16px 57px;
}

.btn:hover {
	background: #000;
}

.btn:active {
	background: #141316;
}


/*==================      Box      ======================*/

.box:before,
.box:after {
	display: table;
	content: "";
	line-height: 0;
}

.box:after {
	clear: both;
}

.box_aside {
	float: left;
	font-size: 76px;
	line-height: 80px;
}

.box_cnt {
	padding-left: 40px;
}

.box_cnt__no-flow {
	overflow: hidden;
}

@media (max-width: 479px) {
	.box_aside {
		margin-right: 20px;
	}
	.box_cnt {
		padding-left: 0;
	}
	.box_cnt__no-flow {
		overflow: visible;
	}
}


/*========================   Menu   ==========================*/

.sf-menu {
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 33px;
	font-weight: 300;
	letter-spacing: 2px;
	text-align: left;
}

.sf-menu:before,
.sf-menu:after {
	display: table;
	content: "";
	line-height: 0;
}

.sf-menu:after {
	clear: both;
}

.sf-menu > li {
	position: relative;
	float: left;
}
.sf-menu > li > a {
	font-size: 15px;
}

.sf-menu > li + li {
	margin-left: 29px;
}

.sf-menu a.lang:before {
	content: "\f078";
	font-weight: 400;
	font-family: "FontAwesome";
}
.sf-menu a {
	display: block;
	padding: 0 14px;
	font-size: 12px;
}

@media (max-width: 1070px) {
	.sf-menu li + li {
		margin-left: 5px;
	}
}

.sf-menu > li > a {
	color: rgb(239, 239, 239);
}

.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
	color: rgb(17, 17, 17);
	background: rgb(184, 166, 137);
}

.sf-menu > li.active {
	background: rgb(184, 166, 137);
}

.sf-menu > li.active > a {
	/*color: rgb(166, 137, 36);*/
	color: rgb(239, 239, 239);
	background: transparent;
	color: rgb(17,17,17);
	font-family: "AzoSansBold";
}

.sf-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	/*
	right: 0px;
	width: 235px;
	*/
	left: 0px;
	width: auto;
	min-width: 120px;
	background: rgb(17,17,17);
	z-index: 2;
/*    border: 1px solid rgb(239, 239, 239);*/
}

.sf-menu ul > li {
	margin: 0;
}

.sf-menu ul > li > a {
	color: rgb(239, 239, 239);
	background: #000;
}

.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
	/*
	color: #000;
	background: rgb(239, 239, 239);
	*/
	background: rgb(184, 166, 137);
}

.sf-menu ul ul {
	position: static;
	top: 100%;
	width: auto;
	margin-top: 0;
	padding: 0;
	z-index: 4;
	border: none;
}

.sf-menu ul ul > li > a {
	/*
	color: rgb(239, 239, 239);
	background: rgb(184, 166, 137);
	*/
   color: rgb(17,17,17);
   background: rgb(239, 239, 239);
}

.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
	color: #000;
	background: rgb(239, 239, 239);
}

@media (max-width: 1199px) {

	.sf-menu > li + li {
		margin-left: 5px;
	}
	.sf-menu > li > a {
		font-size: 12px;
	}

}

@media (max-width: 935px) {

	.sf-menu {
		display: none;
	}

}

/*==================   RD Mobile Menu    =====================*/

.rd-mobilemenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 9999999;
	text-align: left;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.rd-mobilemenu.active {
	right: 0;
}

.rd-mobilemenu_ul {
	position: fixed;
	top: -56px;
	left: 0;
	bottom: -56px;
	width: 240px;
	padding: 132px 0 76px;
	color: rgb(239, 239, 239);
	background: rgb(17, 17, 17);
	font-size: 14px;
	line-height: 20px;
	overflow: auto;
	-webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
	-o-transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	transform: translateX(-240px);
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.rd-mobilemenu_ul ul, .rd-mobilemenu_ul ul ul {
	background: rgb(17,17,17);
	color: rgb(239, 239,239);
}

.rd-mobilemenu_ul a {
	display: block;
	padding: 14px 25px 16px;
}

.rd-mobilemenu_ul li.active {
	background: rgb(239, 239,239);
	color: rgb(17,17,17);
}

.rd-mobilemenu_ul a:hover {
   /*background: rgb(17, 17,17);*/
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
	position: absolute;
	top: 50%;
	right: 11px;
	margin-top: -17.5px;
	width: 32px;
	height: 32px;
	font: 400 10px "FontAwesome";
	line-height: 32px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	z-index: 1;
	background: rgba(0, 0, 0, 0.1);
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
	content: '\f078';
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
	background: rgb(239, 239, 239);
	color: #666;
}

.rd-mobilemenu_ul a.rd-with-ul {
	position: relative;
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rd-mobilemenu_ul ul a {
	padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
	padding-left: 60px;
}

.rd-mobilemenu_ul:after {
	content: '';
	display: block;
	height: 20px;
}

.rd-mobilepanel {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 56px;
	color: #000;
	background: rgb(17,17,17);
	z-index: 99999991;
}

.rd-mobilepanel_title {
	display: none;

	position: fixed;
	top: 4px;
	left: 56px;
	right: 56px;
	color: rgb(239, 239, 239);
	font-size: 24px;
	line-height: 48px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rd-mobilepanel_title:before {
	height: 0;
	width: 0;
}

.rd-mobilepanel_toggle {
	position: fixed;
	top: 4px;
	left: 8px;
	width: 48px;
	height: 48px;
}

.rd-mobilepanel_toggle span {
	position: relative;
	display: block;
	margin: auto;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after {
	top: 8px;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
	width: 24px;
	height: 4px;
	background-color: rgb(239, 239, 239);
	backface-visibility: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.rd-mobilepanel_toggle span {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span:after {
	-moz-transform-origin: 1.71429px center;
	-ms-transform-origin: 1.71429px center;
	-o-transform-origin: 1.71429px center;
	-webkit-transform-origin: 1.71429px center;
	transform-origin: 1.71429px center;
	-moz-transform-origin: 1.71429px center;
	-ms-transform-origin: 1.71429px center;
	-o-transform-origin: 1.71429px center;
	-webkit-transform-origin: 1.71429px center;
	transform-origin: 1.71429px center;
}

.rd-mobilepanel_toggle.active span {
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
	top: 0;
	width: 15px;
}

.rd-mobilepanel_toggle.active span:before {
	-webkit-transform: rotate3d(0, 0, 1, -40deg);
	transform: rotate3d(0, 0, 1, -40deg);
}

.rd-mobilepanel_toggle.active span:after {
	-webkit-transform: rotate3d(0, 0, 1, 40deg);
	transform: rotate3d(0, 0, 1, 40deg);
}

.mobile-logo {
	float: right;
	height: 25px;
	padding-top: 18px;
	padding-right: 10px;
}
@media (min-width: 768px) {
	.mobile-logo {
		display: none;
	}
}

@media (max-width: 1199px) {

}

@media (max-width: 935px) {
	body {
		padding-top: 56px;
	}
	.rd-mobilemenu,
	.rd-mobilepanel {
		display: block;
	}
}

@media (max-width: 359px) {
	.rd-mobilepanel_title {
		font-size: 18px;
	}
}


/*==================  Stuck menu  ======================*/

.isStuck {
	z-index: 999;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	border-bottom: 1px solid rgb(166, 137, 36);
}

.isStuck .brand {
	padding: 2px 51px 2px 53px;
}

.isStuck .nav {
	padding-top: 20px;
}

@media only screen and (max-width: 979px) {
	.isStuck {
		display: none !important;
	}
}


/*==================     ToTop     ======================*/

.toTop {
	position: fixed;
	right: 40px;
	bottom: 40px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
}

.toTop:before {
	content: '\e000';
	font-family: "arrows";
	font-size: 67px;
	line-height: 40px;
	color: rgb(239, 239, 239);
	-moz-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
	text-shadow: 1px 0px 2px black;
}

.toTop:hover:before {
	color: rgb(239, 239, 239);
}

.toTop.rotated {
	transform: rotate(180deg);
}

@media (max-width: 767px) {
	.toTop {
		display: none !important;
	}
}

.mobile .toTop,
.tablet .toTop {
	display: none !important;
}


/*==================  RD Parallax    ======================*/

.parallax {
	position: relative;
	overflow: hidden;
}

.parallax_image,
.parallax_pattern {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-position: center center;
	will-change: transform;
}

.parallax_image {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.parallax_pattern {
	background-repeat: repeat;
}

.parallax_cnt {
	position: relative;
}

.parallax0 {
	color: rgb(239, 239, 239);
}

.parallax0 p,
.parallax0 .terms-list dd,
.terms-list .parallax0 dd {
	padding-right: 10px;
}

.parallax0 .btn {
	/*background: rgb(239, 239, 239);*/
	background: rgba(0, 0, 0, 0);
	border: 2px solid rgb(239, 239, 239);
	/*color: #2c2a32; }*/
	color: rgb(239, 239, 239);
}

.parallax0 .btn:hover {
	background: #000;
	color: rgb(239, 239, 239);
}

.parallax0 .btn:active {
	background: #44414e;
}

.parallax0 * + .center.offset {
	margin-top: 84px;
}

.parallax0 * + .row.offset {
	margin-top: 109px;
}

.parallax0 time {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.parallax0 time + h3,
.parallax0 .terms-list time + dt,
.terms-list .parallax0 time + dt {
	margin-top: 10px;
}

.parallax0 .center + h3,
.parallax0 .terms-list .center + dt,
.terms-list .parallax0 .center + dt {
	margin-top: 45px;
}

.parallax1,
.parallax2,
.parallax3,
.parallax4,
.parallax5,
.parallax6,
.parallax7,
.parallax8,
.parallax9,
.parallax10,
.parallax11,
.parallax12,
.parallax13,
.parallax14 {
	color: rgb(239, 239, 239);
}

.parallax1 p,
.parallax1 .terms-list dd,
.terms-list .parallax1 dd,
.parallax2 p,
.parallax2 .terms-list dd,
.terms-list .parallax2 dd,
.parallax3 p,
.parallax3 .terms-list dd,
.terms-list .parallax3 dd,
.parallax4 p,
.parallax4 .terms-list dd,
.terms-list .parallax4 dd,
.parallax5 p,
.parallax5 .terms-list dd,
.terms-list .parallax5 dd,
.parallax6 p,
.parallax6 .terms-list dd,
.terms-list .parallax6 dd,
.parallax7 p,
.parallax7 .terms-list dd,
.terms-list .parallax7 dd,
.parallax8 p,
.parallax8 .terms-list dd,
.terms-list .parallax8 dd,
.parallax9 p,
.parallax9 .terms-list dd,
.terms-list .parallax9 dd,
.parallax10 p,
.parallax10 .terms-list dd,
.terms-list .parallax10 dd,
.parallax11 p,
.parallax11 .terms-list dd,
.terms-list .parallax11 dd,
.parallax12 p,
.parallax12 .terms-list dd,
.terms-list .parallax12 dd,
.parallax13 p,
.parallax13 .terms-list dd,
.terms-list .parallax13 dd,
.parallax14 p,
.parallax14 .terms-list dd,
.terms-list .parallax14 dd {
	/*color: #807f84; }*/
	color: rgb(239, 239, 239);
}

.parallax1 h2:before,
.parallax2 h2:before,
.parallax3 h2:before,
.parallax4 h2:before,
.parallax5 h2:before,
.parallax6 h2:before,
.parallax7 h2:before,
.parallax8 h2:before,
.parallax9 h2:before,
.parallax10 h2:before,
.parallax11 h2:before,
.parallax12 h2:before,
.parallax13 h2:before,
.parallax14 h2:before {
	background: rgb(166, 137, 36);
	left: 39px;
}

.parallax1 * + .btn,
.parallax2 * + .btn,
.parallax3 * + .btn,
.parallax4 * + .btn,
.parallax5 * + .btn,
.parallax6 * + .btn,
.parallax7 * + .btn,
.parallax8 * + .btn,
.parallax9 * + .btn,
.parallax10 * + .btn,
.parallax11 * + .btn,
.parallax12 * + .btn,
.parallax13 * + .btn,
.parallax14 * + .btn {
	margin-top: 86px;
}

.parallax1 .btn:hover,
.parallax2 .btn:hover,
.parallax3 .btn:hover,
.parallax4 .btn:hover,
.parallax5 .btn:hover,
.parallax6 .btn:hover,
.parallax7 .btn:hover,
.parallax8 .btn:hover,
.parallax9 .btn:hover,
.parallax10 .btn:hover,
.parallax11 .btn:hover,
.parallax12 .btn:hover,
.parallax13 .btn:hover,
.parallax14 .btn:hover {
	cursor: pointer;
	background: rgb(239, 239, 239);
	color: rgb(166, 137, 36);
}

.parallax1 .btn:active,
.parallax2 .btn:active,
.parallax3 .btn:active,
.parallax4 .btn:active,
.parallax5 .btn:active,
.parallax6 .btn:active,
.parallax7 .btn:active,
.parallax8 .btn:active,
.parallax9 .btn:active,
.parallax10 .btn:active,
.parallax11 .btn:active,
.parallax12 .btn:active,
.parallax13 .btn:active,
.parallax14 .btn:active {
	background: #e6e6e6;
}

.parallax3 * + .btn,
.parallax7 * + .btn,
.parallax10 * + .btn,
.parallax13 * + .btn {
	margin-top: 60px;
}


/*.parallax3 h2:before,*/

.parallax7 h2:before,
.parallax10 h2:before,
.parallax13 h2:before {
	background: rgb(166, 137, 36);
	left: 49.4%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.parallax5 h2,
.parallax9 h2,
.parallax11 h2,
.parallax14 h2 {
	letter-spacing: 6.4px;
}

.parallax5 h2:before,
.parallax9 h2:before,
.parallax11 h2:before,
.parallax14 h2:before {
	display: none;
}

.parallax5 h6,
.parallax9 h6,
.parallax11 h6,
.parallax14 h6 {
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 3.6px;
	text-transform: uppercase;
}

.parallax5 * + h6,
.parallax9 * + h6,
.parallax11 * + h6,
.parallax14 * + h6 {
	margin-top: 96px;
}

.parallax7 * + .center {
	margin-top: 89px;
}

.parallax10 * + h3,
.parallax10 .terms-list * + dt,
.terms-list .parallax10 * + dt {
	margin-top: 46px;
}

.parallax13 * + h3,
.parallax13 .terms-list * + dt,
.terms-list .parallax13 * + dt {
	margin-top: 50px;
}

@media (max-width: 479px) {
	.parallax5 h2,
	.parallax9 h2,
	.parallax11 h2,
	.parallax14 h2 {
		letter-spacing: 3.4px;
	}
	.parallax5 h2 {
		font-size: 20px;
	}
	.parallax5 h6,
	.parallax9 h6 {
		line-height: 20px;
	}
}


.parallax450 {
	height: 450px;
}
@media (max-width: 767px) {
	.parallax450 {
		height: 200px;
	}
}


/*=================       Tabs     ======================*/

.resp-tabs-list {
	display: inline-block;
}

.resp-tabs-list .resp-tab-active {
	/*background: rgb(239, 239, 239);*/
	border: 2px solid rgb(239, 239, 239);
	/*color: #2c2a32;*/
}

.resp-tabs-list li {
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	line-height: 22px;
	letter-spacing: 3.6px;
	text-transform: uppercase;
	color: rgb(239, 239, 239);
	padding: 5px 14px;
	-moz-transition: 0.4s ease all;
	-o-transition: 0.4s ease all;
	-webkit-transition: 0.4s ease all;
	transition: 0.4s ease all;
}

.resp-tabs-list li:hover {
	background: rgb(239, 239, 239);
	color: #000;
}

.resp-tabs-list li + li {
	margin-left: 41px;
}

.resp-tabs-container .wrapper:before,
.resp-tabs-container .wrapper:after {
	display: table;
	content: "";
	line-height: 0;
}

.resp-tabs-container .wrapper:after {
	clear: both;
}

.resp-tabs-container .wrapper a {
	float: left;
	width: 25%;
}

.resp-accordion {
	display: none;
}

.resp-tab-content {
	display: none;
}

.resp-tab-content-active {
	display: block;
}

@media (max-width: 767px) {
	/*.resp-accordion {
		display: block;
		padding: 10px 0;
		text-transform: uppercase;
		color: rgb(239, 239, 239);
		background: #000;
		-moz-transition: 0.3s ease all;
		-o-transition: 0.3s ease all;
		-webkit-transition: 0.3s ease all;
		transition: 0.3s ease all;
	}
	.resp-accordion:hover {
		cursor: pointer;
		color: #000;
		background: rgb(239, 239, 239);
	}
	*/
	.resp-tab-active {
		color: #000;
		background: rgb(239, 239, 239);
	}
	.resp-tabs-list {
		display: none;
	}
}

@media (max-width: 767px) {
	.resp-tabs-container .wrapper a {
		width: 50%;
	}
}
@media (max-width: 479px) {
	.resp-tabs-container .wrapper a {
		width: 100%;
	}
}


/*==================   Thumbnail    ======================*/

.thumb {
	display: block;
	position: relative;
	overflow: hidden;
}

.thumb img {
	width: 100%;
	height: auto;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.thumb_overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	color: rgb(239, 239, 239);
	background: transparent;
}

.thumb_overlay:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	font: 400 30px "FontAwesome";
	line-height: 30px;
	margin-top: -15px;
	text-align: center;
}

.lt-ie9 .thumb_overlay:before {
	display: none;
}

.thumb:hover .thumb_overlay {
	opacity: 1;
	background: rgba(44, 42, 50, 0.5);
}

.lt-ie9 .thumb:hover .thumb_overlay {
	background: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#802C2A32', endColorstr='#802C2A32')";
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#802C2A32', endColorstr='#802C2A32');
	zoom: 1;
}

.lt-ie9 .thumb:hover .thumb_overlay:before {
	display: block;
}

.thumb:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}


/*========================================================
	HEADER  Section
=========================================================*/

header {
	background: rgb(17, 17, 17);
}

header .camera_container + .stuck_container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: rgb(17, 17, 17);
}
.stuck_container:not(.isStuck) .grid_3.logocontainer {
	display: flex;
	align-items: center;
	height: 163px;
}
@media only screen and (min-width: 1397px){
	.stuck_container:not(.isStuck) .grid_3.logocontainer {
		height: 130px;
	}
}
header .grid_9 {
	text-align: right;
}

.stuck_container.isStuck .nav {
	z-index: 2;
	position: absolute;
	bottom: -17px;
	right: 70px;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
	margin: 0;
}

header .nav {
	padding-top: 37px;
	margin-right: 70px;
}
header .nav a {
	font-family: "AzoSansLight", sans-serif;
}

@media (max-width: 979px) {
	header .camera_container + .stuck_container .nav {
		right: 0;
	}
}

@media (max-width: 767px) {
	header .camera_container + .stuck_container {
		top: 55px;
	}
}

#block2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 1;
}

.brand {
	z-index: 2;
}

.sf-menu > li {
	z-index: 2;
}


/*========================================================
	CONTENT  Section
=========================================================*/

main {
	display: block;
	background: rgb(17,17,17);
}

.container .grid_3 {
	text-align: center;
}

.darker {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 9px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 20%;
	color: rgb(239, 239, 239);
}

@media (max-width: 1199px) {
	.darker {
		width: 35%;
	}
}

@media (max-width: 767px) {
	.darker {
		width: 80%;
	}
}

@media (max-width: 479px) {
	.darker {
		width: 93%;
	}
}



/*==================      Karte     ======================*/
.tx-go-maps-ext * {
	color: rgb(17,17,17)!important;
}


/*==================      Sitemap     ======================*/

.csc-header-date {
	display: none;
}

.csc-sitemap ul li ul {
	padding-left: 15px;
}

.csc-sitemap ul li {
	padding-top: 5px;
}

.csc-sitemap ul li a:hover {
	text-decoration: underline;
}


/*==================      Well     ======================*/

.well {
	padding-top: 50px;
	padding-bottom: 50px;
}

.well__ins1 {
	padding-bottom: 0;
}

.well__ins2 {
	padding-bottom: 140px;
}

.well__ins3 {
	padding-top: 103px;
}

.well__ins4 {
	padding-bottom: 87px;
}

.well__ins5 {
	padding-bottom: 93px;
}

.well__ins6 {
	padding-bottom: 247px;
}

.well2 {
	padding-top: 325px;
	padding-bottom: 263px;
}

.well2__ins1 {
	padding-bottom: 330px;
}

.well3 {
	padding-top: 275px;
	padding-bottom: 273px;
}

@media (max-width: 767px) {
	.well2,
	.well3 {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}


/*========================================================
	FOOTER  Styles
=========================================================*/

footer {
	background: rgb(239, 239, 239);
}

footer h2:before {
	background: #ff5b50;
}

footer a {
	display: inline-block;
}

footer a:hover {
	text-decoration: underline;
}

footer .copyright {
	padding-top: 110px;
	padding-bottom: 127px;
	font-size: 16px;
	line-height: 26px;
	color: #838383;
}

footer .copyright * + a {
	margin-top: 0;
	display: inline-block;
}

footer .copyright p,
footer .copyright .terms-list dd,
.terms-list footer .copyright dd {
	display: inline-block;
}

.footer__ins {
	padding-top: 153px;
}

.subnavi text+text:before {
	content: "\00a0 \00a0 | \00a0 ";
}


/*========================================================
	Custom Style
=========================================================*/
.stuck_container {
	border-bottom: 2px solid rgb(184, 166, 137);
}
.container-fluid {
	width: 100%!important;
}
.timeblock {
	padding: 16px 57px;
	background: rgba(0, 0, 0, 0);
	border: 2px solid rgb(239, 239, 239);
	color: rgb(239, 239, 239);
}

.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
footer a.linkHeader:hover {
	text-decoration: none;
}
.button1 {
	background: rgb(184, 166, 137);
	padding: 10px 15px;
	color: rgb(17,17,17)!important;
	display: inline-block;
	margin-top: 15px;
	text-decoration: none;
}

p .button1 {
	text-decoration: none;
}

.button1:hover {
	text-decoration: none;
}
.weinpraemierungen .button1 {
	margin-top: 35px;
}
@media screen and (max-width: 1499px) {
	.button1 {
		padding: 5px 10px;
		font-size: 12px;
	}
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}

.promoWeinWrapper {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 20%;
}
@media screen and (max-width: 1199px) {
	.promoWeinWrapper {
		display: none;
	}
}
	/*
	.promoWein {
		width: 100%;
		height: calc(100% - 150px);
		margin-top: 150px;
		box-sizing: border-box;
		text-align: center;
		overflow: hidden;
	}
		.promoWein .background {
			padding: 15px;
			background: rgba(17,17,17,0.8);
		}
	 */
	.promoWein {
		width: 100%;
		margin-top: 20%;
		box-sizing: border-box;
		text-align: center;
		overflow: hidden;
	}
		.promoWein .background {
			padding: 20% 15px;
			background: rgba(17,17,17,0.8);
		}
		.promoWein p {
			color: rgb(239, 239, 239);
			font-size: 13px;
			line-height: 1.2;
		}
		.promoWein img {
			max-height: 420px;
		}
		@media screen and (max-width: 1900px) {
			.promoWein img {
				max-height: 320px;
			}
		}
		@media screen and (max-width: 1530px) {
			.promoWein img {
				max-height: 220px;
			}
		}
		@media screen and (max-width: 1350px) {
			.promoWein img {
				max-height: 120px;
			}
		}
		.promoWein .title {
			text-transform: uppercase;
			font-size: 20px;
		}

@media screen and (min-width: 1200px) {
	.hidden-lg {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.show-xs {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.hidden-xs {
		display: none!important;
	}
}

.bgFixed {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
@media (max-width: 1400px) {

	.bgFixed {
		background-attachment: initial;
	}

}

/*
Weine
 */
.wrapperWeine .title {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}
.wrapperWeine .imgWrapper {
	padding: 0 35px;
}


/**
 *
 * Parallax3 Content
 *
 */

.parallax3Content {
	padding-bottom: 150px;
}
.parallax3Content .background {
	background: rgb(17, 17, 17);
	padding: 30px;
	box-sizing: border-box;
}


/**
 *
 * Familienbetrieb
 *
 */
.familienbetrieb .content {
	box-sizing: border-box;
	padding: 30px;
	padding-top: 50px;
	padding-bottom: 80px;
}
.familienbetrieb .familie {
	min-height: 300px;
	background-size: cover!important;
	background-position: 50% 30%!important;
	border-top: 15px solid rgb(17,17,17);
	border-bottom: 15px solid rgb(17,17,17);
}
/*
@media screen and (max-width: 1550px) {
	.familienbetrieb h1 {
		font-size: 50px;
	}
}
*/
@media screen and (max-width: 1130px) {
	.familienbetrieb h1 {
		font-size: 30px;
	}
}


.align-center {
	text-align: center;
}

.footer__out {
	line-height: 1.2;
}
.footer__out b.upper {
	text-transform: uppercase;
}
address + address {
	margin-top: 10px;
}
.footer__out .adresses {
	background-color: rgb(17, 17, 17);
	padding: 40px 0 40px 0;
	color: rgb(239, 239, 239);
}

.footer__out img {
	width: 100%;
	max-width: 100px;
}

.footer__out .grid_4 ul {
	margin-top: 15px;
}
.footer__out .grid_4 ul li {
	padding: 5px 0;
}

footer section.social {
	padding: 25px 0;
}

@media screen and (max-width: 767px) {
	footer section.social, footer section.social .text-right {
		text-align: center;
	}
}

footer section.social .text {
	color: rgb(17,17,17);
	padding-top: 9px;
}
footer section.social span.socialIcon {
	background: rgb(17,17,17);
	width: 34px;
	display: inline-block;
	height: 34px;
	text-align: center;
	border-radius: 17px;
	color: rgb(239, 239, 239);
	line-height: 2.2;
}
footer section.social span.socialIcon i {
	font-size: 16px;
}

.contentDunkel {
	color: rgb(239, 239, 239);
	padding-bottom: 60px;
	padding-top: 60px;
}

.contentDunkel a {
	text-decoration: underline;
}

.hero-scroll-down {
	width: 120px !important;
	margin: 0 0 0 -50px !important;
	position: absolute !important;
	bottom: 15px;
	left: 50%;
	font-size: 14px !important;
	z-index: 999;
}

.hero-scroll-down div:first-child {
	padding-right: 10px;
}

.v-centered {
	display: table-cell;
	vertical-align: middle;
	float: none !important;
}

.hero-scroll-down img {
	width: 20px;
	height: 33px;
}

.hero-scroll-down p {
	color: rgb(239, 239, 239);
	margin-bottom: 40px;
}

@media screen and (max-width: 736px) {
	.hero-scroll-down {
		display: none !important;
	}
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contact {
	color: rgb(239, 239, 239);
	font-size: 11px;
	margin-top: 47px;
	margin-right: 82px;
	line-height: 1.2;
	text-align: right;
}
.contact span.spacer {
	display: inline-block;
	width: 35px;
}
.contact a:hover {
	text-decoration: underline;
}
.isStuck .contact {
	display: none;
}
@media screen and (max-width: 767px) {
	.contact {
		text-align: center;
		margin-right: 0;
	}
}

* + .csc-default {
	margin-top: 35px;
}
.csc-default a {
	color: rgb(184, 166, 137);
}
.csc-default a.button1 {
	color: black;
}
footer .csc-default {
	margin-top: 0;
}

/* =================================
	Bilder im Content
================================= */


/*Bilder auf 100% Breite setzen*/

.csc-default img {
	width: 100%;
	height: auto;
}


/*
Ab 991 px
-Bilder neben Text werden auf 100% gesetzt
-Margin left/right des Texts wird auf 0 gesetzt.
*/

@media (max-width: 991px) {
	.csc-default .csc-textpic-imagewrap {
		width: 100%;
	}
	.csc-default .csc-textpic-text {
		margin-right: 0!important;
		margin-left: 0!important;
	}
}


/*
Ab 767 px:
-Bilder in Kolonnen: Kolonnen nicht mehr floaten, margins setzen
*/

@media (max-width: 767px) {
	.csc-default .csc-textpic-imagecolumn {
		float: none!important;
		margin: 0 0 20px 0!important
	}
}


/* =================================
	tt-news
================================= */


/*		Home		*/

.newsWrapper {
	position: absolute;
	left: 100%;
	/*left: calc(100% - 300px);*/
	top: 7%;
	color: rgb(17,17,17);

	background: rgba(239, 239, 239, 0.85);

	box-sizing: border-box;
	width: 300px;
	padding: 20px 0;

	/*max-height: 50%;*/
	height: 50%;

	-webkit-transition: left 1s; /* Safari */
	transition: left 1s;
}
@media (max-width: 1199px) {
	.newsWrapper {
		height: 86%;
	}
}
.newsWrapper:hover {
	left: calc(100% - 300px);
}

.newsWrapper .news {
	position: relative;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 20px;
	box-sizing: border-box;
}

.newsWrapper .newsFlap {
	position: absolute;
	right: 100%;
	top: -40px;

	cursor: pointer;

	background: rgb(184, 166, 137);
	border-bottom: 1px solid rgb(184, 166, 137);

	padding: 12px;
	padding-left: 35px;

	font-family: "AzoSansBold";
	font-size: 17px;
	text-transform: uppercase;

	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform:rotate(270deg);
	transform: rotate(270deg);

	-ms-transform-origin: right bottom 0; /* IE 9 */
	-webkit-transform-origin: right bottom 0; /* Chrome, Safari, Opera */
	transform-origin: right bottom 0;
}
.newsWrapper .newsFlap:after {
	content: "\f077";
	font-weight: 400;
	font-family: "FontAwesome";
	position: absolute;
	top: 9px;
	left: 7px;
}
.news-latest-item + .news-latest-item {
	margin-top: 35px;
}
.news-latest-item img {
	width: 100%;
}
.news-latest-item h2 {
	font-family: "AzoSansBold";
}
.newsWrapper p {
	color: rgb(17, 17, 17);
}
.news-latest-container h2 {
	margin: 6px 0 6px 0;
}

/* Let's get this party started */
.newsWrapper ::-webkit-scrollbar {
	width: 10px;
}

/* Track */
.newsWrapper ::-webkit-scrollbar-track {
	background: transparent;
	background: rgba(0,0,0,0.5);
}

/* Handle */
.newsWrapper ::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,0.5);
}
.newsWrapper ::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.5);
}


/* hr in der Single-Ansicht weg */

.news-single-item {
	padding: 0;
	margin: 0;
}

.news-single-item HR.cl-right {
	display: none;
}

.news-single-item p {
	margin-bottom: 15px;
}

hr.clearer {
	height: 0px!important;
	width: 100%;
}

.news-list-item img {
	width: auto;
}

.news-single-img {
	float: none;
}

* + .news-list-item {
	margin-top: 20px;
}


/* Events */

.events i {
	color: rgb(166, 137, 36);
	font-size: 50px;
	margin-top: 10px;
	margin-right: 10px;
}

.events .news-list-date {
	float: none;
	padding-left: 60px;
	font-size: 16px;
}

.events h4 {
	line-height: 16px;
}

@media (max-width: 800px) {
	.events h4 {
		text-transform: none;
	}
}

@media (max-width: 479px) {
	.events i {
		display: none;
	}
	.events .news-list-date {
		padding-left: 0;
		margin-top: 5px;
	}
}



/*===========================
	 Powermail + responsive
===========================*/

.tx-powermail {
	color: rgb(239, 239, 239);
	margin: 0;
}

.tx-powermail legend,
.tx-powermail h3 {
	display: none;
}

.tx-powermail fieldset {
	border: none!important;
	background: none!important;
	margin: 0!important;
}

.powermail_radio_outer {
	width: 400px;
	background: none;
	border: none;
}

.tx-powermail fieldset fieldset legend {
	display: initial;
}

.powermail_submit {
	background-color: rgb(239, 239, 239)!important;
	color: rgb(17,17,17)!important;
}

.powermail_captcha_outer {
	width: 399px;
}

.powermail_captchaimage {
	width: 100%;
}

.tx-powermail .powermail_create,
.tx-powermail .powermail_confirmation {
	border: none;
	background: none;
}

.tx-powermail .powermail_fieldset,
.powermail_create {
	padding: 0px!important;
}

.tx-powermail .powermail_fieldset .powermail_label {
	font-weight: normal!important;
}

.tx-powermail .powermail_field {
	width: 400px;
	margin: 10px 0 20px;
}
.tx-powermail .powermail_field input,
.tx-powermail .powermail_field textarea {
	width: calc(100% - 14px);
	padding: 5px;
	color: black;
}
.tx-powermail .powermail_field input.powermail_submit {
	width: 100%;
}

input[type="date"] {
	line-height: 1;
}

@media only screen and (max-width: 748px) {
	.tx-powermail {
		width: 100%;
	}
	.tx-powermail label,
	.powermail_submit,
	.tx-powermail fieldset fieldset legend,
	.powermail_field,
	.powermail_captcha_outer,
	.powermail_check_outer {
		float: inherit!important;
		width: 100%!important;
	}
	.powermail_captcha,
	.tx-powermail .powermail_fieldset .parsley-errors-list {
		width: 100%!important;
	}
}

/*Links*/
.well a,
.csc-default a,
.csc-default a b,
.csc-default a strong {
	color: rgb(184, 166, 137);
}

/*Juicer*/
.socialFeed {
	margin-top: 5px!important;
}
.temp9 h1 {
	font-size: 35px;
	margin-bottom: 15px;
	text-transform: none;
}
.socialFeed>div{
  margin-top: 30px!important;
}
.socialFeed a{
  position: initial;
  color: #fff;
}

.socialBGimage{
  position:relative;
  background-size:cover;
  background-position: center center;
  background-repeat:no-repeat;
  min-height: 260px;
}
.socialContent{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.5s linear;
}
.socialContent:hover{
  background: rgba(26,26,26,0.6);
}
.socialContent:hover .socialText{
  opacity: 1;
}
.socialText{
	opacity: 0;
	overflow: hidden;
	max-height: 100%;
	max-width: 100%;
	padding: 0px 5px;
	word-wrap: break-word;
	word-break: break-word;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	transition: 0.5s linear;
	color: white;
}

caption.csc-textpic-caption {
	text-align: center;
}

div.csc-textpic-intext-right .csc-textpic-imagewrap {
	float: right;
}
div.csc-textpic-left .csc-textpic-imagewrap,
div.csc-textpic div.csc-textpic-imagecolumn {
	float: left;
}
div.csc-textpic-left div.csc-textpic-text {
	clear: left;
}
div.csc-textpic-center .csc-textpic-center-outer {
	position: relative;
	float: right;
	right: 50%;
}
div.csc-textpic-center .csc-textpic-center-inner {
	position: relative;
	float: right;
	right: -50%;
}
div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li {
	overflow: hidden;
}
div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap {
	overflow: hidden;
}
.csc-textpic-caption {
	text-align: left;
	caption-side: bottom;
}
.csc-textpic-imagerow .csc-textpic-image {
	margin: 0 5px;
}
.csc-textpic-imagerow .csc-textpic-image img {
	width: auto;
}

.camera_caption {
	display: none!important;
}

.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
	float: right;
}
.csc-textpic-imagewrap img {
	max-height: 100%;
	width: auto;
}


body.popped,
body.newsletterPopped {
	height: 100%;
	overflow: hidden!important;
	margin-right: 10px;
}
body::-webkit-scrollbar {
	width: 10px;
}
body::-webkit-scrollbar-thumb {
	background: #b8a689;
}
.popupWrapper,
.newsletterPopupWrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 9999999999;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
	backdrop-filter: blur(1px);
}
.newsletterHeaderButton {
	font-size: inherit;
	color:inherit;
}
.newsletterHeaderButton:hover {
		text-decoration: underline;
}
body.popped .popupWrapper,
body.newsletterPopped .newsletterPopupWrapper{
	opacity: 1;
	visibility: visible;
}
	.popupContent {
		width: 700px;
		height: 400px;
		padding: 25px;
		text-align: center;
		position: relative;
		background: #b8a689;
		color: #111;
	}
	.newsletterPopupContent {
		width: 100%;
		height: 100%;
		padding: 0;
		text-align: center;
		position: relative;
		background: none;
	}
		.newsletterPopupContent iframe {
			width: 100%;
    		height: 100%;
		}
		.popupContent button,
		.newsletterPopupContent button {
			position: absolute;
			height: 50px;
			width: 50px;
			top: 0;
			right: 0;
			display: flex;
			align-items: center;
			justify-content: center;
		}
			.popupContent button .popupCloseIcon,
			.newsletterPopupContent button .newsletterPopupCloseIcon{
				position: absolute;
				width: 20px;
				height: 2px;
				background: #333;
				transform: rotate(45deg);
			}
			.popupContent button .popupCloseIcon:before,
			.newsletterPopupContent button .newsletterPopupCloseIcon:before {
				content: ' ';
				position: absolute;
				width: 20px;
				height: 2px;
				background: #333;
				transform: rotate(90deg);
				top: 0;
				right: 0;
				left: 0;
				bottom: 0;
			}
		.popupContent .csc-default {
			margin: 0;
		}
		.popupContent h1.csc-firstHeader {
			color: #111;
			text-transform: uppercase;
			font-size: 30px;
		}
		.popupContent .csc-default * {
			color: #111;
			font-size: 20px;
		}
		.popupContent .csc-default a {
			color: white;
		}
		.popupContent .csc-default img {
			max-height: 200px;
		}
		.popupContent .csc-textpic-intext-left > .csc-textpic-imagewrap {
			float: left;
		}

@media (max-width: 768px) {
	.popupContent {
		width: 100%;
	    height: 400px;
	    margin: 0 20px;
	}
		.popupContent h1.csc-firstHeader {
			padding: 0 20px;
		}
		.popupContent .csc-textpic-imagewrap {
			display: block!important;
		}
}


@media (max-width: 1199px) {
		.familienbetrieb .grid-7,.familienbetrieb .grid-5 {
			width:50%;
		}
	}