/*
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 ] */

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

@supports (display: grid) {

	/* Start ------------------------------------------ [ Grid Site ] */

	.page-wrapper {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 344px 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 Site ] */

	/* Start ------------------------------------------ [ Grid Startseite ] */
	.page-wrapper.home {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 344px auto 1fr 50px;
	  }
	  
	.page-wrapper.home div.wor-cover-nav {
		grid-area: wor-cover-nav;
		grid-column-start: 1; grid-column-end: 2;
		grid-row-start: 2; grid-row-end: 3;
	  }
	
	.page-wrapper.home aside {
		grid-area: aside;
		grid-column-start: 1; grid-column-end: 2;
		grid-row-start: 3; grid-row-end: 4;
	  }
	
	.page-wrapper.home main {
		grid-area: main;
		grid-column-start: 1; grid-column-end: 2;
		grid-row-start: 3; grid-row-end: 4;
	  }
	
	.page-wrapper.home footer {
		grid-area: footer;
		grid-column-start: 1; grid-column-end: 2;
		grid-row-start: 4; grid-row-end: 5;
	  }

	/* End ------------------------------------------ [ Grid Startseite ] */


  }
  
/* End ------------------------------------------ [ Grid support ] */

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

header {
	padding-bottom: 20px;
  }

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 {
	width: 100%;
	padding: 0 5px 20px;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	
  }

/* 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.free {
	display: inline-flex;
}

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;
  }


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

  a.alignright, .p-right a {
	display: block;
	text-align: right;  
  }

  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 ] */
  
  .font-weight-bold {
  	font-weight: bold;
  }

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 20px auto;
	padding-right: 0;
	padding-top: 0;
	text-align: right;
	padding-bottom: 0;
}

.formatted-text {
	white-space: pre-line;
}

 /* 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-logo .logo {
	margin-left: 20px;
  }
  
  .header-picture {
	width: 100vw;
	height: 230px;
	padding: 0;
	background-image: url(../images/wor-header-picture-home.jpg);
  }

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


  header .picture {
	border-bottom-width: 15px;
	border-bottom-style: solid;
  }
    
  header .title {
	font-size: 20px;
	margin-left: 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 > li:first-child a .navtitel {
	font-size: 16px;
	/* line-height: 20px; */
	color: #849eb4;
	text-transform: none;
  }
  
  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;
  }
  
  ul.menu-wor > li:first-child a:hover {
	opacity: 0.8;
}
  /* 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: #87846b;
	  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 ] */

  .custom-html-widget .borlabs-cookie-preference {
	margin-bottom: 40px;
  }

  a.borlabs-cookie-preference {
	color: #959686;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	margin-left: -10px;
    text-decoration: none;
  }
  
  a:hover.borlabs-cookie-preference {
	color: #cc061d;
  }

  /* 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;
  }

  .widget-order-direct {
	width: 100%;
	margin-bottom: 60px;
  }

  img.order-direct {
	height: 100% !important;
    width: 100% !important;
	object-fit: cover;
    object-position: center center;
	margin-bottom: 40px;
  }
  
  .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 {
	display: flex;
	flex-direction: row;
	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: 7px 3px 7px 10px;
	background: #FFF;
	font-size: 14px;
	line-height: 1.8em;
	color: #555;
	outline: none;
	border: 2px solid #f4f2e6;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  }

  input[disabled] {
	  opacity: 0.4;
  }

  input.formfield:focus, select.formfield:focus, textarea.formfield:focus {
	background-color: #35b128;
	
	color: #fff;
	font-weight: 700;
  }
  
  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 ] */


#header h1 {
	font-size: 1.8em;
	font-weight: normal;
	text-indent: -5000px;
}

#header h1 a {
	text-decoration: none;
	border: 0 none;
}


h1,
h2 {
	margin: 25px 0 5px 0;
	font-size: 25px;
	line-height: 28px;
	color: #333;
}

h2.page-title {
	margin: 0 0 .5em 0 !important;
	font-size: 2.8em;
	font-weight: normal;
	color: #21759B;
	display: none;
  }
  
.box-lightbox h2.page-title {
	display: block;
	color: #01506e;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 20px !important;
}

