/*
Theme Name: WOR
Theme URI: https://www.rodrigogalindez.com/themes/modernist
Description: A flexible, minimal theme focused on great typography. An invisible design to let you and your users focus on your content. Based on the design ideas of Jan Tschichold, Josef Müller-Brockmann, Dieter Rams, and other modernists. Supports widgets, SEO optimized, clean and documented code, fast to load, no plugins required. Works in WordPress 2.7 and superior. Works in IE 6 & superior and all versions of Safari/Firefox/Opera. Includes CSS3 buttons. Rodrigo Galindez
Version: 0.1
Author: Salomon Kronthaler / Dirk Hoffmann
Author URI: https://www.rodrigogalindez.com
Tags: white, blue, black, silver, light, two-columns, fixed-width, threaded-comments, sticky-post, custom-header, custom-colors, custom-menu
License: GNU General Public License v2.0
License URI: https://www.gnu.org/licenses/gpl-2.0.html
wor hot server
*/

/* Start ----------------------------------------------- [ * ] */


  
  /* End ----------------------------------------------- [ * ] */
  
  
  /* Start ----------------------------------------- [ Grundblöcke ] */

.page-wrapper {
	width: 100%;
	margin: 15px auto 0;
	
}

aside {
	position: absolute;
	top: 47px;
	width: 100vw;
	transform: translateX(-100%);
	transition: all 0.3s;
  	z-index: 444;
}

aside.change {
  transform: translateX(0);
  transition: all 0.3s;
}

main {
	padding: 20px;
	
  }


/* Start ------------------------------------------ [ Grid support ] */

@supports (display: grid) {

	.page-wrapper {
	  display: grid;
	  grid-template-columns: 1fr;
	  grid-template-rows: 324px 1fr 50px;
	}
  
	header {
	  grid-area: header;
	  grid-column-start: 1; grid-column-end: 2;
		grid-row-start: 1; grid-row-end: 2;
	}
  
	aside {
	  grid-area: aside;
	  grid-column-start: 1; grid-column-end: 2;
		grid-row-start: 2; grid-row-end: 3;
	}
  
	main {
	  grid-area: main;
	  grid-column-start: 1; grid-column-end: 2;
		grid-row-start: 2; grid-row-end: 3;
	}
  
	footer {
	  grid-area: footer;
	  grid-column-start: 1; grid-column-end: 2;
		grid-row-start: 3; grid-row-end: 4;
	}
  
  }
  
/* End ------------------------------------------ [ Grid support ] */


/* End ----------------------------------------- [ Grundblöcke ] */

/* Start -------------------------------- [ General Elements ] */

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 100%;
  }

img {
	display: block;
	border: 0;
	outline: 0;
}

img.ende {
	display: inline-block;
}

hr {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #959686;
  }

  em {
	font-style: italic;
  }

  .kapitelkopf p, .kapitel-kasten p {
	padding-bottom: 10px;
  }

  .header-extention {
	  color: #cc061d;
	  font-size: 0.9em;
  }

  /* Start ------------------------------------------ [ Link ] */
  a {
	color: #cc061d;
	text-decoration: none;
	outline: 0;
  }


  a:hover {
	color: #01506e;
  }
  
  a.glossar {
	font-weight: bold;
	color: #000;
  }
  
  
  .box-lightbox a.glossar {
	font-weight: bold;
	color: #959686;
  }
  
  a:hover.glossar {
	font-weight: bold;
	color: #cc061d;
  }
  
  a.jump, a.jump:hover, a.jump:visited {
	color: #cc061d;
	text-decoration: none;
  }


a.hi-res:link, a.hi-res:visited  {
  
	font-size: 12px;
	color: #fff ;
	text-align: center;
	background-color: #cc061d;
	margin: 30px 0;
	padding: 5px 10px 3px;
	display: block;
	
  }
  
  a.hi-res:hover  {
	color: #01506e;
	background-color: #ebe8d5;
  }

  /* End ------------------------------------------ [ Links ] */

sup, sub {
	font-size: 0.8em;
  }
  
  sub {
	line-height: 0;
  }
  
  sup {
	line-height: 10px;
  }
  
  .capital {
	text-transform: uppercase;
  }

  code {
	font-family: Monaco, "Courier New", fixed;
	font-size: 12px;
	color: #6C8318;
	font-weight: normal;
  }



.redside {
	font-size: 11px;
	font-weight: bold;
}

.unvisible {
	display: none;
}

.bildunterschrift, ul.bildunterschrift li {
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
}

.box-lightbox .bildunterschrift {
	/*margin-top: -10px;*/
	color: #000;
}

.uppercase {
	text-transform: uppercase;
}

em.uppercase {
	text-transform: uppercase;
}

.beteiligteindex {
	float: right;
}

.beteiligteindex.singleside {
	float: none;
	margin: 0 0 0 auto;
	padding-right: 0;
	padding-top: 0;
	text-align: right;
	padding-bottom: 0;
}


 /* End -------------------------------- [ General Elements ] */ 

 
/* Start ------------------------------------------ [ header ] */

header {
	font-family: Times, Georgia, "Times New Roman", serif;
	font-weight: 400;  
  }

  .header-logo {
	width: 100%;
	height: 45px;
	margin-bottom: 17px;
	padding: 0;
  }

  .header-picture {
	width: 100%;
	height: 230px;
	padding: 0;
	background-image: url(images/wor-header-picture-wor.jpg);
  }

  header .picture {
	height: 230px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: nowrap;
	padding: 0 20px 4px;
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  }


  header .picture {
	border-bottom-width: 15px;
	border-bottom-style: solid;
  }
    
  header .title {
	font-size: 20px; 
  }
  
  header .chapter {
	font-size: 50px;
	margin-bottom: -41px;
  }
  
  header .sub-title {
	font-size: 14px;
	text-align: right;
	padding-top: 8px;
	margin-right: 20px;
  }




/* Start ------------------------------------------ [ Burger menü animation ] */
.nav-button {
    cursor: pointer;
  /* border: 1px red solid; */
    height: 35px;
    width: 24px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50px;
    z-index: 1000;
  }
  
  .bar1, .bar2, .bar3 {
	  width: 24px;
	  height: 3px;
	  background-color: #000000;
	  margin: 6px 0;
	  transition: 0.4s;
/*	  position: absolute;*/
	  right: 0;
      z-index: 600;
  }
  
  .bar1 {
	  top: 59px;
  }
  
  .bar2 {
	  top: 68px;
  }
  
  .bar3 {
	  top: 77px;
  }
  
  /* Rotate first bar */
  .change .bar1 {
	  -webkit-transform: rotate(-45deg) translate(-4px, 9px) ;
	  transform: rotate(-45deg) translate(-4px, 9px) ;
		width: 27px;
  }
  
  /* Fade out the second bar */
  .change .bar2 {
	  opacity: 0;
  }
  
  /* Rotate last bar */
  .change .bar3 {
	  -webkit-transform: rotate(45deg) translate(-4px, -9px) ;
	  transform: rotate(45deg) translate(-4px, -9px);
		width: 27px;
  }
