/*
Theme Name: Hello Borkum Theme
Theme URI: https://wordpress.org/themes/hello-elementor/
Description: Hello Elementor WordPress child theme for SMA.
Author: Thomas Boley
Author URI: https://wordpress.org/themes/hello-elementor/
Template: hello-elementor
Version: 1.0
*/

/* altes Orange: #b92306 */
/* altes Rot: #db8c19*/

#rcb-sc-link-change, #rcb-sc-link-history, #rcb-sc-link-revoke {
	color: #FD7E13;
}

#rcb-sc-link-change:hover, #rcb-sc-link-history:hover, #rcb-sc-link-revoke:hover{
	color: #FFFFFF;
}


.elementor-widget-wp-widget-tag_cloud h5 , .elementor-widget-wp-widget-categories h5 {
	color: #ffffff;
	font-size: 24px;
}

.elementor-widget-wp-widget-tag_cloud a {
	color: #b1b6b6;
}

.elementor-post__meta-data {
	background-color: #080B0D;
}


/* Anpassungen single-post & page*/

.single-post h3, .page h3{
	    font-size: 2rem;

}


/* Einstellungen für Aufzählungen */

ul {
    list-style: square outside none;
}
/* Archive, nichts gefunden */

.elementor-posts-nothing-found {
	text-align: center;
	color: #ffffff !important;
    font-size: 1.3em;
    font-weight: 600;
    padding: 12px;
    margin-bottom: 24px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    background: #080B0D;
}

/* Suchem, Icon zum schliessen */

.eicon-close {
	font-size: 30px !important;
    color: #ffffff !important;
}
.elementor-search-form__input {
	color: #ffffff !important;
}

/* 
	Post Navigation 
*/

.elementor-pagination {
	padding-top: 80px;
}

.page-numbers {
background:#FD7E13;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff !important;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em; 
  font-size: 1.8em;
  font-family: sans-serif;

}

.page-numbers.current {
	background: #454955;
}

/* Archive-Seiten Texte */

.archivtexte  {
	text-align: justify;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

.archivtexte .elementor-post__meta-data {
	background-color:#080B0D ;
	border-top: 0px !important;
}

/* Formatierung Beitrag und Seite */


.beitragblocksatz a, .seiteblocksatz a {
	color: #FD7E13 ;
}

.beitragblocksatz a:hover, .seiteblocksatz a:hover {
	color: #454955;
}

.beitragblocksatz p, .seiteblocksatz p{
    padding-bottom: 1.2em;
}


.beitragblocksatz, .seiteblocksatz {
    text-align: justify;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 

}
.beitragblocksatz .wp-caption-text, .seiteblocksatz .wp-caption-text {
    font-size: 0.8em;
    font-weight: 300;
}


/*ähnliche Artikel */

.yarpp-related {
	border-top: 1px solid;
    padding-top: 40px;
}


/* Zitate */

blockquote {

border-left: 5px solid #FD7E13;
    padding-left: 20px;
}

/* Gestaltung des Kommentarbereichs */


.fn a {
	color: #FD7E13;
}

.akismet_comment_form_privacy_notice a {
	color: #FD7E13;
}

.comment-metadata time:before {
	color: #FD7E13 !important;
}

.comment-reply-link {
	display: block;
    width: 90px;
    height: 25px;
    background: #FD7E13;
    padding: 7px;
    text-align: center;
    border-radius: 4px;
    color: white;
    font-weight: bold;
}
.comment-reply-link:hover, .comment-reply-link a:active  {
 	color: #cccccc;
}

.reply {
	padding-left: 20px;
}

.comment-metadata a {
	color: #FD7E13;
	font-size: 12px;
}

.comment-metadata {
	padding-top: 10px;
}

#comments .comment-meta {
  display: initial !important;
 justify-content: normal !important;
  margin-bottom: .9rem; 
  padding-left: 20px;
  
  }

.comment-metadata time:before {
   color:rgba(3, 3, 3, 0.88);
    content: '\f017';
    font-family: "Font Awesome 5 Free"; /* This is the correct font-family*/
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.comment-body {
	border-bottom: 0 !important;
	}

.comment-content {
	padding-left: 20px;
}

#respond {
	margin-top: 40px;
	background-color: #dddddd;
    padding: 20px;
    margin-bottom: 80px;
}

.comment-respond a {
	color: #FD7E13;
}


/* Styles von Pinboard */

.wp-caption-text {
	text-align:center;
}

.notice {
	padding: 12px;
	margin-bottom: 24px;
	border-radius: 4px;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
}

.info {
	background: #CEFFCE;
	border-bottom: 1px solid #9ABF9A;
}

.warning {
	background: #FFFFCE;
	border-bottom: 1px solid #BFBF9A;
}

.error {
	background: #FFCECE;
	border-bottom: 1px solid #BF9A9A;
}

.awesome-white {
	color: #ffffff;
}

