@charset "utf-8";
/***************************************************************************************/
/*
Titel:    Standardstyles fuer Bildschirmmedien
Autor:    Stephan Schindel, Computer-Rundum
Created:  30.07.2017, 13:17
Updated:  DATUM ZEIT

Inhalt:   - Erklaerung

zeitlimit.css
*/
/***************************************************************************************/
/* @import url("NAME_DER_DATEI.css");*/

/*###############################GLOBALE EINSTELLUNGEN#################################*/
/* default styles for extension "tx_EXTENSION" */

/**** Bootstrap ****/
.footer-section-meta {
  background: #ffffff;
}
footer {
  border-top: 2px solid #eeeeee;
}
/* Carousel */
div.carousel-text-inner {
  text-transform: uppercase;
  margin-left: -5%;
  padding-left: -5%;
}
div.carousel-text-inner h1 {
  font-weight: bold;
  letter-spacing: -2px;
}
div.carousel-text-inner h2 {
  color: #3c3c3c;
}
/*
.carousel-header {
  background: rgba(255,255,255,0.8);
}
.carousel-subheader {
  background: rgba(255,255,255,0.8);  
}
*/
/* HTML */

div.frame p {
  padding: 6px;
}

/* Framework */

section, section.footer-section, section.footer-section-layout, section.footer-section-content {
  padding-top: 0.2em;
  padding-bottom: 0.1em;
}
.section-primary {
    color: #000000;
    background-color: #f2f2f2;
}
div.frame, div.frame-small {
  padding-top: 0;
  padding-bottom: 0;
}
.container {
  padding-right: 0;
  padding-left: 0;
}
/* Kundenstimmen */
blockquote {
  border-left: none;
}
blockquote p {
    margin-bottom: 13px;
    position: relative;
background-color: rgb(242, 242, 242);
background-image: url("../Images/quotes.png");
background-repeat: no-repeat;
background-attachment: scroll;
background-clip: border-box;
background-origin: padding-box;
background-position-x: 20px;
background-position-y: 12px;
background-size: auto auto;
  border-top-left-radius: 12px;
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: rgb(250, 252, 251);
border-right-color: rgb(250, 252, 251);
border-bottom-color: rgb(250, 252, 251);
border-left-color: rgb(250, 252, 251);
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image-source: none;
border-image-slice: 100% 100% 100% 100%;
border-image-width: 1 1 1 1;
border-image-outset: 0 0 0 0;
border-image-repeat: stretch stretch;
padding-top: 23px;
padding-right: 31px;
padding-bottom: 18px;
padding-left: 31px;
  
font-size: 12px;
color: #95c11e;
}
blockquote p.bq_bot {
color: #5e5e5d;
text-align: right;

}
/* Formulare */
div.csc-mailform li label {
  width: 15em;
}
div.csc-mailform li label.checkbox {
  font-face: normal;
}
/* persy ausgabe */
div.cs_modal.cs-modal--open {
  button.cs-modal__close-button {
    top: 120px;
  }
  body.background-blur div#mainWrap div#wrapper {
    right: 30px;
    top: 40px;
  }
  div.cs-modal__wrapper {
	margin: 90px auto;
  }
  div.cs_modal.cs-modal--open button.cs-modal__close-button {
    top: 120px;
  }
  body.background-blur div#mainWrap div#wrapper {
    right: 30px;
    top: 40px;
  }
}
#pits_rss ul li {
 padding-left: 15px;
}
/* Carousel Startpage */
.carousel-backgroundimage-fade {
  opacity: 1.0; /* .125; */
}