/* End ------------------------------------------ [ Burger menü animation ] */

/* End ------------------------------------------ [ header ] */

/* Start ------------------------------------------ [ nav ] */

/* Start ------------------------------------------ [ Menü WOR ] */
.menu-container {
	margin-bottom: 20px;
  }
  
  ul.menu {
	width: 90vw;
	margin: 9px 5vw;  
  }
  
  ul.menu li {
	  text-decoration: none;
	  list-style: none;
	  list-style-type: none;
  }
  
  .menu em {
	  text-align: right;
	  display: block;
	  float: right;
	  position: relative;
	  right: 2px;
	  font-weight: normal;
	  font-style: normal;
  }
  
  .menu li a {
	  font-weight: bold;
	  border-bottom: 1px solid #959686;
	  display: block;
	  padding: 6px 10px 3px 5px;
	  margin: 0;
	  text-transform: uppercase;
  }
  
  .menu li a:link, .menu li a:visited {
	  color: #959686;
  }
  
  ul.menu li a {
	padding: 20px;
	font-size: 16px;
  }
  
  ul.menu-wor ul.sub-menu li a {
	padding-left: 20px;
	color: #fff;
	  background-color: #849eb4;
	  border-bottom: 1px solid #fff;
  }
  
  ul.menu-wor li a:link, ul.menu-wor li a:visited {
	  color: #959686 ;
	  background-color: #e6ebef;
  }
  
  /* BG Color for active page */
  ul.menu-wor li.current_page_item a,
  ul.menu-wor li.current_page_parent .sub-menu li.current_page_item a {
	  color: #ebe8d5;
	  background-color: #87846b;
	  border-bottom: 1px solid #fff;
  }
  
  /* BG Color for active page parent */
  ul.menu-wor li.current_page_parent a {
	  color: #87846b;
	  background-color: #ebe8d5;
	  border-bottom: 1px solid #fff;
  }
  
  /* ul.menu-wor li.current_page_item  a {
	  color: #fff;
	  background-color: #01526f;
	  border-bottom: 1px solid #fff;
  } */
  
   /* Definition für WOR Nav Block dunkelblau */
  ul.menu-wor > li:first-child a {
	font-size: 20px;
	font-weight: 300;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff!important;
	background-color: #01526f!important;
	border-bottom: 1px solid #fff;
  }
  
  ul.menu-wor-container ul.menu-wor {
	  margin-bottom: 10px;
  }
  
  ul.menu-wor li ul.sub-menu  {
	/* margin-bottom: 10px; */
	/* margin-left: 20px; */
  }
  ul.menu-wor li a:hover, 
  ul.menu-wor li.current_page_item a:hover
  ul.menu-wor-direkt li a:hover,
  ul.menu-wor ul.sub-menu li a:hover,
  ul.menu-wor ul.sub-menu li.current_page_item a:hover {
	  color: #fff;
	  background-color: #01526f;
  }
  
  
  /* End ------------------------------------------ [ Menü WOR ] */
  
  /* Start ------------------------------------------ [ Menü Base ] */
  
  .menu-base {
	  margin-top: 20px;
  }
  
   ul.menu-base li a:link,
   ul.menu-base li a:visited {
	  color: #959686 ;
  }
  
   ul.menu-base {
	  margin-top: 60px ;
	margin-bottom: 60px;
  }
  
  /*  ul.menu-base li {
	position: relative;
	z-index: 555;
  } */
  
   ul.menu-base ul.sub-menu li a {
	padding-left: 50px;
	color: #fff;
	background-color: #d3d3d3;
	  border-bottom: 1px solid #fff;
  }
  
   ul.menu-base li.current_page_parent a {
	  color: #fff;
	  background-color: #c0d7c5;
	  border-bottom: 1px solid #fff;
  }
   ul.menu-base li.current_page_item a,
   ul.menu-base .sub-menu li.current_page_item a,
   ul.menu-base li.current_page_parent .sub-menu li.current_page_item a {
	  color: #fff;
	  background-color: #84b48f;
	  border-bottom: 1px solid #fff;
  }
  
   ul.menu-base li a:hover,
   ul.menu-base li.current_page_item a:hover,
   ul.menu-base li ul.sub-menu li a:hover {
	  color: #fff;
	  background-color: #cc061d;
	  border-bottom: 1px solid #fff;
  }
  
   ul.menu-base .sub-menu li a {
	  padding-left: 20px;
	  font-size: 1.1em;
	color: #98abba;
  }
  
  
  #menu-kapitel .sub-menu li a, #menu-base li a, #menu-wor2 .sub-menu li a, #menu-wor3 .sub-menu li a  {
	  text-transform: none;
  }   
  /* End ------------------------------------------ [ Menü Base ] */
  
  /* Start ------------------------------------------[ inaktive WOR Menüs schließen - Start ] */
  
  ul.menu-wor-closed li {
	display: none;
  }
  
  ul.menu-wor-closed li:first-of-type {
	display: block;
  }
  
  
  
  ul.menu-wor-closed:hover > .menu-wor-closed li {
  display: block;
  /*    margin-left: 230px;*/
  }
  /* End ------------------------------------------[ inaktive WOR Menüs schließen - Ende ] */
  
  /* End ------------------------------------------ [ nav ] */

/* Start ------------------------------------------ [ Widgets ] */

.custom-html-widget {
	width: 90vw;
	font-size: 13px;
	line-height: 24px;
	color: #cc061d;
	padding: 0;
	margin: 22px auto 0;
  }
  
  .custom-html-widget a.bestellen {
	  color: #cc061d;
	  padding: 0 0 10px;
	  font: normal 25px/30px Times, serif;
  }
  
  .custom-html-widget a:hover.bestellen, a:hover.bestellengorss {
	  color: #01506e;
  }
  
  /* End ------------------------------------------ [ Widgets ] */


/* Start ------------------------------------------ [ language - search ] */

