/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
@font-face { 
	font-family: 'USDeclaration'; 
	src: url('/templates/jl_yuno_pro/webfonts/usdeclaration-webfont.woff') format('woff');
	src: url('/templates/jl_yuno_pro/webfonts/USDeclaration.ttf') format('truetype'); 
}
body {
	letter-spacing: 0.05em;
}
.sp-module ul > li > a::before {
    content: "" !important;
}
.sp-module ul > li > a {
    color: #6B3A02 !important;
}
.sp-module ul > li > a:hover {
    color: #cccccc !important;
}
.sp-module ul > li > a {
    display:inherit !important;
	float:right !important;
    line-height: 36px;
    padding: 0 15px !important;
	
    transition: all 300ms ease 0s;
}
.sp-module ul > li {
    border-bottom: none !important;
}
#sp-section-5 {
	height:50px;
	border-top:#aaaaaa 1px solid;
}
.sp-copyright a {
	line-height:36px;
}
.acyfield_email input {
	width:320px !important;
}
/*
PAGENAVIGATION
*/
.pagination-wrapper .pagination .active a {
	color:#ffffff !important;
	border: #cccccc solid 1px;
}
.pagination-wrapper .pagination a {
	color:#000000 !important;
	border: #cccccc solid 1px;
}
.pagination-wrapper .pagination .active a:hover {
	border: #cccccc solid 1px;
}
.latestnews a {
    color: #6B3A02 !important;
}
.latestnews a:hover {
    color: #cccccc !important;
}
.items-more ol li a,
.items-more ol li {
	color:#eeeeee !important;
}
.items-more ol li a:hover {
	color:#aaaaaa !important;
}
/*
HAUPTNAVI 
*/
.sp-megamenu-parent li a {
	font-size:16px !important;
	color:#333 !important;
}
.sp-megamenu-parent li a:hover {
	color:#ddd !important;
}
.sp-megamenu-parent .sp-menu-item {
	text-transform:uppercase !important;
}
#offcanvas-toggler i {
	font-size:30px !important;
	font-weight:bold !important;
}
#offcanvas-toggler i:hover {
	color:#CBC122 !important;
}
#sp-menu .sp-megamenu-wrapper .sp-megamenu-parent .sp-dropdown-inner ul li a {
	color:#ccc !important;
}
/*
BACKGROUNDS
*/
#sp-main-body {
	background:#347696 url('/images/lead/bg_seite.png') center repeat-y;
}
#sp-section-3 {
	background-color:#285773 !important;
	border-bottom:#cccccc solid 1px;
}
.sp-page-title {
	background-color:transparent !important;
}
/*
CONTENT ALLGEMEIN
*/
.infoblog-stollensong a {
	color:#CBC122;
}
.bt-googlemaps a {
	color:#0000FF !important;
}
.bt-googlemaps a:hover {
	color:#CF00F6 !important;
}
.sppb-title-heading {
	font-weight:normal !important;
	text-transform:uppercase !important;
}
.sppb-col-sm-4 .kontaktbox {
	background-color:#eeeeee;
	padding:10px;
	margin-top:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#downloadbereich .sppb-row {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#pressemitteilung #read-more {
	color:#CBC122;
}
#pressemitteilung #read-more:hover {
	color:#cccccc;
}
blockquote {
    border-color: #CBC122 !important;
}

/*
3x TEASER
*/
.custom-teaser-links {
	width:305px;
	height:232px;
	padding:20px;
	font-size:15px !important;
}
.custom-teaser-mitte {
	width:305px;
	height:232px;
	padding:20px;
	font-size:15px !important;
}
.custom-teaser-rechts {
	width:305px;
	height:232px;
	padding:20px;
	font-size:15px !important;
}
.custom-teaser-links a,
.custom-teaser-mitte a,
.custom-teaser-rechts a {
	color:#CBC122 !important;
}
.custom-teaser-links a:hover,
.custom-teaser-mitte a:hover,
.custom-teaser-rechts a:hover {
	color:#cccccc !important;
}

.floating-right {
	float:right;
}
.floating-left {
	float:left;
}

