/* Füge hier Dein eigenes CSS ein */


.topbar-date {
    color: #ccc;
    border-right: 0.1px solid #6d6d6d;
    padding-right: 10px;
}



.category .breadcrumb-inner, .archive .breadcrumb-inner {
    margin-top: 15px;
}

h1.archive-title {
    line-height: 40px;
    background-color: #55aded;
    color: #fff;
    padding: 5px 10px;
}

h4 {
    font-size: 17px;
    line-height: 21px;
    color: #666;
}



.entry p a:not(.single-popup):hover {
    text-decoration: none;
}


.entry a:not(button) {
    text-decoration: underline;
}





a[href*="//"]:not([href*="https://blogg.de/"]) {
    background: url(https://blogg.de/wp-content/uploads/externallink.png) center right no-repeat;
    padding-right: 16px;
    margin-right: 5px;
}

.externalpdf:after {
  background: url(https://blogg.de/wp-content/uploads/externallink-pdf.png) center right no-repeat;
    padding-right: 26px;
    margin-right: 25px;
  border-bottom: none !important;
}


.highlighttext a[href*="//"]:not([href*="https://blogg.de/"]) {
    background: url(https://blogg.de/wp-content/uploads/externallink_weiss.png) center right no-repeat;
    padding-right: 16px;
    margin-right: 5px;
    text-decoration: underline;
}

.highlighttext a:hover[href*="//"]:not([href*="https://blogg.de/"]) {
    background: url(https://blogg.de/wp-content/uploads/externallink_weiss.png) center right no-repeat;
    padding-right: 16px;
    margin-right: 5px;
    text-decoration: none;
}


.copyright {
    font-style: italic;
    font-size: 12px;
}



.highlighttext a:not(button){
    color: #fff;
    text-decoration:underline;
}


.highlighttext .entry a:not(button){
    color:#fff;
}


.wp-caption-text {
    margin-bottom: 5px;
    background: 0 0 !important;
    color: #808080;
    font-style: italic;
    font-size: 15px;
    padding-top: 8px;
    line-height: 22px;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.spalten {
	-webkit-column-count: 2;
	-webkit-column-width: 12em;
	columns: 2;
	margin-bottom: 20px;
}




.main-menu-inner > .current-menu-item > a {
    background-color: rgba(28, 28, 28, .05);
}

h1.archive-title {
    line-height: 40px;
}

.header-inner .logo-wrap {
    margin-top: 20px;
    margin-bottom: 8px;
}


.single-post-body {
    padding: 20px 30px;
}


h2 {
    font-size: 26px;
    line-height: 30px;
}


h3 {
    font-size: 20px;
    line-height: 26px;
    color: #666;
}

.maintextheading {
    font-size: 18px;
    text-align: left;
    padding-bottom: 12px;
    padding-top: 12px;
    color: #666;
}

.single-post-feat-bg-outer .post-thumb img {
    max-height: 100px;
}

.page-template-page-composer .site-inner > *:first-child{
    padding-right: 1px;
}

.cat-item{
    margin-bottom: 10px;
    padding-bottom: 5px;
}


.main-menu-inner > li > a {
    padding: 0 9px;
}


.highlighttext {
    background-color: #55acee;
    padding-left: 16px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-top: 16px;
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 4px;
}


.highlighttext p{
    color: #fff;
}

.highlighttext h2{
    color: #fff;
}

.highlighttext h3{
    color: #fff;
}


.entry .impressum li {
    font-size: 11px;
}




.single-post-excerpt {
    font-size: 16px;
    text-align: right;
    line-height: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
	  background-color: #55adf4;
	  color: #fff;
}


.tableresp { 
    width: 100%; 
    overflow: auto;
}