.language-search {
  
	width: 90vw;
	margin: 10px 5vw 30px;
   }
  
   aside.language-search-test {
	
   }
   
   .site-language {
   width: 70vw;
   height: 40px;
   background-color: #cc061d;
   display: inline-block;
   
   }
   
   .site-language a {
   /* width: 50%; */
   font-size: 22px;
   color: #ffffff;
   font-weight: 500;
   text-align: center;
   padding: 10px 12vw;
   /* display: block; */
   }
   
   .site-search {
	 width: 20vw;
   }
   
   .site-search.search-button {
   /* width: 50%; */
   height: 40px;
   background-color: skyblue;
   float: right;
   }
   
  .search-button  {
   font-size: 22px;
   }
  
   .language-search label { 
	  float:none;
	  line-height:100%;
	  width:20vw;
	  cursor: pointer;
	margin-right: 0;
	padding: 0 auto;
  }
  
   .site-search.search-input {  
	display: none;
   }
   
   .site-search.search-input {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(132, 158, 180, 0.9);
	width: 100vw;
	height: 100vh;
	z-index: 10000;
  }
   .site-search.search-input input[type=submit] {  
   
   text-align: center;
   }
  
   .site-search.search-button label {
	text-align: right;
   }
  
   .search-overlay-form .search-button label {
	text-align: right;
	width: 50%;
   }
  
   .search-overlay-form label {
	display: block;
	text-align: right;
	width: 100vw;
	margin-bottom: 20px;
   }
  
  
   .search-overlay-form {
	margin: 80px auto 20px;
	width: 80%;
	max-width: 700px;
   
  }
  
  .search-layer-close i {
	width: 10%;
  }
  .search-layer-close .fa-close {
	font-size: 24px;
	line-height: 24px;
  }

  .search-overlay-form .search-field {
	width: 70%;
	margin-right: 20px;
	font-size: 24px;
   }

  .search-overlay-form .submit-button {
	text-align: right;
	width: 15%;
	
   }

   .search-button-checkbox {
	 display: none;
   }
  
   .search-button input:checked ~ .site-search.search-input {
	display: block;
  }

 

  /* End ------------------------------------------ [ language - search ] */
  
  /* Start ------------------------------------------ [ Forms ] */
  
  input, select, textarea {
	padding: 3px 3px 3px 10px;
	background: #FFF;
	font-size: 14px;
	color: #555;
	outline: none;
	border: 2px solid #f4f2e6;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  }
  
  aside input {
	width: 100%;
  }
  
  .search-input.search-page input[type=search] {  
  margin-left: 20px;

  width: 80%;
  
  }
  
  /* End ------------------------------------------ [ Forms ] */
  
  /* Start -------------------------------- [ Suchseite ] */
  
  .search-explanation {
	margin: 20px 20px 50px 40px;
	width: 90%;
	padding: 20px;
	font-size: 16px;
	color: #ffffff;
	background-color: #cccccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px; 	
	border-radius:5px;
	font-weight: normal;
  }
  
  .search-explanation p {
  margin: 20px 0;
  }
  
  .search-result-extended {
  display: none;
  }
  
  p.search-result-show {
  display: block!important;
  }
  
  p.search-result {
  margin: 20px 0;
  padding: 20px 10px;
  }
  
  p.search-result:nth-of-type(even) {
  background-color: #eeeeee;
  }
  
  .search-input.search-page {
  width: 100%;
  padding: 0 20px; 
  }
  
  ul.search-results {
  width: 100%;
  padding: 0 20px;
  }
  
  ul.search-results li {
  margin: 50px 0 30px 20px;
  list-style-type: none;
  box-shadow:20px 20px 50px grey; 
  }
  
  ul.search-info-result-explanation li {
  margin: 20px 0 20px 0;
  list-style-type: none;
  background-color: #ffffff;    
  box-shadow: none; 
  }
  
  .search-info  {
  padding: 20px 20px; 
  }
  
  .search-counter, .search-content, .search-location  {
  padding: 5px 20px;
  }
  
  .search-info, .search-location.wor, .search-location.general {
  min-height: 15px;
  margin-top: 15px;
  font-size: 18px;
  color: #ffffff; 
  }
  
  .search-info, .search-counter {
	height: auto;
	min-height: 20px;
	font-family: 'Times New Roman', Times, serif;
	font-size: 30px;
	font-weight: 600;
	color: #01506e;
	background-color: #e6ebef;
  }
  
  .circle-container {
	display: flex; 
	margin-top: -40px;
	margin-left: -35px;
	margin-bottom: 7px;
	width: 50px;
  justify-content: center;
  align-items: center;
  
  width: 70px;
  height: 70px;
  
  border-radius: 50%;
  background-color: yellow;
  }
  
  div.circle {
   
  }
  
  .search-counter em {
  
  }
  
  .search-content {
  min-height: 70px;
  font-size: 16px;
  color: #1F536C;
  }
  
  .search-content h3 {
  padding: 10px 0 15px;
  }
  
  ul.search-results .search-info em {
  padding: 18px 0;
  margin-top: -30px;
  text-align: right;
  display: block;
  float: right;
  font-weight: normal;
  font-style: normal;
  font-size: 0.7em;
  color: #ffffff
  }
  
  
  ul.search-results .search-counter em {
  text-align: right;
  display: block;
  margin-top: -30px;
  float: right;
  font-weight: normal;
  font-style: normal;
  font-size: 0.7em;
  color: #ffffff
  }
  
  ul.search-results .search-counter em a.toggle-open-close {
  color: #ffffff;
  cursor: pointer;
  }
  
  ul.search-results .search-counter em a.toggle-open-close:hover {
  color: #cccccc;
  }
  
  .search-info, .search-counter.wor, .search-location.wor {
  background-color: #1F536C; 
  }
  
  .search-counter.general, .search-location.general {
  background-color: #cc061d; 
  }
  
  .mark {
	padding: 3px 0;
	background-color: yellow;
  /*    background-color:rgba(200, 200, 1, 0.8);*/
  }
  
  .mark-search-result {
  background-color: yellow;
  /*    background-color:rgba(200, 200, 1, 0.8);*/
  }
  
  ul.mark-search-result-tag {
  line-height: 20px;
  }
  
  ul.mark-search-result-tag li {
  	margin: 0 20px 5px 0;
  	list-style-type: none;  
	box-shadow: none;
	display: inline-block;
  	white-space: nowrap;
  }

  ul.mark-search-result-tag li div {
	margin-left: 4px;
	padding: 3px 10px;
	list-style-type: none;
	font-size: 16px;
	font-weight: normal; 
	color: #01526F;
	-webkit-border-radius:5px;
	-moz-border-radius:5px; 	
	border-radius:5px; 
	white-space: nowrap;
	}
  
  .mark-search-result-wor  {
  color: #000000!important;
  background-color: #cccccc;
  }
  
  .mark-search-result-wor {
  color: #ffffff!important;
  background-color: #01506e;
  display: inline-block;
  }
  
  .mark-search-result-general {
  color: #ffffff!important;
  background-color: #cc061d;
  display: inline-block;
  }
 

.class-disabled {
	background-color: #cccccc;
}
  .mark-search-result-0 {
  background-color: yellow;
  }
  
  .mark-search-result-1 {
  background-color: lightskyblue;
  }
  
  .mark-search-result-2 {
  background-color: lawngreen;
  }
  
  .mark-search-result-3 {
  background-color: lightcoral;
  }
  
  .mark-search-result-4 {
  background-color: paleturquoise;
  }
  
  .mark-search-result-5 {
  background-color: fuchsia;
  }
  
  .mark-search-result-6 {
  background-color: lightsteelblue;
  }
  
  .mark-search-result-7 {
  background-color: lightpink;
  }
  
  .mark-search-result-8 {
  background-color: silver;
  }
  
  .mark-search-result-9 {
  background-color: orange;
  }
  
  .search-info-result-explanation span.mark-search-result-can, .search-info-result-explanation span.mark-search-result-must, .search-info-result-explanation span.mark-search-result-not  {
  padding: 1px 5px;
  color: #01526F;
  }
  .mark.mark-search-result-can {
  /* background-color: lightskyblue;
	background-color:rgba(200, 200, 1, 0.8);*/
  }
  
  .mark.mark-search-result-must {
  /* background-color: yellow;
   background-color:rgba(200, 200, 1, 0.8);*/
  }
  
  /* End -------------------------------- [ Suchseite ] */
  
  
  
  /* Start -------------------------------- [ Suchergebnisseite ] */
  
  .wor-search-panel, .wor-search-panel-extra-info {
  left: 0;
  direction: ltr;
  color:#01506e;
  font-size: 4vw;
  font-weight: 500;
  line-height: 32px;
  position: fixed;
  display: block;
  width: 100%;
  min-width: 300px;
  padding: 6px 2px;
  text-align: center;
  align-content: center;
  z-index: 500;
  }
  
  .wor-search-panel {
  top: 30px;
  background: yellow;
  }
  
  .wor-search-panel-extra-info {
  top: 76px;
  padding: 6px 20px;
  background: #f4f2e6;
  border-bottom: solid 1px #cc061d;
  }
  
  .wor-search-panel + .page-wrapper {
  margin-top: 70px;
  }
  
  .wor-search-panel + .lightbox-wrapper {
  margin-top: 70px;
  }
  
  .wor-search-panel-extra-info + .lightbox-wrapper {
  margin-top: 100px;
  }
  
  a.wor-search-panel-control-button {
  cursor: pointer;
  }
  
  .wor-search-panel a#prev {
  margin-right: 10vw;
  }
  
  .wor-search-panel a#next {
  margin-left: 10vw;
  }
  
  a.wor-search-panel-control-button, .wor-search-panel-extra-info a {
  padding: 3px 6px;
  list-style-type: none;
  /* font-size: 16px;
  font-weight: normal;  */
  color: #ffffff;
  -webkit-border-radius:5px;
  -moz-border-radius:5px; 	
  border-radius:5px;     
  box-shadow: none;
  white-space: nowrap;
  background: #cc061d;
  }
  
  a:hover.wor-search-panel-control-button, .wor-search-panel-extra-info a:hover {
  color: #ffffff;
  background: limegreen;
  }
  
  @media screen and (min-width: 500px) {
  .wor-search-panel, .wor-search-panel-extra-info {
	font-size: 18px;
  }
  
  }  
  
  @media screen and (min-width: 950px) {
  
  .wor-search-panel,  .wor-search-panel-extra-info {
	font-size: 21px;
	font-weight: 400; 
  }
  
  .wor-search-panel a {
	margin: 0 8px;
	
	}
  
   .wor-search-panel-extra-info  {
	
  }
  
  } 
  
  /* End -------------------------------- [ Suchergebnisseite ] */


