/*
Theme Name: Nirvana Child
Template: nirvana
Version: 1.0
Salathe-Getränke Child-Theme
*/


/* 
Abstand nach Spaltenmodul 
*/                 
h1, h2, h3, h4, h5, h6 {
    padding: 0;
}
.wp-block-columns {
    margin-bottom: 5px;
}

/* 
Block-Separator Gutenberg (Linie)
*/
.wp-block-separator {
	max-width: 95%;
	color: #7b7af7;
	height: 1px;
}
.wp-block-separator.is-style-wide {
	max-width: 95%;
	color: #7b7af7;
	height: 1px;
}
.wp-block-separator.is-style-dots::before { 
color: #7b7af7;
}
/* Seitentitel Datenschutz entfernen */
.page-id-49 .prx_h1 {
  display: none !important;
}
/* --- Tabelle Seitenkopf ---*/
table {
	border-spacing: 0px 0px;
}

/*
Textformatierung in Fusszeile ES
zuunterst in der css datei
*/
/* Zentrierung des eigenen Footertexts */
#footer2-inside {
  display: flex;
  justify-content: center;
}

.my-footer {
  font-size: 0.9em;
  color: #1e4bcc;
text-decoration: underline;
  padding: 20px 0;
}

.my-footer a {
  color: #1e4bcc;
  text-decoration: underline;
  margin: 0 8px;
}

.my-footer a:hover {
  text-decoration: underline;
}
