/*Fonts in Bootstrap.min.css*/

/**************************************************************************************
  General
**************************************************************************************/
body {
	font-size:14px;
	color:#7e8998;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	background:#FFF;
}
.page-wrap {
	background:#F4F4F4;
}
h1, .h1, 
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	color:#3e3e3e;
	font-weight:300;
}
h1, .h1 {
	font-size:30px;
	color: #A2C626;
	margin-top: 40px;
    margin-bottom: 30px;
}



#Content h2, #Content .h2 {font-size:24px;}
#Content h3, #Content .h3 {font-size:20px;}
hr{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd -moz-use-text-color #fff;
    border-image: none;
    border-style: solid none;
    border-width: 1px 0;
}
a, .pseudoLink {
	color:#A2C626;
	text-decoration:none;
}
a:hover, a:focus, .pseudoLink:hover {
	color:#000;
	text-decoration:none;
	cursor:pointer;
}
.content {
	margin-bottom:15px;
	position:relative;
	line-height:1.5;
    padding-top: 1px;
}
.hyphens {
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphens:auto;
}
.breakword {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}

img{
	max-width: 100%;
}
/**************************************************************************************
  header
**************************************************************************************/
header {
	margin-top: 49px;
}
header,
#slider-carousel,
.carousel-inner,
.carousel-inner .item {
	
}
.carousel-inner img {
	width:100%;
}
.carousel-caption {
	background-color:#A2C626;
	left:0;
	right:0;
	padding:10px 0;
	text-shadow:none;
	color: white;
	font-weight: bold;
}
.carousel-caption h3,
.carousel-caption .h3 {
	margin:0;
	color: white;
	font-weight: bold;
	font-size: 1rem;
	text-shadow: 0px 0px 3px #00000036;
}

.carousel-indicators {
	bottom:0;
	margin-bottom:0;
	z-index:1;
}
.carousel-indicators li {
	border-color:#92B322;
}

#Head{
	max-height:180px;
	overflow:hidden;
	position:relative;
	/*top:-37px;*/
}
/*#Head .item img {margin-top:37px;}*/
#Head img {
	width:100%;
}
/**************************************************************************************
  Kacheln im Shop und auf Home-Blog
**************************************************************************************/
#Tiles .inner > div {
	position:relative;
}
#Tiles .inner > div,
#Quicklinks.row > * {
	text-align:center;
	cursor:pointer;
	box-shadow: 0 0 5px 3px rgba(0,0,0,0);
	transition:all 200ms linear;
}
#Tiles .inner > div:hover,
#Quicklinks.row > *:hover {
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.15);
	transition:all 300ms linear;
}
#Tiles .inner > div {
	padding-top:75%;
	background-size:cover;
	background-position:center center;
	margin-bottom:15px;
}
#Tiles h4 {
	text-align:center;
	background-color:rgba(255,255,255,0.8);
	padding:5px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
#Tiles .col-lg-2 h4, #Tiles .col-sm-4 h4, #Tiles .col-xs-6 h4 {
	font-size:14px;
}
#Tiles .inner > div:hover h4 {
	background-color:rgba(255,255,255,1);
	transition:all 300ms linear;
}
#Tiles i {
	font-size:16px;
	color:#7e8998;
}
#Tiles a:hover {
	text-decoration:none
}
/**************************************************************************************
  Quicklinks auf Home
**************************************************************************************/
.homebutton {
	background: #3e3e3e;
	border: none;
	width: 100%;
	min-height: 150px;
	margin-bottom: 20px;
	color: white;
	font-size: 16px;
}

a .homebutton {
	color: white;
	font-size: 16px;
}

.homebutton:hover {
	background: #a2c626;
}

/**************************************************************************************
  Navigation
**************************************************************************************/
.navbar {
	margin-bottom:0;
	background: #FFF;
	font-size:16px;
	font-weight:300;
	color:#000;
	padding: 0;
	min-height: 63px;
}

.navbar > .container {
	background-color:inherit;
	text-align:center;
	padding:0;
}
.navbar-brand {
	height:auto;
	width:175px;
}

.navbar-brand img{
	width: 100%;
}