/* Start ------------------------------------------ [ main ] */

/* Start ------------------------------------------ [ h1 - h6 ] */




h2.page-title {
	display: none;
  }

  .box-lightbox h2.page-title {
	display: block;
	color: #01506e;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 20px !important;
}
/* End ------------------------------------------ [ h1 - h6 ] */


/* Start ------------------------------------------ [ dl dt dd ] */

dl {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 30px;
}

dt {
	width:100vw;
  }

dd {
	width:100vw;
	clear: both;
  }

.kapitel-kasten dl {
	display: flex;
	flex-direction: column;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #e6ebef;
}

.kapitel-kasten dt {
	text-indent: 0;
	font-size: 19px;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 20px;	
}

.kapitel-kasten dd {
	
	padding: 0;
	color: #959686;
	font-size: 15px;
	line-height: 22px;
	text-indent: 140px;
}

.kapitel-kasten.base dl {
	font-size: 11px;
	margin-top: 0;
	padding-top: 10px;
	background-color: #f4f2e6;
	/*display: block;*/
}

/* End ------------------------------------------ [ dl dt dd ] */


/* Start ---------------------------------------- [ ul/ol ] */
.post ul,
.post ol {
	margin: 15px 10px 20px 15px;
	
}

.post li {
	font-family: Arial, sans-serives;
	font-size: 13px;
	line-height: 19px;;
	padding-top: 5px;
}

.post li ul,
.post li ol {
	margin-left: 15px;
}
/* End ------------------------------------------ [ ul/ol ] */

/* Start ---------------------------------------- [ Abstandshalter ] */


.bottom-air {
	margin-bottom: 50px;
}

p.air {
	margin-bottom: 15px;
}

.air-presse-01 {
	margin-bottom: 19px;
}

.air-presse-02 {
	margin-bottom: 20px;
}

p.air_presse {
	margin-bottom: 3px;
}


.distance30 {
	margin-bottom: 30px;
	padding-bottom: 0;
}

.distance60 {
	margin-bottom: 60px;
	padding-bottom: 0;
}

.distance90 {
	margin-bottom: 90px;
	padding-bottom: 0;
}

.distance_h3 {
	margin-top: 45px;
	padding-bottom: 0;
}

.distance_h3_imp {
	margin-top: 40px;
	padding-bottom: 0;
}