.sidemain dd h2.kapitel-teaser {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #01506e;
	text-indent: 0;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
}


h3 {
	color: #01506e;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

h4,
h5,
h6 {
	margin: 2px 0;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-bottom: 1px;
}

.search .post-header h3 a {
  margin: 0 !important;
  font-size: 18px;
  color: #01506e;
  line-height: 20px;
  font-weight: normal
}

.sidemain dd h3 {
	color: #01506e;
	font-size: 16px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 10px;
	text-indent: 0;
	/*background-color: silver;*/
}

.sidemain.presse dd h3,  .sidemain.bestellenh3 h3 {
	color: #cc061d;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 10px;
	text-indent: 0;
	/*background-color: silver;*/
}

.kapitelinhalt dd h3.kapitel-teaser {
	padding-bottom: 10px;
	/*background-color: greenyellow;*/
	/*margin-top: 10px;*/
}

.single .post h3 {
	font-family: Times, serif;
	color: #01506e;
	font-size: 21px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.sidemain dd h3.kapitel-teaser {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #01506e;
	text-indent: 0;
	padding-bottom: 10px;
}

.kapitelinhalt dd h3.kapitel-teaser {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #01506e;
	text-indent: 0;
	padding-bottom: 10px;
	padding-bottom: 3px;
	margin-bottom: 12px;
	border: 0px solid;
	border-bottom-width: 2px;
}

.sidemain  h3.black {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	text-indent: 0;
}

.sidemain  h3.hervorgehoben {
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	text-indent: 0;
	margin-bottom: 20px;
}

.sidemain  h3.hervorgehoben em {
	margin-left: 4px;
	padding: 3px 10px;
	font-weight: normal; 
	color: #ffffff;
	background-color: #cc061d;
	-webkit-border-radius:5px;
	-moz-border-radius:5px; 	
	border-radius:5px; 
	white-space: nowrap;
}

.sidemain.kapitelkopf dd h3 {
	
	font-size: 17px !important;
	line-height: 20px;
	color: #01506e;
	text-indent: 0;
	/*background-color: #cc061d;*/
}

h3.box-lightbox {
	color: #cc061d;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	padding: 10px 0 10px;
	text-indent: 0;
}

h3.morespace {
	line-height: 20px !important;
	padding-bottom: 10px;
}

.form-box .description h3 {
	font-size: 24px;
	margin-bottom: 2;
	padding-bottom: 0;
}

.form-box .description h4 {
    font-size: 14px;
    color: #01526f;
	padding-bottom: 20px;
}





/* End ------------------------------------------ [ h1 - h6 ] */


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

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

.page-template-page-order dl {
	flex-direction: column;
}

dt {
	width:100%;
	float: right;
  }

dd {
	width:100%;
	clear: both;
	text-align: justify;
  }

 
.sidemain dd h2.kapitel-teaser, dd h2.kapitel-teaser,  dd h3.kapitel-teaser,  dd h4.kapitel-teaser {
	text-align: left;
  }

.kapitelkopf dd {
    background-color: #ebe8d5;
	padding: 10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.kapitel-kasten dl {
	display: flex;
	flex-direction: column;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 20px!important;
	background-color: #e6ebef;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.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 ---------------------------------------- [ Textboxen ] */

.boxwithbackground {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:0;
}

.bgc-lightblue {
	background-color: #e6ebef;
}

.bgc-gray {
	background-color: #cccccc;
}

.bgc-darkbaige {
	background-color: #ebe8d5;
}

.bgc-lightbaige {
	background-color: #f4f2e6;
}

/* End ------------------------------------------ [ Textboxen ] */

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

.post li {
	font-size: 13px;
	line-height: 19px;;
	padding-top: 5px;
}

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

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

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

.distance_toppading50 {
	padding-top: 50px;
	/* padding-top: 50px!important; */
}

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

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

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

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

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

.smallspace {
	padding-top: 8px;
}

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

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

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

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

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

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

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

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


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

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

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

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

.header-borderbottom {
	font-size: 18px;
	font-weight: bold;
	color: #b0a26c;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-bottom: 2px;
	border-bottom: 1px solid #959686;
}

.post dl, .sidemain dl {
    color: #000;
    font-size: 11px;
    line-height: 19px;
}

.post dd, .sidemain dd {
    font-size: 15px;
}

p.kapitel-teaser {
    color: #959686;
    min-height: 114px;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 9px;
    text-indent: 75px;
}

.post dl, .sidemain dl {
    color: #000;
    font-size: 11px;
    line-height: 19px;
    padding-top: 19px;
    padding-top: 20px;
    padding-bottom: 0;
    margin: 0;
    /* border-top: 1px solid #959686; */
}

.border-top dl, dl.border-top {
    /* border-top: 1px solid #959686; */
}

.text-beige {
	color: #9d9a7e;
}

img.conclusio, img.conclusiored {
	margin-top: 45px;
	/* transform: rotate(90deg); */

}


/* End ----------------------------------------------- [ Inhaltselemente ] */

/* Start ------------------------------------------ [ wor-cover-nav ] */

div.wor-cover-nav {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
	border-style: none;
	overflow: auto;
	scroll-behavior: smooth;

}



div.wor-cover-nav ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	/* min-width: 3000px; Muss die gesamt Breite der li Elemente nebeneinander haben. 1x li ist 194px breit, 4x 194px = 776px (Das Sichtfesnter ist 680px x 370px und es sollen immer 3,5 Hefte gezeigt werden, damit man sieht, das hier gescrolt werden kann)*/
	/* background-color: pink; */
}
 /* Ursprüngliche Breite war200x258 Bilder mit 10px pading right - Muss die gesamt Breite der li Elemente nebeneinander haben. 1x li ist 226px breit, 4x 226px = 904px (Alte Wert war 678px bei 3 li)*/

div.wor-cover-nav ul li {
	padding: 0;
	margin: 0 10px 0 0;
	list-style-type: none;
	/* width: 184px; */
	
	font: 14px Times, Georgia, "Times New Roman", serif;
	color: #cc061d;
	opacity: 0.60;
}

div.wor-cover-nav img, div.wor-cover-nav ul li {
	
	min-width: 200px;
	max-width: 320px;
	height: auto;
}

.wor-cover-nav ul h2 {
	padding-top: 5;
	font: bold 21px Times, Georgia, "Times New Roman", serif;
	color: #cc061d;
	margin: 8px 0 0 5px;
	background: url(../images/pfeil-bg-rot.png) 0 1px no-repeat;
	padding-left: 27px;
}

.intro-beschreibung {
	padding: 5px;
}

div.wor-cover-nav ul li.wor-overflow:hover {
	opacity: 1;
}

div.wor-cover-nav ul li.wor:hover {
	background-color: #e6ebef;
}

/* End ------------------------------------------ [ wor-cover-nav  ] */


/* 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 {
	margin-left: 40px;
	padding: 5px 0;
}

.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;
	text-align: justify;
	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: 150px;
	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;
	
	margin: 30px 0 0;
	/*margin-bottom: 50px;*/
	/*border: 1px dotted red;*/
}

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

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

.glossarnav li a {
	color: #cc061d;
	font-size: 24px;
	padding: 5px 5px 4px 5px;
	margin-top: -5px;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.glossarnav li a:hover {
	color: #fff;
	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-top: 20px;
	margin-right: 10px;
	border-bottom: #959686 3px solid;
	margin-bottom: 20px;
}

.post .glossar dt {
	font-size: 13px;
	font-weight: 600;
	text-align: right;
}

/* End ------------------------------------------ [ Glossar Nav ] */
/* Start ------------------------------------------ [ Abkürzungen Nav ] */

.post .abbreviation dt {
	font-size: 14px;
	font-weight: 600;
	text-align: right;
}

/* End ------------------------------------------ [ Abkürzungen Nav ] */
/* Start ------------------------------------------ [ Bestellformular ] */


.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;
}

.page-template-page-order ol {
	margin-left: 30px;
}

.page-template-page-order ol li {
	margin: 10px 0;
}

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

.check-actual {
	font-weight: bold;
	color: green;
}

.check-next {
	color: #999999;
}

.order-step-status  {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 5px;
	font-size: 18px;
	color: #b0a26c;
}


.order-step  {
	padding-right: 10px;
}

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



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

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

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;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.form-box  {
	display: flex;
	flex-direction: column;
}


.form-box  > div {
	margin-bottom: 20px;
}

.form-box, .fieldset.error-message  {
	margin: 10px 0 0;
	padding: 0 10px 15px;
	width: 100%;
}

.wor-publication-order .form-box label {
	width: 100%;
}

.wor-publication-order .form-box .wor-publication label {
	max-width: 200px;
}

.wor-publication-order .form-box input[type=text] {
	width: 100%;
}



.wor-publication-order .form-box .wor-publication input {
	width: 70px;
}

.wor-publication-order .form-box input.medium {
	
}

.wor-publication-order .form-box input.small {
	width: 70px;
}

textarea#excessive_order {
	height: 200px;
}

.group-box-formfield {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.wor-publication-order .form-box .sub-group-box-formfield {
	width: 100%;
}

.wor-publication-order .form-box .wor-publication .sub-group-box-formfield {
	width: 80px;
}

.wor-publication-order .form-box .sub-group-box-formfield.medium {
	width: 90%;
}

.wor-publication-order .form-box .sub-group-box-formfield.small {
	width: 70px;
}

.form-box .description  {
	margin-bottom: 70px;
}

.formfield-description {
	padding-bottom: 20px;
}

.formfield-description  {
	margin-top: 5px;
	font-size:14px;
	color:#b0a26c;
	white-space: pre-line;

}

.form-box .description > div {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	/* background-color: #ccc; */
	margin-bottom: 5px;
}

 .sub-group-box-formfield {
	position: relative;
}

.formfield-tooltip {
	position: absolute;
	display: none;
	padding: 5px;
	background-color: #01506e;
	top: -27px;
	right: 0%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
	color:#f4f2e6;
	z-index: 1000;
}



.legal .form-box {
	position: relative;
	display: inline-block;
}


.legal .form-box input#agreement {
	
	background-color: #01506e;
	

}


/* End ------------------------------------------ [ fieldset ] */

.wor-publication-order .form-box .available input,
.wor-publication-order .form-box .soon input,
.wor-publication-order .form-box  .out input {
	width: 70px;
}




.wor-publication-order textarea {
    width: 100%;
	height: 80px;
}




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

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

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

.de .form-box .description .soon span::after {
	content: "erscheint in Kürze"; color: #ffffff; background-color: orange; margin-left: 10px; padding: 5px; font-size: 14px;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
	white-space: nowrap; }
	
.en .form-box .description .soon span::after {
	content: "coming soon"; color: #ffffff; background-color: orange; margin-left: 10px; padding: 5px; font-size: 14px;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
	white-space: nowrap; }

.de .form-box .description .out span::after {
	content: "vergriffen"; color: #ffffff; background-color: #cccccc; margin-left: 10px; padding: 5px; font-size: 14px;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
	white-space: nowrap; }
	
.en .form-box .description .out span::after {
	content: "out of stock"; color: #ffffff; background-color: #cccccc; margin-left: 10px; padding: 5px; font-size: 14px;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
	white-space: nowrap; }

/* End ------------------------------------------ [ Bestellformular WOR Zusätze wie Out, Soon, Available ] */ 

/* Start ------------------------------------------ [ error-message ] */ 

label.error {
	padding-right: 5px;
}

.message-general, .info-user, .notifyUser {
	margin: 20px 0 20px;
	padding: 20px !important;
	color: #fff;
	text-align: left;
	background-color: #f4f2e6;
	font-size: 16px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px; 	
	border-radius:5px;
	font-weight: bold;
	white-space: pre-line;
}

input.error, select.error, textarea.error {
	background-color: #ff230e;
	color: #ffffff;
}

.info-user {
	background-color: #cccccc;
}

.message-general-ok {
	background-color: limegreen;
}

.message-general-note {
	background-color: orange;
}

.message-general-error {
	background-color: #ff230e;
}

.error-message {
	color: #ff230e;
}

.fieldset.error-message {
    padding-top: 15px;
	padding-bottom: 15px;
    color: #ffffff;
	font-weight: bold;
    background-color: #ff230e;
}

label.error {
	font-weight: bold;
}

.message-general-error a, .notifyUser a, .note a, .error-message-summary a, .info-user a  {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	font-weight: bold;
}

.info-user a {
	text-decoration: underline;
}

.notifyUser a:hover, .note a:hover, .error-message-summary a:hover {
	color: #cccccc;
}

.info-user a:hover {
   color: #35b128;
}

/* End ------------------------------------------ [ error-message ] */

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

.btn-gen {
	display: flex;
	flex-direction: row;
	justify-content: space-between;

}

input#sentbutton, .btn-submit {
	cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
	margin-left: 20px;
	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;*/
	
	/*style the text*/
	color:#35b128;
	font-size:1.1em;
	min-width: 150px;
	width: 80%;
	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;
}

