/*
Theme Name: gorgs musik
Author: gorg
Author URI: http://www.lustwort.de/
Description: Handgeschmiedet!
Version: 1.0 (05-2026)
*/ 



@font-face { 
	font-family: 'RobotoSlab-Regular';
	src: url('fonts/Roboto_Slab/RobotoSlab-Regular.ttf') format('truetype');
}

@font-face { 
	font-family: 'RobotoSlab-Bold';
	src: url('fonts/Roboto_Slab/RobotoSlab-Bold.ttf') format('truetype');
}

@font-face { 
	font-family: 'RobotoSlab-ExtraBold';
	src: url('fonts/Roboto_Slab/RobotoSlab-ExtraBold.ttf') format('truetype');
}


@font-face {
	font-family: "OpenSans-Regular";
	src: url("fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "OpenSans-Bold";
	src: url("fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype");
}



:root {
	--linkfarbe:#036724;
	
	--linkfarbe:#1ED760;
 --linkfarbe:#006f64;
}

::selection {
	color:#FFF;
	background-color:#000;
}

* {
	transition:all 0.8s;
}

html {
	font-family: "OpenSans-Regular";
	font-size:17px;
	color:#000;
	scroll-behavior:smooth;
}

body {
	background-image:url(grafik/beton.jpg); 
	background-attachment:fixed;
	background-color:#000
}

/* intern */
#admin-box {
	position:fixed;
	z-index:9999;
	top:160px;
	left:0px;
}

.post-edit-link,
#admin-template {
	padding:10px 30px 10px 30px;
	font-weight:bold !important;
	background-color:#000;
	text-decoration:none;
	color:#FFF ;
	font-family: "OpenSans-Regular";
	margin-top: 30px;
}

.post-edit-link {
	text-transform:uppercase;
}




a {
	color: var(--linkfarbe);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

b, strong {
	font-family: "OpenSans-Bold";
}



/* Kopfbereich */
#kopf-box {
	position: fixed;
	left:0;
	right:0;
	top:0;
	z-index:999;
	border:0px solid #0F0;
}

#kopf {
	border: 0px solid #CC0000;

}

#titel, #mehr, #weniger {
	font-size:5.0rem;
	line-height:1.0em;
	background-color:#000;
	color:#FFF;
	text-transform: lowercase;
	padding:20px;
	font-family: 'RobotoSlab-Regular';
	display:block;
}

#titel a, #mehr a, #weniger a {
		color:#FFF;
}

#titel:hover, #mehr:hover, 
#weniger:hover {
	cursor: pointer;
	text-decoration: underline;
}

#titel {
	position: absolute;
	left: 0;
	top: 0;
}

#mehr {
	position: absolute;
	right: 0;
	top: 0;
}

#weniger {
	text-align: center;
}





/**** Inhalt ****/

#inhalt {
	min-height:300px;
	width:100%;
	max-width:800px;
	margin:250px auto 0 auto;
	position:relative;
	box-sizing:border-box;
	
/*	border:10px solid #000; */
}

#inhalt  h1 {
	font-family: 'RobotoSlab-Regular';
	font-weight:normal;
	line-height:1.1em;
	font-size:2.5rem;
	margin:0;
	padding: 0;
	margin-bottom: 30px;
}


#inhalt  h1 a {
	font-family: 'RobotoSlab-Regular';
	color:#000;
}

#inhalt  h1 a:hover {
	text-decoration: underline;
}

#inhalt  h2 {
	font-family: 'RobotoSlab-Regular';
	line-height:1.1em;
	font-size:1.8rem;
	font-weight:normal;
	margin:0;
	padding: 0;
	margin-bottom: 20px;
}

h2.text-box-titel {

/*	
	font-family: 'RobotoSlab-Regular';
    display: inline-block;
    color: #FFF;
    background-color: #000;
    padding: 5px 20px 5px 50px; 
    margin-left: -50px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
 */   
}

#inhalt h2 a {
	font-family: 'RobotoSlab-Regular';

}