.distance_h3_pagenav {
	margin-top: 25px;
	padding-bottom: 0;
}

.distance_h3two {
	margin-top: 65px;
	padding-bottom: 0;
}

.distance_h4 {
	margin-top: 26px;
	padding-bottom: 0;
}

.distance_fill {
	margin-bottom: 50%;
	padding-bottom: 0;
}

.distance_fill100 {
	margin-bottom: 100%;
	padding-bottom: 0;
}

.distance_toppading50 {
	padding-top: 100px!important;
}

.distance_toppading100, dl.distance_toppading100 {
	margin-top: 100px!important;
}

.smallspace {
	padding-top: 8px;
}

.minus-presse {
	margin-top: -44px !important;
}

/* End ------------------------------------------ [ Abstandshalter ] */

/* Start ------------------------------------------ [ Plugin Easy FancyBox css Änderungen ] */ 

.zoom {
	
	text-align: right;
	
}

.zusatz-box {
	width: 100%;
	color: #01506e;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;	
	padding: 10px 10px 25px;
	background-color: #f4f2e6;
	display: block;
}

.zusatz-box em {
	color: #cc061d;
	font-size: 18px;
	font-family: Times, serif;
	line-height: 20px;
	display: block;
	margin-bottom: 5px;	
}


.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: left!important;
	color: #959686!important;
	line-height: 18px;
	background: #fff;
	position: relative;
}



.box-lightbox .post  {
	width: 90vw;
	max-width: 700px;
	color: #959686;
	font-size: 12px;
	line-height: 20px;
	background-color: #f4f2e6;
	padding: 20px;
	border-left: 0;
	border-bottom: 2px solid #cc061d;
	border-top: 2px solid #cc061d;
	margin: 26px 5vw 15px;
	padding-bottom: 50px;
	float: none;
}

.box-lightbox p {
	margin-bottom: 20px;
}

.box-lightbox img {
	width: 100%;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px !important;
}


table.box-lightbox   {
	width: 660px;
	font-size: 12px;
	line-height: 20px;
	border: 0;
	margin: 26px 0 15px 0;
	float: none;
}

table.box-lightbox tr {
	border: 0;
	margin-top: 0;
	padding-top: 0;
}

table.box-lightbox td {
	padding: 0 10px 10px;
	margin-top: 0;
	vertical-align: top;
}



.zusatz-box {
	width: 130px;
	color: #01506e;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin-right: 20px;
	margin-bottom: 5px;
	padding: 10px 10px 25px;
	background-color: #f4f2e6;
	display: block;
}
 /*.zusatz-box img {
	position: absolute;	
}*/

.zusatz, p.zusatz {
	width: 130px !important;
	font-size: 12px !important;
	line-height: 18px;
	color: #01506e;
	font-size: 14px;
	font-weight: bold !important;
	line-height: 21px;
	margin-bottom: 5px;
	background-color: #f4f2e6;
	margin-right: 20px;
	padding: 10px !important;
}

.zusatz em, .zusatz-box em {
	color: #cc061d  !important;
	font-size: 18px !important;
	font-family: Times, serif;
	line-height: 20px;
	display: block;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 5px;	
}

p.zusatz_1-2 {
	width: 310px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}

p.zusatz_1-2_h260 {
	width: 310px;
	min-height: 260px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}

p.zusatz_1-2_h340 {
	width: 310px;
	min-height: 340px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}

p.zusatz_1-3 {
	width: 200px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}

.page-id-2661 dt em {
	font-weight: normal;
	font-style: normal;
}

.bigtext {
	font-size: 20px;
	margin: 10px 0;
	display: block;
}


/* End ------------------------------------------ [ Plugin Easy FancyBox css Änderungen ] */

/* Start ------------------------------------------ [ Glossar Nav ] */

ul.glossarnav {
	display: block;
	width: 679px;
	margin: 0;
	/*margin-bottom: 50px;*/
	/*border: 1px dotted red;*/
}

.glossarnav li  {
	color: #ebe8d5;
	/*margin-right: 5px;*/
	padding: 0 4px 0 3px;
	font-size: 18px;
	list-style-type: none;
	float: left;
	text-indent: inherit;
	margin-left: 0;
	margin-right: auto;
}

.glossarnav li.current_page_item a {
	font-weight: bold;
	color: #333;
}

.glossarnav li a {
	color: #cc061d;
	font-size: 18px;
	padding: 0 4px;
	display: block;
}

.glossarnav li a:hover {
	color: #fff;
	padding: 0 4px;
	background-color: #cc061d;
}

.glossar-chooser {
	font-size: 18px;
	color: #cc061d;
	display: block;
	/*letter-spacing: 7px;*/
	font-weight: bold;
	padding: 2px 4px;
	margin-bottom: 30px;
	border: 1px dotted red;
}

.glossar-letter {
	color: #959686;
	text-align: right;
	font: 60px Georgia, "Times New Roman", Times, serif;
	margin-right: 10px;
}
/* End ------------------------------------------ [ Glossar Nav ] */

/* Start ------------------------------------------ [ Bestellformular ] */

.formBox label {
	display: inline-block;
}

.formular {
	color: #959686;
	margin: 10px 0;
	padding: 20px 0 10px;
	background-color: #f4f2e6;
}

dt.formular {
	color: #959686 !important;
}

dl.firstline h3{
	margin-top: 0 !important;
	padding-top: 0;
}

.allert dt {
	color: #fff;
	padding: 3px;
	background-color: #cc061d;
	font-weight: bold;
	border: 2px solid #cc061d;
}

.allert input, .allert textarea, .allert select {
	color: #000000;
	background-color: #d5cd9f;
	border: 2px solid #cc061d;
	font-size: 14px;
	padding: 5px;
} 

.bestell-achtung {
	font-size: 16px;
	color: #cc061d;
	padding: 20px;
	border: 4px solid #cc061d;
	margin-top: 10px;
	font-weight: bold;
	line-height: 24px;
}

/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/

input, select, textarea {
	border: 2px solid #f4f2e6;
	padding: 3px;
}

input, select, textarea {
	padding: 3px 10px 3px 10px;
	background:#FFF;
	font-size:16px;
	color: #555;
	outline:none;
	border: 2px solid #f4f2e6;
	margin-bottom: 20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
 }

textarea {
	height: 100px;
}

select {
	height: 30px;
	padding: 0;
	width: 310px;
}

#wor-publications input {
	
}

.error {
	
}