input#zerobutton, .btn-reset {
	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;*/

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

.btn-submit.modify {
	margin-right: 40px;
	color: #cc061d;
	background:#eadbdb; /*the colour of the button*/
	border:1px solid #cc061d!important; /*required or the default border for the browser will appear*/
	min-width: 60px;
	max-width: 120px;
}

.btn-submit.modify:hover {
	color: #cc061d;
	background: #f3ebeb;
}

.btn-reset:hover, .btn-reset:focus {
    background-color: #cc061d;
    color: #fefefe;
}

input.btn-submit:hover {
    border: 2px solid #35b128;
    background: #e9f7e8;
}

/* End ------------------------------------------ [ sentbutton ] */ 


/* Start ------------------------------------------ [ 2. Bestellseite ] */ 

/* .order-summary, .user-address, .post-label, .order-final, .order-email */
.fieldset-readonly  {
	background-color: #f4f2e6;
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px; 	
	border-radius:5px; 
}

.bestellen table {
	width: 100%;
}

.fieldset-readonly h3, .bestellen table caption {
	padding: 3px 0 12px;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	color: #b0a26c;
}

.bestellen table caption {
	padding: 3px 5px 12px;
}

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

.bestellen table tr:nth-child(even) {
	background-color: #f4f2e6;
  }
  
  .bestellen table tr:nth-child(odd) {
	background-color: #ebe8d5;
  }
  
  .bestellen table tr.email {
	  background-color: yellow;
	  color: #555555;
	  
  }
  
  .bestellen table tr.email td {
	  padding: 10px 5px 10px 8px;
	  
  }
  
  .bestellen table tfoot tr {
	  background-color: #b0a26c;
	  color: #555555;
	  font-weight: bold;
	  border-top: 1px solid #555555;
  }
  
  .bestellen table tr:hover {
  background-color: #d8d5c3;
  color: #000;
  }
  
  .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;
  }

