/*
Theme Name: PRIF Blog Theme
Theme URI: https://colorlib.com/wp/themes/sparkling
Author: ART-KON-TOR Kommunikation GmbH
Author URI: http://www.art-kon-tor.de
Description: ...
Version: 2.4.9
Template: sparkling
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sparkling
Domain Path: /languages/
*/

/* HIER ALLE ERWEITERUNGEN NOTIEREN ODER DEFAULT WERTE ÜBERSCHREIBEN 
====================================================================
*/

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/roboto-v18-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
       url('fonts/roboto-v18-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-900.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

html, body, p,
.navbar.navbar-default,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 
{
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 400;
}

html, body, p { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 500; color: #222; }

body, p { color: #555; }

/* Font Page Entry Title */
#page .entry-title a:hover {
    color: #006666;
}

.entry-title a {
	color: #222 !important;
}

/* Menue items */
.navbar-nav > li {
  padding: 10px;
}

/* posts general */
h2, .h2 {
    font-size: 18px;
	font-weight: 500;
	margin-top: 40px;
	color: #222 !important;
}

h3, .h3 {
    font-size: 14px;
}

h4, .h4 {
    font-size: 14px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 14px;
}

.blockquote {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.7;
    font-size: 14px !important;
	font-style: italic;
}

/* Font Sidebar */
#secondary .widget > h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
    color: #006666;
}

a, #infinite-handle span, #secondary .widget .post-content a {
 color: #555;
 font-weight: 500;
}

#secondary .widget a {
    color: #555;
}
#secondary .widget a:hover {
    color: #006666;
}

aside.widget h5 > a { color: #006666; }

/* --- tag cloud --- */

.tagcloud a {
    background-color: #555;
}


/* --- Standard Autorenbox des Themes ausblenden --- */

.authorbox {
	display: none;
}

.single .secondary-content-box {
    display: none;
}

/* Rahmen Sidebar entfernen */

.well {
    border: 1px solid #fff;
    padding: 0px 15px 15px 30px;
}

.well {
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
}


/* Styles für das Freitextfeld */

.event-list-date {
    background-color: #bcbcbc;
    color: #ffffff;
    display: block;
    float: left;
    height: 40px;
    padding: 2px;
    text-align: center;
    width: 40px;
    border-radius: 4px;
}

.event-list-date .month {
    border-bottom: 1px solid #fff;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
}

.event-list-date .month, .event-list-date .day {
    display: block;
    padding: 2px;
}

.event-list-date .day {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

/* ENTRY META WITH CO AUTHORS PLUGIN */
.entry-meta { font-size: 13px; }
.entry-meta span { margin-right: 5px; }
/*
.entry-meta span a.author.url.fn { margin-right: 3px; }
.entry-meta span a.author.url.fn:last-child { margin-left: 3px; }
*/

html[lang="en-US"] .entry-meta span a.author.url.fn {
    margin-left: 0;
    margin-right: 0;
}

.su-post-met.entry-meta { margin-bottom: 15px; }

/* THUMBNAIL CAPTION BOOTSTRAP STYLES OVERWRITE */
.post-featured-img { position: relative; overflow: hidden; border-left: 1px solid #dadada; border-right: 1px solid #dadada; }
.has-post-thumbnail .post-featured-img { border-top: 1px solid #dadada; }
.post-featured-img .wp-caption {
    border: none;
    margin-bottom: 0;
}
.post-featured-img .thumbnail {
    background: none;
    border: none;
    border-radius: 0;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 0;
    transition: none;
}
.post-featured-img .wp-caption.thumbnail {
    background: rgba(255, 255, 255, 0.7);
    bottom: 0;
    color: #000;
    font-size: 11px;
    left: 0;
    padding: 5px;
    position: absolute;
    right: 0;
}
.post-featured-img .wp-caption .wp-caption-text {
    margin: 0;
}
.post-featured-img .thumbnail .caption {
    color: #000;
    padding: 5px;
}
.post-featured-img .wp-caption-text {
    text-align: right;
}

.home.blog .post-featured-img > .wp-caption.thumbnail, 
.archive.author .post-featured-img > .wp-caption.thumbnail,
.archive.category-english .post-featured-img > .wp-caption.thumbnail { opacity: 0; bottom: -100px; transition: all 0.4s ease; }

.home.blog .post-featured-img:hover > .wp-caption.thumbnail,
.archive.author .post-featured-img:hover > .wp-caption.thumbnail,
.archive.category-english .post-featured-img:hover > .wp-caption.thumbnail { opacity: 1; bottom: 0; transition: all 0.4s ease; }

/* AUTHOR BOX */
.ts-fab-tab.visible-tab { min-height: 85px; }

.ts-fab-tabs,
.ts-fab-tab {
    background-color: rgba(0,0,0,0.05) !important;
    border-width: 1px !important;
    border-color: #e6e6e6 !important;
}

/* Font Author box */
.ts-fab-list li a {
    display: block;
    line-height: 16px;
    height: 16px;
    padding: 8px 12px;
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
    border-bottom: none!important;
    text-decoration: none;
    font-size: 13px;
    color: #333;
    font-weight: 500;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.ts-fab-text h4 {
    clear: none!important;
    font-size: 16px;
    line-height: 1!important;
    font-weight: 500;
    margin: 0 0 .2em!important;
    padding: 0;
}
.ts-fab-text {
    line-height: 1.5;
    font-size: 13px;
}
.ts-fab-description, .ts-fab-latest li span, .ts-fab-twitter-time {
    font-size: 11px;
}


/* Font Comment Title */
.comment-reply-title {
    font-size: 18px;
}
.comment-author .fn, .author-bio h4, .comment-reply-title {
    text-transform: none;
    font-weight: 500;
}

#logo img { width: 500px; }
@media screen and (min-width: 1280px) {
	#logo img { width: auto; }
}

/* Navbar Font anpassen */
.navbar-default .navbar-nav > li > a {
    color: #555;
    line-height: 40px;
    text-transform: none;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
	.navbar-default .navbar-nav > li {
    	padding: 0 15px;
	}
	.navbar-default .navbar-nav > li:last-child { border-bottom: none; }
	.navbar-default .navbar-nav > li > a {
    	padding-top: 0;
    	padding-bottom: 0;
		font-size: 14px;
		color: #555;
	}
	.main-content-area {
    	margin-top: 20px;
    	margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.main-content-area {
    	margin-top: 0;
    	margin-bottom: 0;
	}
	.navbar-default .navbar-nav > li {
		border-bottom: 1px solid #555;
	}
}

.navbar-toggle { margin-right: 0; margin-top: 15px; }




/* Weiterlesen Button anpassen */
.btn.btn-default.read-more {
    float: right;
    margin-top: 10px;
    font-size: 13px;
    padding: 5px 10px;
	background-color: #555 !important;
}
.btn.btn-default, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #FFF;
    text-transform: capitalize;
	background-color: #555 !important; 
	border-color: #555 !important;
}


/*Aeltere Beiträge Button Anpassen*/
.post-navigation a, .page-numbers, .pagination .prev, .pagination .next {
    border: 1px solid #DADADA;
    background-color: #FFF;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 4px;
    margin: 0 0 1.5em;
    overflow: hidden;
}

.site-main [class*="navigation"] a, .more-link, .pagination>li>a, .pagination>li>span {
    text-transform: capitalize;
}

/*Single Post: Nächster/Voriger Post Button verstecken*/

.single .navigation.post-navigation {
  display: none;
}


/* Footer Design anpassen */

#footer-area .footer-widget-area {
    border-top: 1px solid #555;
}

#footer-area ul li {
    border-bottom: 1px solid #555;
}

#footer-area a:hover {
    color: #333;
}

.social-icons, #menu-social {
    position: relative;
    text-align: left;
}

#colophon {
    border-top: 1px solid #bcbcbc;
}