.navbar-default .navbar-collapse {
	border:none;
	box-shadow:none;
	margin:0 auto;
	max-height:none;
}

.navbar-nav {
	margin-bottom:0;
	margin-top:15px;
}

.navbar-nav .nav-link{
	margin-left: 1rem;
	margin-right: 1rem;
}

.navbar-toggler {
    border-radius: 4px;
	border-color: transparent !important;
	padding-right: 0px;
}

button .navbar-toggler{
	padding-right: 0px;
}

.navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus{
	background:transparent !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: black;
	color:black;
}

.nav a {text-decoration:none;}
.nav > li {white-space:nowrap;}
.nav > li.active,
.nav > li:hover {
	
}
ul.navbar-nav {
	
}
.navbar .navbar-nav > li > a {
	color:#000;
	text-align:left;
	font-weight: bold;
	font-size: 14px;
}
.navbar .navbar-nav > li:hover > a,
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus,
li.active ul.dropdown-menu, li:hover ul.dropdown-menu, li:focus ul.dropdown-menu {
	-webkit-column-rule: #A2C626;
	-moz-column-rule: #A2C626;
	-o-column-rule: #A2C626;
	column-rule: #A2C626;
	background-color:transparent;
}
.navbar .navbar-nav > li:hover > a > span,
.navbar .navbar-nav > .active > a > span {
	color:#A2C626;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#000;
    background-color: transparent;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
ul.dropdown-menu {
    border: none;
	border-radius:0;
    box-shadow: none;
    display: inline-block;
	position: static;
    width: auto;
    font-size: 13px;
    z-index: 1000;
	margin:0 auto;
	top:auto;
	right:auto;
	bottom:auto;
	left:auto;
	background-color:transparent;
	padding-top:0;
	width:100%;
}
.dropdown-submenu > ul.dropdown-menu {font-size:12px; padding-left:30px;}
ul.dropdown-menu li {
    padding: 0;
    width: auto;
	float:left;
}
ul.dropdown-menu li.dropdown-submenu {
	width:100%;
}
.dropdown-menu > li > a {
	color:#9c9c9c;
	font-weight:100;
	padding: 0 15px;
	width:100%;
	background-color:transparent;
	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus,
ul.dropdown-menu > li > a:hover, 
ul.dropdown-menu > li > a:focus,
.dropdown-menu > .active.dropdown-submenu, 
.dropdown-menu > .active.dropdown-submenu:hover, 
.dropdown-menu > .active.dropdown-submenu:focus,
ul.dropdown-menu > li.dropdown-submenu:hover, 
ul.dropdown-menu > li.dropdown-submenu:focus {
	color:#FFF;
    background-color: transparent;
}


/**************************************************************************************
  Content Ansicht
**************************************************************************************/
p, .ptext, #Content ul {
	margin: 0 0 10px;
    text-align: justify;
}
#Content:empty {
	display:none;
}
#Content img{
	max-width:100%;	
	height:auto;
}
#Content > h1:first-child {
	
}
.website #Content td img{
	display:block;
	width:auto;
	height:auto;
}
#Content ul, #Content ol {
	padding-left:15px;
}
#Content ul li, #Content ol li{
	margin-bottom:10px;
}
/*Gegensteuer Bootstrap für per Editor erstellte Tabellen*/
.website #Content table td td {
	padding:0;
}

/**************************************************************************************
  Leistungen
**************************************************************************************/
.Leistungen .col-lg-8, .Leistungen .col-lg-4{
	margin-top: 25px;
}

.anchor{
    position: absolute;
    top: 65px;
}

.anchorhome{
    position: absolute;
    top: -95px;
}

/**************************************************************************************
  Blog
**************************************************************************************/
.bimg img{
	margin-bottom:1em;
	cursor:pointer;
}

/*Team*/
.team > * {
	min-height:285px;
}

/**************************************************************************************
  Shop
**************************************************************************************/
#ShopList h2 {
	margin:0px 0px 10px 0px;
}

#ShopList div.row {
	margin-bottom:30px;
}