div.error  {
	background-color: #fe3d4f;
	padding: 20px 20px 0 40px!important;
	margin-bottom: 10px;
	border-top: 1px solid #cc061d;
	border-bottom: 1px solid #cc061d;
}

div.error label, div.error label em {
	color: #ffffff !important;
	font-weight: bold;
}

div.error input {
	/*border:1px solid #E00;
	color:#E00;
	background-color:#FFDCE5;*/
}

div.error input, div.error textarea, div.error select {
	color: #000000;
	background-color: #d5cd9f;
	border: 2px solid #cc061d;
	font-size: 14px;
	padding: 5px;
}

input:hover, select:hover, textarea:hover,
div.error input:hover, div.error textarea:hover, div.error select:hover {
	border:2px solid #35b128;
	background:#e9f7e8;
}

input:active, select:active, textarea:active {
	border:2px solid #35b128;
}

.out input:hover {
	border:2px solid #aaaaaa;
	background: #dddddd;
}

.out input:active {
	border: 2px solid #aaaaaa;
}

input#sentbutton, .btnSubmit {
	cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
	padding: 5px; /*add some padding to the inside of the button*/
	background:#bae5b6; /*the colour of the button*/
	border:1px solid #35b128!important; /*required or the default border for the browser will appear*/
	
	/*give the button curved corners, alter the size as required*/
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
	
	/*give the button a drop shadow*/
	/*-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
	-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
	box-shadow: 0 0 4px rgba(0,0,0, .75);*/
	
	/*style the text*/
	color:#35b128;
	font-size:1.1em;
	min-width: 250px;
	height: 40px;
	font-weight: bold;
	margin-left: 0;
	/*float: right;*/
}

/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/

input#sentbutton:hover, input#sentbutton:focus {
	background-color :#35b128; /*make the background a little darker*/
	color:#fefefe;
	/*reduce the drop shadow size to give a pushed button effect*/
	/*-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
	-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
	box-shadow: 0 0 1px rgba(0,0,0, .75);*/
}

input#zerobutton, .btnReset {
	cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
	padding:5px 25px; /*add some padding to the inside of the button*/
	background:#f1f1f1; /*the colour of the button*/
	border:1px solid #adadad!important; /*required or the default border for the browser will appear*/

	/*give the button curved corners, alter the size as required*/
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/

	/*give the button a drop shadow*/
	/*-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
	-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
	box-shadow: 0 0 4px rgba(0,0,0, .75);*/

	/*style the text*/
	color:#adadad;
	font-size:1.1em;
	min-width: 60px;
	height: 40px;
	/*float: left;*/
	font-weight: bold;
}

input#zerobutton:hover, input#zerobutton:focus, .btnReset:hover, .btnReset:focus {
	background-color :#cc061d; /*make the background a little darker*/
	color:#fefefe;
	/*reduce the drop shadow size to give a pushed button effect*/
	/*-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
	-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
	box-shadow: 0 0 1px rgba(0,0,0, .75);*/
}

.formBox .btnReset {
	/*margin-left: 50px;*/
}
 .btnGen {
 	text-align: center;
 }

.btnSubmit.next {
	margin-left: 25px;
}

.btnSubmit.modify {
	color: #cc061d;
	background:#eadbdb; /*the colour of the button*/
	border:1px solid #cc061d!important; /*required or the default border for the browser will appear*/
}

.btnSubmit.modify:hover {
	color: #cc061d;
	background: #f3ebeb;
}

.orderSummary, .userAddress, .postLabel, .orderEmail {
	background-color: #f4f2e6;
	width: 639px;
	padding: 20px;
	margin-bottom: 20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px; 	
	border-radius:5px; 
}

/* ----------------------------------------- [ Bestellformular WOR neu] */

/*= Formular */
#post-6162 #content form {
	float:right;
	padding:0;
	width:650px;
	margin:0 50px 0 0;
}

fieldset, .notifyUser { 
	padding: 0;
	margin:0 0 20px 0;
	background-color: #f4f2e6;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:0;
} 

.warnUser, .notifyUser, .infoUser {
 	margin: 20px 0 20px;
 	padding: 20px !important;
 	color: #fff;
 	text-align: left;
 	background-color: #cc061d;
 	font-size: 14px;
 	-webkit-border-radius:5px;
 	-moz-border-radius:5px; 	
 	border-radius:5px;
 	font-weight: normal;
 	white-space: pre-line;
 }
 
 .infoUser {
 	background-color: #cccccc;
 }
 
 .notifyUser a, .note a, .warnUser a, .infoUser a  {
 	color: #ffffff;
 	text-decoration: none;
 	outline: 0;
 	font-weight: bold;
 }
 
 .infoUser a {
 	text-decoration: underline;
 }
 
 .notifyUser a:hover, .note a:hover, .warnUser a:hover {
 	color: #cccccc;
 }

.infoUser a:hover {
	color: #35b128;
}

/*fieldset.personalData { 
	background: #f4f2e6 url(../images/bg_fieldsetCorrect.png) 96% 85% no-repeat;
} 
fieldset.error { 
	background: #f4f2e6 url(../images/bg_fieldsetError.png) 96% 90% no-repeat;
}*/

fieldset legend {
	float:left;
	font-weight:bold;
	font-size:18px;
	height:50px;
	background-color: #ebe8d5;
	color:#b0a26c;
	padding: 0;
	width:100%;
	margin:0 0 25px 0;
	*margin:-5px 0 25px -7px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px; 	
	-moz-border-radius-topleft:5px;	
	border-top-right-radius:5px; 	
	border-top-left-radius:5px; 		
}

fieldset legend span {
	display:inline-block;
	background-color:#f4f2e6;
	color:#b0a26c;
	margin: 10px 10px 10px 20px;
	height:20px;
	width:20px;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.formBox div {
	float:left;
	margin: 10px 0 0;
	padding: 0 10px 0 40px;
	width: 629px;
}

.formBox.btnBox div {
	float:left;
	margin: 0;
	padding: 0;
	width: 679px;
}

/*.formBox .errorMsg {
	float:left;
	margin:0 0 20px 0;
	padding:15px 0;
	width:100%;
	border-width:1px 0;
	border-style: solid;
	border-color: #E00 #FFDCE5;
	color:#E00;
	background-color:#FFDCE5;
}
.formBox .errorMsg span {
	display:block;
	padding:0 10px 0 50px;
}*/

/* .page-template-page-bestellen  2019 neu Hinzugefügt da die aleinige Definition des Labels, ohne genauere Einschränkung, hat negative Nebenwirkungen an anderer Stelle.*/

.page-template-page-bestellen label { 
	float:left;
	line-height:125%;
	width:150px;
	cursor: pointer;
	margin-right: 20px;
}

#address label { 
	width:150px;
}