/* Entfernt das Smiley Face von deinem Blog ! */
img#wpstats {
	display:none;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #black;
	background-color: #f5f5f5;
	border-radius: 4px;
}

pre code {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-top: -2em !important;
}

/* altes CSS mygallery */

.mypicbox{margin-bottom:30px;margin-top:10px}.mygalleryup{padding-top:10px}.mypicture{padding:0;margin:auto}.mypictureborder{background:url(//www.wildbits.de/wp-content/plugins/mygallery/css/images/shadow.gif) no-repeat bottom right;padding-right:14px;padding-bottom:2px;_padding-right:5px}.mypictureimg{background:#fff;border:1px solid #999;padding:3px}.myfooter{text-align:center;font-family:Verdana;font-size:.8em}.myfooter span{background:#ffc;border:1px solid #eee}.mypicback{float:left}.mypicfor{float:right}.mypicsgallery{text-align:center;margin-top:10px}.mygallpic{margin-bottom:0}.mypicsgallery a img{border:2px solid #fff;padding:1px}.mypicsgallery a:hover img{border:2px solid #c00;padding:1px}.myrandompic img{padding:5px;border:1px solid #c6c9cd;background:#fff}.mygalleryoverview{margin-top:10px}.mygallerygallery{height:130px;padding:5px;margin-bottom:5px;border:1px solid #ccc}.mygallerynames{text-align:left;font-family:"Century Gothic",Verdana;font-weight:bold;margin:0;padding:0;font-size:1.4em;margin-bottom:10px}.mygallerypreviewpics{float:left;margin-right:12px}.mygallerydescription{text-align:left;font-size:1em}.mypicboxentry{margin-top:10px;margin-bottom:10px}.mypictureentry{padding:0;margin:auto}.mypictureentryborder{background:url(//www.wildbits.de/wp-content/plugins/mygallery/css/images/shadow.gif) no-repeat bottom right;padding-right:14px;padding-bottom:2px;_padding-right:5px}.mypictureentryimg{background:#fff;border:1px solid #999;padding:3px}.mypicsgalleryentry{text-align:center}.mygallpicentry{margin-bottom:0}.mypicsgalleryentry a img{border:2px solid #fff;padding:1px}.mypicsgalleryentry a:hover img{border:2px solid #c00;padding:1px}.myinlinepicture{text-align:center;margin:auto;margin-top:10px}.myinlinepictureleft{float:left;padding-right:10px;margin-right:16px}.myinlinepictureleftclear{float:left;padding-right:10px;margin-right:16px;padding-top:10px}.myinlinepictureright{float:right;padding-left:10px;margin-right:14px}.myinlinepicturerightclear{float:right;padding-left:10px;margin-right:14px;padding-top:10px}.myinlinepicdescription{text-align:center;font-size:.8em;font-family:Verdana}.myinlinepicdescription span{background:#ffc;border:1px solid #eee}.myinlinepictureimg{background:#fff;border:1px solid #ccc;border-bottom:0 solid #999;padding:3px 3px 3px 3px}.myinlineborder{background:url(//www.wildbits.de/wp-content/plugins/mygallery/css/images/shadow.gif) no-repeat bottom right;padding-right:14px;padding-bottom:0;//padding-right:5px}.mygallerypreviewpics img{border:0}.galleryfor{float:right}.galleryback{float:left}.exifmetalabel{font-family:Verdana;font-size:1em}.exifbox{border:1px solid #ccc;font-family:Verdana;font-size:.85em}.exiflabelone{background:#eee;font-weight:bold;padding-left:10px;padding-right:10px}.exiflabeltwo{font-weight:bold;padding-left:10px;padding-right:10px}.exifdataone{font-weight:lighter}.exifdatatwo{font-weight:lighter}.thumbsfor{float:right}.thumbsback{float:left}.thumbscounter{color:#666;text-align:center;font-size:.7em;font-family:'Verdana','Geneva',sans-serif}.mypiccounter{color:#666;text-align:center;font-size:.7em;font-family:'Verdana','Geneva',sans-serif}.galcounter{color:#666;text-align:center;font-size:.7em;font-family:'Verdana','Geneva',sans-serif}.transparent{color:#fff}
#lightbox{background-color:#eee;padding:10px;border-bottom:2px solid #666;border-right:2px solid #666}#lightboxDetails{font-size:.8em;padding-top:.4em}#lightboxCaption{text-align:center;font-family:Verdana}#keyboardMsg{float:right}#closeButton{top:-15px;right:-15px}#lightbox img{border:0;clear:both}#overlay img{border:0}#overlay{background-image:url(//www.wildbits.de/wp-content/plugins/mygallery/lightbox-old/overlay.png)}* html #overlay{background-color:#333;back\ground-color:transparent;background-image:url(//www.wildbits.de/wp-content/plugins/mygallery/lightbox-old/blank.gif);filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png",sizingMethod="scale")}
