/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot');
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'),
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'),
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'),
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
  font-display: swap;
}

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot');
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'),
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'),
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'),
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'),
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg');
  font-display: swap;
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot');
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'),
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'),
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'),
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'),
       url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
  font-display: swap;
}




/* FRONTEND CSS
*********************************************/

html {
	overflow-y: scroll;
}

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #e5e5e5;
}


/* LAYOUT
*********************************************/

.container-fixed {
	max-width: 980px;
	padding: 10px 10px 20px 10px;
	background: #fff;
	-webkit-box-shadow: 2px 0 6px #ccc, -2px 0 6px #ccc;   
	-moz-box-shadow: 2px 0 6px #ccc, -2px 0 6px #ccc;   
	box-shadow: 2px 0 6px #ccc, -2px 0 6px #ccc;
}

.container-fluid {
	padding-left: 10px;
	padding-right: 10px;
}

.header {
	padding: 10px;
	margin-bottom: 10px;
	background: #bbd740;
}

#top-navigation {}

.site-title {
	font-size: 36px;
	padding: 0 20px;
}

.logo {}

#navigation {
	margin-bottom: 10px;
}

#slideshow {
	margin-bottom: 10px;
}

#content {
	background: #fff;
}

#shopproducts {
	background: #f7f7f7;
	margin: 20px 0;
	padding: 20px;
	text-align: center;
}

.footer {
	background: #fff;
}


/* GLOBAL STYLES
*********************************************/

h1,h2,h3,h4,h5,h6 {
	/*color: #719612;*/
	color: #9c1520;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 12px 0;
}

h1 {
	font-size: 26px;
	line-height: 28px;
}

h2 {
	font-size: 22px;
	line-height: 24px;
}

h3 {
	font-size: 18px;
	line-height: 20px;
}

h4 {
	font-size: 14px;
	line-height: 16px;
}

h5 {
	font-size: 13px;
	line-height: 15px;
}

h6 {
	font-size: 12px;
	line-height: 14px;
}

a {
	/*color: #afc700;*/
	color: #9c1520;
}

a:hover {
	color: #9c1520;
	text-decoration: underline;
}

hr {
	border-top: 1px solid #c0c0c0;
}


/* TOP MENU
*********************************************/

#top-navigation .nav {}

#top-navigation .nav li {
	list-style-type: none;
	display: inline !important;
	padding: 0 5px;
}

#top-navigation .nav li a {
	color: #000;
	display: inline !important;
}

#top-navigation .nav li a:hover {
	text-decoration: underline;
	background: none;
}


/* FOOTER MENU
*********************************************/

.menu_footer {}

.menu_footer li {
	list-style-type: none;
	line-height: 24px;
	padding-left: 10px;
}

.menu_footer li a {
	color: #000;
	font-size: 12px;
}

.menu_footer li a:hover {
	text-decoration: underline;
	background: none;
}


/* CALENDAR
*********************************************/

.calendar-menu {
	border: 1px solid #c0c0c0;
	margin: 10px 0 20px;
	padding: 8px;
}

.calendar-menu-left {
	float: left;
	width: 30%;
}

.calendar-menu-center {
	float: left;
	width: 40%;
	text-align: center;
}

.calendar-menu-right {
	float: left;
	width: 30%;
	text-align: right;
}

.calendar {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}

.calendar-category {
	width: 25px;
	border-left: 1px solid #c0c0c0;
}

.cat-ausstellung {
	background: #18BBF5;
}

.cat-tag {
	background: #327ACA;
}

.cat-workshop {
	background: #c28f00;
}

.cat-schulung {
	background: #5C5925;
}

.cat-sonstige {
	background: #B5F5BF;
}

.calendar-legend {
	margin: 20px 0;
}

.calendar-legend-ausstellung {
	float: left;
	width: 26px;
	height: 26px;
	margin: 0 5px 5px 0;
	background: #18BBF5;
	border: 1px solid #c0c0c0;
}

.calendar-legend-tag {
	float: left;
	width: 26px;
	height: 26px;
	margin: 0 5px 5px 0;
	background: #327ACA;
	border: 1px solid #c0c0c0;
}

