﻿@charset "utf-8";
/* CSS Document */

/* --------	Titel -------- */

#col_2 h1 {
	font-size: 24px;
	color: #181B30;
	font-weight: 700;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 28px;
	margin-left: 0px;
}

#col_2 h2 {
	font-size: 18px;
	color: #171717;
	font-weight: 700;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding: 0px;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
}
#col_2 h3, #col_2 h4, #col_2 h5, #col_2 h6 {
	font-size: 18px;
	color: #171717;
	font-weight: 700;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding: 0px;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
}

/* --------	Standorte Col 1 -------- */

#col_1 ul {
	width:210px;
	font-size: 12px;
	font-weight: normal;
	color: #171717;
	text-decoration: none;
	background-color: #ddd;	
	margin-bottom: 30px;
}
#col_1 ul li {
	font-size: 12px;
	line-height: 29px;
	font-weight: normal;
	color: #171717;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b9b8b8;
	width:210px;
	
}
#col_1 ul li a {
	line-height: 29px;
	width:180px;
	padding-right: 10px;
	padding-left: 20px;
	display:inline-block;
}
#col_1 a:link 	{ color: #171717; text-decoration: none; }
#col_1 a:visited 	{ color: #171717; text-decoration: none; }
#col_1 a:active 	{ color: #F0BA83; text-decoration: none; }
#col_1 a:hover 	{ color: #F0BA83; text-decoration: none; }

/* --------	Modul WYSIWYG mit Bild -------- */

img.logo_top_left {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	float:left;	
}
img.logo_top_right {
	margin-top: 0px;
	margin-right: -40px;
	margin-bottom: 15px;
	margin-left: 15px;
	float:right;
}

div.tinymcewysiwyg {
	}
	
/* --------	Karusell -------- */
	
.list_carousel {
	/*background-color: #ccc;*/
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position:relative;
			}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
			}
.list_carousel li {
	height: 250px;
	padding: 0;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
			}
.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
.clearfix {
				float: none;
				clear: both;
			}
/*.prev {
				float: left;
				margin-left: 10px;
			}
.next {
				float: right;
				margin-right: 10px;
		
}*/
a.prev, a.next {
	width: 78px;
	height: 78px;
	display: block;
	position: absolute;
	top: 116px;
}
a.prev {
	/*left: -31px;*/
	left: 1px;
	background-image: url(../images/arrow_left.png);
}
a.next {			right: 1px;
background-image: url(../images/arrow_right.png) }

a.prev span, a.next span {
	display: none;
}
/* ------------- Caption ------------- */
.grid-block {
	position: relative;
	height: 250px;
}
.grid-block h4 {
	font-size: .9em;
	color: #333;
	background: #f5f5f5;
	margin: 0;
	padding: 10px;
	border: 1px solid #ddd;
}

.caption {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/trans-black-50.png);
	width: 100%;
	height: 250px;
	text-decoration: none;
}
.caption h3, .caption p {
	color: #fff;
	margin: 20px;
}
.caption h3 {
	margin: 20px 20px 10px;
}
.caption p {
	font-size: .75em;
	line-height: 1.5em;
	margin: 0 20px 15px;
}
.caption a {
	text-decoration: none !important;
}
.caption a.learn-more {
	padding: 5px 10px;
	background: #08c;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	font-weight: bold;
	text-decoration: none;
}
.caption a.learn-more:hover {
	background: #fff;
	color: #08c;
}

/* ------------- JAOS Lightbox ------------- */

.jaosg_galerie{
	width: 100%;
	margin:0px;
}
#jaosg_galerie_bkg {
}
#jaosg_thumbnail_box{
	height: 283px;
	width: 193px;
	float: left;
	margin-right:10px;
	margin-left:0px;
	margin-bottom:20px;
	background-image: url(../img/img_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div.jaosg_thumbnail{
	height: 149px;
	width: 149px;
	text-align: left;
	vertical-align:middle;
	background-color: #fff;
	padding: 22px;
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box;
    box-sizing: content-box; 
}
#jaosg_thumbnail_titel{
	height: 80px;
	width: 193px;
	text-align: center !important;
	font-size: 12px;
	line-height: normal !important;
	color: #171717;
}
#jaosg_thumbnail_verkauft{
	height: 30px;
	width: 149px;
	text-align: center !important;
	font-size: 14px;
	line-height: 30px !important;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin-top:80px;
	background-image: url(../img/lac_galerie_text_bkg.png);
	background-repeat: repeat;
}
#jaosg_thumbnail_titel a:link 	{ color: #171717 !important; text-decoration: none; }
#jaosg_thumbnail_titel a:visited 	{ color: #171717 !important; text-decoration: none; }
#jaosg_thumbnail_titel a:active 	{ color: #F0BA83 !important; text-decoration: none; }
#jaosg_thumbnail_titel a:hover 	{ color: #F0BA83 !important; text-decoration: none; }

div.jaosg_thumbnail img{
	border: 0px solid;
}
div#jaosg_footer{
	clear: both;
}

/* -------- Visitenkarte ---------*/

div.vk_rahmen {
	text-decoration: none;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0BA83;
	margin-bottom:15px;	
}
.vk_bild {
    /*border: 1px solid #E30510;*/
}
.vk_spacer {
    height: 15px;
}
.vk {
    padding-left: 15px;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
}
.vk h6 {
    color: #ED6F00;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
}

.marg-20-0-0-0 {
    margin-top:20px;
}

.btn-primary {
    background-image: linear-gradient(to bottom, #F0BA83 0px, #de964d 100%);
    background-repeat: repeat-x;
    border-color: #de964d;
    color:#000;
}

.btn-primary:hover {
    background-image: linear-gradient(to bottom, #de964d 0px, #ba722a 100%);
    background-color: #ba722a;
    background-position: 0 -15px;
    border-color: #ba722a;
}
.btn-primary.active, .btn-primary:active {
    background-color: #ba722a !important;
    border-color: #ba722a;
}
.btn-primary:focus,
.btn-primary.focus {
  background-color: #ba722a !important;
  border-color: #ba722a;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #ba722a;
    border-color: #ba722a;
}




.btn-link {
    border-radius: 0;
    color: #de964d;
    font-weight: 400;
}
.btn-link:focus, .btn-link:hover {
    color: #ba722a;
    text-decoration: underline;
    background-color: transparent;
}
.file-thumbnail-footer {
    display: none;
}
.btn .btn-primary .btn-file .parsley-errors-list {
    display: none;
}

