/* Anfang links in Absätzen oder spans - für WYSIWYG im RTE!*/
p a.internal-link, 
p a.external-link-new-window, 
p a.mail,
span a.internal-link, 
span a.external-link-new-window, 
span a.mail{
text-decoration: none !important;
font-weight: bold !important;
color: #333 !important;
}
p a.internal-link:hover, 
p a.external-link-new-window:hover, 
p a.mail:hover,
span a.internal-link:hover, 
span a.external-link-new-window:hover, 
span a.mail{

}
/* Ende links im Content */

/* überschreiben inline styles */
span[style]{
    color: inherit !important;
    font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
}


/* ----------------------------------------Textstile */



span.Betont {
color: #f37122;
}
span.Raiba-orange {
color: #f37122;
}
span.Raiba-orange-groesser {
color: #f37122;
font-size: 120%;

}


span.Wichtig {
color: #0066b3;
}
span.Raiba-blau {
color: #0066b3;
}

span.SehrWichtig {
color: #0066b3;
font-size: 120%;
}
span.Blau-groesser {
color: #0066b3;
font-size: 120%;
}

span.Heller {
color: #888;
}


span.kleinerText {
font-size: 0.7em;
}

span.wichtigerLink a {
font-size: 110%;
line-height: 125%;
font-weight:bold;
color: #0066b3 !important;
text-decoration: none !important;
}
span.wichtigerLink a:hover {
color: #f37122 !important;
}

span.eBanking a {
font-size: 110%;
line-height: 125%;
font-weight:bold;
color: white !important;
text-decoration: none !important;
padding: 11px;
display: inline-block;
margin: 15px;
border: 1px solid #0066b3;
border-radius: 4px;
}

span.eBanking a:hover,
span.eBanking a:focus,
span.eBanking a:active
 {
color: #0066b3 !important;

}

span.Schwarz-kursiv-kleiner {
font-size: 80%;
font-weight: bold;
font-style: italic;
}
span.Schwarz-kursiv {
font-style: italic;
}
span.Schwarz-kursiv-fett {
font-style: italic;
font-weight: bold;
}
span.Schwarz-fett {
font-weight: bold;
}
span.halber-ZeichAbst {
letter-spacing: -50%;
}



/* ----------------------------------------Blockstile */
p.Zentriert {
  text-align: center;
}
p.Blocksatz {
  text-align: justify;
 
-webkit-hyphens: auto;
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 hyphens: auto;
}
p.Rechts {
  text-align: right;
}
p.Links {
  text-align: left;
}

p.HellerAbsatz {
color: #888; 
}

p.KleinerAbsatz-schwarz {
font-size: 0.7em !important;
line-height: 115%;
margin-top: -5px;
}

p.KleinerAbsatz-grau {
font-size: 0.7em !important;
line-height: 115%;
margin-top: -5px;
color: #888;
}

p.grauhinterlegt{
display: block;
border: 1px solid #dedede;
border-radius: 4px;
padding: 7px;
background: #dedede;
margin-top: 7px;
}

h2,
h2.csc-firstHeader{
font-size: 1.2em;
font-weight: 500;
color: #0066b3;
display: block;
margin: 10px 0 10px 0;
}

h3,
h3.csc-firstHeader{
font-size: 100%;
font-style: normal;
font-weight:bold;
color: black;
display: block;
margin: 8px 0 8px 0;
}
h4,
h4.csc-firstHeader{
font-size: 105%;
font-weight: bold;
color: #333 !important;
display: block;
margin: 6px 0 6px 0;
}


/* Listenformatierung - Anfang */
.csc-default ul, 
.csc-default ol{
margin: 0 auto 10px 1.5em;
}
.csc-default ul{
list-style: url(https://raiba-pfaffenhofen.de/typo3conf/ext/cb_rte_package/Resources/Public/Images-Admin/LayoutBilder/xyz.png) outside;
}
.csc-default ul li{
padding-bottom: 10px;
}
/* Listenformatierung - Ende */

/* neu Link Icons ---------------------------------------------- Anfang */
a.internal-link, a.internal-link:hover{
display: inline-block;
padding-left: 10px;
background: transparent url(https://raiba-pfaffenhofen.de/typo3conf/ext/cb_rte_package/Resources/Public/Images/LinkAccessIcons/internerLink.png) left center no-repeat;
}
a.external-link-new-window, a.external-link-new-window:hover{
display: inline-block;
padding-left: 12px;
background: transparent url(https://raiba-pfaffenhofen.de/typo3conf/ext/cb_rte_package/Resources/Public/Images/LinkAccessIcons/externerLink.png) left center no-repeat;
}
a.download, a.download:hover{
display: inline-block;
padding-left: 14px;
background: transparent url(https://raiba-pfaffenhofen.de/typo3conf/ext/cb_rte_package/Resources/Public/Images/LinkAccessIcons/download.png) left center no-repeat;
}
a.mail, a.mail:hover{
display: inline-block;
padding-left: 16px;
background: transparent url(https://raiba-pfaffenhofen.de/typo3conf/ext/cb_rte_package/Resources/Public/Images/LinkAccessIcons/email.png) left center no-repeat;
}
.telNr{
display: inline-block;
padding-left: 16px;
background: transparent url(https://raiba-pfaffenhofen.de/typo3conf/ext/cb_rte_package/Resources/Public/Images/LinkAccessIcons/tel.png) left center no-repeat;
}
/* neu Link Icons --------------------------------------------- Ende *
/* gegen Doppel LAI: */
.content p>a>img{
visibility: hidden;
height: 0;
width: 0;
}