#inhalt h2 a:hover {
	text-decoration: underline;

}


.artikeldatum {
    margin-top: 20px;
    font-size: 0.8rem;
    color: #666;
}



#inhalt  h3 {
	font-family: 'RobotoSlab-Regular';
	line-height:1.1em;
	font-size:1.3rem;
	font-weight:normal;
	margin: 0;
}

#inhalt  h3 a {
    color: #000;
}

#inhalt  h3 a:hover {
	text-decoration: underline;
}


#inhalt p {
	line-height: 1.6em;
	margin-bottom:1.2em;
}





#bild-box {
	padding: 0px 0px 0px 0px;	
}

#bild-box img {
	height: 500px;
	width: auto;
	display: block;
	opacity: 1.0;
}

#bild-box img:hover {
	opacity: 0.5;
}


.bild-quelle {
    font-size: 0.8em;
    margin-left: 0px;
	color: #000;
}


.text-box {
	position: relative;
    background-color: rgb(255,255,255,0.8);
	background-color: #FFF; 
	margin-top: 50px;
	max-width: 700px; /* sollte über #inhalt gesteuert werden!!!! */
	margin: 0 auto;  /* sollte über #inhalt gesteuert werden!!!! */
	margin-top: 50px;
}

.text-box.hoch {
	padding: 100px 80px 80px 80px;
}

.text-box.flach {
	padding: 40px 50px 30px 50px;
}

.text-box.thumb {
	position: relative;
	padding: 60px 50px 30px 50px;
}

.text-box.thumb img {
	display: block;
	height: 130px;
	width: auto;
	position: absolute;
	right: 0;
	top: 0;
}




#songs-box {
	margin: 30px 0px 0px 0px;
}



/*** Infos ***/
#info-box {
}

#info-box a {
	color: var(--linkfarbe);
}

.info-titel {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: -3px;
}

.info-wert {

}

#link-box {

}

.link-block {
	margin-bottom: 20px;
}

.link-block a {
	font-weight: bold;
}

.link-domain {
    font-size: 0.9em;
    color: #666;
    font-style: italic;
}


h2.song-titel a {
	color: #000;
}



/* single-song */
#song-meta-block h1 {
	margin-bottom: 10px;
}

#lyrics-block {
	border: 0px solid #000;
	margin-top: 50px;
}

.lyrics-link a {
	text-decoration: none;
	color: #FFF;
	background-color: #000;
	padding: 5px 10px 8px 10px;
    display: inline-block;
}

.spotify-embed iframe {
    border: 0;
    margin-bottom: 30px;
    width: 100%;
    height: 152px;
}

#lied-beschreibung h2 {
	margin: 50px 0px 20px 0px;
}

.author p:last-of-type {
	display: inline;
}

.info-inline {
	display: inline;
	color: #666;
	font-style: italic;
}

.lied-bandname {
	font-size: 1.2em;
	font-size: 1.0em;
	font-family: "OpenSans-Bold";
	display: inline-block;
	margin: 10px 0px 0px 0px;
}






/* ============================================================
   Kommentare – minimalistisch, eckig, übersichtlich
   ============================================================ */
hr {
	height: 0;
	border-top: 5px solid #000;
	margin: 30px 0px 30px 0px;
}

#kommentare-box hr {
	height: 0;
	border-top: 5px solid #000;
	margin-top: 30px;
}

#kommentarhinweis {
	display: none;
}

/* --- Überschriften / Hinweise --- */
.comments-title,
#kommentartitel {
	font-family: 'RobotoSlab-Regular';
	font-size: 1.5rem;
	font-weight: normal;
}

#kommentarhinweis {
}

/* --- Kommentarliste --- */
.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list .children {
	list-style: none;
	margin: 0 0 0 50px;   /* Einrückung für Antworten */
	padding: 0;
}

.comment-body {


}




/* --- Avatar links --- */
.comment-body .avatar {
	float: left;
	margin: 0 1rem .5rem 0;
	width: 50px;
	height: auto;
	border-radius: 0;
}