/*
PRESSEMITTEILUNG
*/
#pressemitteilung h3 {
	text-transform:uppercase !important;
}
#btn_download {
	position:relative;
	top:0px;
	left:0px;
	display: block;
	width: 252px;
	height: 83px;
	margin-left:-5px;
	background-image:url('/images/lead/downloads.png');
}
#btn_download:hover {
	margin-left:-5px;
	background-image:url('/images/lead/hov_downloads.png');
}
#btn_presse {
	position:relative;
	top:0px;
	left:0px;
	display: block;
	width: 252px;
	height: 83px;
	margin-left:-5px;
	background-image:url('/images/lead/presse.png');
	/*border:#000 solid 1px;*/
}
#btn_presse:hover {
	margin-left:-5px;
	background-image:url('/images/lead/hov_presse.png');
	/*border:#000 solid 1px;*/
}
/*
LOGO UND HEADER
*/
.logo {
	color:#255575 !important;
}
#sp-header {
	border-top:#aaaaaa solid 1px;
	height:113px !important;
}
#stollenbestellung #btn-sofortkauf img {
	opacity:0.6; 
	-moz-opacity:0.6; 
	-khtml-opacity:0.6; 
	-opera-opacity:0.6; 
	transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
#stollenbestellung #btn-sofortkauf img:hover {
	opacity:1; 
	-moz-opacity:1; 
	-khtml-opacity:1; 
	-opera-opacity:1; 
	transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.sp-default-logo {
	margin-top: 10px;
}
.sppb-btn-warning {
	text-transform:none !important;
}
/*
NEWSLETTERBUTTON
*/
.btn-primary {
	background-color:#255575 !important;
	border:#BABABA solid 1px !important;
	font-size:16px !important;
	text-transform: uppercase !important;
	/*font-family: 'USDeclaration', Arial, sans-serif !important;*/
}
.unsubbutton {
	background-color:#255575 !important;
	border:#BABABA solid 1px !important;
	/*font-family: 'USDeclaration', Arial, sans-serif !important;*/
	font-size:16px !important;
	text-transform: uppercase !important;
	margin-left:50px !important;
}
/*
MITGLIEDERLISTE
*/
.mitglieder h2 {
	text-transform: uppercase;
}
.mitglieder a {
	color:#eeeeee !important;
}
.mitglieder a:hover {
	color:#333333 !important;
}
/*
BLOG
*/
.fa-thumb-tack::before {
    content: "" !important;
}
.fa-thumb-tack {
	background-image:url('/images/lead/blog-logo.png') !important;
	height:50px !important;
	width:50px !important;
}
.img-left {
	float:left;
	margin-right:10px;
}
.img-right {
	float:right;
	margin-left:10px;
}
.class2 .sp-module-content {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #dddddd !important;
    padding: 10px !important;
}
.class2 .sp-module .sp-module-title {
    background: #444 none repeat scroll 0 0 !important;
    border-left: 6px solid #255575 !important;
    color: #fff !important;
    padding: 15px !important;
    text-transform: uppercase !important;
}
.layout-blog {
    background-color:#ffffff !important;
}
.bodytext img {
	padding: 10px;
}
.blog .entry-header h2 a {
	text-transform:uppercase !important;
	font-weight:normal !important;
	font-size:20px !important;
}
.blog article {
	background-color:#ffffff;
}
.blog article p {
	padding:20px;
}
article .entry-header h2 {
	text-transform:uppercase !important;
}
#sp-right .latestnews div a span {
	text-transform:uppercase !important;
}
	
