/*
Theme Name: Zions Child Theme
Theme URI: https://zionskirken.dk
Description: A child theme for Zionskirken based on TwentyTwentyOne.
Author: Claus Kofoed Nielsen
Author URI: https://profiles.wordpress.org/clauskofoed/
Template: twentytwentyone
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text domain: twentytwentyone-child
*/
/* ----------------------------------------------------------------------
Style sheet for bible2.net Parol module
---------------------------------------------------------------------- */

.TheWord {
/*  text-align: center;*/
/*
  -- insert image path here: --
  background-image: url("/images/IMG_0482_2_bright_1920.jpg");
  background-repeat: no-repeat;
  background-position: center top;
*/
  margin-bottom: 1em;
  padding: 0em 1em 1em;
}

p.TL {
  padding: 0em 0 1em 0;
  font-weight: bold;
	/*  color: #6ba01a; */
  font-size: 100%;
}

p.IL {
  padding-bottom: 0.3em;
  font-size: 80%;
  font-style: italic;
/*  color: #3e3e3e; */
  white-space: pre-wrap;
}

p.L {
/*  font-weight: bold; */
/*  color: #c00000; */
  white-space: pre-wrap;
}

p.SL {
  padding: 0.3em 0 0.5em 0;
	text-align:right;
	font-style: italic;
  font-size: 80%;
  color: #e35b00;
  white-space: pre-wrap;
}

@media (max-width: 480px) { /* Bootstrap: @screen-xs-min */
  .Parol {
    display: block;
    text-align: left;
  }
  .Parol + .Parol {
    margin-top: 10px;
  }
  p.TL {
    font-size: 100%;
  }
  p.IL, p.L, p.SL {
    display: inline;
    white-space: normal;
  }
}
/* ----------------------------------------------------------------------
End of Style sheet for bible2.net Parol module
---------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
-ckn- DarkMode knap i venstre side
-----------------------------------------------------------------------*/
#dark-mode-toggler.fixed-bottom {
	left: 5px;
}
/* ----------------------------------------------------------------------
End of DarkMode knap i venstre side
-----------------------------------------------------------------------*/