.bestellen table td {
	width: 10%;
	padding: 8px 5px 8px 8px;
	/*text-align: right;*/
	/*background-color: yellow;*/
}

.bestellen table td:first-child {
	width: 90%;
	/*text-align: left;*/
	/*background-color: red;*/
}

.bestellen .user-address table td:last-child {
	/* font-weight: 600; */
}

.bestellen .user-address table td {
	width: 68%;
	text-align: left;
}

.bestellen .user-address table td:first-child {
	width: 32%;
}

.bestellen .additional-information table td {
	width: 65%;
}

.bestellen .additional-information table td:first-child {
	width: 35%;
}


.bestellen td.align-right {
	text-align: right;
}

.user-address .email {
	font-weight: 600;
	letter-spacing: 0.05em;
	font-size: 16px;
}

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

.post-labelsticker {
	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;
}



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

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

/* End ------------------------------------------ [ 2. Bestellseite ] */ 

/* Start ------------------------------------------ [ Admin-Bestellung-Detailansicht ] */ 

div.similar-orders {
	width: 100%;
	max-width: 668px;
	overflow: auto;
	scroll-behavior: smooth;
}

.similar-orders table {
	white-space: nowrap;
	text-align: left;
	margin-right: 10px;
}

.similar-orders table th, .similar-orders table td {
	padding: 8px 5px 8px;
	text-align: left;
}