/* --- Name oben, Datum darunter, rechts neben dem Avatar --- */
.comment-author .fn {


}

.comment-author .says {
	display: none;
}

.comment-metadata {
	margin-top: 5px;
	font-size: 0.7em;
	color: #777;
}

.comment-metadata a {
	color: #777;
	text-decoration: none;
}

.comment-metadata a:hover {
	text-decoration: underline;
}

/* --- Inhalt + Reply darunter, volle Breite --- */
.comment-content,
.reply {
	clear: both;
}
.comment-content p {
	margin: 0 0 .5rem;
}




/* ============================================================
   Formular – Labels und Felder untereinander
   ============================================================ */

.comment-form {
	margin-top: 1rem;
}

.comment-reply-title {       /* leer, da Titel oben in #kommentartitel */
	font-size: 14px;
	margin: 0;
}

.comment-form p {
	margin: 0 0 1rem;
}

.comment-form label {
	display: block;
	margin-bottom: .25rem;
	font-weight: bold;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: .5rem;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	font-size: 16px;
	font-family: inherit;
	background: #fff;
}

.comment-form textarea {
	resize: vertical;
}

.comment-form .required {
	color: #c00;
}

/* Cookie-Consent: Checkbox + Label nebeneinander */
.comment-form-cookies-consent label {
	display: inline;
	font-weight: normal;
}

.comment-form-cookies-consent input[type="checkbox"] {
	width: auto;
	margin-right: .4rem;
}

/* --- Senden-Button: eckig, schlicht --- */
.form-submit {
	margin: 0;
}

.comment-form input#submit {
	cursor: pointer;
}

.comment-form input#submit:hover {
	text-decoration: underline;
}


.button,
#submit {
	padding: .6rem 1.4rem;
	background: #000;
	color: #fff;
	border: 0;
	font-size: 1rem;
}




/**** Seitenspalte ****/
#gorg {
	text-align: center;
}

#gorg img {
	width: 200px;
	height: auto;
	margin: 0 auto;
}

#seitenspalte {
	box-sizing:border-box;
	position: fixed;
	width:500px;
	right:-500px;
	top:0px;
	bottom:0;
	max-width:100%;
	line-height:1.4em;
	font-size:0.9rem;
	overflow-y:scroll;
	overflow-x:hidden;
	z-index:99999;
	padding:0px 50px 50px 50px;
	background-color:#000;
	color:#FFF;
}

#seitenspalte.aktiv {
	right:0px;
}

#seitenspalte .seitentitel {
	font-family: 'RobotoSlab-Regular';
	font-weight:normal;
	font-size:1.8rem;
	line-height:1.1em;
	margin:30px 0px 5px 0px;
	color:#FFF;
}

#seitenspalte a {
	color:#FFF;
}

#kategorien ul {
	margin: 0;
	padding:0;
}

#kategorien li {
	list-style: none;
	margin-bottom: 2px;
}


#forderungen ul {
	margin: 0;
	padding:0;
}

#forderungen li {
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 2px;
}



#suchform {
	width:100%;
	padding:0;
	border:0;
}

form {
	padding:0;
}

#suchfeld {
	width:100%;
	border:0;
	padding:8px;
	box-sizing:border-box;
}





/**** Fuss ****/
#fuss-box {
	margin-top:1000px; 
}

#fuss {
	box-sizing:border-box;
	max-width:800px;
	margin:0 auto;
	text-align:center;
	background-color:#000;
	padding:30px 30px 60px 30px;
}

#fuss a {
	font-size:1.1em;
	color:#FFF;
	text-transform:uppercase;
	margin:0px 15px 0px 15px;
	font-family: 'RobotoSlab-Regular';
}




/* Boxen */

#katkopf {
	background-color:#FFF;
	padding:100px 100px 50px 100px;
	margin-bottom:50px; 
	border-top:3px solid #000;
	border-bottom:3px solid #000;

}

