/*
Theme Name: dum//planet
Theme URI: https://dum-planet.de
Author: Danilo Ulf Mattick
Author URI: https://dum-planet.de
Description: Theme for dum//planet website
Requires at least: 5.x
Tested up to: 5.x
Requires PHP: 7.x
Version: 0.75
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dum//planet
Tags: dum, planet, mattick, germany, sassnitz, ostsee, ruegen
*/

body {
	background-image: linear-gradient(140deg, #efefef 45.45%, #ebebeb 45.45%, #ebebeb 50%, #efefef 50%, #efefef 95.45%, #ebebeb 95.45%, #ebebeb 100%);
	background-size: 34.23px 28.72px;
	color: #00424a !important;
    font-family: "Vollkorn", serif !important;
    padding-top: 5rem;
    text-align: justify;
}

p {
	cursor: copy;
}

:focus {
    outline: none;
}

:selection {
	background-color: #f3b70f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica, Arial, sans-serif !important;
    font-weight: bold;
	cursor: copy;
}

nav.navbackground {
	background-color: #00424a;
}

/* Header */
#header {
	margin: -18px 0 0 0;
}

#header .jumbotron {
	background-size: cover;
    height: 500px !important;
    border-radius: 0 !important;
}

/* Transition jumbotron */
@keyframes wipe-in-left {
  from {
    clip-path: inset(0 0 0 100%);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

[transition-style="in:wipe:left"] {
  animation: 2.5s cubic-bezier(.25, 1, .30, 1) wipe-in-left both;
}

.menu-current a {
	color:white !important;
}

/* Content */
.content .row {
    margin: 25px 0 25px 0 !important;
}

#content p {
	text-align: justify;
}

.postwrapper {
	border-bottom: 1px solid #afafaf !important;
	background-image: none;
	width: 100%;
	height: 1px !important;
}

.postwrapper:last-child {
	border-bottom: none !important;
}

#content .theTitle a {
	text-decoration: none;
	font-size: smaller;
	color: #00424a;
}

#content .theTitle a:hover {
	color: #17a2b8;
}

/* post thumbnail */
#content .postthumbnail {
	margin: 5px 0 25px 0;
}

.wp-post-image {
	width: 100% !important;
	height: auto !important;
}

/* Headlines in Content */
.content h2,
.content h3,
.content h4,
.content h5 {
	/*-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px #00424a;*/
}

/* BLOCKQUOTE */
.content blockquote::before {
	content: '☻';
}

.content blockquote:first-child {
	margin-top: 25px;
}

.content blockquote:last-child {
	margin-bottom: 25px;
}

.content blockquote {
	font-style: oblique;
	font-size: 1.25em;
	margin: 50px 0 0 100px;
}

.content .offbq {
	font-style: normal !important;
	text-transform: uppercase;
}

.content .otherbq {
	font-style: normal !important;
	font-size: 0.75em;
}

/* Links */
#content a {
	font-family: Helvetica, sans-serif !important;
	color: #17a2b8 !important;
	text-decoration: none !important;
}

#content a:hover {
	color: #00424a !important;
	text-decoration: none !important;
}

/* Download Links */
a.wpdm-download-link {
	background-color: #00424a !important;
}

/* Gwolle Guestbook Button Form */
.gwolle-gb-write-button {
	font-family: Helvetica, sans-serif;
	font-weight: 900;
	color: #00424a;
}

/* Gwolle Guestbook Form */
.gwolle-gb-write {
	
}

.gwolle_gb_notice {
	font-size: 0.75em;
}

/* Gwolle Guestbool Read */
.gb-author-info {
	margin-bottom: 15px;
}

.gb-author-avatar {
	
}

.gb-author-name {
	
}

.gb-datetime {
	font-size: 0.75em;
	font-style: oblique;
}

.gb-entry-content {
	font-size: 1.25em;
	font-family: Helvetica, sans-serif;
}

/*Foot Notes*/
.footnote {
	width:100px; 
	border-top: 1px solid #00424a; 
	margin-top:10px;
}

.footnotetext p {
	font-size: 0.75em;
	cursor: copy;
}

/*Content*/
.content h3 a {
	padding-top:15px;
	opacity: 1;
	transition: opacity 1s ease 0s;
}

.content h3 a:hover {
	opacity: 0.6;
}

.content .col-lg-4 p {
	padding-bottom:15px;
}

.content h6, 
.content h3 {
	margin: 15px 0 0 0 !important;
}

.page_title {
	margin: 0 0 0 15px !important;
	width: 100%;
}

.content p {
    line-height: 1.65em;
    margin: 10px 0 0 0 !important;
}

.mainListing p {
	margin:0 0 0 0 !important;
}

.content a {
	text-decoration:none !important;
	color: #17a2b8 !important;
	opacity: 1;
	transition: opacity 1s ease 0s;
}

.content a:hover {
	color:#00424a !important;
	opacity: 0.6;
}

.content .col-lg-4,
.content .col-lg-6 {
	margin-top:0 !important;
}

/* Master Line*/
hr {
    background: url(./img/engl_line.png) 0 0 no-repeat;
    width: 206px;
    border: none !important;
    height: 26px !important;
}

/* Comments */
.commentswrapper {
	border-top: 1px dotted #00424a;
	padding: 15px 0 0 0;
}

.commentswrapper p label {
	display: block;
}

.commentswrapper p label, .comment-notes, .akismet_comment_form_privacy_notice {
	font-size: 0.75em;
}

/* Aside */
#content aside ul li {
	list-style: none;
}

#content aside ul li h3 {
	width: 100%;
	height: 50px;
	background-color: aquamarine;
	border-radius: 5px;
	font-weight: bold;
	padding: 10px;
	color: #00424a;
	margin: 10px 0 25px 0;
	/* Box Shadow */
	box-shadow: 2px 0px 5px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 0px 5px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 0px 5px 1px rgba(0,0,0,0.5);
}

/* ASIDE */
.widget_gtranslate,
#content aside ul li {
	margin: 0 0 25px 0;
}

.widget_gtranslate:last-child,
#content aside ul li:last-child {
	margin: 0;
}

/* Tagcloud */
#content aside ul li#tag_cloud-2 div.tagcloud {
	padding: 0 0 10px 25px;
}

/* Categories */
#content aside ul li#categories-2 ul li {
	margin: 0;
}

/* Statistics */
#content aside ul li#wp_statistics_widget-2 ul li {
	margin: 0;
}

#content aside ul li#wp_statistics_widget-2 ul li label {
	font-size: 0.75em;
}

/* FOOTER */
footer {
    background-color: #afafaf;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.75em;
	margin: 50px 0 0 0;
}

#info-nav {
	margin: 0 auto;
}

footer p {
    text-align: center;
}

footer .container {
    padding-top: 25px;
}

footer li {
    list-style: none;
}

footer a {
    color: green;
	opacity: 1;
	transition: opacity 1s ease 0s;
}

footer a:hover {
    color: #00424a;
	opacity: 0.6;
}

footer nav ul {
	margin: 0 auto;
}