/**************************************************************************************
  Kontaktformular
**************************************************************************************/
form#Kontakt {position:relative;}
/*#Kontakt .form-group label{display:none;}*/
form#Kontakt .cbx label {display:inline-block;}
form#Kontakt .btn {min-width:110px;}

/**************************************************************************************
  Galerie / Gallery / lightGallery / carousel
**************************************************************************************/
#lightgallery.row > div {
	padding-top:15px;
	padding-bottom:15px;
}
#lightgallery.row > div > a {
	display:block;
	background-color:#000;
}
#lightgallery a img {opacity:1}
#lightgallery a:hover img {opacity:0.6;}
#lightgallery a img,
#lightgallery a:hover img {
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
/**************************************************************************************
  Footer
**************************************************************************************/
footer {
	color:#000;
	font-size:14px;
	padding-top:30px;
	background-color:#A2C626;
	width: 100%;
}
footer a {
	color:#FFF;
}
footer a:hover, 
footer a.active,
footer a:visited, 
footer a:focus {
	color:#999;
}

/* Sticky Footer */
html, body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -185px;
    margin-top: 70px;
}
.page-wrap:after {
  content: "";
  display: block;
}
footer, .page-wrap:after {
  min-height: 185px;
}
/**************************************************************************************
  Done
**************************************************************************************/
#Done {
	font-size:12px;
	margin:0;
}
#Done, #Done a {color:#000;text-decoration:none;}
#Done a {white-space:nowrap;}
#Done a:hover {color:#FFF;text-decoration:underline;}

/**************************************************************************************
  Formulare
**************************************************************************************/
input, input.form-control,
textarea, textarea.form-control,
select, select.form-control {
	color:#000000;
	padding:6px;
}
.form-control, .btn, .input-group-addon {border-radius:0;}
label{font-weight:400;font-size:14px;}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
textarea,
select {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	margin:1px;
}
input[type="file"] {
	border:1px solid #000;
}
button, html input[type="button"], input[type="reset"], input[type="submit"], .btn {
	font-weight: inherit;
	text-align: center;
	padding: 6px 10px;
	color: #000;
	font-weight: bold;
	border: 3px solid #000;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	border-radius: 6px;
	background: transparent;
}
button:hover, .btn:hover, .btn:focus, .btn.focus
html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	color:#FFF;
	background: black;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
input[disabled] {
	background-color:#ddd;
	border-style:dotted;
	border:none;
}
input#Code {
	margin-top:0;
	z-index:0;
}
.input-group-addon {
	min-width:111px;
	padding-bottom:5px;
}
/**************************************************************************************
  Listen-, Tabellen-Ansicht, Pagination
**************************************************************************************/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td, 
.table > tfoot > tr > td {
	border-top-width:1px;
	border-top-style:solid;
	border-color:#000;
	line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.table-hover > tbody > tr:hover {
	background-color:rgba(0,0,0,0.1);
}
.table > thead > tr > th.listicon,
.table > tbody > tr > th.listicon,
.table > tfoot > tr > th.listicon,
.table > thead > tr > td.listicon,
.table > tbody > tr > td.listicon, 
.table > tfoot > tr > td.listicon {
	padding-left:0;
	padding-right:0;
	text-align:center;
}
td.back {text-align:center;}
.pagination > li > a, 
.pagination > li > span {
	color:#000;
	border-color:#08334C;
}
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus {
	color:#000;
	border-color:#08334C;
	background-color:#08334C;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
	background-color:#000;
	border-color:#000;
}
.tbl {display:table; width:100%;table-layout:fixed;}
.tbl > .tblrow {display:table-row;}
.tbl > *,
.tbl > .tblrow > *,
.tbl td {
	vertical-align:top;
	display:table-cell;
	padding:0 1% 1% 1%;
}
.tbl > *:first-child,
.tbl > .tblrow > *:first-child,
.tbl td:first-child {
	padding-left:0;
}
.tbl > *:last-child,
.tbl > .tblrow > *:last-child,
.tbl td:last-child {
	padding-left:0;
}
.admin .tbl > *,
.admin .tbl > .tblrow > * {
	vertical-align:middle;
	padding:3px 6px;
}

/*Entgegensteuern von Bootstrap*/
.table-responsive {border:none;font-size:14px;}
.table-responsive > .table > tbody > tr > td {white-space:normal;}

/**************************************************************************************
  Admin
**************************************************************************************/
.CuteEditorGroupMenuCell img {
	box-sizing:content-box;
}
#CE_Editor1_ID {
	width:100% !important;
	line-height:initial;
	font-size:12px;
}