.formBox.btnBox label { 
	width:550px;
}

form em {
	display:inline-block;
	font-size:125%;
	font-weight: bold;
	color:#E00;
}

/*= meine Änderungen */

.bestellen .header-borderbottom {
	margin-bottom: 20px;
}

.bestellen {
	
}

.page-id-6162 .bestellen {
	/*margin-left: 40px;*/
}

.post-6162 .sidemain {
	/*padding-left: 20px;*/
	/*background-color: #eee;*/
	/*padding-bottom: 10px;*/
}

#address label {
	font-size: 14px;
	/*background-color: #b0a26c;*/
	color: #b0a26c;
	line-height: 25px;
}

#address input {
	width: 290px;
}

#address .postal_code input {
	width: 100px;
}

#address textarea {
	width: 290px;
}

.formBox img {
	float: left;
	padding-left: 5px;
}

.formBox .description {
	width: 65%;
	margin-left: 30px;
	padding: 0;
	text-align: left;
	color: #01506e;
	font-size: 14px;
	font-weight: bold;	/*background-color: yellow;*/
}

.formBox div.available, .formBox div.soon, .formBox div.out {
	width: 80%;
	margin:0 0 10px 0;
	padding: 0 10px 0 0;
}

.formBox .description h3 {
	font-size: 20px;
	margin-bottom: 5px;
	padding-bottom: 0;
}

/* ----------------------------------------- [ Bestellformular WOR Zusätze wie Out, Soon, Available] */
.formBox .description h3.new {
	padding-right: 50px;
	/*background-color: pink;*/
}

