div.dropdown:focus, a:focus, a.button:focus, a.selected, div.selected, a.item:focus, input:focus, textarea:focus, button:focus {
 outline: solid; outline: 3px auto -webkit-focus-ring-color; outline-offset: 2px; outline-color: #c00000;
}

.ui.secondary.inverted.menu a.item:focus {
     outline: solid; outline: 3px auto -webkit-focus-ring-color; outline-offset: 2px; outline-color: #c00000;
    }

.hidden.menu {
      display: none;
    }
    
.ui.vertical.stripe h2 {
    /*    font-size: 1.4em;
    font-family: Times New Roman; */
      font-weight:normal;
    }
    
.footer a {
    color: #0000ff;
    text-decoration: none;
    } 

.ui.link.list a.item {
   color: #0000ff;
   text-decoration: none;
}

.ui.vertical.stripe {
      padding: 2em 0em;
    }

.ui.vertical.stripe h3 {
      font-size: 1.45em;
    /*   font-family: Times New Roman; */
      font-weight:normal
    }

.ui.vertical.stripe .button + h3,
    .ui.vertical.stripe p + h3 {
      margin-top: 1em;
    }

.ui.vertical.stripe .floated.image {
      clear: both;
    }

.ui.vertical.stripe p {
      /* font-size: 1.33em; */
    }

.ui.vertical.stripe .horizontal.divider {
      margin: 1em 0em;
    }

.footer.segment {
      padding: 5em 0em 2em 0em;
    }

.secondary.menu .toc.item {
     
    }

@media only screen and (max-width: 700px) {
      .ui.fixed.menu {
        display: none !important;
      }
      .secondary.menu .item,
      .secondary.menu .menu {
        display: none;
      }
      .secondary.menu .toc.item {
        display: block;
      }
      .masthead.segment {
        min-height: 350px;
      }
    }
        
.offscreen
{
position: absolute;
clip: rect(1px 1px 1px 1px); /* for Internet Explorer */
clip: rect(1px, 1px, 1px, 1px);
padding: 0;
border: 0;
height: 1px;
width: 1px;
overflow: hidden;
}

.wstep {
      padding: 0em 0em 2em 0em;
    }
    
h1.ui.header {
      margin-top: 2rem !important;
      margin-bottom: 0.3em;
   /*   font-size: 2.1rem;
      font-weight: normal;
      font-family: Times New Roman */
    }
    
.cmentarze a {color: #222222; text-decoration:underline; text-transform: uppercase}
.cmentarze a:hover {text-decoration:none;}
.cmentarze ul {list-style-type:none}

hr {
	background: url(/img/divider_call_to_action.png) no-repeat scroll 50% 0 transparent;
	border: medium none;
	height: 19px;
	margin: 5px 0 10px;
}


.message-block {
    position: relative;
    min-height: 300px;
    height: auto;
    padding: 0 0 50px;
    z-index: 0;
    background: url('/img/parallax.jpg') no-repeat fixed;
    background-size: cover;
    position: relative;
}

/* menu */

.menu-poz ul {
  background: #1b1c1d;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.menu-poz li {
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}

.menu-poz li:hover,
.menu-poz li:focus-within {
  cursor: pointer;
  z-index:100;
}

.menu-poz li:focus-within a {
  outline: none;
}

.menu-poz ul li ul {
  visibility: hidden;

  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  display: none;
}

.menu-poz ul li:hover > ul,
.menu-poz ul li:focus-within > ul,
.menu-poz ul li ul:hover,
.menu-poz ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block
}

.menu-poz ul li ul li {
  clear: both;
  width: 100%;
}

ul[role="menubar"] ul[role="menu"] {
  display: none;
  position: absolute;
  top: -2px;
  left: 0;
  margin: 0;
  padding: 0;
}

.stackable a {
text-decoration:underline;;
}

