@charset "UTF-8";

/* @override
	http://www.stallkamp.de/sites/all/themes/yaml_simple/css/screen/content.css
	http://www.stallkamp.local/sites/all/themes/yaml_simple/css/screen/content.css
	http://wp1174846.vwp3094.webpack.hosteurope.de/sites/all/themes/yaml_simple/css/screen/content.css
*/

/**
 * "Yet Another Multicolumn Layout" for Drupal
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2006-2009, Alexander Hass
 * @license         http://www.yaml-fuer-drupal.de/en/terms-of-use
 * @link            http://www.yaml-for-drupal.com
 * @package         yaml-for-drupal
 * @version         6.x-3.1.0.12
 * @lastmodified    2009-06-07
 */

@media all
{
 /**
  * Fonts
  *
  * (en) global settings of font-families and font-sizes
  * (de) Globale Einstellungen für Zeichensatz und Schriftgrößen
  *
  * @section content-global-settings
  */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size: 100.01%; }

 /**
  * (en) reset monospaced elements to font size 16px in all browsers
  * (de) Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
  *
  * @see: http://webkit.org/blog/67/strange-medium/
  */

  textarea, pre, code, kbd, samp, var, tt {
    font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }

  /* (en) Drupal form elements */
  /* (de) Drupal Formular Elemente */
  input.form-file, input.form-text, textarea.form-textarea, select.form-select {
    font-family: Arial, Helvetica, sans-serif;
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 78%;
    color: #444;
  }

  /* --- Headings | Überschriften ------------------------------------------------------------------------*/

  h1,h2, #col3 .block-user h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #fff;
    margin: 0 -10px 0.8em -10px;
    padding: 2px 10px;
    background: url("../../images/bg_elements.jpg") repeat-x 0 -61px;
    border-top: 1px #fcc solid;
    border-left: 1px #fcc solid;
    border-right: 1px #554647 solid;
    border-bottom: 1px #453637 solid;
  }
  h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #4A4B4D;
    margin: 0.8em -10px 0.4em -10px;
    padding: 0 10px;
    height:auto;
  }
  h3 {
    background: url("../../images/bg_sidebar.jpg") repeat-y 0 -61px;
    padding: 0.2em 10px 0.3em 10px;
    margin: 1em -10px 0.4em -10px;
    height:1.em;
  }
  h3:first-child {
    margin-top:0;
  }

  .panel-display .pane-title {
    margin: 0 0 0.8em;
  }

  h1 a,h2 a,
  h1 a:focus,h2 a:focus,
  h1 a:visited,h2 a:visited,
  h1 a:active,h2 a:active {
    text-decoration: none;
    display: block;
    color: #fff;
  }
  h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
    text-decoration: underline;
    color: #fff;
  }

  h3 a,h4 a,h5 a,h6 a, .h3 h3 span,
  h3 a:focus,h4 a:focus,h5 a:focus,h6 a:focus,
  h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited,
  h3 a:active,h4 a:active,h5 a:active,h6 a:active {
    text-decoration: none;
    display: block;
    color: #4A4B4D;
    background: url("../../images/sprites.png") 0 1px no-repeat;
    padding-left:15px;
    line-height:1.1em;
  }
  h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
    text-decoration: underline;
    color: #4A4B4D;
  }

  .view-frontpage .subcolumns {
    padding-left: 13px;
  }


  h1 { font-size: 180%; }
  h2 { font-size: 150%; }
  h3 { font-size: 140%; }
  h4 { font-size: 133.33%; }                    /* 16px */
  h5 { font-size: 116.67%; }                    /* 14px */
  h6 { font-size: 100%; font-weight: normal; }                    /* 14px */

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */

  ul, ol, dl { line-height: 1.5em; margin: 0.7em 0 1em 0.5em; }
  ul li { list-style-type: none; font-size: 1em; }
  .node ul li, #ckEditor ul li {
    background: url("../../images/sprites.png") no-repeat 0 -40px;
  }
  .meta ul li {
    background: transparent;
  }


  ol li { list-style-type: decimal; }
  ol ol li { list-style-type: lower-latin; }

  li { padding-left: 0.8em; line-height: 1.5em; }

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 0.8em; }

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */

  p { line-height: 1.5em; margin: 0.8em 0 0.2em 0; }

	.content { text-align: justify; }
	.content label, .content .form-checkboxes, .content .filefield-file { text-align: left; }
	.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
		text-align: left;
	}
	#block-views-frontpage-panel_pane_1 .views-row,
	.block-block .content,
	.node-type-mass-contact .content { text-align: left; }
	.content li, .content ul { text-align: left; }

  .content>p {margin:0;}

  .content p+p { margin: 1em 0 0 0; }

  .subcolumns {
    overflow: visible;
  }


  blockquote, cite, q {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
  }
  blockquote { margin: 0 0 1em 1.6em; color: #666; }

  strong,b { font-weight: bold; }
  em,i { font-style: italic; }
	strong.bigger, b.bigger { font-size:1.1em; }

  pre, code, kbd, tt, samp, var { font-size: 100%; }
  pre, code { color: #800; }
  pre { line-height: 1.5em; margin: 0 0 1em 0; }
  kbd, samp, var { color: #666; }
  var { font-style: italic; }

  acronym, abbr {
    border-bottom: 1px #aaa dotted;
    font-variant: small-caps;
    letter-spacing: .07em;
    cursor: help;
  }

  sub, sup { font-size: 91.6667%; }

  hr {
    color: #fff;
    background: transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border: 0;
    border-bottom: 1px #eee solid;
  }

  /* --- Links ----------------------------------------------------------------------------------------- */

  a { color: #112288; background: transparent; text-decoration: underline; }
  a:visited  { color: #036; }

  a:focus,
  a:hover,
  a:active {
  	color: #000000; text-decoration: none !important;
  }

	ul.links li {
		padding: 0px 1em 0px 0px;
		margin: 0 0.8em 0 0;
	}

  /* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------ */

  p.icaption_left { float:left; display:inline; margin: 0 1em 0.15em 0; }
  p.icaption_right { float:right; display:inline; margin: 0 0 0.15em 1em; }

  p.icaption_left img,
  p.icaption_right img { padding:0; border: 1px #888 solid; }

  p.icaption_left strong,
  p.icaption_right strong { display: block; overflow: hidden; margin-top: 2px; padding: 0.3em 0.5em; background: #eee; font-weight: normal; font-size: 91.667%; }

  .node img, #ckEditor img {
    border: 1px solid #A8B3C2;
    padding: 2px;
    background: white;
  }

	.node-type-mass-contact img {
		border: 0;
		background: none;
	}

  img.left
  {
  	margin: 7px 23px 7px 0px;
  	float: left;
  }
  img.right
  {
    margin: 6px 0px 6px 20px;
    float: right;
  }
  #contact-mail-page div.left,
  .node-type-webform div.left {
    float:left;
    margin: 0 2em 13em 0;
  }
  #contact-mail-page div.left h5,
  .node-type-webform div.left h5 {
    margin-top: 0;
  }
  #contact-mail-page div.right,
  .node-type-webform div.right {
    float:right;
    margin: 0 0 13em 2em;
  }
  #contact-mail-page div.right h5,
  .node-type-webform div.right h5 {
    margin-top: 0;
  }
  #contact-mail-page textarea, #contact-mail-page input, #contact-mail-page .grippie,
  .node-type-webform .webform-client-form .resizable-textarea textarea, .node-type-webform .webform-client-form input, .node-type-webform .webform-client-form .grippie {
    width: 370px;
  }
  #contact-mail-page #edit-copy, #contact-mail-page #edit-submit,
  .node-type-webform .webform-client-form .form-submit,
	.node-type-webform .webform-client-form input.form-checkbox {
    width: auto;
  }

  #webform-component-plz, #edit-submitted-plz-wrapper {
  	width: 80px; float: left;
  	margin: 0;
  }
  #edit-submitted-plz {
  	width: 70px;
  }
  #webform-component-ort, #edit-submitted-ort-wrapper {
  	width: 295px;
  	overflow: hidden;
  	margin: 0;
  }
  #edit-submitted-ort {
  	width: 290px;
  }



 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */

  .content .highlight { color: #f60; }
  .content .dimmed { color: #888; }

  .content .info { background: #f8f8f8; color: #666; padding: 10px; margin-bottom: 0.5em; font-size: 91.7%; }

  .content .note { background: #efe; color: #040; border: 2px #484 solid; padding: 10px; margin-bottom: 1em; }
  .content .important { background: #ffe; color: #440; border: 2px #884 solid; padding: 10px; margin-bottom: 1em; }
  .content .warning { background: #fee; color: #400; border: 2px #844 solid; padding: 10px; margin-bottom: 1em; }

  .content .float_left { float: left; display: inline; margin-right: 1em; margin-bottom: 0.15em; }
  .content .float_right { float: right; display: inline; margin-left: 1em; margin-bottom: 0.15em; }
  .content .center { display: block; text-align: center; margin: 0.5em auto; }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Tables | Tabellen
  *
  * (en) Generic classes for table-width and design definition
  * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
  *
  * @section content-tables
  */

  table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    /*
    border-top: 2px #888 solid;
    border-bottom: 2px #888 solid;
    */
  }
  .subcr table {
    margin-top: 0;
  }
  table caption {
    text-align: left;
    font-weight: bold;
    font-size: 1.1em;
    padding: 2px 4px 2px 6px;
    margin: 0.8em 0 0 0 ;
    background-color: #A9BECE;
    color: #FFFFFF;
  }
  table.auto { width: auto; }
  table.fixed { table-layout: fixed; }

  th, td { padding: .3em .5em; vertical-align: top; }

  table.views-view-grid {
    width: 100%;
  }
  table.views-view-grid td {
    width: 25%;
    text-align: center;
    vertical-align: top;
    padding-bottom: 20px;
  }
  table.views-view-grid .views-field-title {
    font-weight: bold;
    margin-bottom: 5px;
  }
  table.views-view-grid .views-field-field-file-data {
    margin: 10px 0 5px 0;
    font-size: 0.9em;
  }
  table.views-view-grid td a {
    text-decoration: none;
  }
  table.views-view-grid .views-field-title a {
    color: #000;
  }
  table.views-view-grid .views-field-field-file-data a {
    padding: 4px 0 0px 18px;
    background: url("/sites/all/modules/filefield/icons/protocons/org 16x16/mimetypes/application-pdf.png") 0 no-repeat;
  }
  table.views-view-grid .views-field-edit-node {
    font-size: 0.8em;
  }
  img.imagecache-pdfthumb {
    border: 1px solid #A8B3C2;
    padding: 2px;
    -webkit-box-shadow: 1px 2px 3px #aaa;
    -moz-box-shadow: 1px 2px 3px #aaa;
    box-shadow: 1px 2px 3px #aaa;
  }
  .view-kontaktliste {
    font-size: 1em;
  }

  .view-pdfgallery .filefield-file {
    display: block;
    overflow: visible !important;
  }
  .view-pdfgallery .filefield.file-info {
    font-size: 1em;
    display: block;
  }
  .view-pdfgallery .filefield.file-size {
    display: block;
  }
  .view-pdfgallery .filefield-icon {
    display: none;
    width: 0;
  }

  /*
  th,td { padding: 0.5em; }
  thead th { color: #000; border-bottom: 2px #800 solid; }
  tbody th { background: #e0e0e0; color: #333; }
  tbody th[scope="row"], tbody th.sub { background: #f0f0f0; }

  tbody th { border-bottom: 1px solid #fff; text-align: left; }
  tbody td { border-bottom: 1px solid #eee; }

  tbody tr:hover th[scope="row"],
  tbody tr:hover tbody th.sub { background: #f0e8e8; }
  tbody tr:hover td { background: #fff8f8; }
  */

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Miscellaneous | Sonstiges
  *
  * @section content-misc
  */

 /**
  * (en) Emphasizing external Hyperlinks via CSS
  * (de) Hervorhebung externer Hyperlinks mit CSS
  *
  * @section             content-external-links
  * @app-yaml-default    disabled
  */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left: 12px;
    background-image: url('your_image.gif');
    background-repeat: no-repeat;
    background-position: 0 0.45em;
  }
  */

  .imglist {
  }
  .imglist .field-item, .view-Produkte .field-item, .view-Products .field-item {
    margin: 2px 3px 10px 0px;
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
    background: white;
    border: 3px white solid;
    overflow: hidden;
    text-align: center;
  }
  .field-item img {
    border: 0;
    padding: 0;
    background: transparent;
  }
  .imglist2 {
    text-align: center;
    margin-top: 2em;
  }
  .bigsidethumb .imglist2 {
    margin-top: 1em;
  }

  .filelist h4 {
    color: black;
    background: none;
    border: none;
    margin: 15px 0 0px 0;
    font-weight: bold;
    font-size: 1em;
    padding: 0;
  }
  .pane-content .imglist .field-item {
    margin: 0 20px 0 10px !important;
  }
  .filelist {
    margin-bottom: 10px;
  }
  .filelist .field-item {
  	margin: 0px 2px 4px 0;
  }
  .filefield-file {
    display: table;
    margin: 7px 0;
  }

  .filefield-icon {
	  display: table-cell;
  }
  .filefield.file-info {
    display: table-cell;
    padding: 0;
    vertical-align: middle;
  }
  .filefield.file-description {
    font-weight: bold;
  }
  .filefield.file-size {
    font-size: 0.8em;
  }
  .filelist .filefield-file a {
  	text-decoration: underline;
	  display: inline;
  }
  .filelist .clear-block:after {
    display: none;
  }
  .meta {
    margin-top: 3px;
  	margin-bottom: 10px;
    background: url("../../images/bg_shadow.jpg") repeat-x 0 -10px;
  	font-size: 0.8em;
  	padding-left: 5px;
  	text-align: right;
  }
  .view .node, .page-taxonomy .node {
    margin-bottom: 30px;
    border-bottom: 1px solid #A8B3C2;
    padding-bottom: 10px;
  }
  .view-Produkte .views-row,
  .view-Products .views-row {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: auto;
  }
  .view-Produkte .field-item,
  .view-Products .field-item {
    margin: 5px 3px 5px 1px;
    width: 295x;
    height: 185px;
  }
  .view-Produkte a, .view-Products a {
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
    color:#4A4B4D;
  }
  .node-form .gmap-map {
    zoom:1;
    margin-left: 8.6em;
    clear: both;
  }

  .newsdate {
    float: right;
    color: #8B8C90;
    font-size: 0.85em;
    margin-top: 6px;
    margin-left: 2em;
  }


  .views-exposed-form .views-exposed-widget {
    float: none !important;
    display: inline-block;
    padding: 0;
  }

  .views-exposed-form .views-exposed-widget div {
    display: inline;
  }
  .views-exposed-form .form-item {
    padding-right: 0.8em;
  }
  .views-exposed-form label {
    display: inline;
    padding: 2px 0.2em 0 0;
  }
  .views-exposed-form select {
    font-size: 1em;
  }
  .views-exposed-form input {
    margin: 0;
    font-size: 1em;
  }
  #edit-distance-postal-code {
    width: 6ex;
  }
  #edit-distance-search-distance {
    width: 4ex;
  }

  .views-exposed-form .clear-block:after,
  .views-basic-info.clear-block:after {
    display: none;
  }

  #edit-field-contact-value {
    width: 10em;
  }

  #edit-secondsubmit {
    position: absolute;
    top: 5px;
    right: 5px;
  }

  #col1 .block-block, .panel-panel .block-block, .panel-panel .block-views {
    margin: 30px 10px 10px 10px;
    padding: 0 0 10px 10px;
    border: 1px solid #91959B;
    background: #f5f8fc url("../../images/bg_content.jpg") repeat-x left 15px;
    -webkit-box-shadow: #A1A5AB 0px 3px 8px;
    -moz-box-shadow: #A1A5AB 0px 3px 8px;
    box-shadow: #A1A5AB 0px 3px 8px;
  }
  #col1 .block-block h3, .panel-panel .block-block h3, .panel-panel .block-views h3 {
    font-size:100%;
    text-align: center;
    background: #4a4b4c url("../../images/bg_elements.jpg") repeat-x 0 -1px;
    color: #fff;
    margin: 0 0 12px -10px;
    padding: 2px 0 5px 0;
  }
  #col1 .block-block .form-item, .panel-panel .block-block .form-item, .panel-panel .block-views .form-item {
    display: block;
    margin-bottom: 0.5em;
  }
  #col1 .block-block .form-submit, .panel-panel .block-block .form-submit, .panel-panel .block-views .form-submit {
    margin: 0;
    padding: 0;
  }
  #col1 .block-block select, #col1 .block-block input, .panel-panel .block-block select, .panel-panel .block-block input, .panel-panel .block-views select, .panel-panel .block-views input {
    font-size: 0.9em;
  }
  #col1 .block-block .views-exposed-widget label, #col1 .block-block .views-exposed-widget, .panel-panel .block-block .views-exposed-widget label, .panel-panel .block-block .views-exposed-widget, .panel-panel .block-views .views-exposed-widget label, .panel-panel .block-views .views-exposed-widget {
    display: inline;
    font-weight: normal;
  }

  #col1 .block-block img.left, .panel-panel .block-block img.left, .panel-panel .block-views img.left {
    margin: 0 8px 8px 0;
  }

  #col1 #block-block-2, #col1 #block-block-5 {
    background-position: 0 0;
    font-size: 0.9em;
    padding-top: 8px;
    padding-bottom: 0px;
  }
  #col1 #block-block-2 p, #col1 #block-block-5 p {
    line-height: 1.2em;
  }

  .page-home #col1 .block-block {
    font-size: 1em;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 6px;
  }
  .page-home #col1 .block-block h3 {
    background: transparent;
    text-align: left;
    color: black;
    margin: 0 0 6px 0;
    font-size: 1.1em;
  }

  .panel-3col-33-stacked {
    margin: 0 -20px 0 -10px;
  }

  .panel-3col-33-stacked .inside {
    margin: 0 !important;
  }

  .panel-panel .block-block, .panel-panel .block-views {
    height: 151px !important;
    overflow: hidden;
  }
  .panel-panel .block-block h3, .panel-panel .block-views h3 {
    height: 13px !important;
    overflow: hidden;
  }

  #block-views-frontpage-panel_pane_1 {
    padding:0;
    height: 161px !important;
  }
  #block-views-frontpage-panel_pane_1 .content {
    overflow: auto;
    height: 136px;
    padding-left: 5px;
    padding-top: 5px;
  }
  #block-views-frontpage-panel_pane_1 h3 {
    margin-bottom: 0;
  }
  #block-views-intern_news-block_1 h3 {
    background:none;
  }

  #block-views-frontpage-panel_pane_1 .views-row, #block-views-intern_news-block_1 .views-row {
    overflow: hidden;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E0E3E7;
    font-size:0.9em;
    line-height: 1.2em;
  }
  #block-views-frontpage-panel_pane_1 .view-footer, #block-views-intern_news-block_1 .view-footer {
    text-align: center;
    margin: 10px 0;
  }
  #block-views-frontpage-panel_pane_1 .views-field-field-img-fid, #block-views-intern_news-block_1 .views-field-field-img-fid {
    float: left;
    margin-right:5px;
    width: 48px;
    text-align: center;
  }
  #block-views-frontpage-panel_pane_1 .views-field-title, #block-views-intern_news-block_1 .views-field-title {
    padding: 0 5px 5px 0;
  }
  #block-views-produkt_slideshow-panel_pane_1 {
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    background: white;
    height: 161px !important;
  }
  #block-views-produkt_slideshow-panel_pane_1 div {
    width: 100% !important;
  }
  #block-views-produkt_slideshow-panel_pane_1 h3 {
    margin-bottom: 0px;
  }
  #block-views-produkt_slideshow-panel_pane_1 h3 a, #block-views-frontpage-panel_pane_1 h3 a {
    text-decoration: none;
    color: #fff;
    padding-left: 10px;
    background: none;
  }
  #block-views-produkt_slideshow-panel_pane_1 .views_slideshow_singleframe_slide {
    text-align: center;
    vertical-align: middle;
    width: 100% !important;
    height: 140px !important;
  }
  #block-views-produkt_slideshow-panel_pane_1 {
    vertical-align: middle;
  }

  .h3 .views-view-grid td { text-align: left; padding: 0 20px 20px 2em;}
  .h4, .h5 { margin-left:2em; }
  .h4 h4, .h5 h5 { border-bottom: 1px solid #dde; padding:0 0 2px 0; margin-left:0; background:none}
  .h3 h3 { border-bottom: 1px solid #dde; }
  .h4 .views-view-grid td { padding: 0 20px 20px 2em; }
  .views-field-field-areas-value {
    color:#778;
    margin-top: 0.8em;
  }
  .h3 .tabs, .h4 .tabs, .h5 .tabs {
    margin-top:-26px !important;
    margin-bottom:10px;
  }
  .views-field-field-areas-value label {
    font-weight: bold;
  }

  .profile .subcl.content,
  .node-type-address .subcl.content {
    font-size: 1.1em;
  }
  .profile .field-items,
  .node-type-address .field-items {
    margin-bottom: 0.6em;
  }

  .profile td, .profile th,
  .view-userlist2 td, .view-userlist2 th,
  .view-Benutzerliste td, .view-Benutzerliste th {
    font-size: 0.9em;
  }
  .toplink {
    text-align: right;
  }
  .toplink a {
    background: url("../../images/top.png") no-repeat;
    padding-left: 16px;
    color: #606970;
    font-size: 10px;
  }
  .front .toplink {
    display: none;
  }

  #col3 .block-user #user-login-form {
    text-align: left;
  }

  #col3 .block-user h3 {
    width: inherit;
  }
  #col3 .block-user input.form-text {
    width: 25em;
  }
}