.calendar-legend-workshop {
	float: left;
	width: 26px;
	height: 26px;
	margin: 0 5px 5px 0;
	background: #c28f00;
	border: 1px solid #c0c0c0;
}

.calendar-legend-schulung {
	float: left;
	width: 26px;
	height: 26px;
	margin: 0 5px 5px 0;
	background: #5C5925;
	border: 1px solid #c0c0c0;
}

.calendar-legend-sonstige {
	float: left;
	width: 26px;
	height: 26px;
	margin: 0 5px 5px 0;
	background: #B5F5BF;
	border: 1px solid #c0c0c0;
}

.calendar-legend-text {
	padding: 4px 0 0 0;
}

.calendar-date {
	border: 1px solid #c0c0c0;
	background: #e5e5e5;
	padding: 4px 8px;
}

.calendar-details {
	border: 1px solid #c0c0c0;
	padding: 4px 8px;
	font-size: 12px;
	width: 96%;
}

.calendar-details a {
	display: inline !important;
}

#dates-table {}

#dates-table td {
	white-space: nowrap;
}

.form-horizontal .control-label {
    padding-right: 5px;
    text-align: left;
    width: auto;
}


/* SIDEBAR RIGHT MODULES
*********************************************/

#sidebar-right .moduletable {
	margin-top: 20px;
	margin-bottom: 30px;
	border: 1px solid #bbd740;
}

#sidebar-right .moduletable h3 {
	color: #000;
	text-align: center;
	margin: 0;
	padding: 5px 5px 8px 5px;
	background: #bbd740;
}

#sidebar-right .moduletable-inner {
	padding: 10px;
}

#sidebar-right .latestnews {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar-right .latestnews li {
	font-size: 14px;
	line-height: 1em;
	padding: 3px 0 3px 0;
	margin: 0 0 0 15px;
	list-style-image: url(../images/dot.png);
}

#sidebar-right .mostread {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar-right .mostread li {
	font-size: 14px;
	line-height: 1em;
	padding: 3px 0 3px 0;
	margin: 0 0 0 15px;
	list-style-image: url(../images/dot.png);
}

#sidebar-right .search form {
	margin: 0;
}


/* ICONS
*********************************************/

ul.article-icons {
	margin-right: 0px;
}

ul.article-icons li {
    display: inline;
    margin-right: 50px;
    padding: 0 3px;
    background-color: #eee;
    background-image: -webkit-linear-gradient(#fff,#dedede);
    background-image: linear-gradient(#fff,#dedede);
    border: 1px solid #ccc;
    border-radius: 3px;
}

ul.article-icons a {
    color: #333;
    font-weight: bold;
    font-size: smaller;
}

ul.article-icons a:hover {
    text-decoration: none;
}


/* ITP social buttons
*********************************************/

.itp-share-tw,
.itp-share-fbl {
	margin-top: 0px;
}


/* FACHHAENDLER
*********************************************/

div.fachhaendler {
	width: 100%;
	border: 1px solid #c0c0c0;
}

div.fachhaendler-logo {
	float: left;
	width: 50%;
}

div.fachhaendler-adresse {
	float: right;
	width: 50%;
	text-align: center;
}

div.fachhaendler-logo img {
	margin: 10px 0 10px 10px;
}


/* LISTE ARTIKEL MIT ALPHABET
*********************************************/

.letter {
	padding-right: 10px;
}

.list-custom-articles {
	margin: 0;
}

.list-custom-articles li {
	list-style-type: none;
}

.list-custom-articles li.letterheader {
	font-weight: bold;
	margin-top: 20px;
}

.list-custom-articles li a {}


/* SUCHE
*********************************************/

#content .search {
	padding: 0 0 0 20px;
}

#content .search h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #00a8ed;
	margin: 0 0 0.6em 0;
}

#content .search .btn-toolbar {
	margin: 10px 0;
	font-size: 0.9em;
}

#content .search .searchintro {
	margin: 10px 0;
}

#content .search .phrases {
	margin: 10px 0;
	font-size: 0.9em;
}

#content .search .phrases .phrases-box {
	margin-top: 10px;
}

#content .search .phrases .controls label {
	margin-right: 10px;
}