.de .formBox .description h3.new::after {
	content: "neu"; color: #ffffff; background-color: #cc061d; margin-left: 10px; padding: 3px 5px; font-size: 14px;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
	
.de .formBox .description h3.actual::after {
	content: "aktuell"; color: #ffffff; background-color: #cc061d; margin-left: 10px; padding: 3px 5px; font-size: 14px;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
	
.en .formBox .description h3.new::after {
	content: "new"; color: #ffffff; background-color: #cc061d; margin-left: 10px; padding: 3px 5px; font-size: 14px;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }

.en .formBox .description h3.actual::after {
	content: "actual"; color: #ffffff; background-color: #cc061d; margin-left: 10px; padding: 3px 5px; font-size: 14px;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
	
formBox .out {
	/*background-color: #dddddd;*/
	width: 90%;
}

.de .formBox .description .soon span::after {
	content: "erscheint in Kürze"; color: #ffffff; background-color: #cc061d; margin-left: 10px; padding: 5px; font-size: 12px;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
	
.en .formBox .description .soon span::after {
	content: "comming soon"; color: #ffffff; background-color: #cc061d; margin-left: 10px; padding: 5px; font-size: 12px;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }

.de .formBox .description .out span::after {
	content: "zur Zeit nicht lieferbar"; color: #ffffff; background-color: #cccccc; margin-left: 10px; padding: 5px; font-size: 12px;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
	
.en .formBox .description .out span::after {
	content: "out of stock"; color: #ffffff; background-color: #cccccc; margin-left: 10px; padding: 5px; font-size: 12px;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }

.formBox .description h4 {
	font-size: 12px;/*
	color: #cc061d;*/
	padding-bottom: 120px;
}

.formBox .description label {
	padding: 0!important;
	margin: 0!important;
	width: 150px;
}

.formBox .description input {
	padding: 0!important;
	margin: 0!important;
	width: 40px;
	height: 20px;
	text-indent: 5px;
}

fieldset#wor-publications fieldset legend {
	display: none;
}

fieldset#wor-publications fieldset  {
	margin-left: 15px;
}

.checkDone {
	color: #cccccc;
	font-style: italic;
}

.checkActual {
	font-weight: bold;
	color: green;
}

.checkNext {
	color: #999999;
}

em.orderStep {
	left: 82%;
	font-size: 18px;
	color: #b0a26c;
	font-weight: bold;
	font-style: normal;
}

.orderStep  {
	position: relative;
	width: 10%;
	text-align: right;
	margin-bottom: 20px;
	font-size: 14px;
	color: #b0a26c;
}

.bestellen table {
	
	/*border: 1px solid #b0a26c;*/
	width: 95%;
}

.bestellen table caption {
	padding: 3px 5px 12px;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	/*background-color: #b0a26c;*/
	color: #b0a26c;
}

.orderSummary table tr,
.userAddress table tr {
	border-style: none;
	max-height: 20px;
}

.bestellen table td {
	width: 65%;
	padding: 3px 5px 3px 8px;
	/*background-color: yellow;*/
}

.bestellen table td:first-child {
	width: 35%;
	/*background-color: red;*/
}

.bestellen table tr {
   
}

.bestellen table tr:nth-child(even) {
  background-color: #f4f2e6;
}

.bestellen table tr:nth-child(odd) {
  background-color: #ebe8d5;
}

.bestellen table tr.email {
	background-color: #b0a26c;
	color: #fff;
}

.bestellen table tfoot tr {
	background-color: #b0a26c;
	color: #555555;
	font-weight: bold;
	border-top: 1px solid #555555;
}

.bestellen table tr:hover {
background-color: #c00;
color: #fff;
}

.bestellen table tr:first-child td:first-child { border-top-left-radius: 5px;}
.bestellen table tr:first-child td:last-child { border-top-right-radius: 5px; } 
.bestellen table tr:last-child td:first-child { border-bottom-left-radius: 5px; } 
.bestellen table tr:last-child td:last-child { border-bottom-right-radius: 5px; }

.bestellen tbody { 
	border-radius: 5px;
}

.userAddress .email {
	font-weight: bold;
	font-size: 14px;
}

.postLabel {
	font-size: 14px;
	color: black;
	line-height: 20px;
}

.postLabelsticker {
	background-color: #ffffff;
	-webkit-border-radius:8px;
	-moz-border-radius:8px; 	
	border-radius:8px;
	min-width: 50%;
	max-width: 70%;
	margin: 10px 5px;
	padding: 20px;
}

.postLabel h3 {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	/*background-color: #b0a26c;*/
	color: #b0a26c;
	padding-bottom: 10px;
}

.postLabel .name {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

.adressnote {
	color: #aaaaaa;
	line-height: 30px;
}

.formBox.btnBox .orderInstruction, .orderEmail .orderInstruction {
	padding: 0;
	margin: 25px 25px 20px;
	clear: both;
	width: 629px;
}

.formBox.btnBox .orderInstruction label, .orderEmail .orderInstruction label {
	color: #cc061d;
	font-size: 16px;
	font-weight: bold;
	/*padding-top: 10px;*/
	padding-bottom: 10px;
}

.formBox.btnBox .orderInstruction .note, .orderEmail .orderInstruction .note {
	margin: 0 0 20px;
	padding: 20px !important;
	color: #fff;
	text-align: left;
	background-color: #cc061d;
	font-size: 14px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px; 	
	border-radius:5px;
	width: 589px;
	white-space: pre-line;
}

.orderFinish {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	color: #b0a26c;
	min-height: 45px;
	padding-bottom: 100px;
}

/* End ------------------------------------------ [ Bestellformular ] */ 

/* End ------------------------------------------ [ main ] */

/* Start ------------------------------------------ [ Footer ] */ 

footer {
	margin-top: 20px;
  	border-top: 1px #000000 solid;
}

.download-pdf {
	display: block;
}

.post-page-links, 
.download-pdf a, 
.beteiligteindex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #cc061d;
	margin-bottom: 10px;
}

.download-pdf {
	width: 100%;
	margin-top: -20px;
	margin-bottom: 12px;
	padding: 0;
	text-align: right;
}



/* End ------------------------------------------ [ Footer ] */



/* Start ------------------------------------------ [ Interne Verlinkung ] */

strong.iv-search-term {
	display: none;
  }

div.infobox-intern {
	position: relative;
	display: inline;
	color: #cc061d;
	font-weight: normal;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	border-bottom: 1px dashed #cc061d;
	border-top: none;
	border-left: none;
	border-right: none;
/*	background: pink;*/
}

/*div:hover.infobox-intern  {
	color: #a40417;
	text-decoration: none;
	border-bottom-style: none;
	display: block;
}*/

div.infobox-intern span {
	padding-right: 0!important;
	margin-right: 0!important;	
}

.dropdown-content {
    display: none;
    position: relative;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
	width: 500px;
	left: 0;
}

.box-lightbox div.dropdown-content {
	width: 640px;
}

.infobox-intern:hover .dropdown-content {
    display: block;
    color: black;
    background:#ffffff;
    /*font:normal 16px courier, sans-serif;*/
    border:1px solid #cc061d;
    padding:10px;
    text-decoration: none;
    margin-top: -2px;
}

.box-lightbox .infobox-intern {
	position: relative;
	display: inline;
	margin-top: 20px;
}

.box-lightbox .infobox-intern:hover .dropdown-content {
	margin-top: -3px;
}

/* Interne Verlinkung UL und LI */

div.infobox-intern .dropdown-content ul {
	margin: 0;
	padding: 0;
	text-decoration: none;	
}

div.infobox-intern .dropdown-content ul {
	color: #cc061d;
	background-color: white;
	padding: 3px 0;

}

div.infobox-intern .dropdown-content ul li {
	text-decoration: none;
	list-style: none;
}

div.infobox-intern .dropdown-content ul li a {
	display: block;
	padding: 4px 5px;
	border-bottom-style: none;
}

div.infobox-intern .dropdown-content ul li a:hover {
	
	border-bottom-style: none;
	color: #ffffff;
}

/* Interne Verlinkung Links zu den einzelnen WORs */
.wor1-target, .wor2-target, .wor3-target, .wor4-target {
	color: white;
	font-weight: bold;
}

.wor1-target {
	background-color: #e6ebef;	
}

.wor2-target {
	background-color: #ebe8d5;	
}

.wor3-target {
	background-color: #dee9e8;	
}

.wor4-target {
	background-color: #eadbdb;	
}

a.wor1-target, a.wor2-target, a.wor3-target, a.wor4-target, a.wor5-target {
	color: #cc061d;
	background-color: #e6ebef;
}

a:hover.wor1-target {
	background-color: #849eb4;
	color: #ffffff;	
}

a:hover.wor2-target {
	background-color: #d9cea5;
	color: #ffffff;		
}

a:hover.wor3-target {
	background-color: #74abb6;
	color: #ffffff;		
}

a:hover.wor4-target {
	background-color: #cc7b7b;
	color: #ffffff;		
}

a:hover.wor1-target, a:hover.wor2-target, a:hover.wor3-target, a:hover.wor4-target, a:hover.wor5-target, a:hover.wor6-target, a:hover.wor7-target {
	background-color: #01526f;
	color: #ffffff;	
}

.infobox-intern-after {
	float: right;
	display: inline;
}

.clear-intern {
	clear: both;
	/*display: block;*/
}

/*lightbox_content Extras*/

a.button-gross {
	padding: 8px 15px;
	height: auto;
	width: auto;
	color: #35b128;
	font-size: 15px;
	font-weight: bold;
	text-align: center!important;
	text-decoration: none;
	background-color :#bae5b6;
	border:1px solid #35b128;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

a.button-gross:hover {
	background-color: #35b128;
	color: #fefefe;
	text-decoration: none;
}


a.lightbox-invisible {
	display: none;
}

.datenschutz h1 {
	
}

.datenschutz h2 {
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 1.5em;
	line-height: 1.6em;
	color: #cc061d;
	font-weight: bold;
}

.datenschutz h3 {
	padding-top: 30px!important;
	padding-bottom: 5px;
	font-size: 1.4em;
	line-height: 1.7em;
	color: #01506e;
}

.datenschutz p {
	margin-bottom: 10px;
}

/* End ------------------------------------------ [ Interne Verlinkung ] */ 



/* Start ------------------------------------------ [ Seitenreihenfolge Überarbeiten ] */ 

.page-template-page-admin-menuorder legend {
	padding: 5px;
	padding-top: 10px;
  }
  
  .page-template-page-admin-menuorder aside {
	display: none;
  }
  
  .page-template-page-admin-menuorder main {
	min-height: 100px;
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 3;
	grid-row-end: 4;
	border-left: 0 #000000 solid;
  }
  
  table.alternate-tr {
	width: 1200px;
	font-size: 18px;
  }
  
  table.alternate-tr td {
	padding: 5px;
	padding-top: 10px;
  }
  
  table.alternate-tr tr:nth-child(even)  {
	background-color: #ffe37f;
  }
  
  table.sort-pages tr:nth-child(odd)  {
  
  }
  
  /* End ------------------------------------------ [ Seitenreihenfolge Überarbeiten ] */ 
  