/**
 * @version: $Id: default.css 3662 2013-08-10 22:39:04Z Radek Suski $
 * @package: SobiPro Component for Joomla!

 * @author
 * Name: Sigrid Suski & Radek Suski, Sigsiu.NET GmbH
 * Email: sobi[at]sigsiu.net
 * Url: http://www.Sigsiu.NET

 * @copyright Copyright (C) 2006 - 2013 Sigsiu.NET GmbH (http://www.sigsiu.net). All rights reserved.
 * @license GNU/GPL Version 3
 * This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3
 * as published by the Free Software Foundation, and under the additional terms according section 7 of GPL v3.
 * See http://www.gnu.org/licenses/gpl.html and http://sobipro.sigsiu.net/licenses.

 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

 * $Date: 2013-08-11 00:39:04 +0200 (Sun, 11 Aug 2013) $
 * $Revision: 3662 $
 * $Author: Radek Suski $
 */
/* to override dominant Joomla template styles (e.g. Beez) for SobiPro in Joomla 2.5
  can be removed if a template is used that does not interfere in SobiPro styling using CSS id */
#SobiPro ul {
  list-style: inside;
  list-style-type: square;
  margin: 0;
  padding: 0;
}
#SobiPro .topmenu a:hover,
#SobiPro .topmenu a:active,
#SobiPro .topmenu a:focus {
  background: inherit;
  color: inherit;
}
#SobiPro .pagination li {
  padding: inherit;
  margin: inherit;
}
#SobiPro .pagination {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
#SobiPro .btn.dropdown-toggle {
  background-color: #E6E6E6;
}

#SobiPro h3 {
  margin: inherit;
}
/* end Joomla! 2.5 template compatibility */
/* General Styling */
.SPDetailEntry h1 {
color: #363A91;
    font-family: 'OpenSansRegular',Verdana,Arial,Helvetica,sans-serif !important;
    font-size: 1.8em !important;
    font-weight: normal !important;
    padding: 0 !important;
    text-align: left !important;
    text-transform: uppercase !important;
    vertical-align: bottom !important;
    width: 100% !important;
}

.SPDetailEntry .spManage {
  margin-right: 10px;
       position: absolute;
    margin-top: -30px;
}
}
/* Individual Styling, please adapt if you change field names */
.field_country,
.field_fax,
.field_website,
.field_business_days {
  padding-bottom: 10px;
}
.entry-status {
	font-size: 15px;
	color: #a90000;
	padding: 5px;
}
.popover {
	font-size: 13px;
	line-height: 13px;
}

.kachel.produktkategorie h3 {
  background: #00468C;
    margin: -10px -10px 10px !important;
    padding: 10px;
    font-size: 1.1em;
    text-transform: uppercase;
    line-height: 150%;
    font-weight: normal;
    color: #fff;
    min-height: 46px;
}

.kachel.produktkategorie a {
  text-decoration: none !important;
}

.kachel.produktkategorie p {
line-height: 130% !important;
    font-size: 1em !important;
    margin-bottom: 15px !important;
}

.kachel.produktkategorie img {
    margin: -10px -10px 10px !important;
}


.event_detail_left li {
    list-style: outside;
    margin-left: 18px;
    list-style-type: square;
}

.p-downloads li, .p-infos li {
    margin-left: 25px;
    text-indent: -25px;
}