#content .search .phrases .controls label input {
	margin-right: 5px;
}

#content .search .phrases .ordering-box {
	margin-top: 10px;
}

#content .search .form-limit {
	text-align: right;
	font-size: 0.8em;
}

#content .search .form-limit label {
	display: inline;
}

#content .search .counter {}

#content .search .result-title {
	margin: 10px 0 0 0;
}

#content .search .result-title a {}

#content .search .result-text {
	font-size: 0.9em;
}


/* DIVERSES
*********************************************/

.readmore {}

.subtitle {
	color: #000;
}

.page-header {
	border: none;
	padding-bottom: 0;
}

.item-separator {
	clear: both;
	border-bottom: 1px solid #c0c0c0;
	margin: 20px 0px 10px 0px;
}

.leading-0,
div.item {}

dl.article-info dd.category-name {
	margin-left: 0;
	padding-left: 0;
	font-size: 12px;
}

.breadcrumb > li {
	font-size: 12px;
}

.pagination ul li .pagenav {
	padding: 8px;
}

.jg_element_txt {
	font-size: 12px;
}

.jg_element_txt a {
	font-size: 14px !important;
}

.jg-header {
	font-weight: bold;
}

.copyright {
	font-size: 11px;
}

.banner {
	position: absolute;
	top: 0;
	left: 1110px;
}

#content .item-page p,
#content .item-page h3 {
	clear: both;
}



/* MEDIA QUERIES
*********************************************/

@media (min-width: 320px) and (max-width: 480px) {
    #recaptcha_challenge_image {
        margin: 0 !important;
        width: 100% !important;
    }
    #recaptcha_response_field {
        margin: 0 !important;
        width: 100% !important;
	}
    .recaptchatable #recaptcha_image {
        margin: 0 !important;
        width: 100% !important;
    }
    .recaptchatable .recaptcha_r1_c1, 
    .recaptchatable .recaptcha_r3_c1, 
    .recaptchatable .recaptcha_r3_c2, 
    .recaptchatable .recaptcha_r7_c1, 
    .recaptchatable .recaptcha_r8_c1, 
    .recaptchatable .recaptcha_r3_c3, 
    .recaptchatable .recaptcha_r2_c1, 
    .recaptchatable .recaptcha_r4_c1, 
    .recaptchatable .recaptcha_r4_c2, 
    .recaptchatable .recaptcha_r4_c4, 
    .recaptchatable .recaptcha_image_cell {
        margin: 0 !important;
        width: 100% !important;
        background: none !important;
	}
	.table-responsive {
    	overflow-x: auto;
	}
	#slideshow {
		display: none;
	}
}

@media (max-width: 768px) {
	body {
		padding: 0;
		margin: 0;
	}
	.container-fluid {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	#logo {
		text-align: center;
	}
	.header form {
		margin: 0 0 1px 0 !important;
	}
	.header-right {
		text-align: center !important;
	}
	#top-navigation .nav {
		margin: 0 0 5px 0 !important;
	}
	#top-navigation .nav li {
		padding: 5px 5px !important;
		line-height: 34px;
	}
	.table-responsive {
    	overflow-x: auto;
	}
}

@media (min-width: 1100px) {
	body {
		padding-left: 100px;
	}
}

@media (max-width: 1100px) {
	.banner {
		display: none;
	}
}


/********************************************
 Clearfix
*********************************************/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Einleitungsbild
*********************************************/
.item-image img{ max-width: 130px;

  padding: 0 15px 15px 0;}
  
#redim-cookiehint {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	max-width: 1000px;
    /*width: 100%;
    padding: 7px 5%;
    box-sizing: border-box;
    position: fixed;
    background-color: #adadad;
    font-size: 14px;
    z-index: 9999999;*/
}

#redim-cookiehint .cookiebuttons .btnn {
    padding: 5px 10px !important;
	color: #ffffff;
	background-color: #333;
	font-size: 12px;
	line-height: 14px;
	margin-top: 2px;	
	margin-bottom: 2px;
	cursor: pointer;
}
#redim-cookiehint .cookiebuttons .btnn:hover{ 
	background-color: #111111;
	color: #ffffff;
}