.similar-orders table th {
	background-color: #ff230e;
	color: #ffffff;
}

span.status-process {
	color: #01506e; background-color: yellow; margin-left: 10px; padding: 3px 50px; font-size: 16px; font-weight: 600;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }


	

tr.status-process > td:first-of-type {
 	border-left:  10px solid transparent;
}

tr.status-process > td:last-of-type {
   border-right:  10px solid transparent;
}

tr.status-process.status-process-request > td {
	border-color: yellow;
}

td.status-process-request,
span.status-process.status-process-request  {
	background-color: yellow;
}

tr.status-process.status-process-onhold > td,
tr.status-process.status-process-pending > td {
	border-color: orange;
}

td.status-process-onhold,
td.status-process-pending,
span.status-process.status-process-onhold,
span.status-process.status-process-pending {
	background-color: orange;
}

tr.status-process.status-process-ready > td {
	border-color: limegreen;
}

td.status-process-ready,
span.status-process.status-process-ready {
	background-color: limegreen;
	color: #ffffff;
}

tr.status-process.status-process-processed > td {
	border-color: greenyellow;
}

td.status-process-processed,
span.status-process.status-process-processed {
	background-color: greenyellow;
}

tr.status-process.status-process-shipping_user_change > td {
	border-color: lime;
}

td.status-process-shipping_user_change,
span.status-process.status-process-shipping_user_change {
	background-color: lime;
}

tr.status-process.status-process-shipping_user_informed > td {
	border-color: green;
}

td.status-process-shipping_user_informed,
span.status-process.status-process-shipping_user_informed {
	background-color: green;
	color: #ffffff;
}

tr.status-process.status-process-silent_rejection > td,
tr.status-process.status-process-reasoned_rejection > td,
tr.status-process.status-process-informed_rejection > td {
	border-color: red;
}

td.status-process-silent_rejection,
td.status-process-reasoned_rejection,
td.status-process-informed_rejection,
span.status-process.status-process-silent_rejection,
span.status-process.status-process-reasoned_rejection,
span.status-process.status-process-informed_rejection {
	background-color: red;
	color: #ffffff;
}




/* End ------------------------------------------ [ Admin-Bestellung-Detailansicht ] */ 

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

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

.herunterladen h1 {
	margin: 0 0 35px 0;
    font-size: 25px;
    color: #01506e;
}

.herunterladen h3 {
    font-size: 24px;
    margin-bottom: 2px;
    padding-bottom: 0;
}

.herunterladen h4 {
	margin: 0 0 10px 0;
    font-size: 16px;
    color: #cc061d;
}

.herunterladen-wor a {
	display:inline-block;
	margin: 10px 0 25px 0;;
	padding: 6px 20px;
	font-size: 18px;
	background-color: #cc061d;
	color: #ffffff;
	-webkit-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px; 	
	-moz-border-radius:5px;	
	border-radius:5px; 	
	border-radius:5px;  
}

.herunterladen-wor a:hover {
	background-color: #35b128;
	color: #ffffff; 
}

.wor-publication.herunterladen {
	
	font-weight:bold;
	font-size:14px;
	background-color: #ebe8d5;
	color:#01506e;
	/* padding: 20px; */
	width:100%;
	margin:0 0 25px 0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px; 
	border-radius:5px; 		
}

.wor-publication img {
	width: 100%;
	height: 400px;
	object-fit: cover;
    object-position: center top;
	margin-bottom: 15px;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;	
	border-top-right-radius: 5px;	
	-webkit-border-top-right-radius: 5px;	
	-moz-border-top-right-radius: 5px;
}

.wor-publication .description {
	padding: 20px;
}

/* .dddddd {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
} */


/* End ------------------------------------------ [ Herunterladen ] */ 


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

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

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

.lightbox-wrapper footer {
  	border-top: none;
}

.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, a.wor6-target, a.wor7-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 dd h2 {
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 1.5em;
	/* line-height: 1.5em; */
	color: #cc061d;
	font-weight: bold;
}

.datenschutz dd h3 {
	padding-top: 30px!important;
	padding-bottom: 5px;
	/* font-size: 1.4em; */
	line-height: 1.3em;
	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 ] */ 
  