#katkopf h1 a {

}

#katkopf a {

}


#katkopf a {
	color:var(--gruen) !important;
	border-bottom:1px solid var(--gruen);
}

#katkopf a:hover {
	text-decoration:none;
	border-bottom:2px solid var(--gruen);
}





#matomo-opt-out {
	border:1px solid #CCC;
	padding:10px;
}






/*** Ausgabe für Archivseiten ***/

.media-block-liste {
	display: flex;
    flex-wrap: wrap;
    gap: 120px;
	justify-content: center;
    align-items: flex-start; /* oben */
    align-items: center;
}

.media-block {
    display: flex;
    align-items: stretch;   /* statt flex-start: streckt Kinder auf gleiche Höhe */
    width: fit-content;
}

.media-block-bild img {
    width: 200px;
    height: auto;
    display: block;
}

.media-block-info {
    padding: 0px 40px 0px 0px;
	margin: 0px 0px 0px 20px;
    border: 0px solid #8B0F11;
    position: relative;
    background-color: rgb(255,255,255,0.0);
    background-color: #FFF;
}

.media-block-info:hover {
	    background-color: rgb(255,255,255,0.5);
	    background-color: rgb(255,255,255,1.0);
}

.media-block a {
	color: #000;
}

.media-block h2 {

}

.media-block h2 a {
	color: #FFF;
	background-color: #000;
	padding: 4px 10px 6px 10px;
	display: inline-block;
}


.media-block-songs {
    list-style: none;
    padding: 0px  0px  0px 0px;
    margin: 10px 0px 0px 20px;
}


.media-block-songs  a { 
	display: block;
}

.media-block-songs a:hover {
    text-decoration: underline;
}




.media-block-genres {
    position: absolute;
	left: 20px;
	right: 40px;
    bottom: 10px;
    font-size: 0.7em;
}


.media-block-genres a {
/*		font-style: italic; */
}


.home #inhalt, 
.archive #inhalt {
	max-width:90%;
}











/* Playlists */
.playlist-block .media-block-bild img {
	width: 80px !important;
	height: auto;
	border: 1px solid #000;
}

.playlist-links {
	margin-top: 10px;
}





/* Kategorien */
h1.fett {
	font-family: 'RobotoSlab-ExtraBold' !important;
	font-size: 5.0em !important;
    text-align: center !important;
    margin-bottom: 100px !important;
    border: 0px solid #000;
    
}




.lyrics-embed {
    margin: 30px 0px 0px 0px;
}
.rg_embed_header {
    border-top: 5px solid #000;
}

.rg_embed_body {
    padding: 0 !important;
    border-bottom: 5px solid #000;

}

.rg_embed_footer {
    display: none;
}



#suche {
margin: 50px 0px 50px 0px;
}





mark {
    background: #ffe66d; /* an dein Theme anpassen */
    padding: 0 2px;
}



.herzchen  {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 20px;
    height:auto;
    color: #000;
}


/* E-Mail kaschieren */
#anti-bot {
    display: none !important;
}



@media screen and (max-width: 900px) {

	#seitenspalte {
		max-width:100% !important;
		right:-100%;
		padding:0px 20px 20px 20px;
	}
	
	#titel, #mehr, #weniger {
		font-size:2.0rem;
	}
	
	#inhalt-box {
		margin-top:20px;
	}

	#inhalt  h1, inhalt  h1 a, #inhalt  h2 a {
		font-family: 'RobotoSlab-Regular';
		font-size:2.0rem;
		line-height:1.1em;
		hyphens:auto;
	}
	
	#comments {
		padding:20px 30px 30px 30px;
	}


	#fuss {
		width:100%;
		font-size:0.9rem;
		padding:30px 30px 30px 30px;
	}

	#katkopf {
		padding:30px 30px 30px 30px;
		margin-bottom:50px; 

	}
	
	#paginierung {
		margin-top:0px;
	}

	#blaettern {
		display:inline-block;
	}


}