/*
DOWNLOADBEREICH
*/
#downloadbereich .sppb-row {
	background-color:#eeeeee !important;
	padding-top:30px !important;
	padding-bottom:30px !important;
}
#downloadbereich img {
	min-height:70px !important;
	min-width:50px !important;
	margin-right:10px !important;
}
@media screen and (max-width:1200px) {
	#sp-position1 .sp-column .logo h1 img {
		display:none !important;
	}
	#sp-position1 .sp-column .logo h1 {
		width:150px;
		height:110px;
		background-image:url('/images/lead/t_logo_verband-klein.png');
		background-repeat:no-repeat;
	}
	#sp-position1 {
		width:180px;
	}
	#sp-menu {
		width:750px !important;
	}
}
@media screen and (max-width:990px) {
	.custom-teaser-links,
	.custom-teaser-mitte,
	.custom-teaser-rechts {
		width:200px;
		height:380px;
		background-image:url('/images/lead/bg_teaser_long.png') !important;
	}
	.sp-module ul > li > a {
		float:none !important;
		font-size:24px !important;
		line-height:50px !important;
		border-bottom:#888888 solid 1px;
	}
}
@media screen and (max-width:768px) {
	.custom-teaser-links,
	.custom-teaser-mitte,
	.custom-teaser-rechts {
		width:305px;
		height:232px;
		background-image:url('/images/lead/bg_teaser_ie.png') !important;
	}
	#sp-position1 {
		float:left;
		width:180px !important;
	}
	#sp-menu {
		float:right;
		width:auto !important;
	}
}
@media (max-width: 481px) {
	#bg-overlay {
		display:none !important;
	}
	#smartcountdown-149-years,
	#smartcountdown-149-months,
	#smartcountdown-149-weeks,
	#smartcountdown-149-days,
	#smartcountdown-149-hours,
	#smartcountdown-149-minutes,
	#smartcountdown-149-seconds {
		float:left !important;
	}
}
@media (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait ) {
	.custom-teaser-links,
	.custom-teaser-mitte,
	.custom-teaser-rechts {
		width:200px;
		height:380px;
		background-image:url('/images/lead/bg_teaser_long.png') !important;
	}
	.sp-module ul > li > a {
		float:none !important;
		font-size:24px !important;
		line-height:50px !important;
		border-bottom:#888888 solid 1px;
	}
	#sp-footer1,
	#sp-footer2 {
		width:50% !important;
	}
}
@media (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
	.custom-teaser-links,
	.custom-teaser-mitte,
	.custom-teaser-rechts {
		width:305px;
		height:232px;
		background-image:url('/images/lead/bg_teaser_ie.png') !important;
	}
	#sp-position1 .sp-column .logo h1 img {
		content:" " !important;
	}
	#sp-position1 .sp-column .logo h1 {
		width:100px;
		height:120px;
		background-image:url('/images/lead/t_logo_verband-klein.png');
		background-repeat:no-repeat;
	}
	#sp-position1 {
		width:160px !important;
	}
	#sp-menu {
		width:800px !important;		
	}
	#sp-footer1 {
		width:40% !important;
	}
	#sp-footer2 {
		width:60% !important;
	}
}

/*news kontaktform*/

	label.error {
	min-width: 400px!important;
	position: relative!important;
	font-size: 14px;
	}

select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .uneditable-input::-moz-placeholder {
	color: #55556f!important;
}
	
	.visform input[type="text"], .visform input[type="email"], .visform textarea {
		width: 100%!important;
	}

	.vis_mandatory, .visCSSlabel {
		display: none!important;
	}
	
	#modvisform159zustimmunglbl {
		display: inline!important;
	}

	#modvisform159zustimmunglbl {
		display: none!important;
	}

	.field4 textarea  {
		padding: 6px 12px!important;
	}

	#field4 {
		border: 1px solid #d3d6d7!important;
		background: #fff!important;
	}
	.field5 {
		float: left;
		width: 5%;
		padding: 10px 0 0 0;
	}	
	#field6  {
		border: none;
		background: #fff;
		width: 95%!important;
		padding: 6px 12px!important;
	}
	.visBtnCon{
		clear: both;
		display: inline-block;
		margin: 20px 0 0 0;
		width: 100%;
	}
	#field7 {
		background: #255575!important;
		width: auto!important;
		padding: 0 30px!important;
		border-radius: 0!important;
		border: 1px solid #7b97aa!important;
		color: #fff!important;
		height: 50px!important;
		float: left!important;
		font-weight: 100!important;
		letter-spacing: 2px!important;
	}
	#field7:hover {
		background: #fff!important;
		color: #255575!important;
	}

@media screen and (max-width:900px) {
	#field6 {
		height: 150px;
	}
}

@media screen and (max-width:400px) {
	#field6 {
		height: 180px;
	}
}