@import url("../3rdparty/fonts/roboto.css");

body {
	padding-top: 65px;
	font-size: 14px;
}

body {
	background-image: url('../img/site_background.png');
	background-repeat: no-repeat;
    background-position: -10% bottom;
    background-attachment: fixed;
    background-size: auto 60%;
}


/* fix wg. wordpress admin bar */
body.admin-bar .navbar-fixed-top {
	top: 32px;
}

body.admin-bar {
	/* padding-top: 97px; */ /* 65 + 32 */
}
/* --- */


.navbar-nav > li > a {
    padding-top: 29px;
    padding-bottom: 12px;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #444444;
	text-align: left;
}

h1 {
	font-size: 30px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
	font-weight: bolder;
}
h4 {
	font-size: 14px;
	font-weight: bolder;
}

a {
	color: #f09b02;
}

a:hover, a:focus {
	color: #ffffff;
	background-color: #f09b02;
	border-radius: 2px;
	transition: all 0.2s ease 0s;
}

.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #f09b02;
}

.row a:hover img {
	/*
	box-shadow: 0 0 10px #f09b02;
	transition: all 0.2s ease 0s;
	*/
	/*
	border-radius: 0;
	outline: 5px solid #f09b02;
	*/
	box-shadow: 0 0 0 5px #f09b02;
	transition: all 0.2s ease 0s;
}

a.carousel-control:hover,
a.carousel-control:focus {
	background-color: transparent;
}

input.form-control:focus {
	box-shadow: 0 -2px #f09b02 inset !important;
}
select.form-control {
	font-size: 14px;
}

input.mailpoet_text:focus {
	box-shadow: 0 -2px #f09b02 inset !important;
}

input.mailpoet_submit {
	padding: 6px 16px;
	background: rgba(0,0,0,0.01);
	text-transform: uppercase;
	border: none;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	transition: all 0.4s;
}

input.mailpoet_submit:hover {
	background: rgba(0,0,0,0.1);
	transition: all 0.4s;
}


select.kfwformcontrol:focus {
	box-shadow: 0 -2px #f09b02 inset !important;
}
input.kfwformcontrol:focus {
	box-shadow: 0 -2px #f09b02 inset !important;
}

input.shoppingcart,
input[type="submit"] {
	padding: 6px 16px;
	background: rgba(0,0,0,0.01);
	text-transform: uppercase;
	border: none;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	transition: all 0.4s;
}

input.shoppingcart:hover,
input[type="submit"]:hover {
	background: rgba(0,0,0,0.1);
	transition: all 0.4s;
}





DIV.text-justify,
P.text-justify {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}


/* kein justify für Listen */
P.text-justify LI,
DIV.text-justify LI {
	text-align: left;
}



.kfw-orange {
	color: #f09b02;
}

.kfw-shop-headerbar {
	padding: 8px 15px;
	margin-bottom: 23px;
	background-color: #f5f5f5;
	border-radius: 3px;
}

.list-group-item.active {
	background-color: rgb(244, 130, 46);
	border-color: rgb(244, 130, 46);
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
	color: rgb(244, 130, 46);
	box-shadow: 0 -2px 0 rgb(244, 130, 46) inset;
}


.dl-horizontal-narrow dt {
	width: 80px;
}

.dl-horizontal-narrow dd {
	margin-left: 90px;
}

.dl-horizontal-fluid {

}

.dl-horizontal-fluid dt {
	float: none;
	width: inherit;
	display: inline !important;
}

.dl-horizontal-fluid dd {
	float: none;
	width: inherit;
	display: inline !important;
	margin-left: 0;
}

.dl-horizontal-fluid dd::before,
.dl-horizontal-fluid dd::after {
	display: inherit !important;
}

.dl-horizontal-fluid dd::after {
	display: block !important;
}



.jqcloud-word.w10 {
	color: rgba(244, 130, 46, 0.8);
}

.jqcloud-word.w9 {
	color: rgba(244, 130, 46, 0.75);
}

.jqcloud-word.w8 {
	color: rgba(244, 130, 46, 0.7);
}

.jqcloud-word.w7 {
	color: rgba(244, 130, 46, 0.65);
}

.jqcloud-word.w6 {
	color: rgba(244, 130, 46, 0.6);
}

.jqcloud-word.w5 {
	color: rgba(244, 130, 46, 0.55);
}

.jqcloud-word.w4 {
	color: rgba(244, 130, 46, 0.5);
}

.jqcloud-word.w3 {
	color: rgba(244, 130, 46, 0.45);
}

.jqcloud-word.w2 {
	color: rgba(244, 130, 46, 0.4);
}

.jqcloud-word.w1 {
	color: rgba(244, 130, 46, 0.35);
}

.jqcloud-word a:hover, .jqcloud-word a:focus {
	color: #ffffff;
}






