/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%;}
body { margin: 0; font-size: 100%; font: inherit; line-height: 19px; height: 100%;}
/*
// Externí odkaz <link> úplně odstranit a nahradit font v CSS systémovým fontem (změna 05.11.2025):
// body, button, input, select, textarea { font-family: 'Source Sans Pro', sans-serif; color: #000; font-size: 14px; }
// Na většině systémů (Windows, macOS, Android, iOS) to bude velmi podobné Source Sans Pro, protože Roboto, Segoe UI a San Francisco jsou podobně čitelné sans-serif fonty:
*/
body, button, input, select, textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #000;
  font-size: 14px;
}
input:required { background-color: unset !important; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #000; text-decoration: none; }
a:visited { color: #000; }
a:hover { color: #000; text-decoration: underline; }
/* a:focus { outline: thin dotted; } */

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: GT
   ========================================================================== */

.error-link {
	color: red;
	font-weight: bold;
	font-size: 120%;
}

.mobileHidden { display: block; }
.desktopHidden { display: none; }

h1, h2, h3, h4, h5, h6, ul, p, address {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0;
}

p { margin: 15px 0; }
.clr { clear: both; height: 0; line-height: 0; font-size: 0; }

input::-moz-focus-inner { border: 0; padding: 0; }

.pt15 { padding-top: 15px; }
.pb15 { padding-bottom: 15px; }
p a.act { color: #000000; font-weight: bold; }

.vstup { background: #d0d0d0 url(img/vstup/vstup_bg.jpg) repeat-x; }
.vstuptop { text-align: center; padding: 25px 0; margin-bottom: 10em; color: #FFF; }
.language { width: 620px; margin: 0 auto; text-align: center; }
.language a { color: #000; font-weight: bold; }
.language h2 { font-size: 1.6em; }
.language .flags { width: 340px; margin: 0 auto; text-align: center; }


/* OBSAH TOPU */
.wrap { max-width: 1090px; margin: 0 auto; padding: 31px 50px; z-index: 2; }
.container { min-height:100%; position: relative;}
.top { padding-bottom: 35px; }
.logo-archiv { height: 81px; width: 97px; vertical-align: top; }
.top-content { border-bottom: 1px solid #000; min-height: 81px; overflow: hidden; }
.top-topline { display: flex; justify-content: space-between; border-bottom: 1px solid #000; margin-bottom: 10px; }
.top-topline .navigation { display: flex; width: unset; padding: 0px 0px 0px 10px;}
.top-topline .navigation li { display: flex; margin: 0px 10px 0px 10px;}


.navigation { width: 100%; overflow: hidden; display: block; }
.navigation li { display: inline-block; font-weight: 700; margin-right: 2%; }
.navigation li.last { margin-right: 0 }
.navigation a { display: block; padding: 5px 0 0 0; }
.navigation a.act { color: #60a0b7; text-decoration: underline; }

.search { padding: 15px 0; position: relative; }
.search form div { overflow: hidden; }
.search span { position: absolute; top: 15px; left: 5px; display: block; color: #60a0b7; text-transform: uppercase; font-size: 13px; }
.search input[type="text"] { color: #000; padding: 0 5px 0 55px; border: 1px solid #60a0b7; font-size: 13px; height: 19px; width: 100%; vertical-align: top; }
.search .buttons { float: right; }
.search input.searchButton { float: left; margin: 0 0 0 10px; color: #fff; font-size: 13px; background: #60a0b7; width: 60px; height: 19px; border: none; padding: 0; }
.search input.filterButton { float: left; margin: 0 0 0 10px; color: #fff; font-size: 13px; background: #60a0b7; width: 60px; height: 19px; border: none; padding: 0; }
.search input.filterClearButton { float: right; color: #fff; font-size: 13px; background: #60a0b7; width: 60px; height: 19px; border: none; position: absolute; top: 0px; right: 0px;}


/* LEVY SLOUPEC */
.other { display: table-cell; width: 250px; padding-right: 30px; vertical-align: top; position: relative; }

.leftmenu { background: #00b1de; color: #FFF; padding: .95em 1.85em; border: 1px solid #0498be; }
.leftmenu ul { float: left; width: 100%; }
.leftmenu li { clear: left; float: left; width: 48%; }
.leftmenu a { color: #FFF; display: block; padding: .35em .15em; text-decoration: none; }
.leftmenu .fright { clear: right; float: right; }
.leftmenu a:hover, .leftmenu a.act { color: #000; text-decoration: underline; }

.historie { float: left; color: #000; }
.historie h2 {	color: #000; font-size: 12px; margin-bottom: .5em; }
.historie ul { font-size: 12px; }
.historie li { padding: 3px 0; }
.historie a { color: #60a0b7; }


/* PRAVY SLOUPEC */
.layout-width { display: table; width: 100%; }
.main-content, .welcome { max-width: 840px; }
.main { display: table-cell; vertical-align: top;}
.main h1 { font-size: 3.2em; }


/* Homepage welcome text */
.abartstats td { padding: 1px 15px 1px 0; }


.produkt { margin: 0 auto 1em; border-bottom: 1px dashed #e3e3e3; padding: 0 0 .8em 0; }
.produkt p { margin: 0; }
.produkt-image { float: left; width: 20.46979865771812%; /* 122px / 596px */ margin-right: 3.02013422818792%; /* 18px / 596px */  }
.produkt-text { float: left; /* width: 76.51006711409396%; */ /* 456px / 596px */  }
.produkt img, .produkt embed, .produkt object, .produkt video { max-width: 100%; }
.produkt .produkt-text span { line-height: 1.3em; }
.produkt .links a { color: #000; font-weight: bold; }
.produkt .links strong.color1 { color: #60a0b7 }
.produkt .links strong.color2 { color: #60a0b7 }
.produkt .links strong.color3 { color: #60a0b7 }
.produkt .links strong.color4 { color: #60a0b7 }
.produkt .links strong.color5 { color: #60a0b7 }
.produkt .links strong.color6 { color: #60a0b7 }
.produkt .continue { float: right; font-size: .9em; color: #00b1de; text-decoration: underline; }

.listing { padding-top: 20px; }
.listing a, .listing span { border: 1px solid #60a0b7; display: block; float: left; text-align: center; padding: 2px 5px; margin-right: 5px; }
.listing a.act { background: #60a0b7; color: #fff; }
.listing span { display: none; }


/* STRANKA LIST */
.main-list .main-content .col { float: left; width: 33.3333333%;  /* 970px / 970px */  }
.main-list .main-content .col .produkt { border: none; padding: 0; margin: 0; }
.main-list .main-content .col .produkt .links a { color: #000; text-decoration: underline; font-weight: normal; }

/* STRANKA DETAILU */
.detail .detail-content table { margin: 0 0 20px 0; }
.navigationdiv { margin-bottom: 30px; }
.navigationdiv .detailnavigation a { color: #000; display: block; padding: 3px 0; font-weight: 600; }
.navigationdiv .detailnavigation a:first-letter { text-transform: uppercase; }
.navigationdiv .detailnavigation a.act { color: #60a0b7; text-decoration: none; }

.detail-content h2 { font-size: 1.9em; padding-bottom: 0.9em; font-weight: 600; line-height: 1.15em; }
.detail-content h2.regular { font-weight: 300; }
.detail-content strong { color: #60a0b7; }
.detail-image { text-align: right; float: right; margin-bottom: 1em; width: 34.7682119205298%; /* 210px / 604px */  /*margin-left: 9.10596026490066%; /* 55px / 604px */ }
.detail-image.switch { text-align: left; float: left; }
.detail-info { text-align: left; float: left; margin-bottom: 1em; width: 65.231788%; /* 394px / 604px */ }
.detail-info.switch { text-align: right; float: right; }
.detail-content img, .detail-content embed, .detail-content object, .detail-content video { max-width: 100%; }
.detail-content .works img { height: 80px; }

.detail-content .works.overflow { width: 100%; overflow-y: hidden; margin-top: 40px; height: 85px;}
.detail-content .works img { margin: 0 5px 5px 0; }
.zakoupit { padding: 2em 0 1.2em; }
td.autorOfPlacedIn { padding-left: 30px; }


/* Popup - zboží do košíku */

/* Popup */
.cartModal { display: none; background-color: #fefefe; margin: 15% auto; padding: 20px; width: 300px; border-radius: 10px; -webkit-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.75); box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.75); position: fixed; top: 50%; left: 50%; margin-left: -150px; margin-top: -150px; }
/* Close button */
.cartModal-close { color: #aaa; float: right; font-size: 28px; font-weight: bold; top: -30px; right: -30px; position: relative; }
/* Bold text v popupu */
.cartModalBold strong { color: black; text-align: center; padding-left: 11%; }
/* Tlačítko pokračovat do košíku */
.cartModal a:hover { text-decoration: none; }
/* Textový close button */
.cartModal-textClose { text-decoration: underline; cursor: pointer; }
.cartModal-textClose:hover { text-decoration: none; cursor: pointer; }


/* PATICKA */
.footer { background: #d7e7ed; box-shadow: inset 0 12px 12px -12px rgba(0,0,0,.3); width: 100%; }
.footer .layout-width { max-width: 1090px; margin: 0 auto; padding: 25px 49px; z-index: 1; font-size: 11px; font-weight: 600; }
.footer-top-left { float: left; width: 40%; }
.footer-top-right { float: right; }
.footer-top-right a { letter-spacing: .05em; text-transform: uppercase; }
.footer-top-right .title { letter-spacing: normal; text-transform: none; color: #3888a5; }
.footer-bottom-left { float: left; width: 40%; }
.footer-bottom-right { float: right; text-align: right; }
.footer-bottom-left span { display: block; margin-bottom: .8em; }
.footer-bottom-right span { display: block; margin-bottom: .5em; max-width: 400px; }
.footer-bottom-right img { height: 50px; }

/* KOSIK */
.cart-content h2 { font-size: 2em; font-weight: 600; }
.cart-content p { font-size: 1.1em; }
.cart-content h3 { font-size: 1.5em; font-weight: 600; margin-top: 20px; }
.cart-content .produkt { margin: 0; border-bottom: 1px dashed #e3e3e3 ; padding: 0.8em 0 .8em 0; display: -webkit-box; display: -ms-flexbox; display: flex; }
.cart-content .produkt-img { float: left; max-width: 20%; flex-grow: 0; margin-right: 20px; }
.cart-content .produkt-img img { max-width: 100%; }
.cart-content .produkt .produkt-text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; flex-grow: 1; }
.cart-content .produkt .produkt-text span { width: 100%; font-size: 1.1em; }
.cart-content .produkt .produkt-text .produkt-heading { font-weight: 600; }
.cart-content .produkt .produkt-remove { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; width: 20px; height: 20px; min-width: 20px; min-height: 20px; font-size: 15px; text-align: center; margin-top: -20px; background-color: #5090a7; line-height: 18px; color: white; cursor: pointer; }


.cart-content .cform-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.cart-content .cform-row label { -webkit-box-flex: 0.25; -ms-flex-positive: 0.25; flex-grow: 0.25; }
.cart-content .cform-row label.fullsize { width: 100%; margin-top: 25px; }
.cart-content .cform-row input[type="text"], .cart-content .cform-row input[type="email"] { color: #000; border: 1px solid #60a0b7; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; width: 100%; }
.cart-content .cform-row textarea { color: #000; border: 1px solid #60a0b7; width: 100%; }
.cart-content .send-button { background-color: #60a0b7; color: white; margin-top: 20px; text-align: center; height: 30px; line-height: 25px; max-width: 190px; font-size: 15px; cursor: pointer; border: none; }
.cart-content .send-button img { max-width: 30px; max-height: 30px; color: white; line-height: 30px; margin-top: -4px; }
.cart-content a { color: #60a0b7; text-decoration: underline; }
.cart-content a:hover { text-decoration: none; }

.detail-buttons { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.cart-add-button { background-color: #60a0b7; color: white; margin-top: 20px; text-align: center; height: 30px; line-height: 30px; max-width: 250px; font-size: 15px; cursor: pointer; margin-right: 10px; padding: 0 15px 0 10px; }
.cart-add-button img { max-width: 30px; max-height: 30px; color: white; line-height: 30px; margin-top: -4px; }
.cart-add-button.disabled { background-color: grey; cursor: default; }
.cart-add-button.eshop { padding: 0 10px; background-color: #C3C3C3; }
.cart-add-button.hidden { display: none; }
.cart-add-button:hover { text-decoration: none; color: white; }
.cart-add-button:active { text-decoration: none; color: white; }
.cart-add-button:visited { text-decoration: none; color: white; }

.detail-remove-cart { color: gray; text-decoration: underline; padding-left: 47px; }
.detail-remove-cart:hover { text-decoration: none; cursor: pointer; }

/* .navigation li.cart {  } */
.navigation li.cart img { max-width: 35px; margin-top: -9px; }
.navigation li.cart a { position: relative; }
.navigation li.cart span.kscount { position: absolute; right: -10px; top: 1px; color: white; background-color: #000; width: 15px; height: 15px; font-size: 12px; line-height: 14.5px; text-align: center; border-radius: 50%; box-sizing: border-box; font-weight: normal; }
.navigation li.cart:hover .kscount { background-color: #60a0b7; }


@media only screen and (max-width: 860px) {
	.footer-top-left, .footer-top-right { width: 100%; }
	.navigation li { margin-right: 2%; }
}

@media only screen and (max-width: 640px) {
  .mobileHidden { display: none; }
  .desktopHidden { display: block; }
	.wrap { padding: 20px 4%; }
	.top { padding-bottom: 15px; }
	.logo-archiv { height: 70px; margin-bottom: 10px; }
	.top-content { min-height: 75px; }
	.other, .main, .logo-archiv, .top-content { display: block; width: 100%; padding-right: 0; float: none; }
	.footer .layout-width { padding: 20px 4%; }
	.historie { display: none; }
	.navigationdiv { border-bottom: 1px solid #000; padding-bottom: 15px; }
	.navigationdiv .detailnavigation li { display: inline-block; margin-right: 5%; }
	.logo-archiv { width: 50%; }

	.cart-content .cform-row { display: block; margin-bottom: 20px; }
	.cart-content .cform-row input { height: 30px; margin-bottom: 5px; }
	.cart-content .send-button { max-width: unset; width: 98%; }
	.search form { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
	.search .searchbar { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 100%; padding-bottom: 15px; }
	.search span { display: none; }
	.search .searchbar input { height: 30px; padding-left: 5px; }
	.search .searchbar input::-webkit-input-placeholder { color: transparent; }
	.search .searchbar input::-moz-placeholder { color: transparent; }
	.search .searchbar input:-ms-input-placeholder { color: transparent; }
	.search .searchbar input::-ms-input-placeholder { color: transparent; }
	.search .searchbar input::placeholder { color: transparent; }
	.search .buttons { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 100%; }
	.search input.searchButton { margin: 0; width: 48%; float: left; height: 30px; }
	.search input.filterButton { margin: 0; width: 48%; float: right; height: 30px; }
  	.search .filterWrapper { position: relative; width: auto; }
}

@media only screen and (max-width: 480px) {
	.footer-top-right .title { display: block; }
}


/* info div u díla */
.navtext { width:235px; border-width:2px; border-style:outset; border-color:#FFF6D9; layer-background-color:#FFF6D9; background-color:#FFF6D9; color:black; }


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* highslide override */
.wide-border .highslide-caption {
	padding: 60px 25px 25px 25px;
}
#hsId1 {
	position: relative;
}
.highslide-controls {
	position: absolute;
	left: -105px;
}

.search input.filterButton {
	background: #60a0b7;
}
.filterWrapper {
	display: none;
	position: fixed;
	width: 605px;
	margin-top: 10px;
	padding: 15px;
	border: 2px solid #658da7;
	background: #FFF;
	z-index: 1;
}

.filterWrapper.person .textInputs, .filterWrapper.institution .textInputs, .filterWrapper.document .textInputs {
	float: left;
	width: 55%;
}
.filterWrapper.institution .textInputs {
	width: 45%;
}
.filterWrapper .textInputs label, .filterWrapper .textInputs input {
	float: left;
	margin-bottom: 10px;
}
.filterWrapper.person .textInputs label, .filterWrapper.institution .textInputs label, .filterWrapper.document .textInputs label {
	width: 110px;
	text-align: right;
	padding-right: 10px;
}
.filterWrapper .textInputs input {
	width: 150px;
	padding: 0 3px;
}

.filterWrapper .textInputs input.date_day, .filterWrapper .textInputs input.date_month {
	width: 40px;
	margin-right: 10px;
}

.filterWrapper .textInputs input.date_year {
	width: 50px;
}

.filterWrapper.institution .textInputs label {
	width: 80px;
}
.filterWrapper.person .checkboxes, .filterWrapper.institution .checkboxes {
	float: left;
	width: 45%;
	padding-left: 15px;
}
.filterWrapper.institution .checkboxes { 
	width: 55%;
}
.filterWrapper .checkboxes .col {
	width: 50%;
	float: left;
}
.filterWrapper .checkboxes.full .col {
	width: 100%;
}
.filterWrapper.document .textInputs {
	width: 60%;
}
.filterWrapper.document .checkboxes {
	width: 40%;
}
.filterWrapper.document .textInputs label {
	width: 160px;
}
.historie {
	position: relative;
  width: 193px;
}
.historie .arrow {
	position: absolute;
	right: 0;
	top: 2px;
}
.historie ul {
	display: block;
}
.historie h2 {
	cursor: pointer;
	width: 137px;
}
.hide {
	display: none;
}
.show {
	display: block;
}

/* =============================================================================
   2023
   ========================================================================== */
body {font-family: Arial;}

/* Style the tab Horizontal */
.tab {
  overflow: hidden;
}

/* Style the tab Vertical */
.tabv {
  float: left;
  margin-bottom: 2em;
  text-align: left;
  display: inline-block;   
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  // font-size: 17px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
}

/* Style the buttons inside the tab */
.tabv button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 4px 4px;
  transition: 0.3s;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5%;
  text-align: left;   
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #f8f8f8;
}

/* Change background color of buttons on hover */
.tabv button:hover {
  background-color: #f8f8f8;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #e0e0e0;
}

/* Create an active/current tablink class */
.tabv button.active {
  background-color: #e0e0e0;
}

/* Style the tab content H */
.tabcontent {
  display: none;
}

/* Style the tab content V */
.tabcontentv {
  display: none;
}

/* Special search-a */
.search-a { padding: 15px 0; position: relative; }
.search-a form div { overflow: hidden; }
.search-a xxxspan { position: absolute; top: 15px; left: 5px; display: block; color: #60a0b7; text-transform: uppercase; font-size: 13px; }
.search-a label { xxxfloat: left; xxxposition: absolute; xxxtop: 15px; xxxleft: 5px; xxxdisplay: block; color: #60a0b7; xxxtext-transform: uppercase; font-size: 13px; }
.search-a input[type="text"] { color: #000; padding: 0 5px 0 5px; border: 1px solid #60a0b7; font-size: 13px; height: 19px; width: 40%; xxxvertical-align: top; }
.search-a input[type="search"] { padding-left: 6px; color: #000; border: 1px solid #60a0b7; font-size: 13px; height: 19px; width: 70%; xxxxvertical-align: top; }
.search-a .buttons { xxxxfloat: right; }
.search-a input.searchButton { xxxfloat: left; margin: 0 0 0 10px; color: #fff; font-size: 13px; background: #60a0b7; width: 60px; height: 19px; border: none; padding: 0; }
.search-a input.filterButton { xxxfloat: left; margin: 0 0 0 10px; color: #fff; font-size: 13px; background: #60a0b7; width: 60px; height: 19px; border: none; padding: 0; }
.search-a input.filterClearButton { float: right; color: #fff; font-size: 13px; background: #60a0b7; width: 60px; height: 19px; border: none; position: absolute; top: 0px; right: 0px;}
   
   
   