/* Customize meta data post title*/

span.cat-links {
    display: none;
}
span.comments-link {
    display: none;
}
span.view-count {
    display: none;
}
span.print-page > a { cursor: pointer; }

/* Font anpassen */
b, strong {
    font-weight: 500;
}

.blog-item-wrap {
    border: none;
}

#footer-area .footer-widget-area,
#colophon {
    border-color: #555;
}

#footer-area .footer-widget ul li:last-child {
    border-bottom: none;
}

.copyright { margin-top: 0; }


/* Video-Elemente */

.video-div {
    width:100%;
    display:block;
}

.wp-video {
    text-align: center;
    margin: 0 auto;
    max-width: 650px;
    display: block
}

.video-div p {
    bottom: 0;
    color: #000;
    font-size: 11px;
    left: 0;
    right: 0;
    padding: 5px;
    text-align: left;
}

/* BILDUNTERSCHRIFTEN IM BEITRAG */

.post-inner-content .wp-caption-text {
    bottom: 0;
    color: #000;
    font-size: 11px;
    left: 0;
    right: 0;
    padding: 5px;
    text-align: left;
}

/* RELATED POSTS */

.yuzo_related_post .yuzo_text {
    font-size: 13px !important;
}

.yuzo_related_post .yuzo-list {
	border-bottom-style: none;
}

.yuzo_related_post .relatedthumb {
    line-height: 1.5;
    text-align: left;
}

.yuzo_related_post a.yuzo__text--title {
	margin-bottom: 10px;
}

.archive.category-english .page-header:not(.entry-header) { display: none; }

/* SHORTCODES ULTIMATE */
.su-posts-default-loop.su-posts-default-loop--hsfk-custom { margin: 25px 0; }
.su-posts-default-loop .su-post-thumbnail { width: 200px !important; height: 110px !important; margin-top: 4px; }
.su-posts-default-loop .su-post-thumbnail img { max-width: 200px !important; max-height: 110px !important; }
.su-posts-default-loop h2.su-post-title { font-weight: inherit !important; }

/* PODLOVE */
.pwp4-wrapper { margin-bottom: 25px; }

/* Kontrast-edits PO */

.site-info a {
    color: #555;
}

.site-info a:hover {
    color: #006666;
}

.scroll-to-top {
    background: #555;
}

.footer-widget-area .widget .widget_pages h3.widgettitle {
	font-weight: 500; color: #222;
}

.footer-widget-area h3.widgettitle {
	font-weight: 500; color: #222;
}

.footer-widget-area a {
	color: #555 !important;
}

.footer-widget-area a:hover {
    color: #006666 !important;
}

#footer-area, .site-info {
	color: #555 !important;
}

input[type="search"], textarea, select[arcive-dropdown] {
    color: #555;
    border: 1px solid #555;
}

.site-main [class*="navigation"] a, .more-link, .pagination>li>a, .pagination>li>span, .cfa-button {
    color: #555;
}


.post-inner-content {
    border-top-width: 1px; border-top-style: solid; border-color: #dadada;
}

/*
 * CHMOD 2023 MB
 * */

#logo {
  float: left;
}
#logo a {
  display: block;
}
#logo img {
  width: 260px !important;
}
@media screen and (min-width: 990px) {
  #logo img {
    width: 460px !important;
  }
}
@media screen and (min-width: 1200px) {
  #logo img {
    width: 700px !important;
  }
}