img.artimage{margin-top: 20px;}
p.artprice{margin-top: 20px;}

#tothetop_icon{
   	position:fixed;
  	bottom:0;
  	z-index:50000;
   	height:60px;
	width:auto;
	right:6%;
	text-align:center;
   	background:none;
}
a.totoplink{
	font-weight: bold;
	color:black;
	text-decoration: none;
}

@media (min-width:768px){
	h1, .h1 {font-size:2rem;}
	header {}
	header,
	#slider-carousel,
	.carousel-inner,
	.carousel-inner .item {

	}
	
	.carousel-caption{
		margin-bottom: 30px;
	}
	
	.carousel-caption h3{
		font-size: 2rem;
	}
	
	#Head{
	max-height:350px;
	}
	/*Navigation*/
	.navbar {min-height:0;}
	.navbar-default {
		background-color:#FFF;
		width:100%;
		/*top:auto; deaktiviert wegen navi-fix-top*/
		left:auto;
		right:auto;
		z-index:2;
		padding:0;

	}
	.admin .navbar-default {position:relative;}
	.navbar-brand {
		float:none;
		padding: 12px 0px 12px 0px;
		width:175px;
	}

	.navbar-brand a {
		margin:0 auto;
		display:block;
		width:175px;
	}
	.navbar > .container {
		padding:0 15px;
	}
	.navbar > .container .navbar-brand, 
	.navbar > .container-fluid .navbar-brand {
		margin:0;
	}
	.navbar-default .navbar-brand:hover,
	.navbar-default .navbar-brand:focus {
		background-color: transparent;
	}
	.navbar-default .navbar-collapse {
		padding:0;
		width:auto;
		border:none;
		margin-top:20px;
	}
	ul.navbar-nav {
		display:table;
		margin-top:0;
		float:right;
		background-color:transparent;
	}
	.nav > li {
		display:table-cell;
		float:none;
		text-align:center;
		border-bottom:none;
	}
	.nav > li:last-child {
		padding-right:0;
		border-right: none;
	}
	.navbar-default .navbar-nav > li > a {
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;
		
		padding:0; 
		line-height:52px;
	}
	.navbar-default .navbar-nav > li:hover > a,
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
	li.active ul.dropdown-menu, li:hover ul.dropdown-menu, li:focus ul.dropdown-menu {
		color:#a2c626;
		background-color:transparent;
		border-color:#000;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;
	}
	.navbar-default .navbar-nav > li > a img {display:block;}
	
	/*JC 06.10.2015: damit Hauptnavipunkt mit Unternavi richtig dargestellt wird Desktopansicht*/
	.navbar-nav > .dropdown.clearfix {clear:none;}
	.navbar-nav > .dropdown.clearfix:before, .navbar-nav > .dropdown.clearfix:after {content:normal;display:none;}
	
	ul.dropdown-menu {
		font-size:15px;
		position:absolute;display:none;
		left: 0;
		padding: 0 0 10px 0;
		width: 100%;
		min-width: 200px;
		background-clip: padding-box;
		background-color: rgba(0, 0, 0, 0);
		list-style: outside none none;
	}
	.navbar-nav > li:hover > .dropdown-menu,
	.navbar-nav > li:focus > .dropdown-menu {
		display:block;
		float: left;
		background-clip: padding-box;
		border-radius: 0;
		list-style: outside none none;
		width: auto;
		margin:0;
		padding:0;
		border:none;
		text-align: left;
		position: absolute;
		top: 100%;
		left: 0;
		box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	}
	.nav .dropdown-menu > li {
		background-color:#FFF;
		padding-top:10px;
	}
	.nav .dropdown-menu > li:last-child {
		padding-bottom:10px;
	}
	ul.dropdown-menu li {
		margin-left:auto;
		margin-right:auto;
		width:auto;
		float:none;
		/*position:relative; für box-shadow mit Navi Level 3*/
	}
	.dropdown-menu > li > a {
		color:#9c9c9c;
		font-weight:normal;
		white-space:normal;
		background-color:transparent;
		padding:3px 10px;
		margin-bottom:0;
		max-width:250px;
		min-width:100px;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;
	}
	ul.dropdown-menu > li > a:hover, 
	ul.dropdown-menu > li > a:focus,
	ul.dropdown-menu > li.dropdown-submenu:hover, 
	ul.dropdown-menu > li.dropdown-submenu:focus {
		color:#2e363f;
		background-color:transparent;
		text-decoration:none;
	}
	.dropdown-menu > .active > a, 
	.dropdown-menu > .active > a:hover, 
	.dropdown-menu > .active > a:focus,
	.dropdown-menu > .active.dropdown-submenu, 
	.dropdown-menu > .active.dropdown-submenu:hover, 
	.dropdown-menu > .active.dropdown-submenu:focus,
	ul.dropdown-menu > .active:first-child > a, 
	ul.dropdown-menu > .active > a:hover, 
	ul.dropdown-menu > .active > a:focus,
	ul.dropdown-menu > li > a:hover, 
	ul.dropdown-menu > li > a:focus,
	.nav .dropdown-menu > li:first-child a:hover, 
	.nav .dropdown-menu > li:last-child a:hover {
		background-color:#FFF;
		color:#000;
		background-color:transparent;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;
	}
	/*Navi Level 3*/
	.dropdown-submenu {
    	position:relative;
	}
	.dropdown-submenu>.dropdown-menu {
		top:-10px;/*wegen padding bei ersten li*/
		left:100%;
		margin-top:-0px;
		margin-left:-1px;
		border-radius:0;
		font-size:14px; 
		margin-left:0;
	}
	.dropdown-submenu:hover>.dropdown-menu {
		display:block;
	}
	.dropdown-submenu:first-child>.dropdown-menu {
		top:0;
	}
	.dropdown-submenu>a:after {
		display:block;
		content:" ";
		position:absolute;
		top:7px;
		right:7px;
		width:0;
		height:0;
		border-color:transparent;
		border-style:solid;
		border-width:5px 0 5px 5px;
		border-left-color:#08334C;
	}
	.dropdown-submenu:first-child > a:after {
		top:17px;
	}
	.dropdown-submenu.pull-left {
		float:none;
	}
	.dropdown-submenu.pull-left>.dropdown-menu {
		left:-100%;
		margin-left:10px;
		border-radius:0;
	}
	.nav .dropdown-submenu .dropdown-menu > li:first-child {
		margin-top:0;
	}
}
@media (min-width:992px){
	.navbar-brand {
	}
	header {margin-top:49px;}
	header,
	#slider-carousel,
	.carousel-inner,
	.carousel-inner .item {
/*		max-height:400px;*/
	}
	#Head{
	max-height:400px;
	}
	.navbar-default {font-size:16px;}
	.nav > li {}
	.nav > li > a {padding-left:6px;padding-right:6px;}
	.navbar-default .navbar-nav > li > a {line-height:25px;}
	.dropdown-menu > li > a {padding-left:10px;}
	
	/*Impressum*/
	.flowrow {
		width:100%;
		-webkit-column-count: 2;
   		-moz-column-count: 2;
		column-count:2;
		-webkit-column-gap: 3em;
     	-moz-column-gap: 3em;
        column-gap: 3em;
	}
	.flowrow .pagebreak {
		-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
          page-break-inside: avoid; /* Firefox */
               break-inside: avoid; /* IE 10+ */
	}
}
@media (min-width:1200px){
	.nav > li {
		border-right: 3px solid #a2c626;
	}


}



#cookie_directive_container > * {
    color: #000 ;
    background-color: rgba(255,255,255,0.9) !important;
    padding-top: 10px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
    position: fixed;
right: 0;
left: 0;
z-index: 1030;
        border-radius: 0;
}

.credit{
    font-size: 15px;
    text-align: left;
}

